From 0f166041ba86e336346c4eb5871475c62bd726ed Mon Sep 17 00:00:00 2001 From: Frank Chen Date: Wed, 18 Dec 2024 16:07:23 -0500 Subject: [PATCH] update --- assets/css/dashboard.css | 156 ++++ assets/data/philly.geojson | 1343 +++++++++++++++++++++++++++++++ assets/data/philly_2018.geojson | 1342 ++++++++++++++++++++++++++++++ assets/data/philly_2019.geojson | 1342 ++++++++++++++++++++++++++++++ assets/data/philly_2020.geojson | 1342 ++++++++++++++++++++++++++++++ assets/data/philly_2021.geojson | 1342 ++++++++++++++++++++++++++++++ assets/data/philly_2022.geojson | 1342 ++++++++++++++++++++++++++++++ assets/data/philly_2023.geojson | 1342 ++++++++++++++++++++++++++++++ assets/data/philly_2024.geojson | 1342 ++++++++++++++++++++++++++++++ assets/js/colors.js | 6 + assets/js/dashboard.js | 40 + assets/js/events.js | 14 + assets/js/infoTable.js | 27 + assets/js/vischarts.js | 188 +++++ assets/js/vismap.js | 229 ++++++ dashboard.html | 49 ++ data_processing.ipynb | 132 +++ eslint.config.js | 9 + package-lock.json | 356 +++++--- package.json | 4 +- 20 files changed, 11822 insertions(+), 125 deletions(-) create mode 100644 assets/css/dashboard.css create mode 100644 assets/data/philly.geojson create mode 100644 assets/data/philly_2018.geojson create mode 100644 assets/data/philly_2019.geojson create mode 100644 assets/data/philly_2020.geojson create mode 100644 assets/data/philly_2021.geojson create mode 100644 assets/data/philly_2022.geojson create mode 100644 assets/data/philly_2023.geojson create mode 100644 assets/data/philly_2024.geojson create mode 100644 assets/js/colors.js create mode 100644 assets/js/dashboard.js create mode 100644 assets/js/events.js create mode 100644 assets/js/infoTable.js create mode 100644 assets/js/vischarts.js create mode 100644 assets/js/vismap.js create mode 100644 dashboard.html create mode 100644 data_processing.ipynb create mode 100644 eslint.config.js diff --git a/assets/css/dashboard.css b/assets/css/dashboard.css new file mode 100644 index 0000000..76418f8 --- /dev/null +++ b/assets/css/dashboard.css @@ -0,0 +1,156 @@ +/* Global Styles */ +*, *::before, *::after { + box-sizing: border-box; +} + +body { + margin: 0; + height: 100vh; + font-family: Lato, sans-serif; + display: flex; + flex-direction: column; +} + +/* Controls Styles */ +.controls { + display: flex; + align-items: center; + padding: 20px; + gap: 20px; +} + +.controls select { + padding: 8px; + font-size: 16px; +} + +/* Map and Info Box */ +.map-info-container { + display: flex; + flex: 1; + min-height: 600px; +} + +.map-container { + width: 65%; + height: 100%; + position: relative; +} + +#map { + width: 100%; + height: 100%; +} + +.info-box { + width: 35%; + padding: 20px; + flex: 1; + border: 1px solid #ccc; + background-color: #f9f9f9; + max-height: 100%; + box-sizing: border-box; + overflow-y: auto; + position: relative; +} + +.info-box h2 { + text-align: center; + margin-bottom: 20px; +} + +#info-table { + width: 100%; + border-collapse: collapse; +} + +#info-table th, #info-table td { + border: 1px solid #ddd; + padding: 8px; +} + +#info-table th { + background-color: #f2f2f2; + text-align: left; +} + +#info-table tr:nth-child(even) { + background-color: #f9f9f9; +} + +#info-table tr:hover { + background-color: #ddd; +} + +.chart-item { + border: 1px solid #ccc; + background-color: #f9f9f9; + min-height: 300px; + position: relative; + width: 100%; + margin-top: 20px; + box-sizing: border-box; + padding: 10px; + overflow: hidden; +} + +.chart-item svg { + width: 100%; + max-width: 100%; + height: auto; +} + +/* Tooltip styling */ +.tooltip { + position: absolute; + text-align: center; + padding: 6px; + font: 12px sans-serif; + background: rgb(0 0 0 / 70%); + color: #fff; + border: 0; + border-radius: 4px; + pointer-events: none; + z-index: 10; +} + +/* Legend Styles */ +.legend-box { + position: absolute; + bottom: 20px; + right: 20px; + background-color: white; + border: 1px solid gray; + padding: 10px; + z-index: 1000; + box-shadow: 0 0 10px rgb(0 0 0 / 10%); + font-size: 1em; + width: 180px; +} + +.legend-item { + display: flex; + justify-content: space-between; + align-items: center; + padding: 5px; + margin-bottom: 3px; + background-color: rgb(255 255 255 / 80%); +} + +.legend-color { + width: 20px; + height: 20px; + margin-right: 10px; +} + +.legend-item.highlight { + background-color: yellow; + font-weight: bold; +} + +.legend-title { + font-size: 1.02rem; + font-weight: 300; + margin-bottom: 0.5rem; + text-align: left; +} diff --git a/assets/data/philly.geojson b/assets/data/philly.geojson new file mode 100644 index 0000000..2d47f21 --- /dev/null +++ b/assets/data/philly.geojson @@ -0,0 +1,1343 @@ +{ +"type": "FeatureCollection", +"name": "philly_1", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "GEOID": "421010289023", "device_counts_2018": 1109, "device_counts_2019": 753, "device_counts_2020": 377, "device_counts_2021": 314, "device_counts_2022": 421, "device_counts_2023": 631, "device_counts_2024": 427, "stop_counts_2018": 7039, "stop_counts_2019": 3786, "stop_counts_2020": 1922, "stop_counts_2021": 1186, "stop_counts_2022": 2104, "stop_counts_2023": 1641, "stop_counts_2024": 674, "AREA_acre": 20.586616248186012 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117389, 40.02504 ], [ -75.114348, 40.024951 ], [ -75.114917, 40.021956 ], [ -75.116106, 40.022109 ], [ -75.117959, 40.022349 ], [ -75.117389, 40.02504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152001", "device_counts_2018": 899, "device_counts_2019": 723, "device_counts_2020": 311, "device_counts_2021": 275, "device_counts_2022": 322, "device_counts_2023": 350, "device_counts_2024": 408, "stop_counts_2018": 3594, "stop_counts_2019": 2350, "stop_counts_2020": 985, "stop_counts_2021": 887, "stop_counts_2022": 955, "stop_counts_2023": 974, "stop_counts_2024": 1472, "AREA_acre": 16.501112037904054 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167078, 39.984517 ], [ -75.166408, 39.987598 ], [ -75.164184, 39.987311 ], [ -75.164517, 39.985759 ], [ -75.164855, 39.984239 ], [ -75.166419, 39.984436 ], [ -75.167078, 39.984517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042011", "device_counts_2018": 1046, "device_counts_2019": 947, "device_counts_2020": 592, "device_counts_2021": 587, "device_counts_2022": 711, "device_counts_2023": 685, "device_counts_2024": 836, "stop_counts_2018": 3054, "stop_counts_2019": 2992, "stop_counts_2020": 2369, "stop_counts_2021": 2251, "stop_counts_2022": 2155, "stop_counts_2023": 1177, "stop_counts_2024": 1050, "AREA_acre": 14.356911433567268 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149405, 39.924207 ], [ -75.147842, 39.924015 ], [ -75.14691, 39.923887 ], [ -75.147431, 39.921502 ], [ -75.149916, 39.921819 ], [ -75.149405, 39.924207 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236002", "device_counts_2018": 1716, "device_counts_2019": 2052, "device_counts_2020": 499, "device_counts_2021": 549, "device_counts_2022": 1124, "device_counts_2023": 3037, "device_counts_2024": 2208, "stop_counts_2018": 5707, "stop_counts_2019": 5524, "stop_counts_2020": 1625, "stop_counts_2021": 1430, "stop_counts_2022": 2346, "stop_counts_2023": 4264, "stop_counts_2024": 2957, "AREA_acre": 69.155690856615564 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196382, 40.042203 ], [ -75.193841, 40.045069 ], [ -75.193091, 40.04459 ], [ -75.191199, 40.043386 ], [ -75.187315, 40.040929 ], [ -75.188797, 40.03948 ], [ -75.190086, 40.038232 ], [ -75.193657, 40.039688 ], [ -75.194933, 40.042022 ], [ -75.196382, 40.042203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010018001", "device_counts_2018": 1640, "device_counts_2019": 1534, "device_counts_2020": 618, "device_counts_2021": 761, "device_counts_2022": 1097, "device_counts_2023": 1932, "device_counts_2024": 1876, "stop_counts_2018": 3566, "stop_counts_2019": 3565, "stop_counts_2020": 1655, "stop_counts_2021": 1532, "stop_counts_2022": 2310, "stop_counts_2023": 4765, "stop_counts_2024": 4751, "AREA_acre": 16.234819680306359 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156011, 39.940006 ], [ -75.155888, 39.94056 ], [ -75.152771, 39.940039 ], [ -75.153065, 39.938763 ], [ -75.153286, 39.937736 ], [ -75.154807, 39.93815 ], [ -75.156317, 39.938569 ], [ -75.156011, 39.940006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180022", "device_counts_2018": 1934, "device_counts_2019": 1562, "device_counts_2020": 764, "device_counts_2021": 662, "device_counts_2022": 1030, "device_counts_2023": 1219, "device_counts_2024": 1219, "stop_counts_2018": 6333, "stop_counts_2019": 4694, "stop_counts_2020": 2510, "stop_counts_2021": 1996, "stop_counts_2022": 2907, "stop_counts_2023": 2323, "stop_counts_2024": 3666, "AREA_acre": 24.48353074091877 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106968, 39.982648 ], [ -75.105437, 39.983452 ], [ -75.102999, 39.98472 ], [ -75.101439, 39.982974 ], [ -75.105976, 39.980595 ], [ -75.105921, 39.981461 ], [ -75.106968, 39.982648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007003", "device_counts_2018": 4673, "device_counts_2019": 4273, "device_counts_2020": 1407, "device_counts_2021": 1876, "device_counts_2022": 2586, "device_counts_2023": 3756, "device_counts_2024": 3605, "stop_counts_2018": 11150, "stop_counts_2019": 9386, "stop_counts_2020": 3101, "stop_counts_2021": 3576, "stop_counts_2022": 4881, "stop_counts_2023": 8483, "stop_counts_2024": 7802, "AREA_acre": 18.112168567465805 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180909, 39.952982 ], [ -75.176191, 39.952387 ], [ -75.176519, 39.95087 ], [ -75.177323, 39.950964 ], [ -75.181663, 39.951509 ], [ -75.180909, 39.952982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240001", "device_counts_2018": 1172, "device_counts_2019": 931, "device_counts_2020": 444, "device_counts_2021": 308, "device_counts_2022": 468, "device_counts_2023": 554, "device_counts_2024": 405, "stop_counts_2018": 5627, "stop_counts_2019": 3411, "stop_counts_2020": 2037, "stop_counts_2021": 1503, "stop_counts_2022": 2026, "stop_counts_2023": 1285, "stop_counts_2024": 2368, "AREA_acre": 36.420021668858332 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186194, 40.029468 ], [ -75.183731, 40.030637 ], [ -75.1793, 40.027944 ], [ -75.181668, 40.025657 ], [ -75.185463, 40.028875 ], [ -75.186194, 40.029468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379004", "device_counts_2018": 1699, "device_counts_2019": 1348, "device_counts_2020": 1106, "device_counts_2021": 1314, "device_counts_2022": 2091, "device_counts_2023": 908, "device_counts_2024": 839, "stop_counts_2018": 4811, "stop_counts_2019": 3802, "stop_counts_2020": 3439, "stop_counts_2021": 3402, "stop_counts_2022": 4912, "stop_counts_2023": 1540, "stop_counts_2024": 1963, "AREA_acre": 18.152196558071829 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103366, 39.985129 ], [ -75.100912, 39.986416 ], [ -75.100552, 39.986001 ], [ -75.099, 39.98424 ], [ -75.101439, 39.982974 ], [ -75.102999, 39.98472 ], [ -75.103366, 39.985129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331024", "device_counts_2018": 891, "device_counts_2019": 811, "device_counts_2020": 578, "device_counts_2021": 465, "device_counts_2022": 735, "device_counts_2023": 959, "device_counts_2024": 838, "stop_counts_2018": 4350, "stop_counts_2019": 4118, "stop_counts_2020": 3280, "stop_counts_2021": 2622, "stop_counts_2022": 3345, "stop_counts_2023": 1788, "stop_counts_2024": 1704, "AREA_acre": 50.0535314269152 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033824, 40.04466 ], [ -75.031636, 40.04566 ], [ -75.031781, 40.047141 ], [ -75.030489, 40.048407 ], [ -75.026037, 40.048163 ], [ -75.02654, 40.045822 ], [ -75.030535, 40.044372 ], [ -75.033482, 40.043203 ], [ -75.034393, 40.044379 ], [ -75.033824, 40.04466 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178001", "device_counts_2018": 2071, "device_counts_2019": 1630, "device_counts_2020": 903, "device_counts_2021": 727, "device_counts_2022": 777, "device_counts_2023": 1019, "device_counts_2024": 710, "stop_counts_2018": 6193, "stop_counts_2019": 5004, "stop_counts_2020": 2482, "stop_counts_2021": 1817, "stop_counts_2022": 2317, "stop_counts_2023": 1562, "stop_counts_2024": 2974, "AREA_acre": 18.925918443130563 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115778, 39.995167 ], [ -75.113387, 39.996493 ], [ -75.111369, 39.994211 ], [ -75.113816, 39.992924 ], [ -75.115778, 39.995167 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316001", "device_counts_2018": 461, "device_counts_2019": 278, "device_counts_2020": 177, "device_counts_2021": 164, "device_counts_2022": 258, "device_counts_2023": 197, "device_counts_2024": 201, "stop_counts_2018": 2881, "stop_counts_2019": 1248, "stop_counts_2020": 780, "stop_counts_2021": 669, "stop_counts_2022": 1158, "stop_counts_2023": 1074, "stop_counts_2024": 1369, "AREA_acre": 21.659784135852156 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058568, 40.036548 ], [ -75.055334, 40.034739 ], [ -75.057092, 40.032869 ], [ -75.060338, 40.034685 ], [ -75.058568, 40.036548 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299001", "device_counts_2018": 1545, "device_counts_2019": 1232, "device_counts_2020": 679, "device_counts_2021": 572, "device_counts_2022": 760, "device_counts_2023": 908, "device_counts_2024": 455, "stop_counts_2018": 7925, "stop_counts_2019": 5110, "stop_counts_2020": 2526, "stop_counts_2021": 2054, "stop_counts_2022": 2925, "stop_counts_2023": 2384, "stop_counts_2024": 759, "AREA_acre": 51.728755347254747 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080857, 40.011903 ], [ -75.079046, 40.013007 ], [ -75.077257, 40.014973 ], [ -75.07505, 40.017159 ], [ -75.073747, 40.013717 ], [ -75.073295, 40.012543 ], [ -75.075229, 40.012101 ], [ -75.079279, 40.010409 ], [ -75.080314, 40.011393 ], [ -75.080857, 40.011903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110003", "device_counts_2018": 1903, "device_counts_2019": 1463, "device_counts_2020": 578, "device_counts_2021": 548, "device_counts_2022": 935, "device_counts_2023": 1473, "device_counts_2024": 840, "stop_counts_2018": 6504, "stop_counts_2019": 4178, "stop_counts_2020": 1997, "stop_counts_2021": 1522, "stop_counts_2022": 2047, "stop_counts_2023": 2231, "stop_counts_2024": 2929, "AREA_acre": 28.217655201508993 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209321, 39.97625 ], [ -75.20372, 39.974182 ], [ -75.204176, 39.973395 ], [ -75.206302, 39.973162 ], [ -75.208081, 39.972962 ], [ -75.208323, 39.972912 ], [ -75.208756, 39.972864 ], [ -75.208901, 39.973613 ], [ -75.209834, 39.973505 ], [ -75.209976, 39.974242 ], [ -75.209114, 39.974321 ], [ -75.208903, 39.974618 ], [ -75.210123, 39.975067 ], [ -75.209321, 39.97625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033004", "device_counts_2018": 877, "device_counts_2019": 778, "device_counts_2020": 365, "device_counts_2021": 288, "device_counts_2022": 407, "device_counts_2023": 633, "device_counts_2024": 506, "stop_counts_2018": 3658, "stop_counts_2019": 2563, "stop_counts_2020": 1929, "stop_counts_2021": 1072, "stop_counts_2022": 1341, "stop_counts_2023": 1620, "stop_counts_2024": 1752, "AREA_acre": 18.005213737654753 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195923, 39.939102 ], [ -75.193271, 39.939032 ], [ -75.193615, 39.937485 ], [ -75.193873, 39.936286 ], [ -75.197012, 39.936678 ], [ -75.195923, 39.939102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274021", "device_counts_2018": 1077, "device_counts_2019": 914, "device_counts_2020": 403, "device_counts_2021": 449, "device_counts_2022": 514, "device_counts_2023": 756, "device_counts_2024": 479, "stop_counts_2018": 5641, "stop_counts_2019": 3252, "stop_counts_2020": 1302, "stop_counts_2021": 1163, "stop_counts_2022": 1652, "stop_counts_2023": 2301, "stop_counts_2024": 1477, "AREA_acre": 19.15155634175246 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126987, 40.043857 ], [ -75.125968, 40.043728 ], [ -75.121754, 40.04317 ], [ -75.122078, 40.041664 ], [ -75.126311, 40.042203 ], [ -75.127317, 40.04232 ], [ -75.126987, 40.043857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283005", "device_counts_2018": 672, "device_counts_2019": 489, "device_counts_2020": 225, "device_counts_2021": 179, "device_counts_2022": 225, "device_counts_2023": 252, "device_counts_2024": 129, "stop_counts_2018": 4488, "stop_counts_2019": 2204, "stop_counts_2020": 1000, "stop_counts_2021": 696, "stop_counts_2022": 819, "stop_counts_2023": 340, "stop_counts_2024": 272, "AREA_acre": 17.039094212131094 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144716, 40.028855 ], [ -75.142334, 40.028543 ], [ -75.143001, 40.025561 ], [ -75.145359, 40.025873 ], [ -75.144716, 40.028855 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114002", "device_counts_2018": 825, "device_counts_2019": 632, "device_counts_2020": 383, "device_counts_2021": 259, "device_counts_2022": 405, "device_counts_2023": 252, "device_counts_2024": 402, "stop_counts_2018": 3073, "stop_counts_2019": 2075, "stop_counts_2020": 1290, "stop_counts_2021": 858, "stop_counts_2022": 1302, "stop_counts_2023": 803, "stop_counts_2024": 2507, "AREA_acre": 18.310042624229215 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242792, 39.981061 ], [ -75.239335, 39.981447 ], [ -75.239467, 39.980914 ], [ -75.239124, 39.979069 ], [ -75.241574, 39.978799 ], [ -75.242354, 39.978712 ], [ -75.242792, 39.981061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317002", "device_counts_2018": 1459, "device_counts_2019": 1320, "device_counts_2020": 736, "device_counts_2021": 691, "device_counts_2022": 1017, "device_counts_2023": 983, "device_counts_2024": 1070, "stop_counts_2018": 6251, "stop_counts_2019": 5283, "stop_counts_2020": 2513, "stop_counts_2021": 2345, "stop_counts_2022": 3479, "stop_counts_2023": 1813, "stop_counts_2024": 2421, "AREA_acre": 41.621349533216659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071824, 40.033503 ], [ -75.071097, 40.034742 ], [ -75.070001, 40.03532 ], [ -75.069596, 40.035093 ], [ -75.066523, 40.033377 ], [ -75.067697, 40.03212 ], [ -75.068878, 40.030875 ], [ -75.069719, 40.029984 ], [ -75.072682, 40.031938 ], [ -75.071824, 40.033503 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305025", "device_counts_2018": 430, "device_counts_2019": 358, "device_counts_2020": 192, "device_counts_2021": 151, "device_counts_2022": 220, "device_counts_2023": 225, "device_counts_2024": 201, "stop_counts_2018": 2145, "stop_counts_2019": 1774, "stop_counts_2020": 991, "stop_counts_2021": 823, "stop_counts_2022": 1195, "stop_counts_2023": 741, "stop_counts_2024": 593, "AREA_acre": 33.882529116789307 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109431, 40.045874 ], [ -75.109406, 40.04584 ], [ -75.108728, 40.045469 ], [ -75.107491, 40.046751 ], [ -75.105191, 40.0454 ], [ -75.105787, 40.044735 ], [ -75.10827, 40.042213 ], [ -75.111153, 40.042187 ], [ -75.109431, 40.045874 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168006", "device_counts_2018": 1350, "device_counts_2019": 1255, "device_counts_2020": 397, "device_counts_2021": 383, "device_counts_2022": 448, "device_counts_2023": 604, "device_counts_2024": 502, "stop_counts_2018": 4876, "stop_counts_2019": 4150, "stop_counts_2020": 1426, "stop_counts_2021": 1280, "stop_counts_2022": 1271, "stop_counts_2023": 2421, "stop_counts_2024": 1134, "AREA_acre": 52.184731337091769 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168248, 39.992579 ], [ -75.167925, 39.994025 ], [ -75.167568, 39.995621 ], [ -75.164094, 39.995169 ], [ -75.16294, 39.993043 ], [ -75.1635, 39.990401 ], [ -75.165738, 39.990675 ], [ -75.167918, 39.990947 ], [ -75.168561, 39.991047 ], [ -75.168248, 39.992579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214001", "device_counts_2018": 4266, "device_counts_2019": 3681, "device_counts_2020": 1686, "device_counts_2021": 2121, "device_counts_2022": 2834, "device_counts_2023": 4105, "device_counts_2024": 3782, "stop_counts_2018": 12195, "stop_counts_2019": 9675, "stop_counts_2020": 4962, "stop_counts_2021": 4804, "stop_counts_2022": 6312, "stop_counts_2023": 8880, "stop_counts_2024": 9977, "AREA_acre": 61.913339889579973 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232005, 40.028228 ], [ -75.229513, 40.029492 ], [ -75.227885, 40.028193 ], [ -75.226157, 40.027648 ], [ -75.223862, 40.026345 ], [ -75.221837, 40.027263 ], [ -75.22124, 40.027551 ], [ -75.219658, 40.02755 ], [ -75.218841, 40.0266 ], [ -75.219699, 40.02614 ], [ -75.221027, 40.026228 ], [ -75.223694, 40.023712 ], [ -75.226652, 40.025267 ], [ -75.228149, 40.026031 ], [ -75.232628, 40.028355 ], [ -75.232005, 40.028228 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065004", "device_counts_2018": 763, "device_counts_2019": 537, "device_counts_2020": 296, "device_counts_2021": 252, "device_counts_2022": 309, "device_counts_2023": 251, "device_counts_2024": 359, "stop_counts_2018": 3529, "stop_counts_2019": 2572, "stop_counts_2020": 1644, "stop_counts_2021": 797, "stop_counts_2022": 1276, "stop_counts_2023": 675, "stop_counts_2024": 742, "AREA_acre": 18.622731561735844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233873, 39.937703 ], [ -75.231766, 39.93846 ], [ -75.230224, 39.937177 ], [ -75.233213, 39.935057 ], [ -75.234499, 39.93613 ], [ -75.233873, 39.937703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010205002", "device_counts_2018": 4900, "device_counts_2019": 4248, "device_counts_2020": 1605, "device_counts_2021": 1604, "device_counts_2022": 2018, "device_counts_2023": 2080, "device_counts_2024": 1570, "stop_counts_2018": 16622, "stop_counts_2019": 13293, "stop_counts_2020": 5572, "stop_counts_2021": 4742, "stop_counts_2022": 6234, "stop_counts_2023": 5891, "stop_counts_2024": 4750, "AREA_acre": 123.638163478854 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174037, 40.016962 ], [ -75.172342, 40.017604 ], [ -75.170096, 40.015723 ], [ -75.167776, 40.011086 ], [ -75.157218, 40.016166 ], [ -75.15409, 40.016325 ], [ -75.153849, 40.015891 ], [ -75.155185, 40.015295 ], [ -75.156652, 40.014618 ], [ -75.160943, 40.012647 ], [ -75.166871, 40.009901 ], [ -75.167292, 40.009695 ], [ -75.167945, 40.009378 ], [ -75.16914, 40.008832 ], [ -75.175669, 40.016051 ], [ -75.174037, 40.016962 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060001", "device_counts_2018": 5460, "device_counts_2019": 4553, "device_counts_2020": 2244, "device_counts_2021": 1979, "device_counts_2022": 2665, "device_counts_2023": 3553, "device_counts_2024": 2765, "stop_counts_2018": 22068, "stop_counts_2019": 14996, "stop_counts_2020": 7839, "stop_counts_2021": 6418, "stop_counts_2022": 7900, "stop_counts_2023": 9281, "stop_counts_2024": 5405, "AREA_acre": 125.97285542870979 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242832, 39.911272 ], [ -75.240333, 39.912999 ], [ -75.238951, 39.911823 ], [ -75.23374, 39.914073 ], [ -75.231662, 39.912252 ], [ -75.238529, 39.908213 ], [ -75.237281, 39.908241 ], [ -75.235164, 39.906453 ], [ -75.237752, 39.904713 ], [ -75.240331, 39.904113 ], [ -75.240576, 39.904062 ], [ -75.241558, 39.907257 ], [ -75.242832, 39.911272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042022", "device_counts_2018": 5253, "device_counts_2019": 4473, "device_counts_2020": 2791, "device_counts_2021": 3142, "device_counts_2022": 3868, "device_counts_2023": 3595, "device_counts_2024": 3215, "stop_counts_2018": 13606, "stop_counts_2019": 12483, "stop_counts_2020": 7415, "stop_counts_2021": 7129, "stop_counts_2022": 9501, "stop_counts_2023": 7678, "stop_counts_2024": 6580, "AREA_acre": 44.935193808083248 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156139, 39.917515 ], [ -75.151014, 39.916842 ], [ -75.151276, 39.9156 ], [ -75.147357, 39.91509 ], [ -75.148124, 39.913772 ], [ -75.156708, 39.914869 ], [ -75.156139, 39.917515 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263023", "device_counts_2018": 1160, "device_counts_2019": 895, "device_counts_2020": 442, "device_counts_2021": 390, "device_counts_2022": 494, "device_counts_2023": 580, "device_counts_2024": 635, "stop_counts_2018": 4503, "stop_counts_2019": 3163, "stop_counts_2020": 1726, "stop_counts_2021": 1196, "stop_counts_2022": 1482, "stop_counts_2023": 2003, "stop_counts_2024": 2047, "AREA_acre": 35.335509105582418 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164106, 40.068662 ], [ -75.162035, 40.070685 ], [ -75.157379, 40.067944 ], [ -75.159299, 40.065913 ], [ -75.162495, 40.067732 ], [ -75.164106, 40.068662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311011", "device_counts_2018": 1521, "device_counts_2019": 1095, "device_counts_2020": 582, "device_counts_2021": 557, "device_counts_2022": 748, "device_counts_2023": 835, "device_counts_2024": 613, "stop_counts_2018": 7290, "stop_counts_2019": 4222, "stop_counts_2020": 2565, "stop_counts_2021": 2230, "stop_counts_2022": 2925, "stop_counts_2023": 1499, "stop_counts_2024": 1313, "AREA_acre": 21.437032549627748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078565, 40.043904 ], [ -75.077403, 40.045139 ], [ -75.073836, 40.043174 ], [ -75.075032, 40.04194 ], [ -75.075452, 40.041477 ], [ -75.078996, 40.043455 ], [ -75.078565, 40.043904 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262001", "device_counts_2018": 434, "device_counts_2019": 341, "device_counts_2020": 209, "device_counts_2021": 158, "device_counts_2022": 217, "device_counts_2023": 233, "device_counts_2024": 305, "stop_counts_2018": 2928, "stop_counts_2019": 1708, "stop_counts_2020": 1160, "stop_counts_2021": 953, "stop_counts_2022": 1064, "stop_counts_2023": 1646, "stop_counts_2024": 800, "AREA_acre": 15.324440142327692 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16697, 40.067709 ], [ -75.165348, 40.069372 ], [ -75.164106, 40.068662 ], [ -75.162495, 40.067732 ], [ -75.162957, 40.067255 ], [ -75.163822, 40.066357 ], [ -75.165706, 40.067438 ], [ -75.166072, 40.067194 ], [ -75.16697, 40.067709 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167024", "device_counts_2018": 1757, "device_counts_2019": 1398, "device_counts_2020": 636, "device_counts_2021": 612, "device_counts_2022": 738, "device_counts_2023": 630, "device_counts_2024": 603, "stop_counts_2018": 5525, "stop_counts_2019": 3952, "stop_counts_2020": 1979, "stop_counts_2021": 1737, "stop_counts_2022": 1765, "stop_counts_2023": 1772, "stop_counts_2024": 2259, "AREA_acre": 18.253725264806178 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160695, 39.988495 ], [ -75.158335, 39.988186 ], [ -75.155934, 39.987877 ], [ -75.156275, 39.986283 ], [ -75.157899, 39.986492 ], [ -75.161032, 39.986907 ], [ -75.160695, 39.988495 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010248002", "device_counts_2018": 1945, "device_counts_2019": 1617, "device_counts_2020": 720, "device_counts_2021": 544, "device_counts_2022": 691, "device_counts_2023": 863, "device_counts_2024": 636, "stop_counts_2018": 7811, "stop_counts_2019": 5770, "stop_counts_2020": 2795, "stop_counts_2021": 2253, "stop_counts_2022": 2678, "stop_counts_2023": 2428, "stop_counts_2024": 764, "AREA_acre": 48.229903852052175 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171755, 40.048359 ], [ -75.170884, 40.049199 ], [ -75.167701, 40.047245 ], [ -75.166038, 40.046218 ], [ -75.163175, 40.047076 ], [ -75.16483, 40.045468 ], [ -75.167207, 40.043149 ], [ -75.169492, 40.044531 ], [ -75.170725, 40.046151 ], [ -75.171536, 40.047888 ], [ -75.171755, 40.048359 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299004", "device_counts_2018": 1219, "device_counts_2019": 979, "device_counts_2020": 480, "device_counts_2021": 420, "device_counts_2022": 508, "device_counts_2023": 834, "device_counts_2024": 786, "stop_counts_2018": 7084, "stop_counts_2019": 5648, "stop_counts_2020": 2816, "stop_counts_2021": 1904, "stop_counts_2022": 2315, "stop_counts_2023": 4727, "stop_counts_2024": 2548, "AREA_acre": 35.374087819156259 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075429, 40.017665 ], [ -75.074136, 40.019026 ], [ -75.07338, 40.019654 ], [ -75.072575, 40.018868 ], [ -75.071847, 40.016952 ], [ -75.070864, 40.014353 ], [ -75.073747, 40.013717 ], [ -75.07505, 40.017159 ], [ -75.075429, 40.017665 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010211002", "device_counts_2018": 5156, "device_counts_2019": 4894, "device_counts_2020": 2429, "device_counts_2021": 2559, "device_counts_2022": 3214, "device_counts_2023": 4255, "device_counts_2024": 2868, "stop_counts_2018": 13124, "stop_counts_2019": 11355, "stop_counts_2020": 6143, "stop_counts_2021": 6231, "stop_counts_2022": 7353, "stop_counts_2023": 11037, "stop_counts_2024": 9583, "AREA_acre": 90.838089575676648 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211308, 40.02997 ], [ -75.207715, 40.031573 ], [ -75.205569, 40.032514 ], [ -75.203407, 40.029561 ], [ -75.205616, 40.028661 ], [ -75.20323, 40.025839 ], [ -75.207732, 40.023783 ], [ -75.209437, 40.026929 ], [ -75.210588, 40.02903 ], [ -75.211308, 40.02997 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267002", "device_counts_2018": 573, "device_counts_2019": 463, "device_counts_2020": 239, "device_counts_2021": 165, "device_counts_2022": 181, "device_counts_2023": 127, "device_counts_2024": 106, "stop_counts_2018": 2931, "stop_counts_2019": 1662, "stop_counts_2020": 1121, "stop_counts_2021": 820, "stop_counts_2022": 698, "stop_counts_2023": 256, "stop_counts_2024": 374, "AREA_acre": 17.349050335841117 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145553, 40.054117 ], [ -75.145211, 40.055661 ], [ -75.142849, 40.055357 ], [ -75.143189, 40.05381 ], [ -75.143571, 40.052297 ], [ -75.145881, 40.052598 ], [ -75.145553, 40.054117 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027023", "device_counts_2018": 1063, "device_counts_2019": 1007, "device_counts_2020": 478, "device_counts_2021": 397, "device_counts_2022": 588, "device_counts_2023": 1140, "device_counts_2024": 1164, "stop_counts_2018": 3086, "stop_counts_2019": 2680, "stop_counts_2020": 1593, "stop_counts_2021": 1165, "stop_counts_2022": 1673, "stop_counts_2023": 4280, "stop_counts_2024": 4202, "AREA_acre": 19.99966333041473 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151852, 39.929555 ], [ -75.148329, 39.929093 ], [ -75.148701, 39.927896 ], [ -75.149166, 39.926696 ], [ -75.152407, 39.927129 ], [ -75.151852, 39.929555 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244002", "device_counts_2018": 1687, "device_counts_2019": 1410, "device_counts_2020": 734, "device_counts_2021": 651, "device_counts_2022": 859, "device_counts_2023": 1196, "device_counts_2024": 789, "stop_counts_2018": 6372, "stop_counts_2019": 4506, "stop_counts_2020": 1962, "stop_counts_2021": 1589, "stop_counts_2022": 2300, "stop_counts_2023": 2339, "stop_counts_2024": 1120, "AREA_acre": 35.071738460903958 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165275, 40.024087 ], [ -75.160983, 40.027253 ], [ -75.160053, 40.026023 ], [ -75.159551, 40.023925 ], [ -75.162024, 40.022286 ], [ -75.165275, 40.024087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010156001", "device_counts_2018": 1941, "device_counts_2019": 1544, "device_counts_2020": 628, "device_counts_2021": 639, "device_counts_2022": 864, "device_counts_2023": 1927, "device_counts_2024": 1425, "stop_counts_2018": 7226, "stop_counts_2019": 5078, "stop_counts_2020": 2441, "stop_counts_2021": 1786, "stop_counts_2022": 2410, "stop_counts_2023": 6942, "stop_counts_2024": 5186, "AREA_acre": 64.5152216741633 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14501, 39.978597 ], [ -75.143188, 39.978359 ], [ -75.14315, 39.978966 ], [ -75.141349, 39.978121 ], [ -75.139868, 39.982536 ], [ -75.138137, 39.982312 ], [ -75.138768, 39.979323 ], [ -75.139715, 39.974897 ], [ -75.141976, 39.97519 ], [ -75.145559, 39.975638 ], [ -75.14501, 39.978597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329001", "device_counts_2018": 1322, "device_counts_2019": 1232, "device_counts_2020": 748, "device_counts_2021": 639, "device_counts_2022": 674, "device_counts_2023": 837, "device_counts_2024": 664, "stop_counts_2018": 5152, "stop_counts_2019": 3930, "stop_counts_2020": 2831, "stop_counts_2021": 1732, "stop_counts_2022": 2221, "stop_counts_2023": 1598, "stop_counts_2024": 1598, "AREA_acre": 63.36180643780839 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028257, 40.041363 ], [ -75.02562, 40.042322 ], [ -75.021752, 40.043668 ], [ -75.020499, 40.043542 ], [ -75.020392, 40.04353 ], [ -75.021984, 40.037965 ], [ -75.021682, 40.037088 ], [ -75.023594, 40.036101 ], [ -75.023317, 40.039937 ], [ -75.024465, 40.040664 ], [ -75.024132, 40.039782 ], [ -75.027031, 40.038744 ], [ -75.027846, 40.040678 ], [ -75.028257, 40.041363 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254002", "device_counts_2018": 836, "device_counts_2019": 606, "device_counts_2020": 331, "device_counts_2021": 240, "device_counts_2022": 307, "device_counts_2023": 458, "device_counts_2024": 588, "stop_counts_2018": 4947, "stop_counts_2019": 3272, "stop_counts_2020": 2022, "stop_counts_2021": 1145, "stop_counts_2022": 1229, "stop_counts_2023": 2634, "stop_counts_2024": 2679, "AREA_acre": 42.376081631908228 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180513, 40.057498 ], [ -75.178248, 40.059704 ], [ -75.177077, 40.060236 ], [ -75.174312, 40.058142 ], [ -75.172869, 40.057256 ], [ -75.174759, 40.057282 ], [ -75.176188, 40.055819 ], [ -75.175743, 40.054577 ], [ -75.179017, 40.05658 ], [ -75.180513, 40.057498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326003", "device_counts_2018": 798, "device_counts_2019": 728, "device_counts_2020": 436, "device_counts_2021": 348, "device_counts_2022": 454, "device_counts_2023": 201, "device_counts_2024": 327, "stop_counts_2018": 4628, "stop_counts_2019": 3691, "stop_counts_2020": 2015, "stop_counts_2021": 1737, "stop_counts_2022": 2065, "stop_counts_2023": 867, "stop_counts_2024": 733, "AREA_acre": 31.525879648921087 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044655, 40.031231 ], [ -75.042537, 40.032328 ], [ -75.038616, 40.034355 ], [ -75.03733, 40.032782 ], [ -75.041188, 40.030786 ], [ -75.043304, 40.029688 ], [ -75.044655, 40.031231 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294003", "device_counts_2018": 2434, "device_counts_2019": 1950, "device_counts_2020": 1123, "device_counts_2021": 850, "device_counts_2022": 1092, "device_counts_2023": 1239, "device_counts_2024": 1262, "stop_counts_2018": 7820, "stop_counts_2019": 6129, "stop_counts_2020": 3699, "stop_counts_2021": 2703, "stop_counts_2022": 3204, "stop_counts_2023": 3986, "stop_counts_2024": 3457, "AREA_acre": 66.452780511172222 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087577, 40.012516 ], [ -75.086348, 40.013868 ], [ -75.085818, 40.014448 ], [ -75.082668, 40.009938 ], [ -75.080314, 40.011393 ], [ -75.079279, 40.010409 ], [ -75.078749, 40.009878 ], [ -75.078448, 40.008586 ], [ -75.083087, 40.007437 ], [ -75.083788, 40.008503 ], [ -75.084912, 40.009489 ], [ -75.088731, 40.010923 ], [ -75.087577, 40.012516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348031", "device_counts_2018": 1783, "device_counts_2019": 1989, "device_counts_2020": 1489, "device_counts_2021": 1452, "device_counts_2022": 1843, "device_counts_2023": 1501, "device_counts_2024": 993, "stop_counts_2018": 8859, "stop_counts_2019": 7296, "stop_counts_2020": 5381, "stop_counts_2021": 5268, "stop_counts_2022": 6945, "stop_counts_2023": 7570, "stop_counts_2024": 3924, "AREA_acre": 179.16021986001917 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.005996, 40.061324 ], [ -75.002288, 40.063869 ], [ -75.00009, 40.062745 ], [ -74.998385, 40.064117 ], [ -74.995269, 40.062344 ], [ -74.991709, 40.061095 ], [ -74.990432, 40.060396 ], [ -74.991254, 40.059949 ], [ -74.998259, 40.05808 ], [ -75.001181, 40.057232 ], [ -75.004795, 40.054747 ], [ -75.007814, 40.057407 ], [ -75.003644, 40.059552 ], [ -75.008018, 40.059417 ], [ -75.005996, 40.061324 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237001", "device_counts_2018": 1056, "device_counts_2019": 938, "device_counts_2020": 456, "device_counts_2021": 373, "device_counts_2022": 500, "device_counts_2023": 808, "device_counts_2024": 580, "stop_counts_2018": 7199, "stop_counts_2019": 4221, "stop_counts_2020": 2148, "stop_counts_2021": 1710, "stop_counts_2022": 1960, "stop_counts_2023": 2509, "stop_counts_2024": 1809, "AREA_acre": 51.630211837301076 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190893, 40.044241 ], [ -75.187368, 40.047688 ], [ -75.185932, 40.046809 ], [ -75.187332, 40.045452 ], [ -75.184524, 40.043654 ], [ -75.185569, 40.042625 ], [ -75.187315, 40.040929 ], [ -75.191199, 40.043386 ], [ -75.190893, 40.044241 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012021", "device_counts_2018": 3216, "device_counts_2019": 2295, "device_counts_2020": 719, "device_counts_2021": 1004, "device_counts_2022": 1184, "device_counts_2023": 2794, "device_counts_2024": 2508, "stop_counts_2018": 7806, "stop_counts_2019": 5749, "stop_counts_2020": 2217, "stop_counts_2021": 2453, "stop_counts_2022": 2816, "stop_counts_2023": 4729, "stop_counts_2024": 3612, "AREA_acre": 16.227140234446285 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17118, 39.947784 ], [ -75.16803, 39.947386 ], [ -75.166458, 39.947196 ], [ -75.166767, 39.945768 ], [ -75.171488, 39.946353 ], [ -75.17118, 39.947784 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252006", "device_counts_2018": 1342, "device_counts_2019": 1095, "device_counts_2020": 439, "device_counts_2021": 381, "device_counts_2022": 536, "device_counts_2023": 657, "device_counts_2024": 934, "stop_counts_2018": 7594, "stop_counts_2019": 4593, "stop_counts_2020": 2223, "stop_counts_2021": 1276, "stop_counts_2022": 1640, "stop_counts_2023": 1606, "stop_counts_2024": 2635, "AREA_acre": 61.198752026584977 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183398, 40.048254 ], [ -75.179616, 40.051956 ], [ -75.177983, 40.05356 ], [ -75.177193, 40.05308 ], [ -75.175804, 40.052241 ], [ -75.179194, 40.048872 ], [ -75.178144, 40.04821 ], [ -75.17922, 40.047155 ], [ -75.181057, 40.045381 ], [ -75.181701, 40.044831 ], [ -75.182203, 40.045894 ], [ -75.183398, 40.048254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243004", "device_counts_2018": 892, "device_counts_2019": 692, "device_counts_2020": 400, "device_counts_2021": 379, "device_counts_2022": 509, "device_counts_2023": 400, "device_counts_2024": 383, "stop_counts_2018": 2872, "stop_counts_2019": 2358, "stop_counts_2020": 1449, "stop_counts_2021": 1350, "stop_counts_2022": 1427, "stop_counts_2023": 1728, "stop_counts_2024": 1451, "AREA_acre": 52.712054291800868 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173246, 40.018411 ], [ -75.169534, 40.022381 ], [ -75.165707, 40.019731 ], [ -75.163915, 40.02099 ], [ -75.162782, 40.020368 ], [ -75.163758, 40.019234 ], [ -75.172342, 40.017604 ], [ -75.173246, 40.018411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110004", "device_counts_2018": 1413, "device_counts_2019": 1206, "device_counts_2020": 523, "device_counts_2021": 487, "device_counts_2022": 639, "device_counts_2023": 1040, "device_counts_2024": 790, "stop_counts_2018": 6063, "stop_counts_2019": 3503, "stop_counts_2020": 1542, "stop_counts_2021": 1168, "stop_counts_2022": 1630, "stop_counts_2023": 1961, "stop_counts_2024": 1774, "AREA_acre": 24.209021176234707 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.204176, 39.973395 ], [ -75.20372, 39.974182 ], [ -75.199505, 39.974646 ], [ -75.199139, 39.972707 ], [ -75.203871, 39.97176 ], [ -75.204176, 39.973395 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172023", "device_counts_2018": 1362, "device_counts_2019": 1039, "device_counts_2020": 429, "device_counts_2021": 340, "device_counts_2022": 509, "device_counts_2023": 508, "device_counts_2024": 528, "stop_counts_2018": 4817, "stop_counts_2019": 3309, "stop_counts_2020": 1282, "stop_counts_2021": 1033, "stop_counts_2022": 1691, "stop_counts_2023": 1900, "stop_counts_2024": 655, "AREA_acre": 14.656960805111025 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180188, 39.997253 ], [ -75.178237, 39.998611 ], [ -75.175188, 39.998233 ], [ -75.175539, 39.996639 ], [ -75.178576, 39.99704 ], [ -75.180188, 39.997253 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067001", "device_counts_2018": 1161, "device_counts_2019": 835, "device_counts_2020": 431, "device_counts_2021": 312, "device_counts_2022": 548, "device_counts_2023": 635, "device_counts_2024": 609, "stop_counts_2018": 5738, "stop_counts_2019": 3055, "stop_counts_2020": 1939, "stop_counts_2021": 1049, "stop_counts_2022": 1782, "stop_counts_2023": 1565, "stop_counts_2024": 1810, "AREA_acre": 55.757181268515026 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224111, 39.921005 ], [ -75.22216, 39.923892 ], [ -75.221562, 39.924744 ], [ -75.21931, 39.928012 ], [ -75.216768, 39.926956 ], [ -75.221873, 39.919551 ], [ -75.222772, 39.919918 ], [ -75.224111, 39.921005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010005001", "device_counts_2018": 67270, "device_counts_2019": 54677, "device_counts_2020": 12825, "device_counts_2021": 22752, "device_counts_2022": 30845, "device_counts_2023": 45445, "device_counts_2024": 41989, "stop_counts_2018": 260925, "stop_counts_2019": 216421, "stop_counts_2020": 44358, "stop_counts_2021": 72938, "stop_counts_2022": 104038, "stop_counts_2023": 158605, "stop_counts_2024": 160477, "AREA_acre": 104.07167519730821 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165063, 39.953608 ], [ -75.163402, 39.953339 ], [ -75.163329, 39.95333 ], [ -75.163093, 39.9544 ], [ -75.151539, 39.952948 ], [ -75.152337, 39.949421 ], [ -75.157062, 39.950006 ], [ -75.163937, 39.950866 ], [ -75.164011, 39.950876 ], [ -75.165063, 39.953608 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249004", "device_counts_2018": 816, "device_counts_2019": 634, "device_counts_2020": 321, "device_counts_2021": 223, "device_counts_2022": 273, "device_counts_2023": 304, "device_counts_2024": 309, "stop_counts_2018": 3174, "stop_counts_2019": 2803, "stop_counts_2020": 1413, "stop_counts_2021": 681, "stop_counts_2022": 894, "stop_counts_2023": 651, "stop_counts_2024": 594, "AREA_acre": 27.744152044449077 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161898, 40.052842 ], [ -75.160222, 40.051826 ], [ -75.159041, 40.051106 ], [ -75.160528, 40.049664 ], [ -75.161656, 40.048559 ], [ -75.164529, 40.050306 ], [ -75.161898, 40.052842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031005", "device_counts_2018": 1287, "device_counts_2019": 1017, "device_counts_2020": 461, "device_counts_2021": 418, "device_counts_2022": 602, "device_counts_2023": 993, "device_counts_2024": 684, "stop_counts_2018": 4847, "stop_counts_2019": 3630, "stop_counts_2020": 1652, "stop_counts_2021": 1466, "stop_counts_2022": 1985, "stop_counts_2023": 1853, "stop_counts_2024": 2746, "AREA_acre": 16.890507516834667 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179553, 39.933178 ], [ -75.176069, 39.932721 ], [ -75.176513, 39.930716 ], [ -75.180001, 39.93117 ], [ -75.179553, 39.933178 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340001", "device_counts_2018": 692, "device_counts_2019": 601, "device_counts_2020": 448, "device_counts_2021": 439, "device_counts_2022": 569, "device_counts_2023": 552, "device_counts_2024": 578, "stop_counts_2018": 3480, "stop_counts_2019": 3242, "stop_counts_2020": 2840, "stop_counts_2021": 2372, "stop_counts_2022": 3349, "stop_counts_2023": 2171, "stop_counts_2024": 1621, "AREA_acre": 79.577937141642991 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0759, 40.072884 ], [ -75.073477, 40.07526 ], [ -75.071007, 40.077682 ], [ -75.067912, 40.075976 ], [ -75.067333, 40.075504 ], [ -75.068958, 40.072358 ], [ -75.068862, 40.071845 ], [ -75.070412, 40.07022 ], [ -75.074029, 40.071983 ], [ -75.0759, 40.072884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085003", "device_counts_2018": 1901, "device_counts_2019": 1768, "device_counts_2020": 798, "device_counts_2021": 829, "device_counts_2022": 906, "device_counts_2023": 1039, "device_counts_2024": 814, "stop_counts_2018": 5539, "stop_counts_2019": 4697, "stop_counts_2020": 1858, "stop_counts_2021": 1924, "stop_counts_2022": 2007, "stop_counts_2023": 1897, "stop_counts_2024": 2239, "AREA_acre": 21.674482708155242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226002, 39.954591 ], [ -75.225746, 39.955814 ], [ -75.223775, 39.955565 ], [ -75.221798, 39.955319 ], [ -75.221923, 39.954723 ], [ -75.222056, 39.954102 ], [ -75.222279, 39.95304 ], [ -75.226224, 39.953528 ], [ -75.226002, 39.954591 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152002", "device_counts_2018": 2622, "device_counts_2019": 1984, "device_counts_2020": 965, "device_counts_2021": 715, "device_counts_2022": 943, "device_counts_2023": 1117, "device_counts_2024": 659, "stop_counts_2018": 11853, "stop_counts_2019": 8525, "stop_counts_2020": 4209, "stop_counts_2021": 2715, "stop_counts_2022": 3606, "stop_counts_2023": 4535, "stop_counts_2024": 1731, "AREA_acre": 67.217590235132192 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175803, 39.988812 ], [ -75.173682, 39.990167 ], [ -75.171839, 39.989935 ], [ -75.168894, 39.98955 ], [ -75.169234, 39.987959 ], [ -75.168428, 39.987857 ], [ -75.166408, 39.987598 ], [ -75.167078, 39.984517 ], [ -75.17151, 39.98509 ], [ -75.171197, 39.986603 ], [ -75.174361, 39.987024 ], [ -75.174044, 39.988507 ], [ -75.174665, 39.988427 ], [ -75.175803, 39.988812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010106001", "device_counts_2018": 1253, "device_counts_2019": 1009, "device_counts_2020": 444, "device_counts_2021": 405, "device_counts_2022": 556, "device_counts_2023": 1069, "device_counts_2024": 426, "stop_counts_2018": 4294, "stop_counts_2019": 2668, "stop_counts_2020": 1165, "stop_counts_2021": 980, "stop_counts_2022": 1345, "stop_counts_2023": 1817, "stop_counts_2024": 3077, "AREA_acre": 24.685130665124518 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211334, 39.968726 ], [ -75.211189, 39.968634 ], [ -75.210101, 39.967961 ], [ -75.208344, 39.966876 ], [ -75.209344, 39.964621 ], [ -75.209058, 39.962329 ], [ -75.21056, 39.962571 ], [ -75.211231, 39.967879 ], [ -75.211334, 39.968726 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338001", "device_counts_2018": 1262, "device_counts_2019": 1042, "device_counts_2020": 717, "device_counts_2021": 524, "device_counts_2022": 761, "device_counts_2023": 763, "device_counts_2024": 787, "stop_counts_2018": 6087, "stop_counts_2019": 4756, "stop_counts_2020": 3131, "stop_counts_2021": 3063, "stop_counts_2022": 3726, "stop_counts_2023": 6142, "stop_counts_2024": 3502, "AREA_acre": 107.85028729713282 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073304, 40.062812 ], [ -75.067355, 40.068727 ], [ -75.06304, 40.066143 ], [ -75.064491, 40.064588 ], [ -75.065685, 40.063332 ], [ -75.068074, 40.060824 ], [ -75.069224, 40.059583 ], [ -75.072766, 40.061554 ], [ -75.073909, 40.062192 ], [ -75.073304, 40.062812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010015001", "device_counts_2018": 3478, "device_counts_2019": 2904, "device_counts_2020": 1180, "device_counts_2021": 1496, "device_counts_2022": 1473, "device_counts_2023": 2814, "device_counts_2024": 2739, "stop_counts_2018": 8173, "stop_counts_2019": 5868, "stop_counts_2020": 2929, "stop_counts_2021": 2398, "stop_counts_2022": 2975, "stop_counts_2023": 4830, "stop_counts_2024": 5026, "AREA_acre": 18.877056701427733 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156673, 39.942551 ], [ -75.155488, 39.942407 ], [ -75.153916, 39.942205 ], [ -75.152334, 39.942015 ], [ -75.152546, 39.941148 ], [ -75.152771, 39.940039 ], [ -75.155888, 39.94056 ], [ -75.156388, 39.940627 ], [ -75.156853, 39.941683 ], [ -75.156673, 39.942551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355003", "device_counts_2018": 10268, "device_counts_2019": 10056, "device_counts_2020": 6630, "device_counts_2021": 6429, "device_counts_2022": 8768, "device_counts_2023": 11538, "device_counts_2024": 11483, "stop_counts_2018": 37624, "stop_counts_2019": 36015, "stop_counts_2020": 26257, "stop_counts_2021": 24837, "stop_counts_2022": 34698, "stop_counts_2023": 38616, "stop_counts_2024": 40763, "AREA_acre": 255.42255396344669 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041488, 40.087338 ], [ -75.034808, 40.092423 ], [ -75.030725, 40.09553 ], [ -75.023927, 40.100702 ], [ -75.022086, 40.100212 ], [ -75.018233, 40.097105 ], [ -75.021451, 40.096963 ], [ -75.027681, 40.095046 ], [ -75.025866, 40.090515 ], [ -75.027097, 40.087878 ], [ -75.028337, 40.086604 ], [ -75.033547, 40.089582 ], [ -75.037498, 40.085459 ], [ -75.0384, 40.084472 ], [ -75.039509, 40.085702 ], [ -75.040877, 40.086966 ], [ -75.041488, 40.087338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180023", "device_counts_2018": 919, "device_counts_2019": 703, "device_counts_2020": 489, "device_counts_2021": 431, "device_counts_2022": 619, "device_counts_2023": 604, "device_counts_2024": 603, "stop_counts_2018": 5047, "stop_counts_2019": 3986, "stop_counts_2020": 3002, "stop_counts_2021": 2645, "stop_counts_2022": 3475, "stop_counts_2023": 2970, "stop_counts_2024": 1161, "AREA_acre": 35.449246247138952 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111221, 39.985268 ], [ -75.108359, 39.986753 ], [ -75.105437, 39.983452 ], [ -75.106968, 39.982648 ], [ -75.108828, 39.981673 ], [ -75.111221, 39.985268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028025", "device_counts_2018": 2845, "device_counts_2019": 2389, "device_counts_2020": 1241, "device_counts_2021": 1585, "device_counts_2022": 2055, "device_counts_2023": 2178, "device_counts_2024": 2126, "stop_counts_2018": 7312, "stop_counts_2019": 5957, "stop_counts_2020": 3608, "stop_counts_2021": 3176, "stop_counts_2022": 4756, "stop_counts_2023": 3857, "stop_counts_2024": 3604, "AREA_acre": 22.514870297250123 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161047, 39.931817 ], [ -75.159517, 39.9331 ], [ -75.159142, 39.933049 ], [ -75.157578, 39.932837 ], [ -75.157843, 39.931615 ], [ -75.158121, 39.930394 ], [ -75.158296, 39.929602 ], [ -75.161428, 39.930017 ], [ -75.161047, 39.931817 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115001", "device_counts_2018": 629, "device_counts_2019": 393, "device_counts_2020": 225, "device_counts_2021": 162, "device_counts_2022": 222, "device_counts_2023": 255, "device_counts_2024": 199, "stop_counts_2018": 3544, "stop_counts_2019": 2295, "stop_counts_2020": 1300, "stop_counts_2021": 748, "stop_counts_2022": 1098, "stop_counts_2023": 1121, "stop_counts_2024": 426, "AREA_acre": 19.477871039388386 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.252544, 39.98077 ], [ -75.251063, 39.981601 ], [ -75.248944, 39.979106 ], [ -75.250979, 39.977684 ], [ -75.253104, 39.98018 ], [ -75.252544, 39.98077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042013", "device_counts_2018": 1031, "device_counts_2019": 958, "device_counts_2020": 591, "device_counts_2021": 536, "device_counts_2022": 633, "device_counts_2023": 839, "device_counts_2024": 916, "stop_counts_2018": 4162, "stop_counts_2019": 3686, "stop_counts_2020": 2513, "stop_counts_2021": 2228, "stop_counts_2022": 2151, "stop_counts_2023": 1284, "stop_counts_2024": 1497, "AREA_acre": 15.134167803471108 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149916, 39.921819 ], [ -75.147431, 39.921502 ], [ -75.14769, 39.920273 ], [ -75.147813, 39.919001 ], [ -75.150461, 39.919345 ], [ -75.149916, 39.921819 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027022", "device_counts_2018": 850, "device_counts_2019": 789, "device_counts_2020": 461, "device_counts_2021": 404, "device_counts_2022": 500, "device_counts_2023": 531, "device_counts_2024": 401, "stop_counts_2018": 4019, "stop_counts_2019": 3269, "stop_counts_2020": 2077, "stop_counts_2021": 1809, "stop_counts_2022": 1870, "stop_counts_2023": 949, "stop_counts_2024": 754, "AREA_acre": 17.588076244659653 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150101, 39.924305 ], [ -75.149166, 39.926696 ], [ -75.148701, 39.927896 ], [ -75.146985, 39.927665 ], [ -75.147842, 39.924015 ], [ -75.149405, 39.924207 ], [ -75.150101, 39.924305 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010120001", "device_counts_2018": 1366, "device_counts_2019": 1274, "device_counts_2020": 610, "device_counts_2021": 530, "device_counts_2022": 757, "device_counts_2023": 864, "device_counts_2024": 537, "stop_counts_2018": 3427, "stop_counts_2019": 3276, "stop_counts_2020": 1576, "stop_counts_2021": 1361, "stop_counts_2022": 2020, "stop_counts_2023": 3986, "stop_counts_2024": 2464, "AREA_acre": 44.135464470085353 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233713, 39.992176 ], [ -75.231762, 39.99309 ], [ -75.225664, 39.995848 ], [ -75.225662, 39.991469 ], [ -75.23106, 39.991764 ], [ -75.233672, 39.991882 ], [ -75.233713, 39.992176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268004", "device_counts_2018": 3562, "device_counts_2019": 2524, "device_counts_2020": 956, "device_counts_2021": 1048, "device_counts_2022": 1416, "device_counts_2023": 1901, "device_counts_2024": 1703, "stop_counts_2018": 11100, "stop_counts_2019": 7292, "stop_counts_2020": 2793, "stop_counts_2021": 2559, "stop_counts_2022": 2997, "stop_counts_2023": 4981, "stop_counts_2024": 4197, "AREA_acre": 55.651925115912867 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142214, 40.050563 ], [ -75.14156, 40.053599 ], [ -75.137767, 40.053112 ], [ -75.139107, 40.047011 ], [ -75.142898, 40.047493 ], [ -75.142214, 40.050563 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010023", "device_counts_2018": 10159, "device_counts_2019": 8717, "device_counts_2020": 1588, "device_counts_2021": 3585, "device_counts_2022": 4186, "device_counts_2023": 9382, "device_counts_2024": 8017, "stop_counts_2018": 23081, "stop_counts_2019": 19424, "stop_counts_2020": 4410, "stop_counts_2021": 6971, "stop_counts_2022": 8059, "stop_counts_2023": 21032, "stop_counts_2024": 19300, "AREA_acre": 52.148913567238736 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149954, 39.945505 ], [ -75.149186, 39.949032 ], [ -75.14408, 39.948379 ], [ -75.144009, 39.944388 ], [ -75.144933, 39.944494 ], [ -75.150037, 39.945144 ], [ -75.149954, 39.945505 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098022", "device_counts_2018": 3144, "device_counts_2019": 2645, "device_counts_2020": 1541, "device_counts_2021": 1226, "device_counts_2022": 1425, "device_counts_2023": 966, "device_counts_2024": 1168, "stop_counts_2018": 11903, "stop_counts_2019": 8634, "stop_counts_2020": 4834, "stop_counts_2021": 3616, "stop_counts_2022": 4426, "stop_counts_2023": 2956, "stop_counts_2024": 1604, "AREA_acre": 64.660971496888465 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.273552, 39.978279 ], [ -75.273103, 39.974965 ], [ -75.270639, 39.974669 ], [ -75.271363, 39.972843 ], [ -75.267588, 39.974662 ], [ -75.265558, 39.975641 ], [ -75.264257, 39.974419 ], [ -75.266109, 39.972898 ], [ -75.264148, 39.97148 ], [ -75.2619, 39.972584 ], [ -75.26562, 39.969941 ], [ -75.269314, 39.97301 ], [ -75.271639, 39.972082 ], [ -75.275871, 39.977245 ], [ -75.273552, 39.978279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032002", "device_counts_2018": 728, "device_counts_2019": 568, "device_counts_2020": 267, "device_counts_2021": 208, "device_counts_2022": 291, "device_counts_2023": 454, "device_counts_2024": 333, "stop_counts_2018": 2693, "stop_counts_2019": 1676, "stop_counts_2020": 840, "stop_counts_2021": 644, "stop_counts_2022": 861, "stop_counts_2023": 530, "stop_counts_2024": 403, "AREA_acre": 9.7149174730183692 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184449, 39.933813 ], [ -75.181162, 39.933385 ], [ -75.181419, 39.932161 ], [ -75.184705, 39.932584 ], [ -75.184449, 39.933813 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012014", "device_counts_2018": 2023, "device_counts_2019": 2049, "device_counts_2020": 805, "device_counts_2021": 663, "device_counts_2022": 1125, "device_counts_2023": 1871, "device_counts_2024": 1745, "stop_counts_2018": 4770, "stop_counts_2019": 4016, "stop_counts_2020": 1868, "stop_counts_2021": 1445, "stop_counts_2022": 2107, "stop_counts_2023": 3379, "stop_counts_2024": 3296, "AREA_acre": 15.189512075379474 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181445, 39.947597 ], [ -75.180328, 39.947455 ], [ -75.178156, 39.94719 ], [ -75.178578, 39.945269 ], [ -75.179409, 39.945377 ], [ -75.18188, 39.945691 ], [ -75.181445, 39.947597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320001", "device_counts_2018": 2456, "device_counts_2019": 2282, "device_counts_2020": 1356, "device_counts_2021": 1142, "device_counts_2022": 1624, "device_counts_2023": 1475, "device_counts_2024": 1162, "stop_counts_2018": 8040, "stop_counts_2019": 6011, "stop_counts_2020": 3827, "stop_counts_2021": 3541, "stop_counts_2022": 5167, "stop_counts_2023": 2890, "stop_counts_2024": 2025, "AREA_acre": 39.354721870708246 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.053249, 40.0317 ], [ -75.050972, 40.032324 ], [ -75.048355, 40.029324 ], [ -75.047904, 40.02881 ], [ -75.047453, 40.028294 ], [ -75.049273, 40.027351 ], [ -75.051104, 40.026407 ], [ -75.052898, 40.028462 ], [ -75.051073, 40.029403 ], [ -75.053249, 40.0317 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033002", "device_counts_2018": 9811, "device_counts_2019": 9149, "device_counts_2020": 5417, "device_counts_2021": 5724, "device_counts_2022": 8409, "device_counts_2023": 6138, "device_counts_2024": 6442, "stop_counts_2018": 27761, "stop_counts_2019": 24500, "stop_counts_2020": 15457, "stop_counts_2021": 16910, "stop_counts_2022": 20864, "stop_counts_2023": 17534, "stop_counts_2024": 22240, "AREA_acre": 182.3155742134667 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205185, 39.941116 ], [ -75.204582, 39.942352 ], [ -75.202929, 39.943301 ], [ -75.200277, 39.943652 ], [ -75.193985, 39.942154 ], [ -75.192664, 39.941567 ], [ -75.188712, 39.939567 ], [ -75.18824, 39.939878 ], [ -75.188885, 39.936887 ], [ -75.19306, 39.93741 ], [ -75.193615, 39.937485 ], [ -75.193271, 39.939032 ], [ -75.195923, 39.939102 ], [ -75.197012, 39.936678 ], [ -75.197266, 39.935453 ], [ -75.197537, 39.934232 ], [ -75.199503, 39.934508 ], [ -75.197924, 39.938063 ], [ -75.200194, 39.938545 ], [ -75.20114, 39.937468 ], [ -75.205431, 39.93877 ], [ -75.205185, 39.941116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079004", "device_counts_2018": 927, "device_counts_2019": 900, "device_counts_2020": 300, "device_counts_2021": 228, "device_counts_2022": 277, "device_counts_2023": 664, "device_counts_2024": 712, "stop_counts_2018": 3786, "stop_counts_2019": 2628, "stop_counts_2020": 1308, "stop_counts_2021": 705, "stop_counts_2022": 969, "stop_counts_2023": 954, "stop_counts_2024": 1184, "AREA_acre": 21.529375947729402 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222589, 39.951519 ], [ -75.222279, 39.95304 ], [ -75.220295, 39.952792 ], [ -75.218347, 39.952553 ], [ -75.218676, 39.951032 ], [ -75.218833, 39.950273 ], [ -75.22275, 39.950754 ], [ -75.222589, 39.951519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104004", "device_counts_2018": 2299, "device_counts_2019": 2017, "device_counts_2020": 819, "device_counts_2021": 649, "device_counts_2022": 1014, "device_counts_2023": 1220, "device_counts_2024": 1092, "stop_counts_2018": 7800, "stop_counts_2019": 5967, "stop_counts_2020": 3049, "stop_counts_2021": 1838, "stop_counts_2022": 3280, "stop_counts_2023": 6496, "stop_counts_2024": 2320, "AREA_acre": 43.976861269085738 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22017, 39.964844 ], [ -75.216516, 39.965214 ], [ -75.216376, 39.964094 ], [ -75.216181, 39.962546 ], [ -75.217002, 39.959015 ], [ -75.218954, 39.95926 ], [ -75.219175, 39.959288 ], [ -75.219439, 39.960941 ], [ -75.219693, 39.962523 ], [ -75.220044, 39.963819 ], [ -75.22017, 39.964844 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160005", "device_counts_2018": 1030, "device_counts_2019": 1544, "device_counts_2020": 397, "device_counts_2021": 404, "device_counts_2022": 488, "device_counts_2023": 1217, "device_counts_2024": 1034, "stop_counts_2018": 3231, "stop_counts_2019": 3571, "stop_counts_2020": 1297, "stop_counts_2021": 1093, "stop_counts_2022": 1433, "stop_counts_2023": 3317, "stop_counts_2024": 2747, "AREA_acre": 21.257473970000799 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130448, 39.978589 ], [ -75.127579, 39.981383 ], [ -75.125593, 39.979124 ], [ -75.128628, 39.977533 ], [ -75.130448, 39.978589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204004", "device_counts_2018": 878, "device_counts_2019": 551, "device_counts_2020": 345, "device_counts_2021": 218, "device_counts_2022": 247, "device_counts_2023": 281, "device_counts_2024": 354, "stop_counts_2018": 3633, "stop_counts_2019": 2103, "stop_counts_2020": 1243, "stop_counts_2021": 660, "stop_counts_2022": 855, "stop_counts_2023": 1388, "stop_counts_2024": 1500, "AREA_acre": 19.08226205464873 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155239, 40.020486 ], [ -75.152161, 40.020161 ], [ -75.152386, 40.018145 ], [ -75.154576, 40.017272 ], [ -75.155692, 40.019078 ], [ -75.155239, 40.020486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197003", "device_counts_2018": 726, "device_counts_2019": 556, "device_counts_2020": 304, "device_counts_2021": 253, "device_counts_2022": 425, "device_counts_2023": 659, "device_counts_2024": 385, "stop_counts_2018": 3304, "stop_counts_2019": 2137, "stop_counts_2020": 1351, "stop_counts_2021": 990, "stop_counts_2022": 1433, "stop_counts_2023": 2400, "stop_counts_2024": 870, "AREA_acre": 13.673207420488708 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138463, 40.020171 ], [ -75.13674, 40.019958 ], [ -75.136984, 40.018789 ], [ -75.136811, 40.016899 ], [ -75.13911, 40.017187 ], [ -75.138463, 40.020171 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266006", "device_counts_2018": 887, "device_counts_2019": 696, "device_counts_2020": 364, "device_counts_2021": 249, "device_counts_2022": 356, "device_counts_2023": 403, "device_counts_2024": 357, "stop_counts_2018": 3983, "stop_counts_2019": 2897, "stop_counts_2020": 1599, "stop_counts_2021": 862, "stop_counts_2022": 1309, "stop_counts_2023": 1856, "stop_counts_2024": 930, "AREA_acre": 26.545123181527689 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151879, 40.062406 ], [ -75.151414, 40.063206 ], [ -75.147649, 40.06301 ], [ -75.148107, 40.060903 ], [ -75.149219, 40.058432 ], [ -75.151141, 40.061326 ], [ -75.15175, 40.06222 ], [ -75.151879, 40.062406 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136011", "device_counts_2018": 2128, "device_counts_2019": 1155, "device_counts_2020": 408, "device_counts_2021": 605, "device_counts_2022": 778, "device_counts_2023": 1465, "device_counts_2024": 1524, "stop_counts_2018": 5622, "stop_counts_2019": 3115, "stop_counts_2020": 1671, "stop_counts_2021": 1447, "stop_counts_2022": 1817, "stop_counts_2023": 3377, "stop_counts_2024": 2807, "AREA_acre": 19.461362053124617 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178056, 39.970112 ], [ -75.17646, 39.96991 ], [ -75.174869, 39.96971 ], [ -75.17539, 39.967345 ], [ -75.178641, 39.967399 ], [ -75.178056, 39.970112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244001", "device_counts_2018": 1318, "device_counts_2019": 1176, "device_counts_2020": 537, "device_counts_2021": 446, "device_counts_2022": 659, "device_counts_2023": 486, "device_counts_2024": 435, "stop_counts_2018": 4565, "stop_counts_2019": 3604, "stop_counts_2020": 1903, "stop_counts_2021": 1541, "stop_counts_2022": 1690, "stop_counts_2023": 1031, "stop_counts_2024": 1648, "AREA_acre": 28.522699127950055 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166993, 40.025012 ], [ -75.165275, 40.024087 ], [ -75.162024, 40.022286 ], [ -75.162462, 40.021954 ], [ -75.162782, 40.020368 ], [ -75.163915, 40.02099 ], [ -75.168482, 40.023512 ], [ -75.166993, 40.025012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345021", "device_counts_2018": 430, "device_counts_2019": 426, "device_counts_2020": 320, "device_counts_2021": 304, "device_counts_2022": 389, "device_counts_2023": 327, "device_counts_2024": 553, "stop_counts_2018": 4456, "stop_counts_2019": 3199, "stop_counts_2020": 2791, "stop_counts_2021": 2328, "stop_counts_2022": 2646, "stop_counts_2023": 4112, "stop_counts_2024": 5086, "AREA_acre": 31.705828515728047 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047286, 40.082932 ], [ -75.041488, 40.087338 ], [ -75.040877, 40.086966 ], [ -75.042143, 40.084065 ], [ -75.046249, 40.081459 ], [ -75.047286, 40.082932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202004", "device_counts_2018": 2057, "device_counts_2019": 1783, "device_counts_2020": 683, "device_counts_2021": 526, "device_counts_2022": 698, "device_counts_2023": 1060, "device_counts_2024": 759, "stop_counts_2018": 6043, "stop_counts_2019": 4837, "stop_counts_2020": 2361, "stop_counts_2021": 1353, "stop_counts_2022": 1762, "stop_counts_2023": 3647, "stop_counts_2024": 3414, "AREA_acre": 34.003668159590518 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167292, 40.009695 ], [ -75.166871, 40.009901 ], [ -75.160943, 40.012647 ], [ -75.160453, 40.012067 ], [ -75.160936, 40.009632 ], [ -75.161095, 40.008883 ], [ -75.164576, 40.009337 ], [ -75.164733, 40.008616 ], [ -75.167945, 40.009378 ], [ -75.167292, 40.009695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161002", "device_counts_2018": 2300, "device_counts_2019": 2014, "device_counts_2020": 1070, "device_counts_2021": 1063, "device_counts_2022": 1400, "device_counts_2023": 2125, "device_counts_2024": 1744, "stop_counts_2018": 7809, "stop_counts_2019": 6750, "stop_counts_2020": 3445, "stop_counts_2021": 3473, "stop_counts_2022": 3866, "stop_counts_2023": 5186, "stop_counts_2024": 7807, "AREA_acre": 51.267013377592924 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.125491, 39.989836 ], [ -75.122417, 39.987001 ], [ -75.120252, 39.984755 ], [ -75.122679, 39.983488 ], [ -75.125062, 39.982373 ], [ -75.125836, 39.983251 ], [ -75.124654, 39.984526 ], [ -75.124728, 39.985801 ], [ -75.127363, 39.988792 ], [ -75.125491, 39.989836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178007", "device_counts_2018": 1431, "device_counts_2019": 1181, "device_counts_2020": 644, "device_counts_2021": 477, "device_counts_2022": 621, "device_counts_2023": 983, "device_counts_2024": 579, "stop_counts_2018": 5199, "stop_counts_2019": 4062, "stop_counts_2020": 2372, "stop_counts_2021": 1231, "stop_counts_2022": 1988, "stop_counts_2023": 2506, "stop_counts_2024": 1641, "AREA_acre": 29.850958264480564 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123686, 39.990836 ], [ -75.12031, 39.992672 ], [ -75.118392, 39.990528 ], [ -75.122248, 39.988511 ], [ -75.124593, 39.990328 ], [ -75.123686, 39.990836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081011", "device_counts_2018": 1287, "device_counts_2019": 1882, "device_counts_2020": 494, "device_counts_2021": 430, "device_counts_2022": 525, "device_counts_2023": 808, "device_counts_2024": 350, "stop_counts_2018": 5739, "stop_counts_2019": 6537, "stop_counts_2020": 1900, "stop_counts_2021": 1854, "stop_counts_2022": 1739, "stop_counts_2023": 2302, "stop_counts_2024": 448, "AREA_acre": 23.625647143580061 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235479, 39.948433 ], [ -75.235165, 39.949953 ], [ -75.230959, 39.949438 ], [ -75.231271, 39.947909 ], [ -75.233604, 39.947351 ], [ -75.235049, 39.946992 ], [ -75.235822, 39.946835 ], [ -75.235479, 39.948433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199002", "device_counts_2018": 1613, "device_counts_2019": 1348, "device_counts_2020": 915, "device_counts_2021": 674, "device_counts_2022": 838, "device_counts_2023": 967, "device_counts_2024": 481, "stop_counts_2018": 5731, "stop_counts_2019": 4366, "stop_counts_2020": 2978, "stop_counts_2021": 2008, "stop_counts_2022": 2461, "stop_counts_2023": 1643, "stop_counts_2024": 1117, "AREA_acre": 28.986364988601398 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144069, 40.006684 ], [ -75.143346, 40.008227 ], [ -75.142772, 40.008153 ], [ -75.142256, 40.008093 ], [ -75.140472, 40.007878 ], [ -75.14116, 40.004784 ], [ -75.141491, 40.003288 ], [ -75.143292, 40.003523 ], [ -75.143437, 40.005071 ], [ -75.144069, 40.006684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024001", "device_counts_2018": 1362, "device_counts_2019": 1137, "device_counts_2020": 427, "device_counts_2021": 473, "device_counts_2022": 669, "device_counts_2023": 1338, "device_counts_2024": 1828, "stop_counts_2018": 2980, "stop_counts_2019": 2983, "stop_counts_2020": 1236, "stop_counts_2021": 898, "stop_counts_2022": 1535, "stop_counts_2023": 3608, "stop_counts_2024": 4350, "AREA_acre": 13.474202673593247 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156317, 39.938569 ], [ -75.154807, 39.93815 ], [ -75.153286, 39.937736 ], [ -75.153774, 39.935516 ], [ -75.155304, 39.935934 ], [ -75.15506, 39.936807 ], [ -75.156622, 39.937182 ], [ -75.156317, 39.938569 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267004", "device_counts_2018": 1576, "device_counts_2019": 1375, "device_counts_2020": 601, "device_counts_2021": 429, "device_counts_2022": 600, "device_counts_2023": 781, "device_counts_2024": 736, "stop_counts_2018": 8331, "stop_counts_2019": 5494, "stop_counts_2020": 2848, "stop_counts_2021": 1974, "stop_counts_2022": 2990, "stop_counts_2023": 2802, "stop_counts_2024": 2362, "AREA_acre": 30.629225946180703 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149705, 40.054649 ], [ -75.149478, 40.056217 ], [ -75.146002, 40.055765 ], [ -75.145211, 40.055661 ], [ -75.145553, 40.054117 ], [ -75.145881, 40.052598 ], [ -75.149919, 40.053127 ], [ -75.149705, 40.054649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283002", "device_counts_2018": 674, "device_counts_2019": 481, "device_counts_2020": 253, "device_counts_2021": 171, "device_counts_2022": 221, "device_counts_2023": 324, "device_counts_2024": 254, "stop_counts_2018": 3282, "stop_counts_2019": 1792, "stop_counts_2020": 1085, "stop_counts_2021": 679, "stop_counts_2022": 720, "stop_counts_2023": 1773, "stop_counts_2024": 1329, "AREA_acre": 16.973656746065721 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142334, 40.028543 ], [ -75.13998, 40.028245 ], [ -75.140303, 40.026745 ], [ -75.140638, 40.025262 ], [ -75.143001, 40.025561 ], [ -75.142334, 40.028543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010003002", "device_counts_2018": 9643, "device_counts_2019": 10295, "device_counts_2020": 1739, "device_counts_2021": 3698, "device_counts_2022": 7503, "device_counts_2023": 10143, "device_counts_2024": 8396, "stop_counts_2018": 23394, "stop_counts_2019": 23094, "stop_counts_2020": 7857, "stop_counts_2021": 8400, "stop_counts_2022": 14836, "stop_counts_2023": 27666, "stop_counts_2024": 18908, "AREA_acre": 64.77463868272163 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179937, 39.960028 ], [ -75.172002, 39.959007 ], [ -75.172783, 39.955604 ], [ -75.177527, 39.95549 ], [ -75.179122, 39.955984 ], [ -75.17972, 39.956164 ], [ -75.179126, 39.958004 ], [ -75.179937, 39.960028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377002", "device_counts_2018": 5155, "device_counts_2019": 4729, "device_counts_2020": 1235, "device_counts_2021": 1700, "device_counts_2022": 2816, "device_counts_2023": 3445, "device_counts_2024": 2616, "stop_counts_2018": 22499, "stop_counts_2019": 17837, "stop_counts_2020": 6240, "stop_counts_2021": 6042, "stop_counts_2022": 9024, "stop_counts_2023": 12029, "stop_counts_2024": 9008, "AREA_acre": 79.504482430427842 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151266, 39.983978 ], [ -75.148109, 39.983604 ], [ -75.148437, 39.98211 ], [ -75.146769, 39.981893 ], [ -75.146102, 39.984978 ], [ -75.144154, 39.984724 ], [ -75.14405, 39.983721 ], [ -75.144169, 39.983092 ], [ -75.14501, 39.978597 ], [ -75.150661, 39.979325 ], [ -75.152235, 39.979531 ], [ -75.151266, 39.983978 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037022", "device_counts_2018": 1759, "device_counts_2019": 1488, "device_counts_2020": 690, "device_counts_2021": 550, "device_counts_2022": 762, "device_counts_2023": 813, "device_counts_2024": 761, "stop_counts_2018": 6603, "stop_counts_2019": 5411, "stop_counts_2020": 3111, "stop_counts_2021": 2066, "stop_counts_2022": 2600, "stop_counts_2023": 3140, "stop_counts_2024": 1290, "AREA_acre": 19.820146743939127 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184393, 39.926276 ], [ -75.18333, 39.926134 ], [ -75.182743, 39.926058 ], [ -75.181698, 39.925924 ], [ -75.182243, 39.923442 ], [ -75.183295, 39.923575 ], [ -75.183434, 39.922939 ], [ -75.185202, 39.922574 ], [ -75.184393, 39.926276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094004", "device_counts_2018": 2039, "device_counts_2019": 1709, "device_counts_2020": 651, "device_counts_2021": 615, "device_counts_2022": 662, "device_counts_2023": 857, "device_counts_2024": 1161, "stop_counts_2018": 8812, "stop_counts_2019": 5545, "stop_counts_2020": 2448, "stop_counts_2021": 1908, "stop_counts_2022": 2047, "stop_counts_2023": 2996, "stop_counts_2024": 4983, "AREA_acre": 30.121875131813177 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236481, 39.963047 ], [ -75.235842, 39.966085 ], [ -75.23189, 39.965593 ], [ -75.232527, 39.962557 ], [ -75.23454, 39.962807 ], [ -75.236587, 39.962519 ], [ -75.236481, 39.963047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010208002", "device_counts_2018": 1313, "device_counts_2019": 1239, "device_counts_2020": 359, "device_counts_2021": 560, "device_counts_2022": 829, "device_counts_2023": 809, "device_counts_2024": 934, "stop_counts_2018": 4135, "stop_counts_2019": 3724, "stop_counts_2020": 1189, "stop_counts_2021": 1614, "stop_counts_2022": 1931, "stop_counts_2023": 3329, "stop_counts_2024": 3230, "AREA_acre": 128.37036480505958 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205848, 40.015281 ], [ -75.201269, 40.017189 ], [ -75.197636, 40.021461 ], [ -75.193308, 40.024091 ], [ -75.193048, 40.023558 ], [ -75.191105, 40.021663 ], [ -75.192405, 40.020495 ], [ -75.198361, 40.01527 ], [ -75.200278, 40.013708 ], [ -75.200954, 40.013061 ], [ -75.206139, 40.014753 ], [ -75.205848, 40.015281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353022", "device_counts_2018": 3260, "device_counts_2019": 3063, "device_counts_2020": 2331, "device_counts_2021": 2248, "device_counts_2022": 3102, "device_counts_2023": 2435, "device_counts_2024": 2586, "stop_counts_2018": 14530, "stop_counts_2019": 11771, "stop_counts_2020": 8692, "stop_counts_2021": 8282, "stop_counts_2022": 11365, "stop_counts_2023": 6917, "stop_counts_2024": 6562, "AREA_acre": 284.10114075296536 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.003606, 40.071362 ], [ -74.998488, 40.078701 ], [ -74.995282, 40.077149 ], [ -74.991271, 40.07631 ], [ -74.988467, 40.073908 ], [ -74.987857, 40.072829 ], [ -74.993531, 40.071863 ], [ -74.996409, 40.06659 ], [ -74.99873, 40.065828 ], [ -74.998385, 40.064117 ], [ -75.007269, 40.069161 ], [ -75.003606, 40.071362 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308004", "device_counts_2018": 886, "device_counts_2019": 688, "device_counts_2020": 374, "device_counts_2021": 304, "device_counts_2022": 372, "device_counts_2023": 687, "device_counts_2024": 461, "stop_counts_2018": 6872, "stop_counts_2019": 3050, "stop_counts_2020": 1946, "stop_counts_2021": 1555, "stop_counts_2022": 1996, "stop_counts_2023": 3160, "stop_counts_2024": 3159, "AREA_acre": 52.961193468908881 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0868, 40.052744 ], [ -75.085847, 40.05441 ], [ -75.079878, 40.051217 ], [ -75.082888, 40.048197 ], [ -75.086165, 40.050024 ], [ -75.085989, 40.050878 ], [ -75.0868, 40.052744 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153003", "device_counts_2018": 1458, "device_counts_2019": 1107, "device_counts_2020": 462, "device_counts_2021": 404, "device_counts_2022": 534, "device_counts_2023": 765, "device_counts_2024": 511, "stop_counts_2018": 4112, "stop_counts_2019": 3331, "stop_counts_2020": 1139, "stop_counts_2021": 1049, "stop_counts_2022": 1851, "stop_counts_2023": 2062, "stop_counts_2024": 1374, "AREA_acre": 23.67719229313844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164184, 39.987311 ], [ -75.161032, 39.986907 ], [ -75.157899, 39.986492 ], [ -75.158246, 39.984934 ], [ -75.161383, 39.985339 ], [ -75.162951, 39.985542 ], [ -75.164517, 39.985759 ], [ -75.164184, 39.987311 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266008", "device_counts_2018": 738, "device_counts_2019": 606, "device_counts_2020": 318, "device_counts_2021": 194, "device_counts_2022": 271, "device_counts_2023": 201, "device_counts_2024": 121, "stop_counts_2018": 4019, "stop_counts_2019": 3128, "stop_counts_2020": 1546, "stop_counts_2021": 1002, "stop_counts_2022": 1124, "stop_counts_2023": 1818, "stop_counts_2024": 531, "AREA_acre": 17.835557064545817 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151596, 40.070328 ], [ -75.148331, 40.068485 ], [ -75.148648, 40.067138 ], [ -75.150505, 40.067377 ], [ -75.151534, 40.067507 ], [ -75.152322, 40.068901 ], [ -75.151596, 40.070328 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171003", "device_counts_2018": 3697, "device_counts_2019": 3188, "device_counts_2020": 1399, "device_counts_2021": 1312, "device_counts_2022": 1556, "device_counts_2023": 1872, "device_counts_2024": 1516, "stop_counts_2018": 13503, "stop_counts_2019": 11185, "stop_counts_2020": 4519, "stop_counts_2021": 3002, "stop_counts_2022": 4038, "stop_counts_2023": 4793, "stop_counts_2024": 3080, "AREA_acre": 91.923363899223418 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178633, 40.005052 ], [ -75.173853, 40.007468 ], [ -75.172209, 40.007898 ], [ -75.169741, 40.008585 ], [ -75.16914, 40.008832 ], [ -75.165554, 40.004859 ], [ -75.165896, 40.003269 ], [ -75.168943, 40.00366 ], [ -75.169093, 40.003671 ], [ -75.171247, 40.003951 ], [ -75.176913, 40.004697 ], [ -75.178809, 40.004937 ], [ -75.178633, 40.005052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040022", "device_counts_2018": 1559, "device_counts_2019": 1556, "device_counts_2020": 1083, "device_counts_2021": 1048, "device_counts_2022": 1369, "device_counts_2023": 965, "device_counts_2024": 812, "stop_counts_2018": 5506, "stop_counts_2019": 6281, "stop_counts_2020": 4886, "stop_counts_2021": 4279, "stop_counts_2022": 4842, "stop_counts_2023": 2068, "stop_counts_2024": 1239, "AREA_acre": 20.163805201062008 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167085, 39.918959 ], [ -75.163956, 39.918518 ], [ -75.16453, 39.915875 ], [ -75.166914, 39.916189 ], [ -75.167681, 39.916283 ], [ -75.167085, 39.918959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267003", "device_counts_2018": 1113, "device_counts_2019": 851, "device_counts_2020": 318, "device_counts_2021": 299, "device_counts_2022": 446, "device_counts_2023": 758, "device_counts_2024": 479, "stop_counts_2018": 5282, "stop_counts_2019": 3273, "stop_counts_2020": 1635, "stop_counts_2021": 873, "stop_counts_2022": 1191, "stop_counts_2023": 3739, "stop_counts_2024": 1669, "AREA_acre": 23.2281305559138 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149919, 40.053127 ], [ -75.145881, 40.052598 ], [ -75.143571, 40.052297 ], [ -75.143841, 40.050771 ], [ -75.147004, 40.051175 ], [ -75.148578, 40.051383 ], [ -75.150142, 40.051578 ], [ -75.149919, 40.053127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190004", "device_counts_2018": 993, "device_counts_2019": 639, "device_counts_2020": 402, "device_counts_2021": 392, "device_counts_2022": 462, "device_counts_2023": 302, "device_counts_2024": 276, "stop_counts_2018": 4997, "stop_counts_2019": 3347, "stop_counts_2020": 1930, "stop_counts_2021": 2002, "stop_counts_2022": 1861, "stop_counts_2023": 1524, "stop_counts_2024": 489, "AREA_acre": 24.4885552409153 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101864, 40.012369 ], [ -75.101557, 40.013878 ], [ -75.099374, 40.013583 ], [ -75.100373, 40.008914 ], [ -75.102552, 40.009202 ], [ -75.101864, 40.012369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039024", "device_counts_2018": 1553, "device_counts_2019": 1404, "device_counts_2020": 856, "device_counts_2021": 882, "device_counts_2022": 1181, "device_counts_2023": 967, "device_counts_2024": 634, "stop_counts_2018": 8251, "stop_counts_2019": 7232, "stop_counts_2020": 5298, "stop_counts_2021": 5272, "stop_counts_2022": 6308, "stop_counts_2023": 4532, "stop_counts_2024": 2347, "AREA_acre": 35.245118116295657 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177438, 39.91897 ], [ -75.177082, 39.920207 ], [ -75.174033, 39.919809 ], [ -75.174302, 39.918562 ], [ -75.175217, 39.915653 ], [ -75.17718, 39.91489 ], [ -75.178268, 39.915053 ], [ -75.177438, 39.91897 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201022", "device_counts_2018": 2482, "device_counts_2019": 2326, "device_counts_2020": 664, "device_counts_2021": 614, "device_counts_2022": 801, "device_counts_2023": 1089, "device_counts_2024": 537, "stop_counts_2018": 5249, "stop_counts_2019": 5020, "stop_counts_2020": 1640, "stop_counts_2021": 968, "stop_counts_2022": 1536, "stop_counts_2023": 1566, "stop_counts_2024": 903, "AREA_acre": 18.404346503882049 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156028, 40.009868 ], [ -75.151246, 40.009279 ], [ -75.151603, 40.007665 ], [ -75.156376, 40.008284 ], [ -75.156028, 40.009868 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180013", "device_counts_2018": 631, "device_counts_2019": 556, "device_counts_2020": 347, "device_counts_2021": 334, "device_counts_2022": 372, "device_counts_2023": 688, "device_counts_2024": 505, "stop_counts_2018": 2780, "stop_counts_2019": 1739, "stop_counts_2020": 1434, "stop_counts_2021": 1242, "stop_counts_2022": 1667, "stop_counts_2023": 1408, "stop_counts_2024": 2824, "AREA_acre": 26.591279594830485 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115605, 39.983551 ], [ -75.115251, 39.983157 ], [ -75.11345, 39.984105 ], [ -75.110939, 39.980568 ], [ -75.113008, 39.979488 ], [ -75.116075, 39.982938 ], [ -75.115605, 39.983551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040024", "device_counts_2018": 3026, "device_counts_2019": 2821, "device_counts_2020": 1354, "device_counts_2021": 1419, "device_counts_2022": 1798, "device_counts_2023": 2557, "device_counts_2024": 2201, "stop_counts_2018": 10882, "stop_counts_2019": 9354, "stop_counts_2020": 4689, "stop_counts_2021": 4110, "stop_counts_2022": 5108, "stop_counts_2023": 5764, "stop_counts_2024": 5042, "AREA_acre": 22.333171172504432 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170581, 39.920653 ], [ -75.170309, 39.921885 ], [ -75.166563, 39.921418 ], [ -75.167085, 39.918959 ], [ -75.170854, 39.91941 ], [ -75.170581, 39.920653 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238001", "device_counts_2018": 778, "device_counts_2019": 705, "device_counts_2020": 308, "device_counts_2021": 336, "device_counts_2022": 412, "device_counts_2023": 459, "device_counts_2024": 528, "stop_counts_2018": 2827, "stop_counts_2019": 2607, "stop_counts_2020": 1004, "stop_counts_2021": 1234, "stop_counts_2022": 943, "stop_counts_2023": 1313, "stop_counts_2024": 884, "AREA_acre": 25.883204721383482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184524, 40.043654 ], [ -75.18308, 40.045068 ], [ -75.182203, 40.045894 ], [ -75.181701, 40.044831 ], [ -75.180884, 40.043246 ], [ -75.183101, 40.041063 ], [ -75.185569, 40.042625 ], [ -75.184524, 40.043654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204002", "device_counts_2018": 3849, "device_counts_2019": 3495, "device_counts_2020": 1504, "device_counts_2021": 1655, "device_counts_2022": 2386, "device_counts_2023": 2005, "device_counts_2024": 1221, "stop_counts_2018": 8391, "stop_counts_2019": 7904, "stop_counts_2020": 3343, "stop_counts_2021": 3119, "stop_counts_2022": 4241, "stop_counts_2023": 3269, "stop_counts_2024": 3503, "AREA_acre": 31.96230074330164 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154576, 40.017272 ], [ -75.152386, 40.018145 ], [ -75.152161, 40.020161 ], [ -75.148953, 40.019743 ], [ -75.147139, 40.019518 ], [ -75.147143, 40.01901 ], [ -75.149544, 40.01787 ], [ -75.153849, 40.015891 ], [ -75.15409, 40.016325 ], [ -75.154576, 40.017272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207004", "device_counts_2018": 6423, "device_counts_2019": 5897, "device_counts_2020": 2269, "device_counts_2021": 2663, "device_counts_2022": 3556, "device_counts_2023": 3776, "device_counts_2024": 3723, "stop_counts_2018": 16853, "stop_counts_2019": 14928, "stop_counts_2020": 6249, "stop_counts_2021": 6290, "stop_counts_2022": 7543, "stop_counts_2023": 7430, "stop_counts_2024": 10764, "AREA_acre": 166.86269163401977 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207599, 40.012719 ], [ -75.206207, 40.01472 ], [ -75.206139, 40.014753 ], [ -75.200954, 40.013061 ], [ -75.200278, 40.013708 ], [ -75.194847, 40.012175 ], [ -75.192879, 40.01162 ], [ -75.186537, 40.009831 ], [ -75.190514, 40.008407 ], [ -75.192225, 40.00722 ], [ -75.192467, 40.006482 ], [ -75.19281, 40.006733 ], [ -75.197451, 40.008315 ], [ -75.203107, 40.010138 ], [ -75.205485, 40.011501 ], [ -75.205978, 40.011723 ], [ -75.206968, 40.011372 ], [ -75.206286, 40.011923 ], [ -75.207599, 40.012719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160006", "device_counts_2018": 2697, "device_counts_2019": 2444, "device_counts_2020": 1156, "device_counts_2021": 1357, "device_counts_2022": 1978, "device_counts_2023": 2336, "device_counts_2024": 1852, "stop_counts_2018": 9341, "stop_counts_2019": 6428, "stop_counts_2020": 3135, "stop_counts_2021": 3220, "stop_counts_2022": 5002, "stop_counts_2023": 5637, "stop_counts_2024": 5402, "AREA_acre": 32.392178580031981 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126136, 39.976082 ], [ -75.123334, 39.977514 ], [ -75.121032, 39.977811 ], [ -75.119763, 39.976369 ], [ -75.119969, 39.975911 ], [ -75.122592, 39.97388 ], [ -75.123391, 39.974403 ], [ -75.125201, 39.975558 ], [ -75.126136, 39.976082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306002", "device_counts_2018": 954, "device_counts_2019": 906, "device_counts_2020": 498, "device_counts_2021": 398, "device_counts_2022": 679, "device_counts_2023": 529, "device_counts_2024": 552, "stop_counts_2018": 3504, "stop_counts_2019": 2833, "stop_counts_2020": 1303, "stop_counts_2021": 1350, "stop_counts_2022": 1788, "stop_counts_2023": 1497, "stop_counts_2024": 1028, "AREA_acre": 23.985734802608508 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.095999, 40.046002 ], [ -75.092242, 40.049978 ], [ -75.091416, 40.049543 ], [ -75.091268, 40.048083 ], [ -75.091859, 40.047485 ], [ -75.094175, 40.045026 ], [ -75.095999, 40.046002 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030023", "device_counts_2018": 1054, "device_counts_2019": 893, "device_counts_2020": 395, "device_counts_2021": 277, "device_counts_2022": 408, "device_counts_2023": 736, "device_counts_2024": 735, "stop_counts_2018": 3496, "stop_counts_2019": 2631, "stop_counts_2020": 1304, "stop_counts_2021": 1091, "stop_counts_2022": 1206, "stop_counts_2023": 908, "stop_counts_2024": 1144, "AREA_acre": 13.924938645039139 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174495, 39.932523 ], [ -75.17397, 39.934974 ], [ -75.172389, 39.934765 ], [ -75.172922, 39.932328 ], [ -75.17319, 39.931104 ], [ -75.174764, 39.931307 ], [ -75.174495, 39.932523 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271002", "device_counts_2018": 983, "device_counts_2019": 827, "device_counts_2020": 355, "device_counts_2021": 345, "device_counts_2022": 567, "device_counts_2023": 816, "device_counts_2024": 511, "stop_counts_2018": 4748, "stop_counts_2019": 2971, "stop_counts_2020": 1568, "stop_counts_2021": 1252, "stop_counts_2022": 1685, "stop_counts_2023": 1979, "stop_counts_2024": 1096, "AREA_acre": 21.582359836389113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124614, 40.049849 ], [ -75.122776, 40.049613 ], [ -75.123566, 40.044993 ], [ -75.125631, 40.045259 ], [ -75.124614, 40.049849 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007001", "device_counts_2018": 5069, "device_counts_2019": 4752, "device_counts_2020": 1018, "device_counts_2021": 1518, "device_counts_2022": 2436, "device_counts_2023": 3325, "device_counts_2024": 3122, "stop_counts_2018": 10691, "stop_counts_2019": 10876, "stop_counts_2020": 2126, "stop_counts_2021": 2802, "stop_counts_2022": 4192, "stop_counts_2023": 5762, "stop_counts_2024": 5145, "AREA_acre": 9.9033413606939327 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176191, 39.952387 ], [ -75.173489, 39.952052 ], [ -75.173813, 39.950531 ], [ -75.175738, 39.950769 ], [ -75.176519, 39.95087 ], [ -75.176191, 39.952387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274012", "device_counts_2018": 2059, "device_counts_2019": 1886, "device_counts_2020": 903, "device_counts_2021": 659, "device_counts_2022": 859, "device_counts_2023": 1145, "device_counts_2024": 915, "stop_counts_2018": 8425, "stop_counts_2019": 5614, "stop_counts_2020": 2416, "stop_counts_2021": 1874, "stop_counts_2022": 2322, "stop_counts_2023": 1353, "stop_counts_2024": 2405, "AREA_acre": 31.837013662102411 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129498, 40.041048 ], [ -75.126643, 40.040681 ], [ -75.126977, 40.039155 ], [ -75.127641, 40.036063 ], [ -75.130518, 40.036437 ], [ -75.129498, 40.041048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310007", "device_counts_2018": 612, "device_counts_2019": 481, "device_counts_2020": 250, "device_counts_2021": 224, "device_counts_2022": 338, "device_counts_2023": 274, "device_counts_2024": 232, "stop_counts_2018": 3785, "stop_counts_2019": 2409, "stop_counts_2020": 1720, "stop_counts_2021": 1268, "stop_counts_2022": 1483, "stop_counts_2023": 489, "stop_counts_2024": 611, "AREA_acre": 41.381875924526476 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079334, 40.051809 ], [ -75.076902, 40.054387 ], [ -75.07509, 40.053364 ], [ -75.075675, 40.052745 ], [ -75.072108, 40.050765 ], [ -75.073936, 40.048841 ], [ -75.077529, 40.050805 ], [ -75.079334, 40.051809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010021", "device_counts_2018": 14319, "device_counts_2019": 11680, "device_counts_2020": 3274, "device_counts_2021": 5186, "device_counts_2022": 5825, "device_counts_2023": 9259, "device_counts_2024": 8550, "stop_counts_2018": 30038, "stop_counts_2019": 25606, "stop_counts_2020": 6968, "stop_counts_2021": 9193, "stop_counts_2022": 11442, "stop_counts_2023": 15934, "stop_counts_2024": 14303, "AREA_acre": 47.090599928657319 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150339, 39.94373 ], [ -75.145243, 39.943087 ], [ -75.144933, 39.944494 ], [ -75.144009, 39.944388 ], [ -75.14408, 39.948379 ], [ -75.142466, 39.948174 ], [ -75.14406, 39.940972 ], [ -75.147604, 39.941422 ], [ -75.150755, 39.941818 ], [ -75.150339, 39.94373 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160001", "device_counts_2018": 531, "device_counts_2019": 456, "device_counts_2020": 273, "device_counts_2021": 209, "device_counts_2022": 264, "device_counts_2023": 329, "device_counts_2024": 478, "stop_counts_2018": 2119, "stop_counts_2019": 1787, "stop_counts_2020": 1009, "stop_counts_2021": 749, "stop_counts_2022": 878, "stop_counts_2023": 2448, "stop_counts_2024": 2276, "AREA_acre": 16.199912306301332 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122679, 39.983488 ], [ -75.120252, 39.984755 ], [ -75.118522, 39.982825 ], [ -75.120973, 39.981546 ], [ -75.122679, 39.983488 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266007", "device_counts_2018": 1891, "device_counts_2019": 1616, "device_counts_2020": 902, "device_counts_2021": 727, "device_counts_2022": 877, "device_counts_2023": 1114, "device_counts_2024": 838, "stop_counts_2018": 6235, "stop_counts_2019": 4337, "stop_counts_2020": 2539, "stop_counts_2021": 1546, "stop_counts_2022": 2020, "stop_counts_2023": 1725, "stop_counts_2024": 2704, "AREA_acre": 23.586968903368252 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153513, 40.064285 ], [ -75.152602, 40.067646 ], [ -75.152322, 40.068901 ], [ -75.151534, 40.067507 ], [ -75.150505, 40.067377 ], [ -75.150719, 40.066367 ], [ -75.151053, 40.064852 ], [ -75.151414, 40.063206 ], [ -75.151879, 40.062406 ], [ -75.152915, 40.063881 ], [ -75.153513, 40.064285 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242003", "device_counts_2018": 1367, "device_counts_2019": 1050, "device_counts_2020": 511, "device_counts_2021": 376, "device_counts_2022": 479, "device_counts_2023": 562, "device_counts_2024": 200, "stop_counts_2018": 5840, "stop_counts_2019": 4523, "stop_counts_2020": 1726, "stop_counts_2021": 1396, "stop_counts_2022": 1908, "stop_counts_2023": 2217, "stop_counts_2024": 627, "AREA_acre": 28.625823825408307 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168308, 40.029173 ], [ -75.166488, 40.030794 ], [ -75.163749, 40.029255 ], [ -75.166395, 40.026593 ], [ -75.169816, 40.02845 ], [ -75.168308, 40.029173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063002", "device_counts_2018": 1584, "device_counts_2019": 947, "device_counts_2020": 553, "device_counts_2021": 399, "device_counts_2022": 555, "device_counts_2023": 712, "device_counts_2024": 306, "stop_counts_2018": 6268, "stop_counts_2019": 3067, "stop_counts_2020": 1740, "stop_counts_2021": 1731, "stop_counts_2022": 1845, "stop_counts_2023": 3504, "stop_counts_2024": 420, "AREA_acre": 18.331031112096262 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236833, 39.925765 ], [ -75.234368, 39.923694 ], [ -75.233121, 39.924558 ], [ -75.232438, 39.92397 ], [ -75.234991, 39.922169 ], [ -75.23816, 39.924839 ], [ -75.236833, 39.925765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008032", "device_counts_2018": 2964, "device_counts_2019": 2153, "device_counts_2020": 940, "device_counts_2021": 805, "device_counts_2022": 1243, "device_counts_2023": 2008, "device_counts_2024": 2154, "stop_counts_2018": 6595, "stop_counts_2019": 5508, "stop_counts_2020": 2351, "stop_counts_2021": 1732, "stop_counts_2022": 2696, "stop_counts_2023": 3480, "stop_counts_2024": 3162, "AREA_acre": 10.858897784007338 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175738, 39.950769 ], [ -75.173813, 39.950531 ], [ -75.174173, 39.948921 ], [ -75.174323, 39.948177 ], [ -75.176239, 39.948414 ], [ -75.175738, 39.950769 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267005", "device_counts_2018": 2106, "device_counts_2019": 1721, "device_counts_2020": 791, "device_counts_2021": 661, "device_counts_2022": 847, "device_counts_2023": 685, "device_counts_2024": 688, "stop_counts_2018": 7512, "stop_counts_2019": 4626, "stop_counts_2020": 2328, "stop_counts_2021": 1955, "stop_counts_2022": 1746, "stop_counts_2023": 890, "stop_counts_2024": 1093, "AREA_acre": 28.934987532073389 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155554, 40.054074 ], [ -75.153438, 40.055707 ], [ -75.152594, 40.056367 ], [ -75.152723, 40.054825 ], [ -75.149705, 40.054649 ], [ -75.149919, 40.053127 ], [ -75.150142, 40.051578 ], [ -75.152881, 40.052844 ], [ -75.155214, 40.053922 ], [ -75.155554, 40.054074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264002", "device_counts_2018": 477, "device_counts_2019": 380, "device_counts_2020": 189, "device_counts_2021": 127, "device_counts_2022": 174, "device_counts_2023": 202, "device_counts_2024": 207, "stop_counts_2018": 3200, "stop_counts_2019": 2169, "stop_counts_2020": 828, "stop_counts_2021": 434, "stop_counts_2022": 753, "stop_counts_2023": 549, "stop_counts_2024": 1140, "AREA_acre": 13.15804789005935 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160911, 40.057865 ], [ -75.160983, 40.060654 ], [ -75.158413, 40.059181 ], [ -75.160691, 40.056831 ], [ -75.162122, 40.057638 ], [ -75.160911, 40.057865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136023", "device_counts_2018": 823, "device_counts_2019": 636, "device_counts_2020": 236, "device_counts_2021": 252, "device_counts_2022": 311, "device_counts_2023": 942, "device_counts_2024": 611, "stop_counts_2018": 2933, "stop_counts_2019": 1636, "stop_counts_2020": 639, "stop_counts_2021": 601, "stop_counts_2022": 720, "stop_counts_2023": 1307, "stop_counts_2024": 1684, "AREA_acre": 14.745328025481548 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180729, 39.972841 ], [ -75.178108, 39.972509 ], [ -75.178606, 39.97018 ], [ -75.181234, 39.970504 ], [ -75.180729, 39.972841 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063001", "device_counts_2018": 1760, "device_counts_2019": 1127, "device_counts_2020": 635, "device_counts_2021": 453, "device_counts_2022": 547, "device_counts_2023": 991, "device_counts_2024": 755, "stop_counts_2018": 5320, "stop_counts_2019": 3808, "stop_counts_2020": 2104, "stop_counts_2021": 1640, "stop_counts_2022": 1766, "stop_counts_2023": 4598, "stop_counts_2024": 4894, "AREA_acre": 11.092240460412741 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235594, 39.92664 ], [ -75.234328, 39.925573 ], [ -75.233121, 39.924558 ], [ -75.234368, 39.923694 ], [ -75.236833, 39.925765 ], [ -75.235594, 39.92664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326006", "device_counts_2018": 1082, "device_counts_2019": 879, "device_counts_2020": 502, "device_counts_2021": 454, "device_counts_2022": 568, "device_counts_2023": 663, "device_counts_2024": 436, "stop_counts_2018": 3257, "stop_counts_2019": 2839, "stop_counts_2020": 2055, "stop_counts_2021": 1580, "stop_counts_2022": 2276, "stop_counts_2023": 4679, "stop_counts_2024": 1459, "AREA_acre": 23.056286136997517 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041957, 40.028152 ], [ -75.0387, 40.029839 ], [ -75.036898, 40.027779 ], [ -75.040219, 40.026061 ], [ -75.041957, 40.028152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010142001", "device_counts_2018": 1304, "device_counts_2019": 1226, "device_counts_2020": 461, "device_counts_2021": 491, "device_counts_2022": 697, "device_counts_2023": 1676, "device_counts_2024": 1903, "stop_counts_2018": 3541, "stop_counts_2019": 3227, "stop_counts_2020": 1516, "stop_counts_2021": 1063, "stop_counts_2022": 1507, "stop_counts_2023": 4555, "stop_counts_2024": 3013, "AREA_acre": 21.454909993244335 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146543, 39.97038 ], [ -75.145018, 39.970191 ], [ -75.145487, 39.96823 ], [ -75.143524, 39.967942 ], [ -75.144002, 39.96567 ], [ -75.147146, 39.967126 ], [ -75.146543, 39.97038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390008", "device_counts_2018": 796, "device_counts_2019": 555, "device_counts_2020": 320, "device_counts_2021": 233, "device_counts_2022": 314, "device_counts_2023": 275, "device_counts_2024": 351, "stop_counts_2018": 4667, "stop_counts_2019": 2137, "stop_counts_2020": 1254, "stop_counts_2021": 833, "stop_counts_2022": 1037, "stop_counts_2023": 1396, "stop_counts_2024": 1101, "AREA_acre": 14.52754015798927 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094339, 40.032217 ], [ -75.093497, 40.033072 ], [ -75.09227, 40.034323 ], [ -75.090599, 40.033398 ], [ -75.091806, 40.032145 ], [ -75.093021, 40.030888 ], [ -75.093204, 40.030704 ], [ -75.093542, 40.031195 ], [ -75.094339, 40.032217 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011011", "device_counts_2018": 3731, "device_counts_2019": 3506, "device_counts_2020": 897, "device_counts_2021": 1483, "device_counts_2022": 2253, "device_counts_2023": 3782, "device_counts_2024": 3572, "stop_counts_2018": 7494, "stop_counts_2019": 6220, "stop_counts_2020": 2048, "stop_counts_2021": 2664, "stop_counts_2022": 3905, "stop_counts_2023": 4617, "stop_counts_2024": 4812, "AREA_acre": 7.80171018875805 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165341, 39.944664 ], [ -75.164845, 39.946999 ], [ -75.164772, 39.946983 ], [ -75.163648, 39.946836 ], [ -75.163955, 39.945423 ], [ -75.163137, 39.944388 ], [ -75.165274, 39.944655 ], [ -75.165341, 39.944664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010133002", "device_counts_2018": 6152, "device_counts_2019": 7169, "device_counts_2020": 2025, "device_counts_2021": 2611, "device_counts_2022": 4506, "device_counts_2023": 6338, "device_counts_2024": 3730, "stop_counts_2018": 16617, "stop_counts_2019": 18139, "stop_counts_2020": 5197, "stop_counts_2021": 5795, "stop_counts_2022": 9784, "stop_counts_2023": 13946, "stop_counts_2024": 14602, "AREA_acre": 48.204989711766309 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164744, 39.970436 ], [ -75.164555, 39.970816 ], [ -75.159702, 39.970202 ], [ -75.160395, 39.967064 ], [ -75.160678, 39.96577 ], [ -75.163949, 39.966166 ], [ -75.163743, 39.967125 ], [ -75.165256, 39.967563 ], [ -75.164744, 39.970436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111005", "device_counts_2018": 3830, "device_counts_2019": 3506, "device_counts_2020": 1732, "device_counts_2021": 1965, "device_counts_2022": 2606, "device_counts_2023": 2153, "device_counts_2024": 1418, "stop_counts_2018": 11095, "stop_counts_2019": 9210, "stop_counts_2020": 4319, "stop_counts_2021": 4421, "stop_counts_2022": 6069, "stop_counts_2023": 5911, "stop_counts_2024": 6142, "AREA_acre": 47.694698546037827 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226451, 39.977717 ], [ -75.224848, 39.97712 ], [ -75.21953, 39.974639 ], [ -75.219655, 39.97377 ], [ -75.219481, 39.973665 ], [ -75.222827, 39.973318 ], [ -75.226131, 39.972964 ], [ -75.226765, 39.977211 ], [ -75.226451, 39.977717 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079001", "device_counts_2018": 911, "device_counts_2019": 773, "device_counts_2020": 279, "device_counts_2021": 300, "device_counts_2022": 365, "device_counts_2023": 861, "device_counts_2024": 935, "stop_counts_2018": 2689, "stop_counts_2019": 1806, "stop_counts_2020": 754, "stop_counts_2021": 845, "stop_counts_2022": 922, "stop_counts_2023": 2147, "stop_counts_2024": 1812, "AREA_acre": 21.759843475152753 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218347, 39.952553 ], [ -75.21635, 39.952302 ], [ -75.212393, 39.951811 ], [ -75.212716, 39.950292 ], [ -75.214691, 39.950542 ], [ -75.218676, 39.951032 ], [ -75.218347, 39.952553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010021002", "device_counts_2018": 2672, "device_counts_2019": 2084, "device_counts_2020": 856, "device_counts_2021": 896, "device_counts_2022": 1186, "device_counts_2023": 2211, "device_counts_2024": 1877, "stop_counts_2018": 10235, "stop_counts_2019": 7050, "stop_counts_2020": 3659, "stop_counts_2021": 2829, "stop_counts_2022": 4046, "stop_counts_2023": 7726, "stop_counts_2024": 7241, "AREA_acre": 36.568468287436239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17717, 39.936933 ], [ -75.178464, 39.938278 ], [ -75.17631, 39.939021 ], [ -75.173173, 39.938641 ], [ -75.17385, 39.93545 ], [ -75.17397, 39.934974 ], [ -75.178514, 39.935544 ], [ -75.17717, 39.936933 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169013", "device_counts_2018": 2686, "device_counts_2019": 2259, "device_counts_2020": 1096, "device_counts_2021": 756, "device_counts_2022": 993, "device_counts_2023": 1372, "device_counts_2024": 1246, "stop_counts_2018": 11302, "stop_counts_2019": 10004, "stop_counts_2020": 4261, "stop_counts_2021": 2636, "stop_counts_2022": 3265, "stop_counts_2023": 4560, "stop_counts_2024": 5902, "AREA_acre": 56.105139513955926 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179748, 39.991715 ], [ -75.179584, 39.992463 ], [ -75.179248, 39.993963 ], [ -75.178576, 39.99704 ], [ -75.175539, 39.996639 ], [ -75.176212, 39.993572 ], [ -75.176535, 39.992076 ], [ -75.177206, 39.988991 ], [ -75.178616, 39.989179 ], [ -75.180257, 39.989388 ], [ -75.179748, 39.991715 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273004", "device_counts_2018": 762, "device_counts_2019": 521, "device_counts_2020": 267, "device_counts_2021": 231, "device_counts_2022": 320, "device_counts_2023": 299, "device_counts_2024": 203, "stop_counts_2018": 4978, "stop_counts_2019": 2213, "stop_counts_2020": 1418, "stop_counts_2021": 1253, "stop_counts_2022": 1962, "stop_counts_2023": 2133, "stop_counts_2024": 1770, "AREA_acre": 19.48382054775853 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123535, 40.038719 ], [ -75.12281, 40.040181 ], [ -75.120434, 40.039886 ], [ -75.121072, 40.036815 ], [ -75.123686, 40.037144 ], [ -75.123535, 40.038719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261001", "device_counts_2018": 1229, "device_counts_2019": 902, "device_counts_2020": 457, "device_counts_2021": 408, "device_counts_2022": 384, "device_counts_2023": 579, "device_counts_2024": 308, "stop_counts_2018": 5329, "stop_counts_2019": 4221, "stop_counts_2020": 2199, "stop_counts_2021": 1704, "stop_counts_2022": 1758, "stop_counts_2023": 989, "stop_counts_2024": 1454, "AREA_acre": 85.007755303553211 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178918, 40.069175 ], [ -75.17394, 40.07431 ], [ -75.171716, 40.073039 ], [ -75.16899, 40.071473 ], [ -75.170657, 40.069832 ], [ -75.172207, 40.068288 ], [ -75.173459, 40.067054 ], [ -75.174044, 40.067381 ], [ -75.178918, 40.069175 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316002", "device_counts_2018": 1719, "device_counts_2019": 1690, "device_counts_2020": 1116, "device_counts_2021": 1109, "device_counts_2022": 1421, "device_counts_2023": 1034, "device_counts_2024": 630, "stop_counts_2018": 5001, "stop_counts_2019": 5026, "stop_counts_2020": 3001, "stop_counts_2021": 3077, "stop_counts_2022": 4187, "stop_counts_2023": 2488, "stop_counts_2024": 1607, "AREA_acre": 19.228916555392164 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058231, 40.031651 ], [ -75.057092, 40.032869 ], [ -75.054054, 40.03118 ], [ -75.055416, 40.030086 ], [ -75.055661, 40.029843 ], [ -75.056077, 40.029455 ], [ -75.058848, 40.030998 ], [ -75.058231, 40.031651 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209001", "device_counts_2018": 1204, "device_counts_2019": 950, "device_counts_2020": 384, "device_counts_2021": 575, "device_counts_2022": 874, "device_counts_2023": 1012, "device_counts_2024": 1065, "stop_counts_2018": 4276, "stop_counts_2019": 2976, "stop_counts_2020": 1489, "stop_counts_2021": 1411, "stop_counts_2022": 2122, "stop_counts_2023": 4329, "stop_counts_2024": 2553, "AREA_acre": 26.945225799395956 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211564, 40.020898 ], [ -75.209213, 40.021899 ], [ -75.208035, 40.023114 ], [ -75.207732, 40.023783 ], [ -75.207501, 40.023328 ], [ -75.207536, 40.021731 ], [ -75.207595, 40.019536 ], [ -75.207863, 40.018582 ], [ -75.209735, 40.018509 ], [ -75.211564, 40.020898 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164002", "device_counts_2018": 512, "device_counts_2019": 456, "device_counts_2020": 194, "device_counts_2021": 189, "device_counts_2022": 266, "device_counts_2023": 279, "device_counts_2024": 326, "stop_counts_2018": 2132, "stop_counts_2019": 1443, "stop_counts_2020": 632, "stop_counts_2021": 666, "stop_counts_2022": 961, "stop_counts_2023": 421, "stop_counts_2024": 571, "AREA_acre": 13.211899887831551 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140861, 39.989001 ], [ -75.139021, 39.988764 ], [ -75.139669, 39.985802 ], [ -75.14152, 39.986016 ], [ -75.140861, 39.989001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010020001", "device_counts_2018": 3196, "device_counts_2019": 1662, "device_counts_2020": 813, "device_counts_2021": 671, "device_counts_2022": 865, "device_counts_2023": 1492, "device_counts_2024": 1268, "stop_counts_2018": 9310, "stop_counts_2019": 5597, "stop_counts_2020": 2449, "stop_counts_2021": 1958, "stop_counts_2022": 2526, "stop_counts_2023": 4477, "stop_counts_2024": 3860, "AREA_acre": 42.517168850241042 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184956, 39.940084 ], [ -75.18314, 39.939895 ], [ -75.181494, 39.939687 ], [ -75.179839, 39.939478 ], [ -75.180621, 39.935816 ], [ -75.183916, 39.93624 ], [ -75.185498, 39.937597 ], [ -75.184956, 39.940084 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008041", "device_counts_2018": 9723, "device_counts_2019": 7873, "device_counts_2020": 1952, "device_counts_2021": 3502, "device_counts_2022": 4296, "device_counts_2023": 8931, "device_counts_2024": 9558, "stop_counts_2018": 23285, "stop_counts_2019": 18722, "stop_counts_2020": 5355, "stop_counts_2021": 7849, "stop_counts_2022": 9290, "stop_counts_2023": 16373, "stop_counts_2024": 20196, "AREA_acre": 17.857222765002188 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170667, 39.950131 ], [ -75.167517, 39.949744 ], [ -75.16803, 39.947386 ], [ -75.17118, 39.947784 ], [ -75.170667, 39.950131 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369003", "device_counts_2018": 17737, "device_counts_2019": 18221, "device_counts_2020": 5721, "device_counts_2021": 9754, "device_counts_2022": 14797, "device_counts_2023": 14305, "device_counts_2024": 12429, "stop_counts_2018": 78348, "stop_counts_2019": 81583, "stop_counts_2020": 18252, "stop_counts_2021": 28266, "stop_counts_2022": 50579, "stop_counts_2023": 64546, "stop_counts_2024": 54452, "AREA_acre": 102.86808743047621 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195616, 39.954027 ], [ -75.194152, 39.95618 ], [ -75.189489, 39.955593 ], [ -75.188266, 39.955441 ], [ -75.181105, 39.95458 ], [ -75.179889, 39.955436 ], [ -75.180223, 39.954472 ], [ -75.180909, 39.952982 ], [ -75.181663, 39.951509 ], [ -75.194786, 39.953142 ], [ -75.194623, 39.953902 ], [ -75.195616, 39.954027 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369001", "device_counts_2018": 12399, "device_counts_2019": 11217, "device_counts_2020": 2785, "device_counts_2021": 4656, "device_counts_2022": 7504, "device_counts_2023": 7332, "device_counts_2024": 7811, "stop_counts_2018": 42669, "stop_counts_2019": 39926, "stop_counts_2020": 7608, "stop_counts_2021": 11683, "stop_counts_2022": 20996, "stop_counts_2023": 35912, "stop_counts_2024": 27170, "AREA_acre": 119.12036358186675 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196603, 39.954149 ], [ -75.196121, 39.956429 ], [ -75.194152, 39.95618 ], [ -75.195616, 39.954027 ], [ -75.194623, 39.953902 ], [ -75.194786, 39.953142 ], [ -75.181663, 39.951509 ], [ -75.183288, 39.949512 ], [ -75.185634, 39.948021 ], [ -75.187231, 39.947176 ], [ -75.191689, 39.95032 ], [ -75.195322, 39.950781 ], [ -75.197243, 39.951021 ], [ -75.196603, 39.954149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010012", "device_counts_2018": 5237, "device_counts_2019": 4558, "device_counts_2020": 1583, "device_counts_2021": 2346, "device_counts_2022": 2814, "device_counts_2023": 4692, "device_counts_2024": 3827, "stop_counts_2018": 10292, "stop_counts_2019": 9746, "stop_counts_2020": 3735, "stop_counts_2021": 3900, "stop_counts_2022": 4931, "stop_counts_2023": 7550, "stop_counts_2024": 7149, "AREA_acre": 26.836741815293706 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153694, 39.943218 ], [ -75.153184, 39.945536 ], [ -75.150764, 39.945558 ], [ -75.149954, 39.945505 ], [ -75.150037, 39.945144 ], [ -75.150339, 39.94373 ], [ -75.150755, 39.941818 ], [ -75.152334, 39.942015 ], [ -75.153916, 39.942205 ], [ -75.153694, 39.943218 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010002001", "device_counts_2018": 28462, "device_counts_2019": 25673, "device_counts_2020": 6321, "device_counts_2021": 13023, "device_counts_2022": 19845, "device_counts_2023": 19074, "device_counts_2024": 19246, "stop_counts_2018": 83246, "stop_counts_2019": 76202, "stop_counts_2020": 20106, "stop_counts_2021": 38436, "stop_counts_2022": 57090, "stop_counts_2023": 48932, "stop_counts_2024": 52512, "AREA_acre": 94.343384609711165 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162339, 39.957825 ], [ -75.155538, 39.956923 ], [ -75.154451, 39.956777 ], [ -75.151223, 39.956862 ], [ -75.151539, 39.952948 ], [ -75.163093, 39.9544 ], [ -75.162339, 39.957825 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010003001", "device_counts_2018": 31451, "device_counts_2019": 27446, "device_counts_2020": 5636, "device_counts_2021": 10033, "device_counts_2022": 16142, "device_counts_2023": 23783, "device_counts_2024": 23529, "stop_counts_2018": 116633, "stop_counts_2019": 98112, "stop_counts_2020": 18182, "stop_counts_2021": 26466, "stop_counts_2022": 44227, "stop_counts_2023": 85705, "stop_counts_2024": 78384, "AREA_acre": 79.662363772779159 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172002, 39.959007 ], [ -75.162413, 39.957834 ], [ -75.162339, 39.957825 ], [ -75.163093, 39.9544 ], [ -75.163151, 39.954411 ], [ -75.171134, 39.955394 ], [ -75.172783, 39.955604 ], [ -75.172002, 39.959007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007002", "device_counts_2018": 28237, "device_counts_2019": 23419, "device_counts_2020": 5404, "device_counts_2021": 10376, "device_counts_2022": 13007, "device_counts_2023": 18640, "device_counts_2024": 18308, "stop_counts_2018": 81946, "stop_counts_2019": 65860, "stop_counts_2020": 14002, "stop_counts_2021": 24448, "stop_counts_2022": 31380, "stop_counts_2023": 44523, "stop_counts_2024": 46254, "AREA_acre": 34.831042813219184 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173489, 39.952052 ], [ -75.164011, 39.950876 ], [ -75.164338, 39.949346 ], [ -75.16594, 39.949553 ], [ -75.167517, 39.949744 ], [ -75.170667, 39.950131 ], [ -75.172752, 39.950398 ], [ -75.173813, 39.950531 ], [ -75.173489, 39.952052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008042", "device_counts_2018": 8126, "device_counts_2019": 6396, "device_counts_2020": 1106, "device_counts_2021": 2087, "device_counts_2022": 3437, "device_counts_2023": 6188, "device_counts_2024": 5372, "stop_counts_2018": 18033, "stop_counts_2019": 14041, "stop_counts_2020": 2707, "stop_counts_2021": 3918, "stop_counts_2022": 5833, "stop_counts_2023": 9200, "stop_counts_2024": 8273, "AREA_acre": 7.4417532521101313 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16594, 39.949553 ], [ -75.164338, 39.949346 ], [ -75.164752, 39.947424 ], [ -75.166362, 39.947633 ], [ -75.16594, 39.949553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030015", "device_counts_2018": 961, "device_counts_2019": 869, "device_counts_2020": 445, "device_counts_2021": 379, "device_counts_2022": 538, "device_counts_2023": 560, "device_counts_2024": 707, "stop_counts_2018": 2627, "stop_counts_2019": 2547, "stop_counts_2020": 1787, "stop_counts_2021": 1407, "stop_counts_2022": 2138, "stop_counts_2023": 1075, "stop_counts_2024": 1206, "AREA_acre": 10.889076981028609 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174764, 39.931307 ], [ -75.17319, 39.931104 ], [ -75.171065, 39.930827 ], [ -75.171339, 39.929608 ], [ -75.172907, 39.929811 ], [ -75.175032, 39.930087 ], [ -75.174764, 39.931307 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373003", "device_counts_2018": 6221, "device_counts_2019": 5043, "device_counts_2020": 1919, "device_counts_2021": 3111, "device_counts_2022": 5584, "device_counts_2023": 5855, "device_counts_2024": 5929, "stop_counts_2018": 15041, "stop_counts_2019": 12354, "stop_counts_2020": 6238, "stop_counts_2021": 6774, "stop_counts_2022": 11266, "stop_counts_2023": 13505, "stop_counts_2024": 11878, "AREA_acre": 412.2390213533177 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193987, 39.905633 ], [ -75.192285, 39.906428 ], [ -75.190073, 39.90752 ], [ -75.183387, 39.906617 ], [ -75.173566, 39.905394 ], [ -75.174808, 39.899179 ], [ -75.174959, 39.898488 ], [ -75.176562, 39.898666 ], [ -75.187183, 39.896682 ], [ -75.189993, 39.89681 ], [ -75.19194, 39.896089 ], [ -75.193923, 39.900403 ], [ -75.193987, 39.905633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010056001", "device_counts_2018": 5985, "device_counts_2019": 4974, "device_counts_2020": 2841, "device_counts_2021": 2422, "device_counts_2022": 3186, "device_counts_2023": 4619, "device_counts_2024": 3399, "stop_counts_2018": 19259, "stop_counts_2019": 14616, "stop_counts_2020": 8661, "stop_counts_2021": 6628, "stop_counts_2022": 9627, "stop_counts_2023": 9680, "stop_counts_2024": 7379, "AREA_acre": 206.73183768998533 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249109, 39.901113 ], [ -75.247308, 39.902282 ], [ -75.244985, 39.903178 ], [ -75.240576, 39.904062 ], [ -75.240331, 39.904113 ], [ -75.238643, 39.898691 ], [ -75.243752, 39.893025 ], [ -75.252349, 39.897618 ], [ -75.249109, 39.901113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122011", "device_counts_2018": 3257, "device_counts_2019": 2822, "device_counts_2020": 1522, "device_counts_2021": 1227, "device_counts_2022": 1368, "device_counts_2023": 1391, "device_counts_2024": 1671, "stop_counts_2018": 11447, "stop_counts_2019": 8662, "stop_counts_2020": 3737, "stop_counts_2021": 3224, "stop_counts_2022": 3692, "stop_counts_2023": 2743, "stop_counts_2024": 3921, "AREA_acre": 63.494760115465176 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214054, 40.00501 ], [ -75.209771, 40.006983 ], [ -75.206868, 40.006944 ], [ -75.206209, 40.006641 ], [ -75.207589, 40.005981 ], [ -75.209385, 40.002429 ], [ -75.21114, 40.002124 ], [ -75.215355, 40.001244 ], [ -75.214054, 40.00501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122031", "device_counts_2018": 8567, "device_counts_2019": 7574, "device_counts_2020": 3605, "device_counts_2021": 3305, "device_counts_2022": 4172, "device_counts_2023": 4793, "device_counts_2024": 4660, "stop_counts_2018": 24328, "stop_counts_2019": 20405, "stop_counts_2020": 7820, "stop_counts_2021": 8066, "stop_counts_2022": 9985, "stop_counts_2023": 10529, "stop_counts_2024": 17198, "AREA_acre": 47.163389731412167 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213537, 40.006554 ], [ -75.213745, 40.00716 ], [ -75.207993, 40.009842 ], [ -75.203156, 40.008256 ], [ -75.206868, 40.006944 ], [ -75.209771, 40.006983 ], [ -75.214054, 40.00501 ], [ -75.213537, 40.006554 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183003", "device_counts_2018": 2897, "device_counts_2019": 2663, "device_counts_2020": 1717, "device_counts_2021": 2201, "device_counts_2022": 2097, "device_counts_2023": 1980, "device_counts_2024": 1189, "stop_counts_2018": 8966, "stop_counts_2019": 9307, "stop_counts_2020": 6647, "stop_counts_2021": 7505, "stop_counts_2022": 7242, "stop_counts_2023": 4327, "stop_counts_2024": 4194, "AREA_acre": 171.14686311098066 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.08637, 39.998895 ], [ -75.086234, 39.998967 ], [ -75.079781, 40.002337 ], [ -75.077476, 40.004139 ], [ -75.075687, 40.005553 ], [ -75.073149, 40.001517 ], [ -75.070609, 40.001652 ], [ -75.070175, 40.00106 ], [ -75.07472, 39.9987 ], [ -75.080522, 39.996472 ], [ -75.079364, 39.994264 ], [ -75.080785, 39.993572 ], [ -75.080932, 39.993498 ], [ -75.084452, 39.997146 ], [ -75.086505, 39.998825 ], [ -75.08637, 39.998895 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010216002", "device_counts_2018": 3257, "device_counts_2019": 2801, "device_counts_2020": 1967, "device_counts_2021": 1752, "device_counts_2022": 2161, "device_counts_2023": 2509, "device_counts_2024": 2251, "stop_counts_2018": 13519, "stop_counts_2019": 9592, "stop_counts_2020": 8043, "stop_counts_2021": 6473, "stop_counts_2022": 8153, "stop_counts_2023": 4729, "stop_counts_2024": 5439, "AREA_acre": 446.70839813178338 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249271, 40.04534 ], [ -75.248689, 40.045941 ], [ -75.246742, 40.048517 ], [ -75.245728, 40.049257 ], [ -75.244974, 40.047166 ], [ -75.244871, 40.045819 ], [ -75.243483, 40.045379 ], [ -75.235419, 40.048775 ], [ -75.23204, 40.045328 ], [ -75.22853, 40.04386 ], [ -75.234005, 40.041307 ], [ -75.234363, 40.040917 ], [ -75.236642, 40.036295 ], [ -75.234937, 40.0349 ], [ -75.23564, 40.034249 ], [ -75.233394, 40.031906 ], [ -75.234535, 40.030426 ], [ -75.238068, 40.032127 ], [ -75.245598, 40.037655 ], [ -75.249181, 40.041951 ], [ -75.251298, 40.043505 ], [ -75.249271, 40.04534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272002", "device_counts_2018": 2669, "device_counts_2019": 3063, "device_counts_2020": 1300, "device_counts_2021": 2656, "device_counts_2022": 3239, "device_counts_2023": 2303, "device_counts_2024": 2208, "stop_counts_2018": 11351, "stop_counts_2019": 9142, "stop_counts_2020": 4399, "stop_counts_2021": 5825, "stop_counts_2022": 6417, "stop_counts_2023": 3675, "stop_counts_2024": 5166, "AREA_acre": 74.024546797404938 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118503, 40.049061 ], [ -75.117478, 40.048927 ], [ -75.112588, 40.04638 ], [ -75.112363, 40.047563 ], [ -75.110985, 40.046769 ], [ -75.111033, 40.044404 ], [ -75.112248, 40.04321 ], [ -75.11307, 40.043971 ], [ -75.113544, 40.042711 ], [ -75.114119, 40.043644 ], [ -75.119454, 40.04448 ], [ -75.118503, 40.049061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318004", "device_counts_2018": 953, "device_counts_2019": 771, "device_counts_2020": 481, "device_counts_2021": 374, "device_counts_2022": 576, "device_counts_2023": 435, "device_counts_2024": 182, "stop_counts_2018": 4646, "stop_counts_2019": 2197, "stop_counts_2020": 1445, "stop_counts_2021": 1130, "stop_counts_2022": 1763, "stop_counts_2023": 778, "stop_counts_2024": 253, "AREA_acre": 16.508921546379561 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084089, 40.031826 ], [ -75.080757, 40.032541 ], [ -75.081231, 40.032046 ], [ -75.079443, 40.031051 ], [ -75.080866, 40.029556 ], [ -75.084197, 40.031438 ], [ -75.084089, 40.031826 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365012", "device_counts_2018": 3244, "device_counts_2019": 3618, "device_counts_2020": 2346, "device_counts_2021": 2410, "device_counts_2022": 3712, "device_counts_2023": 6010, "device_counts_2024": 5888, "stop_counts_2018": 12334, "stop_counts_2019": 12671, "stop_counts_2020": 7963, "stop_counts_2021": 8457, "stop_counts_2022": 11816, "stop_counts_2023": 14983, "stop_counts_2024": 15587, "AREA_acre": 169.77261593272399 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024891, 40.129216 ], [ -75.020571, 40.132274 ], [ -75.015066, 40.137992 ], [ -75.009117, 40.134355 ], [ -75.012295, 40.131736 ], [ -75.013206, 40.130233 ], [ -75.021931, 40.127467 ], [ -75.024891, 40.129216 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345012", "device_counts_2018": 1720, "device_counts_2019": 1766, "device_counts_2020": 956, "device_counts_2021": 1313, "device_counts_2022": 1699, "device_counts_2023": 2540, "device_counts_2024": 2764, "stop_counts_2018": 7081, "stop_counts_2019": 6852, "stop_counts_2020": 3978, "stop_counts_2021": 4383, "stop_counts_2022": 5516, "stop_counts_2023": 9535, "stop_counts_2024": 7704, "AREA_acre": 74.518161067419683 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04312, 40.077166 ], [ -75.040252, 40.079994 ], [ -75.036758, 40.079083 ], [ -75.03536, 40.074939 ], [ -75.035087, 40.074617 ], [ -75.036627, 40.073019 ], [ -75.040606, 40.07535 ], [ -75.041869, 40.075429 ], [ -75.04312, 40.077166 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218003", "device_counts_2018": 671, "device_counts_2019": 512, "device_counts_2020": 265, "device_counts_2021": 198, "device_counts_2022": 299, "device_counts_2023": 458, "device_counts_2024": 248, "stop_counts_2018": 4035, "stop_counts_2019": 2827, "stop_counts_2020": 1493, "stop_counts_2021": 912, "stop_counts_2022": 1479, "stop_counts_2023": 2866, "stop_counts_2024": 1346, "AREA_acre": 39.261438054775567 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23365, 40.057887 ], [ -75.230156, 40.05955 ], [ -75.228561, 40.057265 ], [ -75.228838, 40.056168 ], [ -75.231223, 40.053703 ], [ -75.231721, 40.054078 ], [ -75.23365, 40.057887 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353012", "device_counts_2018": 913, "device_counts_2019": 787, "device_counts_2020": 561, "device_counts_2021": 551, "device_counts_2022": 769, "device_counts_2023": 733, "device_counts_2024": 886, "stop_counts_2018": 6894, "stop_counts_2019": 5808, "stop_counts_2020": 4283, "stop_counts_2021": 4154, "stop_counts_2022": 6995, "stop_counts_2023": 2873, "stop_counts_2024": 4384, "AREA_acre": 175.34802934436479 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.99873, 40.065828 ], [ -74.996409, 40.06659 ], [ -74.993531, 40.071863 ], [ -74.987857, 40.072829 ], [ -74.988454, 40.066701 ], [ -74.987379, 40.065368 ], [ -74.991704, 40.062339 ], [ -74.995269, 40.062344 ], [ -74.998385, 40.064117 ], [ -74.99873, 40.065828 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091002", "device_counts_2018": 8643, "device_counts_2019": 7226, "device_counts_2020": 2803, "device_counts_2021": 3054, "device_counts_2022": 4171, "device_counts_2023": 7331, "device_counts_2024": 6261, "stop_counts_2018": 29644, "stop_counts_2019": 27482, "stop_counts_2020": 11609, "stop_counts_2021": 12854, "stop_counts_2022": 16761, "stop_counts_2023": 21185, "stop_counts_2024": 21895, "AREA_acre": 61.06318562469032 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.201137, 39.959242 ], [ -75.198681, 39.959429 ], [ -75.198844, 39.960637 ], [ -75.194015, 39.961124 ], [ -75.193905, 39.960514 ], [ -75.193574, 39.958689 ], [ -75.194152, 39.95618 ], [ -75.196121, 39.956429 ], [ -75.199622, 39.95686 ], [ -75.201137, 39.959242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019003", "device_counts_2018": 4579, "device_counts_2019": 5445, "device_counts_2020": 2582, "device_counts_2021": 2391, "device_counts_2022": 3139, "device_counts_2023": 4136, "device_counts_2024": 3273, "stop_counts_2018": 11069, "stop_counts_2019": 13015, "stop_counts_2020": 6184, "stop_counts_2021": 5445, "stop_counts_2022": 7083, "stop_counts_2023": 7955, "stop_counts_2024": 10151, "AREA_acre": 32.686207993285208 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171341, 39.939663 ], [ -75.171125, 39.940626 ], [ -75.169386, 39.941211 ], [ -75.166204, 39.940813 ], [ -75.166208, 39.940431 ], [ -75.166292, 39.940031 ], [ -75.166816, 39.937869 ], [ -75.170025, 39.938263 ], [ -75.171602, 39.938447 ], [ -75.171341, 39.939663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010020002", "device_counts_2018": 1097, "device_counts_2019": 832, "device_counts_2020": 416, "device_counts_2021": 355, "device_counts_2022": 521, "device_counts_2023": 1036, "device_counts_2024": 606, "stop_counts_2018": 4734, "stop_counts_2019": 3582, "stop_counts_2020": 1677, "stop_counts_2021": 1425, "stop_counts_2022": 2154, "stop_counts_2023": 4892, "stop_counts_2024": 4217, "AREA_acre": 28.485766165414468 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.18824, 39.939878 ], [ -75.186551, 39.94023 ], [ -75.184956, 39.940084 ], [ -75.185498, 39.937597 ], [ -75.183916, 39.93624 ], [ -75.187326, 39.936679 ], [ -75.188885, 39.936887 ], [ -75.18824, 39.939878 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029001", "device_counts_2018": 5409, "device_counts_2019": 4756, "device_counts_2020": 1864, "device_counts_2021": 2140, "device_counts_2022": 2971, "device_counts_2023": 4138, "device_counts_2024": 4463, "stop_counts_2018": 13167, "stop_counts_2019": 11787, "stop_counts_2020": 4636, "stop_counts_2021": 4893, "stop_counts_2022": 6794, "stop_counts_2023": 11012, "stop_counts_2024": 11686, "AREA_acre": 26.69665684345172 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169494, 39.925596 ], [ -75.169228, 39.926806 ], [ -75.168956, 39.928035 ], [ -75.168689, 39.929256 ], [ -75.168567, 39.929252 ], [ -75.166507, 39.929037 ], [ -75.166246, 39.930207 ], [ -75.163504, 39.92983 ], [ -75.165005, 39.92855 ], [ -75.16735, 39.926579 ], [ -75.169428, 39.925593 ], [ -75.169494, 39.925596 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066004", "device_counts_2018": 3273, "device_counts_2019": 2464, "device_counts_2020": 1360, "device_counts_2021": 1031, "device_counts_2022": 1256, "device_counts_2023": 1948, "device_counts_2024": 1292, "stop_counts_2018": 11940, "stop_counts_2019": 7690, "stop_counts_2020": 4350, "stop_counts_2021": 3248, "stop_counts_2022": 3831, "stop_counts_2023": 7762, "stop_counts_2024": 4239, "AREA_acre": 42.211432168464768 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234337, 39.927526 ], [ -75.230104, 39.929711 ], [ -75.229222, 39.929172 ], [ -75.230654, 39.928158 ], [ -75.2294, 39.927156 ], [ -75.22869, 39.926602 ], [ -75.229818, 39.925811 ], [ -75.231194, 39.924845 ], [ -75.232438, 39.92397 ], [ -75.233121, 39.924558 ], [ -75.234328, 39.925573 ], [ -75.234337, 39.927526 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080004", "device_counts_2018": 2705, "device_counts_2019": 2289, "device_counts_2020": 840, "device_counts_2021": 610, "device_counts_2022": 819, "device_counts_2023": 1421, "device_counts_2024": 1470, "stop_counts_2018": 10860, "stop_counts_2019": 7747, "stop_counts_2020": 3198, "stop_counts_2021": 2098, "stop_counts_2022": 2635, "stop_counts_2023": 6493, "stop_counts_2024": 4366, "AREA_acre": 34.764815399926803 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230323, 39.952475 ], [ -75.229999, 39.953996 ], [ -75.226224, 39.953528 ], [ -75.226539, 39.952 ], [ -75.226869, 39.95046 ], [ -75.22703, 39.949702 ], [ -75.230793, 39.950172 ], [ -75.230323, 39.952475 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084001", "device_counts_2018": 1513, "device_counts_2019": 1299, "device_counts_2020": 561, "device_counts_2021": 525, "device_counts_2022": 620, "device_counts_2023": 457, "device_counts_2024": 477, "stop_counts_2018": 5794, "stop_counts_2019": 4195, "stop_counts_2020": 1783, "stop_counts_2021": 1405, "stop_counts_2022": 1738, "stop_counts_2023": 1686, "stop_counts_2024": 844, "AREA_acre": 18.561562452889927 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235745, 39.957049 ], [ -75.233732, 39.956801 ], [ -75.231557, 39.957102 ], [ -75.231937, 39.955319 ], [ -75.232153, 39.954262 ], [ -75.234212, 39.954521 ], [ -75.233984, 39.955579 ], [ -75.235997, 39.955831 ], [ -75.235745, 39.957049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094002", "device_counts_2018": 2818, "device_counts_2019": 1574, "device_counts_2020": 550, "device_counts_2021": 468, "device_counts_2022": 550, "device_counts_2023": 762, "device_counts_2024": 562, "stop_counts_2018": 8246, "stop_counts_2019": 4991, "stop_counts_2020": 1757, "stop_counts_2021": 1537, "stop_counts_2022": 1931, "stop_counts_2023": 3018, "stop_counts_2024": 1520, "AREA_acre": 32.354028535836285 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232527, 39.962557 ], [ -75.230552, 39.96231 ], [ -75.22992, 39.965352 ], [ -75.227679, 39.965072 ], [ -75.228645, 39.960463 ], [ -75.230801, 39.960722 ], [ -75.232857, 39.960976 ], [ -75.232527, 39.962557 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095003", "device_counts_2018": 1926, "device_counts_2019": 1576, "device_counts_2020": 716, "device_counts_2021": 523, "device_counts_2022": 655, "device_counts_2023": 814, "device_counts_2024": 966, "stop_counts_2018": 6616, "stop_counts_2019": 5209, "stop_counts_2020": 2435, "stop_counts_2021": 1777, "stop_counts_2022": 1992, "stop_counts_2023": 3286, "stop_counts_2024": 3570, "AREA_acre": 23.401177712670233 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24011, 39.965055 ], [ -75.238137, 39.96481 ], [ -75.237798, 39.963206 ], [ -75.236481, 39.963047 ], [ -75.236587, 39.962519 ], [ -75.236808, 39.961471 ], [ -75.238785, 39.961715 ], [ -75.240762, 39.96196 ], [ -75.24011, 39.965055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010106002", "device_counts_2018": 2707, "device_counts_2019": 2204, "device_counts_2020": 1087, "device_counts_2021": 837, "device_counts_2022": 1319, "device_counts_2023": 2008, "device_counts_2024": 1117, "stop_counts_2018": 9656, "stop_counts_2019": 7070, "stop_counts_2020": 3149, "stop_counts_2021": 2465, "stop_counts_2022": 3291, "stop_counts_2023": 6056, "stop_counts_2024": 2071, "AREA_acre": 40.829388640609253 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209344, 39.964621 ], [ -75.208344, 39.966876 ], [ -75.20756, 39.966381 ], [ -75.202342, 39.963137 ], [ -75.20236, 39.962859 ], [ -75.206889, 39.962485 ], [ -75.209058, 39.962329 ], [ -75.209344, 39.964621 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247004", "device_counts_2018": 1382, "device_counts_2019": 1311, "device_counts_2020": 612, "device_counts_2021": 462, "device_counts_2022": 538, "device_counts_2023": 588, "device_counts_2024": 503, "stop_counts_2018": 6669, "stop_counts_2019": 4742, "stop_counts_2020": 2503, "stop_counts_2021": 1544, "stop_counts_2022": 1694, "stop_counts_2023": 1331, "stop_counts_2024": 650, "AREA_acre": 35.081128077841484 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16483, 40.045468 ], [ -75.163175, 40.047076 ], [ -75.161656, 40.048559 ], [ -75.158132, 40.046418 ], [ -75.158217, 40.045076 ], [ -75.161033, 40.045769 ], [ -75.163452, 40.043431 ], [ -75.163739, 40.044801 ], [ -75.16483, 40.045468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010141001", "device_counts_2018": 4753, "device_counts_2019": 4432, "device_counts_2020": 2072, "device_counts_2021": 2145, "device_counts_2022": 2695, "device_counts_2023": 4337, "device_counts_2024": 3192, "stop_counts_2018": 17593, "stop_counts_2019": 15955, "stop_counts_2020": 8570, "stop_counts_2021": 7460, "stop_counts_2022": 8608, "stop_counts_2023": 14895, "stop_counts_2024": 7316, "AREA_acre": 87.130556590539328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154149, 39.970778 ], [ -75.152188, 39.972318 ], [ -75.151915, 39.973588 ], [ -75.150315, 39.973382 ], [ -75.146082, 39.972833 ], [ -75.146543, 39.97038 ], [ -75.147146, 39.967126 ], [ -75.153018, 39.968549 ], [ -75.154549, 39.968931 ], [ -75.154149, 39.970778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135004", "device_counts_2018": 2961, "device_counts_2019": 2316, "device_counts_2020": 945, "device_counts_2021": 873, "device_counts_2022": 1255, "device_counts_2023": 1982, "device_counts_2024": 1798, "stop_counts_2018": 10085, "stop_counts_2019": 7927, "stop_counts_2020": 3471, "stop_counts_2021": 2452, "stop_counts_2022": 3499, "stop_counts_2023": 6287, "stop_counts_2024": 7640, "AREA_acre": 44.036796490243894 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169274, 39.971406 ], [ -75.167703, 39.971211 ], [ -75.164555, 39.970816 ], [ -75.164744, 39.970436 ], [ -75.165256, 39.967563 ], [ -75.165349, 39.967149 ], [ -75.168569, 39.967226 ], [ -75.170177, 39.96725 ], [ -75.169274, 39.971406 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139002", "device_counts_2018": 1780, "device_counts_2019": 1807, "device_counts_2020": 682, "device_counts_2021": 615, "device_counts_2022": 1033, "device_counts_2023": 1726, "device_counts_2024": 1167, "stop_counts_2018": 7823, "stop_counts_2019": 7228, "stop_counts_2020": 2870, "stop_counts_2021": 2309, "stop_counts_2022": 3395, "stop_counts_2023": 2678, "stop_counts_2024": 6307, "AREA_acre": 51.846196440101529 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173414, 39.976363 ], [ -75.171813, 39.976164 ], [ -75.171213, 39.978952 ], [ -75.170287, 39.978845 ], [ -75.16616, 39.978308 ], [ -75.166463, 39.976877 ], [ -75.16722, 39.973397 ], [ -75.168263, 39.975259 ], [ -75.173785, 39.974677 ], [ -75.173414, 39.976363 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010145001", "device_counts_2018": 1887, "device_counts_2019": 1639, "device_counts_2020": 621, "device_counts_2021": 613, "device_counts_2022": 916, "device_counts_2023": 1573, "device_counts_2024": 1066, "stop_counts_2018": 7559, "stop_counts_2019": 6065, "stop_counts_2020": 2500, "stop_counts_2021": 2998, "stop_counts_2022": 3449, "stop_counts_2023": 3866, "stop_counts_2024": 2447, "AREA_acre": 51.13042178894441 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151306, 39.976382 ], [ -75.150661, 39.979325 ], [ -75.14501, 39.978597 ], [ -75.145559, 39.975638 ], [ -75.149734, 39.976182 ], [ -75.150315, 39.973382 ], [ -75.151915, 39.973588 ], [ -75.151306, 39.976382 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153004", "device_counts_2018": 2822, "device_counts_2019": 2354, "device_counts_2020": 994, "device_counts_2021": 1119, "device_counts_2022": 1460, "device_counts_2023": 1419, "device_counts_2024": 1161, "stop_counts_2018": 9462, "stop_counts_2019": 7923, "stop_counts_2020": 3842, "stop_counts_2021": 4567, "stop_counts_2022": 5822, "stop_counts_2023": 2661, "stop_counts_2024": 4384, "AREA_acre": 51.073371458842907 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164855, 39.984239 ], [ -75.164517, 39.985759 ], [ -75.162951, 39.985542 ], [ -75.163286, 39.984034 ], [ -75.158567, 39.98342 ], [ -75.159219, 39.980435 ], [ -75.165511, 39.981244 ], [ -75.164855, 39.984239 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152004", "device_counts_2018": 2044, "device_counts_2019": 1446, "device_counts_2020": 632, "device_counts_2021": 489, "device_counts_2022": 633, "device_counts_2023": 1013, "device_counts_2024": 604, "stop_counts_2018": 9424, "stop_counts_2019": 6302, "stop_counts_2020": 3149, "stop_counts_2021": 2185, "stop_counts_2022": 3093, "stop_counts_2023": 3836, "stop_counts_2024": 3628, "AREA_acre": 47.918242862263853 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171847, 39.983599 ], [ -75.17151, 39.98509 ], [ -75.167078, 39.984517 ], [ -75.166419, 39.984436 ], [ -75.164855, 39.984239 ], [ -75.165511, 39.981244 ], [ -75.167076, 39.981454 ], [ -75.172161, 39.9821 ], [ -75.171847, 39.983599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163002", "device_counts_2018": 3233, "device_counts_2019": 2646, "device_counts_2020": 1397, "device_counts_2021": 1226, "device_counts_2022": 1711, "device_counts_2023": 1365, "device_counts_2024": 1138, "stop_counts_2018": 8656, "stop_counts_2019": 7348, "stop_counts_2020": 3654, "stop_counts_2021": 3742, "stop_counts_2022": 4714, "stop_counts_2023": 3415, "stop_counts_2024": 5125, "AREA_acre": 40.644761496726808 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138352, 39.991851 ], [ -75.135466, 39.991479 ], [ -75.132893, 39.991144 ], [ -75.133549, 39.98806 ], [ -75.139021, 39.988764 ], [ -75.138352, 39.991851 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199004", "device_counts_2018": 2643, "device_counts_2019": 2143, "device_counts_2020": 1153, "device_counts_2021": 914, "device_counts_2022": 1084, "device_counts_2023": 1541, "device_counts_2024": 1095, "stop_counts_2018": 9206, "stop_counts_2019": 6386, "stop_counts_2020": 3889, "stop_counts_2021": 2600, "stop_counts_2022": 2711, "stop_counts_2023": 5234, "stop_counts_2024": 2341, "AREA_acre": 76.345394532920153 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148277, 40.005697 ], [ -75.143437, 40.005071 ], [ -75.143292, 40.003523 ], [ -75.141491, 40.003288 ], [ -75.14116, 40.004784 ], [ -75.137529, 40.004304 ], [ -75.137669, 40.003645 ], [ -75.139876, 40.002845 ], [ -75.142416, 40.00195 ], [ -75.147717, 39.999974 ], [ -75.148148, 40.000987 ], [ -75.148817, 40.002698 ], [ -75.148277, 40.005697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176023", "device_counts_2018": 2821, "device_counts_2019": 2510, "device_counts_2020": 1436, "device_counts_2021": 1191, "device_counts_2022": 1664, "device_counts_2023": 1904, "device_counts_2024": 1651, "stop_counts_2018": 8650, "stop_counts_2019": 7405, "stop_counts_2020": 3960, "stop_counts_2021": 3876, "stop_counts_2022": 5132, "stop_counts_2023": 4554, "stop_counts_2024": 4893, "AREA_acre": 50.964219953372073 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138524, 39.999743 ], [ -75.132172, 39.998913 ], [ -75.12926, 39.998539 ], [ -75.129921, 39.99546 ], [ -75.130122, 39.994573 ], [ -75.13191, 39.995754 ], [ -75.138713, 39.998891 ], [ -75.138524, 39.999743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298004", "device_counts_2018": 3937, "device_counts_2019": 5008, "device_counts_2020": 3043, "device_counts_2021": 2666, "device_counts_2022": 3903, "device_counts_2023": 2845, "device_counts_2024": 2438, "stop_counts_2018": 12304, "stop_counts_2019": 15251, "stop_counts_2020": 8179, "stop_counts_2021": 7914, "stop_counts_2022": 11448, "stop_counts_2023": 6686, "stop_counts_2024": 4763, "AREA_acre": 54.251827301526752 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070429, 40.013167 ], [ -75.068503, 40.013619 ], [ -75.068202, 40.014729 ], [ -75.06807, 40.014992 ], [ -75.065941, 40.015727 ], [ -75.064145, 40.013681 ], [ -75.062519, 40.014542 ], [ -75.061413, 40.013284 ], [ -75.061339, 40.012764 ], [ -75.069508, 40.010798 ], [ -75.069786, 40.011543 ], [ -75.06999, 40.012032 ], [ -75.070429, 40.013167 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192004", "device_counts_2018": 2947, "device_counts_2019": 2367, "device_counts_2020": 1259, "device_counts_2021": 1277, "device_counts_2022": 1862, "device_counts_2023": 1820, "device_counts_2024": 1112, "stop_counts_2018": 9383, "stop_counts_2019": 7432, "stop_counts_2020": 4575, "stop_counts_2021": 3685, "stop_counts_2022": 5769, "stop_counts_2023": 4468, "stop_counts_2024": 3142, "AREA_acre": 42.725632143060814 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112398, 40.00052 ], [ -75.11046, 40.000268 ], [ -75.110017, 40.002282 ], [ -75.104197, 40.001525 ], [ -75.106442, 40.000322 ], [ -75.109848, 39.998436 ], [ -75.110983, 39.997801 ], [ -75.112923, 39.99806 ], [ -75.112398, 40.00052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288003", "device_counts_2018": 4192, "device_counts_2019": 3332, "device_counts_2020": 1932, "device_counts_2021": 1858, "device_counts_2022": 2808, "device_counts_2023": 2285, "device_counts_2024": 1500, "stop_counts_2018": 13406, "stop_counts_2019": 11084, "stop_counts_2020": 6104, "stop_counts_2021": 5121, "stop_counts_2022": 8202, "stop_counts_2023": 6789, "stop_counts_2024": 4350, "AREA_acre": 53.917354428235413 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127922, 40.021979 ], [ -75.127234, 40.02353 ], [ -75.126967, 40.024818 ], [ -75.123525, 40.025463 ], [ -75.122279, 40.02565 ], [ -75.119735, 40.026017 ], [ -75.119603, 40.025117 ], [ -75.119823, 40.02412 ], [ -75.121762, 40.024364 ], [ -75.122095, 40.022864 ], [ -75.122425, 40.021314 ], [ -75.124346, 40.021552 ], [ -75.127588, 40.021935 ], [ -75.127922, 40.021979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010241001", "device_counts_2018": 8943, "device_counts_2019": 5547, "device_counts_2020": 2800, "device_counts_2021": 2016, "device_counts_2022": 2472, "device_counts_2023": 3193, "device_counts_2024": 2438, "stop_counts_2018": 27635, "stop_counts_2019": 20097, "stop_counts_2020": 9920, "stop_counts_2021": 7472, "stop_counts_2022": 9078, "stop_counts_2023": 17116, "stop_counts_2024": 11390, "AREA_acre": 101.21954469489613 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176428, 40.037794 ], [ -75.175208, 40.036232 ], [ -75.173951, 40.035193 ], [ -75.173724, 40.035012 ], [ -75.17061, 40.033131 ], [ -75.173482, 40.030336 ], [ -75.174572, 40.029244 ], [ -75.181235, 40.033097 ], [ -75.176428, 40.037794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264005", "device_counts_2018": 1535, "device_counts_2019": 1198, "device_counts_2020": 679, "device_counts_2021": 514, "device_counts_2022": 591, "device_counts_2023": 706, "device_counts_2024": 688, "stop_counts_2018": 6060, "stop_counts_2019": 3985, "stop_counts_2020": 1835, "stop_counts_2021": 1202, "stop_counts_2022": 1667, "stop_counts_2023": 1683, "stop_counts_2024": 931, "AREA_acre": 38.117152842309771 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165714, 40.06439 ], [ -75.162018, 40.063095 ], [ -75.163166, 40.061911 ], [ -75.165453, 40.059541 ], [ -75.168641, 40.061373 ], [ -75.165714, 40.06439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260001", "device_counts_2018": 1505, "device_counts_2019": 1351, "device_counts_2020": 532, "device_counts_2021": 308, "device_counts_2022": 619, "device_counts_2023": 632, "device_counts_2024": 608, "stop_counts_2018": 6800, "stop_counts_2019": 5565, "stop_counts_2020": 2096, "stop_counts_2021": 1172, "stop_counts_2022": 2022, "stop_counts_2023": 1260, "stop_counts_2024": 1285, "AREA_acre": 73.743238442527343 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172621, 40.078103 ], [ -75.169914, 40.080818 ], [ -75.163399, 40.07695 ], [ -75.166062, 40.074338 ], [ -75.167097, 40.07332 ], [ -75.167309, 40.074208 ], [ -75.170822, 40.076226 ], [ -75.170289, 40.076767 ], [ -75.172621, 40.078103 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010270002", "device_counts_2018": 1285, "device_counts_2019": 1020, "device_counts_2020": 509, "device_counts_2021": 436, "device_counts_2022": 548, "device_counts_2023": 631, "device_counts_2024": 633, "stop_counts_2018": 6928, "stop_counts_2019": 4777, "stop_counts_2020": 2564, "stop_counts_2021": 1803, "stop_counts_2022": 2402, "stop_counts_2023": 4869, "stop_counts_2024": 3145, "AREA_acre": 105.73984252828946 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137767, 40.053112 ], [ -75.133814, 40.0526 ], [ -75.130783, 40.052206 ], [ -75.132121, 40.046018 ], [ -75.134724, 40.046134 ], [ -75.136019, 40.046229 ], [ -75.137529, 40.046805 ], [ -75.139107, 40.047011 ], [ -75.137767, 40.053112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281001", "device_counts_2018": 1731, "device_counts_2019": 1498, "device_counts_2020": 632, "device_counts_2021": 1047, "device_counts_2022": 987, "device_counts_2023": 1062, "device_counts_2024": 866, "stop_counts_2018": 7748, "stop_counts_2019": 6606, "stop_counts_2020": 3124, "stop_counts_2021": 2624, "stop_counts_2022": 2859, "stop_counts_2023": 2240, "stop_counts_2024": 2979, "AREA_acre": 56.959432537810777 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152369, 40.031387 ], [ -75.151272, 40.032579 ], [ -75.149859, 40.035827 ], [ -75.148179, 40.035598 ], [ -75.145554, 40.035262 ], [ -75.146575, 40.030637 ], [ -75.148206, 40.030851 ], [ -75.151521, 40.030498 ], [ -75.151356, 40.031255 ], [ -75.152369, 40.031387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321003", "device_counts_2018": 1672, "device_counts_2019": 1404, "device_counts_2020": 800, "device_counts_2021": 861, "device_counts_2022": 1082, "device_counts_2023": 861, "device_counts_2024": 535, "stop_counts_2018": 7232, "stop_counts_2019": 4959, "stop_counts_2020": 2753, "stop_counts_2021": 3087, "stop_counts_2022": 3899, "stop_counts_2023": 3422, "stop_counts_2024": 2424, "AREA_acre": 54.000596541944923 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.065113, 40.017511 ], [ -75.06113, 40.019725 ], [ -75.057513, 40.021597 ], [ -75.055687, 40.019504 ], [ -75.059304, 40.017638 ], [ -75.063385, 40.01552 ], [ -75.065113, 40.017511 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334004", "device_counts_2018": 11129, "device_counts_2019": 10274, "device_counts_2020": 7294, "device_counts_2021": 6065, "device_counts_2022": 8167, "device_counts_2023": 5986, "device_counts_2024": 5173, "stop_counts_2018": 32873, "stop_counts_2019": 29982, "stop_counts_2020": 20633, "stop_counts_2021": 20569, "stop_counts_2022": 26037, "stop_counts_2023": 13646, "stop_counts_2024": 13228, "AREA_acre": 123.74787255151266 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060654, 40.050999 ], [ -75.058283, 40.053484 ], [ -75.057125, 40.054722 ], [ -75.054947, 40.053507 ], [ -75.056036, 40.05224 ], [ -75.052836, 40.050498 ], [ -75.050943, 40.050215 ], [ -75.051057, 40.049022 ], [ -75.051146, 40.048113 ], [ -75.051682, 40.046963 ], [ -75.054287, 40.044448 ], [ -75.057048, 40.04603 ], [ -75.059937, 40.047751 ], [ -75.058284, 40.049688 ], [ -75.060654, 40.050999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319005", "device_counts_2018": 1251, "device_counts_2019": 991, "device_counts_2020": 571, "device_counts_2021": 473, "device_counts_2022": 671, "device_counts_2023": 459, "device_counts_2024": 482, "stop_counts_2018": 6748, "stop_counts_2019": 4738, "stop_counts_2020": 2648, "stop_counts_2021": 1704, "stop_counts_2022": 2733, "stop_counts_2023": 1604, "stop_counts_2024": 1202, "AREA_acre": 72.890632964213481 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073364, 40.025369 ], [ -75.067957, 40.026583 ], [ -75.065403, 40.027033 ], [ -75.065108, 40.027073 ], [ -75.065492, 40.026589 ], [ -75.063254, 40.024912 ], [ -75.062802, 40.024402 ], [ -75.068516, 40.021385 ], [ -75.069087, 40.021904 ], [ -75.073364, 40.025369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330004", "device_counts_2018": 1833, "device_counts_2019": 1429, "device_counts_2020": 886, "device_counts_2021": 739, "device_counts_2022": 1072, "device_counts_2023": 806, "device_counts_2024": 684, "stop_counts_2018": 9570, "stop_counts_2019": 6817, "stop_counts_2020": 3925, "stop_counts_2021": 4230, "stop_counts_2022": 5583, "stop_counts_2023": 3082, "stop_counts_2024": 4731, "AREA_acre": 62.838657841177699 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.03517, 40.030116 ], [ -75.030907, 40.032318 ], [ -75.032739, 40.034407 ], [ -75.030905, 40.035358 ], [ -75.029881, 40.034072 ], [ -75.02798, 40.031894 ], [ -75.029706, 40.030947 ], [ -75.028413, 40.029758 ], [ -75.032752, 40.02705 ], [ -75.034354, 40.029096 ], [ -75.03517, 40.030116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010001001", "device_counts_2018": 27633, "device_counts_2019": 21169, "device_counts_2020": 4059, "device_counts_2021": 9779, "device_counts_2022": 12917, "device_counts_2023": 18209, "device_counts_2024": 16333, "stop_counts_2018": 73362, "stop_counts_2019": 54536, "stop_counts_2020": 11109, "stop_counts_2021": 21191, "stop_counts_2022": 28922, "stop_counts_2023": 43354, "stop_counts_2024": 46503, "AREA_acre": 58.654985889378693 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148472, 39.952578 ], [ -75.141469, 39.951698 ], [ -75.142466, 39.948174 ], [ -75.14408, 39.948379 ], [ -75.149186, 39.949032 ], [ -75.148472, 39.952578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008011", "device_counts_2018": 3177, "device_counts_2019": 2882, "device_counts_2020": 1392, "device_counts_2021": 1472, "device_counts_2022": 2014, "device_counts_2023": 3443, "device_counts_2024": 3143, "stop_counts_2018": 8970, "stop_counts_2019": 7248, "stop_counts_2020": 3100, "stop_counts_2021": 2603, "stop_counts_2022": 3750, "stop_counts_2023": 7557, "stop_counts_2024": 9575, "AREA_acre": 27.735515340008739 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181663, 39.951509 ], [ -75.177323, 39.950964 ], [ -75.177843, 39.94861 ], [ -75.180021, 39.948872 ], [ -75.181134, 39.949008 ], [ -75.183288, 39.949512 ], [ -75.181663, 39.951509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087021", "device_counts_2018": 4680, "device_counts_2019": 3919, "device_counts_2020": 1740, "device_counts_2021": 1897, "device_counts_2022": 2657, "device_counts_2023": 3499, "device_counts_2024": 2126, "stop_counts_2018": 14489, "stop_counts_2019": 11484, "stop_counts_2020": 4595, "stop_counts_2021": 5538, "stop_counts_2022": 8476, "stop_counts_2023": 10934, "stop_counts_2024": 7170, "AREA_acre": 48.551435838094292 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208761, 39.95488 ], [ -75.2086, 39.955636 ], [ -75.208128, 39.957915 ], [ -75.204145, 39.957422 ], [ -75.204933, 39.955181 ], [ -75.205092, 39.954419 ], [ -75.20546, 39.952682 ], [ -75.205583, 39.952056 ], [ -75.209264, 39.952522 ], [ -75.208761, 39.95488 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098023", "device_counts_2018": 3874, "device_counts_2019": 3344, "device_counts_2020": 1346, "device_counts_2021": 1302, "device_counts_2022": 1667, "device_counts_2023": 1319, "device_counts_2024": 988, "stop_counts_2018": 13213, "stop_counts_2019": 9612, "stop_counts_2020": 4212, "stop_counts_2021": 3740, "stop_counts_2022": 4508, "stop_counts_2023": 2526, "stop_counts_2024": 2189, "AREA_acre": 45.324901121270948 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.273552, 39.978279 ], [ -75.271309, 39.979275 ], [ -75.267588, 39.974662 ], [ -75.271363, 39.972843 ], [ -75.270639, 39.974669 ], [ -75.273103, 39.974965 ], [ -75.273552, 39.978279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134012", "device_counts_2018": 3308, "device_counts_2019": 3114, "device_counts_2020": 657, "device_counts_2021": 1482, "device_counts_2022": 2041, "device_counts_2023": 2811, "device_counts_2024": 3066, "stop_counts_2018": 8072, "stop_counts_2019": 5711, "stop_counts_2020": 1793, "stop_counts_2021": 2544, "stop_counts_2022": 3840, "stop_counts_2023": 4682, "stop_counts_2024": 7214, "AREA_acre": 27.404502099307457 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176778, 39.964822 ], [ -75.17539, 39.967345 ], [ -75.172108, 39.967284 ], [ -75.17256, 39.965219 ], [ -75.172848, 39.963923 ], [ -75.176219, 39.964409 ], [ -75.176778, 39.964822 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158001", "device_counts_2018": 1038, "device_counts_2019": 931, "device_counts_2020": 443, "device_counts_2021": 436, "device_counts_2022": 574, "device_counts_2023": 1086, "device_counts_2024": 1220, "stop_counts_2018": 4045, "stop_counts_2019": 3077, "stop_counts_2020": 1714, "stop_counts_2021": 1419, "stop_counts_2022": 1908, "stop_counts_2023": 2283, "stop_counts_2024": 4434, "AREA_acre": 30.277687480867336 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131238, 39.977786 ], [ -75.130448, 39.978589 ], [ -75.128628, 39.977533 ], [ -75.129573, 39.975894 ], [ -75.128693, 39.974284 ], [ -75.127903, 39.972811 ], [ -75.129224, 39.972357 ], [ -75.130366, 39.97445 ], [ -75.13267, 39.975304 ], [ -75.131238, 39.977786 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379006", "device_counts_2018": 1444, "device_counts_2019": 1308, "device_counts_2020": 906, "device_counts_2021": 908, "device_counts_2022": 1362, "device_counts_2023": 1118, "device_counts_2024": 916, "stop_counts_2018": 5157, "stop_counts_2019": 4489, "stop_counts_2020": 3722, "stop_counts_2021": 3523, "stop_counts_2022": 4644, "stop_counts_2023": 3251, "stop_counts_2024": 2487, "AREA_acre": 56.465252311129959 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.098035, 39.990748 ], [ -75.095726, 39.99195 ], [ -75.093664, 39.9896 ], [ -75.091216, 39.99088 ], [ -75.089616, 39.989064 ], [ -75.094393, 39.98663 ], [ -75.095964, 39.988395 ], [ -75.097054, 39.987828 ], [ -75.099128, 39.990172 ], [ -75.098035, 39.990748 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010235001", "device_counts_2018": 1023, "device_counts_2019": 670, "device_counts_2020": 389, "device_counts_2021": 313, "device_counts_2022": 431, "device_counts_2023": 1195, "device_counts_2024": 914, "stop_counts_2018": 3751, "stop_counts_2019": 2136, "stop_counts_2020": 1433, "stop_counts_2021": 956, "stop_counts_2022": 1330, "stop_counts_2023": 4068, "stop_counts_2024": 4302, "AREA_acre": 192.42310709696295 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209969, 40.047081 ], [ -75.209622, 40.047047 ], [ -75.207005, 40.047063 ], [ -75.201433, 40.042404 ], [ -75.193127, 40.035381 ], [ -75.189063, 40.031905 ], [ -75.190861, 40.031144 ], [ -75.196938, 40.033266 ], [ -75.197535, 40.033892 ], [ -75.198918, 40.038973 ], [ -75.200359, 40.037477 ], [ -75.202846, 40.039503 ], [ -75.203164, 40.037635 ], [ -75.205546, 40.039057 ], [ -75.205047, 40.043123 ], [ -75.207016, 40.0416 ], [ -75.208173, 40.04199 ], [ -75.20994, 40.044636 ], [ -75.209969, 40.047081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279022", "device_counts_2018": 2921, "device_counts_2019": 2540, "device_counts_2020": 925, "device_counts_2021": 1023, "device_counts_2022": 1544, "device_counts_2023": 1619, "device_counts_2024": 1473, "stop_counts_2018": 10509, "stop_counts_2019": 7984, "stop_counts_2020": 3181, "stop_counts_2021": 3354, "stop_counts_2022": 5572, "stop_counts_2023": 4344, "stop_counts_2024": 4026, "AREA_acre": 185.04540396200113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158834, 40.035884 ], [ -75.158363, 40.036346 ], [ -75.158341, 40.042021 ], [ -75.158306, 40.042861 ], [ -75.153946, 40.042752 ], [ -75.154068, 40.041016 ], [ -75.154415, 40.039493 ], [ -75.149988, 40.038971 ], [ -75.149126, 40.037464 ], [ -75.149859, 40.035827 ], [ -75.151272, 40.032579 ], [ -75.152369, 40.031387 ], [ -75.154034, 40.031564 ], [ -75.154776, 40.031452 ], [ -75.157119, 40.030993 ], [ -75.158124, 40.030825 ], [ -75.15764, 40.033206 ], [ -75.159601, 40.035137 ], [ -75.158834, 40.035884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149002", "device_counts_2018": 2059, "device_counts_2019": 868, "device_counts_2020": 196, "device_counts_2021": 187, "device_counts_2022": 227, "device_counts_2023": 555, "device_counts_2024": 508, "stop_counts_2018": 7610, "stop_counts_2019": 2721, "stop_counts_2020": 894, "stop_counts_2021": 680, "stop_counts_2022": 739, "stop_counts_2023": 1332, "stop_counts_2024": 3254, "AREA_acre": 11.288568913373116 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176933, 39.982713 ], [ -75.175344, 39.982517 ], [ -75.175989, 39.979572 ], [ -75.177585, 39.979774 ], [ -75.176933, 39.982713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151023", "device_counts_2018": 2087, "device_counts_2019": 1721, "device_counts_2020": 817, "device_counts_2021": 649, "device_counts_2022": 754, "device_counts_2023": 761, "device_counts_2024": 1018, "stop_counts_2018": 9017, "stop_counts_2019": 6838, "stop_counts_2020": 2862, "stop_counts_2021": 1336, "stop_counts_2022": 1941, "stop_counts_2023": 2423, "stop_counts_2024": 3204, "AREA_acre": 33.441511096279683 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183795, 39.988236 ], [ -75.183601, 39.989159 ], [ -75.183459, 39.9898 ], [ -75.180257, 39.989388 ], [ -75.178616, 39.989179 ], [ -75.179043, 39.987154 ], [ -75.180258, 39.986345 ], [ -75.180896, 39.986709 ], [ -75.18255, 39.986509 ], [ -75.184136, 39.986721 ], [ -75.183795, 39.988236 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152003", "device_counts_2018": 988, "device_counts_2019": 805, "device_counts_2020": 328, "device_counts_2021": 297, "device_counts_2022": 310, "device_counts_2023": 334, "device_counts_2024": 479, "stop_counts_2018": 4420, "stop_counts_2019": 3358, "stop_counts_2020": 1632, "stop_counts_2021": 1345, "stop_counts_2022": 1382, "stop_counts_2023": 572, "stop_counts_2024": 757, "AREA_acre": 23.027409470170994 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174694, 39.985506 ], [ -75.174361, 39.987024 ], [ -75.171197, 39.986603 ], [ -75.17151, 39.98509 ], [ -75.171847, 39.983599 ], [ -75.175026, 39.98402 ], [ -75.174694, 39.985506 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157002", "device_counts_2018": 631, "device_counts_2019": 537, "device_counts_2020": 239, "device_counts_2021": 235, "device_counts_2022": 294, "device_counts_2023": 587, "device_counts_2024": 452, "stop_counts_2018": 3165, "stop_counts_2019": 2456, "stop_counts_2020": 1020, "stop_counts_2021": 826, "stop_counts_2022": 1160, "stop_counts_2023": 1789, "stop_counts_2024": 1514, "AREA_acre": 17.069909769425806 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136423, 39.97902 ], [ -75.136105, 39.980514 ], [ -75.133733, 39.980208 ], [ -75.13437, 39.977219 ], [ -75.136739, 39.977527 ], [ -75.136423, 39.97902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158005", "device_counts_2018": 1350, "device_counts_2019": 1192, "device_counts_2020": 527, "device_counts_2021": 520, "device_counts_2022": 740, "device_counts_2023": 1341, "device_counts_2024": 1517, "stop_counts_2018": 4236, "stop_counts_2019": 3843, "stop_counts_2020": 1870, "stop_counts_2021": 1459, "stop_counts_2022": 2208, "stop_counts_2023": 2555, "stop_counts_2024": 3625, "AREA_acre": 31.640986296750608 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133374, 39.97409 ], [ -75.13267, 39.975304 ], [ -75.130366, 39.97445 ], [ -75.129224, 39.972357 ], [ -75.131239, 39.97165 ], [ -75.133286, 39.970766 ], [ -75.134401, 39.972303 ], [ -75.133374, 39.97409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378003", "device_counts_2018": 953, "device_counts_2019": 833, "device_counts_2020": 497, "device_counts_2021": 411, "device_counts_2022": 560, "device_counts_2023": 713, "device_counts_2024": 553, "stop_counts_2018": 3606, "stop_counts_2019": 3017, "stop_counts_2020": 2315, "stop_counts_2021": 2224, "stop_counts_2022": 2307, "stop_counts_2023": 4032, "stop_counts_2024": 2867, "AREA_acre": 19.005305439053274 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117697, 39.980904 ], [ -75.117355, 39.981481 ], [ -75.116146, 39.980111 ], [ -75.114768, 39.978568 ], [ -75.117217, 39.977289 ], [ -75.118611, 39.978879 ], [ -75.117697, 39.980904 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163001", "device_counts_2018": 2790, "device_counts_2019": 2081, "device_counts_2020": 885, "device_counts_2021": 822, "device_counts_2022": 1038, "device_counts_2023": 1347, "device_counts_2024": 1117, "stop_counts_2018": 9686, "stop_counts_2019": 6335, "stop_counts_2020": 2609, "stop_counts_2021": 2909, "stop_counts_2022": 3518, "stop_counts_2023": 6479, "stop_counts_2024": 5132, "AREA_acre": 28.418077852121684 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130898, 39.99089 ], [ -75.127031, 39.990386 ], [ -75.125491, 39.989836 ], [ -75.127363, 39.988792 ], [ -75.129641, 39.987546 ], [ -75.131557, 39.987799 ], [ -75.130898, 39.99089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167011", "device_counts_2018": 1352, "device_counts_2019": 1086, "device_counts_2020": 537, "device_counts_2021": 505, "device_counts_2022": 551, "device_counts_2023": 578, "device_counts_2024": 530, "stop_counts_2018": 4737, "stop_counts_2019": 3864, "stop_counts_2020": 1811, "stop_counts_2021": 1386, "stop_counts_2022": 1605, "stop_counts_2023": 5396, "stop_counts_2024": 8565, "AREA_acre": 17.291137391645265 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160946, 39.994737 ], [ -75.159366, 39.994525 ], [ -75.160044, 39.991473 ], [ -75.160365, 39.989991 ], [ -75.161948, 39.990185 ], [ -75.160946, 39.994737 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168003", "device_counts_2018": 823, "device_counts_2019": 605, "device_counts_2020": 283, "device_counts_2021": 241, "device_counts_2022": 251, "device_counts_2023": 329, "device_counts_2024": 148, "stop_counts_2018": 3061, "stop_counts_2019": 2131, "stop_counts_2020": 929, "stop_counts_2021": 780, "stop_counts_2022": 962, "stop_counts_2023": 417, "stop_counts_2024": 593, "AREA_acre": 16.57422931822958 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165738, 39.990675 ], [ -75.1635, 39.990401 ], [ -75.164184, 39.987311 ], [ -75.166408, 39.987598 ], [ -75.165738, 39.990675 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169023", "device_counts_2018": 2213, "device_counts_2019": 1763, "device_counts_2020": 793, "device_counts_2021": 612, "device_counts_2022": 840, "device_counts_2023": 865, "device_counts_2024": 761, "stop_counts_2018": 9314, "stop_counts_2019": 7015, "stop_counts_2020": 3639, "stop_counts_2021": 2030, "stop_counts_2022": 2706, "stop_counts_2023": 2891, "stop_counts_2024": 1629, "AREA_acre": 36.471829780228333 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186148, 39.992662 ], [ -75.185793, 39.994349 ], [ -75.183009, 39.994439 ], [ -75.182463, 39.994365 ], [ -75.179248, 39.993963 ], [ -75.179584, 39.992463 ], [ -75.179748, 39.991715 ], [ -75.185808, 39.992075 ], [ -75.186148, 39.992662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175002", "device_counts_2018": 1684, "device_counts_2019": 1358, "device_counts_2020": 697, "device_counts_2021": 653, "device_counts_2022": 853, "device_counts_2023": 1195, "device_counts_2024": 1044, "stop_counts_2018": 6221, "stop_counts_2019": 4298, "stop_counts_2020": 2586, "stop_counts_2021": 2066, "stop_counts_2022": 2897, "stop_counts_2023": 1473, "stop_counts_2024": 3440, "AREA_acre": 28.835601549719762 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141495, 39.995422 ], [ -75.140498, 39.999993 ], [ -75.138524, 39.999743 ], [ -75.138713, 39.998891 ], [ -75.139199, 39.996661 ], [ -75.139851, 39.993672 ], [ -75.14183, 39.993929 ], [ -75.141495, 39.995422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177025", "device_counts_2018": 1775, "device_counts_2019": 1463, "device_counts_2020": 849, "device_counts_2021": 836, "device_counts_2022": 1109, "device_counts_2023": 1492, "device_counts_2024": 763, "stop_counts_2018": 5749, "stop_counts_2019": 4857, "stop_counts_2020": 2615, "stop_counts_2021": 2480, "stop_counts_2022": 3352, "stop_counts_2023": 3716, "stop_counts_2024": 2746, "AREA_acre": 31.489116603089283 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12538, 39.998043 ], [ -75.125058, 39.999628 ], [ -75.120933, 39.999097 ], [ -75.121617, 39.99592 ], [ -75.125737, 39.996451 ], [ -75.12538, 39.998043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177013", "device_counts_2018": 1293, "device_counts_2019": 1068, "device_counts_2020": 656, "device_counts_2021": 491, "device_counts_2022": 641, "device_counts_2023": 788, "device_counts_2024": 405, "stop_counts_2018": 4535, "stop_counts_2019": 3263, "stop_counts_2020": 2159, "stop_counts_2021": 1906, "stop_counts_2022": 2368, "stop_counts_2023": 1221, "stop_counts_2024": 1138, "AREA_acre": 14.915825628399606 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118994, 39.998852 ], [ -75.117055, 39.998601 ], [ -75.115107, 39.998347 ], [ -75.115447, 39.996753 ], [ -75.116414, 39.996881 ], [ -75.119328, 39.997255 ], [ -75.118994, 39.998852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178004", "device_counts_2018": 595, "device_counts_2019": 449, "device_counts_2020": 278, "device_counts_2021": 233, "device_counts_2022": 304, "device_counts_2023": 409, "device_counts_2024": 231, "stop_counts_2018": 2279, "stop_counts_2019": 1834, "stop_counts_2020": 1241, "stop_counts_2021": 1096, "stop_counts_2022": 1233, "stop_counts_2023": 1078, "stop_counts_2024": 635, "AREA_acre": 10.907655070421152 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118392, 39.990528 ], [ -75.116662, 39.991437 ], [ -75.115083, 39.989526 ], [ -75.116751, 39.988652 ], [ -75.118392, 39.990528 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179003", "device_counts_2018": 971, "device_counts_2019": 733, "device_counts_2020": 480, "device_counts_2021": 381, "device_counts_2022": 521, "device_counts_2023": 789, "device_counts_2024": 457, "stop_counts_2018": 3427, "stop_counts_2019": 2647, "stop_counts_2020": 1746, "stop_counts_2021": 1530, "stop_counts_2022": 1918, "stop_counts_2023": 3675, "stop_counts_2024": 2676, "AREA_acre": 12.175963101221949 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115605, 39.983551 ], [ -75.114934, 39.984697 ], [ -75.111887, 39.986296 ], [ -75.111221, 39.985268 ], [ -75.11345, 39.984105 ], [ -75.115251, 39.983157 ], [ -75.115605, 39.983551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183002", "device_counts_2018": 753, "device_counts_2019": 758, "device_counts_2020": 522, "device_counts_2021": 507, "device_counts_2022": 675, "device_counts_2023": 609, "device_counts_2024": 528, "stop_counts_2018": 4489, "stop_counts_2019": 4340, "stop_counts_2020": 3485, "stop_counts_2021": 2804, "stop_counts_2022": 3915, "stop_counts_2023": 2445, "stop_counts_2024": 1471, "AREA_acre": 29.995956611629506 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07472, 39.9987 ], [ -75.070175, 40.00106 ], [ -75.069049, 39.999566 ], [ -75.072513, 39.996193 ], [ -75.073491, 39.997297 ], [ -75.07472, 39.9987 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188005", "device_counts_2018": 2506, "device_counts_2019": 1855, "device_counts_2020": 946, "device_counts_2021": 781, "device_counts_2022": 971, "device_counts_2023": 809, "device_counts_2024": 681, "stop_counts_2018": 7707, "stop_counts_2019": 5401, "stop_counts_2020": 2433, "stop_counts_2021": 1863, "stop_counts_2022": 2383, "stop_counts_2023": 1094, "stop_counts_2024": 1099, "AREA_acre": 24.595788762925334 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111558, 39.997475 ], [ -75.109617, 39.995123 ], [ -75.108659, 39.993741 ], [ -75.108144, 39.993156 ], [ -75.109709, 39.992334 ], [ -75.110258, 39.992957 ], [ -75.111369, 39.994211 ], [ -75.113387, 39.996493 ], [ -75.111558, 39.997475 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188007", "device_counts_2018": 1627, "device_counts_2019": 1136, "device_counts_2020": 683, "device_counts_2021": 592, "device_counts_2022": 748, "device_counts_2023": 740, "device_counts_2024": 580, "stop_counts_2018": 8380, "stop_counts_2019": 4541, "stop_counts_2020": 2585, "stop_counts_2021": 2371, "stop_counts_2022": 2618, "stop_counts_2023": 1768, "stop_counts_2024": 1159, "AREA_acre": 32.268181443109441 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109848, 39.998436 ], [ -75.106442, 40.000322 ], [ -75.104335, 39.997884 ], [ -75.104043, 39.997555 ], [ -75.106215, 39.996224 ], [ -75.107775, 39.996084 ], [ -75.109848, 39.998436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192006", "device_counts_2018": 744, "device_counts_2019": 542, "device_counts_2020": 386, "device_counts_2021": 336, "device_counts_2022": 519, "device_counts_2023": 308, "device_counts_2024": 308, "stop_counts_2018": 2319, "stop_counts_2019": 1606, "stop_counts_2020": 1086, "stop_counts_2021": 762, "stop_counts_2022": 1714, "stop_counts_2023": 376, "stop_counts_2024": 362, "AREA_acre": 18.690141175961791 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12441, 40.002634 ], [ -75.119314, 40.002003 ], [ -75.119644, 40.000464 ], [ -75.124732, 40.001124 ], [ -75.12441, 40.002634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383003", "device_counts_2018": 4092, "device_counts_2019": 3364, "device_counts_2020": 1752, "device_counts_2021": 1613, "device_counts_2022": 2071, "device_counts_2023": 1855, "device_counts_2024": 1323, "stop_counts_2018": 11363, "stop_counts_2019": 8909, "stop_counts_2020": 4365, "stop_counts_2021": 4045, "stop_counts_2022": 5608, "stop_counts_2023": 3814, "stop_counts_2024": 3287, "AREA_acre": 58.724738822320965 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135533, 40.013463 ], [ -75.13519, 40.015056 ], [ -75.134194, 40.019619 ], [ -75.131828, 40.019316 ], [ -75.132327, 40.014695 ], [ -75.131135, 40.014535 ], [ -75.131779, 40.011482 ], [ -75.135858, 40.011982 ], [ -75.135533, 40.013463 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197002", "device_counts_2018": 1107, "device_counts_2019": 870, "device_counts_2020": 405, "device_counts_2021": 361, "device_counts_2022": 570, "device_counts_2023": 784, "device_counts_2024": 301, "stop_counts_2018": 4099, "stop_counts_2019": 3121, "stop_counts_2020": 1469, "stop_counts_2021": 1302, "stop_counts_2022": 2007, "stop_counts_2023": 1649, "stop_counts_2024": 700, "AREA_acre": 15.205234579976368 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13981, 40.014014 ], [ -75.137502, 40.01371 ], [ -75.136231, 40.013547 ], [ -75.135533, 40.013463 ], [ -75.135858, 40.011982 ], [ -75.136537, 40.012068 ], [ -75.137826, 40.012233 ], [ -75.139484, 40.012453 ], [ -75.140125, 40.012538 ], [ -75.13981, 40.014014 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198002", "device_counts_2018": 751, "device_counts_2019": 642, "device_counts_2020": 294, "device_counts_2021": 234, "device_counts_2022": 335, "device_counts_2023": 357, "device_counts_2024": 181, "stop_counts_2018": 3137, "stop_counts_2019": 2384, "stop_counts_2020": 1042, "stop_counts_2021": 617, "stop_counts_2022": 1141, "stop_counts_2023": 1477, "stop_counts_2024": 530, "AREA_acre": 11.03932294797964 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14332, 40.012926 ], [ -75.141786, 40.012708 ], [ -75.142438, 40.009743 ], [ -75.143981, 40.009949 ], [ -75.14332, 40.012926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201012", "device_counts_2018": 3003, "device_counts_2019": 2547, "device_counts_2020": 1144, "device_counts_2021": 1138, "device_counts_2022": 1524, "device_counts_2023": 2158, "device_counts_2024": 1289, "stop_counts_2018": 6764, "stop_counts_2019": 6084, "stop_counts_2020": 2358, "stop_counts_2021": 2185, "stop_counts_2022": 2859, "stop_counts_2023": 3211, "stop_counts_2024": 1734, "AREA_acre": 18.369148395005325 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154205, 40.003395 ], [ -75.152549, 40.003181 ], [ -75.152926, 40.001592 ], [ -75.153609, 39.998515 ], [ -75.155232, 39.998728 ], [ -75.154205, 40.003395 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201023", "device_counts_2018": 1966, "device_counts_2019": 1585, "device_counts_2020": 507, "device_counts_2021": 518, "device_counts_2022": 638, "device_counts_2023": 788, "device_counts_2024": 579, "stop_counts_2018": 7235, "stop_counts_2019": 5529, "stop_counts_2020": 1761, "stop_counts_2021": 1344, "stop_counts_2022": 1881, "stop_counts_2023": 2553, "stop_counts_2024": 1878, "AREA_acre": 25.04342704708283 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157945, 40.008486 ], [ -75.157775, 40.009231 ], [ -75.156653, 40.014419 ], [ -75.156652, 40.014618 ], [ -75.155185, 40.015295 ], [ -75.155681, 40.011457 ], [ -75.156028, 40.009868 ], [ -75.156376, 40.008284 ], [ -75.158106, 40.007736 ], [ -75.157945, 40.008486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209004", "device_counts_2018": 1333, "device_counts_2019": 1039, "device_counts_2020": 390, "device_counts_2021": 467, "device_counts_2022": 798, "device_counts_2023": 1165, "device_counts_2024": 1095, "stop_counts_2018": 3593, "stop_counts_2019": 2956, "stop_counts_2020": 1391, "stop_counts_2021": 1305, "stop_counts_2022": 2046, "stop_counts_2023": 5804, "stop_counts_2024": 4835, "AREA_acre": 24.447127023679084 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213266, 40.021301 ], [ -75.21275, 40.021541 ], [ -75.211564, 40.020898 ], [ -75.209735, 40.018509 ], [ -75.211744, 40.017388 ], [ -75.213, 40.018652 ], [ -75.214841, 40.020594 ], [ -75.213266, 40.021301 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210005", "device_counts_2018": 536, "device_counts_2019": 428, "device_counts_2020": 226, "device_counts_2021": 211, "device_counts_2022": 278, "device_counts_2023": 299, "device_counts_2024": 227, "stop_counts_2018": 2649, "stop_counts_2019": 1925, "stop_counts_2020": 1154, "stop_counts_2021": 640, "stop_counts_2022": 975, "stop_counts_2023": 2337, "stop_counts_2024": 1710, "AREA_acre": 29.777044622315181 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214311, 40.024553 ], [ -75.212764, 40.025348 ], [ -75.210348, 40.022259 ], [ -75.209213, 40.021899 ], [ -75.211564, 40.020898 ], [ -75.21275, 40.021541 ], [ -75.213266, 40.021301 ], [ -75.215348, 40.023903 ], [ -75.214311, 40.024553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213005", "device_counts_2018": 464, "device_counts_2019": 388, "device_counts_2020": 261, "device_counts_2021": 223, "device_counts_2022": 246, "device_counts_2023": 511, "device_counts_2024": 454, "stop_counts_2018": 1980, "stop_counts_2019": 2172, "stop_counts_2020": 1160, "stop_counts_2021": 1056, "stop_counts_2022": 1389, "stop_counts_2023": 1324, "stop_counts_2024": 1177, "AREA_acre": 28.069250895861678 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225849, 40.033506 ], [ -75.222011, 40.035206 ], [ -75.220899, 40.033847 ], [ -75.220237, 40.033215 ], [ -75.219029, 40.032081 ], [ -75.220448, 40.031211 ], [ -75.222391, 40.033052 ], [ -75.224657, 40.031899 ], [ -75.225849, 40.033506 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213002", "device_counts_2018": 1154, "device_counts_2019": 1014, "device_counts_2020": 523, "device_counts_2021": 480, "device_counts_2022": 608, "device_counts_2023": 782, "device_counts_2024": 807, "stop_counts_2018": 3643, "stop_counts_2019": 2910, "stop_counts_2020": 1713, "stop_counts_2021": 1418, "stop_counts_2022": 1572, "stop_counts_2023": 1266, "stop_counts_2024": 2639, "AREA_acre": 27.305205683475879 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220237, 40.033215 ], [ -75.216638, 40.034833 ], [ -75.214493, 40.032838 ], [ -75.2177, 40.030848 ], [ -75.219029, 40.032081 ], [ -75.220237, 40.033215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214003", "device_counts_2018": 719, "device_counts_2019": 574, "device_counts_2020": 239, "device_counts_2021": 275, "device_counts_2022": 377, "device_counts_2023": 707, "device_counts_2024": 536, "stop_counts_2018": 2667, "stop_counts_2019": 2158, "stop_counts_2020": 717, "stop_counts_2021": 789, "stop_counts_2022": 1168, "stop_counts_2023": 2635, "stop_counts_2024": 844, "AREA_acre": 15.844816332202861 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226157, 40.027648 ], [ -75.223474, 40.029441 ], [ -75.221837, 40.027263 ], [ -75.223862, 40.026345 ], [ -75.226157, 40.027648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214002", "device_counts_2018": 305, "device_counts_2019": 275, "device_counts_2020": 157, "device_counts_2021": 180, "device_counts_2022": 202, "device_counts_2023": 359, "device_counts_2024": 378, "stop_counts_2018": 1334, "stop_counts_2019": 1315, "stop_counts_2020": 796, "stop_counts_2021": 761, "stop_counts_2022": 1003, "stop_counts_2023": 612, "stop_counts_2024": 1328, "AREA_acre": 16.718683635510491 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219728, 40.029436 ], [ -75.219114, 40.029931 ], [ -75.216632, 40.027602 ], [ -75.218841, 40.0266 ], [ -75.219658, 40.02755 ], [ -75.22124, 40.027551 ], [ -75.219728, 40.029436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217004", "device_counts_2018": 509, "device_counts_2019": 433, "device_counts_2020": 278, "device_counts_2021": 251, "device_counts_2022": 295, "device_counts_2023": 383, "device_counts_2024": 307, "stop_counts_2018": 5139, "stop_counts_2019": 2185, "stop_counts_2020": 2072, "stop_counts_2021": 1500, "stop_counts_2022": 2020, "stop_counts_2023": 1501, "stop_counts_2024": 1038, "AREA_acre": 66.942661271228602 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222808, 40.038112 ], [ -75.218547, 40.042626 ], [ -75.214663, 40.040052 ], [ -75.214111, 40.040124 ], [ -75.213026, 40.039412 ], [ -75.218759, 40.036654 ], [ -75.222052, 40.037775 ], [ -75.222808, 40.038112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010387001", "device_counts_2018": 2379, "device_counts_2019": 2062, "device_counts_2020": 951, "device_counts_2021": 1211, "device_counts_2022": 1511, "device_counts_2023": 2260, "device_counts_2024": 1877, "stop_counts_2018": 5856, "stop_counts_2019": 4589, "stop_counts_2020": 2194, "stop_counts_2021": 2658, "stop_counts_2022": 3269, "stop_counts_2023": 5126, "stop_counts_2024": 3188, "AREA_acre": 68.818793912496403 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207327, 40.076561 ], [ -75.205081, 40.078823 ], [ -75.202649, 40.07739 ], [ -75.200378, 40.07959 ], [ -75.197601, 40.077991 ], [ -75.199361, 40.075928 ], [ -75.199496, 40.07547 ], [ -75.199786, 40.075366 ], [ -75.200878, 40.074958 ], [ -75.202651, 40.073212 ], [ -75.203427, 40.07418 ], [ -75.206418, 40.076011 ], [ -75.207327, 40.076561 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388003", "device_counts_2018": 1569, "device_counts_2019": 1471, "device_counts_2020": 783, "device_counts_2021": 743, "device_counts_2022": 877, "device_counts_2023": 1342, "device_counts_2024": 1137, "stop_counts_2018": 4561, "stop_counts_2019": 3896, "stop_counts_2020": 2080, "stop_counts_2021": 1677, "stop_counts_2022": 2138, "stop_counts_2023": 3018, "stop_counts_2024": 2572, "AREA_acre": 40.490763559900167 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195763, 40.055507 ], [ -75.19022, 40.059199 ], [ -75.189423, 40.058417 ], [ -75.188077, 40.056898 ], [ -75.191752, 40.054604 ], [ -75.192966, 40.055267 ], [ -75.193951, 40.054358 ], [ -75.194647, 40.054791 ], [ -75.195763, 40.055507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238003", "device_counts_2018": 1570, "device_counts_2019": 1259, "device_counts_2020": 630, "device_counts_2021": 512, "device_counts_2022": 585, "device_counts_2023": 1144, "device_counts_2024": 555, "stop_counts_2018": 4906, "stop_counts_2019": 3805, "stop_counts_2020": 1714, "stop_counts_2021": 1549, "stop_counts_2022": 1782, "stop_counts_2023": 3798, "stop_counts_2024": 2021, "AREA_acre": 30.961211495638057 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182925, 40.034066 ], [ -75.1804, 40.036534 ], [ -75.177629, 40.039229 ], [ -75.176428, 40.037794 ], [ -75.181235, 40.033097 ], [ -75.182925, 40.034066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240004", "device_counts_2018": 1117, "device_counts_2019": 915, "device_counts_2020": 368, "device_counts_2021": 338, "device_counts_2022": 378, "device_counts_2023": 610, "device_counts_2024": 482, "stop_counts_2018": 5878, "stop_counts_2019": 3847, "stop_counts_2020": 1606, "stop_counts_2021": 1183, "stop_counts_2022": 1488, "stop_counts_2023": 3751, "stop_counts_2024": 1290, "AREA_acre": 40.1308282733889 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1793, 40.027944 ], [ -75.177222, 40.026659 ], [ -75.175207, 40.02544 ], [ -75.178141, 40.022595 ], [ -75.181668, 40.025657 ], [ -75.1793, 40.027944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243001", "device_counts_2018": 628, "device_counts_2019": 500, "device_counts_2020": 264, "device_counts_2021": 226, "device_counts_2022": 238, "device_counts_2023": 330, "device_counts_2024": 173, "stop_counts_2018": 4622, "stop_counts_2019": 3076, "stop_counts_2020": 1565, "stop_counts_2021": 928, "stop_counts_2022": 1326, "stop_counts_2023": 616, "stop_counts_2024": 229, "AREA_acre": 22.974395934656158 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178141, 40.022595 ], [ -75.175207, 40.02544 ], [ -75.174043, 40.026588 ], [ -75.172523, 40.025758 ], [ -75.176861, 40.021501 ], [ -75.178141, 40.022595 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247002", "device_counts_2018": 3239, "device_counts_2019": 2771, "device_counts_2020": 1432, "device_counts_2021": 1118, "device_counts_2022": 1357, "device_counts_2023": 1627, "device_counts_2024": 1193, "stop_counts_2018": 9860, "stop_counts_2019": 7581, "stop_counts_2020": 3760, "stop_counts_2021": 3072, "stop_counts_2022": 3861, "stop_counts_2023": 3845, "stop_counts_2024": 2489, "AREA_acre": 76.026985986722451 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165078, 40.041858 ], [ -75.163452, 40.043431 ], [ -75.161033, 40.045769 ], [ -75.158217, 40.045076 ], [ -75.158306, 40.042861 ], [ -75.158341, 40.042021 ], [ -75.162077, 40.038163 ], [ -75.164852, 40.039867 ], [ -75.165078, 40.041858 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249001", "device_counts_2018": 1266, "device_counts_2019": 1107, "device_counts_2020": 572, "device_counts_2021": 477, "device_counts_2022": 561, "device_counts_2023": 560, "device_counts_2024": 529, "stop_counts_2018": 5294, "stop_counts_2019": 4836, "stop_counts_2020": 2011, "stop_counts_2021": 1395, "stop_counts_2022": 1637, "stop_counts_2023": 1966, "stop_counts_2024": 1439, "AREA_acre": 20.776019295677894 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161898, 40.052842 ], [ -75.158889, 40.055768 ], [ -75.157748, 40.055153 ], [ -75.157557, 40.055034 ], [ -75.157729, 40.052626 ], [ -75.15878, 40.053225 ], [ -75.160222, 40.051826 ], [ -75.161898, 40.052842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252002", "device_counts_2018": 1333, "device_counts_2019": 1104, "device_counts_2020": 513, "device_counts_2021": 403, "device_counts_2022": 500, "device_counts_2023": 636, "device_counts_2024": 451, "stop_counts_2018": 4155, "stop_counts_2019": 2996, "stop_counts_2020": 1738, "stop_counts_2021": 1034, "stop_counts_2022": 1239, "stop_counts_2023": 1959, "stop_counts_2024": 3230, "AREA_acre": 32.226112004606655 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181057, 40.045381 ], [ -75.177154, 40.042988 ], [ -75.177651, 40.0425 ], [ -75.17573, 40.041333 ], [ -75.177757, 40.039401 ], [ -75.180884, 40.043246 ], [ -75.181701, 40.044831 ], [ -75.181057, 40.045381 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253004", "device_counts_2018": 661, "device_counts_2019": 495, "device_counts_2020": 210, "device_counts_2021": 180, "device_counts_2022": 256, "device_counts_2023": 225, "device_counts_2024": 226, "stop_counts_2018": 3051, "stop_counts_2019": 2307, "stop_counts_2020": 1129, "stop_counts_2021": 837, "stop_counts_2022": 866, "stop_counts_2023": 756, "stop_counts_2024": 1325, "AREA_acre": 26.097792789585455 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186535, 40.056209 ], [ -75.183366, 40.05922 ], [ -75.180513, 40.057498 ], [ -75.182825, 40.056545 ], [ -75.184472, 40.054919 ], [ -75.186535, 40.056209 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253002", "device_counts_2018": 847, "device_counts_2019": 618, "device_counts_2020": 293, "device_counts_2021": 251, "device_counts_2022": 315, "device_counts_2023": 248, "device_counts_2024": 407, "stop_counts_2018": 4076, "stop_counts_2019": 2480, "stop_counts_2020": 1086, "stop_counts_2021": 1068, "stop_counts_2022": 1319, "stop_counts_2023": 678, "stop_counts_2024": 546, "AREA_acre": 27.975102985614168 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184693, 40.050641 ], [ -75.181906, 40.053341 ], [ -75.179616, 40.051956 ], [ -75.183398, 40.048254 ], [ -75.184573, 40.050403 ], [ -75.184693, 40.050641 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255001", "device_counts_2018": 483, "device_counts_2019": 401, "device_counts_2020": 200, "device_counts_2021": 152, "device_counts_2022": 191, "device_counts_2023": 257, "device_counts_2024": 250, "stop_counts_2018": 3767, "stop_counts_2019": 1842, "stop_counts_2020": 856, "stop_counts_2021": 505, "stop_counts_2022": 672, "stop_counts_2023": 1944, "stop_counts_2024": 2044, "AREA_acre": 36.956301898111313 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188629, 40.062443 ], [ -75.185757, 40.065121 ], [ -75.18437, 40.066442 ], [ -75.181956, 40.064987 ], [ -75.186236, 40.060989 ], [ -75.188629, 40.062443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259005", "device_counts_2018": 610, "device_counts_2019": 485, "device_counts_2020": 224, "device_counts_2021": 182, "device_counts_2022": 233, "device_counts_2023": 308, "device_counts_2024": 124, "stop_counts_2018": 3752, "stop_counts_2019": 2539, "stop_counts_2020": 1091, "stop_counts_2021": 853, "stop_counts_2022": 1412, "stop_counts_2023": 995, "stop_counts_2024": 1164, "AREA_acre": 26.862085001386639 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177696, 40.083378 ], [ -75.174143, 40.08135 ], [ -75.175627, 40.07984 ], [ -75.176145, 40.079288 ], [ -75.179756, 40.081333 ], [ -75.177696, 40.083378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260003", "device_counts_2018": 768, "device_counts_2019": 622, "device_counts_2020": 309, "device_counts_2021": 207, "device_counts_2022": 257, "device_counts_2023": 479, "device_counts_2024": 409, "stop_counts_2018": 5744, "stop_counts_2019": 3218, "stop_counts_2020": 1899, "stop_counts_2021": 891, "stop_counts_2022": 1247, "stop_counts_2023": 3414, "stop_counts_2024": 3169, "AREA_acre": 34.650519660740429 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174171, 40.076549 ], [ -75.172621, 40.078103 ], [ -75.170289, 40.076767 ], [ -75.170822, 40.076226 ], [ -75.170406, 40.074391 ], [ -75.171716, 40.073039 ], [ -75.17394, 40.07431 ], [ -75.175509, 40.075214 ], [ -75.174171, 40.076549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263022", "device_counts_2018": 2454, "device_counts_2019": 2026, "device_counts_2020": 1173, "device_counts_2021": 880, "device_counts_2022": 1084, "device_counts_2023": 1064, "device_counts_2024": 890, "stop_counts_2018": 8886, "stop_counts_2019": 6945, "stop_counts_2020": 3575, "stop_counts_2021": 2529, "stop_counts_2022": 2728, "stop_counts_2023": 1776, "stop_counts_2024": 1939, "AREA_acre": 45.627268172994121 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157379, 40.067944 ], [ -75.156776, 40.068675 ], [ -75.156285, 40.067006 ], [ -75.152602, 40.067646 ], [ -75.153513, 40.064285 ], [ -75.155254, 40.062431 ], [ -75.156726, 40.064442 ], [ -75.159299, 40.065913 ], [ -75.157379, 40.067944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264003", "device_counts_2018": 1302, "device_counts_2019": 1220, "device_counts_2020": 636, "device_counts_2021": 455, "device_counts_2022": 589, "device_counts_2023": 460, "device_counts_2024": 385, "stop_counts_2018": 4136, "stop_counts_2019": 3888, "stop_counts_2020": 1917, "stop_counts_2021": 1419, "stop_counts_2022": 1842, "stop_counts_2023": 2237, "stop_counts_2024": 464, "AREA_acre": 27.706306261375889 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163166, 40.061911 ], [ -75.161105, 40.060726 ], [ -75.160983, 40.060654 ], [ -75.160911, 40.057865 ], [ -75.162122, 40.057638 ], [ -75.165453, 40.059541 ], [ -75.163166, 40.061911 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265005", "device_counts_2018": 815, "device_counts_2019": 691, "device_counts_2020": 423, "device_counts_2021": 252, "device_counts_2022": 297, "device_counts_2023": 326, "device_counts_2024": 325, "stop_counts_2018": 3236, "stop_counts_2019": 2444, "stop_counts_2020": 1274, "stop_counts_2021": 783, "stop_counts_2022": 951, "stop_counts_2023": 633, "stop_counts_2024": 566, "AREA_acre": 16.231012891359235 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157748, 40.055153 ], [ -75.15553, 40.056216 ], [ -75.156168, 40.057019 ], [ -75.154904, 40.057595 ], [ -75.153438, 40.055707 ], [ -75.155554, 40.054074 ], [ -75.157557, 40.055034 ], [ -75.157748, 40.055153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265004", "device_counts_2018": 1236, "device_counts_2019": 1131, "device_counts_2020": 435, "device_counts_2021": 410, "device_counts_2022": 440, "device_counts_2023": 406, "device_counts_2024": 406, "stop_counts_2018": 4866, "stop_counts_2019": 3441, "stop_counts_2020": 1740, "stop_counts_2021": 1317, "stop_counts_2022": 1337, "stop_counts_2023": 864, "stop_counts_2024": 1141, "AREA_acre": 17.953503959026079 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154904, 40.057595 ], [ -75.152752, 40.05859 ], [ -75.149219, 40.058432 ], [ -75.152594, 40.056367 ], [ -75.153438, 40.055707 ], [ -75.154904, 40.057595 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266003", "device_counts_2018": 942, "device_counts_2019": 674, "device_counts_2020": 380, "device_counts_2021": 234, "device_counts_2022": 330, "device_counts_2023": 476, "device_counts_2024": 453, "stop_counts_2018": 3771, "stop_counts_2019": 2876, "stop_counts_2020": 1509, "stop_counts_2021": 770, "stop_counts_2022": 1123, "stop_counts_2023": 1816, "stop_counts_2024": 2596, "AREA_acre": 13.338110442516978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150505, 40.067377 ], [ -75.148648, 40.067138 ], [ -75.148331, 40.068485 ], [ -75.146683, 40.067547 ], [ -75.147022, 40.065892 ], [ -75.150719, 40.066367 ], [ -75.150505, 40.067377 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268001", "device_counts_2018": 2549, "device_counts_2019": 2453, "device_counts_2020": 1142, "device_counts_2021": 902, "device_counts_2022": 1287, "device_counts_2023": 2510, "device_counts_2024": 1972, "stop_counts_2018": 11420, "stop_counts_2019": 8727, "stop_counts_2020": 4092, "stop_counts_2021": 2747, "stop_counts_2022": 3752, "stop_counts_2023": 9068, "stop_counts_2024": 6479, "AREA_acre": 59.768188749581313 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14117, 40.063012 ], [ -75.140709, 40.064133 ], [ -75.139427, 40.063358 ], [ -75.136719, 40.061821 ], [ -75.135124, 40.060989 ], [ -75.136631, 40.059187 ], [ -75.137025, 40.058773 ], [ -75.139067, 40.058017 ], [ -75.140544, 40.058209 ], [ -75.142182, 40.058424 ], [ -75.14117, 40.063012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268002", "device_counts_2018": 2924, "device_counts_2019": 1813, "device_counts_2020": 832, "device_counts_2021": 866, "device_counts_2022": 920, "device_counts_2023": 1449, "device_counts_2024": 835, "stop_counts_2018": 8612, "stop_counts_2019": 4863, "stop_counts_2020": 2610, "stop_counts_2021": 2175, "stop_counts_2022": 2064, "stop_counts_2023": 3647, "stop_counts_2024": 2134, "AREA_acre": 34.709449384834933 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141443, 40.054208 ], [ -75.141106, 40.054608 ], [ -75.139067, 40.058017 ], [ -75.137025, 40.058773 ], [ -75.137767, 40.053112 ], [ -75.14156, 40.053599 ], [ -75.141443, 40.054208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273001", "device_counts_2018": 7772, "device_counts_2019": 5545, "device_counts_2020": 2938, "device_counts_2021": 2426, "device_counts_2022": 3106, "device_counts_2023": 3732, "device_counts_2024": 2945, "stop_counts_2018": 26021, "stop_counts_2019": 18446, "stop_counts_2020": 9411, "stop_counts_2021": 8000, "stop_counts_2022": 10512, "stop_counts_2023": 7931, "stop_counts_2024": 7844, "AREA_acre": 110.64253931756691 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121072, 40.036815 ], [ -75.120434, 40.039886 ], [ -75.120103, 40.041417 ], [ -75.115488, 40.041183 ], [ -75.113544, 40.042711 ], [ -75.11307, 40.043971 ], [ -75.112248, 40.04321 ], [ -75.114427, 40.039903 ], [ -75.114369, 40.0393 ], [ -75.113767, 40.037366 ], [ -75.113107, 40.036567 ], [ -75.114896, 40.034447 ], [ -75.120074, 40.035111 ], [ -75.121421, 40.035281 ], [ -75.121072, 40.036815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274022", "device_counts_2018": 1280, "device_counts_2019": 1096, "device_counts_2020": 521, "device_counts_2021": 606, "device_counts_2022": 639, "device_counts_2023": 707, "device_counts_2024": 478, "stop_counts_2018": 5057, "stop_counts_2019": 3827, "stop_counts_2020": 2004, "stop_counts_2021": 1947, "stop_counts_2022": 2434, "stop_counts_2023": 1179, "stop_counts_2024": 699, "AREA_acre": 32.467554557390329 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127641, 40.036063 ], [ -75.12386, 40.035562 ], [ -75.124167, 40.032575 ], [ -75.126164, 40.032281 ], [ -75.128428, 40.032472 ], [ -75.127641, 40.036063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275002", "device_counts_2018": 2057, "device_counts_2019": 1586, "device_counts_2020": 1053, "device_counts_2021": 769, "device_counts_2022": 834, "device_counts_2023": 939, "device_counts_2024": 661, "stop_counts_2018": 8312, "stop_counts_2019": 5293, "stop_counts_2020": 3228, "stop_counts_2021": 2266, "stop_counts_2022": 2544, "stop_counts_2023": 2358, "stop_counts_2024": 1941, "AREA_acre": 31.007382786858251 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132967, 40.038346 ], [ -75.132216, 40.041759 ], [ -75.131387, 40.041648 ], [ -75.129498, 40.041048 ], [ -75.130518, 40.036437 ], [ -75.132476, 40.036684 ], [ -75.132967, 40.038346 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276003", "device_counts_2018": 2561, "device_counts_2019": 2191, "device_counts_2020": 831, "device_counts_2021": 624, "device_counts_2022": 904, "device_counts_2023": 1212, "device_counts_2024": 961, "stop_counts_2018": 7415, "stop_counts_2019": 5551, "stop_counts_2020": 2102, "stop_counts_2021": 1690, "stop_counts_2022": 2425, "stop_counts_2023": 3291, "stop_counts_2024": 1938, "AREA_acre": 36.298169237560153 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143868, 40.042901 ], [ -75.143547, 40.044426 ], [ -75.138205, 40.043739 ], [ -75.138534, 40.042223 ], [ -75.139322, 40.04232 ], [ -75.139612, 40.0408 ], [ -75.144224, 40.041381 ], [ -75.143868, 40.042901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277002", "device_counts_2018": 1087, "device_counts_2019": 962, "device_counts_2020": 434, "device_counts_2021": 398, "device_counts_2022": 490, "device_counts_2023": 628, "device_counts_2024": 509, "stop_counts_2018": 6406, "stop_counts_2019": 3430, "stop_counts_2020": 1613, "stop_counts_2021": 1264, "stop_counts_2022": 1475, "stop_counts_2023": 3942, "stop_counts_2024": 1587, "AREA_acre": 19.734369934612722 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150142, 40.051578 ], [ -75.148578, 40.051383 ], [ -75.148708, 40.050778 ], [ -75.147265, 40.049965 ], [ -75.147337, 40.049656 ], [ -75.147672, 40.048117 ], [ -75.148345, 40.048204 ], [ -75.15082, 40.048518 ], [ -75.150142, 40.051578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279021", "device_counts_2018": 1277, "device_counts_2019": 960, "device_counts_2020": 439, "device_counts_2021": 332, "device_counts_2022": 436, "device_counts_2023": 558, "device_counts_2024": 436, "stop_counts_2018": 6519, "stop_counts_2019": 3980, "stop_counts_2020": 1932, "stop_counts_2021": 1470, "stop_counts_2022": 1330, "stop_counts_2023": 1452, "stop_counts_2024": 764, "AREA_acre": 35.703196477629156 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154068, 40.041016 ], [ -75.153946, 40.042752 ], [ -75.153883, 40.043659 ], [ -75.152081, 40.043608 ], [ -75.149796, 40.043673 ], [ -75.150336, 40.042028 ], [ -75.151249, 40.041174 ], [ -75.151505, 40.040612 ], [ -75.149988, 40.038971 ], [ -75.154415, 40.039493 ], [ -75.154068, 40.041016 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283001", "device_counts_2018": 704, "device_counts_2019": 477, "device_counts_2020": 259, "device_counts_2021": 176, "device_counts_2022": 203, "device_counts_2023": 325, "device_counts_2024": 102, "stop_counts_2018": 3338, "stop_counts_2019": 1922, "stop_counts_2020": 1159, "stop_counts_2021": 697, "stop_counts_2022": 836, "stop_counts_2023": 527, "stop_counts_2024": 269, "AREA_acre": 17.338085612474057 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141668, 40.0316 ], [ -75.139304, 40.031288 ], [ -75.13998, 40.028245 ], [ -75.142334, 40.028543 ], [ -75.141668, 40.0316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283007", "device_counts_2018": 3838, "device_counts_2019": 3329, "device_counts_2020": 1585, "device_counts_2021": 1337, "device_counts_2022": 1571, "device_counts_2023": 1982, "device_counts_2024": 1320, "stop_counts_2018": 10065, "stop_counts_2019": 8222, "stop_counts_2020": 3922, "stop_counts_2021": 2912, "stop_counts_2022": 3748, "stop_counts_2023": 3207, "stop_counts_2024": 1812, "AREA_acre": 21.885533628524804 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147218, 40.027644 ], [ -75.14685, 40.029481 ], [ -75.144284, 40.030814 ], [ -75.144716, 40.028855 ], [ -75.145359, 40.025873 ], [ -75.147555, 40.026138 ], [ -75.147218, 40.027644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286002", "device_counts_2018": 2274, "device_counts_2019": 1993, "device_counts_2020": 1005, "device_counts_2021": 899, "device_counts_2022": 1272, "device_counts_2023": 710, "device_counts_2024": 585, "stop_counts_2018": 6127, "stop_counts_2019": 5360, "stop_counts_2020": 2548, "stop_counts_2021": 2294, "stop_counts_2022": 2792, "stop_counts_2023": 1670, "stop_counts_2024": 1433, "AREA_acre": 24.364788241875576 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133167, 40.024299 ], [ -75.132838, 40.025783 ], [ -75.130774, 40.026421 ], [ -75.127935, 40.026158 ], [ -75.127816, 40.024683 ], [ -75.130367, 40.024146 ], [ -75.131339, 40.023947 ], [ -75.131594, 40.023893 ], [ -75.131584, 40.024069 ], [ -75.133287, 40.023784 ], [ -75.133167, 40.024299 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010287002", "device_counts_2018": 1234, "device_counts_2019": 1025, "device_counts_2020": 553, "device_counts_2021": 435, "device_counts_2022": 635, "device_counts_2023": 681, "device_counts_2024": 556, "stop_counts_2018": 5367, "stop_counts_2019": 4613, "stop_counts_2020": 2669, "stop_counts_2021": 1877, "stop_counts_2022": 2525, "stop_counts_2023": 1050, "stop_counts_2024": 1411, "AREA_acre": 41.832577178715795 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134016, 40.020372 ], [ -75.131171, 40.019997 ], [ -75.130367, 40.024146 ], [ -75.127816, 40.024683 ], [ -75.126967, 40.024818 ], [ -75.127234, 40.02353 ], [ -75.127922, 40.021979 ], [ -75.128883, 40.018945 ], [ -75.131828, 40.019316 ], [ -75.134194, 40.019619 ], [ -75.134016, 40.020372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289025", "device_counts_2018": 682, "device_counts_2019": 523, "device_counts_2020": 315, "device_counts_2021": 262, "device_counts_2022": 369, "device_counts_2023": 357, "device_counts_2024": 201, "stop_counts_2018": 3510, "stop_counts_2019": 2316, "stop_counts_2020": 1409, "stop_counts_2021": 1047, "stop_counts_2022": 1320, "stop_counts_2023": 438, "stop_counts_2024": 525, "AREA_acre": 12.891864368968033 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117173, 40.026386 ], [ -75.114461, 40.026784 ], [ -75.113323, 40.024916 ], [ -75.114348, 40.024951 ], [ -75.117389, 40.02504 ], [ -75.117173, 40.026386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294001", "device_counts_2018": 724, "device_counts_2019": 558, "device_counts_2020": 277, "device_counts_2021": 191, "device_counts_2022": 249, "device_counts_2023": 434, "device_counts_2024": 225, "stop_counts_2018": 3015, "stop_counts_2019": 2197, "stop_counts_2020": 940, "stop_counts_2021": 669, "stop_counts_2022": 937, "stop_counts_2023": 692, "stop_counts_2024": 318, "AREA_acre": 23.69770783260488 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085519, 40.014787 ], [ -75.083248, 40.013562 ], [ -75.0817, 40.012736 ], [ -75.080857, 40.011903 ], [ -75.080314, 40.011393 ], [ -75.082668, 40.009938 ], [ -75.085818, 40.014448 ], [ -75.085519, 40.014787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298003", "device_counts_2018": 1077, "device_counts_2019": 698, "device_counts_2020": 382, "device_counts_2021": 387, "device_counts_2022": 786, "device_counts_2023": 759, "device_counts_2024": 664, "stop_counts_2018": 3585, "stop_counts_2019": 2378, "stop_counts_2020": 1821, "stop_counts_2021": 1265, "stop_counts_2022": 2148, "stop_counts_2023": 1118, "stop_counts_2024": 1137, "AREA_acre": 23.179907254778513 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070504, 40.017255 ], [ -75.067782, 40.017853 ], [ -75.066195, 40.016956 ], [ -75.066752, 40.016661 ], [ -75.065941, 40.015727 ], [ -75.06807, 40.014992 ], [ -75.068202, 40.014729 ], [ -75.068353, 40.014209 ], [ -75.069585, 40.014649 ], [ -75.070504, 40.017255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300006", "device_counts_2018": 3680, "device_counts_2019": 2787, "device_counts_2020": 1349, "device_counts_2021": 995, "device_counts_2022": 1664, "device_counts_2023": 1774, "device_counts_2024": 1241, "stop_counts_2018": 12167, "stop_counts_2019": 8998, "stop_counts_2020": 3971, "stop_counts_2021": 3023, "stop_counts_2022": 4486, "stop_counts_2023": 3272, "stop_counts_2024": 2382, "AREA_acre": 36.695661400799224 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086382, 40.015257 ], [ -75.083508, 40.018365 ], [ -75.079927, 40.016418 ], [ -75.083248, 40.013562 ], [ -75.085519, 40.014787 ], [ -75.086382, 40.015257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300001", "device_counts_2018": 522, "device_counts_2019": 414, "device_counts_2020": 197, "device_counts_2021": 161, "device_counts_2022": 198, "device_counts_2023": 250, "device_counts_2024": 229, "stop_counts_2018": 2280, "stop_counts_2019": 1869, "stop_counts_2020": 1113, "stop_counts_2021": 675, "stop_counts_2022": 808, "stop_counts_2023": 990, "stop_counts_2024": 342, "AREA_acre": 36.525466933436363 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075622, 40.024074 ], [ -75.073963, 40.025073 ], [ -75.073364, 40.025369 ], [ -75.069087, 40.021904 ], [ -75.072271, 40.020248 ], [ -75.073892, 40.022107 ], [ -75.074175, 40.022429 ], [ -75.075622, 40.024074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301001", "device_counts_2018": 1069, "device_counts_2019": 831, "device_counts_2020": 400, "device_counts_2021": 431, "device_counts_2022": 443, "device_counts_2023": 609, "device_counts_2024": 588, "stop_counts_2018": 5577, "stop_counts_2019": 3021, "stop_counts_2020": 1502, "stop_counts_2021": 1469, "stop_counts_2022": 1650, "stop_counts_2023": 1331, "stop_counts_2024": 1946, "AREA_acre": 26.138801894009688 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085089, 40.022761 ], [ -75.084426, 40.022417 ], [ -75.084269, 40.022331 ], [ -75.081309, 40.02076 ], [ -75.083508, 40.018365 ], [ -75.084591, 40.019701 ], [ -75.086819, 40.020966 ], [ -75.085089, 40.022761 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302001", "device_counts_2018": 6078, "device_counts_2019": 5204, "device_counts_2020": 2038, "device_counts_2021": 1743, "device_counts_2022": 2232, "device_counts_2023": 3038, "device_counts_2024": 2052, "stop_counts_2018": 27388, "stop_counts_2019": 25768, "stop_counts_2020": 9299, "stop_counts_2021": 8566, "stop_counts_2022": 10200, "stop_counts_2023": 11166, "stop_counts_2024": 9264, "AREA_acre": 82.25939568704888 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081931, 40.024707 ], [ -75.080031, 40.025569 ], [ -75.077861, 40.027869 ], [ -75.075488, 40.027071 ], [ -75.073364, 40.025369 ], [ -75.073963, 40.025073 ], [ -75.075622, 40.024074 ], [ -75.079414, 40.021387 ], [ -75.080281, 40.021866 ], [ -75.081309, 40.02076 ], [ -75.084269, 40.022331 ], [ -75.081931, 40.024707 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305022", "device_counts_2018": 785, "device_counts_2019": 536, "device_counts_2020": 249, "device_counts_2021": 225, "device_counts_2022": 252, "device_counts_2023": 334, "device_counts_2024": 257, "stop_counts_2018": 5023, "stop_counts_2019": 3391, "stop_counts_2020": 1679, "stop_counts_2021": 1323, "stop_counts_2022": 1734, "stop_counts_2023": 966, "stop_counts_2024": 884, "AREA_acre": 21.682207711371788 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105314, 40.049378 ], [ -75.102875, 40.047968 ], [ -75.105191, 40.0454 ], [ -75.107491, 40.046751 ], [ -75.105314, 40.049378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305024", "device_counts_2018": 2217, "device_counts_2019": 1927, "device_counts_2020": 1036, "device_counts_2021": 939, "device_counts_2022": 1136, "device_counts_2023": 1247, "device_counts_2024": 988, "stop_counts_2018": 8172, "stop_counts_2019": 7058, "stop_counts_2020": 3639, "stop_counts_2021": 2811, "stop_counts_2022": 4022, "stop_counts_2023": 2830, "stop_counts_2024": 1879, "AREA_acre": 41.203519870812848 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105787, 40.044735 ], [ -75.103518, 40.043463 ], [ -75.101105, 40.045038 ], [ -75.100374, 40.044605 ], [ -75.104633, 40.040073 ], [ -75.10827, 40.042213 ], [ -75.105787, 40.044735 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307003", "device_counts_2018": 3410, "device_counts_2019": 3276, "device_counts_2020": 1853, "device_counts_2021": 1678, "device_counts_2022": 2188, "device_counts_2023": 2133, "device_counts_2024": 1719, "stop_counts_2018": 12497, "stop_counts_2019": 10308, "stop_counts_2020": 6202, "stop_counts_2021": 5206, "stop_counts_2022": 7642, "stop_counts_2023": 4919, "stop_counts_2024": 5806, "AREA_acre": 74.973971776325172 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092524, 40.055467 ], [ -75.093483, 40.057259 ], [ -75.087425, 40.063599 ], [ -75.085729, 40.062589 ], [ -75.08478, 40.062044 ], [ -75.089972, 40.057821 ], [ -75.088408, 40.05694 ], [ -75.089115, 40.056227 ], [ -75.092131, 40.053178 ], [ -75.093706, 40.054203 ], [ -75.092524, 40.055467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310005", "device_counts_2018": 603, "device_counts_2019": 425, "device_counts_2020": 281, "device_counts_2021": 238, "device_counts_2022": 305, "device_counts_2023": 307, "device_counts_2024": 254, "stop_counts_2018": 4522, "stop_counts_2019": 2794, "stop_counts_2020": 1700, "stop_counts_2021": 1895, "stop_counts_2022": 1944, "stop_counts_2023": 551, "stop_counts_2024": 716, "AREA_acre": 32.067070196533855 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079809, 40.048391 ], [ -75.07863, 40.049634 ], [ -75.075037, 40.047638 ], [ -75.075637, 40.047005 ], [ -75.076223, 40.046386 ], [ -75.077403, 40.045139 ], [ -75.079188, 40.046133 ], [ -75.080987, 40.047133 ], [ -75.079809, 40.048391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311014", "device_counts_2018": 905, "device_counts_2019": 621, "device_counts_2020": 314, "device_counts_2021": 297, "device_counts_2022": 361, "device_counts_2023": 332, "device_counts_2024": 197, "stop_counts_2018": 6530, "stop_counts_2019": 3562, "stop_counts_2020": 1778, "stop_counts_2021": 1268, "stop_counts_2022": 1462, "stop_counts_2023": 864, "stop_counts_2024": 629, "AREA_acre": 23.611796838898538 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082674, 40.04242 ], [ -75.080351, 40.044905 ], [ -75.079188, 40.046133 ], [ -75.077403, 40.045139 ], [ -75.078565, 40.043904 ], [ -75.078996, 40.043455 ], [ -75.080164, 40.042213 ], [ -75.080904, 40.041432 ], [ -75.082674, 40.04242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313003", "device_counts_2018": 3823, "device_counts_2019": 2819, "device_counts_2020": 1359, "device_counts_2021": 1344, "device_counts_2022": 1782, "device_counts_2023": 1139, "device_counts_2024": 863, "stop_counts_2018": 12690, "stop_counts_2019": 7910, "stop_counts_2020": 3236, "stop_counts_2021": 3604, "stop_counts_2022": 5844, "stop_counts_2023": 1598, "stop_counts_2024": 1566, "AREA_acre": 43.711655351599582 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075336, 40.038281 ], [ -75.072996, 40.040803 ], [ -75.071817, 40.040124 ], [ -75.070025, 40.039139 ], [ -75.068003, 40.038059 ], [ -75.069261, 40.036809 ], [ -75.070523, 40.035618 ], [ -75.07355, 40.037298 ], [ -75.075336, 40.038281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314011", "device_counts_2018": 2267, "device_counts_2019": 1919, "device_counts_2020": 1192, "device_counts_2021": 1145, "device_counts_2022": 1574, "device_counts_2023": 1367, "device_counts_2024": 1086, "stop_counts_2018": 7232, "stop_counts_2019": 5191, "stop_counts_2020": 3340, "stop_counts_2021": 3982, "stop_counts_2022": 4899, "stop_counts_2023": 3737, "stop_counts_2024": 5953, "AREA_acre": 29.389064905576834 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068475, 40.048729 ], [ -75.066045, 40.051181 ], [ -75.063437, 40.049751 ], [ -75.066427, 40.046619 ], [ -75.067109, 40.047015 ], [ -75.069073, 40.048109 ], [ -75.068475, 40.048729 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314013", "device_counts_2018": 1726, "device_counts_2019": 1395, "device_counts_2020": 789, "device_counts_2021": 901, "device_counts_2022": 1343, "device_counts_2023": 831, "device_counts_2024": 532, "stop_counts_2018": 7789, "stop_counts_2019": 5063, "stop_counts_2020": 2761, "stop_counts_2021": 2955, "stop_counts_2022": 3420, "stop_counts_2023": 1073, "stop_counts_2024": 1524, "AREA_acre": 24.008683417157862 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068234, 40.041945 ], [ -75.067069, 40.043188 ], [ -75.065919, 40.044399 ], [ -75.063143, 40.042901 ], [ -75.06434, 40.041676 ], [ -75.06558, 40.040442 ], [ -75.067663, 40.041634 ], [ -75.068234, 40.041945 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315014", "device_counts_2018": 687, "device_counts_2019": 548, "device_counts_2020": 353, "device_counts_2021": 267, "device_counts_2022": 400, "device_counts_2023": 255, "device_counts_2024": 282, "stop_counts_2018": 2854, "stop_counts_2019": 2815, "stop_counts_2020": 1672, "stop_counts_2021": 1334, "stop_counts_2022": 1726, "stop_counts_2023": 362, "stop_counts_2024": 341, "AREA_acre": 29.150344313432853 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.053584, 40.036574 ], [ -75.0518, 40.038476 ], [ -75.05122, 40.039091 ], [ -75.047973, 40.037283 ], [ -75.050349, 40.034769 ], [ -75.051973, 40.035672 ], [ -75.053584, 40.036574 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315015", "device_counts_2018": 676, "device_counts_2019": 531, "device_counts_2020": 370, "device_counts_2021": 297, "device_counts_2022": 453, "device_counts_2023": 305, "device_counts_2024": 226, "stop_counts_2018": 3927, "stop_counts_2019": 2600, "stop_counts_2020": 1936, "stop_counts_2021": 1644, "stop_counts_2022": 2631, "stop_counts_2023": 1798, "stop_counts_2024": 1438, "AREA_acre": 26.75920670797229 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.049027, 40.041412 ], [ -75.047424, 40.040497 ], [ -75.045919, 40.039643 ], [ -75.045806, 40.039579 ], [ -75.047405, 40.037892 ], [ -75.047973, 40.037283 ], [ -75.05122, 40.039091 ], [ -75.049027, 40.041412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316005", "device_counts_2018": 436, "device_counts_2019": 371, "device_counts_2020": 207, "device_counts_2021": 186, "device_counts_2022": 289, "device_counts_2023": 376, "device_counts_2024": 104, "stop_counts_2018": 3465, "stop_counts_2019": 1650, "stop_counts_2020": 1118, "stop_counts_2021": 1156, "stop_counts_2022": 1972, "stop_counts_2023": 801, "stop_counts_2024": 235, "AREA_acre": 21.738051728494323 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060338, 40.034685 ], [ -75.057092, 40.032869 ], [ -75.058231, 40.031651 ], [ -75.058848, 40.030998 ], [ -75.0621, 40.032813 ], [ -75.060338, 40.034685 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318002", "device_counts_2018": 899, "device_counts_2019": 684, "device_counts_2020": 344, "device_counts_2021": 310, "device_counts_2022": 380, "device_counts_2023": 477, "device_counts_2024": 277, "stop_counts_2018": 5454, "stop_counts_2019": 3468, "stop_counts_2020": 2123, "stop_counts_2021": 1918, "stop_counts_2022": 1649, "stop_counts_2023": 994, "stop_counts_2024": 447, "AREA_acre": 30.216922060788598 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07908, 40.028552 ], [ -75.077661, 40.030054 ], [ -75.076783, 40.031474 ], [ -75.073733, 40.029784 ], [ -75.074325, 40.028469 ], [ -75.075488, 40.027071 ], [ -75.077861, 40.027869 ], [ -75.07908, 40.028552 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319002", "device_counts_2018": 1154, "device_counts_2019": 831, "device_counts_2020": 322, "device_counts_2021": 281, "device_counts_2022": 391, "device_counts_2023": 503, "device_counts_2024": 278, "stop_counts_2018": 5322, "stop_counts_2019": 3272, "stop_counts_2020": 1371, "stop_counts_2021": 1337, "stop_counts_2022": 2210, "stop_counts_2023": 975, "stop_counts_2024": 340, "AREA_acre": 31.353786403662628 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06308, 40.022452 ], [ -75.059761, 40.024161 ], [ -75.057513, 40.021597 ], [ -75.06113, 40.019725 ], [ -75.062925, 40.021777 ], [ -75.06308, 40.022452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320006", "device_counts_2018": 638, "device_counts_2019": 474, "device_counts_2020": 282, "device_counts_2021": 268, "device_counts_2022": 330, "device_counts_2023": 172, "device_counts_2024": 327, "stop_counts_2018": 4490, "stop_counts_2019": 2386, "stop_counts_2020": 1119, "stop_counts_2021": 973, "stop_counts_2022": 1583, "stop_counts_2023": 697, "stop_counts_2024": 608, "AREA_acre": 19.991841789933346 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057594, 40.026031 ], [ -75.056953, 40.026361 ], [ -75.056294, 40.026703 ], [ -75.055398, 40.025673 ], [ -75.054495, 40.024648 ], [ -75.053604, 40.023615 ], [ -75.055564, 40.022606 ], [ -75.057806, 40.025174 ], [ -75.057594, 40.026031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323002", "device_counts_2018": 1129, "device_counts_2019": 906, "device_counts_2020": 638, "device_counts_2021": 549, "device_counts_2022": 694, "device_counts_2023": 935, "device_counts_2024": 815, "stop_counts_2018": 5461, "stop_counts_2019": 3906, "stop_counts_2020": 2534, "stop_counts_2021": 1855, "stop_counts_2022": 2698, "stop_counts_2023": 1051, "stop_counts_2024": 1113, "AREA_acre": 27.81657369841378 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057513, 40.021597 ], [ -75.055564, 40.022606 ], [ -75.053604, 40.023615 ], [ -75.052702, 40.022592 ], [ -75.051773, 40.021535 ], [ -75.055687, 40.019504 ], [ -75.057513, 40.021597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326002", "device_counts_2018": 676, "device_counts_2019": 531, "device_counts_2020": 358, "device_counts_2021": 233, "device_counts_2022": 346, "device_counts_2023": 331, "device_counts_2024": 325, "stop_counts_2018": 3240, "stop_counts_2019": 2427, "stop_counts_2020": 1491, "stop_counts_2021": 982, "stop_counts_2022": 1482, "stop_counts_2023": 909, "stop_counts_2024": 657, "AREA_acre": 21.186954049730996 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045554, 40.032261 ], [ -75.043433, 40.033356 ], [ -75.039473, 40.035404 ], [ -75.038616, 40.034355 ], [ -75.042537, 40.032328 ], [ -75.044655, 40.031231 ], [ -75.045554, 40.032261 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326005", "device_counts_2018": 1810, "device_counts_2019": 1686, "device_counts_2020": 981, "device_counts_2021": 1034, "device_counts_2022": 1221, "device_counts_2023": 915, "device_counts_2024": 581, "stop_counts_2018": 4810, "stop_counts_2019": 4909, "stop_counts_2020": 3005, "stop_counts_2021": 2560, "stop_counts_2022": 3616, "stop_counts_2023": 1665, "stop_counts_2024": 2090, "AREA_acre": 18.198257390195632 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0387, 40.029839 ], [ -75.036055, 40.031206 ], [ -75.03517, 40.030116 ], [ -75.034354, 40.029096 ], [ -75.036898, 40.027779 ], [ -75.0387, 40.029839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330001", "device_counts_2018": 843, "device_counts_2019": 681, "device_counts_2020": 526, "device_counts_2021": 432, "device_counts_2022": 549, "device_counts_2023": 481, "device_counts_2024": 333, "stop_counts_2018": 4540, "stop_counts_2019": 2868, "stop_counts_2020": 1861, "stop_counts_2021": 1503, "stop_counts_2022": 1739, "stop_counts_2023": 1199, "stop_counts_2024": 779, "AREA_acre": 15.125484937822961 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035331, 40.038788 ], [ -75.034423, 40.03912 ], [ -75.033427, 40.039473 ], [ -75.032295, 40.037622 ], [ -75.034538, 40.036464 ], [ -75.036276, 40.038441 ], [ -75.035331, 40.038788 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331013", "device_counts_2018": 971, "device_counts_2019": 901, "device_counts_2020": 657, "device_counts_2021": 511, "device_counts_2022": 625, "device_counts_2023": 558, "device_counts_2024": 385, "stop_counts_2018": 3649, "stop_counts_2019": 3409, "stop_counts_2020": 2191, "stop_counts_2021": 1943, "stop_counts_2022": 2385, "stop_counts_2023": 2218, "stop_counts_2024": 635, "AREA_acre": 27.175873185712369 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036557, 40.041926 ], [ -75.033482, 40.043203 ], [ -75.031919, 40.041201 ], [ -75.03134, 40.040236 ], [ -75.033427, 40.039473 ], [ -75.034423, 40.03912 ], [ -75.035726, 40.040863 ], [ -75.036557, 40.041926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335003", "device_counts_2018": 2458, "device_counts_2019": 1612, "device_counts_2020": 718, "device_counts_2021": 702, "device_counts_2022": 1064, "device_counts_2023": 789, "device_counts_2024": 989, "stop_counts_2018": 6946, "stop_counts_2019": 5218, "stop_counts_2020": 2601, "stop_counts_2021": 2375, "stop_counts_2022": 3392, "stop_counts_2023": 2999, "stop_counts_2024": 7001, "AREA_acre": 63.477114994378091 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073256, 40.05533 ], [ -75.069224, 40.059583 ], [ -75.06743, 40.0586 ], [ -75.067204, 40.05641 ], [ -75.067582, 40.05606 ], [ -75.065475, 40.05619 ], [ -75.065544, 40.055704 ], [ -75.068503, 40.05259 ], [ -75.069721, 40.053284 ], [ -75.071514, 40.054341 ], [ -75.073256, 40.05533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336002", "device_counts_2018": 802, "device_counts_2019": 650, "device_counts_2020": 398, "device_counts_2021": 385, "device_counts_2022": 525, "device_counts_2023": 429, "device_counts_2024": 452, "stop_counts_2018": 5580, "stop_counts_2019": 2776, "stop_counts_2020": 1979, "stop_counts_2021": 1805, "stop_counts_2022": 2643, "stop_counts_2023": 1369, "stop_counts_2024": 1073, "AREA_acre": 59.815466696769178 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060101, 40.060221 ], [ -75.058923, 40.061473 ], [ -75.058323, 40.062116 ], [ -75.052996, 40.059096 ], [ -75.053574, 40.058477 ], [ -75.054745, 40.057252 ], [ -75.055937, 40.055993 ], [ -75.059693, 40.058084 ], [ -75.061304, 40.058975 ], [ -75.060101, 40.060221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337021", "device_counts_2018": 653, "device_counts_2019": 570, "device_counts_2020": 396, "device_counts_2021": 320, "device_counts_2022": 403, "device_counts_2023": 456, "device_counts_2024": 452, "stop_counts_2018": 3561, "stop_counts_2019": 2925, "stop_counts_2020": 2373, "stop_counts_2021": 2309, "stop_counts_2022": 2556, "stop_counts_2023": 1349, "stop_counts_2024": 1770, "AREA_acre": 53.451288958327474 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055857, 40.073249 ], [ -75.049347, 40.077036 ], [ -75.048258, 40.077034 ], [ -75.045793, 40.075329 ], [ -75.047467, 40.076419 ], [ -75.051719, 40.072241 ], [ -75.050462, 40.071509 ], [ -75.051875, 40.069988 ], [ -75.053221, 40.070759 ], [ -75.055004, 40.071771 ], [ -75.053579, 40.073299 ], [ -75.055857, 40.073249 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338004", "device_counts_2018": 670, "device_counts_2019": 537, "device_counts_2020": 372, "device_counts_2021": 295, "device_counts_2022": 362, "device_counts_2023": 381, "device_counts_2024": 402, "stop_counts_2018": 3702, "stop_counts_2019": 2875, "stop_counts_2020": 2052, "stop_counts_2021": 1403, "stop_counts_2022": 2118, "stop_counts_2023": 863, "stop_counts_2024": 447, "AREA_acre": 47.115186602386274 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081402, 40.060031 ], [ -75.077504, 40.064196 ], [ -75.075991, 40.064342 ], [ -75.073304, 40.062812 ], [ -75.073909, 40.062192 ], [ -75.074826, 40.062706 ], [ -75.07876, 40.0585 ], [ -75.081402, 40.060031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340003", "device_counts_2018": 691, "device_counts_2019": 653, "device_counts_2020": 517, "device_counts_2021": 544, "device_counts_2022": 735, "device_counts_2023": 486, "device_counts_2024": 636, "stop_counts_2018": 2651, "stop_counts_2019": 2247, "stop_counts_2020": 1703, "stop_counts_2021": 1661, "stop_counts_2022": 2503, "stop_counts_2023": 2579, "stop_counts_2024": 2136, "AREA_acre": 49.366009100355072 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07966, 40.069203 ], [ -75.077202, 40.071627 ], [ -75.0759, 40.072884 ], [ -75.074029, 40.071983 ], [ -75.077112, 40.068714 ], [ -75.075439, 40.067803 ], [ -75.076022, 40.067172 ], [ -75.074845, 40.066538 ], [ -75.077177, 40.065785 ], [ -75.07805, 40.06636 ], [ -75.080965, 40.067974 ], [ -75.07966, 40.069203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345022", "device_counts_2018": 6432, "device_counts_2019": 6109, "device_counts_2020": 3289, "device_counts_2021": 3794, "device_counts_2022": 5299, "device_counts_2023": 6545, "device_counts_2024": 6367, "stop_counts_2018": 19339, "stop_counts_2019": 19446, "stop_counts_2020": 11827, "stop_counts_2021": 12028, "stop_counts_2022": 16039, "stop_counts_2023": 20124, "stop_counts_2024": 19942, "AREA_acre": 112.78049416507069 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037498, 40.085459 ], [ -75.028952, 40.080968 ], [ -75.035087, 40.074617 ], [ -75.03536, 40.074939 ], [ -75.036758, 40.079083 ], [ -75.0384, 40.084472 ], [ -75.037498, 40.085459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347012", "device_counts_2018": 1420, "device_counts_2019": 1098, "device_counts_2020": 751, "device_counts_2021": 617, "device_counts_2022": 873, "device_counts_2023": 1421, "device_counts_2024": 1316, "stop_counts_2018": 8858, "stop_counts_2019": 6934, "stop_counts_2020": 5265, "stop_counts_2021": 4027, "stop_counts_2022": 4734, "stop_counts_2023": 4029, "stop_counts_2024": 3502, "AREA_acre": 119.69629787630545 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040265, 40.068747 ], [ -75.036372, 40.066447 ], [ -75.033152, 40.068038 ], [ -75.033861, 40.071694 ], [ -75.032965, 40.072152 ], [ -75.02966, 40.068154 ], [ -75.028256, 40.067314 ], [ -75.028512, 40.06684 ], [ -75.028362, 40.064504 ], [ -75.029986, 40.064398 ], [ -75.033628, 40.060834 ], [ -75.034523, 40.058672 ], [ -75.03433, 40.057067 ], [ -75.035062, 40.057327 ], [ -75.035532, 40.05881 ], [ -75.034225, 40.062701 ], [ -75.03528, 40.064995 ], [ -75.0406, 40.068042 ], [ -75.040265, 40.068747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348022", "device_counts_2018": 2075, "device_counts_2019": 1994, "device_counts_2020": 1487, "device_counts_2021": 1650, "device_counts_2022": 2395, "device_counts_2023": 2537, "device_counts_2024": 2302, "stop_counts_2018": 7800, "stop_counts_2019": 6408, "stop_counts_2020": 4697, "stop_counts_2021": 5366, "stop_counts_2022": 6576, "stop_counts_2023": 8356, "stop_counts_2024": 9407, "AREA_acre": 124.81775065340435 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.020575, 40.061252 ], [ -75.014109, 40.066867 ], [ -75.011311, 40.071169 ], [ -75.007269, 40.069161 ], [ -75.008128, 40.068585 ], [ -75.008788, 40.06735 ], [ -75.009635, 40.067672 ], [ -75.011381, 40.06842 ], [ -75.013145, 40.066335 ], [ -75.012747, 40.062185 ], [ -75.013629, 40.062047 ], [ -75.013066, 40.059901 ], [ -75.013062, 40.059109 ], [ -75.013284, 40.058573 ], [ -75.013797, 40.058001 ], [ -75.014444, 40.057424 ], [ -75.019815, 40.060783 ], [ -75.020575, 40.061252 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349004", "device_counts_2018": 1947, "device_counts_2019": 1480, "device_counts_2020": 1051, "device_counts_2021": 978, "device_counts_2022": 1096, "device_counts_2023": 1037, "device_counts_2024": 808, "stop_counts_2018": 7755, "stop_counts_2019": 6127, "stop_counts_2020": 3985, "stop_counts_2021": 4060, "stop_counts_2022": 3715, "stop_counts_2023": 5192, "stop_counts_2024": 2809, "AREA_acre": 72.508235311772552 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021984, 40.037965 ], [ -75.020392, 40.04353 ], [ -75.018502, 40.044081 ], [ -75.016377, 40.045672 ], [ -75.013422, 40.043306 ], [ -75.018683, 40.040047 ], [ -75.01783, 40.039076 ], [ -75.021682, 40.037088 ], [ -75.021984, 40.037965 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263014", "device_counts_2018": 517, "device_counts_2019": 359, "device_counts_2020": 205, "device_counts_2021": 139, "device_counts_2022": 183, "device_counts_2023": 331, "device_counts_2024": 226, "stop_counts_2018": 2878, "stop_counts_2019": 1738, "stop_counts_2020": 983, "stop_counts_2021": 794, "stop_counts_2022": 934, "stop_counts_2023": 671, "stop_counts_2024": 699, "AREA_acre": 19.633179587415139 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166725, 40.070165 ], [ -75.164781, 40.072161 ], [ -75.162035, 40.070685 ], [ -75.164106, 40.068662 ], [ -75.165348, 40.069372 ], [ -75.166725, 40.070165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361002", "device_counts_2018": 1993, "device_counts_2019": 2158, "device_counts_2020": 1845, "device_counts_2021": 2432, "device_counts_2022": 2895, "device_counts_2023": 2488, "device_counts_2024": 2407, "stop_counts_2018": 5621, "stop_counts_2019": 6200, "stop_counts_2020": 4600, "stop_counts_2021": 6063, "stop_counts_2022": 7502, "stop_counts_2023": 3056, "stop_counts_2024": 4055, "AREA_acre": 100.50693076964738 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.001796, 40.10493 ], [ -74.997124, 40.108151 ], [ -74.995134, 40.106336 ], [ -74.995483, 40.106202 ], [ -74.992326, 40.103876 ], [ -74.993327, 40.102963 ], [ -74.992674, 40.10104 ], [ -74.995464, 40.099166 ], [ -74.999804, 40.103236 ], [ -75.001796, 40.10493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347022", "device_counts_2018": 662, "device_counts_2019": 561, "device_counts_2020": 367, "device_counts_2021": 401, "device_counts_2022": 690, "device_counts_2023": 613, "device_counts_2024": 581, "stop_counts_2018": 2819, "stop_counts_2019": 1989, "stop_counts_2020": 2059, "stop_counts_2021": 1528, "stop_counts_2022": 2677, "stop_counts_2023": 1116, "stop_counts_2024": 1502, "AREA_acre": 48.957239752968569 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028756, 40.056781 ], [ -75.028397, 40.056728 ], [ -75.028291, 40.056363 ], [ -75.025431, 40.05637 ], [ -75.024345, 40.05644 ], [ -75.023374, 40.055334 ], [ -75.024173, 40.051483 ], [ -75.026753, 40.050779 ], [ -75.028549, 40.056169 ], [ -75.029032, 40.056399 ], [ -75.028756, 40.056781 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363022", "device_counts_2018": 1172, "device_counts_2019": 987, "device_counts_2020": 713, "device_counts_2021": 715, "device_counts_2022": 862, "device_counts_2023": 1467, "device_counts_2024": 1523, "stop_counts_2018": 7792, "stop_counts_2019": 6349, "stop_counts_2020": 5067, "stop_counts_2021": 3560, "stop_counts_2022": 5490, "stop_counts_2023": 5818, "stop_counts_2024": 5634, "AREA_acre": 74.958304963321908 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981997, 40.102454 ], [ -74.9781, 40.099212 ], [ -74.977757, 40.098433 ], [ -74.981659, 40.095571 ], [ -74.979893, 40.09381 ], [ -74.986551, 40.099366 ], [ -74.981997, 40.102454 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038003", "device_counts_2018": 1081, "device_counts_2019": 826, "device_counts_2020": 451, "device_counts_2021": 457, "device_counts_2022": 623, "device_counts_2023": 790, "device_counts_2024": 681, "stop_counts_2018": 3808, "stop_counts_2019": 2796, "stop_counts_2020": 1995, "stop_counts_2021": 1908, "stop_counts_2022": 2835, "stop_counts_2023": 1312, "stop_counts_2024": 2005, "AREA_acre": 17.280464672871176 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179651, 39.923652 ], [ -75.176295, 39.92425 ], [ -75.176361, 39.92396 ], [ -75.176906, 39.921464 ], [ -75.180045, 39.921872 ], [ -75.179651, 39.923652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083024", "device_counts_2018": 1199, "device_counts_2019": 1047, "device_counts_2020": 453, "device_counts_2021": 337, "device_counts_2022": 378, "device_counts_2023": 482, "device_counts_2024": 400, "stop_counts_2018": 4675, "stop_counts_2019": 3805, "stop_counts_2020": 1692, "stop_counts_2021": 1075, "stop_counts_2022": 1203, "stop_counts_2023": 993, "stop_counts_2024": 485, "AREA_acre": 21.669439871029628 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.244084, 39.955743 ], [ -75.240137, 39.955252 ], [ -75.238166, 39.955011 ], [ -75.238476, 39.953485 ], [ -75.240449, 39.953733 ], [ -75.24441, 39.954226 ], [ -75.244084, 39.955743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176021", "device_counts_2018": 2005, "device_counts_2019": 1620, "device_counts_2020": 1034, "device_counts_2021": 765, "device_counts_2022": 898, "device_counts_2023": 864, "device_counts_2024": 764, "stop_counts_2018": 7522, "stop_counts_2019": 6004, "stop_counts_2020": 4502, "stop_counts_2021": 3171, "stop_counts_2022": 3242, "stop_counts_2023": 3250, "stop_counts_2024": 3187, "AREA_acre": 28.739067753034657 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12926, 39.998539 ], [ -75.12538, 39.998043 ], [ -75.125737, 39.996451 ], [ -75.126054, 39.994957 ], [ -75.129921, 39.99546 ], [ -75.12926, 39.998539 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009022", "device_counts_2018": 5833, "device_counts_2019": 4724, "device_counts_2020": 1518, "device_counts_2021": 2030, "device_counts_2022": 2390, "device_counts_2023": 4104, "device_counts_2024": 3925, "stop_counts_2018": 15481, "stop_counts_2019": 12327, "stop_counts_2020": 4153, "stop_counts_2021": 4588, "stop_counts_2022": 6374, "stop_counts_2023": 16224, "stop_counts_2024": 16141, "AREA_acre": 17.867196571115517 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159751, 39.948783 ], [ -75.157392, 39.94849 ], [ -75.156646, 39.948394 ], [ -75.156855, 39.947246 ], [ -75.157113, 39.946025 ], [ -75.159481, 39.946325 ], [ -75.160267, 39.946422 ], [ -75.159751, 39.948783 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011022", "device_counts_2018": 2812, "device_counts_2019": 2419, "device_counts_2020": 759, "device_counts_2021": 1070, "device_counts_2022": 1342, "device_counts_2023": 2809, "device_counts_2024": 2337, "stop_counts_2018": 7001, "stop_counts_2019": 5761, "stop_counts_2020": 2173, "stop_counts_2021": 2372, "stop_counts_2022": 3030, "stop_counts_2023": 7532, "stop_counts_2024": 8844, "AREA_acre": 17.531654321082659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159481, 39.946325 ], [ -75.157113, 39.946025 ], [ -75.156337, 39.945923 ], [ -75.156841, 39.943615 ], [ -75.159984, 39.944009 ], [ -75.159481, 39.946325 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012013", "device_counts_2018": 2568, "device_counts_2019": 2335, "device_counts_2020": 669, "device_counts_2021": 666, "device_counts_2022": 1302, "device_counts_2023": 1820, "device_counts_2024": 1848, "stop_counts_2018": 5822, "stop_counts_2019": 5262, "stop_counts_2020": 1567, "stop_counts_2021": 1692, "stop_counts_2022": 2898, "stop_counts_2023": 6668, "stop_counts_2024": 5530, "AREA_acre": 16.293486624959542 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178156, 39.94719 ], [ -75.174627, 39.946753 ], [ -75.175054, 39.944832 ], [ -75.176985, 39.94508 ], [ -75.178578, 39.945269 ], [ -75.178156, 39.94719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013002", "device_counts_2018": 1296, "device_counts_2019": 1068, "device_counts_2020": 418, "device_counts_2021": 532, "device_counts_2022": 656, "device_counts_2023": 941, "device_counts_2024": 933, "stop_counts_2018": 4154, "stop_counts_2019": 2586, "stop_counts_2020": 1210, "stop_counts_2021": 1262, "stop_counts_2022": 1351, "stop_counts_2023": 1474, "stop_counts_2024": 1922, "AREA_acre": 13.84530196145538 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180838, 39.942631 ], [ -75.180624, 39.943641 ], [ -75.177374, 39.943231 ], [ -75.177554, 39.942487 ], [ -75.177598, 39.942228 ], [ -75.177761, 39.941461 ], [ -75.181002, 39.941863 ], [ -75.180838, 39.942631 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014002", "device_counts_2018": 1205, "device_counts_2019": 1036, "device_counts_2020": 356, "device_counts_2021": 398, "device_counts_2022": 536, "device_counts_2023": 1093, "device_counts_2024": 915, "stop_counts_2018": 3847, "stop_counts_2019": 2147, "stop_counts_2020": 775, "stop_counts_2021": 713, "stop_counts_2022": 875, "stop_counts_2023": 1753, "stop_counts_2024": 1664, "AREA_acre": 11.987225161172333 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177374, 39.943231 ], [ -75.177169, 39.944209 ], [ -75.176985, 39.94508 ], [ -75.175054, 39.944832 ], [ -75.175241, 39.943969 ], [ -75.175628, 39.942254 ], [ -75.177554, 39.942487 ], [ -75.177374, 39.943231 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019001", "device_counts_2018": 1615, "device_counts_2019": 1340, "device_counts_2020": 465, "device_counts_2021": 584, "device_counts_2022": 812, "device_counts_2023": 1245, "device_counts_2024": 1069, "stop_counts_2018": 4603, "stop_counts_2019": 3728, "stop_counts_2020": 1325, "stop_counts_2021": 1384, "stop_counts_2022": 1927, "stop_counts_2023": 1902, "stop_counts_2024": 1627, "AREA_acre": 14.654720316370781 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174271, 39.941021 ], [ -75.174104, 39.941793 ], [ -75.170955, 39.941404 ], [ -75.169386, 39.941211 ], [ -75.171125, 39.940626 ], [ -75.171341, 39.939663 ], [ -75.174481, 39.940056 ], [ -75.174271, 39.941021 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025003", "device_counts_2018": 787, "device_counts_2019": 618, "device_counts_2020": 225, "device_counts_2021": 233, "device_counts_2022": 324, "device_counts_2023": 760, "device_counts_2024": 682, "stop_counts_2018": 2446, "stop_counts_2019": 1663, "stop_counts_2020": 829, "stop_counts_2021": 825, "stop_counts_2022": 1161, "stop_counts_2023": 1896, "stop_counts_2024": 1122, "AREA_acre": 13.997809355082042 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154194, 39.933649 ], [ -75.151041, 39.933227 ], [ -75.149463, 39.933019 ], [ -75.149728, 39.931793 ], [ -75.151309, 39.932007 ], [ -75.152893, 39.932208 ], [ -75.154454, 39.93242 ], [ -75.154194, 39.933649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028023", "device_counts_2018": 1155, "device_counts_2019": 1010, "device_counts_2020": 403, "device_counts_2021": 419, "device_counts_2022": 652, "device_counts_2023": 911, "device_counts_2024": 964, "stop_counts_2018": 3718, "stop_counts_2019": 2798, "stop_counts_2020": 1552, "stop_counts_2021": 1402, "stop_counts_2022": 2290, "stop_counts_2023": 1666, "stop_counts_2024": 2832, "AREA_acre": 15.389100617890739 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161428, 39.930017 ], [ -75.158296, 39.929602 ], [ -75.158393, 39.929177 ], [ -75.158666, 39.927955 ], [ -75.158745, 39.927564 ], [ -75.161881, 39.927985 ], [ -75.161428, 39.930017 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030013", "device_counts_2018": 1076, "device_counts_2019": 855, "device_counts_2020": 438, "device_counts_2021": 434, "device_counts_2022": 586, "device_counts_2023": 661, "device_counts_2024": 451, "stop_counts_2018": 5046, "stop_counts_2019": 3501, "stop_counts_2020": 2230, "stop_counts_2021": 2003, "stop_counts_2022": 2571, "stop_counts_2023": 1938, "stop_counts_2024": 2431, "AREA_acre": 11.951197738297802 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172907, 39.929811 ], [ -75.171339, 39.929608 ], [ -75.170891, 39.929552 ], [ -75.171137, 39.928329 ], [ -75.171397, 39.927104 ], [ -75.172416, 39.927232 ], [ -75.173426, 39.927363 ], [ -75.172907, 39.929811 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031006", "device_counts_2018": 1539, "device_counts_2019": 1306, "device_counts_2020": 646, "device_counts_2021": 524, "device_counts_2022": 554, "device_counts_2023": 1094, "device_counts_2024": 613, "stop_counts_2018": 4796, "stop_counts_2019": 3663, "stop_counts_2020": 1831, "stop_counts_2021": 1445, "stop_counts_2022": 1249, "stop_counts_2023": 2935, "stop_counts_2024": 1413, "AREA_acre": 17.128917662772565 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181419, 39.932161 ], [ -75.181162, 39.933385 ], [ -75.180621, 39.935816 ], [ -75.179035, 39.935612 ], [ -75.179553, 39.933178 ], [ -75.180001, 39.93117 ], [ -75.181589, 39.931366 ], [ -75.181419, 39.932161 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032006", "device_counts_2018": 921, "device_counts_2019": 716, "device_counts_2020": 336, "device_counts_2021": 312, "device_counts_2022": 348, "device_counts_2023": 360, "device_counts_2024": 275, "stop_counts_2018": 3971, "stop_counts_2019": 3422, "stop_counts_2020": 1366, "stop_counts_2021": 1266, "stop_counts_2022": 1601, "stop_counts_2023": 1501, "stop_counts_2024": 735, "AREA_acre": 18.560695457412191 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.189148, 39.935671 ], [ -75.187578, 39.935461 ], [ -75.188115, 39.933014 ], [ -75.188636, 39.930583 ], [ -75.190222, 39.930779 ], [ -75.189148, 39.935671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033001", "device_counts_2018": 1306, "device_counts_2019": 989, "device_counts_2020": 563, "device_counts_2021": 462, "device_counts_2022": 542, "device_counts_2023": 508, "device_counts_2024": 481, "stop_counts_2018": 6926, "stop_counts_2019": 5563, "stop_counts_2020": 3041, "stop_counts_2021": 2549, "stop_counts_2022": 2988, "stop_counts_2023": 2113, "stop_counts_2024": 2971, "AREA_acre": 24.899453306048507 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192322, 39.931054 ], [ -75.191274, 39.935934 ], [ -75.189148, 39.935671 ], [ -75.190222, 39.930779 ], [ -75.191783, 39.930982 ], [ -75.192322, 39.931054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037015", "device_counts_2018": 948, "device_counts_2019": 705, "device_counts_2020": 357, "device_counts_2021": 307, "device_counts_2022": 442, "device_counts_2023": 761, "device_counts_2024": 476, "stop_counts_2018": 3688, "stop_counts_2019": 2293, "stop_counts_2020": 1400, "stop_counts_2021": 1160, "stop_counts_2022": 1658, "stop_counts_2023": 3210, "stop_counts_2024": 1647, "AREA_acre": 13.720423637943894 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183601, 39.929928 ], [ -75.181944, 39.929729 ], [ -75.178445, 39.929271 ], [ -75.178615, 39.928469 ], [ -75.178705, 39.928046 ], [ -75.180624, 39.928289 ], [ -75.182804, 39.928575 ], [ -75.183601, 39.929928 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039023", "device_counts_2018": 1441, "device_counts_2019": 1421, "device_counts_2020": 688, "device_counts_2021": 813, "device_counts_2022": 1129, "device_counts_2023": 1144, "device_counts_2024": 1315, "stop_counts_2018": 5275, "stop_counts_2019": 4627, "stop_counts_2020": 3213, "stop_counts_2021": 2789, "stop_counts_2022": 3587, "stop_counts_2023": 1777, "stop_counts_2024": 2994, "AREA_acre": 26.209596636154608 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17718, 39.91489 ], [ -75.175217, 39.915653 ], [ -75.175394, 39.914691 ], [ -75.171877, 39.914256 ], [ -75.172294, 39.912393 ], [ -75.177806, 39.91309 ], [ -75.17718, 39.91489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039012", "device_counts_2018": 1574, "device_counts_2019": 1449, "device_counts_2020": 851, "device_counts_2021": 826, "device_counts_2022": 1092, "device_counts_2023": 1548, "device_counts_2024": 1320, "stop_counts_2018": 4749, "stop_counts_2019": 4073, "stop_counts_2020": 3168, "stop_counts_2021": 2983, "stop_counts_2022": 3337, "stop_counts_2023": 2810, "stop_counts_2024": 3288, "AREA_acre": 19.125998748061107 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173226, 39.923556 ], [ -75.170023, 39.923138 ], [ -75.170309, 39.921885 ], [ -75.170581, 39.920653 ], [ -75.173748, 39.92106 ], [ -75.173226, 39.923556 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040012", "device_counts_2018": 1269, "device_counts_2019": 1151, "device_counts_2020": 685, "device_counts_2021": 704, "device_counts_2022": 843, "device_counts_2023": 940, "device_counts_2024": 858, "stop_counts_2018": 4314, "stop_counts_2019": 3943, "stop_counts_2020": 2435, "stop_counts_2021": 2198, "stop_counts_2022": 2745, "stop_counts_2023": 3338, "stop_counts_2024": 4136, "AREA_acre": 18.818838269060514 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166014, 39.923903 ], [ -75.162876, 39.923489 ], [ -75.163412, 39.921015 ], [ -75.166563, 39.921418 ], [ -75.166014, 39.923903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042014", "device_counts_2018": 1591, "device_counts_2019": 1267, "device_counts_2020": 751, "device_counts_2021": 618, "device_counts_2022": 853, "device_counts_2023": 1139, "device_counts_2024": 1017, "stop_counts_2018": 8305, "stop_counts_2019": 5378, "stop_counts_2020": 3586, "stop_counts_2021": 2675, "stop_counts_2022": 3646, "stop_counts_2023": 3760, "stop_counts_2024": 3502, "AREA_acre": 29.663671185027606 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154526, 39.924895 ], [ -75.152938, 39.924679 ], [ -75.150101, 39.924305 ], [ -75.149405, 39.924207 ], [ -75.149916, 39.921819 ], [ -75.155056, 39.922495 ], [ -75.154526, 39.924895 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042024", "device_counts_2018": 751, "device_counts_2019": 681, "device_counts_2020": 395, "device_counts_2021": 369, "device_counts_2022": 600, "device_counts_2023": 554, "device_counts_2024": 376, "stop_counts_2018": 5204, "stop_counts_2019": 3699, "stop_counts_2020": 2038, "stop_counts_2021": 1489, "stop_counts_2022": 2224, "stop_counts_2023": 974, "stop_counts_2024": 925, "AREA_acre": 15.52075767341857 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155597, 39.920013 ], [ -75.150461, 39.919345 ], [ -75.15073, 39.918097 ], [ -75.155865, 39.918755 ], [ -75.155597, 39.920013 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037023", "device_counts_2018": 1683, "device_counts_2019": 1379, "device_counts_2020": 751, "device_counts_2021": 576, "device_counts_2022": 842, "device_counts_2023": 686, "device_counts_2024": 354, "stop_counts_2018": 5199, "stop_counts_2019": 4373, "stop_counts_2020": 2273, "stop_counts_2021": 1349, "stop_counts_2022": 2016, "stop_counts_2023": 1008, "stop_counts_2024": 1035, "AREA_acre": 15.504351661409716 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186029, 39.926481 ], [ -75.184393, 39.926276 ], [ -75.185202, 39.922574 ], [ -75.186937, 39.922318 ], [ -75.186029, 39.926481 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037012", "device_counts_2018": 1298, "device_counts_2019": 925, "device_counts_2020": 449, "device_counts_2021": 417, "device_counts_2022": 681, "device_counts_2023": 681, "device_counts_2024": 375, "stop_counts_2018": 5237, "stop_counts_2019": 3677, "stop_counts_2020": 1556, "stop_counts_2021": 1357, "stop_counts_2022": 2314, "stop_counts_2023": 3018, "stop_counts_2024": 1641, "AREA_acre": 12.536358571427028 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178859, 39.927265 ], [ -75.175741, 39.92685 ], [ -75.176088, 39.925198 ], [ -75.179242, 39.925606 ], [ -75.178859, 39.927265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060003", "device_counts_2018": 748, "device_counts_2019": 545, "device_counts_2020": 267, "device_counts_2021": 186, "device_counts_2022": 272, "device_counts_2023": 352, "device_counts_2024": 232, "stop_counts_2018": 4304, "stop_counts_2019": 2288, "stop_counts_2020": 1232, "stop_counts_2021": 678, "stop_counts_2022": 895, "stop_counts_2023": 1535, "stop_counts_2024": 923, "AREA_acre": 28.914352952678353 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240333, 39.912999 ], [ -75.238949, 39.913959 ], [ -75.237599, 39.914934 ], [ -75.236026, 39.916036 ], [ -75.23463, 39.914848 ], [ -75.23374, 39.914073 ], [ -75.238951, 39.911823 ], [ -75.240333, 39.912999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062001", "device_counts_2018": 1487, "device_counts_2019": 1016, "device_counts_2020": 525, "device_counts_2021": 369, "device_counts_2022": 464, "device_counts_2023": 605, "device_counts_2024": 481, "stop_counts_2018": 5750, "stop_counts_2019": 4912, "stop_counts_2020": 1825, "stop_counts_2021": 1390, "stop_counts_2022": 1825, "stop_counts_2023": 2810, "stop_counts_2024": 3144, "AREA_acre": 19.221699219709187 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230327, 39.922201 ], [ -75.227538, 39.91984 ], [ -75.22943, 39.918507 ], [ -75.232221, 39.920865 ], [ -75.230327, 39.922201 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065005", "device_counts_2018": 677, "device_counts_2019": 528, "device_counts_2020": 314, "device_counts_2021": 218, "device_counts_2022": 255, "device_counts_2023": 406, "device_counts_2024": 258, "stop_counts_2018": 3044, "stop_counts_2019": 2193, "stop_counts_2020": 1200, "stop_counts_2021": 981, "stop_counts_2022": 906, "stop_counts_2023": 1205, "stop_counts_2024": 1138, "AREA_acre": 29.65403840208862 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247028, 39.943414 ], [ -75.246634, 39.943541 ], [ -75.241771, 39.945297 ], [ -75.240266, 39.945866 ], [ -75.238875, 39.94468 ], [ -75.240969, 39.943762 ], [ -75.243542, 39.942306 ], [ -75.246822, 39.94297 ], [ -75.247028, 39.943414 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066002", "device_counts_2018": 839, "device_counts_2019": 625, "device_counts_2020": 273, "device_counts_2021": 225, "device_counts_2022": 294, "device_counts_2023": 329, "device_counts_2024": 379, "stop_counts_2018": 3242, "stop_counts_2019": 2177, "stop_counts_2020": 839, "stop_counts_2021": 611, "stop_counts_2022": 845, "stop_counts_2023": 606, "stop_counts_2024": 1077, "AREA_acre": 17.975571526977628 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231276, 39.931827 ], [ -75.230248, 39.932551 ], [ -75.227589, 39.930313 ], [ -75.229222, 39.929172 ], [ -75.230104, 39.929711 ], [ -75.232362, 39.931074 ], [ -75.231276, 39.931827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067006", "device_counts_2018": 1196, "device_counts_2019": 817, "device_counts_2020": 407, "device_counts_2021": 339, "device_counts_2022": 519, "device_counts_2023": 560, "device_counts_2024": 507, "stop_counts_2018": 5077, "stop_counts_2019": 2747, "stop_counts_2020": 1732, "stop_counts_2021": 1260, "stop_counts_2022": 1789, "stop_counts_2023": 1354, "stop_counts_2024": 1394, "AREA_acre": 23.164099228717408 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22495, 39.923838 ], [ -75.22444, 39.924188 ], [ -75.225832, 39.925361 ], [ -75.22484, 39.926055 ], [ -75.223452, 39.92489 ], [ -75.22216, 39.923892 ], [ -75.224111, 39.921005 ], [ -75.224926, 39.921692 ], [ -75.226319, 39.922867 ], [ -75.22495, 39.923838 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070001", "device_counts_2018": 1184, "device_counts_2019": 845, "device_counts_2020": 393, "device_counts_2021": 296, "device_counts_2022": 361, "device_counts_2023": 476, "device_counts_2024": 307, "stop_counts_2018": 4151, "stop_counts_2019": 3226, "stop_counts_2020": 1604, "stop_counts_2021": 999, "stop_counts_2022": 1294, "stop_counts_2023": 862, "stop_counts_2024": 2787, "AREA_acre": 17.643294022479161 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220278, 39.939572 ], [ -75.218874, 39.938393 ], [ -75.217614, 39.93733 ], [ -75.218983, 39.936369 ], [ -75.219442, 39.936041 ], [ -75.222098, 39.938279 ], [ -75.220278, 39.939572 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070002", "device_counts_2018": 706, "device_counts_2019": 506, "device_counts_2020": 261, "device_counts_2021": 172, "device_counts_2022": 226, "device_counts_2023": 379, "device_counts_2024": 121, "stop_counts_2018": 2995, "stop_counts_2019": 1939, "stop_counts_2020": 1196, "stop_counts_2021": 758, "stop_counts_2022": 1070, "stop_counts_2023": 695, "stop_counts_2024": 104, "AREA_acre": 15.719536132313374 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223012, 39.937643 ], [ -75.222098, 39.938279 ], [ -75.219442, 39.936041 ], [ -75.220343, 39.935408 ], [ -75.221605, 39.936464 ], [ -75.222986, 39.9355 ], [ -75.224388, 39.936676 ], [ -75.223012, 39.937643 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071024", "device_counts_2018": 748, "device_counts_2019": 502, "device_counts_2020": 259, "device_counts_2021": 199, "device_counts_2022": 235, "device_counts_2023": 228, "device_counts_2024": 200, "stop_counts_2018": 4859, "stop_counts_2019": 2774, "stop_counts_2020": 1482, "stop_counts_2021": 850, "stop_counts_2022": 958, "stop_counts_2023": 553, "stop_counts_2024": 291, "AREA_acre": 18.463387649934731 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229553, 39.943168 ], [ -75.228184, 39.944134 ], [ -75.226334, 39.942562 ], [ -75.229077, 39.940637 ], [ -75.229528, 39.941018 ], [ -75.230928, 39.942194 ], [ -75.229553, 39.943168 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073001", "device_counts_2018": 885, "device_counts_2019": 603, "device_counts_2020": 288, "device_counts_2021": 205, "device_counts_2022": 259, "device_counts_2023": 480, "device_counts_2024": 451, "stop_counts_2018": 4990, "stop_counts_2019": 2981, "stop_counts_2020": 1054, "stop_counts_2021": 748, "stop_counts_2022": 867, "stop_counts_2023": 926, "stop_counts_2024": 1141, "AREA_acre": 17.153774022262205 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221612, 39.944584 ], [ -75.22022, 39.943415 ], [ -75.219138, 39.944186 ], [ -75.217136, 39.94374 ], [ -75.220175, 39.941602 ], [ -75.221367, 39.942626 ], [ -75.222759, 39.943806 ], [ -75.221612, 39.944584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074003", "device_counts_2018": 1363, "device_counts_2019": 1093, "device_counts_2020": 341, "device_counts_2021": 238, "device_counts_2022": 327, "device_counts_2023": 561, "device_counts_2024": 431, "stop_counts_2018": 6081, "stop_counts_2019": 3589, "stop_counts_2020": 1196, "stop_counts_2021": 941, "stop_counts_2022": 1273, "stop_counts_2023": 3105, "stop_counts_2024": 1565, "AREA_acre": 24.052167632688285 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.215246, 39.943087 ], [ -75.212601, 39.94085 ], [ -75.213865, 39.939974 ], [ -75.215089, 39.939093 ], [ -75.217764, 39.941343 ], [ -75.215246, 39.943087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078002", "device_counts_2018": 903, "device_counts_2019": 840, "device_counts_2020": 237, "device_counts_2021": 181, "device_counts_2022": 323, "device_counts_2023": 605, "device_counts_2024": 325, "stop_counts_2018": 2210, "stop_counts_2019": 1932, "stop_counts_2020": 531, "stop_counts_2021": 364, "stop_counts_2022": 682, "stop_counts_2023": 761, "stop_counts_2024": 653, "AREA_acre": 16.595564827567941 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219002, 39.944283 ], [ -75.217733, 39.945183 ], [ -75.215162, 39.946978 ], [ -75.213961, 39.945974 ], [ -75.21652, 39.944171 ], [ -75.215615, 39.943402 ], [ -75.217136, 39.94374 ], [ -75.219138, 39.944186 ], [ -75.219002, 39.944283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078005", "device_counts_2018": 1799, "device_counts_2019": 1380, "device_counts_2020": 684, "device_counts_2021": 636, "device_counts_2022": 747, "device_counts_2023": 784, "device_counts_2024": 736, "stop_counts_2018": 4696, "stop_counts_2019": 3669, "stop_counts_2020": 1659, "stop_counts_2021": 1483, "stop_counts_2022": 1481, "stop_counts_2023": 3057, "stop_counts_2024": 1753, "AREA_acre": 21.769224987524517 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.217121, 39.94861 ], [ -75.21292, 39.949065 ], [ -75.211389, 39.947796 ], [ -75.213961, 39.945974 ], [ -75.215162, 39.946978 ], [ -75.217121, 39.94861 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079003", "device_counts_2018": 1930, "device_counts_2019": 1728, "device_counts_2020": 678, "device_counts_2021": 526, "device_counts_2022": 699, "device_counts_2023": 1265, "device_counts_2024": 959, "stop_counts_2018": 5447, "stop_counts_2019": 4205, "stop_counts_2020": 1703, "stop_counts_2021": 1091, "stop_counts_2022": 1283, "stop_counts_2023": 3223, "stop_counts_2024": 2766, "AREA_acre": 22.205944625159734 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222914, 39.949975 ], [ -75.22275, 39.950754 ], [ -75.218833, 39.950273 ], [ -75.219234, 39.948368 ], [ -75.221237, 39.948161 ], [ -75.223315, 39.947925 ], [ -75.222914, 39.949975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081013", "device_counts_2018": 922, "device_counts_2019": 744, "device_counts_2020": 316, "device_counts_2021": 282, "device_counts_2022": 309, "device_counts_2023": 483, "device_counts_2024": 282, "stop_counts_2018": 3527, "stop_counts_2019": 2402, "stop_counts_2020": 1184, "stop_counts_2021": 1072, "stop_counts_2022": 1400, "stop_counts_2023": 2810, "stop_counts_2024": 1813, "AREA_acre": 14.444301815867846 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239232, 39.949923 ], [ -75.239118, 39.950446 ], [ -75.235165, 39.949953 ], [ -75.235479, 39.948433 ], [ -75.23943, 39.948931 ], [ -75.239232, 39.949923 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082003", "device_counts_2018": 1419, "device_counts_2019": 1151, "device_counts_2020": 646, "device_counts_2021": 412, "device_counts_2022": 778, "device_counts_2023": 537, "device_counts_2024": 579, "stop_counts_2018": 4799, "stop_counts_2019": 3276, "stop_counts_2020": 1770, "stop_counts_2021": 1108, "stop_counts_2022": 2052, "stop_counts_2023": 869, "stop_counts_2024": 799, "AREA_acre": 23.345057910365949 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243536, 39.948659 ], [ -75.239641, 39.947932 ], [ -75.240052, 39.945917 ], [ -75.240266, 39.945866 ], [ -75.241771, 39.945297 ], [ -75.242107, 39.945829 ], [ -75.244026, 39.946316 ], [ -75.243536, 39.948659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176015", "device_counts_2018": 1554, "device_counts_2019": 1071, "device_counts_2020": 583, "device_counts_2021": 571, "device_counts_2022": 808, "device_counts_2023": 1091, "device_counts_2024": 559, "stop_counts_2018": 5021, "stop_counts_2019": 3334, "stop_counts_2020": 1909, "stop_counts_2021": 1455, "stop_counts_2022": 2623, "stop_counts_2023": 1809, "stop_counts_2024": 1943, "AREA_acre": 29.386059120291382 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13735, 39.996421 ], [ -75.134444, 39.996049 ], [ -75.135807, 39.993154 ], [ -75.135121, 39.99306 ], [ -75.135466, 39.991479 ], [ -75.138352, 39.991851 ], [ -75.13735, 39.996421 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084006", "device_counts_2018": 2059, "device_counts_2019": 1791, "device_counts_2020": 656, "device_counts_2021": 588, "device_counts_2022": 732, "device_counts_2023": 988, "device_counts_2024": 636, "stop_counts_2018": 5555, "stop_counts_2019": 5144, "stop_counts_2020": 2318, "stop_counts_2021": 1937, "stop_counts_2022": 1817, "stop_counts_2023": 3253, "stop_counts_2024": 2104, "AREA_acre": 27.482157575543713 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239658, 39.957534 ], [ -75.238785, 39.961715 ], [ -75.236808, 39.961471 ], [ -75.234869, 39.961231 ], [ -75.236971, 39.960698 ], [ -75.237448, 39.958433 ], [ -75.237934, 39.956062 ], [ -75.239909, 39.956313 ], [ -75.239658, 39.957534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085002", "device_counts_2018": 2680, "device_counts_2019": 2187, "device_counts_2020": 1081, "device_counts_2021": 891, "device_counts_2022": 1071, "device_counts_2023": 1191, "device_counts_2024": 1145, "stop_counts_2018": 8560, "stop_counts_2019": 6117, "stop_counts_2020": 2827, "stop_counts_2021": 2114, "stop_counts_2022": 2157, "stop_counts_2023": 2064, "stop_counts_2024": 1750, "AREA_acre": 18.120116429426414 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225634, 39.956372 ], [ -75.225351, 39.957714 ], [ -75.221397, 39.957227 ], [ -75.221559, 39.956461 ], [ -75.221798, 39.955319 ], [ -75.223775, 39.955565 ], [ -75.225746, 39.955814 ], [ -75.225634, 39.956372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087013", "device_counts_2018": 2357, "device_counts_2019": 2072, "device_counts_2020": 932, "device_counts_2021": 889, "device_counts_2022": 1160, "device_counts_2023": 1823, "device_counts_2024": 1391, "stop_counts_2018": 7240, "stop_counts_2019": 5598, "stop_counts_2020": 2485, "stop_counts_2021": 2580, "stop_counts_2022": 3531, "stop_counts_2023": 4257, "stop_counts_2024": 6542, "AREA_acre": 24.198982116697511 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211677, 39.95524 ], [ -75.208761, 39.95488 ], [ -75.209264, 39.952522 ], [ -75.209326, 39.951436 ], [ -75.212393, 39.951811 ], [ -75.211677, 39.95524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088012", "device_counts_2018": 4981, "device_counts_2019": 4910, "device_counts_2020": 1777, "device_counts_2021": 2309, "device_counts_2022": 3438, "device_counts_2023": 3300, "device_counts_2024": 3271, "stop_counts_2018": 10634, "stop_counts_2019": 11765, "stop_counts_2020": 3615, "stop_counts_2021": 4790, "stop_counts_2022": 7231, "stop_counts_2023": 5552, "stop_counts_2024": 6880, "AREA_acre": 19.185771907426396 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199622, 39.95686 ], [ -75.196121, 39.956429 ], [ -75.196603, 39.954149 ], [ -75.200098, 39.954582 ], [ -75.199622, 39.95686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093002", "device_counts_2018": 1105, "device_counts_2019": 890, "device_counts_2020": 335, "device_counts_2021": 246, "device_counts_2022": 324, "device_counts_2023": 604, "device_counts_2024": 480, "stop_counts_2018": 3910, "stop_counts_2019": 3568, "stop_counts_2020": 1141, "stop_counts_2021": 1061, "stop_counts_2022": 1496, "stop_counts_2023": 2953, "stop_counts_2024": 1937, "AREA_acre": 17.550199301364483 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22422, 39.963086 ], [ -75.223746, 39.963026 ], [ -75.219693, 39.962523 ], [ -75.219439, 39.960941 ], [ -75.224541, 39.961567 ], [ -75.22422, 39.963086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094003", "device_counts_2018": 1566, "device_counts_2019": 1445, "device_counts_2020": 548, "device_counts_2021": 492, "device_counts_2022": 534, "device_counts_2023": 664, "device_counts_2024": 554, "stop_counts_2018": 5302, "stop_counts_2019": 3964, "stop_counts_2020": 1297, "stop_counts_2021": 1191, "stop_counts_2022": 1448, "stop_counts_2023": 2023, "stop_counts_2024": 1396, "AREA_acre": 13.763983954814138 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236587, 39.962519 ], [ -75.23454, 39.962807 ], [ -75.232527, 39.962557 ], [ -75.232857, 39.960976 ], [ -75.234869, 39.961231 ], [ -75.236808, 39.961471 ], [ -75.236587, 39.962519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096004", "device_counts_2018": 1589, "device_counts_2019": 1426, "device_counts_2020": 537, "device_counts_2021": 382, "device_counts_2022": 550, "device_counts_2023": 962, "device_counts_2024": 1065, "stop_counts_2018": 4840, "stop_counts_2019": 4054, "stop_counts_2020": 1785, "stop_counts_2021": 1287, "stop_counts_2022": 1585, "stop_counts_2023": 1647, "stop_counts_2024": 2783, "AREA_acre": 17.972641783460908 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247169, 39.965927 ], [ -75.242087, 39.965303 ], [ -75.242406, 39.963779 ], [ -75.246425, 39.964276 ], [ -75.247109, 39.964294 ], [ -75.247169, 39.965927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100003", "device_counts_2018": 622, "device_counts_2019": 488, "device_counts_2020": 281, "device_counts_2021": 199, "device_counts_2022": 245, "device_counts_2023": 377, "device_counts_2024": 256, "stop_counts_2018": 3039, "stop_counts_2019": 1864, "stop_counts_2020": 1022, "stop_counts_2021": 734, "stop_counts_2022": 1160, "stop_counts_2023": 2083, "stop_counts_2024": 651, "AREA_acre": 16.642622515715303 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250203, 39.974815 ], [ -75.247797, 39.975079 ], [ -75.247494, 39.975113 ], [ -75.246935, 39.972111 ], [ -75.24887, 39.972339 ], [ -75.249901, 39.973197 ], [ -75.250203, 39.974815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101002", "device_counts_2018": 1364, "device_counts_2019": 1171, "device_counts_2020": 517, "device_counts_2021": 416, "device_counts_2022": 571, "device_counts_2023": 635, "device_counts_2024": 509, "stop_counts_2018": 5507, "stop_counts_2019": 3804, "stop_counts_2020": 2273, "stop_counts_2021": 1218, "stop_counts_2022": 1422, "stop_counts_2023": 1243, "stop_counts_2024": 4070, "AREA_acre": 20.300038746255847 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240984, 39.971378 ], [ -75.241209, 39.9726 ], [ -75.240427, 39.972687 ], [ -75.237983, 39.972957 ], [ -75.237455, 39.970141 ], [ -75.239133, 39.969893 ], [ -75.24181, 39.971472 ], [ -75.240984, 39.971378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104002", "device_counts_2018": 765, "device_counts_2019": 650, "device_counts_2020": 274, "device_counts_2021": 206, "device_counts_2022": 300, "device_counts_2023": 430, "device_counts_2024": 304, "stop_counts_2018": 3723, "stop_counts_2019": 2516, "stop_counts_2020": 1051, "stop_counts_2021": 701, "stop_counts_2022": 1021, "stop_counts_2023": 986, "stop_counts_2024": 354, "AREA_acre": 16.009310669595521 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220823, 39.969982 ], [ -75.217172, 39.970351 ], [ -75.216996, 39.968969 ], [ -75.217866, 39.968342 ], [ -75.220578, 39.968067 ], [ -75.220823, 39.969982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105001", "device_counts_2018": 1370, "device_counts_2019": 1231, "device_counts_2020": 382, "device_counts_2021": 422, "device_counts_2022": 651, "device_counts_2023": 580, "device_counts_2024": 758, "stop_counts_2018": 4367, "stop_counts_2019": 3274, "stop_counts_2020": 1157, "stop_counts_2021": 1035, "stop_counts_2022": 1781, "stop_counts_2023": 1155, "stop_counts_2024": 1078, "AREA_acre": 25.083484672399589 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2168, 39.967459 ], [ -75.21365, 39.967696 ], [ -75.213228, 39.964331 ], [ -75.216376, 39.964094 ], [ -75.216516, 39.965214 ], [ -75.2168, 39.967459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109002", "device_counts_2018": 716, "device_counts_2019": 668, "device_counts_2020": 241, "device_counts_2021": 291, "device_counts_2022": 466, "device_counts_2023": 408, "device_counts_2024": 534, "stop_counts_2018": 2804, "stop_counts_2019": 2350, "stop_counts_2020": 945, "stop_counts_2021": 848, "stop_counts_2022": 1762, "stop_counts_2023": 1162, "stop_counts_2024": 820, "AREA_acre": 10.689895186598674 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191719, 39.964652 ], [ -75.187933, 39.965074 ], [ -75.187551, 39.963931 ], [ -75.191494, 39.963503 ], [ -75.191719, 39.964652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111002", "device_counts_2018": 2610, "device_counts_2019": 2180, "device_counts_2020": 1119, "device_counts_2021": 936, "device_counts_2022": 1246, "device_counts_2023": 683, "device_counts_2024": 1014, "stop_counts_2018": 6052, "stop_counts_2019": 4590, "stop_counts_2020": 2378, "stop_counts_2021": 2265, "stop_counts_2022": 2634, "stop_counts_2023": 1093, "stop_counts_2024": 1577, "AREA_acre": 60.737933565895219 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225841, 39.97143 ], [ -75.222613, 39.97212 ], [ -75.222827, 39.973318 ], [ -75.219481, 39.973665 ], [ -75.219655, 39.97377 ], [ -75.21953, 39.974639 ], [ -75.216331, 39.97279 ], [ -75.217767, 39.972627 ], [ -75.217172, 39.970351 ], [ -75.220823, 39.969982 ], [ -75.223118, 39.969747 ], [ -75.225372, 39.969517 ], [ -75.225841, 39.97143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112004", "device_counts_2018": 1233, "device_counts_2019": 1079, "device_counts_2020": 487, "device_counts_2021": 321, "device_counts_2022": 417, "device_counts_2023": 581, "device_counts_2024": 603, "stop_counts_2018": 5343, "stop_counts_2019": 4413, "stop_counts_2020": 1899, "stop_counts_2021": 1155, "stop_counts_2022": 1311, "stop_counts_2023": 675, "stop_counts_2024": 1239, "AREA_acre": 21.920779786399926 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237983, 39.972957 ], [ -75.235493, 39.973234 ], [ -75.234732, 39.973315 ], [ -75.234203, 39.9705 ], [ -75.235697, 39.970336 ], [ -75.237455, 39.970141 ], [ -75.237983, 39.972957 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115004", "device_counts_2018": 917, "device_counts_2019": 936, "device_counts_2020": 357, "device_counts_2021": 315, "device_counts_2022": 415, "device_counts_2023": 505, "device_counts_2024": 560, "stop_counts_2018": 4193, "stop_counts_2019": 3685, "stop_counts_2020": 1473, "stop_counts_2021": 846, "stop_counts_2022": 1002, "stop_counts_2023": 3083, "stop_counts_2024": 953, "AREA_acre": 15.008744590427924 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255661, 39.976755 ], [ -75.253747, 39.975937 ], [ -75.252323, 39.976786 ], [ -75.251914, 39.974623 ], [ -75.255196, 39.97426 ], [ -75.255661, 39.976755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118006", "device_counts_2018": 550, "device_counts_2019": 506, "device_counts_2020": 255, "device_counts_2021": 187, "device_counts_2022": 254, "device_counts_2023": 230, "device_counts_2024": 257, "stop_counts_2018": 2276, "stop_counts_2019": 1873, "stop_counts_2020": 1131, "stop_counts_2021": 594, "stop_counts_2022": 1142, "stop_counts_2023": 675, "stop_counts_2024": 504, "AREA_acre": 17.546383406108291 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239838, 39.989287 ], [ -75.238361, 39.990486 ], [ -75.237785, 39.990669 ], [ -75.237879, 39.990229 ], [ -75.237488, 39.987996 ], [ -75.237176, 39.986439 ], [ -75.238184, 39.986061 ], [ -75.23987, 39.988202 ], [ -75.239838, 39.989287 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010121001", "device_counts_2018": 5273, "device_counts_2019": 4781, "device_counts_2020": 2147, "device_counts_2021": 1825, "device_counts_2022": 2740, "device_counts_2023": 3139, "device_counts_2024": 2637, "stop_counts_2018": 14833, "stop_counts_2019": 10975, "stop_counts_2020": 4880, "stop_counts_2021": 3849, "stop_counts_2022": 5429, "stop_counts_2023": 5317, "stop_counts_2024": 5757, "AREA_acre": 44.102476880335942 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226402, 40.001255 ], [ -75.220665, 40.003944 ], [ -75.219551, 39.999839 ], [ -75.223637, 39.999066 ], [ -75.226402, 40.001255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122042", "device_counts_2018": 5083, "device_counts_2019": 4834, "device_counts_2020": 1740, "device_counts_2021": 2201, "device_counts_2022": 2953, "device_counts_2023": 4113, "device_counts_2024": 3347, "stop_counts_2018": 22315, "stop_counts_2019": 19476, "stop_counts_2020": 6820, "stop_counts_2021": 6172, "stop_counts_2022": 8667, "stop_counts_2023": 10378, "stop_counts_2024": 12531, "AREA_acre": 171.14758632210425 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220665, 40.003944 ], [ -75.213745, 40.00716 ], [ -75.213537, 40.006554 ], [ -75.214054, 40.00501 ], [ -75.215355, 40.001244 ], [ -75.21114, 40.002124 ], [ -75.209695, 39.99965 ], [ -75.208809, 39.999431 ], [ -75.20728, 39.999054 ], [ -75.209317, 39.99842 ], [ -75.210844, 39.998511 ], [ -75.217994, 39.994223 ], [ -75.219551, 39.999839 ], [ -75.220665, 40.003944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134011", "device_counts_2018": 2473, "device_counts_2019": 2421, "device_counts_2020": 822, "device_counts_2021": 1241, "device_counts_2022": 1873, "device_counts_2023": 2050, "device_counts_2024": 2531, "stop_counts_2018": 5855, "stop_counts_2019": 4663, "stop_counts_2020": 2140, "stop_counts_2021": 2324, "stop_counts_2022": 3332, "stop_counts_2023": 3315, "stop_counts_2024": 4348, "AREA_acre": 13.146459435851041 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178641, 39.967399 ], [ -75.17539, 39.967345 ], [ -75.176778, 39.964822 ], [ -75.177513, 39.965382 ], [ -75.179683, 39.967416 ], [ -75.178641, 39.967399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136022", "device_counts_2018": 1074, "device_counts_2019": 969, "device_counts_2020": 381, "device_counts_2021": 373, "device_counts_2022": 599, "device_counts_2023": 1268, "device_counts_2024": 910, "stop_counts_2018": 4460, "stop_counts_2019": 3164, "stop_counts_2020": 1555, "stop_counts_2021": 1214, "stop_counts_2022": 1674, "stop_counts_2023": 2743, "stop_counts_2024": 1903, "AREA_acre": 22.249076578946681 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.185394, 39.973417 ], [ -75.182147, 39.973009 ], [ -75.180729, 39.972841 ], [ -75.181234, 39.970504 ], [ -75.183561, 39.970778 ], [ -75.185594, 39.972518 ], [ -75.185394, 39.973417 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136024", "device_counts_2018": 349, "device_counts_2019": 292, "device_counts_2020": 151, "device_counts_2021": 106, "device_counts_2022": 144, "device_counts_2023": 302, "device_counts_2024": 180, "stop_counts_2018": 1391, "stop_counts_2019": 1090, "stop_counts_2020": 721, "stop_counts_2021": 410, "stop_counts_2022": 401, "stop_counts_2023": 1644, "stop_counts_2024": 1010, "AREA_acre": 8.8783206662090546 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175948, 39.972232 ], [ -75.174367, 39.972035 ], [ -75.174869, 39.96971 ], [ -75.17646, 39.96991 ], [ -75.175948, 39.972232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010138001", "device_counts_2018": 900, "device_counts_2019": 720, "device_counts_2020": 313, "device_counts_2021": 301, "device_counts_2022": 375, "device_counts_2023": 685, "device_counts_2024": 583, "stop_counts_2018": 3587, "stop_counts_2019": 2706, "stop_counts_2020": 982, "stop_counts_2021": 750, "stop_counts_2022": 1338, "stop_counts_2023": 2107, "stop_counts_2024": 2321, "AREA_acre": 40.214280334060859 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179172, 39.979988 ], [ -75.177585, 39.979774 ], [ -75.175989, 39.979572 ], [ -75.174393, 39.97938 ], [ -75.173126, 39.97775 ], [ -75.173414, 39.976363 ], [ -75.179779, 39.977188 ], [ -75.179172, 39.979988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144002", "device_counts_2018": 8102, "device_counts_2019": 7037, "device_counts_2020": 2385, "device_counts_2021": 2971, "device_counts_2022": 4476, "device_counts_2023": 6901, "device_counts_2024": 6877, "stop_counts_2018": 24218, "stop_counts_2019": 21009, "stop_counts_2020": 8242, "stop_counts_2021": 8189, "stop_counts_2022": 12726, "stop_counts_2023": 25577, "stop_counts_2024": 20906, "AREA_acre": 95.281426899612114 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141976, 39.97519 ], [ -75.139715, 39.974897 ], [ -75.133374, 39.97409 ], [ -75.134401, 39.972303 ], [ -75.134428, 39.968791 ], [ -75.135143, 39.968687 ], [ -75.139578, 39.969515 ], [ -75.140665, 39.969652 ], [ -75.141433, 39.972471 ], [ -75.142581, 39.972388 ], [ -75.141976, 39.97519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144001", "device_counts_2018": 1625, "device_counts_2019": 1429, "device_counts_2020": 693, "device_counts_2021": 597, "device_counts_2022": 931, "device_counts_2023": 1575, "device_counts_2024": 1394, "stop_counts_2018": 4989, "stop_counts_2019": 4143, "stop_counts_2020": 2044, "stop_counts_2021": 1450, "stop_counts_2022": 2273, "stop_counts_2023": 4013, "stop_counts_2024": 3631, "AREA_acre": 22.145281801090437 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144459, 39.972629 ], [ -75.142581, 39.972388 ], [ -75.141433, 39.972471 ], [ -75.140665, 39.969652 ], [ -75.143095, 39.969954 ], [ -75.145018, 39.970191 ], [ -75.144459, 39.972629 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028011", "device_counts_2018": 1772, "device_counts_2019": 1302, "device_counts_2020": 686, "device_counts_2021": 686, "device_counts_2022": 948, "device_counts_2023": 867, "device_counts_2024": 814, "stop_counts_2018": 6354, "stop_counts_2019": 4668, "stop_counts_2020": 2691, "stop_counts_2021": 2005, "stop_counts_2022": 3121, "stop_counts_2023": 1861, "stop_counts_2024": 5144, "AREA_acre": 18.346832700566271 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158393, 39.929177 ], [ -75.158296, 39.929602 ], [ -75.158121, 39.930394 ], [ -75.154997, 39.929984 ], [ -75.155463, 39.927956 ], [ -75.155546, 39.92755 ], [ -75.158666, 39.927955 ], [ -75.158393, 39.929177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313001", "device_counts_2018": 1778, "device_counts_2019": 813, "device_counts_2020": 506, "device_counts_2021": 451, "device_counts_2022": 755, "device_counts_2023": 385, "device_counts_2024": 253, "stop_counts_2018": 4873, "stop_counts_2019": 2107, "stop_counts_2020": 1130, "stop_counts_2021": 1459, "stop_counts_2022": 2394, "stop_counts_2023": 2536, "stop_counts_2024": 378, "AREA_acre": 18.095279654639189 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070025, 40.039139 ], [ -75.067663, 40.041634 ], [ -75.06558, 40.040442 ], [ -75.068003, 40.038059 ], [ -75.070025, 40.039139 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031004", "device_counts_2018": 1050, "device_counts_2019": 771, "device_counts_2020": 368, "device_counts_2021": 324, "device_counts_2022": 418, "device_counts_2023": 633, "device_counts_2024": 510, "stop_counts_2018": 4069, "stop_counts_2019": 2432, "stop_counts_2020": 1043, "stop_counts_2021": 782, "stop_counts_2022": 1263, "stop_counts_2023": 3225, "stop_counts_2024": 3208, "AREA_acre": 17.854300932969885 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181589, 39.931366 ], [ -75.180001, 39.93117 ], [ -75.176513, 39.930716 ], [ -75.176606, 39.930285 ], [ -75.178445, 39.929271 ], [ -75.181944, 39.929729 ], [ -75.181589, 39.931366 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202001", "device_counts_2018": 1740, "device_counts_2019": 1447, "device_counts_2020": 630, "device_counts_2021": 526, "device_counts_2022": 717, "device_counts_2023": 684, "device_counts_2024": 404, "stop_counts_2018": 6959, "stop_counts_2019": 4880, "stop_counts_2020": 2457, "stop_counts_2021": 1893, "stop_counts_2022": 2241, "stop_counts_2023": 4119, "stop_counts_2024": 2091, "AREA_acre": 57.401727107692949 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165554, 40.004859 ], [ -75.165228, 40.006354 ], [ -75.161747, 40.005905 ], [ -75.161409, 40.007399 ], [ -75.158278, 40.006994 ], [ -75.158926, 40.004009 ], [ -75.160843, 40.002634 ], [ -75.165896, 40.003269 ], [ -75.165554, 40.004859 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010359002", "device_counts_2018": 3712, "device_counts_2019": 3952, "device_counts_2020": 2636, "device_counts_2021": 3009, "device_counts_2022": 4370, "device_counts_2023": 9279, "device_counts_2024": 9205, "stop_counts_2018": 14994, "stop_counts_2019": 15220, "stop_counts_2020": 10471, "stop_counts_2021": 10018, "stop_counts_2022": 15883, "stop_counts_2023": 32303, "stop_counts_2024": 37531, "AREA_acre": 365.24269919448403 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028883, 40.102543 ], [ -75.026305, 40.108324 ], [ -75.025585, 40.109312 ], [ -75.024306, 40.111181 ], [ -75.023459, 40.110847 ], [ -75.01993, 40.110978 ], [ -75.014449, 40.115451 ], [ -75.013156, 40.11397 ], [ -75.008712, 40.119612 ], [ -75.006991, 40.118599 ], [ -75.005391, 40.114802 ], [ -75.017061, 40.105919 ], [ -75.023927, 40.100702 ], [ -75.027635, 40.101765 ], [ -75.028883, 40.102543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010061002", "device_counts_2018": 777, "device_counts_2019": 564, "device_counts_2020": 267, "device_counts_2021": 222, "device_counts_2022": 302, "device_counts_2023": 407, "device_counts_2024": 304, "stop_counts_2018": 3678, "stop_counts_2019": 2971, "stop_counts_2020": 1558, "stop_counts_2021": 1181, "stop_counts_2022": 1589, "stop_counts_2023": 2295, "stop_counts_2024": 1670, "AREA_acre": 18.485106153818418 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22943, 39.918507 ], [ -75.227538, 39.91984 ], [ -75.225839, 39.918503 ], [ -75.227809, 39.916106 ], [ -75.230094, 39.918046 ], [ -75.22943, 39.918507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204001", "device_counts_2018": 1185, "device_counts_2019": 872, "device_counts_2020": 435, "device_counts_2021": 269, "device_counts_2022": 378, "device_counts_2023": 429, "device_counts_2024": 230, "stop_counts_2018": 3660, "stop_counts_2019": 2724, "stop_counts_2020": 1152, "stop_counts_2021": 639, "stop_counts_2022": 958, "stop_counts_2023": 743, "stop_counts_2024": 270, "AREA_acre": 15.797713700657605 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157303, 40.022607 ], [ -75.154929, 40.02229 ], [ -75.155239, 40.020486 ], [ -75.155692, 40.019078 ], [ -75.156094, 40.019695 ], [ -75.159035, 40.0228 ], [ -75.157303, 40.022607 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264006", "device_counts_2018": 582, "device_counts_2019": 465, "device_counts_2020": 324, "device_counts_2021": 274, "device_counts_2022": 325, "device_counts_2023": 384, "device_counts_2024": 404, "stop_counts_2018": 3017, "stop_counts_2019": 1657, "stop_counts_2020": 1117, "stop_counts_2021": 739, "stop_counts_2022": 796, "stop_counts_2023": 1307, "stop_counts_2024": 1919, "AREA_acre": 45.603564483262467 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166072, 40.067194 ], [ -75.165706, 40.067438 ], [ -75.163822, 40.066357 ], [ -75.162957, 40.067255 ], [ -75.159774, 40.06542 ], [ -75.160688, 40.064468 ], [ -75.162018, 40.063095 ], [ -75.165714, 40.06439 ], [ -75.168099, 40.065219 ], [ -75.166072, 40.067194 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313005", "device_counts_2018": 824, "device_counts_2019": 581, "device_counts_2020": 344, "device_counts_2021": 331, "device_counts_2022": 440, "device_counts_2023": 609, "device_counts_2024": 358, "stop_counts_2018": 3328, "stop_counts_2019": 2029, "stop_counts_2020": 1174, "stop_counts_2021": 1150, "stop_counts_2022": 2028, "stop_counts_2023": 2701, "stop_counts_2024": 2535, "AREA_acre": 19.455353707281397 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.072645, 40.044394 ], [ -75.070634, 40.043272 ], [ -75.069459, 40.042621 ], [ -75.071817, 40.040124 ], [ -75.072996, 40.040803 ], [ -75.071813, 40.042033 ], [ -75.073836, 40.043174 ], [ -75.072645, 40.044394 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302003", "device_counts_2018": 1356, "device_counts_2019": 1112, "device_counts_2020": 499, "device_counts_2021": 419, "device_counts_2022": 506, "device_counts_2023": 888, "device_counts_2024": 763, "stop_counts_2018": 6802, "stop_counts_2019": 3962, "stop_counts_2020": 2068, "stop_counts_2021": 1550, "stop_counts_2022": 2036, "stop_counts_2023": 2360, "stop_counts_2024": 1797, "AREA_acre": 31.679301903242084 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086568, 40.023537 ], [ -75.084726, 40.025458 ], [ -75.083038, 40.027241 ], [ -75.081379, 40.026314 ], [ -75.080031, 40.025569 ], [ -75.081931, 40.024707 ], [ -75.084269, 40.022331 ], [ -75.084426, 40.022417 ], [ -75.085089, 40.022761 ], [ -75.086568, 40.023537 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289021", "device_counts_2018": 1190, "device_counts_2019": 819, "device_counts_2020": 400, "device_counts_2021": 553, "device_counts_2022": 717, "device_counts_2023": 460, "device_counts_2024": 629, "stop_counts_2018": 4972, "stop_counts_2019": 3011, "stop_counts_2020": 1528, "stop_counts_2021": 1666, "stop_counts_2022": 2096, "stop_counts_2023": 884, "stop_counts_2024": 2620, "AREA_acre": 88.007169380236675 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112217, 40.020056 ], [ -75.110835, 40.02172 ], [ -75.110242, 40.022242 ], [ -75.104845, 40.02356 ], [ -75.103204, 40.021057 ], [ -75.107446, 40.017517 ], [ -75.107063, 40.016777 ], [ -75.107152, 40.016728 ], [ -75.109024, 40.016286 ], [ -75.108678, 40.017942 ], [ -75.113951, 40.018603 ], [ -75.112217, 40.020056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338003", "device_counts_2018": 512, "device_counts_2019": 414, "device_counts_2020": 267, "device_counts_2021": 254, "device_counts_2022": 373, "device_counts_2023": 350, "device_counts_2024": 252, "stop_counts_2018": 2207, "stop_counts_2019": 1489, "stop_counts_2020": 1060, "stop_counts_2021": 927, "stop_counts_2022": 1250, "stop_counts_2023": 947, "stop_counts_2024": 678, "AREA_acre": 30.767700900042609 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07876, 40.0585 ], [ -75.074826, 40.062706 ], [ -75.073909, 40.062192 ], [ -75.072766, 40.061554 ], [ -75.076734, 40.05735 ], [ -75.07876, 40.0585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146003", "device_counts_2018": 689, "device_counts_2019": 573, "device_counts_2020": 208, "device_counts_2021": 149, "device_counts_2022": 221, "device_counts_2023": 486, "device_counts_2024": 482, "stop_counts_2018": 3465, "stop_counts_2019": 3137, "stop_counts_2020": 1125, "stop_counts_2021": 511, "stop_counts_2022": 580, "stop_counts_2023": 3547, "stop_counts_2024": 784, "AREA_acre": 14.404287312708702 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156616, 39.974198 ], [ -75.155061, 39.973996 ], [ -75.151915, 39.973588 ], [ -75.152188, 39.972318 ], [ -75.156893, 39.972927 ], [ -75.156616, 39.974198 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307001", "device_counts_2018": 2491, "device_counts_2019": 2341, "device_counts_2020": 1374, "device_counts_2021": 1193, "device_counts_2022": 1831, "device_counts_2023": 1643, "device_counts_2024": 1547, "stop_counts_2018": 8898, "stop_counts_2019": 7669, "stop_counts_2020": 4326, "stop_counts_2021": 3866, "stop_counts_2022": 5255, "stop_counts_2023": 4743, "stop_counts_2024": 4636, "AREA_acre": 48.387302722118449 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089972, 40.057821 ], [ -75.08478, 40.062044 ], [ -75.083833, 40.061472 ], [ -75.083525, 40.06127 ], [ -75.08498, 40.058893 ], [ -75.085676, 40.057208 ], [ -75.085794, 40.055424 ], [ -75.085847, 40.05441 ], [ -75.089115, 40.056227 ], [ -75.088408, 40.05694 ], [ -75.089972, 40.057821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199001", "device_counts_2018": 2024, "device_counts_2019": 1470, "device_counts_2020": 910, "device_counts_2021": 859, "device_counts_2022": 991, "device_counts_2023": 756, "device_counts_2024": 581, "stop_counts_2018": 6058, "stop_counts_2019": 4942, "stop_counts_2020": 2550, "stop_counts_2021": 2532, "stop_counts_2022": 3012, "stop_counts_2023": 1178, "stop_counts_2024": 1075, "AREA_acre": 26.96599231546675 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140472, 40.007878 ], [ -75.139652, 40.007755 ], [ -75.136858, 40.007394 ], [ -75.137529, 40.004304 ], [ -75.14116, 40.004784 ], [ -75.140472, 40.007878 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064002", "device_counts_2018": 948, "device_counts_2019": 664, "device_counts_2020": 338, "device_counts_2021": 250, "device_counts_2022": 329, "device_counts_2023": 456, "device_counts_2024": 381, "stop_counts_2018": 6136, "stop_counts_2019": 3585, "stop_counts_2020": 1658, "stop_counts_2021": 862, "stop_counts_2022": 1160, "stop_counts_2023": 3899, "stop_counts_2024": 3929, "AREA_acre": 25.600372036249745 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243254, 39.92947 ], [ -75.242254, 39.929287 ], [ -75.241996, 39.930036 ], [ -75.239625, 39.92957 ], [ -75.239873, 39.928824 ], [ -75.238729, 39.928585 ], [ -75.239493, 39.928024 ], [ -75.242349, 39.926031 ], [ -75.243494, 39.926963 ], [ -75.243254, 39.92947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118002", "device_counts_2018": 811, "device_counts_2019": 635, "device_counts_2020": 377, "device_counts_2021": 276, "device_counts_2022": 312, "device_counts_2023": 610, "device_counts_2024": 484, "stop_counts_2018": 5122, "stop_counts_2019": 3084, "stop_counts_2020": 1881, "stop_counts_2021": 1258, "stop_counts_2022": 1132, "stop_counts_2023": 3328, "stop_counts_2024": 1557, "AREA_acre": 27.273994068398462 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237488, 39.987996 ], [ -75.232932, 39.988934 ], [ -75.23267, 39.988155 ], [ -75.232136, 39.986635 ], [ -75.234774, 39.986089 ], [ -75.23703, 39.985619 ], [ -75.237176, 39.986439 ], [ -75.237488, 39.987996 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080002", "device_counts_2018": 2294, "device_counts_2019": 1990, "device_counts_2020": 995, "device_counts_2021": 732, "device_counts_2022": 1159, "device_counts_2023": 1422, "device_counts_2024": 1116, "stop_counts_2018": 6463, "stop_counts_2019": 5054, "stop_counts_2020": 2772, "stop_counts_2021": 1725, "stop_counts_2022": 2483, "stop_counts_2023": 2407, "stop_counts_2024": 3674, "AREA_acre": 23.182079810722676 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22703, 39.949702 ], [ -75.226869, 39.95046 ], [ -75.222914, 39.949975 ], [ -75.223315, 39.947925 ], [ -75.224946, 39.947744 ], [ -75.227419, 39.94777 ], [ -75.22703, 39.949702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311023", "device_counts_2018": 2031, "device_counts_2019": 1656, "device_counts_2020": 970, "device_counts_2021": 816, "device_counts_2022": 1087, "device_counts_2023": 937, "device_counts_2024": 607, "stop_counts_2018": 8206, "stop_counts_2019": 5418, "stop_counts_2020": 2459, "stop_counts_2021": 2060, "stop_counts_2022": 3150, "stop_counts_2023": 2236, "stop_counts_2024": 2008, "AREA_acre": 24.715176928259467 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085499, 40.034421 ], [ -75.084311, 40.035676 ], [ -75.083148, 40.036924 ], [ -75.080981, 40.035713 ], [ -75.081757, 40.034924 ], [ -75.084273, 40.032172 ], [ -75.084832, 40.032349 ], [ -75.085313, 40.033521 ], [ -75.085499, 40.034421 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372003", "device_counts_2018": 668, "device_counts_2019": 698, "device_counts_2020": 539, "device_counts_2021": 531, "device_counts_2022": 687, "device_counts_2023": 654, "device_counts_2024": 633, "stop_counts_2018": 2153, "stop_counts_2019": 2485, "stop_counts_2020": 1967, "stop_counts_2021": 1592, "stop_counts_2022": 2180, "stop_counts_2023": 952, "stop_counts_2024": 700, "AREA_acre": 14.439905603500641 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166914, 39.916189 ], [ -75.16453, 39.915875 ], [ -75.165081, 39.913368 ], [ -75.167462, 39.913675 ], [ -75.166914, 39.916189 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311021", "device_counts_2018": 848, "device_counts_2019": 592, "device_counts_2020": 287, "device_counts_2021": 253, "device_counts_2022": 410, "device_counts_2023": 410, "device_counts_2024": 454, "stop_counts_2018": 4234, "stop_counts_2019": 3026, "stop_counts_2020": 1030, "stop_counts_2021": 883, "stop_counts_2022": 1443, "stop_counts_2023": 2916, "stop_counts_2024": 3358, "AREA_acre": 29.014980673054524 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084412, 40.039499 ], [ -75.082674, 40.04242 ], [ -75.080904, 40.041432 ], [ -75.081533, 40.040754 ], [ -75.082114, 40.040147 ], [ -75.084464, 40.037657 ], [ -75.083148, 40.036924 ], [ -75.084311, 40.035676 ], [ -75.086804, 40.037049 ], [ -75.084412, 40.039499 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101007", "device_counts_2018": 1039, "device_counts_2019": 846, "device_counts_2020": 504, "device_counts_2021": 317, "device_counts_2022": 453, "device_counts_2023": 628, "device_counts_2024": 434, "stop_counts_2018": 3494, "stop_counts_2019": 2649, "stop_counts_2020": 1740, "stop_counts_2021": 978, "stop_counts_2022": 1165, "stop_counts_2023": 1054, "stop_counts_2024": 1308, "AREA_acre": 14.415866881047064 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245247, 39.973778 ], [ -75.24329, 39.973997 ], [ -75.242987, 39.972396 ], [ -75.241209, 39.9726 ], [ -75.240984, 39.971378 ], [ -75.24181, 39.971472 ], [ -75.243788, 39.971723 ], [ -75.244885, 39.971854 ], [ -75.245247, 39.973778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242002", "device_counts_2018": 939, "device_counts_2019": 682, "device_counts_2020": 342, "device_counts_2021": 224, "device_counts_2022": 297, "device_counts_2023": 535, "device_counts_2024": 252, "stop_counts_2018": 4412, "stop_counts_2019": 3164, "stop_counts_2020": 1239, "stop_counts_2021": 920, "stop_counts_2022": 1479, "stop_counts_2023": 2337, "stop_counts_2024": 931, "AREA_acre": 26.184637929666572 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174572, 40.029244 ], [ -75.173482, 40.030336 ], [ -75.169816, 40.02845 ], [ -75.172523, 40.025758 ], [ -75.174043, 40.026588 ], [ -75.173611, 40.028691 ], [ -75.174572, 40.029244 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331014", "device_counts_2018": 648, "device_counts_2019": 493, "device_counts_2020": 377, "device_counts_2021": 349, "device_counts_2022": 430, "device_counts_2023": 406, "device_counts_2024": 198, "stop_counts_2018": 4832, "stop_counts_2019": 2843, "stop_counts_2020": 2243, "stop_counts_2021": 1900, "stop_counts_2022": 2200, "stop_counts_2023": 865, "stop_counts_2024": 278, "AREA_acre": 28.324756243375429 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040003, 40.041793 ], [ -75.038285, 40.042589 ], [ -75.034393, 40.044379 ], [ -75.033482, 40.043203 ], [ -75.036557, 40.041926 ], [ -75.035726, 40.040863 ], [ -75.036639, 40.04046 ], [ -75.03836, 40.039695 ], [ -75.040003, 40.041793 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171002", "device_counts_2018": 1156, "device_counts_2019": 899, "device_counts_2020": 399, "device_counts_2021": 310, "device_counts_2022": 344, "device_counts_2023": 530, "device_counts_2024": 281, "stop_counts_2018": 5015, "stop_counts_2019": 3345, "stop_counts_2020": 1169, "stop_counts_2021": 857, "stop_counts_2022": 901, "stop_counts_2023": 866, "stop_counts_2024": 780, "AREA_acre": 15.902205828572386 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171595, 40.002377 ], [ -75.171247, 40.003951 ], [ -75.169093, 40.003671 ], [ -75.169754, 40.000622 ], [ -75.171912, 40.000883 ], [ -75.171595, 40.002377 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348011", "device_counts_2018": 684, "device_counts_2019": 636, "device_counts_2020": 454, "device_counts_2021": 409, "device_counts_2022": 582, "device_counts_2023": 740, "device_counts_2024": 612, "stop_counts_2018": 4799, "stop_counts_2019": 5169, "stop_counts_2020": 4904, "stop_counts_2021": 4516, "stop_counts_2022": 5290, "stop_counts_2023": 3634, "stop_counts_2024": 2826, "AREA_acre": 77.357583548139857 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.019047, 40.056391 ], [ -75.012828, 40.056404 ], [ -75.010143, 40.054607 ], [ -75.0112, 40.053653 ], [ -75.012956, 40.051541 ], [ -75.015331, 40.050165 ], [ -75.015641, 40.050595 ], [ -75.016153, 40.051807 ], [ -75.019023, 40.054967 ], [ -75.019047, 40.056391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062003", "device_counts_2018": 706, "device_counts_2019": 531, "device_counts_2020": 262, "device_counts_2021": 191, "device_counts_2022": 268, "device_counts_2023": 408, "device_counts_2024": 276, "stop_counts_2018": 4133, "stop_counts_2019": 2274, "stop_counts_2020": 1396, "stop_counts_2021": 756, "stop_counts_2022": 1103, "stop_counts_2023": 1202, "stop_counts_2024": 1496, "AREA_acre": 16.162652833076613 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233878, 39.919693 ], [ -75.231092, 39.917343 ], [ -75.232692, 39.916219 ], [ -75.235477, 39.918575 ], [ -75.233878, 39.919693 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090004", "device_counts_2018": 5498, "device_counts_2019": 5379, "device_counts_2020": 1416, "device_counts_2021": 2379, "device_counts_2022": 3566, "device_counts_2023": 3930, "device_counts_2024": 3269, "stop_counts_2018": 17673, "stop_counts_2019": 17847, "stop_counts_2020": 3864, "stop_counts_2021": 7414, "stop_counts_2022": 12945, "stop_counts_2023": 17748, "stop_counts_2024": 10489, "AREA_acre": 31.49968458761278 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193574, 39.958689 ], [ -75.18921, 39.958811 ], [ -75.189063, 39.957606 ], [ -75.189489, 39.955593 ], [ -75.194152, 39.95618 ], [ -75.193574, 39.958689 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379002", "device_counts_2018": 628, "device_counts_2019": 493, "device_counts_2020": 405, "device_counts_2021": 394, "device_counts_2022": 493, "device_counts_2023": 583, "device_counts_2024": 507, "stop_counts_2018": 3018, "stop_counts_2019": 2998, "stop_counts_2020": 2669, "stop_counts_2021": 2109, "stop_counts_2022": 2339, "stop_counts_2023": 1474, "stop_counts_2024": 1816, "AREA_acre": 28.072852530193174 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.102621, 39.988348 ], [ -75.099128, 39.990172 ], [ -75.097054, 39.987828 ], [ -75.100552, 39.986001 ], [ -75.100912, 39.986416 ], [ -75.102621, 39.988348 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197005", "device_counts_2018": 927, "device_counts_2019": 785, "device_counts_2020": 373, "device_counts_2021": 297, "device_counts_2022": 420, "device_counts_2023": 907, "device_counts_2024": 309, "stop_counts_2018": 3263, "stop_counts_2019": 2529, "stop_counts_2020": 1172, "stop_counts_2021": 1151, "stop_counts_2022": 1395, "stop_counts_2023": 4687, "stop_counts_2024": 1881, "AREA_acre": 12.33193682511151 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141745, 40.012939 ], [ -75.141126, 40.015818 ], [ -75.139464, 40.015599 ], [ -75.13981, 40.014014 ], [ -75.140125, 40.012538 ], [ -75.141786, 40.012708 ], [ -75.141745, 40.012939 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113002", "device_counts_2018": 1225, "device_counts_2019": 1005, "device_counts_2020": 474, "device_counts_2021": 321, "device_counts_2022": 441, "device_counts_2023": 512, "device_counts_2024": 358, "stop_counts_2018": 5847, "stop_counts_2019": 4082, "stop_counts_2020": 1730, "stop_counts_2021": 886, "stop_counts_2022": 1304, "stop_counts_2023": 2381, "stop_counts_2024": 525, "AREA_acre": 24.715085947174224 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23407, 39.980326 ], [ -75.230171, 39.978794 ], [ -75.229855, 39.977069 ], [ -75.231783, 39.976852 ], [ -75.233691, 39.976642 ], [ -75.234013, 39.978361 ], [ -75.23407, 39.980326 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305013", "device_counts_2018": 1224, "device_counts_2019": 841, "device_counts_2020": 514, "device_counts_2021": 319, "device_counts_2022": 460, "device_counts_2023": 358, "device_counts_2024": 385, "stop_counts_2018": 8962, "stop_counts_2019": 5402, "stop_counts_2020": 2929, "stop_counts_2021": 1513, "stop_counts_2022": 2516, "stop_counts_2023": 2485, "stop_counts_2024": 4322, "AREA_acre": 29.680029747101916 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.104633, 40.040073 ], [ -75.100374, 40.044605 ], [ -75.098357, 40.043483 ], [ -75.099539, 40.042241 ], [ -75.103163, 40.039196 ], [ -75.104633, 40.040073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278002", "device_counts_2018": 3545, "device_counts_2019": 3458, "device_counts_2020": 1664, "device_counts_2021": 1280, "device_counts_2022": 1987, "device_counts_2023": 2252, "device_counts_2024": 1447, "stop_counts_2018": 10745, "stop_counts_2019": 9923, "stop_counts_2020": 4609, "stop_counts_2021": 3373, "stop_counts_2022": 4617, "stop_counts_2023": 4876, "stop_counts_2024": 3688, "AREA_acre": 30.667502067515983 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146978, 40.04173 ], [ -75.146776, 40.044848 ], [ -75.143547, 40.044426 ], [ -75.143868, 40.042901 ], [ -75.144224, 40.041381 ], [ -75.144302, 40.04109 ], [ -75.146469, 40.040087 ], [ -75.148083, 40.04048 ], [ -75.146978, 40.04173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022001", "device_counts_2018": 2363, "device_counts_2019": 2503, "device_counts_2020": 1012, "device_counts_2021": 1122, "device_counts_2022": 1346, "device_counts_2023": 2084, "device_counts_2024": 2050, "stop_counts_2018": 5735, "stop_counts_2019": 5553, "stop_counts_2020": 2303, "stop_counts_2021": 2113, "stop_counts_2022": 2759, "stop_counts_2023": 3629, "stop_counts_2024": 5467, "AREA_acre": 16.15434332788622 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170025, 39.938263 ], [ -75.166816, 39.937869 ], [ -75.167083, 39.936742 ], [ -75.167303, 39.935695 ], [ -75.170455, 39.936232 ], [ -75.170025, 39.938263 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317005", "device_counts_2018": 1026, "device_counts_2019": 794, "device_counts_2020": 389, "device_counts_2021": 362, "device_counts_2022": 471, "device_counts_2023": 404, "device_counts_2024": 301, "stop_counts_2018": 4579, "stop_counts_2019": 3230, "stop_counts_2020": 2078, "stop_counts_2021": 1494, "stop_counts_2022": 1840, "stop_counts_2023": 693, "stop_counts_2024": 1775, "AREA_acre": 85.756847180744813 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.074325, 40.028469 ], [ -75.073733, 40.029784 ], [ -75.072682, 40.031938 ], [ -75.069719, 40.029984 ], [ -75.068878, 40.030875 ], [ -75.067697, 40.03212 ], [ -75.066299, 40.031344 ], [ -75.068445, 40.02871 ], [ -75.065403, 40.027033 ], [ -75.067957, 40.026583 ], [ -75.073364, 40.025369 ], [ -75.075488, 40.027071 ], [ -75.074325, 40.028469 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175003", "device_counts_2018": 2947, "device_counts_2019": 2927, "device_counts_2020": 1237, "device_counts_2021": 1089, "device_counts_2022": 1435, "device_counts_2023": 1771, "device_counts_2024": 1394, "stop_counts_2018": 7453, "stop_counts_2019": 7958, "stop_counts_2020": 2906, "stop_counts_2021": 2830, "stop_counts_2022": 3463, "stop_counts_2023": 5060, "stop_counts_2024": 2827, "AREA_acre": 29.258121682920979 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147461, 39.994656 ], [ -75.14183, 39.993929 ], [ -75.139851, 39.993672 ], [ -75.140198, 39.992086 ], [ -75.142173, 39.992343 ], [ -75.142999, 39.992449 ], [ -75.147887, 39.993078 ], [ -75.147461, 39.994656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072002", "device_counts_2018": 2821, "device_counts_2019": 1401, "device_counts_2020": 409, "device_counts_2021": 334, "device_counts_2022": 460, "device_counts_2023": 535, "device_counts_2024": 328, "stop_counts_2018": 9304, "stop_counts_2019": 4663, "stop_counts_2020": 1208, "stop_counts_2021": 1141, "stop_counts_2022": 1221, "stop_counts_2023": 1198, "stop_counts_2024": 777, "AREA_acre": 27.931743515002971 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233604, 39.947351 ], [ -75.231271, 39.947909 ], [ -75.229894, 39.947791 ], [ -75.228202, 39.94627 ], [ -75.228686, 39.945913 ], [ -75.2305, 39.944656 ], [ -75.231754, 39.945721 ], [ -75.232349, 39.945515 ], [ -75.233718, 39.944559 ], [ -75.233604, 39.947351 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171004", "device_counts_2018": 2575, "device_counts_2019": 2393, "device_counts_2020": 912, "device_counts_2021": 829, "device_counts_2022": 1250, "device_counts_2023": 1315, "device_counts_2024": 908, "stop_counts_2018": 7829, "stop_counts_2019": 7782, "stop_counts_2020": 3279, "stop_counts_2021": 2314, "stop_counts_2022": 3951, "stop_counts_2023": 3845, "stop_counts_2024": 1774, "AREA_acre": 153.43629503285956 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186861, 40.000409 ], [ -75.186812, 40.000434 ], [ -75.184564, 40.002493 ], [ -75.183953, 40.002838 ], [ -75.181141, 40.003697 ], [ -75.178809, 40.004937 ], [ -75.176913, 40.004697 ], [ -75.17725, 40.003097 ], [ -75.171595, 40.002377 ], [ -75.171912, 40.000883 ], [ -75.174663, 40.001009 ], [ -75.176301, 39.999921 ], [ -75.178237, 39.998611 ], [ -75.180188, 39.997253 ], [ -75.182341, 39.997519 ], [ -75.187604, 39.998195 ], [ -75.186861, 40.000409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036002", "device_counts_2018": 1324, "device_counts_2019": 1022, "device_counts_2020": 554, "device_counts_2021": 382, "device_counts_2022": 597, "device_counts_2023": 585, "device_counts_2024": 658, "stop_counts_2018": 4992, "stop_counts_2019": 3321, "stop_counts_2020": 1570, "stop_counts_2021": 1201, "stop_counts_2022": 1591, "stop_counts_2023": 650, "stop_counts_2024": 764, "AREA_acre": 40.933436281501734 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199844, 39.932447 ], [ -75.199503, 39.934508 ], [ -75.197537, 39.934232 ], [ -75.196486, 39.930309 ], [ -75.193621, 39.929965 ], [ -75.194153, 39.927514 ], [ -75.194623, 39.92681 ], [ -75.199586, 39.931807 ], [ -75.199844, 39.932447 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333002", "device_counts_2018": 2558, "device_counts_2019": 2004, "device_counts_2020": 1094, "device_counts_2021": 1066, "device_counts_2022": 1618, "device_counts_2023": 1493, "device_counts_2024": 1443, "stop_counts_2018": 9508, "stop_counts_2019": 6076, "stop_counts_2020": 3832, "stop_counts_2021": 3193, "stop_counts_2022": 4745, "stop_counts_2023": 2191, "stop_counts_2024": 2279, "AREA_acre": 80.385178437988486 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04703, 40.052268 ], [ -75.044906, 40.053657 ], [ -75.046558, 40.05458 ], [ -75.045268, 40.055875 ], [ -75.046537, 40.056567 ], [ -75.045522, 40.057614 ], [ -75.041248, 40.054576 ], [ -75.039449, 40.055286 ], [ -75.040059, 40.054079 ], [ -75.040247, 40.053158 ], [ -75.042279, 40.049992 ], [ -75.045149, 40.048854 ], [ -75.04703, 40.052268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113001", "device_counts_2018": 2541, "device_counts_2019": 2083, "device_counts_2020": 1105, "device_counts_2021": 818, "device_counts_2022": 1164, "device_counts_2023": 1035, "device_counts_2024": 1095, "stop_counts_2018": 7328, "stop_counts_2019": 6512, "stop_counts_2020": 3073, "stop_counts_2021": 2338, "stop_counts_2022": 3296, "stop_counts_2023": 2089, "stop_counts_2024": 2360, "AREA_acre": 37.42291528475338 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239335, 39.981447 ], [ -75.239042, 39.98195 ], [ -75.23407, 39.980326 ], [ -75.234013, 39.978361 ], [ -75.238891, 39.977818 ], [ -75.239124, 39.979069 ], [ -75.239467, 39.980914 ], [ -75.239335, 39.981447 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275003", "device_counts_2018": 2475, "device_counts_2019": 2082, "device_counts_2020": 969, "device_counts_2021": 1060, "device_counts_2022": 1301, "device_counts_2023": 1091, "device_counts_2024": 559, "stop_counts_2018": 7145, "stop_counts_2019": 5413, "stop_counts_2020": 2361, "stop_counts_2021": 2469, "stop_counts_2022": 2840, "stop_counts_2023": 2573, "stop_counts_2024": 800, "AREA_acre": 35.108177044811171 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134818, 40.036987 ], [ -75.132476, 40.036684 ], [ -75.130518, 40.036437 ], [ -75.13129, 40.032818 ], [ -75.135042, 40.033284 ], [ -75.134818, 40.036987 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347013", "device_counts_2018": 4349, "device_counts_2019": 3639, "device_counts_2020": 2115, "device_counts_2021": 2378, "device_counts_2022": 3665, "device_counts_2023": 2536, "device_counts_2024": 2714, "stop_counts_2018": 10847, "stop_counts_2019": 8943, "stop_counts_2020": 5128, "stop_counts_2021": 5209, "stop_counts_2022": 7995, "stop_counts_2023": 6440, "stop_counts_2024": 5969, "AREA_acre": 77.946227885004603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.039163, 40.070369 ], [ -75.036627, 40.073019 ], [ -75.035087, 40.074617 ], [ -75.032965, 40.072152 ], [ -75.033861, 40.071694 ], [ -75.033152, 40.068038 ], [ -75.036372, 40.066447 ], [ -75.040265, 40.068747 ], [ -75.039163, 40.070369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336005", "device_counts_2018": 626, "device_counts_2019": 582, "device_counts_2020": 378, "device_counts_2021": 316, "device_counts_2022": 547, "device_counts_2023": 534, "device_counts_2024": 509, "stop_counts_2018": 3052, "stop_counts_2019": 2905, "stop_counts_2020": 2349, "stop_counts_2021": 1564, "stop_counts_2022": 2389, "stop_counts_2023": 3056, "stop_counts_2024": 1664, "AREA_acre": 44.307387274661416 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.061118, 40.068122 ], [ -75.059221, 40.067297 ], [ -75.057477, 40.066268 ], [ -75.055477, 40.065149 ], [ -75.056605, 40.063955 ], [ -75.057135, 40.063364 ], [ -75.057697, 40.062787 ], [ -75.06304, 40.066143 ], [ -75.061118, 40.068122 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167022", "device_counts_2018": 1032, "device_counts_2019": 818, "device_counts_2020": 382, "device_counts_2021": 287, "device_counts_2022": 367, "device_counts_2023": 484, "device_counts_2024": 354, "stop_counts_2018": 3638, "stop_counts_2019": 3057, "stop_counts_2020": 1117, "stop_counts_2021": 714, "stop_counts_2022": 956, "stop_counts_2023": 1794, "stop_counts_2024": 487, "AREA_acre": 12.976338767955298 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159366, 39.994525 ], [ -75.157791, 39.994342 ], [ -75.158144, 39.992771 ], [ -75.15769, 39.99118 ], [ -75.160044, 39.991473 ], [ -75.159366, 39.994525 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095001", "device_counts_2018": 1009, "device_counts_2019": 908, "device_counts_2020": 445, "device_counts_2021": 433, "device_counts_2022": 394, "device_counts_2023": 632, "device_counts_2024": 407, "stop_counts_2018": 3967, "stop_counts_2019": 3683, "stop_counts_2020": 1523, "stop_counts_2021": 1238, "stop_counts_2022": 1281, "stop_counts_2023": 1749, "stop_counts_2024": 2071, "AREA_acre": 18.378655857473486 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237283, 39.968899 ], [ -75.237455, 39.970141 ], [ -75.235697, 39.970336 ], [ -75.235356, 39.968509 ], [ -75.235842, 39.966085 ], [ -75.237818, 39.96633 ], [ -75.237283, 39.968899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329005", "device_counts_2018": 1743, "device_counts_2019": 1536, "device_counts_2020": 1088, "device_counts_2021": 1042, "device_counts_2022": 1370, "device_counts_2023": 838, "device_counts_2024": 1014, "stop_counts_2018": 6045, "stop_counts_2019": 4580, "stop_counts_2020": 3407, "stop_counts_2021": 3416, "stop_counts_2022": 5318, "stop_counts_2023": 2743, "stop_counts_2024": 2404, "AREA_acre": 36.147590420857433 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033427, 40.039473 ], [ -75.03134, 40.040236 ], [ -75.028257, 40.041363 ], [ -75.027846, 40.040678 ], [ -75.027031, 40.038744 ], [ -75.031903, 40.036993 ], [ -75.032295, 40.037622 ], [ -75.033427, 40.039473 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352002", "device_counts_2018": 1764, "device_counts_2019": 949, "device_counts_2020": 433, "device_counts_2021": 426, "device_counts_2022": 699, "device_counts_2023": 636, "device_counts_2024": 303, "stop_counts_2018": 5400, "stop_counts_2019": 3379, "stop_counts_2020": 1636, "stop_counts_2021": 1784, "stop_counts_2022": 2345, "stop_counts_2023": 2092, "stop_counts_2024": 467, "AREA_acre": 97.374691272542293 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.999877, 40.050402 ], [ -74.994151, 40.054401 ], [ -74.990389, 40.050984 ], [ -74.987256, 40.05286 ], [ -74.984752, 40.055355 ], [ -74.984098, 40.054782 ], [ -74.986873, 40.052097 ], [ -74.99627, 40.047202 ], [ -74.999877, 40.050402 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010342001", "device_counts_2018": 421, "device_counts_2019": 407, "device_counts_2020": 338, "device_counts_2021": 253, "device_counts_2022": 335, "device_counts_2023": 375, "device_counts_2024": 330, "stop_counts_2018": 3671, "stop_counts_2019": 3147, "stop_counts_2020": 2878, "stop_counts_2021": 1962, "stop_counts_2022": 2722, "stop_counts_2023": 2569, "stop_counts_2024": 1282, "AREA_acre": 48.472165648378535 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077179, 40.082798 ], [ -75.075061, 40.084174 ], [ -75.073278, 40.083085 ], [ -75.070181, 40.081194 ], [ -75.073705, 40.079182 ], [ -75.076258, 40.080605 ], [ -75.077121, 40.08108 ], [ -75.078845, 40.082048 ], [ -75.077179, 40.082798 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362033", "device_counts_2018": 1429, "device_counts_2019": 1536, "device_counts_2020": 1092, "device_counts_2021": 1004, "device_counts_2022": 1360, "device_counts_2023": 1496, "device_counts_2024": 1318, "stop_counts_2018": 7903, "stop_counts_2019": 8098, "stop_counts_2020": 5953, "stop_counts_2021": 5064, "stop_counts_2022": 6771, "stop_counts_2023": 7826, "stop_counts_2024": 6542, "AREA_acre": 212.70703491925178 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.982413, 40.065736 ], [ -74.981173, 40.071985 ], [ -74.977684, 40.079834 ], [ -74.97725, 40.080506 ], [ -74.975247, 40.078848 ], [ -74.973615, 40.078901 ], [ -74.972817, 40.077559 ], [ -74.970537, 40.076281 ], [ -74.971156, 40.073992 ], [ -74.973251, 40.071487 ], [ -74.980525, 40.065702 ], [ -74.980688, 40.065007 ], [ -74.980718, 40.06472 ], [ -74.981154, 40.064912 ], [ -74.982355, 40.064672 ], [ -74.982413, 40.065736 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169012", "device_counts_2018": 1245, "device_counts_2019": 780, "device_counts_2020": 404, "device_counts_2021": 306, "device_counts_2022": 390, "device_counts_2023": 586, "device_counts_2024": 376, "stop_counts_2018": 5260, "stop_counts_2019": 3180, "stop_counts_2020": 1839, "stop_counts_2021": 1209, "stop_counts_2022": 1761, "stop_counts_2023": 3459, "stop_counts_2024": 3694, "AREA_acre": 34.544167903241387 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176535, 39.992076 ], [ -75.176212, 39.993572 ], [ -75.174615, 39.993359 ], [ -75.171441, 39.992946 ], [ -75.171594, 39.9922 ], [ -75.173182, 39.992412 ], [ -75.173682, 39.990167 ], [ -75.175803, 39.988812 ], [ -75.177206, 39.988991 ], [ -75.176535, 39.992076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188002", "device_counts_2018": 933, "device_counts_2019": 657, "device_counts_2020": 462, "device_counts_2021": 382, "device_counts_2022": 379, "device_counts_2023": 406, "device_counts_2024": 485, "stop_counts_2018": 5488, "stop_counts_2019": 2735, "stop_counts_2020": 1630, "stop_counts_2021": 1669, "stop_counts_2022": 1549, "stop_counts_2023": 1665, "stop_counts_2024": 1439, "AREA_acre": 14.79603139941074 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.104335, 39.997884 ], [ -75.102026, 39.999078 ], [ -75.101235, 39.998188 ], [ -75.100367, 39.997206 ], [ -75.102674, 39.996008 ], [ -75.103369, 39.996794 ], [ -75.104043, 39.997555 ], [ -75.104335, 39.997884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316006", "device_counts_2018": 915, "device_counts_2019": 728, "device_counts_2020": 503, "device_counts_2021": 449, "device_counts_2022": 627, "device_counts_2023": 609, "device_counts_2024": 401, "stop_counts_2018": 4222, "stop_counts_2019": 2911, "stop_counts_2020": 1884, "stop_counts_2021": 1616, "stop_counts_2022": 2148, "stop_counts_2023": 1582, "stop_counts_2024": 1009, "AREA_acre": 23.947227313074496 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055334, 40.034739 ], [ -75.053701, 40.033844 ], [ -75.050972, 40.032324 ], [ -75.053249, 40.0317 ], [ -75.054054, 40.03118 ], [ -75.057092, 40.032869 ], [ -75.055334, 40.034739 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325003", "device_counts_2018": 2046, "device_counts_2019": 1740, "device_counts_2020": 909, "device_counts_2021": 925, "device_counts_2022": 1254, "device_counts_2023": 1394, "device_counts_2024": 1037, "stop_counts_2018": 9143, "stop_counts_2019": 6810, "stop_counts_2020": 2987, "stop_counts_2021": 3342, "stop_counts_2022": 3936, "stop_counts_2023": 6432, "stop_counts_2024": 4221, "AREA_acre": 70.763623626808439 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048355, 40.029324 ], [ -75.04744, 40.029792 ], [ -75.044655, 40.031231 ], [ -75.043304, 40.029688 ], [ -75.042858, 40.029185 ], [ -75.041957, 40.028152 ], [ -75.040219, 40.026061 ], [ -75.039768, 40.025551 ], [ -75.043408, 40.023672 ], [ -75.044721, 40.025179 ], [ -75.046555, 40.027265 ], [ -75.047453, 40.028294 ], [ -75.047904, 40.02881 ], [ -75.048355, 40.029324 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191002", "device_counts_2018": 1287, "device_counts_2019": 949, "device_counts_2020": 443, "device_counts_2021": 515, "device_counts_2022": 689, "device_counts_2023": 656, "device_counts_2024": 555, "stop_counts_2018": 5934, "stop_counts_2019": 3848, "stop_counts_2020": 1948, "stop_counts_2021": 1926, "stop_counts_2022": 2173, "stop_counts_2023": 2084, "stop_counts_2024": 2083, "AREA_acre": 24.594435821512089 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105434, 40.011197 ], [ -75.105099, 40.012784 ], [ -75.101864, 40.012369 ], [ -75.102552, 40.009202 ], [ -75.105768, 40.009619 ], [ -75.105434, 40.011197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038001", "device_counts_2018": 862, "device_counts_2019": 770, "device_counts_2020": 406, "device_counts_2021": 429, "device_counts_2022": 521, "device_counts_2023": 807, "device_counts_2024": 554, "stop_counts_2018": 3222, "stop_counts_2019": 2721, "stop_counts_2020": 1834, "stop_counts_2021": 2010, "stop_counts_2022": 2425, "stop_counts_2023": 4241, "stop_counts_2024": 3359, "AREA_acre": 19.177346049149577 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180045, 39.921872 ], [ -75.176906, 39.921464 ], [ -75.177082, 39.920207 ], [ -75.177438, 39.91897 ], [ -75.180576, 39.919369 ], [ -75.180045, 39.921872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365021", "device_counts_2018": 953, "device_counts_2019": 919, "device_counts_2020": 729, "device_counts_2021": 634, "device_counts_2022": 856, "device_counts_2023": 933, "device_counts_2024": 707, "stop_counts_2018": 7346, "stop_counts_2019": 6948, "stop_counts_2020": 5761, "stop_counts_2021": 4351, "stop_counts_2022": 6040, "stop_counts_2023": 3648, "stop_counts_2024": 3275, "AREA_acre": 187.41398756471898 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.000381, 40.123264 ], [ -74.996392, 40.127195 ], [ -74.997885, 40.127816 ], [ -74.994187, 40.131516 ], [ -74.993595, 40.132266 ], [ -74.992288, 40.130682 ], [ -74.993687, 40.126584 ], [ -74.989014, 40.12607 ], [ -74.987193, 40.123286 ], [ -74.993533, 40.11868 ], [ -74.997052, 40.121168 ], [ -75.000381, 40.123264 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341006", "device_counts_2018": 379, "device_counts_2019": 323, "device_counts_2020": 297, "device_counts_2021": 271, "device_counts_2022": 362, "device_counts_2023": 485, "device_counts_2024": 227, "stop_counts_2018": 1680, "stop_counts_2019": 2227, "stop_counts_2020": 1882, "stop_counts_2021": 1672, "stop_counts_2022": 2258, "stop_counts_2023": 3861, "stop_counts_2024": 1139, "AREA_acre": 45.784871994300737 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082456, 40.082884 ], [ -75.078845, 40.082048 ], [ -75.077121, 40.08108 ], [ -75.076258, 40.080605 ], [ -75.078592, 40.078097 ], [ -75.082882, 40.079474 ], [ -75.082456, 40.082884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191004", "device_counts_2018": 2053, "device_counts_2019": 1459, "device_counts_2020": 777, "device_counts_2021": 688, "device_counts_2022": 1057, "device_counts_2023": 1645, "device_counts_2024": 1165, "stop_counts_2018": 9780, "stop_counts_2019": 5332, "stop_counts_2020": 2974, "stop_counts_2021": 2631, "stop_counts_2022": 4234, "stop_counts_2023": 5652, "stop_counts_2024": 5633, "AREA_acre": 106.85991996194397 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.11136, 40.015867 ], [ -75.109024, 40.016286 ], [ -75.107152, 40.016728 ], [ -75.107063, 40.016777 ], [ -75.106018, 40.016352 ], [ -75.098916, 40.016433 ], [ -75.09704, 40.016018 ], [ -75.097041, 40.01595 ], [ -75.097055, 40.015202 ], [ -75.097431, 40.013325 ], [ -75.099374, 40.013583 ], [ -75.101557, 40.013878 ], [ -75.101864, 40.012369 ], [ -75.105099, 40.012784 ], [ -75.111811, 40.013662 ], [ -75.11136, 40.015867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243003", "device_counts_2018": 640, "device_counts_2019": 449, "device_counts_2020": 282, "device_counts_2021": 199, "device_counts_2022": 296, "device_counts_2023": 174, "device_counts_2024": 203, "stop_counts_2018": 4218, "stop_counts_2019": 1829, "stop_counts_2020": 1368, "stop_counts_2021": 676, "stop_counts_2022": 1097, "stop_counts_2023": 319, "stop_counts_2024": 235, "AREA_acre": 22.940905788265372 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170176, 40.022731 ], [ -75.169124, 40.023865 ], [ -75.168482, 40.023512 ], [ -75.163915, 40.02099 ], [ -75.165707, 40.019731 ], [ -75.169534, 40.022381 ], [ -75.170176, 40.022731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365022", "device_counts_2018": 1400, "device_counts_2019": 1400, "device_counts_2020": 969, "device_counts_2021": 1036, "device_counts_2022": 1391, "device_counts_2023": 1619, "device_counts_2024": 1627, "stop_counts_2018": 6793, "stop_counts_2019": 8382, "stop_counts_2020": 6552, "stop_counts_2021": 5347, "stop_counts_2022": 7055, "stop_counts_2023": 4055, "stop_counts_2024": 3991, "AREA_acre": 248.66078138202874 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.010453, 40.120681 ], [ -75.00527, 40.12605 ], [ -75.003255, 40.131012 ], [ -74.997885, 40.127816 ], [ -74.996392, 40.127195 ], [ -75.000381, 40.123264 ], [ -74.997052, 40.121168 ], [ -75.005391, 40.114802 ], [ -75.006991, 40.118599 ], [ -75.008712, 40.119612 ], [ -75.010453, 40.120681 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084003", "device_counts_2018": 1077, "device_counts_2019": 886, "device_counts_2020": 411, "device_counts_2021": 386, "device_counts_2022": 499, "device_counts_2023": 629, "device_counts_2024": 583, "stop_counts_2018": 3668, "stop_counts_2019": 3649, "stop_counts_2020": 1680, "stop_counts_2021": 1301, "stop_counts_2022": 1539, "stop_counts_2023": 1663, "stop_counts_2024": 947, "AREA_acre": 11.034240136856184 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237448, 39.958433 ], [ -75.235504, 39.958192 ], [ -75.235745, 39.957049 ], [ -75.235997, 39.955831 ], [ -75.237934, 39.956062 ], [ -75.237448, 39.958433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209002", "device_counts_2018": 288, "device_counts_2019": 273, "device_counts_2020": 134, "device_counts_2021": 138, "device_counts_2022": 146, "device_counts_2023": 479, "device_counts_2024": 282, "stop_counts_2018": 1951, "stop_counts_2019": 1926, "stop_counts_2020": 1120, "stop_counts_2021": 1100, "stop_counts_2022": 1227, "stop_counts_2023": 1138, "stop_counts_2024": 336, "AREA_acre": 22.587275737635515 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207863, 40.018582 ], [ -75.207595, 40.019536 ], [ -75.204057, 40.020213 ], [ -75.204055, 40.017273 ], [ -75.205622, 40.017107 ], [ -75.208116, 40.017764 ], [ -75.207863, 40.018582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172012", "device_counts_2018": 2614, "device_counts_2019": 1225, "device_counts_2020": 575, "device_counts_2021": 370, "device_counts_2022": 569, "device_counts_2023": 1112, "device_counts_2024": 553, "stop_counts_2018": 8507, "stop_counts_2019": 4566, "stop_counts_2020": 1829, "stop_counts_2021": 954, "stop_counts_2022": 1616, "stop_counts_2023": 4554, "stop_counts_2024": 861, "AREA_acre": 18.242274045360109 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171997, 39.997826 ], [ -75.17042, 39.997618 ], [ -75.167215, 39.997197 ], [ -75.167568, 39.995621 ], [ -75.170767, 39.996036 ], [ -75.172355, 39.99624 ], [ -75.171997, 39.997826 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082007", "device_counts_2018": 836, "device_counts_2019": 656, "device_counts_2020": 331, "device_counts_2021": 237, "device_counts_2022": 367, "device_counts_2023": 663, "device_counts_2024": 375, "stop_counts_2018": 3555, "stop_counts_2019": 2649, "stop_counts_2020": 1448, "stop_counts_2021": 1016, "stop_counts_2022": 1265, "stop_counts_2023": 1915, "stop_counts_2024": 844, "AREA_acre": 21.902445181149677 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249056, 39.951679 ], [ -75.243068, 39.950926 ], [ -75.24323, 39.950172 ], [ -75.243381, 39.949411 ], [ -75.249371, 39.950153 ], [ -75.249056, 39.951679 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107002", "device_counts_2018": 4440, "device_counts_2019": 3063, "device_counts_2020": 1148, "device_counts_2021": 961, "device_counts_2022": 1480, "device_counts_2023": 2029, "device_counts_2024": 1392, "stop_counts_2018": 14549, "stop_counts_2019": 10584, "stop_counts_2020": 3315, "stop_counts_2021": 2703, "stop_counts_2022": 3941, "stop_counts_2023": 4410, "stop_counts_2024": 3040, "AREA_acre": 47.84748581293416 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211189, 39.968634 ], [ -75.208038, 39.968984 ], [ -75.207839, 39.967943 ], [ -75.203258, 39.968447 ], [ -75.203058, 39.967396 ], [ -75.20264, 39.965169 ], [ -75.202334, 39.963495 ], [ -75.202342, 39.963137 ], [ -75.20756, 39.966381 ], [ -75.208344, 39.966876 ], [ -75.210101, 39.967961 ], [ -75.211189, 39.968634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198006", "device_counts_2018": 2111, "device_counts_2019": 1748, "device_counts_2020": 1132, "device_counts_2021": 958, "device_counts_2022": 1140, "device_counts_2023": 684, "device_counts_2024": 887, "stop_counts_2018": 5450, "stop_counts_2019": 4248, "stop_counts_2020": 2916, "stop_counts_2021": 2364, "stop_counts_2022": 3141, "stop_counts_2023": 1500, "stop_counts_2024": 2653, "AREA_acre": 22.892575580914031 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138577, 40.008789 ], [ -75.138483, 40.009234 ], [ -75.137826, 40.012233 ], [ -75.136537, 40.012068 ], [ -75.135858, 40.011982 ], [ -75.136858, 40.007394 ], [ -75.139652, 40.007755 ], [ -75.138577, 40.008789 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365011", "device_counts_2018": 5263, "device_counts_2019": 5969, "device_counts_2020": 4023, "device_counts_2021": 4179, "device_counts_2022": 5794, "device_counts_2023": 9605, "device_counts_2024": 9331, "stop_counts_2018": 19487, "stop_counts_2019": 19830, "stop_counts_2020": 11822, "stop_counts_2021": 12400, "stop_counts_2022": 18119, "stop_counts_2023": 24094, "stop_counts_2024": 33736, "AREA_acre": 225.47686256458641 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.01385, 40.128896 ], [ -75.013206, 40.130233 ], [ -75.012295, 40.131736 ], [ -75.009117, 40.134355 ], [ -75.003255, 40.131012 ], [ -75.00527, 40.12605 ], [ -75.010453, 40.120681 ], [ -75.015384, 40.123599 ], [ -75.01385, 40.128896 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140003", "device_counts_2018": 3263, "device_counts_2019": 3121, "device_counts_2020": 1081, "device_counts_2021": 1369, "device_counts_2022": 1990, "device_counts_2023": 2891, "device_counts_2024": 1602, "stop_counts_2018": 9980, "stop_counts_2019": 7670, "stop_counts_2020": 2999, "stop_counts_2021": 3528, "stop_counts_2022": 5506, "stop_counts_2023": 6810, "stop_counts_2024": 5022, "AREA_acre": 27.192438005621582 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16175, 39.976262 ], [ -75.158526, 39.97585 ], [ -75.158782, 39.974482 ], [ -75.159237, 39.972384 ], [ -75.162507, 39.972799 ], [ -75.16175, 39.976262 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113003", "device_counts_2018": 949, "device_counts_2019": 669, "device_counts_2020": 343, "device_counts_2021": 221, "device_counts_2022": 338, "device_counts_2023": 478, "device_counts_2024": 257, "stop_counts_2018": 4662, "stop_counts_2019": 2676, "stop_counts_2020": 1500, "stop_counts_2021": 836, "stop_counts_2022": 1420, "stop_counts_2023": 3948, "stop_counts_2024": 4202, "AREA_acre": 20.041766655684597 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238891, 39.977818 ], [ -75.234013, 39.978361 ], [ -75.233691, 39.976642 ], [ -75.236087, 39.97638 ], [ -75.23857, 39.976101 ], [ -75.238891, 39.977818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310006", "device_counts_2018": 573, "device_counts_2019": 438, "device_counts_2020": 279, "device_counts_2021": 256, "device_counts_2022": 366, "device_counts_2023": 376, "device_counts_2024": 153, "stop_counts_2018": 2592, "stop_counts_2019": 1869, "stop_counts_2020": 1247, "stop_counts_2021": 1113, "stop_counts_2022": 1682, "stop_counts_2023": 1564, "stop_counts_2024": 570, "AREA_acre": 39.219061472132616 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082888, 40.048197 ], [ -75.079878, 40.051217 ], [ -75.079334, 40.051809 ], [ -75.077529, 40.050805 ], [ -75.073936, 40.048841 ], [ -75.075037, 40.047638 ], [ -75.07863, 40.049634 ], [ -75.079809, 40.048391 ], [ -75.080987, 40.047133 ], [ -75.082888, 40.048197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280001", "device_counts_2018": 789, "device_counts_2019": 561, "device_counts_2020": 265, "device_counts_2021": 203, "device_counts_2022": 265, "device_counts_2023": 306, "device_counts_2024": 153, "stop_counts_2018": 4252, "stop_counts_2019": 2089, "stop_counts_2020": 1112, "stop_counts_2021": 552, "stop_counts_2022": 883, "stop_counts_2023": 1598, "stop_counts_2024": 526, "AREA_acre": 17.377917817146425 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157153, 40.02413 ], [ -75.154245, 40.025634 ], [ -75.15461, 40.023801 ], [ -75.153357, 40.022088 ], [ -75.154929, 40.02229 ], [ -75.157303, 40.022607 ], [ -75.157153, 40.02413 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033003", "device_counts_2018": 694, "device_counts_2019": 594, "device_counts_2020": 264, "device_counts_2021": 230, "device_counts_2022": 310, "device_counts_2023": 376, "device_counts_2024": 476, "stop_counts_2018": 2443, "stop_counts_2019": 2048, "stop_counts_2020": 998, "stop_counts_2021": 939, "stop_counts_2022": 1083, "stop_counts_2023": 696, "stop_counts_2024": 805, "AREA_acre": 13.828155717283561 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193615, 39.937485 ], [ -75.19306, 39.93741 ], [ -75.188885, 39.936887 ], [ -75.189148, 39.935671 ], [ -75.191274, 39.935934 ], [ -75.193315, 39.936206 ], [ -75.193873, 39.936286 ], [ -75.193615, 39.937485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274024", "device_counts_2018": 1676, "device_counts_2019": 1421, "device_counts_2020": 700, "device_counts_2021": 517, "device_counts_2022": 836, "device_counts_2023": 839, "device_counts_2024": 814, "stop_counts_2018": 7661, "stop_counts_2019": 5418, "stop_counts_2020": 2963, "stop_counts_2021": 2416, "stop_counts_2022": 3434, "stop_counts_2023": 2215, "stop_counts_2024": 1668, "AREA_acre": 28.13994942869903 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126643, 40.040681 ], [ -75.126311, 40.042203 ], [ -75.122078, 40.041664 ], [ -75.12281, 40.040181 ], [ -75.123535, 40.038719 ], [ -75.124744, 40.038876 ], [ -75.126977, 40.039155 ], [ -75.126643, 40.040681 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031002", "device_counts_2018": 733, "device_counts_2019": 563, "device_counts_2020": 213, "device_counts_2021": 180, "device_counts_2022": 325, "device_counts_2023": 506, "device_counts_2024": 486, "stop_counts_2018": 2953, "stop_counts_2019": 1606, "stop_counts_2020": 612, "stop_counts_2021": 495, "stop_counts_2022": 846, "stop_counts_2023": 882, "stop_counts_2024": 1100, "AREA_acre": 9.2501966003745189 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176513, 39.930716 ], [ -75.176069, 39.932721 ], [ -75.174495, 39.932523 ], [ -75.174764, 39.931307 ], [ -75.175032, 39.930087 ], [ -75.176606, 39.930285 ], [ -75.176513, 39.930716 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149004", "device_counts_2018": 872, "device_counts_2019": 705, "device_counts_2020": 289, "device_counts_2021": 214, "device_counts_2022": 318, "device_counts_2023": 276, "device_counts_2024": 457, "stop_counts_2018": 3697, "stop_counts_2019": 2559, "stop_counts_2020": 1319, "stop_counts_2021": 676, "stop_counts_2022": 956, "stop_counts_2023": 483, "stop_counts_2024": 480, "AREA_acre": 11.51118890766783 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181579, 39.983313 ], [ -75.179952, 39.983108 ], [ -75.180591, 39.980167 ], [ -75.181135, 39.980238 ], [ -75.182215, 39.980373 ], [ -75.181579, 39.983313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279013", "device_counts_2018": 1075, "device_counts_2019": 940, "device_counts_2020": 310, "device_counts_2021": 262, "device_counts_2022": 377, "device_counts_2023": 436, "device_counts_2024": 429, "stop_counts_2018": 4752, "stop_counts_2019": 3147, "stop_counts_2020": 1480, "stop_counts_2021": 773, "stop_counts_2022": 990, "stop_counts_2023": 1788, "stop_counts_2024": 2126, "AREA_acre": 25.60609280632697 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158132, 40.046418 ], [ -75.158017, 40.048126 ], [ -75.157958, 40.049025 ], [ -75.154793, 40.048902 ], [ -75.154966, 40.046241 ], [ -75.156675, 40.04536 ], [ -75.158217, 40.045076 ], [ -75.158132, 40.046418 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172021", "device_counts_2018": 2552, "device_counts_2019": 1223, "device_counts_2020": 388, "device_counts_2021": 287, "device_counts_2022": 358, "device_counts_2023": 562, "device_counts_2024": 353, "stop_counts_2018": 9300, "stop_counts_2019": 4658, "stop_counts_2020": 1635, "stop_counts_2021": 726, "stop_counts_2022": 1284, "stop_counts_2023": 1670, "stop_counts_2024": 1092, "AREA_acre": 18.910094713042895 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174663, 40.001009 ], [ -75.171912, 40.000883 ], [ -75.169754, 40.000622 ], [ -75.170087, 39.999116 ], [ -75.173282, 39.999516 ], [ -75.176301, 39.999921 ], [ -75.174663, 40.001009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090001", "device_counts_2018": 870, "device_counts_2019": 1037, "device_counts_2020": 299, "device_counts_2021": 383, "device_counts_2022": 577, "device_counts_2023": 816, "device_counts_2024": 1017, "stop_counts_2018": 1954, "stop_counts_2019": 2961, "stop_counts_2020": 733, "stop_counts_2021": 1060, "stop_counts_2022": 1630, "stop_counts_2023": 3458, "stop_counts_2024": 2848, "AREA_acre": 15.54516161016749 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194297, 39.962607 ], [ -75.191389, 39.962922 ], [ -75.191117, 39.96144 ], [ -75.189564, 39.960998 ], [ -75.193905, 39.960514 ], [ -75.194015, 39.961124 ], [ -75.194297, 39.962607 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032001", "device_counts_2018": 1119, "device_counts_2019": 1065, "device_counts_2020": 381, "device_counts_2021": 319, "device_counts_2022": 383, "device_counts_2023": 606, "device_counts_2024": 612, "stop_counts_2018": 4069, "stop_counts_2019": 3400, "stop_counts_2020": 1393, "stop_counts_2021": 1101, "stop_counts_2022": 1132, "stop_counts_2023": 2995, "stop_counts_2024": 1833, "AREA_acre": 19.294449924605164 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183916, 39.93624 ], [ -75.180621, 39.935816 ], [ -75.181162, 39.933385 ], [ -75.184449, 39.933813 ], [ -75.183916, 39.93624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028022", "device_counts_2018": 3243, "device_counts_2019": 2039, "device_counts_2020": 675, "device_counts_2021": 918, "device_counts_2022": 1185, "device_counts_2023": 1850, "device_counts_2024": 1600, "stop_counts_2018": 8591, "stop_counts_2019": 5566, "stop_counts_2020": 2156, "stop_counts_2021": 2578, "stop_counts_2022": 2826, "stop_counts_2023": 5375, "stop_counts_2024": 5339, "AREA_acre": 21.280570273329193 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16735, 39.926579 ], [ -75.165005, 39.92855 ], [ -75.161881, 39.927985 ], [ -75.162338, 39.92592 ], [ -75.165483, 39.926333 ], [ -75.16735, 39.926579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111001", "device_counts_2018": 8305, "device_counts_2019": 7449, "device_counts_2020": 3012, "device_counts_2021": 3038, "device_counts_2022": 3871, "device_counts_2023": 6568, "device_counts_2024": 4332, "stop_counts_2018": 25870, "stop_counts_2019": 23252, "stop_counts_2020": 8626, "stop_counts_2021": 9877, "stop_counts_2022": 11035, "stop_counts_2023": 14076, "stop_counts_2024": 8565, "AREA_acre": 153.73020604856512 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2263, 39.977951 ], [ -75.224093, 39.981369 ], [ -75.224066, 39.981508 ], [ -75.223157, 39.981381 ], [ -75.213469, 39.977791 ], [ -75.212211, 39.973242 ], [ -75.216331, 39.97279 ], [ -75.21953, 39.974639 ], [ -75.224848, 39.97712 ], [ -75.226451, 39.977717 ], [ -75.2263, 39.977951 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247001", "device_counts_2018": 998, "device_counts_2019": 881, "device_counts_2020": 462, "device_counts_2021": 301, "device_counts_2022": 379, "device_counts_2023": 429, "device_counts_2024": 233, "stop_counts_2018": 4277, "stop_counts_2019": 2573, "stop_counts_2020": 1375, "stop_counts_2021": 893, "stop_counts_2022": 1090, "stop_counts_2023": 551, "stop_counts_2024": 737, "AREA_acre": 24.409600727804492 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167207, 40.043149 ], [ -75.16483, 40.045468 ], [ -75.163739, 40.044801 ], [ -75.163452, 40.043431 ], [ -75.165078, 40.041858 ], [ -75.164852, 40.039867 ], [ -75.16516, 40.039474 ], [ -75.166622, 40.040379 ], [ -75.165819, 40.042309 ], [ -75.167207, 40.043149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010269001", "device_counts_2018": 1249, "device_counts_2019": 1093, "device_counts_2020": 557, "device_counts_2021": 482, "device_counts_2022": 642, "device_counts_2023": 816, "device_counts_2024": 426, "stop_counts_2018": 3971, "stop_counts_2019": 2791, "stop_counts_2020": 1554, "stop_counts_2021": 1390, "stop_counts_2022": 1518, "stop_counts_2023": 1543, "stop_counts_2024": 2762, "AREA_acre": 37.730866979698092 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130059, 40.055474 ], [ -75.129021, 40.057091 ], [ -75.12632, 40.055481 ], [ -75.127143, 40.051748 ], [ -75.130783, 40.052206 ], [ -75.130059, 40.055474 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081012", "device_counts_2018": 1884, "device_counts_2019": 1594, "device_counts_2020": 700, "device_counts_2021": 640, "device_counts_2022": 782, "device_counts_2023": 608, "device_counts_2024": 478, "stop_counts_2018": 6472, "stop_counts_2019": 4849, "stop_counts_2020": 2170, "stop_counts_2021": 1747, "stop_counts_2022": 1943, "stop_counts_2023": 1101, "stop_counts_2024": 1078, "AREA_acre": 22.015117422207911 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239641, 39.947932 ], [ -75.23943, 39.948931 ], [ -75.235479, 39.948433 ], [ -75.235822, 39.946835 ], [ -75.235917, 39.946793 ], [ -75.240052, 39.945917 ], [ -75.239641, 39.947932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010117001", "device_counts_2018": 3078, "device_counts_2019": 2914, "device_counts_2020": 1084, "device_counts_2021": 1302, "device_counts_2022": 1566, "device_counts_2023": 1399, "device_counts_2024": 1494, "stop_counts_2018": 11824, "stop_counts_2019": 11255, "stop_counts_2020": 3762, "stop_counts_2021": 3757, "stop_counts_2022": 5104, "stop_counts_2023": 2640, "stop_counts_2024": 7113, "AREA_acre": 161.04598756470591 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247948, 39.991138 ], [ -75.237331, 39.996128 ], [ -75.235298, 39.99707 ], [ -75.234136, 39.995598 ], [ -75.234027, 39.994736 ], [ -75.233713, 39.992176 ], [ -75.236255, 39.990971 ], [ -75.237785, 39.990669 ], [ -75.238361, 39.990486 ], [ -75.239838, 39.989287 ], [ -75.245478, 39.986619 ], [ -75.246416, 39.988266 ], [ -75.246187, 39.989516 ], [ -75.247948, 39.991138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168005", "device_counts_2018": 861, "device_counts_2019": 612, "device_counts_2020": 258, "device_counts_2021": 182, "device_counts_2022": 254, "device_counts_2023": 435, "device_counts_2024": 249, "stop_counts_2018": 3203, "stop_counts_2019": 1696, "stop_counts_2020": 978, "stop_counts_2021": 386, "stop_counts_2022": 695, "stop_counts_2023": 1028, "stop_counts_2024": 362, "AREA_acre": 12.282150355585555 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170767, 39.996036 ], [ -75.167568, 39.995621 ], [ -75.167925, 39.994025 ], [ -75.171115, 39.994444 ], [ -75.170767, 39.996036 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178005", "device_counts_2018": 1514, "device_counts_2019": 1301, "device_counts_2020": 888, "device_counts_2021": 640, "device_counts_2022": 699, "device_counts_2023": 707, "device_counts_2024": 480, "stop_counts_2018": 6251, "stop_counts_2019": 4704, "stop_counts_2020": 3206, "stop_counts_2021": 2309, "stop_counts_2022": 2965, "stop_counts_2023": 4849, "stop_counts_2024": 1713, "AREA_acre": 34.524919018794009 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12031, 39.992672 ], [ -75.115778, 39.995167 ], [ -75.113816, 39.992924 ], [ -75.116662, 39.991437 ], [ -75.118392, 39.990528 ], [ -75.12031, 39.992672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010006001", "device_counts_2018": 29517, "device_counts_2019": 24992, "device_counts_2020": 7232, "device_counts_2021": 10946, "device_counts_2022": 14238, "device_counts_2023": 20821, "device_counts_2024": 20214, "stop_counts_2018": 88715, "stop_counts_2019": 74697, "stop_counts_2020": 23526, "stop_counts_2021": 29795, "stop_counts_2022": 39390, "stop_counts_2023": 48040, "stop_counts_2024": 55171, "AREA_acre": 41.798267657199041 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164338, 39.949346 ], [ -75.164011, 39.950876 ], [ -75.163937, 39.950866 ], [ -75.157062, 39.950006 ], [ -75.152337, 39.949421 ], [ -75.153174, 39.947962 ], [ -75.156646, 39.948394 ], [ -75.157392, 39.94849 ], [ -75.159751, 39.948783 ], [ -75.162114, 39.94908 ], [ -75.164265, 39.94934 ], [ -75.164338, 39.949346 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312003", "device_counts_2018": 1964, "device_counts_2019": 1697, "device_counts_2020": 973, "device_counts_2021": 786, "device_counts_2022": 1179, "device_counts_2023": 939, "device_counts_2024": 681, "stop_counts_2018": 7292, "stop_counts_2019": 5531, "stop_counts_2020": 2934, "stop_counts_2021": 2432, "stop_counts_2022": 3603, "stop_counts_2023": 1643, "stop_counts_2024": 1855, "AREA_acre": 39.93741845579175 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084273, 40.032172 ], [ -75.081757, 40.034924 ], [ -75.079636, 40.033743 ], [ -75.077266, 40.036262 ], [ -75.074901, 40.034935 ], [ -75.074439, 40.03398 ], [ -75.077022, 40.033387 ], [ -75.080757, 40.032541 ], [ -75.084089, 40.031826 ], [ -75.084273, 40.032172 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087012", "device_counts_2018": 3352, "device_counts_2019": 2860, "device_counts_2020": 1065, "device_counts_2021": 1247, "device_counts_2022": 1415, "device_counts_2023": 1700, "device_counts_2024": 1523, "stop_counts_2018": 8721, "stop_counts_2019": 6763, "stop_counts_2020": 2713, "stop_counts_2021": 2922, "stop_counts_2022": 3290, "stop_counts_2023": 2893, "stop_counts_2024": 3083, "AREA_acre": 21.294762888222476 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211039, 39.958276 ], [ -75.208128, 39.957915 ], [ -75.2086, 39.955636 ], [ -75.208761, 39.95488 ], [ -75.211677, 39.95524 ], [ -75.211039, 39.958276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301005", "device_counts_2018": 830, "device_counts_2019": 615, "device_counts_2020": 355, "device_counts_2021": 325, "device_counts_2022": 366, "device_counts_2023": 333, "device_counts_2024": 277, "stop_counts_2018": 4905, "stop_counts_2019": 3613, "stop_counts_2020": 2202, "stop_counts_2021": 1409, "stop_counts_2022": 1659, "stop_counts_2023": 586, "stop_counts_2024": 2043, "AREA_acre": 44.066384571116672 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091879, 40.024435 ], [ -75.090563, 40.025791 ], [ -75.086568, 40.023537 ], [ -75.085089, 40.022761 ], [ -75.086819, 40.020966 ], [ -75.087283, 40.020485 ], [ -75.090373, 40.022233 ], [ -75.092729, 40.023597 ], [ -75.091879, 40.024435 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372004", "device_counts_2018": 12561, "device_counts_2019": 10628, "device_counts_2020": 6512, "device_counts_2021": 7483, "device_counts_2022": 11363, "device_counts_2023": 9909, "device_counts_2024": 9605, "stop_counts_2018": 34970, "stop_counts_2019": 29892, "stop_counts_2020": 17929, "stop_counts_2021": 20293, "stop_counts_2022": 29662, "stop_counts_2023": 19198, "stop_counts_2024": 20302, "AREA_acre": 134.55237394581977 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159844, 39.915286 ], [ -75.156708, 39.914869 ], [ -75.148124, 39.913772 ], [ -75.149188, 39.908604 ], [ -75.160789, 39.910942 ], [ -75.159844, 39.915286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365013", "device_counts_2018": 2616, "device_counts_2019": 2947, "device_counts_2020": 2411, "device_counts_2021": 2899, "device_counts_2022": 4298, "device_counts_2023": 4971, "device_counts_2024": 5099, "stop_counts_2018": 6819, "stop_counts_2019": 7923, "stop_counts_2020": 6779, "stop_counts_2021": 6685, "stop_counts_2022": 9732, "stop_counts_2023": 10549, "stop_counts_2024": 11810, "AREA_acre": 59.281800187658312 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021931, 40.127467 ], [ -75.013206, 40.130233 ], [ -75.01385, 40.128896 ], [ -75.015384, 40.123599 ], [ -75.0201, 40.126358 ], [ -75.021931, 40.127467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309003", "device_counts_2018": 6000, "device_counts_2019": 4869, "device_counts_2020": 2966, "device_counts_2021": 2459, "device_counts_2022": 3307, "device_counts_2023": 3275, "device_counts_2024": 2611, "stop_counts_2018": 17861, "stop_counts_2019": 13937, "stop_counts_2020": 8708, "stop_counts_2021": 7264, "stop_counts_2022": 10377, "stop_counts_2023": 8505, "stop_counts_2024": 7931, "AREA_acre": 94.004326800614763 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.088975, 40.044332 ], [ -75.088312, 40.045514 ], [ -75.086975, 40.048567 ], [ -75.082343, 40.045991 ], [ -75.085031, 40.043731 ], [ -75.086453, 40.042566 ], [ -75.084412, 40.039499 ], [ -75.086804, 40.037049 ], [ -75.087802, 40.036032 ], [ -75.087931, 40.036236 ], [ -75.088091, 40.03654 ], [ -75.088709, 40.03795 ], [ -75.088631, 40.042747 ], [ -75.088975, 40.044332 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115002", "device_counts_2018": 911, "device_counts_2019": 680, "device_counts_2020": 352, "device_counts_2021": 250, "device_counts_2022": 309, "device_counts_2023": 410, "device_counts_2024": 431, "stop_counts_2018": 5739, "stop_counts_2019": 2896, "stop_counts_2020": 1806, "stop_counts_2021": 1335, "stop_counts_2022": 1597, "stop_counts_2023": 2786, "stop_counts_2024": 1999, "AREA_acre": 26.202337169527819 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255918, 39.978122 ], [ -75.253929, 39.979067 ], [ -75.253104, 39.98018 ], [ -75.250979, 39.977684 ], [ -75.252323, 39.976786 ], [ -75.253747, 39.975937 ], [ -75.255661, 39.976755 ], [ -75.255918, 39.978122 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108002", "device_counts_2018": 929, "device_counts_2019": 827, "device_counts_2020": 305, "device_counts_2021": 202, "device_counts_2022": 341, "device_counts_2023": 756, "device_counts_2024": 354, "stop_counts_2018": 4804, "stop_counts_2019": 2995, "stop_counts_2020": 1304, "stop_counts_2021": 769, "stop_counts_2022": 1007, "stop_counts_2023": 2781, "stop_counts_2024": 1160, "AREA_acre": 25.671322117905213 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.203058, 39.967396 ], [ -75.198248, 39.96793 ], [ -75.197832, 39.965697 ], [ -75.20264, 39.965169 ], [ -75.203058, 39.967396 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167023", "device_counts_2018": 3019, "device_counts_2019": 2619, "device_counts_2020": 1258, "device_counts_2021": 1127, "device_counts_2022": 1509, "device_counts_2023": 1418, "device_counts_2024": 1166, "stop_counts_2018": 8831, "stop_counts_2019": 6426, "stop_counts_2020": 3473, "stop_counts_2021": 2442, "stop_counts_2022": 3438, "stop_counts_2023": 3096, "stop_counts_2024": 2999, "AREA_acre": 39.735980983768037 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15769, 39.99118 ], [ -75.158144, 39.992771 ], [ -75.157791, 39.994342 ], [ -75.154588, 39.993938 ], [ -75.155593, 39.989369 ], [ -75.155934, 39.987877 ], [ -75.158335, 39.988186 ], [ -75.15769, 39.99118 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265006", "device_counts_2018": 1708, "device_counts_2019": 1406, "device_counts_2020": 780, "device_counts_2021": 565, "device_counts_2022": 690, "device_counts_2023": 655, "device_counts_2024": 765, "stop_counts_2018": 6381, "stop_counts_2019": 5418, "stop_counts_2020": 2256, "stop_counts_2021": 1504, "stop_counts_2022": 2222, "stop_counts_2023": 2695, "stop_counts_2024": 1059, "AREA_acre": 25.552937961645071 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160691, 40.056831 ], [ -75.158413, 40.059181 ], [ -75.157371, 40.058584 ], [ -75.156168, 40.057019 ], [ -75.15553, 40.056216 ], [ -75.157748, 40.055153 ], [ -75.158889, 40.055768 ], [ -75.160691, 40.056831 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010212002", "device_counts_2018": 2108, "device_counts_2019": 1889, "device_counts_2020": 1303, "device_counts_2021": 1077, "device_counts_2022": 1417, "device_counts_2023": 1852, "device_counts_2024": 2103, "stop_counts_2018": 6561, "stop_counts_2019": 5777, "stop_counts_2020": 3824, "stop_counts_2021": 3244, "stop_counts_2022": 4690, "stop_counts_2023": 5733, "stop_counts_2024": 5482, "AREA_acre": 43.560858110078215 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213692, 40.032135 ], [ -75.21114, 40.0346 ], [ -75.208938, 40.035221 ], [ -75.208278, 40.033762 ], [ -75.207715, 40.031573 ], [ -75.211308, 40.02997 ], [ -75.213692, 40.032135 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087011", "device_counts_2018": 964, "device_counts_2019": 791, "device_counts_2020": 278, "device_counts_2021": 322, "device_counts_2022": 473, "device_counts_2023": 1009, "device_counts_2024": 680, "stop_counts_2018": 3296, "stop_counts_2019": 2328, "stop_counts_2020": 1061, "stop_counts_2021": 893, "stop_counts_2022": 1304, "stop_counts_2023": 3567, "stop_counts_2024": 1309, "AREA_acre": 18.387021834521349 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212716, 39.950292 ], [ -75.212393, 39.951811 ], [ -75.209326, 39.951436 ], [ -75.209259, 39.949541 ], [ -75.21292, 39.949065 ], [ -75.212716, 39.950292 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313002", "device_counts_2018": 3813, "device_counts_2019": 2933, "device_counts_2020": 1515, "device_counts_2021": 1846, "device_counts_2022": 2325, "device_counts_2023": 1923, "device_counts_2024": 1828, "stop_counts_2018": 9297, "stop_counts_2019": 7436, "stop_counts_2020": 4007, "stop_counts_2021": 4221, "stop_counts_2022": 5331, "stop_counts_2023": 4131, "stop_counts_2024": 3311, "AREA_acre": 51.213000325474404 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070523, 40.035618 ], [ -75.069261, 40.036809 ], [ -75.068003, 40.038059 ], [ -75.06558, 40.040442 ], [ -75.061043, 40.037981 ], [ -75.062463, 40.036912 ], [ -75.064362, 40.036306 ], [ -75.065147, 40.036446 ], [ -75.070001, 40.03532 ], [ -75.070523, 40.035618 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179002", "device_counts_2018": 1653, "device_counts_2019": 1297, "device_counts_2020": 769, "device_counts_2021": 647, "device_counts_2022": 995, "device_counts_2023": 1239, "device_counts_2024": 679, "stop_counts_2018": 7364, "stop_counts_2019": 4079, "stop_counts_2020": 2834, "stop_counts_2021": 1865, "stop_counts_2022": 4084, "stop_counts_2023": 6813, "stop_counts_2024": 3012, "AREA_acre": 26.137963238684044 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111887, 39.986296 ], [ -75.109192, 39.987702 ], [ -75.11017, 39.988806 ], [ -75.10773, 39.990079 ], [ -75.107339, 39.989644 ], [ -75.105915, 39.988037 ], [ -75.108359, 39.986753 ], [ -75.111221, 39.985268 ], [ -75.111887, 39.986296 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081022", "device_counts_2018": 992, "device_counts_2019": 819, "device_counts_2020": 351, "device_counts_2021": 285, "device_counts_2022": 348, "device_counts_2023": 486, "device_counts_2024": 353, "stop_counts_2018": 3748, "stop_counts_2019": 2542, "stop_counts_2020": 1378, "stop_counts_2021": 948, "stop_counts_2022": 1045, "stop_counts_2023": 946, "stop_counts_2024": 1435, "AREA_acre": 14.70260843987335 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238476, 39.953485 ], [ -75.234531, 39.953 ], [ -75.234856, 39.951444 ], [ -75.238796, 39.951942 ], [ -75.238476, 39.953485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109001", "device_counts_2018": 1145, "device_counts_2019": 1117, "device_counts_2020": 394, "device_counts_2021": 556, "device_counts_2022": 853, "device_counts_2023": 1576, "device_counts_2024": 1549, "stop_counts_2018": 4852, "stop_counts_2019": 3952, "stop_counts_2020": 1849, "stop_counts_2021": 2292, "stop_counts_2022": 2773, "stop_counts_2023": 3653, "stop_counts_2024": 2619, "AREA_acre": 28.694170143912366 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19531, 39.968045 ], [ -75.192139, 39.966888 ], [ -75.188987, 39.96591 ], [ -75.187933, 39.965074 ], [ -75.191719, 39.964652 ], [ -75.191826, 39.965222 ], [ -75.194727, 39.964903 ], [ -75.19531, 39.968045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010384002", "device_counts_2018": 4225, "device_counts_2019": 4289, "device_counts_2020": 2359, "device_counts_2021": 2370, "device_counts_2022": 3095, "device_counts_2023": 3824, "device_counts_2024": 2996, "stop_counts_2018": 16083, "stop_counts_2019": 15477, "stop_counts_2020": 8172, "stop_counts_2021": 8958, "stop_counts_2022": 11828, "stop_counts_2023": 8669, "stop_counts_2024": 8625, "AREA_acre": 159.37396758323138 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24055, 40.070468 ], [ -75.238583, 40.069546 ], [ -75.235951, 40.071238 ], [ -75.230082, 40.0663 ], [ -75.232439, 40.064739 ], [ -75.231724, 40.064099 ], [ -75.238182, 40.059771 ], [ -75.239545, 40.062977 ], [ -75.240092, 40.067344 ], [ -75.240321, 40.068383 ], [ -75.241075, 40.070395 ], [ -75.24055, 40.070468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326001", "device_counts_2018": 2779, "device_counts_2019": 2589, "device_counts_2020": 1885, "device_counts_2021": 1563, "device_counts_2022": 2163, "device_counts_2023": 1367, "device_counts_2024": 1041, "stop_counts_2018": 6594, "stop_counts_2019": 5737, "stop_counts_2020": 4305, "stop_counts_2021": 3693, "stop_counts_2022": 4780, "stop_counts_2023": 2320, "stop_counts_2024": 1812, "AREA_acre": 29.565666309862266 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04677, 40.033683 ], [ -75.044671, 40.034771 ], [ -75.043199, 40.035544 ], [ -75.04086, 40.036757 ], [ -75.040594, 40.036859 ], [ -75.039473, 40.035404 ], [ -75.043433, 40.033356 ], [ -75.045554, 40.032261 ], [ -75.04677, 40.033683 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163003", "device_counts_2018": 855, "device_counts_2019": 590, "device_counts_2020": 271, "device_counts_2021": 284, "device_counts_2022": 412, "device_counts_2023": 655, "device_counts_2024": 327, "stop_counts_2018": 3035, "stop_counts_2019": 1895, "stop_counts_2020": 702, "stop_counts_2021": 829, "stop_counts_2022": 1055, "stop_counts_2023": 1387, "stop_counts_2024": 332, "AREA_acre": 14.827533071061241 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132893, 39.991144 ], [ -75.130898, 39.99089 ], [ -75.131557, 39.987799 ], [ -75.133549, 39.98806 ], [ -75.132893, 39.991144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032004", "device_counts_2018": 1394, "device_counts_2019": 1169, "device_counts_2020": 632, "device_counts_2021": 514, "device_counts_2022": 616, "device_counts_2023": 935, "device_counts_2024": 654, "stop_counts_2018": 4593, "stop_counts_2019": 3643, "stop_counts_2020": 1933, "stop_counts_2021": 1412, "stop_counts_2022": 1704, "stop_counts_2023": 1239, "stop_counts_2024": 1334, "AREA_acre": 34.604869614187713 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188885, 39.936887 ], [ -75.187326, 39.936679 ], [ -75.183916, 39.93624 ], [ -75.184449, 39.933813 ], [ -75.184705, 39.932584 ], [ -75.188115, 39.933014 ], [ -75.187578, 39.935461 ], [ -75.189148, 39.935671 ], [ -75.188885, 39.936887 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033006", "device_counts_2018": 1024, "device_counts_2019": 776, "device_counts_2020": 401, "device_counts_2021": 323, "device_counts_2022": 435, "device_counts_2023": 481, "device_counts_2024": 300, "stop_counts_2018": 5864, "stop_counts_2019": 3313, "stop_counts_2020": 1730, "stop_counts_2021": 1119, "stop_counts_2022": 1210, "stop_counts_2023": 1155, "stop_counts_2024": 337, "AREA_acre": 18.552412617533875 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.197266, 39.935453 ], [ -75.197012, 39.936678 ], [ -75.193873, 39.936286 ], [ -75.194133, 39.935048 ], [ -75.194408, 39.933822 ], [ -75.197537, 39.934232 ], [ -75.197266, 39.935453 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338002", "device_counts_2018": 894, "device_counts_2019": 837, "device_counts_2020": 521, "device_counts_2021": 469, "device_counts_2022": 698, "device_counts_2023": 376, "device_counts_2024": 274, "stop_counts_2018": 4868, "stop_counts_2019": 3322, "stop_counts_2020": 2108, "stop_counts_2021": 1812, "stop_counts_2022": 2229, "stop_counts_2023": 3203, "stop_counts_2024": 842, "AREA_acre": 53.46616761798736 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076734, 40.05735 ], [ -75.072766, 40.061554 ], [ -75.069224, 40.059583 ], [ -75.073256, 40.05533 ], [ -75.075032, 40.056359 ], [ -75.076734, 40.05735 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201024", "device_counts_2018": 1715, "device_counts_2019": 1351, "device_counts_2020": 583, "device_counts_2021": 428, "device_counts_2022": 590, "device_counts_2023": 1035, "device_counts_2024": 556, "stop_counts_2018": 6212, "stop_counts_2019": 4632, "stop_counts_2020": 1866, "stop_counts_2021": 961, "stop_counts_2022": 1238, "stop_counts_2023": 2801, "stop_counts_2024": 947, "AREA_acre": 29.569714042908647 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155185, 40.015295 ], [ -75.153849, 40.015891 ], [ -75.152431, 40.01321 ], [ -75.152163, 40.01254 ], [ -75.151428, 40.010903 ], [ -75.155681, 40.011457 ], [ -75.155185, 40.015295 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262003", "device_counts_2018": 716, "device_counts_2019": 514, "device_counts_2020": 353, "device_counts_2021": 210, "device_counts_2022": 253, "device_counts_2023": 280, "device_counts_2024": 299, "stop_counts_2018": 5941, "stop_counts_2019": 3379, "stop_counts_2020": 1831, "stop_counts_2021": 870, "stop_counts_2022": 1687, "stop_counts_2023": 2571, "stop_counts_2024": 2090, "AREA_acre": 30.965055340572651 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170657, 40.069832 ], [ -75.16697, 40.067709 ], [ -75.166072, 40.067194 ], [ -75.168099, 40.065219 ], [ -75.168757, 40.065479 ], [ -75.172207, 40.068288 ], [ -75.170657, 40.069832 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379005", "device_counts_2018": 718, "device_counts_2019": 615, "device_counts_2020": 466, "device_counts_2021": 513, "device_counts_2022": 1064, "device_counts_2023": 585, "device_counts_2024": 455, "stop_counts_2018": 2390, "stop_counts_2019": 2467, "stop_counts_2020": 2613, "stop_counts_2021": 2126, "stop_counts_2022": 3588, "stop_counts_2023": 1599, "stop_counts_2024": 1207, "AREA_acre": 27.77134037634745 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100552, 39.986001 ], [ -75.097054, 39.987828 ], [ -75.095964, 39.988395 ], [ -75.094393, 39.98663 ], [ -75.099, 39.98424 ], [ -75.100552, 39.986001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025001", "device_counts_2018": 1795, "device_counts_2019": 1448, "device_counts_2020": 637, "device_counts_2021": 567, "device_counts_2022": 774, "device_counts_2023": 1878, "device_counts_2024": 1570, "stop_counts_2018": 6317, "stop_counts_2019": 4316, "stop_counts_2020": 1907, "stop_counts_2021": 1513, "stop_counts_2022": 1914, "stop_counts_2023": 4558, "stop_counts_2024": 3542, "AREA_acre": 30.420067876635724 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150229, 39.936921 ], [ -75.148694, 39.936486 ], [ -75.146808, 39.935982 ], [ -75.147616, 39.932313 ], [ -75.149463, 39.933019 ], [ -75.151041, 39.933227 ], [ -75.150229, 39.936921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010360001", "device_counts_2018": 11245, "device_counts_2019": 11537, "device_counts_2020": 8514, "device_counts_2021": 8089, "device_counts_2022": 13246, "device_counts_2023": 14400, "device_counts_2024": 13035, "stop_counts_2018": 44098, "stop_counts_2019": 47434, "stop_counts_2020": 32821, "stop_counts_2021": 31788, "stop_counts_2022": 45610, "stop_counts_2023": 46667, "stop_counts_2024": 54662, "AREA_acre": 508.03320469036612 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.023927, 40.100702 ], [ -75.017061, 40.105919 ], [ -75.005391, 40.114802 ], [ -75.003554, 40.110847 ], [ -75.000959, 40.111393 ], [ -74.997124, 40.108151 ], [ -75.001796, 40.10493 ], [ -75.014156, 40.096236 ], [ -75.015528, 40.09486 ], [ -75.018233, 40.097105 ], [ -75.022086, 40.100212 ], [ -75.023927, 40.100702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357011", "device_counts_2018": 3198, "device_counts_2019": 3351, "device_counts_2020": 2516, "device_counts_2021": 2466, "device_counts_2022": 3528, "device_counts_2023": 6743, "device_counts_2024": 6237, "stop_counts_2018": 13415, "stop_counts_2019": 13439, "stop_counts_2020": 10171, "stop_counts_2021": 9710, "stop_counts_2022": 14073, "stop_counts_2023": 21900, "stop_counts_2024": 16543, "AREA_acre": 89.637225390935853 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033722, 40.106639 ], [ -75.029192, 40.111392 ], [ -75.025585, 40.109312 ], [ -75.026305, 40.108324 ], [ -75.028883, 40.102543 ], [ -75.030235, 40.103387 ], [ -75.032998, 40.10511 ], [ -75.033897, 40.105689 ], [ -75.033722, 40.106639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041023", "device_counts_2018": 1058, "device_counts_2019": 983, "device_counts_2020": 572, "device_counts_2021": 679, "device_counts_2022": 900, "device_counts_2023": 813, "device_counts_2024": 762, "stop_counts_2018": 4527, "stop_counts_2019": 3543, "stop_counts_2020": 2043, "stop_counts_2021": 2519, "stop_counts_2022": 3039, "stop_counts_2023": 2463, "stop_counts_2024": 2506, "AREA_acre": 16.452706019477816 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163956, 39.918518 ], [ -75.161362, 39.918177 ], [ -75.161956, 39.915546 ], [ -75.16453, 39.915875 ], [ -75.163956, 39.918518 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195011", "device_counts_2018": 3035, "device_counts_2019": 2747, "device_counts_2020": 1282, "device_counts_2021": 1016, "device_counts_2022": 1434, "device_counts_2023": 1520, "device_counts_2024": 1320, "stop_counts_2018": 9718, "stop_counts_2019": 8202, "stop_counts_2020": 3903, "stop_counts_2021": 3104, "stop_counts_2022": 4792, "stop_counts_2023": 5953, "stop_counts_2024": 4096, "AREA_acre": 47.039979109063069 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137847, 40.002799 ], [ -75.133561, 40.002265 ], [ -75.131501, 40.001999 ], [ -75.132172, 39.998913 ], [ -75.138524, 39.999743 ], [ -75.137847, 40.002799 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160004", "device_counts_2018": 471, "device_counts_2019": 409, "device_counts_2020": 238, "device_counts_2021": 199, "device_counts_2022": 265, "device_counts_2023": 282, "device_counts_2024": 455, "stop_counts_2018": 1833, "stop_counts_2019": 1244, "stop_counts_2020": 974, "stop_counts_2021": 748, "stop_counts_2022": 1082, "stop_counts_2023": 2239, "stop_counts_2024": 1727, "AREA_acre": 15.641469853705846 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.125062, 39.982373 ], [ -75.122679, 39.983488 ], [ -75.120973, 39.981546 ], [ -75.123266, 39.980344 ], [ -75.125062, 39.982373 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161004", "device_counts_2018": 951, "device_counts_2019": 693, "device_counts_2020": 362, "device_counts_2021": 373, "device_counts_2022": 443, "device_counts_2023": 985, "device_counts_2024": 682, "stop_counts_2018": 2758, "stop_counts_2019": 2283, "stop_counts_2020": 1113, "stop_counts_2021": 1025, "stop_counts_2022": 1582, "stop_counts_2023": 3231, "stop_counts_2024": 2473, "AREA_acre": 21.395531010695485 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129641, 39.987546 ], [ -75.127022, 39.984597 ], [ -75.124728, 39.985801 ], [ -75.124654, 39.984526 ], [ -75.127398, 39.98308 ], [ -75.130794, 39.986928 ], [ -75.129641, 39.987546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010332001", "device_counts_2018": 2752, "device_counts_2019": 2553, "device_counts_2020": 1532, "device_counts_2021": 1637, "device_counts_2022": 2253, "device_counts_2023": 1290, "device_counts_2024": 1825, "stop_counts_2018": 7222, "stop_counts_2019": 6762, "stop_counts_2020": 4071, "stop_counts_2021": 4410, "stop_counts_2022": 6044, "stop_counts_2023": 1728, "stop_counts_2024": 4594, "AREA_acre": 61.58421180501086 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054287, 40.044448 ], [ -75.051682, 40.046963 ], [ -75.047775, 40.046246 ], [ -75.045269, 40.046509 ], [ -75.045201, 40.044354 ], [ -75.044877, 40.043079 ], [ -75.046204, 40.041796 ], [ -75.050465, 40.044662 ], [ -75.052228, 40.043271 ], [ -75.054287, 40.044448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179005", "device_counts_2018": 1405, "device_counts_2019": 1122, "device_counts_2020": 794, "device_counts_2021": 712, "device_counts_2022": 928, "device_counts_2023": 935, "device_counts_2024": 684, "stop_counts_2018": 5312, "stop_counts_2019": 3877, "stop_counts_2020": 2902, "stop_counts_2021": 2578, "stop_counts_2022": 2352, "stop_counts_2023": 3208, "stop_counts_2024": 2085, "AREA_acre": 69.692000698978703 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121855, 39.987436 ], [ -75.121438, 39.987859 ], [ -75.120138, 39.986877 ], [ -75.116751, 39.988652 ], [ -75.115083, 39.989526 ], [ -75.114257, 39.989952 ], [ -75.113492, 39.988768 ], [ -75.11674, 39.98673 ], [ -75.115524, 39.985365 ], [ -75.115224, 39.985018 ], [ -75.114934, 39.984697 ], [ -75.115605, 39.983551 ], [ -75.116075, 39.982938 ], [ -75.116836, 39.982072 ], [ -75.117355, 39.981481 ], [ -75.118522, 39.982825 ], [ -75.120252, 39.984755 ], [ -75.122417, 39.987001 ], [ -75.121855, 39.987436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344003", "device_counts_2018": 1114, "device_counts_2019": 940, "device_counts_2020": 742, "device_counts_2021": 577, "device_counts_2022": 969, "device_counts_2023": 1871, "device_counts_2024": 1902, "stop_counts_2018": 6700, "stop_counts_2019": 6113, "stop_counts_2020": 5066, "stop_counts_2021": 4019, "stop_counts_2022": 5701, "stop_counts_2023": 6094, "stop_counts_2024": 3967, "AREA_acre": 272.71199194814454 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059388, 40.096462 ], [ -75.054861, 40.100183 ], [ -75.054966, 40.100963 ], [ -75.050974, 40.103122 ], [ -75.049676, 40.102037 ], [ -75.047115, 40.098377 ], [ -75.046737, 40.09524 ], [ -75.047299, 40.092762 ], [ -75.047567, 40.09192 ], [ -75.050752, 40.09478 ], [ -75.053907, 40.091873 ], [ -75.057068, 40.089697 ], [ -75.058343, 40.090153 ], [ -75.063708, 40.090568 ], [ -75.059388, 40.096462 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125001", "device_counts_2018": 15886, "device_counts_2019": 15400, "device_counts_2020": 4627, "device_counts_2021": 7045, "device_counts_2022": 11976, "device_counts_2023": 12597, "device_counts_2024": 12252, "stop_counts_2018": 49464, "stop_counts_2019": 47349, "stop_counts_2020": 12931, "stop_counts_2021": 16488, "stop_counts_2022": 29875, "stop_counts_2023": 40002, "stop_counts_2024": 35658, "AREA_acre": 86.440578360016247 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171583, 39.960795 ], [ -75.168429, 39.9604 ], [ -75.167806, 39.963306 ], [ -75.166227, 39.963112 ], [ -75.161384, 39.962474 ], [ -75.161443, 39.962172 ], [ -75.161411, 39.962102 ], [ -75.162293, 39.958058 ], [ -75.162339, 39.957825 ], [ -75.162413, 39.957834 ], [ -75.172002, 39.959007 ], [ -75.171583, 39.960795 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090002", "device_counts_2018": 1821, "device_counts_2019": 1922, "device_counts_2020": 406, "device_counts_2021": 727, "device_counts_2022": 1313, "device_counts_2023": 1752, "device_counts_2024": 1473, "stop_counts_2018": 4728, "stop_counts_2019": 6202, "stop_counts_2020": 1117, "stop_counts_2021": 1805, "stop_counts_2022": 4607, "stop_counts_2023": 5801, "stop_counts_2024": 3653, "AREA_acre": 20.723312292123261 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193905, 39.960514 ], [ -75.189564, 39.960998 ], [ -75.18921, 39.958811 ], [ -75.193574, 39.958689 ], [ -75.193905, 39.960514 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010375002", "device_counts_2018": 1025, "device_counts_2019": 813, "device_counts_2020": 438, "device_counts_2021": 414, "device_counts_2022": 561, "device_counts_2023": 682, "device_counts_2024": 764, "stop_counts_2018": 5579, "stop_counts_2019": 3564, "stop_counts_2020": 2144, "stop_counts_2021": 1800, "stop_counts_2022": 2589, "stop_counts_2023": 2913, "stop_counts_2024": 2969, "AREA_acre": 134.20993184559555 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.265511, 39.981857 ], [ -75.259476, 39.984955 ], [ -75.255676, 39.987499 ], [ -75.251063, 39.981601 ], [ -75.252544, 39.98077 ], [ -75.253104, 39.98018 ], [ -75.253929, 39.979067 ], [ -75.255918, 39.978122 ], [ -75.257113, 39.983789 ], [ -75.259062, 39.982814 ], [ -75.261282, 39.978272 ], [ -75.265511, 39.981857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191003", "device_counts_2018": 1290, "device_counts_2019": 1010, "device_counts_2020": 597, "device_counts_2021": 534, "device_counts_2022": 793, "device_counts_2023": 461, "device_counts_2024": 486, "stop_counts_2018": 7994, "stop_counts_2019": 5457, "stop_counts_2020": 3196, "stop_counts_2021": 2848, "stop_counts_2022": 3199, "stop_counts_2023": 1647, "stop_counts_2024": 3647, "AREA_acre": 23.351170421796859 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106083, 40.00813 ], [ -75.105768, 40.009619 ], [ -75.102552, 40.009202 ], [ -75.103146, 40.006202 ], [ -75.106403, 40.006621 ], [ -75.106083, 40.00813 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093001", "device_counts_2018": 1003, "device_counts_2019": 772, "device_counts_2020": 331, "device_counts_2021": 235, "device_counts_2022": 347, "device_counts_2023": 605, "device_counts_2024": 351, "stop_counts_2018": 3978, "stop_counts_2019": 2590, "stop_counts_2020": 966, "stop_counts_2021": 940, "stop_counts_2022": 1204, "stop_counts_2023": 2428, "stop_counts_2024": 1176, "AREA_acre": 12.603535175829014 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223531, 39.964601 ], [ -75.221952, 39.96425 ], [ -75.220044, 39.963819 ], [ -75.219693, 39.962523 ], [ -75.223746, 39.963026 ], [ -75.223531, 39.964601 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112005", "device_counts_2018": 954, "device_counts_2019": 674, "device_counts_2020": 386, "device_counts_2021": 235, "device_counts_2022": 338, "device_counts_2023": 403, "device_counts_2024": 176, "stop_counts_2018": 4192, "stop_counts_2019": 2756, "stop_counts_2020": 1194, "stop_counts_2021": 586, "stop_counts_2022": 998, "stop_counts_2023": 488, "stop_counts_2024": 230, "AREA_acre": 18.723645175240652 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23857, 39.976101 ], [ -75.236087, 39.97638 ], [ -75.235493, 39.973234 ], [ -75.237983, 39.972957 ], [ -75.23857, 39.976101 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282003", "device_counts_2018": 12652, "device_counts_2019": 10141, "device_counts_2020": 3923, "device_counts_2021": 3650, "device_counts_2022": 5695, "device_counts_2023": 6366, "device_counts_2024": 4920, "stop_counts_2018": 50809, "stop_counts_2019": 41094, "stop_counts_2020": 16866, "stop_counts_2021": 13928, "stop_counts_2022": 19512, "stop_counts_2023": 17720, "stop_counts_2024": 12911, "AREA_acre": 86.388596668071287 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144749, 40.039072 ], [ -75.144571, 40.039836 ], [ -75.139212, 40.039146 ], [ -75.137633, 40.038943 ], [ -75.137945, 40.037539 ], [ -75.138323, 40.035876 ], [ -75.139766, 40.034506 ], [ -75.143944, 40.032192 ], [ -75.143363, 40.034976 ], [ -75.145554, 40.035262 ], [ -75.144749, 40.039072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262002", "device_counts_2018": 487, "device_counts_2019": 395, "device_counts_2020": 203, "device_counts_2021": 163, "device_counts_2022": 221, "device_counts_2023": 180, "device_counts_2024": 80, "stop_counts_2018": 3487, "stop_counts_2019": 2657, "stop_counts_2020": 1398, "stop_counts_2021": 843, "stop_counts_2022": 1387, "stop_counts_2023": 886, "stop_counts_2024": 129, "AREA_acre": 22.303196712337844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16899, 40.071473 ], [ -75.166725, 40.070165 ], [ -75.165348, 40.069372 ], [ -75.16697, 40.067709 ], [ -75.170657, 40.069832 ], [ -75.16899, 40.071473 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070004", "device_counts_2018": 589, "device_counts_2019": 442, "device_counts_2020": 265, "device_counts_2021": 148, "device_counts_2022": 198, "device_counts_2023": 330, "device_counts_2024": 207, "stop_counts_2018": 2698, "stop_counts_2019": 2362, "stop_counts_2020": 1008, "stop_counts_2021": 637, "stop_counts_2022": 606, "stop_counts_2023": 1392, "stop_counts_2024": 1306, "AREA_acre": 14.424143086626101 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225358, 39.936 ], [ -75.224388, 39.936676 ], [ -75.222986, 39.9355 ], [ -75.221731, 39.93443 ], [ -75.223219, 39.933389 ], [ -75.225887, 39.935625 ], [ -75.225358, 39.936 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331021", "device_counts_2018": 1078, "device_counts_2019": 1066, "device_counts_2020": 610, "device_counts_2021": 806, "device_counts_2022": 1023, "device_counts_2023": 1068, "device_counts_2024": 1011, "stop_counts_2018": 5978, "stop_counts_2019": 4648, "stop_counts_2020": 2754, "stop_counts_2021": 2978, "stop_counts_2022": 3597, "stop_counts_2023": 4053, "stop_counts_2024": 2528, "AREA_acre": 68.65847981363315 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.026037, 40.048163 ], [ -75.023007, 40.049197 ], [ -75.021343, 40.048294 ], [ -75.020489, 40.04639 ], [ -75.021752, 40.043668 ], [ -75.02562, 40.042322 ], [ -75.02603, 40.043117 ], [ -75.02654, 40.045822 ], [ -75.026037, 40.048163 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192003", "device_counts_2018": 1060, "device_counts_2019": 760, "device_counts_2020": 419, "device_counts_2021": 405, "device_counts_2022": 448, "device_counts_2023": 833, "device_counts_2024": 477, "stop_counts_2018": 4646, "stop_counts_2019": 2519, "stop_counts_2020": 1612, "stop_counts_2021": 1027, "stop_counts_2022": 1883, "stop_counts_2023": 2194, "stop_counts_2024": 986, "AREA_acre": 17.361851588647173 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116722, 40.000088 ], [ -75.114785, 39.999838 ], [ -75.112398, 40.00052 ], [ -75.112923, 39.99806 ], [ -75.115107, 39.998347 ], [ -75.117055, 39.998601 ], [ -75.116722, 40.000088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025004", "device_counts_2018": 4003, "device_counts_2019": 2148, "device_counts_2020": 1058, "device_counts_2021": 1166, "device_counts_2022": 1481, "device_counts_2023": 1896, "device_counts_2024": 1668, "stop_counts_2018": 10804, "stop_counts_2019": 6474, "stop_counts_2020": 2957, "stop_counts_2021": 3104, "stop_counts_2022": 3692, "stop_counts_2023": 5717, "stop_counts_2024": 2874, "AREA_acre": 29.568738748956925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153774, 39.935516 ], [ -75.153286, 39.937736 ], [ -75.150229, 39.936921 ], [ -75.151041, 39.933227 ], [ -75.154194, 39.933649 ], [ -75.153774, 39.935516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310002", "device_counts_2018": 1816, "device_counts_2019": 1719, "device_counts_2020": 1142, "device_counts_2021": 1031, "device_counts_2022": 1362, "device_counts_2023": 688, "device_counts_2024": 912, "stop_counts_2018": 5836, "stop_counts_2019": 4809, "stop_counts_2020": 2897, "stop_counts_2021": 2313, "stop_counts_2022": 3522, "stop_counts_2023": 1241, "stop_counts_2024": 1248, "AREA_acre": 45.342568649430774 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076902, 40.054387 ], [ -75.075032, 40.056359 ], [ -75.073256, 40.05533 ], [ -75.071514, 40.054341 ], [ -75.069721, 40.053284 ], [ -75.072108, 40.050765 ], [ -75.075675, 40.052745 ], [ -75.07509, 40.053364 ], [ -75.076902, 40.054387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168004", "device_counts_2018": 826, "device_counts_2019": 773, "device_counts_2020": 381, "device_counts_2021": 256, "device_counts_2022": 331, "device_counts_2023": 279, "device_counts_2024": 305, "stop_counts_2018": 2628, "stop_counts_2019": 2209, "stop_counts_2020": 1031, "stop_counts_2021": 711, "stop_counts_2022": 799, "stop_counts_2023": 338, "stop_counts_2024": 403, "AREA_acre": 15.549127118641721 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167918, 39.990947 ], [ -75.165738, 39.990675 ], [ -75.166408, 39.987598 ], [ -75.168428, 39.987857 ], [ -75.167918, 39.990947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315023", "device_counts_2018": 544, "device_counts_2019": 469, "device_counts_2020": 290, "device_counts_2021": 260, "device_counts_2022": 357, "device_counts_2023": 356, "device_counts_2024": 202, "stop_counts_2018": 2882, "stop_counts_2019": 2469, "stop_counts_2020": 1509, "stop_counts_2021": 1304, "stop_counts_2022": 2340, "stop_counts_2023": 1498, "stop_counts_2024": 1397, "AREA_acre": 31.983140037278041 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056848, 40.03839 ], [ -75.053584, 40.036574 ], [ -75.051973, 40.035672 ], [ -75.053701, 40.033844 ], [ -75.055334, 40.034739 ], [ -75.058568, 40.036548 ], [ -75.056848, 40.03839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190002", "device_counts_2018": 1486, "device_counts_2019": 1190, "device_counts_2020": 641, "device_counts_2021": 600, "device_counts_2022": 827, "device_counts_2023": 862, "device_counts_2024": 634, "stop_counts_2018": 6632, "stop_counts_2019": 4205, "stop_counts_2020": 2346, "stop_counts_2021": 2249, "stop_counts_2022": 2893, "stop_counts_2023": 3519, "stop_counts_2024": 2255, "AREA_acre": 21.849327409648065 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.099374, 40.013583 ], [ -75.097431, 40.013325 ], [ -75.098428, 40.008664 ], [ -75.100373, 40.008914 ], [ -75.099374, 40.013583 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010211001", "device_counts_2018": 631, "device_counts_2019": 565, "device_counts_2020": 342, "device_counts_2021": 301, "device_counts_2022": 360, "device_counts_2023": 735, "device_counts_2024": 433, "stop_counts_2018": 3784, "stop_counts_2019": 2731, "stop_counts_2020": 1816, "stop_counts_2021": 1769, "stop_counts_2022": 1920, "stop_counts_2023": 6156, "stop_counts_2024": 6245, "AREA_acre": 43.444287153481682 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207732, 40.023783 ], [ -75.20323, 40.025839 ], [ -75.202496, 40.025609 ], [ -75.203241, 40.024681 ], [ -75.204479, 40.020942 ], [ -75.204057, 40.020213 ], [ -75.207595, 40.019536 ], [ -75.207536, 40.021731 ], [ -75.207501, 40.023328 ], [ -75.207732, 40.023783 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305023", "device_counts_2018": 568, "device_counts_2019": 406, "device_counts_2020": 212, "device_counts_2021": 164, "device_counts_2022": 223, "device_counts_2023": 178, "device_counts_2024": 283, "stop_counts_2018": 3463, "stop_counts_2019": 2128, "stop_counts_2020": 1389, "stop_counts_2021": 860, "stop_counts_2022": 1229, "stop_counts_2023": 543, "stop_counts_2024": 2131, "AREA_acre": 29.058286058023302 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109406, 40.04584 ], [ -75.10789, 40.048195 ], [ -75.10323, 40.051355 ], [ -75.101335, 40.049539 ], [ -75.102875, 40.047968 ], [ -75.105314, 40.049378 ], [ -75.107491, 40.046751 ], [ -75.108728, 40.045469 ], [ -75.109406, 40.04584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169011", "device_counts_2018": 1502, "device_counts_2019": 1089, "device_counts_2020": 695, "device_counts_2021": 414, "device_counts_2022": 477, "device_counts_2023": 832, "device_counts_2024": 505, "stop_counts_2018": 6291, "stop_counts_2019": 4375, "stop_counts_2020": 2435, "stop_counts_2021": 1427, "stop_counts_2022": 1554, "stop_counts_2023": 5482, "stop_counts_2024": 2681, "AREA_acre": 35.418389981721027 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175539, 39.996639 ], [ -75.173948, 39.996432 ], [ -75.172355, 39.99624 ], [ -75.170767, 39.996036 ], [ -75.171115, 39.994444 ], [ -75.171173, 39.994165 ], [ -75.171441, 39.992946 ], [ -75.174615, 39.993359 ], [ -75.176212, 39.993572 ], [ -75.175539, 39.996639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010367002", "device_counts_2018": 4220, "device_counts_2019": 3589, "device_counts_2020": 1281, "device_counts_2021": 1624, "device_counts_2022": 2299, "device_counts_2023": 3884, "device_counts_2024": 3649, "stop_counts_2018": 11918, "stop_counts_2019": 9685, "stop_counts_2020": 3895, "stop_counts_2021": 3886, "stop_counts_2022": 5746, "stop_counts_2023": 13963, "stop_counts_2024": 9895, "AREA_acre": 51.494491650795496 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148029, 39.962265 ], [ -75.147796, 39.963527 ], [ -75.147146, 39.967126 ], [ -75.144002, 39.96567 ], [ -75.142528, 39.964985 ], [ -75.143279, 39.9614 ], [ -75.14482, 39.961762 ], [ -75.146586, 39.962174 ], [ -75.146557, 39.961255 ], [ -75.148181, 39.961418 ], [ -75.148029, 39.962265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197001", "device_counts_2018": 1864, "device_counts_2019": 1447, "device_counts_2020": 740, "device_counts_2021": 760, "device_counts_2022": 1018, "device_counts_2023": 1313, "device_counts_2024": 604, "stop_counts_2018": 6333, "stop_counts_2019": 4344, "stop_counts_2020": 2780, "stop_counts_2021": 2278, "stop_counts_2022": 2866, "stop_counts_2023": 3755, "stop_counts_2024": 1373, "AREA_acre": 33.317657678886114 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136811, 40.016899 ], [ -75.136984, 40.018789 ], [ -75.13674, 40.019958 ], [ -75.135818, 40.020645 ], [ -75.135434, 40.019782 ], [ -75.134194, 40.019619 ], [ -75.13519, 40.015056 ], [ -75.135533, 40.013463 ], [ -75.136231, 40.013547 ], [ -75.137502, 40.01371 ], [ -75.136811, 40.016899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265001", "device_counts_2018": 1552, "device_counts_2019": 1276, "device_counts_2020": 589, "device_counts_2021": 499, "device_counts_2022": 626, "device_counts_2023": 687, "device_counts_2024": 689, "stop_counts_2018": 4566, "stop_counts_2019": 3196, "stop_counts_2020": 1804, "stop_counts_2021": 1057, "stop_counts_2022": 1563, "stop_counts_2023": 1796, "stop_counts_2024": 1116, "AREA_acre": 18.248182493371445 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15642, 40.061234 ], [ -75.155254, 40.062431 ], [ -75.153513, 40.064285 ], [ -75.152915, 40.063881 ], [ -75.151879, 40.062406 ], [ -75.15175, 40.06222 ], [ -75.15597, 40.060525 ], [ -75.15642, 40.061234 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152005", "device_counts_2018": 638, "device_counts_2019": 542, "device_counts_2020": 248, "device_counts_2021": 173, "device_counts_2022": 233, "device_counts_2023": 307, "device_counts_2024": 403, "stop_counts_2018": 2340, "stop_counts_2019": 1980, "stop_counts_2020": 938, "stop_counts_2021": 556, "stop_counts_2022": 724, "stop_counts_2023": 1075, "stop_counts_2024": 971, "AREA_acre": 11.519598467333442 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175047, 39.983956 ], [ -75.175026, 39.98402 ], [ -75.171847, 39.983599 ], [ -75.172161, 39.9821 ], [ -75.174771, 39.982444 ], [ -75.174991, 39.98246 ], [ -75.175344, 39.982517 ], [ -75.175047, 39.983956 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012025", "device_counts_2018": 1789, "device_counts_2019": 1554, "device_counts_2020": 471, "device_counts_2021": 582, "device_counts_2022": 808, "device_counts_2023": 1368, "device_counts_2024": 1548, "stop_counts_2018": 3890, "stop_counts_2019": 3714, "stop_counts_2020": 948, "stop_counts_2021": 1254, "stop_counts_2022": 1735, "stop_counts_2023": 2929, "stop_counts_2024": 2681, "AREA_acre": 10.80389314862027 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174323, 39.948177 ], [ -75.17118, 39.947784 ], [ -75.171488, 39.946353 ], [ -75.174627, 39.946753 ], [ -75.174323, 39.948177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264007", "device_counts_2018": 609, "device_counts_2019": 443, "device_counts_2020": 249, "device_counts_2021": 160, "device_counts_2022": 236, "device_counts_2023": 256, "device_counts_2024": 273, "stop_counts_2018": 4347, "stop_counts_2019": 2225, "stop_counts_2020": 1191, "stop_counts_2021": 785, "stop_counts_2022": 1274, "stop_counts_2023": 713, "stop_counts_2024": 799, "AREA_acre": 17.818747975266241 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162495, 40.067732 ], [ -75.159299, 40.065913 ], [ -75.156726, 40.064442 ], [ -75.158621, 40.063281 ], [ -75.160688, 40.064468 ], [ -75.159774, 40.06542 ], [ -75.162957, 40.067255 ], [ -75.162495, 40.067732 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357021", "device_counts_2018": 1507, "device_counts_2019": 1306, "device_counts_2020": 904, "device_counts_2021": 824, "device_counts_2022": 1128, "device_counts_2023": 3219, "device_counts_2024": 2682, "stop_counts_2018": 8342, "stop_counts_2019": 7272, "stop_counts_2020": 6399, "stop_counts_2021": 5186, "stop_counts_2022": 6110, "stop_counts_2023": 11156, "stop_counts_2024": 8877, "AREA_acre": 314.8777439608142 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044216, 40.115747 ], [ -75.043856, 40.115997 ], [ -75.037097, 40.117646 ], [ -75.033268, 40.116139 ], [ -75.032101, 40.115319 ], [ -75.032756, 40.11432 ], [ -75.030665, 40.113106 ], [ -75.029956, 40.114481 ], [ -75.028279, 40.11408 ], [ -75.029541, 40.112852 ], [ -75.029615, 40.112667 ], [ -75.029517, 40.11245 ], [ -75.029273, 40.112301 ], [ -75.029192, 40.111392 ], [ -75.033722, 40.106639 ], [ -75.033897, 40.105689 ], [ -75.03946, 40.107362 ], [ -75.048542, 40.112729 ], [ -75.044216, 40.115747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179004", "device_counts_2018": 1356, "device_counts_2019": 1067, "device_counts_2020": 698, "device_counts_2021": 601, "device_counts_2022": 798, "device_counts_2023": 911, "device_counts_2024": 710, "stop_counts_2018": 6422, "stop_counts_2019": 3962, "stop_counts_2020": 2374, "stop_counts_2021": 2102, "stop_counts_2022": 3104, "stop_counts_2023": 2719, "stop_counts_2024": 1795, "AREA_acre": 44.988958057002726 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113665, 39.990278 ], [ -75.109528, 39.992123 ], [ -75.108859, 39.991356 ], [ -75.10773, 39.990079 ], [ -75.11017, 39.988806 ], [ -75.109192, 39.987702 ], [ -75.111887, 39.986296 ], [ -75.112356, 39.98702 ], [ -75.113123, 39.988217 ], [ -75.113492, 39.988768 ], [ -75.114257, 39.989952 ], [ -75.113665, 39.990278 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317001", "device_counts_2018": 803, "device_counts_2019": 605, "device_counts_2020": 389, "device_counts_2021": 348, "device_counts_2022": 445, "device_counts_2023": 281, "device_counts_2024": 331, "stop_counts_2018": 4062, "stop_counts_2019": 2408, "stop_counts_2020": 1776, "stop_counts_2021": 1759, "stop_counts_2022": 2154, "stop_counts_2023": 1542, "stop_counts_2024": 1856, "AREA_acre": 22.6720871453401 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.066299, 40.031344 ], [ -75.064448, 40.030313 ], [ -75.065635, 40.029071 ], [ -75.064004, 40.028165 ], [ -75.065108, 40.027073 ], [ -75.065403, 40.027033 ], [ -75.068445, 40.02871 ], [ -75.066299, 40.031344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066003", "device_counts_2018": 2948, "device_counts_2019": 1551, "device_counts_2020": 686, "device_counts_2021": 498, "device_counts_2022": 598, "device_counts_2023": 1112, "device_counts_2024": 1139, "stop_counts_2018": 10167, "stop_counts_2019": 4767, "stop_counts_2020": 2116, "stop_counts_2021": 1421, "stop_counts_2022": 1679, "stop_counts_2023": 4536, "stop_counts_2024": 3293, "AREA_acre": 30.322920390547633 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236986, 39.927821 ], [ -75.235478, 39.928877 ], [ -75.232362, 39.931074 ], [ -75.230104, 39.929711 ], [ -75.234337, 39.927526 ], [ -75.234328, 39.925573 ], [ -75.235594, 39.92664 ], [ -75.236986, 39.927821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389003", "device_counts_2018": 1740, "device_counts_2019": 1399, "device_counts_2020": 644, "device_counts_2021": 541, "device_counts_2022": 686, "device_counts_2023": 1043, "device_counts_2024": 882, "stop_counts_2018": 6717, "stop_counts_2019": 4877, "stop_counts_2020": 2023, "stop_counts_2021": 1438, "stop_counts_2022": 1897, "stop_counts_2023": 1608, "stop_counts_2024": 2381, "AREA_acre": 72.023225556342709 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177193, 40.05308 ], [ -75.175743, 40.054577 ], [ -75.176188, 40.055819 ], [ -75.174759, 40.057282 ], [ -75.172869, 40.057256 ], [ -75.168958, 40.054846 ], [ -75.17326, 40.050667 ], [ -75.175804, 40.052241 ], [ -75.177193, 40.05308 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010016002", "device_counts_2018": 2658, "device_counts_2019": 2214, "device_counts_2020": 697, "device_counts_2021": 849, "device_counts_2022": 986, "device_counts_2023": 1932, "device_counts_2024": 1722, "stop_counts_2018": 5704, "stop_counts_2019": 4859, "stop_counts_2020": 2146, "stop_counts_2021": 1709, "stop_counts_2022": 2097, "stop_counts_2023": 4450, "stop_counts_2024": 2823, "AREA_acre": 21.86168182375042 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147604, 39.941422 ], [ -75.14406, 39.940972 ], [ -75.144529, 39.938873 ], [ -75.144646, 39.938373 ], [ -75.148157, 39.938899 ], [ -75.147604, 39.941422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283004", "device_counts_2018": 1503, "device_counts_2019": 1171, "device_counts_2020": 540, "device_counts_2021": 368, "device_counts_2022": 478, "device_counts_2023": 708, "device_counts_2024": 375, "stop_counts_2018": 7758, "stop_counts_2019": 5265, "stop_counts_2020": 2244, "stop_counts_2021": 1620, "stop_counts_2022": 1948, "stop_counts_2023": 10404, "stop_counts_2024": 4071, "AREA_acre": 52.70659913582535 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145718, 40.024214 ], [ -75.145359, 40.025873 ], [ -75.143001, 40.025561 ], [ -75.140638, 40.025262 ], [ -75.140979, 40.023667 ], [ -75.141328, 40.022091 ], [ -75.141589, 40.020811 ], [ -75.143223, 40.020796 ], [ -75.145593, 40.021104 ], [ -75.146379, 40.021204 ], [ -75.145718, 40.024214 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025002", "device_counts_2018": 1844, "device_counts_2019": 1739, "device_counts_2020": 708, "device_counts_2021": 690, "device_counts_2022": 844, "device_counts_2023": 1796, "device_counts_2024": 1753, "stop_counts_2018": 5347, "stop_counts_2019": 4036, "stop_counts_2020": 2163, "stop_counts_2021": 1700, "stop_counts_2022": 2260, "stop_counts_2023": 3205, "stop_counts_2024": 3371, "AREA_acre": 26.066593992169583 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149463, 39.933019 ], [ -75.147616, 39.932313 ], [ -75.146808, 39.935982 ], [ -75.144656, 39.935402 ], [ -75.145146, 39.933321 ], [ -75.14617, 39.931321 ], [ -75.149728, 39.931793 ], [ -75.149463, 39.933019 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055003", "device_counts_2018": 1871, "device_counts_2019": 1360, "device_counts_2020": 749, "device_counts_2021": 635, "device_counts_2022": 833, "device_counts_2023": 1754, "device_counts_2024": 940, "stop_counts_2018": 10881, "stop_counts_2019": 7452, "stop_counts_2020": 4285, "stop_counts_2021": 3267, "stop_counts_2022": 4380, "stop_counts_2023": 9011, "stop_counts_2024": 2386, "AREA_acre": 134.677950292329 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255597, 39.899596 ], [ -75.251288, 39.904403 ], [ -75.249736, 39.903575 ], [ -75.247414, 39.906162 ], [ -75.244247, 39.908271 ], [ -75.241558, 39.907257 ], [ -75.240576, 39.904062 ], [ -75.244985, 39.903178 ], [ -75.247308, 39.902282 ], [ -75.249109, 39.901113 ], [ -75.252349, 39.897618 ], [ -75.253285, 39.898094 ], [ -75.255093, 39.898756 ], [ -75.255597, 39.899596 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010342002", "device_counts_2018": 1024, "device_counts_2019": 861, "device_counts_2020": 575, "device_counts_2021": 490, "device_counts_2022": 678, "device_counts_2023": 911, "device_counts_2024": 508, "stop_counts_2018": 6624, "stop_counts_2019": 6251, "stop_counts_2020": 3938, "stop_counts_2021": 3575, "stop_counts_2022": 4463, "stop_counts_2023": 2324, "stop_counts_2024": 1031, "AREA_acre": 193.11257248107074 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082456, 40.082884 ], [ -75.077805, 40.08577 ], [ -75.076363, 40.087265 ], [ -75.073616, 40.087907 ], [ -75.074488, 40.086788 ], [ -75.071691, 40.086977 ], [ -75.068235, 40.085035 ], [ -75.062288, 40.084478 ], [ -75.068463, 40.080164 ], [ -75.067597, 40.0788 ], [ -75.066273, 40.077544 ], [ -75.067333, 40.075504 ], [ -75.067912, 40.075976 ], [ -75.071007, 40.077682 ], [ -75.073705, 40.079182 ], [ -75.070181, 40.081194 ], [ -75.073278, 40.083085 ], [ -75.075061, 40.084174 ], [ -75.077179, 40.082798 ], [ -75.078845, 40.082048 ], [ -75.082456, 40.082884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010351001", "device_counts_2018": 3459, "device_counts_2019": 3509, "device_counts_2020": 2223, "device_counts_2021": 2254, "device_counts_2022": 3023, "device_counts_2023": 3122, "device_counts_2024": 2786, "stop_counts_2018": 11319, "stop_counts_2019": 10486, "stop_counts_2020": 6851, "stop_counts_2021": 6473, "stop_counts_2022": 8829, "stop_counts_2023": 8224, "stop_counts_2024": 9561, "AREA_acre": 116.74331780669604 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.99627, 40.047202 ], [ -74.986873, 40.052097 ], [ -74.984098, 40.054782 ], [ -74.983904, 40.054994 ], [ -74.982202, 40.053804 ], [ -74.982732, 40.053014 ], [ -74.980228, 40.050581 ], [ -74.981789, 40.04954 ], [ -74.984503, 40.051939 ], [ -74.986317, 40.050837 ], [ -74.983929, 40.048065 ], [ -74.985114, 40.046992 ], [ -74.988129, 40.049737 ], [ -74.992793, 40.046975 ], [ -74.989105, 40.043678 ], [ -74.990976, 40.042526 ], [ -74.99627, 40.047202 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362014", "device_counts_2018": 473, "device_counts_2019": 382, "device_counts_2020": 288, "device_counts_2021": 251, "device_counts_2022": 324, "device_counts_2023": 330, "device_counts_2024": 250, "stop_counts_2018": 4118, "stop_counts_2019": 2537, "stop_counts_2020": 1813, "stop_counts_2021": 1683, "stop_counts_2022": 1961, "stop_counts_2023": 467, "stop_counts_2024": 421, "AREA_acre": 35.534956307305968 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.988911, 40.07812 ], [ -74.986539, 40.080333 ], [ -74.984093, 40.079508 ], [ -74.985706, 40.07568 ], [ -74.987568, 40.075825 ], [ -74.990003, 40.077975 ], [ -74.988911, 40.07812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010015002", "device_counts_2018": 6784, "device_counts_2019": 6256, "device_counts_2020": 2145, "device_counts_2021": 2536, "device_counts_2022": 3192, "device_counts_2023": 5955, "device_counts_2024": 5147, "stop_counts_2018": 17021, "stop_counts_2019": 14519, "stop_counts_2020": 5281, "stop_counts_2021": 5478, "stop_counts_2022": 6906, "stop_counts_2023": 12639, "stop_counts_2024": 11376, "AREA_acre": 40.370265294292395 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165988, 39.94182 ], [ -75.165575, 39.943664 ], [ -75.165493, 39.943653 ], [ -75.160205, 39.942997 ], [ -75.156673, 39.942551 ], [ -75.156853, 39.941683 ], [ -75.156388, 39.940627 ], [ -75.16218, 39.94135 ], [ -75.165909, 39.941811 ], [ -75.165988, 39.94182 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024003", "device_counts_2018": 5481, "device_counts_2019": 4645, "device_counts_2020": 2298, "device_counts_2021": 2805, "device_counts_2022": 3081, "device_counts_2023": 3906, "device_counts_2024": 4027, "stop_counts_2018": 13052, "stop_counts_2019": 9517, "stop_counts_2020": 4701, "stop_counts_2021": 5439, "stop_counts_2022": 6252, "stop_counts_2023": 6945, "stop_counts_2024": 7831, "AREA_acre": 31.963618343008978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161399, 39.937157 ], [ -75.16092, 39.939367 ], [ -75.157848, 39.938982 ], [ -75.156317, 39.938569 ], [ -75.156622, 39.937182 ], [ -75.15815, 39.937589 ], [ -75.158424, 39.936372 ], [ -75.158669, 39.935226 ], [ -75.160199, 39.9356 ], [ -75.161678, 39.935849 ], [ -75.161399, 39.937157 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070005", "device_counts_2018": 1090, "device_counts_2019": 864, "device_counts_2020": 444, "device_counts_2021": 322, "device_counts_2022": 403, "device_counts_2023": 755, "device_counts_2024": 461, "stop_counts_2018": 5143, "stop_counts_2019": 3342, "stop_counts_2020": 1697, "stop_counts_2021": 1089, "stop_counts_2022": 1128, "stop_counts_2023": 1959, "stop_counts_2024": 716, "AREA_acre": 27.372494908107278 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222986, 39.9355 ], [ -75.221605, 39.936464 ], [ -75.220343, 39.935408 ], [ -75.219442, 39.936041 ], [ -75.218983, 39.936369 ], [ -75.217614, 39.93733 ], [ -75.215778, 39.935624 ], [ -75.217058, 39.934733 ], [ -75.217811, 39.935357 ], [ -75.220543, 39.933446 ], [ -75.221731, 39.93443 ], [ -75.222986, 39.9355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010092002", "device_counts_2018": 2468, "device_counts_2019": 2128, "device_counts_2020": 754, "device_counts_2021": 801, "device_counts_2022": 1205, "device_counts_2023": 1602, "device_counts_2024": 1345, "stop_counts_2018": 8522, "stop_counts_2019": 7039, "stop_counts_2020": 2522, "stop_counts_2021": 2505, "stop_counts_2022": 3517, "stop_counts_2023": 3731, "stop_counts_2024": 3138, "AREA_acre": 38.437719533194389 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.206889, 39.962485 ], [ -75.20236, 39.962859 ], [ -75.202235, 39.961643 ], [ -75.201971, 39.959176 ], [ -75.20627, 39.958823 ], [ -75.206889, 39.962485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108003", "device_counts_2018": 1151, "device_counts_2019": 902, "device_counts_2020": 422, "device_counts_2021": 403, "device_counts_2022": 558, "device_counts_2023": 859, "device_counts_2024": 791, "stop_counts_2018": 4961, "stop_counts_2019": 3275, "stop_counts_2020": 1549, "stop_counts_2021": 1938, "stop_counts_2022": 2228, "stop_counts_2023": 2700, "stop_counts_2024": 2260, "AREA_acre": 39.020900483504938 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198248, 39.96793 ], [ -75.195863, 39.968193 ], [ -75.19531, 39.968045 ], [ -75.194727, 39.964903 ], [ -75.194297, 39.962607 ], [ -75.197197, 39.962287 ], [ -75.197519, 39.964025 ], [ -75.197832, 39.965697 ], [ -75.198248, 39.96793 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146001", "device_counts_2018": 8772, "device_counts_2019": 7818, "device_counts_2020": 2897, "device_counts_2021": 3530, "device_counts_2022": 5082, "device_counts_2023": 5706, "device_counts_2024": 4643, "stop_counts_2018": 28344, "stop_counts_2019": 24362, "stop_counts_2020": 7489, "stop_counts_2021": 10100, "stop_counts_2022": 13877, "stop_counts_2023": 19745, "stop_counts_2024": 13043, "AREA_acre": 74.362003134306221 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158526, 39.97585 ], [ -75.157581, 39.980223 ], [ -75.152235, 39.979531 ], [ -75.150661, 39.979325 ], [ -75.151306, 39.976382 ], [ -75.154452, 39.976794 ], [ -75.155061, 39.973996 ], [ -75.156616, 39.974198 ], [ -75.158782, 39.974482 ], [ -75.158526, 39.97585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191005", "device_counts_2018": 4078, "device_counts_2019": 3146, "device_counts_2020": 1890, "device_counts_2021": 1749, "device_counts_2022": 2299, "device_counts_2023": 2537, "device_counts_2024": 1928, "stop_counts_2018": 17690, "stop_counts_2019": 11890, "stop_counts_2020": 7618, "stop_counts_2021": 6480, "stop_counts_2022": 8410, "stop_counts_2023": 7380, "stop_counts_2024": 4999, "AREA_acre": 133.66403591679696 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113483, 40.005927 ], [ -75.112821, 40.009007 ], [ -75.106083, 40.00813 ], [ -75.106403, 40.006621 ], [ -75.103146, 40.006202 ], [ -75.10327, 40.005602 ], [ -75.103797, 40.003134 ], [ -75.101811, 40.002863 ], [ -75.103179, 40.002096 ], [ -75.104197, 40.001525 ], [ -75.110017, 40.002282 ], [ -75.109864, 40.003027 ], [ -75.113986, 40.00356 ], [ -75.113483, 40.005927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240002", "device_counts_2018": 3856, "device_counts_2019": 2967, "device_counts_2020": 1390, "device_counts_2021": 1091, "device_counts_2022": 1426, "device_counts_2023": 2204, "device_counts_2024": 1799, "stop_counts_2018": 11638, "stop_counts_2019": 8827, "stop_counts_2020": 4310, "stop_counts_2021": 3493, "stop_counts_2022": 4649, "stop_counts_2023": 4787, "stop_counts_2024": 4539, "AREA_acre": 62.38835819427598 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183058, 40.03129 ], [ -75.181235, 40.033097 ], [ -75.174572, 40.029244 ], [ -75.177222, 40.026659 ], [ -75.1793, 40.027944 ], [ -75.183731, 40.030637 ], [ -75.183058, 40.03129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010269002", "device_counts_2018": 1307, "device_counts_2019": 966, "device_counts_2020": 462, "device_counts_2021": 357, "device_counts_2022": 440, "device_counts_2023": 811, "device_counts_2024": 610, "stop_counts_2018": 8608, "stop_counts_2019": 5483, "stop_counts_2020": 1776, "stop_counts_2021": 1254, "stop_counts_2022": 1909, "stop_counts_2023": 1792, "stop_counts_2024": 2294, "AREA_acre": 118.10840506494418 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137025, 40.058773 ], [ -75.136631, 40.059187 ], [ -75.135124, 40.060989 ], [ -75.130135, 40.057796 ], [ -75.129021, 40.057091 ], [ -75.130059, 40.055474 ], [ -75.130783, 40.052206 ], [ -75.133814, 40.0526 ], [ -75.137767, 40.053112 ], [ -75.137025, 40.058773 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318001", "device_counts_2018": 2474, "device_counts_2019": 1973, "device_counts_2020": 1143, "device_counts_2021": 1151, "device_counts_2022": 1541, "device_counts_2023": 1221, "device_counts_2024": 1140, "stop_counts_2018": 8924, "stop_counts_2019": 6425, "stop_counts_2020": 3577, "stop_counts_2021": 3797, "stop_counts_2022": 4933, "stop_counts_2023": 5336, "stop_counts_2024": 2381, "AREA_acre": 48.147068070352006 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080757, 40.032541 ], [ -75.077022, 40.033387 ], [ -75.074439, 40.03398 ], [ -75.071097, 40.034742 ], [ -75.071824, 40.033503 ], [ -75.072682, 40.031938 ], [ -75.073733, 40.029784 ], [ -75.076783, 40.031474 ], [ -75.078277, 40.032301 ], [ -75.079443, 40.031051 ], [ -75.081231, 40.032046 ], [ -75.080757, 40.032541 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325004", "device_counts_2018": 1298, "device_counts_2019": 1084, "device_counts_2020": 691, "device_counts_2021": 573, "device_counts_2022": 771, "device_counts_2023": 861, "device_counts_2024": 816, "stop_counts_2018": 7328, "stop_counts_2019": 5622, "stop_counts_2020": 3501, "stop_counts_2021": 2690, "stop_counts_2022": 3380, "stop_counts_2023": 1833, "stop_counts_2024": 3161, "AREA_acre": 64.962174389646506 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048375, 40.023291 ], [ -75.044721, 40.025179 ], [ -75.043408, 40.023672 ], [ -75.039768, 40.025551 ], [ -75.038625, 40.024239 ], [ -75.039452, 40.022917 ], [ -75.045381, 40.019868 ], [ -75.048375, 40.023291 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072001", "device_counts_2018": 1007, "device_counts_2019": 747, "device_counts_2020": 388, "device_counts_2021": 285, "device_counts_2022": 358, "device_counts_2023": 376, "device_counts_2024": 227, "stop_counts_2018": 4132, "stop_counts_2019": 2543, "stop_counts_2020": 1377, "stop_counts_2021": 751, "stop_counts_2022": 1028, "stop_counts_2023": 2170, "stop_counts_2024": 2084, "AREA_acre": 21.374247258852311 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237132, 39.943237 ], [ -75.235219, 39.943494 ], [ -75.234474, 39.944027 ], [ -75.233566, 39.943265 ], [ -75.233074, 39.942849 ], [ -75.231676, 39.941671 ], [ -75.233632, 39.940292 ], [ -75.236424, 39.942646 ], [ -75.237132, 39.943237 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201011", "device_counts_2018": 3947, "device_counts_2019": 3359, "device_counts_2020": 1302, "device_counts_2021": 1859, "device_counts_2022": 2297, "device_counts_2023": 2433, "device_counts_2024": 1901, "stop_counts_2018": 18293, "stop_counts_2019": 13700, "stop_counts_2020": 5659, "stop_counts_2021": 5803, "stop_counts_2022": 7131, "stop_counts_2023": 9426, "stop_counts_2024": 6308, "AREA_acre": 67.30863067905112 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158278, 40.006994 ], [ -75.158106, 40.007736 ], [ -75.156376, 40.008284 ], [ -75.151603, 40.007665 ], [ -75.152549, 40.003181 ], [ -75.154205, 40.003395 ], [ -75.157365, 40.003799 ], [ -75.158926, 40.004009 ], [ -75.158278, 40.006994 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276004", "device_counts_2018": 3922, "device_counts_2019": 3403, "device_counts_2020": 1759, "device_counts_2021": 1379, "device_counts_2022": 1848, "device_counts_2023": 2084, "device_counts_2024": 1297, "stop_counts_2018": 12681, "stop_counts_2019": 8912, "stop_counts_2020": 4694, "stop_counts_2021": 3486, "stop_counts_2022": 5070, "stop_counts_2023": 5086, "stop_counts_2024": 2596, "AREA_acre": 39.56144841050866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142898, 40.047493 ], [ -75.139107, 40.047011 ], [ -75.137529, 40.046805 ], [ -75.138205, 40.043739 ], [ -75.143547, 40.044426 ], [ -75.142898, 40.047493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280004", "device_counts_2018": 2743, "device_counts_2019": 2210, "device_counts_2020": 1022, "device_counts_2021": 791, "device_counts_2022": 1120, "device_counts_2023": 1093, "device_counts_2024": 857, "stop_counts_2018": 9953, "stop_counts_2019": 7444, "stop_counts_2020": 3340, "stop_counts_2021": 2452, "stop_counts_2022": 2889, "stop_counts_2023": 2430, "stop_counts_2024": 1436, "AREA_acre": 53.518010406394843 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154245, 40.025634 ], [ -75.153761, 40.025871 ], [ -75.152086, 40.026744 ], [ -75.150781, 40.026565 ], [ -75.149984, 40.02539 ], [ -75.149552, 40.024785 ], [ -75.148245, 40.022959 ], [ -75.148567, 40.021476 ], [ -75.153357, 40.022088 ], [ -75.15461, 40.023801 ], [ -75.154245, 40.025634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288002", "device_counts_2018": 918, "device_counts_2019": 617, "device_counts_2020": 286, "device_counts_2021": 250, "device_counts_2022": 397, "device_counts_2023": 384, "device_counts_2024": 281, "stop_counts_2018": 3910, "stop_counts_2019": 2650, "stop_counts_2020": 1498, "stop_counts_2021": 1329, "stop_counts_2022": 1696, "stop_counts_2023": 968, "stop_counts_2024": 2023, "AREA_acre": 20.588804025945542 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122425, 40.021314 ], [ -75.122095, 40.022864 ], [ -75.121762, 40.024364 ], [ -75.119823, 40.02412 ], [ -75.120136, 40.022627 ], [ -75.120481, 40.02109 ], [ -75.121407, 40.019548 ], [ -75.122752, 40.019722 ], [ -75.122425, 40.021314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298002", "device_counts_2018": 1049, "device_counts_2019": 890, "device_counts_2020": 449, "device_counts_2021": 392, "device_counts_2022": 621, "device_counts_2023": 376, "device_counts_2024": 502, "stop_counts_2018": 5529, "stop_counts_2019": 3276, "stop_counts_2020": 1794, "stop_counts_2021": 1519, "stop_counts_2022": 1705, "stop_counts_2023": 2129, "stop_counts_2024": 1457, "AREA_acre": 21.910516645991727 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.067782, 40.017853 ], [ -75.066116, 40.018648 ], [ -75.065113, 40.017511 ], [ -75.063385, 40.01552 ], [ -75.062519, 40.014542 ], [ -75.064145, 40.013681 ], [ -75.065941, 40.015727 ], [ -75.066752, 40.016661 ], [ -75.066195, 40.016956 ], [ -75.067782, 40.017853 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301003", "device_counts_2018": 569, "device_counts_2019": 441, "device_counts_2020": 244, "device_counts_2021": 190, "device_counts_2022": 198, "device_counts_2023": 206, "device_counts_2024": 207, "stop_counts_2018": 3574, "stop_counts_2019": 2467, "stop_counts_2020": 1542, "stop_counts_2021": 1206, "stop_counts_2022": 1060, "stop_counts_2023": 1479, "stop_counts_2024": 3014, "AREA_acre": 21.230877320232196 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.090373, 40.022233 ], [ -75.087283, 40.020485 ], [ -75.090325, 40.017356 ], [ -75.091304, 40.017883 ], [ -75.089718, 40.019875 ], [ -75.091492, 40.021027 ], [ -75.090373, 40.022233 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305021", "device_counts_2018": 1750, "device_counts_2019": 1417, "device_counts_2020": 672, "device_counts_2021": 623, "device_counts_2022": 843, "device_counts_2023": 890, "device_counts_2024": 705, "stop_counts_2018": 7863, "stop_counts_2019": 6814, "stop_counts_2020": 3398, "stop_counts_2021": 2833, "stop_counts_2022": 3793, "stop_counts_2023": 1496, "stop_counts_2024": 1477, "AREA_acre": 48.821404033532872 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105191, 40.0454 ], [ -75.102875, 40.047968 ], [ -75.101335, 40.049539 ], [ -75.100394, 40.048691 ], [ -75.099559, 40.047973 ], [ -75.098017, 40.047096 ], [ -75.101105, 40.045038 ], [ -75.103518, 40.043463 ], [ -75.105787, 40.044735 ], [ -75.105191, 40.0454 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311024", "device_counts_2018": 1125, "device_counts_2019": 747, "device_counts_2020": 407, "device_counts_2021": 352, "device_counts_2022": 498, "device_counts_2023": 536, "device_counts_2024": 250, "stop_counts_2018": 6618, "stop_counts_2019": 4193, "stop_counts_2020": 2226, "stop_counts_2021": 2132, "stop_counts_2022": 2468, "stop_counts_2023": 2452, "stop_counts_2024": 2218, "AREA_acre": 31.097989525405904 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084464, 40.037657 ], [ -75.082114, 40.040147 ], [ -75.07862, 40.038205 ], [ -75.079265, 40.037516 ], [ -75.080981, 40.035713 ], [ -75.083148, 40.036924 ], [ -75.084464, 40.037657 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313006", "device_counts_2018": 591, "device_counts_2019": 391, "device_counts_2020": 218, "device_counts_2021": 163, "device_counts_2022": 262, "device_counts_2023": 258, "device_counts_2024": 156, "stop_counts_2018": 3713, "stop_counts_2019": 2188, "stop_counts_2020": 1257, "stop_counts_2021": 926, "stop_counts_2022": 1445, "stop_counts_2023": 1135, "stop_counts_2024": 375, "AREA_acre": 15.935793427362324 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071817, 40.040124 ], [ -75.069459, 40.042621 ], [ -75.068234, 40.041945 ], [ -75.067663, 40.041634 ], [ -75.070025, 40.039139 ], [ -75.071817, 40.040124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315013", "device_counts_2018": 926, "device_counts_2019": 719, "device_counts_2020": 493, "device_counts_2021": 374, "device_counts_2022": 501, "device_counts_2023": 431, "device_counts_2024": 325, "stop_counts_2018": 2703, "stop_counts_2019": 2334, "stop_counts_2020": 2184, "stop_counts_2021": 1274, "stop_counts_2022": 1820, "stop_counts_2023": 1958, "stop_counts_2024": 992, "AREA_acre": 23.075336473992273 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051973, 40.035672 ], [ -75.050349, 40.034769 ], [ -75.047718, 40.033301 ], [ -75.048574, 40.032982 ], [ -75.050972, 40.032324 ], [ -75.053701, 40.033844 ], [ -75.051973, 40.035672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317003", "device_counts_2018": 2376, "device_counts_2019": 2408, "device_counts_2020": 1435, "device_counts_2021": 1861, "device_counts_2022": 2305, "device_counts_2023": 1138, "device_counts_2024": 1446, "stop_counts_2018": 6072, "stop_counts_2019": 5168, "stop_counts_2020": 2876, "stop_counts_2021": 3100, "stop_counts_2022": 3846, "stop_counts_2023": 2027, "stop_counts_2024": 1876, "AREA_acre": 13.718561730037109 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064448, 40.030313 ], [ -75.062828, 40.02941 ], [ -75.062426, 40.027979 ], [ -75.062394, 40.027444 ], [ -75.062599, 40.027433 ], [ -75.065108, 40.027073 ], [ -75.064004, 40.028165 ], [ -75.065635, 40.029071 ], [ -75.064448, 40.030313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320007", "device_counts_2018": 1060, "device_counts_2019": 907, "device_counts_2020": 569, "device_counts_2021": 511, "device_counts_2022": 749, "device_counts_2023": 485, "device_counts_2024": 331, "stop_counts_2018": 4231, "stop_counts_2019": 3070, "stop_counts_2020": 2303, "stop_counts_2021": 1911, "stop_counts_2022": 2712, "stop_counts_2023": 1265, "stop_counts_2024": 459, "AREA_acre": 21.113548458802939 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055416, 40.030086 ], [ -75.054054, 40.03118 ], [ -75.053249, 40.0317 ], [ -75.051073, 40.029403 ], [ -75.052898, 40.028462 ], [ -75.053968, 40.027905 ], [ -75.055661, 40.029843 ], [ -75.055416, 40.030086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329003", "device_counts_2018": 762, "device_counts_2019": 574, "device_counts_2020": 345, "device_counts_2021": 321, "device_counts_2022": 406, "device_counts_2023": 229, "device_counts_2024": 308, "stop_counts_2018": 5818, "stop_counts_2019": 3122, "stop_counts_2020": 1780, "stop_counts_2021": 1181, "stop_counts_2022": 1736, "stop_counts_2023": 2258, "stop_counts_2024": 1605, "AREA_acre": 21.028354202344413 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029881, 40.034072 ], [ -75.026887, 40.035695 ], [ -75.025367, 40.033347 ], [ -75.02798, 40.031894 ], [ -75.029881, 40.034072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339003", "device_counts_2018": 3947, "device_counts_2019": 3442, "device_counts_2020": 1968, "device_counts_2021": 1967, "device_counts_2022": 2408, "device_counts_2023": 3520, "device_counts_2024": 3342, "stop_counts_2018": 16157, "stop_counts_2019": 12619, "stop_counts_2020": 8011, "stop_counts_2021": 7553, "stop_counts_2022": 9409, "stop_counts_2023": 11882, "stop_counts_2024": 13042, "AREA_acre": 165.68584543541434 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.096733, 40.068989 ], [ -75.090317, 40.075115 ], [ -75.085044, 40.072141 ], [ -75.085496, 40.06747 ], [ -75.089378, 40.064705 ], [ -75.09037, 40.065285 ], [ -75.096733, 40.068989 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341002", "device_counts_2018": 848, "device_counts_2019": 720, "device_counts_2020": 559, "device_counts_2021": 499, "device_counts_2022": 697, "device_counts_2023": 757, "device_counts_2024": 861, "stop_counts_2018": 4924, "stop_counts_2019": 4470, "stop_counts_2020": 3603, "stop_counts_2021": 2454, "stop_counts_2022": 3707, "stop_counts_2023": 3308, "stop_counts_2024": 4789, "AREA_acre": 49.5832694540034 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079769, 40.076854 ], [ -75.078592, 40.078097 ], [ -75.073477, 40.07526 ], [ -75.0759, 40.072884 ], [ -75.077202, 40.071627 ], [ -75.078867, 40.072559 ], [ -75.077595, 40.073918 ], [ -75.080159, 40.075454 ], [ -75.079769, 40.076854 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169022", "device_counts_2018": 1856, "device_counts_2019": 1547, "device_counts_2020": 756, "device_counts_2021": 543, "device_counts_2022": 667, "device_counts_2023": 1167, "device_counts_2024": 863, "stop_counts_2018": 6207, "stop_counts_2019": 5951, "stop_counts_2020": 2156, "stop_counts_2021": 1717, "stop_counts_2022": 2158, "stop_counts_2023": 3607, "stop_counts_2024": 5405, "AREA_acre": 33.049935738965338 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186148, 39.992662 ], [ -75.185808, 39.992075 ], [ -75.179748, 39.991715 ], [ -75.180257, 39.989388 ], [ -75.183459, 39.9898 ], [ -75.186713, 39.990215 ], [ -75.186148, 39.992662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355002", "device_counts_2018": 3017, "device_counts_2019": 3005, "device_counts_2020": 2345, "device_counts_2021": 2287, "device_counts_2022": 3644, "device_counts_2023": 5574, "device_counts_2024": 5930, "stop_counts_2018": 11146, "stop_counts_2019": 8890, "stop_counts_2020": 7142, "stop_counts_2021": 6101, "stop_counts_2022": 9208, "stop_counts_2023": 14535, "stop_counts_2024": 12677, "AREA_acre": 134.77077479046054 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033547, 40.089582 ], [ -75.028337, 40.086604 ], [ -75.027097, 40.087878 ], [ -75.023996, 40.086107 ], [ -75.025229, 40.08482 ], [ -75.028952, 40.080968 ], [ -75.037498, 40.085459 ], [ -75.033547, 40.089582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347023", "device_counts_2018": 846, "device_counts_2019": 793, "device_counts_2020": 456, "device_counts_2021": 453, "device_counts_2022": 644, "device_counts_2023": 763, "device_counts_2024": 476, "stop_counts_2018": 5900, "stop_counts_2019": 4273, "stop_counts_2020": 2870, "stop_counts_2021": 3514, "stop_counts_2022": 4409, "stop_counts_2023": 2380, "stop_counts_2024": 1239, "AREA_acre": 92.015090473687764 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035062, 40.057327 ], [ -75.03433, 40.057067 ], [ -75.033734, 40.056884 ], [ -75.029032, 40.056399 ], [ -75.028549, 40.056169 ], [ -75.026753, 40.050779 ], [ -75.031695, 40.051607 ], [ -75.032754, 40.052569 ], [ -75.036019, 40.051602 ], [ -75.035062, 40.057327 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083023", "device_counts_2018": 1714, "device_counts_2019": 1386, "device_counts_2020": 670, "device_counts_2021": 524, "device_counts_2022": 629, "device_counts_2023": 1042, "device_counts_2024": 709, "stop_counts_2018": 6665, "stop_counts_2019": 4879, "stop_counts_2020": 3244, "stop_counts_2021": 1914, "stop_counts_2022": 2025, "stop_counts_2023": 3350, "stop_counts_2024": 2906, "AREA_acre": 21.671878773258666 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243975, 39.95626 ], [ -75.243608, 39.95802 ], [ -75.239658, 39.957534 ], [ -75.239909, 39.956313 ], [ -75.240137, 39.955252 ], [ -75.244084, 39.955743 ], [ -75.243975, 39.95626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009011", "device_counts_2018": 10049, "device_counts_2019": 6590, "device_counts_2020": 1182, "device_counts_2021": 2474, "device_counts_2022": 3026, "device_counts_2023": 5834, "device_counts_2024": 5576, "stop_counts_2018": 23604, "stop_counts_2019": 14009, "stop_counts_2020": 3114, "stop_counts_2021": 4523, "stop_counts_2022": 5603, "stop_counts_2023": 10995, "stop_counts_2024": 13335, "AREA_acre": 13.441753370567614 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162114, 39.94908 ], [ -75.159751, 39.948783 ], [ -75.160267, 39.946422 ], [ -75.161843, 39.94662 ], [ -75.162627, 39.946713 ], [ -75.162114, 39.94908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013003", "device_counts_2018": 1231, "device_counts_2019": 1073, "device_counts_2020": 486, "device_counts_2021": 555, "device_counts_2022": 689, "device_counts_2023": 1192, "device_counts_2024": 991, "stop_counts_2018": 3162, "stop_counts_2019": 2213, "stop_counts_2020": 898, "stop_counts_2021": 1267, "stop_counts_2022": 1594, "stop_counts_2023": 5532, "stop_counts_2024": 2979, "AREA_acre": 17.071490755988048 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181002, 39.941863 ], [ -75.177761, 39.941461 ], [ -75.178251, 39.939268 ], [ -75.179839, 39.939478 ], [ -75.181494, 39.939687 ], [ -75.181002, 39.941863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149003", "device_counts_2018": 1280, "device_counts_2019": 867, "device_counts_2020": 395, "device_counts_2021": 292, "device_counts_2022": 377, "device_counts_2023": 528, "device_counts_2024": 305, "stop_counts_2018": 4762, "stop_counts_2019": 3216, "stop_counts_2020": 1521, "stop_counts_2021": 844, "stop_counts_2022": 1006, "stop_counts_2023": 1964, "stop_counts_2024": 2824, "AREA_acre": 21.328332846842162 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179952, 39.983108 ], [ -75.178535, 39.982919 ], [ -75.176933, 39.982713 ], [ -75.177585, 39.979774 ], [ -75.179172, 39.979988 ], [ -75.180591, 39.980167 ], [ -75.179952, 39.983108 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151012", "device_counts_2018": 1327, "device_counts_2019": 1153, "device_counts_2020": 498, "device_counts_2021": 343, "device_counts_2022": 482, "device_counts_2023": 913, "device_counts_2024": 686, "stop_counts_2018": 6270, "stop_counts_2019": 4131, "stop_counts_2020": 1705, "stop_counts_2021": 1155, "stop_counts_2022": 1715, "stop_counts_2023": 1705, "stop_counts_2024": 970, "AREA_acre": 24.160946561924128 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186713, 39.990215 ], [ -75.183459, 39.9898 ], [ -75.183601, 39.989159 ], [ -75.183795, 39.988236 ], [ -75.184136, 39.986721 ], [ -75.185719, 39.986919 ], [ -75.187382, 39.98713 ], [ -75.186713, 39.990215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158004", "device_counts_2018": 2495, "device_counts_2019": 2224, "device_counts_2020": 589, "device_counts_2021": 773, "device_counts_2022": 1225, "device_counts_2023": 2309, "device_counts_2024": 2739, "stop_counts_2018": 5321, "stop_counts_2019": 4822, "stop_counts_2020": 1519, "stop_counts_2021": 1377, "stop_counts_2022": 2204, "stop_counts_2023": 4687, "stop_counts_2024": 5151, "AREA_acre": 16.299132598571067 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134401, 39.972303 ], [ -75.133286, 39.970766 ], [ -75.131239, 39.97165 ], [ -75.130452, 39.970189 ], [ -75.134428, 39.968791 ], [ -75.134401, 39.972303 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165001", "device_counts_2018": 787, "device_counts_2019": 550, "device_counts_2020": 262, "device_counts_2021": 185, "device_counts_2022": 262, "device_counts_2023": 560, "device_counts_2024": 409, "stop_counts_2018": 3258, "stop_counts_2019": 1831, "stop_counts_2020": 1056, "stop_counts_2021": 753, "stop_counts_2022": 721, "stop_counts_2023": 1200, "stop_counts_2024": 1583, "AREA_acre": 12.05627287889061 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152389, 39.993659 ], [ -75.150813, 39.99346 ], [ -75.149238, 39.993253 ], [ -75.149587, 39.991665 ], [ -75.15273, 39.992072 ], [ -75.152389, 39.993659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177023", "device_counts_2018": 1046, "device_counts_2019": 813, "device_counts_2020": 467, "device_counts_2021": 370, "device_counts_2022": 497, "device_counts_2023": 585, "device_counts_2024": 381, "stop_counts_2018": 3983, "stop_counts_2019": 2476, "stop_counts_2020": 1185, "stop_counts_2021": 1104, "stop_counts_2022": 1748, "stop_counts_2023": 889, "stop_counts_2024": 1601, "AREA_acre": 14.901765492291215 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120933, 39.999097 ], [ -75.118994, 39.998852 ], [ -75.119328, 39.997255 ], [ -75.119665, 39.995671 ], [ -75.121617, 39.99592 ], [ -75.120933, 39.999097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178002", "device_counts_2018": 1431, "device_counts_2019": 1319, "device_counts_2020": 669, "device_counts_2021": 495, "device_counts_2022": 660, "device_counts_2023": 806, "device_counts_2024": 785, "stop_counts_2018": 4987, "stop_counts_2019": 4170, "stop_counts_2020": 1907, "stop_counts_2021": 1497, "stop_counts_2022": 2380, "stop_counts_2023": 1981, "stop_counts_2024": 1101, "AREA_acre": 18.921076546789983 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113816, 39.992924 ], [ -75.111369, 39.994211 ], [ -75.110258, 39.992957 ], [ -75.109709, 39.992334 ], [ -75.109528, 39.992123 ], [ -75.113665, 39.990278 ], [ -75.112775, 39.991747 ], [ -75.113816, 39.992924 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010184001", "device_counts_2018": 1261, "device_counts_2019": 1210, "device_counts_2020": 722, "device_counts_2021": 797, "device_counts_2022": 1070, "device_counts_2023": 806, "device_counts_2024": 686, "stop_counts_2018": 5860, "stop_counts_2019": 4281, "stop_counts_2020": 2492, "stop_counts_2021": 2531, "stop_counts_2022": 3736, "stop_counts_2023": 1074, "stop_counts_2024": 2325, "AREA_acre": 92.210853861636934 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075687, 40.005553 ], [ -75.072702, 40.007904 ], [ -75.068883, 40.00879 ], [ -75.068346, 40.006924 ], [ -75.067696, 40.005333 ], [ -75.067245, 40.004293 ], [ -75.070609, 40.001652 ], [ -75.073149, 40.001517 ], [ -75.075687, 40.005553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028013", "device_counts_2018": 1456, "device_counts_2019": 1051, "device_counts_2020": 506, "device_counts_2021": 497, "device_counts_2022": 788, "device_counts_2023": 1068, "device_counts_2024": 1137, "stop_counts_2018": 5334, "stop_counts_2019": 3916, "stop_counts_2020": 1795, "stop_counts_2021": 1941, "stop_counts_2022": 2601, "stop_counts_2023": 2316, "stop_counts_2024": 3443, "AREA_acre": 18.38005483741447 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157843, 39.931615 ], [ -75.157578, 39.932837 ], [ -75.156025, 39.932635 ], [ -75.154454, 39.93242 ], [ -75.154735, 39.931208 ], [ -75.154997, 39.929984 ], [ -75.158121, 39.930394 ], [ -75.157843, 39.931615 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032003", "device_counts_2018": 1225, "device_counts_2019": 957, "device_counts_2020": 440, "device_counts_2021": 445, "device_counts_2022": 554, "device_counts_2023": 834, "device_counts_2024": 610, "stop_counts_2018": 6269, "stop_counts_2019": 3742, "stop_counts_2020": 1734, "stop_counts_2021": 1157, "stop_counts_2022": 1538, "stop_counts_2023": 3274, "stop_counts_2024": 2508, "AREA_acre": 19.373226456602627 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184705, 39.932584 ], [ -75.181419, 39.932161 ], [ -75.181589, 39.931366 ], [ -75.181944, 39.929729 ], [ -75.183601, 39.929928 ], [ -75.18524, 39.930146 ], [ -75.184705, 39.932584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039013", "device_counts_2018": 1463, "device_counts_2019": 1219, "device_counts_2020": 730, "device_counts_2021": 812, "device_counts_2022": 957, "device_counts_2023": 1190, "device_counts_2024": 908, "stop_counts_2018": 6063, "stop_counts_2019": 5040, "stop_counts_2020": 3305, "stop_counts_2021": 3582, "stop_counts_2022": 4418, "stop_counts_2023": 3414, "stop_counts_2024": 1833, "AREA_acre": 28.289101840704163 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176906, 39.921464 ], [ -75.176361, 39.92396 ], [ -75.173226, 39.923556 ], [ -75.173748, 39.92106 ], [ -75.174033, 39.919809 ], [ -75.177082, 39.920207 ], [ -75.176906, 39.921464 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041012", "device_counts_2018": 1864, "device_counts_2019": 1361, "device_counts_2020": 797, "device_counts_2021": 786, "device_counts_2022": 1008, "device_counts_2023": 865, "device_counts_2024": 840, "stop_counts_2018": 7185, "stop_counts_2019": 4816, "stop_counts_2020": 3248, "stop_counts_2021": 2793, "stop_counts_2022": 3594, "stop_counts_2023": 2220, "stop_counts_2024": 3543, "AREA_acre": 18.905964347484883 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159904, 39.922287 ], [ -75.158363, 39.922092 ], [ -75.155233, 39.921686 ], [ -75.155597, 39.920013 ], [ -75.160275, 39.920611 ], [ -75.159904, 39.922287 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062002", "device_counts_2018": 793, "device_counts_2019": 590, "device_counts_2020": 296, "device_counts_2021": 211, "device_counts_2022": 269, "device_counts_2023": 561, "device_counts_2024": 223, "stop_counts_2018": 3701, "stop_counts_2019": 2331, "stop_counts_2020": 962, "stop_counts_2021": 607, "stop_counts_2022": 818, "stop_counts_2023": 4599, "stop_counts_2024": 1121, "AREA_acre": 16.805262814972295 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232221, 39.920865 ], [ -75.22943, 39.918507 ], [ -75.230094, 39.918046 ], [ -75.231092, 39.917343 ], [ -75.233878, 39.919693 ], [ -75.232221, 39.920865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067002", "device_counts_2018": 926, "device_counts_2019": 570, "device_counts_2020": 334, "device_counts_2021": 245, "device_counts_2022": 361, "device_counts_2023": 664, "device_counts_2024": 352, "stop_counts_2018": 4317, "stop_counts_2019": 1771, "stop_counts_2020": 1762, "stop_counts_2021": 727, "stop_counts_2022": 1042, "stop_counts_2023": 2636, "stop_counts_2024": 817, "AREA_acre": 28.28425411598467 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227538, 39.91984 ], [ -75.224926, 39.921692 ], [ -75.224111, 39.921005 ], [ -75.222772, 39.919918 ], [ -75.221873, 39.919551 ], [ -75.223236, 39.917589 ], [ -75.22421, 39.917832 ], [ -75.225839, 39.918503 ], [ -75.227538, 39.91984 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192001", "device_counts_2018": 786, "device_counts_2019": 567, "device_counts_2020": 368, "device_counts_2021": 356, "device_counts_2022": 357, "device_counts_2023": 560, "device_counts_2024": 201, "stop_counts_2018": 3218, "stop_counts_2019": 2120, "stop_counts_2020": 1505, "stop_counts_2021": 1351, "stop_counts_2022": 1598, "stop_counts_2023": 3164, "stop_counts_2024": 818, "AREA_acre": 10.78061167387634 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119314, 40.002003 ], [ -75.116411, 40.001624 ], [ -75.116722, 40.000088 ], [ -75.119644, 40.000464 ], [ -75.119314, 40.002003 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383002", "device_counts_2018": 1678, "device_counts_2019": 1301, "device_counts_2020": 940, "device_counts_2021": 814, "device_counts_2022": 1172, "device_counts_2023": 1042, "device_counts_2024": 603, "stop_counts_2018": 4574, "stop_counts_2019": 3998, "stop_counts_2020": 2620, "stop_counts_2021": 1962, "stop_counts_2022": 3271, "stop_counts_2023": 2929, "stop_counts_2024": 2827, "AREA_acre": 38.448581504504851 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131828, 40.019316 ], [ -75.128883, 40.018945 ], [ -75.130585, 40.011325 ], [ -75.131779, 40.011482 ], [ -75.131135, 40.014535 ], [ -75.132327, 40.014695 ], [ -75.131828, 40.019316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010200001", "device_counts_2018": 5861, "device_counts_2019": 4176, "device_counts_2020": 1133, "device_counts_2021": 1228, "device_counts_2022": 1627, "device_counts_2023": 2378, "device_counts_2024": 2181, "stop_counts_2018": 14838, "stop_counts_2019": 10018, "stop_counts_2020": 2963, "stop_counts_2021": 2439, "stop_counts_2022": 2800, "stop_counts_2023": 4411, "stop_counts_2024": 3056, "AREA_acre": 30.809147887007562 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153609, 39.998515 ], [ -75.152926, 40.001592 ], [ -75.148148, 40.000987 ], [ -75.147717, 39.999974 ], [ -75.15002, 39.999096 ], [ -75.153782, 39.997718 ], [ -75.153609, 39.998515 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207002", "device_counts_2018": 445, "device_counts_2019": 311, "device_counts_2020": 158, "device_counts_2021": 167, "device_counts_2022": 228, "device_counts_2023": 428, "device_counts_2024": 299, "stop_counts_2018": 1499, "stop_counts_2019": 1228, "stop_counts_2020": 773, "stop_counts_2021": 670, "stop_counts_2022": 903, "stop_counts_2023": 1017, "stop_counts_2024": 565, "AREA_acre": 25.524621712912289 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191289, 40.013697 ], [ -75.187708, 40.01641 ], [ -75.185937, 40.014895 ], [ -75.187771, 40.013623 ], [ -75.187402, 40.013303 ], [ -75.189317, 40.011994 ], [ -75.191289, 40.013697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214005", "device_counts_2018": 565, "device_counts_2019": 419, "device_counts_2020": 255, "device_counts_2021": 247, "device_counts_2022": 318, "device_counts_2023": 553, "device_counts_2024": 360, "stop_counts_2018": 2533, "stop_counts_2019": 1842, "stop_counts_2020": 952, "stop_counts_2021": 976, "stop_counts_2022": 1443, "stop_counts_2023": 2220, "stop_counts_2024": 1394, "AREA_acre": 40.22410715233908 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224657, 40.031899 ], [ -75.222391, 40.033052 ], [ -75.220448, 40.031211 ], [ -75.219114, 40.029931 ], [ -75.219728, 40.029436 ], [ -75.22124, 40.027551 ], [ -75.221837, 40.027263 ], [ -75.223474, 40.029441 ], [ -75.225127, 40.031643 ], [ -75.224657, 40.031899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217002", "device_counts_2018": 2321, "device_counts_2019": 2040, "device_counts_2020": 1298, "device_counts_2021": 1095, "device_counts_2022": 1272, "device_counts_2023": 1898, "device_counts_2024": 1854, "stop_counts_2018": 12399, "stop_counts_2019": 8289, "stop_counts_2020": 5755, "stop_counts_2021": 4477, "stop_counts_2022": 5124, "stop_counts_2023": 4981, "stop_counts_2024": 4854, "AREA_acre": 96.773755002426924 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235419, 40.048775 ], [ -75.230603, 40.050962 ], [ -75.230049, 40.051219 ], [ -75.229214, 40.048037 ], [ -75.2223, 40.045151 ], [ -75.223307, 40.045054 ], [ -75.227444, 40.043197 ], [ -75.22853, 40.04386 ], [ -75.23204, 40.045328 ], [ -75.235419, 40.048775 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010239002", "device_counts_2018": 1989, "device_counts_2019": 2045, "device_counts_2020": 725, "device_counts_2021": 588, "device_counts_2022": 885, "device_counts_2023": 1622, "device_counts_2024": 1873, "stop_counts_2018": 5333, "stop_counts_2019": 5028, "stop_counts_2020": 1955, "stop_counts_2021": 1374, "stop_counts_2022": 1960, "stop_counts_2023": 1979, "stop_counts_2024": 7216, "AREA_acre": 66.563987947219161 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190987, 40.037353 ], [ -75.186455, 40.033226 ], [ -75.184519, 40.032497 ], [ -75.183058, 40.03129 ], [ -75.183731, 40.030637 ], [ -75.186194, 40.029468 ], [ -75.187776, 40.030771 ], [ -75.189063, 40.031905 ], [ -75.193127, 40.035381 ], [ -75.190987, 40.037353 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067004", "device_counts_2018": 1282, "device_counts_2019": 751, "device_counts_2020": 411, "device_counts_2021": 329, "device_counts_2022": 426, "device_counts_2023": 709, "device_counts_2024": 380, "stop_counts_2018": 5138, "stop_counts_2019": 2847, "stop_counts_2020": 1542, "stop_counts_2021": 1034, "stop_counts_2022": 1594, "stop_counts_2023": 2705, "stop_counts_2024": 659, "AREA_acre": 26.866439349852378 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231194, 39.924845 ], [ -75.229818, 39.925811 ], [ -75.226761, 39.923242 ], [ -75.228132, 39.922273 ], [ -75.230327, 39.922201 ], [ -75.232438, 39.92397 ], [ -75.231194, 39.924845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071021", "device_counts_2018": 1008, "device_counts_2019": 673, "device_counts_2020": 395, "device_counts_2021": 287, "device_counts_2022": 306, "device_counts_2023": 511, "device_counts_2024": 283, "stop_counts_2018": 4207, "stop_counts_2019": 2893, "stop_counts_2020": 1486, "stop_counts_2021": 894, "stop_counts_2022": 1041, "stop_counts_2023": 1242, "stop_counts_2024": 1033, "AREA_acre": 20.204219664267463 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226805, 39.945083 ], [ -75.22498, 39.943534 ], [ -75.224129, 39.942836 ], [ -75.222753, 39.941654 ], [ -75.224113, 39.940691 ], [ -75.224607, 39.941109 ], [ -75.225508, 39.941871 ], [ -75.226334, 39.942562 ], [ -75.228184, 39.944134 ], [ -75.226805, 39.945083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074001", "device_counts_2018": 924, "device_counts_2019": 783, "device_counts_2020": 353, "device_counts_2021": 308, "device_counts_2022": 448, "device_counts_2023": 555, "device_counts_2024": 512, "stop_counts_2018": 2997, "stop_counts_2019": 2207, "stop_counts_2020": 1007, "stop_counts_2021": 928, "stop_counts_2022": 970, "stop_counts_2023": 1224, "stop_counts_2024": 805, "AREA_acre": 17.217762184146014 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211401, 39.945802 ], [ -75.207649, 39.942475 ], [ -75.208799, 39.941644 ], [ -75.212687, 39.944885 ], [ -75.211401, 39.945802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080003", "device_counts_2018": 1330, "device_counts_2019": 1159, "device_counts_2020": 482, "device_counts_2021": 496, "device_counts_2022": 536, "device_counts_2023": 737, "device_counts_2024": 588, "stop_counts_2018": 4097, "stop_counts_2019": 3652, "stop_counts_2020": 1563, "stop_counts_2021": 1231, "stop_counts_2022": 1083, "stop_counts_2023": 2657, "stop_counts_2024": 2111, "AREA_acre": 19.383273519088263 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230959, 39.949438 ], [ -75.230793, 39.950172 ], [ -75.22703, 39.949702 ], [ -75.227419, 39.94777 ], [ -75.229894, 39.947791 ], [ -75.231271, 39.947909 ], [ -75.230959, 39.949438 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176012", "device_counts_2018": 1342, "device_counts_2019": 972, "device_counts_2020": 556, "device_counts_2021": 511, "device_counts_2022": 617, "device_counts_2023": 656, "device_counts_2024": 559, "stop_counts_2018": 4426, "stop_counts_2019": 3121, "stop_counts_2020": 1586, "stop_counts_2021": 1510, "stop_counts_2022": 2063, "stop_counts_2023": 1687, "stop_counts_2024": 904, "AREA_acre": 20.35799046731157 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139851, 39.993672 ], [ -75.139199, 39.996661 ], [ -75.13735, 39.996421 ], [ -75.138352, 39.991851 ], [ -75.140198, 39.992086 ], [ -75.139851, 39.993672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085006", "device_counts_2018": 2134, "device_counts_2019": 1826, "device_counts_2020": 925, "device_counts_2021": 837, "device_counts_2022": 954, "device_counts_2023": 1034, "device_counts_2024": 814, "stop_counts_2018": 6928, "stop_counts_2019": 4293, "stop_counts_2020": 2168, "stop_counts_2021": 1797, "stop_counts_2022": 2008, "stop_counts_2023": 1840, "stop_counts_2024": 1390, "AREA_acre": 19.161091525866553 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231277, 39.958448 ], [ -75.225351, 39.957714 ], [ -75.225634, 39.956372 ], [ -75.231557, 39.957102 ], [ -75.231277, 39.958448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095002", "device_counts_2018": 797, "device_counts_2019": 649, "device_counts_2020": 265, "device_counts_2021": 201, "device_counts_2022": 218, "device_counts_2023": 305, "device_counts_2024": 202, "stop_counts_2018": 3660, "stop_counts_2019": 2564, "stop_counts_2020": 799, "stop_counts_2021": 553, "stop_counts_2022": 521, "stop_counts_2023": 1306, "stop_counts_2024": 511, "AREA_acre": 13.249050897772104 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237818, 39.96633 ], [ -75.235842, 39.966085 ], [ -75.236481, 39.963047 ], [ -75.237798, 39.963206 ], [ -75.238137, 39.96481 ], [ -75.237818, 39.96633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249003", "device_counts_2018": 726, "device_counts_2019": 690, "device_counts_2020": 292, "device_counts_2021": 228, "device_counts_2022": 260, "device_counts_2023": 401, "device_counts_2024": 282, "stop_counts_2018": 3087, "stop_counts_2019": 3271, "stop_counts_2020": 1400, "stop_counts_2021": 829, "stop_counts_2022": 858, "stop_counts_2023": 929, "stop_counts_2024": 1137, "AREA_acre": 12.619570278988489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160528, 40.049664 ], [ -75.158017, 40.048126 ], [ -75.158132, 40.046418 ], [ -75.161656, 40.048559 ], [ -75.160528, 40.049664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256003", "device_counts_2018": 1170, "device_counts_2019": 1018, "device_counts_2020": 362, "device_counts_2021": 356, "device_counts_2022": 462, "device_counts_2023": 711, "device_counts_2024": 535, "stop_counts_2018": 3742, "stop_counts_2019": 2566, "stop_counts_2020": 1197, "stop_counts_2021": 818, "stop_counts_2022": 1019, "stop_counts_2023": 2591, "stop_counts_2024": 1433, "AREA_acre": 86.313763876389018 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196385, 40.066623 ], [ -75.193222, 40.06909 ], [ -75.190594, 40.071973 ], [ -75.189117, 40.073124 ], [ -75.188461, 40.07275 ], [ -75.188052, 40.072503 ], [ -75.190512, 40.070271 ], [ -75.188921, 40.066497 ], [ -75.192891, 40.062662 ], [ -75.195726, 40.065177 ], [ -75.196385, 40.066623 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100002", "device_counts_2018": 787, "device_counts_2019": 581, "device_counts_2020": 330, "device_counts_2021": 201, "device_counts_2022": 279, "device_counts_2023": 507, "device_counts_2024": 279, "stop_counts_2018": 3406, "stop_counts_2019": 2055, "stop_counts_2020": 1314, "stop_counts_2021": 713, "stop_counts_2022": 912, "stop_counts_2023": 2970, "stop_counts_2024": 1325, "AREA_acre": 15.936766267283625 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249177, 39.970857 ], [ -75.24887, 39.972339 ], [ -75.246935, 39.972111 ], [ -75.247518, 39.969093 ], [ -75.250481, 39.96946 ], [ -75.249177, 39.970857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101006", "device_counts_2018": 2058, "device_counts_2019": 2077, "device_counts_2020": 1043, "device_counts_2021": 695, "device_counts_2022": 973, "device_counts_2023": 1425, "device_counts_2024": 936, "stop_counts_2018": 7540, "stop_counts_2019": 5872, "stop_counts_2020": 3123, "stop_counts_2021": 2060, "stop_counts_2022": 2566, "stop_counts_2023": 2611, "stop_counts_2024": 2275, "AREA_acre": 22.450557955793652 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247494, 39.975113 ], [ -75.24554, 39.97533 ], [ -75.24358, 39.975546 ], [ -75.24329, 39.973997 ], [ -75.245247, 39.973778 ], [ -75.244885, 39.971854 ], [ -75.246935, 39.972111 ], [ -75.247494, 39.975113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112006", "device_counts_2018": 974, "device_counts_2019": 848, "device_counts_2020": 354, "device_counts_2021": 246, "device_counts_2022": 377, "device_counts_2023": 461, "device_counts_2024": 299, "stop_counts_2018": 4411, "stop_counts_2019": 2443, "stop_counts_2020": 1166, "stop_counts_2021": 533, "stop_counts_2022": 1171, "stop_counts_2023": 1921, "stop_counts_2024": 360, "AREA_acre": 15.927550266428522 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236087, 39.97638 ], [ -75.233691, 39.976642 ], [ -75.233659, 39.973437 ], [ -75.234732, 39.973315 ], [ -75.235493, 39.973234 ], [ -75.236087, 39.97638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114004", "device_counts_2018": 861, "device_counts_2019": 648, "device_counts_2020": 391, "device_counts_2021": 242, "device_counts_2022": 267, "device_counts_2023": 250, "device_counts_2024": 256, "stop_counts_2018": 4584, "stop_counts_2019": 3105, "stop_counts_2020": 1786, "stop_counts_2021": 1239, "stop_counts_2022": 1067, "stop_counts_2023": 930, "stop_counts_2024": 988, "AREA_acre": 18.228370479989273 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.244138, 39.978517 ], [ -75.242354, 39.978712 ], [ -75.241574, 39.978799 ], [ -75.241013, 39.975833 ], [ -75.24358, 39.975546 ], [ -75.244138, 39.978517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122041", "device_counts_2018": 1185, "device_counts_2019": 936, "device_counts_2020": 411, "device_counts_2021": 317, "device_counts_2022": 425, "device_counts_2023": 536, "device_counts_2024": 554, "stop_counts_2018": 8342, "stop_counts_2019": 5455, "stop_counts_2020": 2072, "stop_counts_2021": 1428, "stop_counts_2022": 2211, "stop_counts_2023": 1225, "stop_counts_2024": 912, "AREA_acre": 50.343870719553429 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21114, 40.002124 ], [ -75.209385, 40.002429 ], [ -75.203194, 40.003393 ], [ -75.202057, 40.004729 ], [ -75.203579, 40.000755 ], [ -75.206217, 40.000419 ], [ -75.20728, 39.999054 ], [ -75.208809, 39.999431 ], [ -75.209695, 39.99965 ], [ -75.21114, 40.002124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135003", "device_counts_2018": 503, "device_counts_2019": 402, "device_counts_2020": 179, "device_counts_2021": 132, "device_counts_2022": 188, "device_counts_2023": 581, "device_counts_2024": 479, "stop_counts_2018": 1729, "stop_counts_2019": 1274, "stop_counts_2020": 1106, "stop_counts_2021": 595, "stop_counts_2022": 778, "stop_counts_2023": 847, "stop_counts_2024": 990, "AREA_acre": 11.982629003612136 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172659, 39.971823 ], [ -75.17055, 39.97157 ], [ -75.170997, 39.969227 ], [ -75.173163, 39.969503 ], [ -75.172659, 39.971823 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146002", "device_counts_2018": 717, "device_counts_2019": 690, "device_counts_2020": 222, "device_counts_2021": 186, "device_counts_2022": 280, "device_counts_2023": 508, "device_counts_2024": 552, "stop_counts_2018": 3114, "stop_counts_2019": 2420, "stop_counts_2020": 757, "stop_counts_2021": 555, "stop_counts_2022": 802, "stop_counts_2023": 1206, "stop_counts_2024": 842, "AREA_acre": 21.213264881212687 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154452, 39.976794 ], [ -75.151306, 39.976382 ], [ -75.151915, 39.973588 ], [ -75.155061, 39.973996 ], [ -75.154452, 39.976794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264001", "device_counts_2018": 752, "device_counts_2019": 667, "device_counts_2020": 298, "device_counts_2021": 227, "device_counts_2022": 313, "device_counts_2023": 457, "device_counts_2024": 383, "stop_counts_2018": 5658, "stop_counts_2019": 2804, "stop_counts_2020": 1447, "stop_counts_2021": 821, "stop_counts_2022": 1175, "stop_counts_2023": 1200, "stop_counts_2024": 2783, "AREA_acre": 34.966546177926496 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161105, 40.060726 ], [ -75.158621, 40.063281 ], [ -75.156726, 40.064442 ], [ -75.155254, 40.062431 ], [ -75.15642, 40.061234 ], [ -75.158413, 40.059181 ], [ -75.160983, 40.060654 ], [ -75.161105, 40.060726 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266004", "device_counts_2018": 552, "device_counts_2019": 468, "device_counts_2020": 227, "device_counts_2021": 142, "device_counts_2022": 167, "device_counts_2023": 435, "device_counts_2024": 223, "stop_counts_2018": 2488, "stop_counts_2019": 1770, "stop_counts_2020": 840, "stop_counts_2021": 593, "stop_counts_2022": 561, "stop_counts_2023": 1073, "stop_counts_2024": 511, "AREA_acre": 13.520059168024542 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150719, 40.066367 ], [ -75.147022, 40.065892 ], [ -75.147353, 40.064371 ], [ -75.151053, 40.064852 ], [ -75.150719, 40.066367 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010270001", "device_counts_2018": 1078, "device_counts_2019": 934, "device_counts_2020": 402, "device_counts_2021": 324, "device_counts_2022": 465, "device_counts_2023": 560, "device_counts_2024": 582, "stop_counts_2018": 4604, "stop_counts_2019": 3022, "stop_counts_2020": 1427, "stop_counts_2021": 1040, "stop_counts_2022": 1580, "stop_counts_2023": 1093, "stop_counts_2024": 1776, "AREA_acre": 53.478048831453677 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132121, 40.046018 ], [ -75.130783, 40.052206 ], [ -75.127143, 40.051748 ], [ -75.128495, 40.045626 ], [ -75.131283, 40.045984 ], [ -75.132121, 40.046018 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274025", "device_counts_2018": 1340, "device_counts_2019": 1065, "device_counts_2020": 512, "device_counts_2021": 520, "device_counts_2022": 641, "device_counts_2023": 658, "device_counts_2024": 404, "stop_counts_2018": 6962, "stop_counts_2019": 3684, "stop_counts_2020": 2415, "stop_counts_2021": 1741, "stop_counts_2022": 2475, "stop_counts_2023": 1691, "stop_counts_2024": 532, "AREA_acre": 19.367129580672032 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126639, 40.045392 ], [ -75.125631, 40.045259 ], [ -75.123566, 40.044993 ], [ -75.121432, 40.044731 ], [ -75.121754, 40.04317 ], [ -75.125968, 40.043728 ], [ -75.126987, 40.043857 ], [ -75.126639, 40.045392 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245004", "device_counts_2018": 2216, "device_counts_2019": 1018, "device_counts_2020": 361, "device_counts_2021": 289, "device_counts_2022": 380, "device_counts_2023": 580, "device_counts_2024": 484, "stop_counts_2018": 7926, "stop_counts_2019": 3588, "stop_counts_2020": 1287, "stop_counts_2021": 1139, "stop_counts_2022": 1392, "stop_counts_2023": 1987, "stop_counts_2024": 2950, "AREA_acre": 36.558475860176493 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169211, 40.032314 ], [ -75.165747, 40.035702 ], [ -75.165094, 40.036234 ], [ -75.16298, 40.036142 ], [ -75.164571, 40.032912 ], [ -75.166655, 40.03089 ], [ -75.169211, 40.032314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379001", "device_counts_2018": 660, "device_counts_2019": 640, "device_counts_2020": 469, "device_counts_2021": 362, "device_counts_2022": 481, "device_counts_2023": 506, "device_counts_2024": 350, "stop_counts_2018": 2739, "stop_counts_2019": 2037, "stop_counts_2020": 1895, "stop_counts_2021": 1070, "stop_counts_2022": 1496, "stop_counts_2023": 1831, "stop_counts_2024": 1477, "AREA_acre": 16.242303714485715 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105064, 39.987073 ], [ -75.102621, 39.988348 ], [ -75.100912, 39.986416 ], [ -75.103366, 39.985129 ], [ -75.105064, 39.987073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357022", "device_counts_2018": 1178, "device_counts_2019": 1023, "device_counts_2020": 904, "device_counts_2021": 735, "device_counts_2022": 969, "device_counts_2023": 2307, "device_counts_2024": 2002, "stop_counts_2018": 11630, "stop_counts_2019": 10553, "stop_counts_2020": 8861, "stop_counts_2021": 5904, "stop_counts_2022": 7567, "stop_counts_2023": 17172, "stop_counts_2024": 10672, "AREA_acre": 71.249199738004847 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037842, 40.120213 ], [ -75.036495, 40.12039 ], [ -75.034996, 40.119328 ], [ -75.030059, 40.116298 ], [ -75.02923, 40.11597 ], [ -75.030162, 40.114978 ], [ -75.029956, 40.114481 ], [ -75.030665, 40.113106 ], [ -75.032756, 40.11432 ], [ -75.032101, 40.115319 ], [ -75.033268, 40.116139 ], [ -75.037097, 40.117646 ], [ -75.043856, 40.115997 ], [ -75.037842, 40.120213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137002", "device_counts_2018": 1644, "device_counts_2019": 1309, "device_counts_2020": 572, "device_counts_2021": 574, "device_counts_2022": 685, "device_counts_2023": 1061, "device_counts_2024": 1116, "stop_counts_2018": 6756, "stop_counts_2019": 4256, "stop_counts_2020": 2126, "stop_counts_2021": 1789, "stop_counts_2022": 1917, "stop_counts_2023": 3672, "stop_counts_2024": 5482, "AREA_acre": 31.468027742836558 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181755, 39.977444 ], [ -75.181135, 39.980238 ], [ -75.180591, 39.980167 ], [ -75.179172, 39.979988 ], [ -75.179779, 39.977188 ], [ -75.180729, 39.972841 ], [ -75.182147, 39.973009 ], [ -75.181707, 39.975062 ], [ -75.182327, 39.975143 ], [ -75.181755, 39.977444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022003", "device_counts_2018": 2038, "device_counts_2019": 1727, "device_counts_2020": 790, "device_counts_2021": 680, "device_counts_2022": 820, "device_counts_2023": 1593, "device_counts_2024": 1526, "stop_counts_2018": 6386, "stop_counts_2019": 5108, "stop_counts_2020": 2579, "stop_counts_2021": 1697, "stop_counts_2022": 2625, "stop_counts_2023": 3040, "stop_counts_2024": 4067, "AREA_acre": 24.321059284526385 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173173, 39.938641 ], [ -75.171602, 39.938447 ], [ -75.170025, 39.938263 ], [ -75.170455, 39.936232 ], [ -75.170729, 39.935024 ], [ -75.17385, 39.93545 ], [ -75.173173, 39.938641 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243002", "device_counts_2018": 1570, "device_counts_2019": 1306, "device_counts_2020": 610, "device_counts_2021": 542, "device_counts_2022": 677, "device_counts_2023": 839, "device_counts_2024": 612, "stop_counts_2018": 8887, "stop_counts_2019": 6403, "stop_counts_2020": 3582, "stop_counts_2021": 1931, "stop_counts_2022": 2259, "stop_counts_2023": 5932, "stop_counts_2024": 4406, "AREA_acre": 67.8635802041305 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176861, 40.021501 ], [ -75.172523, 40.025758 ], [ -75.169124, 40.023865 ], [ -75.170176, 40.022731 ], [ -75.169534, 40.022381 ], [ -75.173246, 40.018411 ], [ -75.176861, 40.021501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088011", "device_counts_2018": 6885, "device_counts_2019": 6274, "device_counts_2020": 1962, "device_counts_2021": 2723, "device_counts_2022": 4496, "device_counts_2023": 4285, "device_counts_2024": 3878, "stop_counts_2018": 19754, "stop_counts_2019": 20061, "stop_counts_2020": 4026, "stop_counts_2021": 5063, "stop_counts_2022": 11379, "stop_counts_2023": 14090, "stop_counts_2024": 12825, "AREA_acre": 26.574678201174486 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.200525, 39.952695 ], [ -75.200098, 39.954582 ], [ -75.196603, 39.954149 ], [ -75.197243, 39.951021 ], [ -75.199204, 39.951257 ], [ -75.200801, 39.951458 ], [ -75.200525, 39.952695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273003", "device_counts_2018": 1433, "device_counts_2019": 1184, "device_counts_2020": 485, "device_counts_2021": 487, "device_counts_2022": 545, "device_counts_2023": 731, "device_counts_2024": 401, "stop_counts_2018": 6571, "stop_counts_2019": 4197, "stop_counts_2020": 2202, "stop_counts_2021": 1790, "stop_counts_2022": 1916, "stop_counts_2023": 2446, "stop_counts_2024": 1140, "AREA_acre": 43.99848221600859 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121432, 40.044731 ], [ -75.119454, 40.04448 ], [ -75.114119, 40.043644 ], [ -75.113544, 40.042711 ], [ -75.115488, 40.041183 ], [ -75.120103, 40.041417 ], [ -75.119782, 40.042926 ], [ -75.121754, 40.04317 ], [ -75.121432, 40.044731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197006", "device_counts_2018": 1988, "device_counts_2019": 1661, "device_counts_2020": 966, "device_counts_2021": 910, "device_counts_2022": 1281, "device_counts_2023": 1374, "device_counts_2024": 1010, "stop_counts_2018": 5906, "stop_counts_2019": 4840, "stop_counts_2020": 2277, "stop_counts_2021": 2122, "stop_counts_2022": 2863, "stop_counts_2023": 2994, "stop_counts_2024": 2379, "AREA_acre": 18.253429282572132 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140105, 40.02039 ], [ -75.138463, 40.020171 ], [ -75.13911, 40.017187 ], [ -75.139464, 40.015599 ], [ -75.141126, 40.015818 ], [ -75.140105, 40.02039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010061001", "device_counts_2018": 2690, "device_counts_2019": 2034, "device_counts_2020": 1098, "device_counts_2021": 997, "device_counts_2022": 1423, "device_counts_2023": 1469, "device_counts_2024": 1111, "stop_counts_2018": 12273, "stop_counts_2019": 8859, "stop_counts_2020": 4452, "stop_counts_2021": 3765, "stop_counts_2022": 4918, "stop_counts_2023": 4071, "stop_counts_2024": 2408, "AREA_acre": 112.79843599197021 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23463, 39.914848 ], [ -75.232692, 39.916219 ], [ -75.231092, 39.917343 ], [ -75.230094, 39.918046 ], [ -75.227809, 39.916106 ], [ -75.225839, 39.918503 ], [ -75.22421, 39.917832 ], [ -75.223236, 39.917589 ], [ -75.224988, 39.915064 ], [ -75.22918, 39.909127 ], [ -75.230417, 39.911046 ], [ -75.231662, 39.912252 ], [ -75.23374, 39.914073 ], [ -75.23463, 39.914848 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098011", "device_counts_2018": 1827, "device_counts_2019": 1728, "device_counts_2020": 1267, "device_counts_2021": 969, "device_counts_2022": 1249, "device_counts_2023": 1092, "device_counts_2024": 1118, "stop_counts_2018": 5102, "stop_counts_2019": 4816, "stop_counts_2020": 3268, "stop_counts_2021": 2267, "stop_counts_2022": 3025, "stop_counts_2023": 2193, "stop_counts_2024": 2535, "AREA_acre": 28.616643669994769 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.269257, 39.980186 ], [ -75.267973, 39.980757 ], [ -75.265918, 39.979251 ], [ -75.261996, 39.977598 ], [ -75.263054, 39.975749 ], [ -75.268293, 39.978967 ], [ -75.269257, 39.980186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334002", "device_counts_2018": 4864, "device_counts_2019": 4724, "device_counts_2020": 2930, "device_counts_2021": 2639, "device_counts_2022": 4140, "device_counts_2023": 2921, "device_counts_2024": 2666, "stop_counts_2018": 15008, "stop_counts_2019": 13179, "stop_counts_2020": 6824, "stop_counts_2021": 6702, "stop_counts_2022": 11062, "stop_counts_2023": 6228, "stop_counts_2024": 5694, "AREA_acre": 74.725552877120549 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054947, 40.053507 ], [ -75.054197, 40.054405 ], [ -75.053348, 40.056454 ], [ -75.052749, 40.058042 ], [ -75.051784, 40.057504 ], [ -75.049762, 40.056374 ], [ -75.048291, 40.055538 ], [ -75.047749, 40.055363 ], [ -75.050464, 40.052507 ], [ -75.050943, 40.050215 ], [ -75.052836, 40.050498 ], [ -75.056036, 40.05224 ], [ -75.054947, 40.053507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171001", "device_counts_2018": 1078, "device_counts_2019": 953, "device_counts_2020": 411, "device_counts_2021": 334, "device_counts_2022": 376, "device_counts_2023": 586, "device_counts_2024": 477, "stop_counts_2018": 4268, "stop_counts_2019": 3550, "stop_counts_2020": 1538, "stop_counts_2021": 1150, "stop_counts_2022": 1251, "stop_counts_2023": 2678, "stop_counts_2024": 1629, "AREA_acre": 21.645617416733199 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176913, 40.004697 ], [ -75.171247, 40.003951 ], [ -75.171595, 40.002377 ], [ -75.17725, 40.003097 ], [ -75.176913, 40.004697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086021", "device_counts_2018": 6063, "device_counts_2019": 5210, "device_counts_2020": 2230, "device_counts_2021": 2216, "device_counts_2022": 3130, "device_counts_2023": 2761, "device_counts_2024": 2508, "stop_counts_2018": 15231, "stop_counts_2019": 13830, "stop_counts_2020": 5629, "stop_counts_2021": 5183, "stop_counts_2022": 7781, "stop_counts_2023": 6415, "stop_counts_2024": 6752, "AREA_acre": 49.658602969692581 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218954, 39.95926 ], [ -75.217002, 39.959015 ], [ -75.214018, 39.958643 ], [ -75.211039, 39.958276 ], [ -75.211677, 39.95524 ], [ -75.214643, 39.955607 ], [ -75.215471, 39.956489 ], [ -75.219421, 39.956979 ], [ -75.218954, 39.95926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112003", "device_counts_2018": 1067, "device_counts_2019": 937, "device_counts_2020": 434, "device_counts_2021": 361, "device_counts_2022": 421, "device_counts_2023": 604, "device_counts_2024": 478, "stop_counts_2018": 3978, "stop_counts_2019": 3008, "stop_counts_2020": 1322, "stop_counts_2021": 1288, "stop_counts_2022": 1326, "stop_counts_2023": 2789, "stop_counts_2024": 1036, "AREA_acre": 17.310517418408526 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234732, 39.973315 ], [ -75.233659, 39.973437 ], [ -75.232182, 39.973599 ], [ -75.231617, 39.970789 ], [ -75.232573, 39.970683 ], [ -75.234203, 39.9705 ], [ -75.234732, 39.973315 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257002", "device_counts_2018": 641, "device_counts_2019": 555, "device_counts_2020": 318, "device_counts_2021": 240, "device_counts_2022": 355, "device_counts_2023": 457, "device_counts_2024": 482, "stop_counts_2018": 3141, "stop_counts_2019": 1757, "stop_counts_2020": 1326, "stop_counts_2021": 1119, "stop_counts_2022": 1454, "stop_counts_2023": 1872, "stop_counts_2024": 2958, "AREA_acre": 57.108802437255768 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199786, 40.075366 ], [ -75.199496, 40.07547 ], [ -75.196263, 40.073051 ], [ -75.193222, 40.06909 ], [ -75.196385, 40.066623 ], [ -75.196741, 40.067365 ], [ -75.199715, 40.073803 ], [ -75.199786, 40.075366 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010174002", "device_counts_2018": 4788, "device_counts_2019": 4112, "device_counts_2020": 1506, "device_counts_2021": 1334, "device_counts_2022": 1806, "device_counts_2023": 2716, "device_counts_2024": 2332, "stop_counts_2018": 13872, "stop_counts_2019": 10427, "stop_counts_2020": 4060, "stop_counts_2021": 3057, "stop_counts_2022": 3996, "stop_counts_2023": 5444, "stop_counts_2024": 4328, "AREA_acre": 42.357837023193291 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153782, 39.997718 ], [ -75.15002, 39.999096 ], [ -75.149877, 39.998385 ], [ -75.150813, 39.99346 ], [ -75.152389, 39.993659 ], [ -75.154588, 39.993938 ], [ -75.153782, 39.997718 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238004", "device_counts_2018": 971, "device_counts_2019": 679, "device_counts_2020": 361, "device_counts_2021": 247, "device_counts_2022": 356, "device_counts_2023": 480, "device_counts_2024": 327, "stop_counts_2018": 4203, "stop_counts_2019": 2502, "stop_counts_2020": 973, "stop_counts_2021": 740, "stop_counts_2022": 1195, "stop_counts_2023": 1668, "stop_counts_2024": 2719, "AREA_acre": 45.361791430585377 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187922, 40.037547 ], [ -75.186595, 40.037617 ], [ -75.184831, 40.039346 ], [ -75.1804, 40.036534 ], [ -75.182925, 40.034066 ], [ -75.188396, 40.037255 ], [ -75.187922, 40.037547 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013004", "device_counts_2018": 861, "device_counts_2019": 726, "device_counts_2020": 266, "device_counts_2021": 231, "device_counts_2022": 325, "device_counts_2023": 535, "device_counts_2024": 455, "stop_counts_2018": 2455, "stop_counts_2019": 2275, "stop_counts_2020": 907, "stop_counts_2021": 673, "stop_counts_2022": 693, "stop_counts_2023": 923, "stop_counts_2024": 612, "AREA_acre": 12.09282173446074 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183366, 39.942946 ], [ -75.180611, 39.944631 ], [ -75.180409, 39.944602 ], [ -75.180624, 39.943641 ], [ -75.180838, 39.942631 ], [ -75.181002, 39.941863 ], [ -75.184474, 39.942274 ], [ -75.183366, 39.942946 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122012", "device_counts_2018": 1000, "device_counts_2019": 814, "device_counts_2020": 414, "device_counts_2021": 291, "device_counts_2022": 410, "device_counts_2023": 715, "device_counts_2024": 586, "stop_counts_2018": 9298, "stop_counts_2019": 6072, "stop_counts_2020": 2832, "stop_counts_2021": 1580, "stop_counts_2022": 1943, "stop_counts_2023": 3566, "stop_counts_2024": 2886, "AREA_acre": 40.378308956900284 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207589, 40.005981 ], [ -75.206209, 40.006641 ], [ -75.202057, 40.004729 ], [ -75.203194, 40.003393 ], [ -75.209385, 40.002429 ], [ -75.207589, 40.005981 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078003", "device_counts_2018": 1258, "device_counts_2019": 976, "device_counts_2020": 386, "device_counts_2021": 328, "device_counts_2022": 402, "device_counts_2023": 758, "device_counts_2024": 807, "stop_counts_2018": 3310, "stop_counts_2019": 2034, "stop_counts_2020": 994, "stop_counts_2021": 813, "stop_counts_2022": 932, "stop_counts_2023": 2347, "stop_counts_2024": 2473, "AREA_acre": 18.159505367385769 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223315, 39.947925 ], [ -75.221237, 39.948161 ], [ -75.217733, 39.945183 ], [ -75.219002, 39.944283 ], [ -75.222369, 39.947135 ], [ -75.223315, 39.947925 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114001", "device_counts_2018": 2571, "device_counts_2019": 1673, "device_counts_2020": 614, "device_counts_2021": 473, "device_counts_2022": 616, "device_counts_2023": 1043, "device_counts_2024": 736, "stop_counts_2018": 9933, "stop_counts_2019": 5831, "stop_counts_2020": 2688, "stop_counts_2021": 1609, "stop_counts_2022": 2001, "stop_counts_2023": 3060, "stop_counts_2024": 1387, "AREA_acre": 52.711226847979546 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.251063, 39.981601 ], [ -75.248346, 39.982968 ], [ -75.247094, 39.983595 ], [ -75.24654, 39.980645 ], [ -75.24554, 39.97533 ], [ -75.247494, 39.975113 ], [ -75.247797, 39.975079 ], [ -75.248628, 39.978707 ], [ -75.248944, 39.979106 ], [ -75.251063, 39.981601 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096002", "device_counts_2018": 1764, "device_counts_2019": 1485, "device_counts_2020": 556, "device_counts_2021": 456, "device_counts_2022": 516, "device_counts_2023": 733, "device_counts_2024": 431, "stop_counts_2018": 6858, "stop_counts_2019": 5451, "stop_counts_2020": 1871, "stop_counts_2021": 1709, "stop_counts_2022": 1580, "stop_counts_2023": 2447, "stop_counts_2024": 1603, "AREA_acre": 14.726393823001818 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242406, 39.963779 ], [ -75.242087, 39.965303 ], [ -75.24011, 39.965055 ], [ -75.240762, 39.96196 ], [ -75.242735, 39.962202 ], [ -75.242406, 39.963779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010132001", "device_counts_2018": 1546, "device_counts_2019": 1476, "device_counts_2020": 524, "device_counts_2021": 386, "device_counts_2022": 573, "device_counts_2023": 1526, "device_counts_2024": 960, "stop_counts_2018": 6365, "stop_counts_2019": 5281, "stop_counts_2020": 1851, "stop_counts_2021": 1250, "stop_counts_2022": 1852, "stop_counts_2023": 4051, "stop_counts_2024": 1797, "AREA_acre": 35.399590687309896 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156085, 39.96931 ], [ -75.154549, 39.968931 ], [ -75.153018, 39.968549 ], [ -75.154013, 39.963976 ], [ -75.157125, 39.964556 ], [ -75.156085, 39.96931 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093003", "device_counts_2018": 2525, "device_counts_2019": 2126, "device_counts_2020": 986, "device_counts_2021": 658, "device_counts_2022": 825, "device_counts_2023": 1188, "device_counts_2024": 512, "stop_counts_2018": 7134, "stop_counts_2019": 6015, "stop_counts_2020": 2556, "stop_counts_2021": 1519, "stop_counts_2022": 1794, "stop_counts_2023": 2930, "stop_counts_2024": 1290, "AREA_acre": 20.469683490152061 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224541, 39.961567 ], [ -75.219439, 39.960941 ], [ -75.219175, 39.959288 ], [ -75.22092, 39.959505 ], [ -75.2229, 39.959745 ], [ -75.224868, 39.960005 ], [ -75.224541, 39.961567 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010380001", "device_counts_2018": 3190, "device_counts_2019": 3048, "device_counts_2020": 2231, "device_counts_2021": 1943, "device_counts_2022": 2119, "device_counts_2023": 2434, "device_counts_2024": 2489, "stop_counts_2018": 11682, "stop_counts_2019": 10508, "stop_counts_2020": 6943, "stop_counts_2021": 5805, "stop_counts_2022": 7363, "stop_counts_2023": 5548, "stop_counts_2024": 12282, "AREA_acre": 154.65838478883444 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089831, 40.004441 ], [ -75.087448, 40.006079 ], [ -75.083087, 40.007437 ], [ -75.078448, 40.008586 ], [ -75.077476, 40.004139 ], [ -75.079781, 40.002337 ], [ -75.086234, 39.998967 ], [ -75.086895, 39.999532 ], [ -75.087302, 40.000157 ], [ -75.087369, 40.001571 ], [ -75.087984, 40.00303 ], [ -75.088513, 40.00354 ], [ -75.090028, 40.004264 ], [ -75.089831, 40.004441 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101004", "device_counts_2018": 1530, "device_counts_2019": 1141, "device_counts_2020": 598, "device_counts_2021": 404, "device_counts_2022": 500, "device_counts_2023": 560, "device_counts_2024": 755, "stop_counts_2018": 6202, "stop_counts_2019": 4009, "stop_counts_2020": 2069, "stop_counts_2021": 1304, "stop_counts_2022": 1764, "stop_counts_2023": 926, "stop_counts_2024": 1668, "AREA_acre": 31.335258574299754 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243788, 39.971723 ], [ -75.24181, 39.971472 ], [ -75.239133, 39.969893 ], [ -75.239479, 39.968097 ], [ -75.244416, 39.968706 ], [ -75.243788, 39.971723 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067003", "device_counts_2018": 1235, "device_counts_2019": 879, "device_counts_2020": 464, "device_counts_2021": 382, "device_counts_2022": 442, "device_counts_2023": 485, "device_counts_2024": 282, "stop_counts_2018": 5093, "stop_counts_2019": 3085, "stop_counts_2020": 1365, "stop_counts_2021": 1242, "stop_counts_2022": 1446, "stop_counts_2023": 2381, "stop_counts_2024": 1735, "AREA_acre": 19.642280944295994 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228132, 39.922273 ], [ -75.226761, 39.923242 ], [ -75.226319, 39.922867 ], [ -75.224926, 39.921692 ], [ -75.227538, 39.91984 ], [ -75.230327, 39.922201 ], [ -75.228132, 39.922273 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139003", "device_counts_2018": 1790, "device_counts_2019": 1508, "device_counts_2020": 506, "device_counts_2021": 517, "device_counts_2022": 890, "device_counts_2023": 1216, "device_counts_2024": 1067, "stop_counts_2018": 8603, "stop_counts_2019": 6531, "stop_counts_2020": 2702, "stop_counts_2021": 2143, "stop_counts_2022": 2684, "stop_counts_2023": 3228, "stop_counts_2024": 4404, "AREA_acre": 71.068197210334191 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177852, 39.974247 ], [ -75.173785, 39.974677 ], [ -75.168263, 39.975259 ], [ -75.16722, 39.973397 ], [ -75.167421, 39.972493 ], [ -75.167703, 39.971211 ], [ -75.169274, 39.971406 ], [ -75.17055, 39.97157 ], [ -75.172659, 39.971823 ], [ -75.174367, 39.972035 ], [ -75.175948, 39.972232 ], [ -75.177862, 39.97248 ], [ -75.177852, 39.974247 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320003", "device_counts_2018": 1354, "device_counts_2019": 1205, "device_counts_2020": 715, "device_counts_2021": 613, "device_counts_2022": 807, "device_counts_2023": 661, "device_counts_2024": 511, "stop_counts_2018": 5506, "stop_counts_2019": 3913, "stop_counts_2020": 2342, "stop_counts_2021": 1913, "stop_counts_2022": 2484, "stop_counts_2023": 1014, "stop_counts_2024": 1747, "AREA_acre": 22.45665906583633 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058579, 40.028225 ], [ -75.056872, 40.028943 ], [ -75.056077, 40.029455 ], [ -75.055661, 40.029843 ], [ -75.053968, 40.027905 ], [ -75.056294, 40.026703 ], [ -75.056953, 40.026361 ], [ -75.057594, 40.026031 ], [ -75.059227, 40.027909 ], [ -75.058579, 40.028225 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180011", "device_counts_2018": 957, "device_counts_2019": 797, "device_counts_2020": 457, "device_counts_2021": 525, "device_counts_2022": 681, "device_counts_2023": 782, "device_counts_2024": 404, "stop_counts_2018": 3167, "stop_counts_2019": 2580, "stop_counts_2020": 1613, "stop_counts_2021": 1362, "stop_counts_2022": 2289, "stop_counts_2023": 1731, "stop_counts_2024": 2932, "AREA_acre": 44.883857277676398 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116836, 39.982072 ], [ -75.116075, 39.982938 ], [ -75.113008, 39.979488 ], [ -75.110939, 39.980568 ], [ -75.110525, 39.980787 ], [ -75.108971, 39.979021 ], [ -75.111738, 39.977578 ], [ -75.113227, 39.976803 ], [ -75.114768, 39.978568 ], [ -75.116146, 39.980111 ], [ -75.117355, 39.981481 ], [ -75.116836, 39.982072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282002", "device_counts_2018": 2224, "device_counts_2019": 1631, "device_counts_2020": 743, "device_counts_2021": 629, "device_counts_2022": 862, "device_counts_2023": 1290, "device_counts_2024": 584, "stop_counts_2018": 9600, "stop_counts_2019": 5849, "stop_counts_2020": 2893, "stop_counts_2021": 2359, "stop_counts_2022": 3636, "stop_counts_2023": 3565, "stop_counts_2024": 2723, "AREA_acre": 82.472820024304127 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142471, 40.031766 ], [ -75.138971, 40.032845 ], [ -75.139766, 40.034506 ], [ -75.138323, 40.035876 ], [ -75.137945, 40.037539 ], [ -75.137633, 40.038943 ], [ -75.135257, 40.03864 ], [ -75.134472, 40.038514 ], [ -75.134818, 40.036987 ], [ -75.135042, 40.033284 ], [ -75.135144, 40.031362 ], [ -75.13506, 40.02915 ], [ -75.135802, 40.029254 ], [ -75.137091, 40.029412 ], [ -75.136757, 40.030964 ], [ -75.139304, 40.031288 ], [ -75.141668, 40.0316 ], [ -75.142471, 40.031766 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055001", "device_counts_2018": 3467, "device_counts_2019": 2421, "device_counts_2020": 1302, "device_counts_2021": 1256, "device_counts_2022": 1594, "device_counts_2023": 1421, "device_counts_2024": 1191, "stop_counts_2018": 13269, "stop_counts_2019": 8770, "stop_counts_2020": 4410, "stop_counts_2021": 3752, "stop_counts_2022": 5050, "stop_counts_2023": 7385, "stop_counts_2024": 4093, "AREA_acre": 122.65370756040456 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2525, 39.906614 ], [ -75.249929, 39.909352 ], [ -75.251498, 39.910051 ], [ -75.2472, 39.913578 ], [ -75.24694, 39.916871 ], [ -75.247341, 39.918541 ], [ -75.246856, 39.918759 ], [ -75.246308, 39.917176 ], [ -75.244935, 39.91545 ], [ -75.243226, 39.913112 ], [ -75.242832, 39.911272 ], [ -75.243939, 39.910021 ], [ -75.246021, 39.911148 ], [ -75.248751, 39.909248 ], [ -75.246275, 39.90746 ], [ -75.247414, 39.906162 ], [ -75.249736, 39.903575 ], [ -75.251288, 39.904403 ], [ -75.253492, 39.905585 ], [ -75.2525, 39.906614 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010138002", "device_counts_2018": 2394, "device_counts_2019": 2059, "device_counts_2020": 911, "device_counts_2021": 853, "device_counts_2022": 1170, "device_counts_2023": 1675, "device_counts_2024": 1471, "stop_counts_2018": 8732, "stop_counts_2019": 6672, "stop_counts_2020": 3008, "stop_counts_2021": 2383, "stop_counts_2022": 3197, "stop_counts_2023": 4475, "stop_counts_2024": 11620, "AREA_acre": 46.987428523982786 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179779, 39.977188 ], [ -75.173414, 39.976363 ], [ -75.173785, 39.974677 ], [ -75.177852, 39.974247 ], [ -75.177862, 39.97248 ], [ -75.178108, 39.972509 ], [ -75.180729, 39.972841 ], [ -75.179779, 39.977188 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302005", "device_counts_2018": 2646, "device_counts_2019": 1966, "device_counts_2020": 1049, "device_counts_2021": 849, "device_counts_2022": 1361, "device_counts_2023": 1448, "device_counts_2024": 1270, "stop_counts_2018": 9589, "stop_counts_2019": 5462, "stop_counts_2020": 2814, "stop_counts_2021": 2363, "stop_counts_2022": 3621, "stop_counts_2023": 2802, "stop_counts_2024": 4112, "AREA_acre": 31.622247614273554 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086997, 40.029443 ], [ -75.08508, 40.031266 ], [ -75.084915, 40.031241 ], [ -75.084794, 40.031223 ], [ -75.084197, 40.031438 ], [ -75.080866, 40.029556 ], [ -75.081849, 40.028512 ], [ -75.083038, 40.027241 ], [ -75.085375, 40.028555 ], [ -75.086997, 40.029443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071013", "device_counts_2018": 1726, "device_counts_2019": 1474, "device_counts_2020": 777, "device_counts_2021": 489, "device_counts_2022": 586, "device_counts_2023": 658, "device_counts_2024": 553, "stop_counts_2018": 5482, "stop_counts_2019": 4533, "stop_counts_2020": 2641, "stop_counts_2021": 1818, "stop_counts_2022": 1671, "stop_counts_2023": 1053, "stop_counts_2024": 1965, "AREA_acre": 24.559081230044029 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22548, 39.939725 ], [ -75.224113, 39.940691 ], [ -75.222753, 39.941654 ], [ -75.221545, 39.940652 ], [ -75.220278, 39.939572 ], [ -75.222098, 39.938279 ], [ -75.223012, 39.937643 ], [ -75.224292, 39.938734 ], [ -75.22548, 39.939725 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298001", "device_counts_2018": 682, "device_counts_2019": 455, "device_counts_2020": 267, "device_counts_2021": 251, "device_counts_2022": 274, "device_counts_2023": 305, "device_counts_2024": 127, "stop_counts_2018": 3769, "stop_counts_2019": 2735, "stop_counts_2020": 1727, "stop_counts_2021": 1983, "stop_counts_2022": 1876, "stop_counts_2023": 548, "stop_counts_2024": 784, "AREA_acre": 46.681601555824415 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07338, 40.019654 ], [ -75.072271, 40.020248 ], [ -75.069087, 40.021904 ], [ -75.068516, 40.021385 ], [ -75.067412, 40.020111 ], [ -75.06701, 40.01967 ], [ -75.066116, 40.018648 ], [ -75.067782, 40.017853 ], [ -75.070504, 40.017255 ], [ -75.071847, 40.016952 ], [ -75.072575, 40.018868 ], [ -75.07338, 40.019654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158006", "device_counts_2018": 456, "device_counts_2019": 424, "device_counts_2020": 206, "device_counts_2021": 187, "device_counts_2022": 241, "device_counts_2023": 556, "device_counts_2024": 510, "stop_counts_2018": 1995, "stop_counts_2019": 1341, "stop_counts_2020": 591, "stop_counts_2021": 572, "stop_counts_2022": 689, "stop_counts_2023": 1788, "stop_counts_2024": 2043, "AREA_acre": 16.700604096879964 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128693, 39.974284 ], [ -75.125201, 39.975558 ], [ -75.123391, 39.974403 ], [ -75.127903, 39.972811 ], [ -75.128693, 39.974284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073004", "device_counts_2018": 2238, "device_counts_2019": 1836, "device_counts_2020": 1065, "device_counts_2021": 730, "device_counts_2022": 1105, "device_counts_2023": 939, "device_counts_2024": 1069, "stop_counts_2018": 7057, "stop_counts_2019": 5556, "stop_counts_2020": 3183, "stop_counts_2021": 1920, "stop_counts_2022": 2856, "stop_counts_2023": 2023, "stop_counts_2024": 1814, "AREA_acre": 38.437220881852959 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229894, 39.947791 ], [ -75.227419, 39.94777 ], [ -75.224946, 39.947744 ], [ -75.223315, 39.947925 ], [ -75.222369, 39.947135 ], [ -75.224736, 39.945465 ], [ -75.22361, 39.944505 ], [ -75.22498, 39.943534 ], [ -75.226805, 39.945083 ], [ -75.228686, 39.945913 ], [ -75.228202, 39.94627 ], [ -75.229894, 39.947791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263024", "device_counts_2018": 6318, "device_counts_2019": 4952, "device_counts_2020": 2750, "device_counts_2021": 2168, "device_counts_2022": 2839, "device_counts_2023": 2692, "device_counts_2024": 2684, "stop_counts_2018": 19761, "stop_counts_2019": 15434, "stop_counts_2020": 8244, "stop_counts_2021": 6945, "stop_counts_2022": 8943, "stop_counts_2023": 5554, "stop_counts_2024": 8737, "AREA_acre": 59.152006983884057 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161313, 40.071386 ], [ -75.158417, 40.074169 ], [ -75.154076, 40.071732 ], [ -75.156776, 40.068675 ], [ -75.157379, 40.067944 ], [ -75.162035, 40.070685 ], [ -75.161313, 40.071386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010293001", "device_counts_2018": 4913, "device_counts_2019": 2971, "device_counts_2020": 1732, "device_counts_2021": 1323, "device_counts_2022": 1724, "device_counts_2023": 2412, "device_counts_2024": 1500, "stop_counts_2018": 13775, "stop_counts_2019": 8374, "stop_counts_2020": 4910, "stop_counts_2021": 4091, "stop_counts_2022": 4625, "stop_counts_2023": 3842, "stop_counts_2024": 2533, "AREA_acre": 85.893645959957567 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.096744, 40.01873 ], [ -75.095897, 40.019604 ], [ -75.09441, 40.019534 ], [ -75.091304, 40.017883 ], [ -75.090325, 40.017356 ], [ -75.086382, 40.015257 ], [ -75.085519, 40.014787 ], [ -75.085818, 40.014448 ], [ -75.086348, 40.013868 ], [ -75.087577, 40.012516 ], [ -75.09228, 40.015294 ], [ -75.094365, 40.014794 ], [ -75.096279, 40.015957 ], [ -75.09704, 40.016018 ], [ -75.096744, 40.01873 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246002", "device_counts_2018": 1010, "device_counts_2019": 729, "device_counts_2020": 452, "device_counts_2021": 311, "device_counts_2022": 397, "device_counts_2023": 866, "device_counts_2024": 552, "stop_counts_2018": 5415, "stop_counts_2019": 3986, "stop_counts_2020": 2101, "stop_counts_2021": 1411, "stop_counts_2022": 2006, "stop_counts_2023": 2597, "stop_counts_2024": 2109, "AREA_acre": 39.832731933655765 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172201, 40.042922 ], [ -75.173355, 40.04362 ], [ -75.170725, 40.046151 ], [ -75.169492, 40.044531 ], [ -75.170855, 40.040445 ], [ -75.172027, 40.039141 ], [ -75.174567, 40.040638 ], [ -75.172201, 40.042922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072003", "device_counts_2018": 433, "device_counts_2019": 358, "device_counts_2020": 181, "device_counts_2021": 128, "device_counts_2022": 182, "device_counts_2023": 99, "device_counts_2024": 249, "stop_counts_2018": 2125, "stop_counts_2019": 1607, "stop_counts_2020": 794, "stop_counts_2021": 834, "stop_counts_2022": 1159, "stop_counts_2023": 1197, "stop_counts_2024": 2659, "AREA_acre": 10.746120727120422 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233074, 39.942849 ], [ -75.230947, 39.944336 ], [ -75.229553, 39.943168 ], [ -75.230928, 39.942194 ], [ -75.231676, 39.941671 ], [ -75.233074, 39.942849 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282001", "device_counts_2018": 4550, "device_counts_2019": 4120, "device_counts_2020": 1510, "device_counts_2021": 1708, "device_counts_2022": 2219, "device_counts_2023": 2509, "device_counts_2024": 2153, "stop_counts_2018": 13107, "stop_counts_2019": 11413, "stop_counts_2020": 4249, "stop_counts_2021": 3513, "stop_counts_2022": 4421, "stop_counts_2023": 5716, "stop_counts_2024": 4510, "AREA_acre": 42.862671332564418 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146705, 40.030127 ], [ -75.146575, 40.030637 ], [ -75.145554, 40.035262 ], [ -75.143363, 40.034976 ], [ -75.143944, 40.032192 ], [ -75.139766, 40.034506 ], [ -75.138971, 40.032845 ], [ -75.142471, 40.031766 ], [ -75.144284, 40.030814 ], [ -75.14685, 40.029481 ], [ -75.146705, 40.030127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252001", "device_counts_2018": 772, "device_counts_2019": 624, "device_counts_2020": 318, "device_counts_2021": 200, "device_counts_2022": 282, "device_counts_2023": 408, "device_counts_2024": 330, "stop_counts_2018": 3918, "stop_counts_2019": 3118, "stop_counts_2020": 1510, "stop_counts_2021": 662, "stop_counts_2022": 1142, "stop_counts_2023": 3970, "stop_counts_2024": 2577, "AREA_acre": 35.340324176454942 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177154, 40.042988 ], [ -75.175285, 40.044782 ], [ -75.173686, 40.045803 ], [ -75.171536, 40.047888 ], [ -75.170725, 40.046151 ], [ -75.173355, 40.04362 ], [ -75.17573, 40.041333 ], [ -75.177651, 40.0425 ], [ -75.177154, 40.042988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311013", "device_counts_2018": 1603, "device_counts_2019": 1212, "device_counts_2020": 731, "device_counts_2021": 610, "device_counts_2022": 844, "device_counts_2023": 838, "device_counts_2024": 637, "stop_counts_2018": 6526, "stop_counts_2019": 4210, "stop_counts_2020": 2187, "stop_counts_2021": 1828, "stop_counts_2022": 2757, "stop_counts_2023": 1901, "stop_counts_2024": 1134, "AREA_acre": 25.892486742108971 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081533, 40.040754 ], [ -75.080904, 40.041432 ], [ -75.080164, 40.042213 ], [ -75.076652, 40.040257 ], [ -75.077394, 40.039464 ], [ -75.07821, 40.038617 ], [ -75.07862, 40.038205 ], [ -75.082114, 40.040147 ], [ -75.081533, 40.040754 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031001", "device_counts_2018": 1826, "device_counts_2019": 1366, "device_counts_2020": 722, "device_counts_2021": 669, "device_counts_2022": 808, "device_counts_2023": 1391, "device_counts_2024": 1268, "stop_counts_2018": 6070, "stop_counts_2019": 4658, "stop_counts_2020": 2807, "stop_counts_2021": 1641, "stop_counts_2022": 2117, "stop_counts_2023": 2803, "stop_counts_2024": 3231, "AREA_acre": 29.82132514517232 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179035, 39.935612 ], [ -75.178514, 39.935544 ], [ -75.17397, 39.934974 ], [ -75.174495, 39.932523 ], [ -75.176069, 39.932721 ], [ -75.179553, 39.933178 ], [ -75.179035, 39.935612 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309002", "device_counts_2018": 600, "device_counts_2019": 417, "device_counts_2020": 358, "device_counts_2021": 175, "device_counts_2022": 225, "device_counts_2023": 304, "device_counts_2024": 281, "stop_counts_2018": 4401, "stop_counts_2019": 2174, "stop_counts_2020": 1913, "stop_counts_2021": 914, "stop_counts_2022": 1167, "stop_counts_2023": 1435, "stop_counts_2024": 1921, "AREA_acre": 18.626912528970717 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085031, 40.043731 ], [ -75.082674, 40.04242 ], [ -75.084412, 40.039499 ], [ -75.086453, 40.042566 ], [ -75.085031, 40.043731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195013", "device_counts_2018": 1549, "device_counts_2019": 1284, "device_counts_2020": 670, "device_counts_2021": 666, "device_counts_2022": 874, "device_counts_2023": 933, "device_counts_2024": 561, "stop_counts_2018": 6338, "stop_counts_2019": 4174, "stop_counts_2020": 2169, "stop_counts_2021": 2548, "stop_counts_2022": 2973, "stop_counts_2023": 2979, "stop_counts_2024": 2549, "AREA_acre": 21.577416451728741 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131501, 40.001999 ], [ -75.128604, 40.001619 ], [ -75.12926, 39.998539 ], [ -75.132172, 39.998913 ], [ -75.131501, 40.001999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071011", "device_counts_2018": 1164, "device_counts_2019": 899, "device_counts_2020": 345, "device_counts_2021": 290, "device_counts_2022": 373, "device_counts_2023": 882, "device_counts_2024": 157, "stop_counts_2018": 5929, "stop_counts_2019": 3361, "stop_counts_2020": 1363, "stop_counts_2021": 1108, "stop_counts_2022": 1081, "stop_counts_2023": 1460, "stop_counts_2024": 122, "AREA_acre": 17.010483394765469 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229726, 39.936743 ], [ -75.228358, 39.9377 ], [ -75.227831, 39.938077 ], [ -75.225358, 39.936 ], [ -75.225887, 39.935625 ], [ -75.227252, 39.934661 ], [ -75.228533, 39.935732 ], [ -75.229726, 39.936743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306007", "device_counts_2018": 1796, "device_counts_2019": 1882, "device_counts_2020": 764, "device_counts_2021": 675, "device_counts_2022": 1035, "device_counts_2023": 1263, "device_counts_2024": 1034, "stop_counts_2018": 8003, "stop_counts_2019": 5913, "stop_counts_2020": 3714, "stop_counts_2021": 2024, "stop_counts_2022": 3175, "stop_counts_2023": 3202, "stop_counts_2024": 2594, "AREA_acre": 37.134727494538133 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094766, 40.053095 ], [ -75.093706, 40.054203 ], [ -75.092131, 40.053178 ], [ -75.088344, 40.051235 ], [ -75.088873, 40.050674 ], [ -75.091173, 40.051098 ], [ -75.091416, 40.049543 ], [ -75.092242, 40.049978 ], [ -75.094183, 40.051071 ], [ -75.094593, 40.050655 ], [ -75.096242, 40.051528 ], [ -75.094766, 40.053095 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040014", "device_counts_2018": 3169, "device_counts_2019": 2910, "device_counts_2020": 1324, "device_counts_2021": 1285, "device_counts_2022": 1842, "device_counts_2023": 2386, "device_counts_2024": 1956, "stop_counts_2018": 8550, "stop_counts_2019": 7320, "stop_counts_2020": 3257, "stop_counts_2021": 2819, "stop_counts_2022": 4384, "stop_counts_2023": 3968, "stop_counts_2024": 3717, "AREA_acre": 18.998272585616377 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169499, 39.925531 ], [ -75.169494, 39.925596 ], [ -75.169428, 39.925593 ], [ -75.16735, 39.926579 ], [ -75.165483, 39.926333 ], [ -75.166014, 39.923903 ], [ -75.169744, 39.924409 ], [ -75.169499, 39.925531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010376002", "device_counts_2018": 11916, "device_counts_2019": 10679, "device_counts_2020": 3888, "device_counts_2021": 6203, "device_counts_2022": 8827, "device_counts_2023": 9123, "device_counts_2024": 8169, "stop_counts_2018": 35337, "stop_counts_2019": 31844, "stop_counts_2020": 11294, "stop_counts_2021": 16494, "stop_counts_2022": 23254, "stop_counts_2023": 34347, "stop_counts_2024": 22682, "AREA_acre": 93.005441711349349 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162293, 39.958058 ], [ -75.161411, 39.962102 ], [ -75.161443, 39.962172 ], [ -75.161384, 39.962474 ], [ -75.161188, 39.963422 ], [ -75.154312, 39.962614 ], [ -75.154512, 39.961711 ], [ -75.155093, 39.958709 ], [ -75.155538, 39.956923 ], [ -75.162339, 39.957825 ], [ -75.162293, 39.958058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183004", "device_counts_2018": 921, "device_counts_2019": 764, "device_counts_2020": 531, "device_counts_2021": 522, "device_counts_2022": 766, "device_counts_2023": 555, "device_counts_2024": 581, "stop_counts_2018": 3746, "stop_counts_2019": 3622, "stop_counts_2020": 2801, "stop_counts_2021": 2460, "stop_counts_2022": 3809, "stop_counts_2023": 2553, "stop_counts_2024": 3881, "AREA_acre": 32.06777823324272 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080522, 39.996472 ], [ -75.07472, 39.9987 ], [ -75.073491, 39.997297 ], [ -75.079364, 39.994264 ], [ -75.080522, 39.996472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195022", "device_counts_2018": 1882, "device_counts_2019": 1512, "device_counts_2020": 878, "device_counts_2021": 698, "device_counts_2022": 964, "device_counts_2023": 838, "device_counts_2024": 477, "stop_counts_2018": 6325, "stop_counts_2019": 5545, "stop_counts_2020": 3010, "stop_counts_2021": 2076, "stop_counts_2022": 3323, "stop_counts_2023": 2653, "stop_counts_2024": 755, "AREA_acre": 33.191695614343168 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128282, 40.003116 ], [ -75.127863, 40.005057 ], [ -75.123949, 40.004814 ], [ -75.12441, 40.002634 ], [ -75.124732, 40.001124 ], [ -75.128604, 40.001619 ], [ -75.128282, 40.003116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030011", "device_counts_2018": 1044, "device_counts_2019": 1031, "device_counts_2020": 414, "device_counts_2021": 386, "device_counts_2022": 637, "device_counts_2023": 891, "device_counts_2024": 1062, "stop_counts_2018": 3882, "stop_counts_2019": 2390, "stop_counts_2020": 1279, "stop_counts_2021": 953, "stop_counts_2022": 1315, "stop_counts_2023": 1857, "stop_counts_2024": 1310, "AREA_acre": 7.7534295651249439 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171065, 39.930827 ], [ -75.168423, 39.930465 ], [ -75.168689, 39.929256 ], [ -75.170891, 39.929552 ], [ -75.171339, 39.929608 ], [ -75.171065, 39.930827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209003", "device_counts_2018": 2817, "device_counts_2019": 2428, "device_counts_2020": 816, "device_counts_2021": 854, "device_counts_2022": 1710, "device_counts_2023": 2310, "device_counts_2024": 1950, "stop_counts_2018": 6775, "stop_counts_2019": 5794, "stop_counts_2020": 2315, "stop_counts_2021": 2316, "stop_counts_2022": 4023, "stop_counts_2023": 4328, "stop_counts_2024": 5004, "AREA_acre": 55.092323548671352 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213, 40.018652 ], [ -75.211744, 40.017388 ], [ -75.209735, 40.018509 ], [ -75.207863, 40.018582 ], [ -75.208116, 40.017764 ], [ -75.205622, 40.017107 ], [ -75.207221, 40.016673 ], [ -75.208008, 40.012997 ], [ -75.212219, 40.015461 ], [ -75.214752, 40.017784 ], [ -75.213, 40.018652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004011", "device_counts_2018": 15247, "device_counts_2019": 13306, "device_counts_2020": 3247, "device_counts_2021": 4700, "device_counts_2022": 7157, "device_counts_2023": 11821, "device_counts_2024": 10832, "stop_counts_2018": 56200, "stop_counts_2019": 50740, "stop_counts_2020": 10462, "stop_counts_2021": 12087, "stop_counts_2022": 18196, "stop_counts_2023": 30888, "stop_counts_2024": 28341, "AREA_acre": 53.877671378407193 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180223, 39.954472 ], [ -75.179889, 39.955436 ], [ -75.179768, 39.955993 ], [ -75.17972, 39.956164 ], [ -75.179122, 39.955984 ], [ -75.177527, 39.95549 ], [ -75.172783, 39.955604 ], [ -75.173291, 39.952934 ], [ -75.173489, 39.952052 ], [ -75.176191, 39.952387 ], [ -75.180909, 39.952982 ], [ -75.180223, 39.954472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029003", "device_counts_2018": 5008, "device_counts_2019": 4331, "device_counts_2020": 1832, "device_counts_2021": 2181, "device_counts_2022": 2797, "device_counts_2023": 4643, "device_counts_2024": 4440, "stop_counts_2018": 14503, "stop_counts_2019": 13077, "stop_counts_2020": 6113, "stop_counts_2021": 5251, "stop_counts_2022": 7051, "stop_counts_2023": 18444, "stop_counts_2024": 15234, "AREA_acre": 51.44061700953629 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16764, 39.93415 ], [ -75.167578, 39.934143 ], [ -75.159517, 39.9331 ], [ -75.161047, 39.931817 ], [ -75.163504, 39.92983 ], [ -75.166246, 39.930207 ], [ -75.165968, 39.931427 ], [ -75.16815, 39.931701 ], [ -75.16764, 39.93415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085007", "device_counts_2018": 4046, "device_counts_2019": 3348, "device_counts_2020": 1475, "device_counts_2021": 1360, "device_counts_2022": 1644, "device_counts_2023": 2050, "device_counts_2024": 1494, "stop_counts_2018": 12170, "stop_counts_2019": 8926, "stop_counts_2020": 4501, "stop_counts_2021": 3216, "stop_counts_2022": 3786, "stop_counts_2023": 4089, "stop_counts_2024": 3794, "AREA_acre": 32.544883924764065 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230801, 39.960722 ], [ -75.228645, 39.960463 ], [ -75.227443, 39.960311 ], [ -75.224868, 39.960005 ], [ -75.225351, 39.957714 ], [ -75.231277, 39.958448 ], [ -75.230801, 39.960722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010141002", "device_counts_2018": 5065, "device_counts_2019": 4927, "device_counts_2020": 1868, "device_counts_2021": 2050, "device_counts_2022": 2724, "device_counts_2023": 3195, "device_counts_2024": 2436, "stop_counts_2018": 12915, "stop_counts_2019": 12452, "stop_counts_2020": 4796, "stop_counts_2021": 4271, "stop_counts_2022": 5740, "stop_counts_2023": 7638, "stop_counts_2024": 5290, "AREA_acre": 52.02179549222204 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159442, 39.971467 ], [ -75.159237, 39.972384 ], [ -75.158782, 39.974482 ], [ -75.156616, 39.974198 ], [ -75.156893, 39.972927 ], [ -75.152188, 39.972318 ], [ -75.154149, 39.970778 ], [ -75.154549, 39.968931 ], [ -75.156085, 39.96931 ], [ -75.159702, 39.970202 ], [ -75.159442, 39.971467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168001", "device_counts_2018": 1249, "device_counts_2019": 954, "device_counts_2020": 399, "device_counts_2021": 396, "device_counts_2022": 434, "device_counts_2023": 607, "device_counts_2024": 477, "stop_counts_2018": 4230, "stop_counts_2019": 2711, "stop_counts_2020": 1186, "stop_counts_2021": 805, "stop_counts_2022": 880, "stop_counts_2023": 1305, "stop_counts_2024": 1811, "AREA_acre": 37.10555064096944 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173182, 39.992412 ], [ -75.171594, 39.9922 ], [ -75.171441, 39.992946 ], [ -75.168248, 39.992579 ], [ -75.168561, 39.991047 ], [ -75.167918, 39.990947 ], [ -75.168428, 39.987857 ], [ -75.169234, 39.987959 ], [ -75.168894, 39.98955 ], [ -75.171839, 39.989935 ], [ -75.173682, 39.990167 ], [ -75.173182, 39.992412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176013", "device_counts_2018": 3037, "device_counts_2019": 2264, "device_counts_2020": 1194, "device_counts_2021": 1073, "device_counts_2022": 1453, "device_counts_2023": 1702, "device_counts_2024": 915, "stop_counts_2018": 10006, "stop_counts_2019": 6665, "stop_counts_2020": 3248, "stop_counts_2021": 3244, "stop_counts_2022": 4262, "stop_counts_2023": 4283, "stop_counts_2024": 2430, "AREA_acre": 40.370436111197918 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135121, 39.99306 ], [ -75.130558, 39.992474 ], [ -75.130122, 39.994573 ], [ -75.126915, 39.991834 ], [ -75.127031, 39.990386 ], [ -75.130898, 39.99089 ], [ -75.132893, 39.991144 ], [ -75.135466, 39.991479 ], [ -75.135121, 39.99306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010205001", "device_counts_2018": 6467, "device_counts_2019": 5302, "device_counts_2020": 1991, "device_counts_2021": 2135, "device_counts_2022": 2793, "device_counts_2023": 2638, "device_counts_2024": 2410, "stop_counts_2018": 24628, "stop_counts_2019": 18151, "stop_counts_2020": 7320, "stop_counts_2021": 6043, "stop_counts_2022": 7511, "stop_counts_2023": 7423, "stop_counts_2024": 8526, "AREA_acre": 231.1091190989562 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172342, 40.017604 ], [ -75.163758, 40.019234 ], [ -75.162782, 40.020368 ], [ -75.162462, 40.021954 ], [ -75.162024, 40.022286 ], [ -75.159551, 40.023925 ], [ -75.159315, 40.02341 ], [ -75.159214, 40.023192 ], [ -75.159035, 40.0228 ], [ -75.156094, 40.019695 ], [ -75.155692, 40.019078 ], [ -75.154576, 40.017272 ], [ -75.15409, 40.016325 ], [ -75.157218, 40.016166 ], [ -75.167776, 40.011086 ], [ -75.170096, 40.015723 ], [ -75.172342, 40.017604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300005", "device_counts_2018": 874, "device_counts_2019": 622, "device_counts_2020": 344, "device_counts_2021": 245, "device_counts_2022": 331, "device_counts_2023": 507, "device_counts_2024": 250, "stop_counts_2018": 4976, "stop_counts_2019": 2712, "stop_counts_2020": 2037, "stop_counts_2021": 1896, "stop_counts_2022": 1748, "stop_counts_2023": 1584, "stop_counts_2024": 380, "AREA_acre": 31.322603897449337 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083248, 40.013562 ], [ -75.079927, 40.016418 ], [ -75.077257, 40.014973 ], [ -75.079046, 40.013007 ], [ -75.080857, 40.011903 ], [ -75.0817, 40.012736 ], [ -75.083248, 40.013562 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027021", "device_counts_2018": 1792, "device_counts_2019": 1447, "device_counts_2020": 803, "device_counts_2021": 709, "device_counts_2022": 1012, "device_counts_2023": 1878, "device_counts_2024": 1516, "stop_counts_2018": 6330, "stop_counts_2019": 4664, "stop_counts_2020": 3099, "stop_counts_2021": 2348, "stop_counts_2022": 3261, "stop_counts_2023": 4242, "stop_counts_2024": 3964, "AREA_acre": 35.338218567437281 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151309, 39.932007 ], [ -75.149728, 39.931793 ], [ -75.14617, 39.931321 ], [ -75.146413, 39.930114 ], [ -75.146985, 39.927665 ], [ -75.148701, 39.927896 ], [ -75.148329, 39.929093 ], [ -75.151852, 39.929555 ], [ -75.151309, 39.932007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134023", "device_counts_2018": 2123, "device_counts_2019": 1878, "device_counts_2020": 653, "device_counts_2021": 748, "device_counts_2022": 1180, "device_counts_2023": 1829, "device_counts_2024": 1424, "stop_counts_2018": 5640, "stop_counts_2019": 4537, "stop_counts_2020": 1737, "stop_counts_2021": 1829, "stop_counts_2022": 2323, "stop_counts_2023": 3821, "stop_counts_2024": 4260, "AREA_acre": 25.610256913872558 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17256, 39.965219 ], [ -75.17068, 39.964975 ], [ -75.169102, 39.964781 ], [ -75.168959, 39.965463 ], [ -75.165813, 39.965075 ], [ -75.166227, 39.963112 ], [ -75.167806, 39.963306 ], [ -75.169378, 39.963498 ], [ -75.170958, 39.963692 ], [ -75.172848, 39.963923 ], [ -75.17256, 39.965219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010380002", "device_counts_2018": 2974, "device_counts_2019": 3149, "device_counts_2020": 2056, "device_counts_2021": 2223, "device_counts_2022": 4797, "device_counts_2023": 2741, "device_counts_2024": 2230, "stop_counts_2018": 9660, "stop_counts_2019": 7423, "stop_counts_2020": 4934, "stop_counts_2021": 4361, "stop_counts_2022": 9831, "stop_counts_2023": 6494, "stop_counts_2024": 3585, "AREA_acre": 60.82503645778435 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078448, 40.008586 ], [ -75.072371, 40.010089 ], [ -75.070581, 40.010533 ], [ -75.069508, 40.010798 ], [ -75.068883, 40.00879 ], [ -75.072702, 40.007904 ], [ -75.075687, 40.005553 ], [ -75.077476, 40.004139 ], [ -75.078448, 40.008586 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009021", "device_counts_2018": 7903, "device_counts_2019": 7142, "device_counts_2020": 3060, "device_counts_2021": 3262, "device_counts_2022": 3856, "device_counts_2023": 7045, "device_counts_2024": 5938, "stop_counts_2018": 19510, "stop_counts_2019": 17529, "stop_counts_2020": 7556, "stop_counts_2021": 7305, "stop_counts_2022": 9147, "stop_counts_2023": 16036, "stop_counts_2024": 11903, "AREA_acre": 20.350856713007353 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156855, 39.947246 ], [ -75.156646, 39.948394 ], [ -75.153174, 39.947962 ], [ -75.153424, 39.946817 ], [ -75.153184, 39.945536 ], [ -75.156337, 39.945923 ], [ -75.157113, 39.946025 ], [ -75.156855, 39.947246 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012024", "device_counts_2018": 4052, "device_counts_2019": 3594, "device_counts_2020": 996, "device_counts_2021": 1239, "device_counts_2022": 1705, "device_counts_2023": 3550, "device_counts_2024": 3908, "stop_counts_2018": 9543, "stop_counts_2019": 7899, "stop_counts_2020": 3004, "stop_counts_2021": 2610, "stop_counts_2022": 3358, "stop_counts_2023": 6396, "stop_counts_2024": 5866, "AREA_acre": 19.430445117049793 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168443, 39.945524 ], [ -75.166767, 39.945768 ], [ -75.166458, 39.947196 ], [ -75.164845, 39.946999 ], [ -75.165341, 39.944664 ], [ -75.165575, 39.943664 ], [ -75.168762, 39.94405 ], [ -75.168443, 39.945524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030021", "device_counts_2018": 1335, "device_counts_2019": 1237, "device_counts_2020": 504, "device_counts_2021": 491, "device_counts_2022": 700, "device_counts_2023": 1189, "device_counts_2024": 1268, "stop_counts_2018": 3753, "stop_counts_2019": 2867, "stop_counts_2020": 1606, "stop_counts_2021": 1218, "stop_counts_2022": 1553, "stop_counts_2023": 2969, "stop_counts_2024": 2680, "AREA_acre": 15.760938362279925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17034, 39.934498 ], [ -75.16764, 39.93415 ], [ -75.16815, 39.931701 ], [ -75.1708, 39.932052 ], [ -75.17034, 39.934498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040011", "device_counts_2018": 1222, "device_counts_2019": 1062, "device_counts_2020": 591, "device_counts_2021": 616, "device_counts_2022": 795, "device_counts_2023": 1193, "device_counts_2024": 984, "stop_counts_2018": 3923, "stop_counts_2019": 3269, "stop_counts_2020": 1724, "stop_counts_2021": 1577, "stop_counts_2022": 1939, "stop_counts_2023": 3907, "stop_counts_2024": 2885, "AREA_acre": 18.438015923148914 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165483, 39.926333 ], [ -75.162338, 39.92592 ], [ -75.162876, 39.923489 ], [ -75.166014, 39.923903 ], [ -75.165483, 39.926333 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042023", "device_counts_2018": 777, "device_counts_2019": 736, "device_counts_2020": 466, "device_counts_2021": 384, "device_counts_2022": 562, "device_counts_2023": 709, "device_counts_2024": 660, "stop_counts_2018": 3747, "stop_counts_2019": 3133, "stop_counts_2020": 2505, "stop_counts_2021": 2359, "stop_counts_2022": 3178, "stop_counts_2023": 2239, "stop_counts_2024": 3054, "AREA_acre": 15.456631671424443 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155865, 39.918755 ], [ -75.15073, 39.918097 ], [ -75.151014, 39.916842 ], [ -75.156139, 39.917515 ], [ -75.155865, 39.918755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071012", "device_counts_2018": 1195, "device_counts_2019": 988, "device_counts_2020": 473, "device_counts_2021": 327, "device_counts_2022": 423, "device_counts_2023": 588, "device_counts_2024": 581, "stop_counts_2018": 4370, "stop_counts_2019": 3701, "stop_counts_2020": 1699, "stop_counts_2021": 1303, "stop_counts_2022": 1437, "stop_counts_2023": 2996, "stop_counts_2024": 1500, "AREA_acre": 21.053477927615347 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226854, 39.938767 ], [ -75.22548, 39.939725 ], [ -75.224292, 39.938734 ], [ -75.223012, 39.937643 ], [ -75.224388, 39.936676 ], [ -75.225358, 39.936 ], [ -75.227831, 39.938077 ], [ -75.226854, 39.938767 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074005", "device_counts_2018": 1502, "device_counts_2019": 1282, "device_counts_2020": 674, "device_counts_2021": 510, "device_counts_2022": 649, "device_counts_2023": 913, "device_counts_2024": 736, "stop_counts_2018": 4831, "stop_counts_2019": 3713, "stop_counts_2020": 1846, "stop_counts_2021": 1651, "stop_counts_2022": 1770, "stop_counts_2023": 2698, "stop_counts_2024": 2029, "AREA_acre": 35.164062819554033 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218874, 39.938393 ], [ -75.217502, 39.939355 ], [ -75.215089, 39.939093 ], [ -75.213865, 39.939974 ], [ -75.212064, 39.938213 ], [ -75.215778, 39.935624 ], [ -75.217614, 39.93733 ], [ -75.218874, 39.938393 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088024", "device_counts_2018": 4345, "device_counts_2019": 3681, "device_counts_2020": 1729, "device_counts_2021": 1914, "device_counts_2022": 2908, "device_counts_2023": 2836, "device_counts_2024": 2667, "stop_counts_2018": 10592, "stop_counts_2019": 9067, "stop_counts_2020": 3769, "stop_counts_2021": 4805, "stop_counts_2022": 7386, "stop_counts_2023": 9130, "stop_counts_2024": 7042, "AREA_acre": 23.490087208682962 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205583, 39.952056 ], [ -75.20546, 39.952682 ], [ -75.204107, 39.953128 ], [ -75.202828, 39.95297 ], [ -75.203083, 39.951745 ], [ -75.200801, 39.951458 ], [ -75.199204, 39.951257 ], [ -75.199427, 39.950419 ], [ -75.201156, 39.949839 ], [ -75.201151, 39.950414 ], [ -75.205802, 39.950985 ], [ -75.205583, 39.952056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101003", "device_counts_2018": 868, "device_counts_2019": 648, "device_counts_2020": 425, "device_counts_2021": 215, "device_counts_2022": 306, "device_counts_2023": 583, "device_counts_2024": 304, "stop_counts_2018": 3723, "stop_counts_2019": 2757, "stop_counts_2020": 1193, "stop_counts_2021": 642, "stop_counts_2022": 980, "stop_counts_2023": 1689, "stop_counts_2024": 481, "AREA_acre": 19.324592099463661 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24358, 39.975546 ], [ -75.241013, 39.975833 ], [ -75.240427, 39.972687 ], [ -75.241209, 39.9726 ], [ -75.242987, 39.972396 ], [ -75.24329, 39.973997 ], [ -75.24358, 39.975546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118005", "device_counts_2018": 783, "device_counts_2019": 585, "device_counts_2020": 389, "device_counts_2021": 277, "device_counts_2022": 293, "device_counts_2023": 478, "device_counts_2024": 332, "stop_counts_2018": 5436, "stop_counts_2019": 3830, "stop_counts_2020": 2053, "stop_counts_2021": 1727, "stop_counts_2022": 1896, "stop_counts_2023": 968, "stop_counts_2024": 2300, "AREA_acre": 37.13429961314813 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245478, 39.986619 ], [ -75.239838, 39.989287 ], [ -75.23987, 39.988202 ], [ -75.238184, 39.986061 ], [ -75.240153, 39.985213 ], [ -75.244491, 39.985667 ], [ -75.245478, 39.986619 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137003", "device_counts_2018": 1103, "device_counts_2019": 914, "device_counts_2020": 415, "device_counts_2021": 304, "device_counts_2022": 464, "device_counts_2023": 560, "device_counts_2024": 715, "stop_counts_2018": 5229, "stop_counts_2019": 3053, "stop_counts_2020": 1468, "stop_counts_2021": 1156, "stop_counts_2022": 1461, "stop_counts_2023": 1661, "stop_counts_2024": 2614, "AREA_acre": 18.139609228122222 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183838, 39.980585 ], [ -75.182215, 39.980373 ], [ -75.181135, 39.980238 ], [ -75.181755, 39.977444 ], [ -75.184439, 39.977788 ], [ -75.183838, 39.980585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162003", "device_counts_2018": 572, "device_counts_2019": 440, "device_counts_2020": 233, "device_counts_2021": 247, "device_counts_2022": 367, "device_counts_2023": 404, "device_counts_2024": 502, "stop_counts_2018": 2341, "stop_counts_2019": 1334, "stop_counts_2020": 570, "stop_counts_2021": 567, "stop_counts_2022": 1226, "stop_counts_2023": 799, "stop_counts_2024": 1353, "AREA_acre": 12.711390270876377 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136759, 39.985402 ], [ -75.136167, 39.985328 ], [ -75.1351, 39.98519 ], [ -75.135445, 39.983598 ], [ -75.13578, 39.982009 ], [ -75.137443, 39.982223 ], [ -75.136759, 39.985402 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180012", "device_counts_2018": 730, "device_counts_2019": 650, "device_counts_2020": 381, "device_counts_2021": 368, "device_counts_2022": 524, "device_counts_2023": 588, "device_counts_2024": 305, "stop_counts_2018": 3939, "stop_counts_2019": 2429, "stop_counts_2020": 1592, "stop_counts_2021": 1470, "stop_counts_2022": 2189, "stop_counts_2023": 1392, "stop_counts_2024": 529, "AREA_acre": 24.658702959011062 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111221, 39.985268 ], [ -75.108828, 39.981673 ], [ -75.110525, 39.980787 ], [ -75.110939, 39.980568 ], [ -75.11345, 39.984105 ], [ -75.111221, 39.985268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198005", "device_counts_2018": 800, "device_counts_2019": 638, "device_counts_2020": 317, "device_counts_2021": 302, "device_counts_2022": 370, "device_counts_2023": 680, "device_counts_2024": 226, "stop_counts_2018": 3239, "stop_counts_2019": 2173, "stop_counts_2020": 969, "stop_counts_2021": 910, "stop_counts_2022": 1062, "stop_counts_2023": 2388, "stop_counts_2024": 1247, "AREA_acre": 14.249860585691657 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142438, 40.009743 ], [ -75.141786, 40.012708 ], [ -75.140125, 40.012538 ], [ -75.139484, 40.012453 ], [ -75.139815, 40.010939 ], [ -75.141425, 40.00961 ], [ -75.141913, 40.009674 ], [ -75.142438, 40.009743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202002", "device_counts_2018": 812, "device_counts_2019": 571, "device_counts_2020": 247, "device_counts_2021": 178, "device_counts_2022": 160, "device_counts_2023": 300, "device_counts_2024": 279, "stop_counts_2018": 3484, "stop_counts_2019": 1978, "stop_counts_2020": 1024, "stop_counts_2021": 498, "stop_counts_2022": 516, "stop_counts_2023": 483, "stop_counts_2024": 1050, "AREA_acre": 22.731042260342342 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167945, 40.009378 ], [ -75.164733, 40.008616 ], [ -75.165228, 40.006354 ], [ -75.165554, 40.004859 ], [ -75.16914, 40.008832 ], [ -75.167945, 40.009378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010212001", "device_counts_2018": 2359, "device_counts_2019": 1855, "device_counts_2020": 923, "device_counts_2021": 959, "device_counts_2022": 1278, "device_counts_2023": 1138, "device_counts_2024": 1034, "stop_counts_2018": 8244, "stop_counts_2019": 6161, "stop_counts_2020": 3783, "stop_counts_2021": 3632, "stop_counts_2022": 4408, "stop_counts_2023": 2909, "stop_counts_2024": 2534, "AREA_acre": 83.26514988845247 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218759, 40.036654 ], [ -75.213026, 40.039412 ], [ -75.210398, 40.03751 ], [ -75.208938, 40.035221 ], [ -75.21114, 40.0346 ], [ -75.213692, 40.032135 ], [ -75.214493, 40.032838 ], [ -75.216638, 40.034833 ], [ -75.217925, 40.03616 ], [ -75.218759, 40.036654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236001", "device_counts_2018": 853, "device_counts_2019": 897, "device_counts_2020": 323, "device_counts_2021": 309, "device_counts_2022": 566, "device_counts_2023": 1321, "device_counts_2024": 1292, "stop_counts_2018": 2726, "stop_counts_2019": 2135, "stop_counts_2020": 1031, "stop_counts_2021": 722, "stop_counts_2022": 1177, "stop_counts_2023": 1749, "stop_counts_2024": 1791, "AREA_acre": 46.197444874189017 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196511, 40.049188 ], [ -75.194491, 40.051466 ], [ -75.194083, 40.051633 ], [ -75.194411, 40.050637 ], [ -75.192123, 40.047679 ], [ -75.192346, 40.046309 ], [ -75.193091, 40.04459 ], [ -75.193841, 40.045069 ], [ -75.198059, 40.047739 ], [ -75.196511, 40.049188 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252004", "device_counts_2018": 830, "device_counts_2019": 581, "device_counts_2020": 306, "device_counts_2021": 222, "device_counts_2022": 260, "device_counts_2023": 327, "device_counts_2024": 157, "stop_counts_2018": 5408, "stop_counts_2019": 3290, "stop_counts_2020": 1396, "stop_counts_2021": 864, "stop_counts_2022": 921, "stop_counts_2023": 657, "stop_counts_2024": 193, "AREA_acre": 20.374868010897607 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178144, 40.04821 ], [ -75.176624, 40.047398 ], [ -75.176247, 40.047752 ], [ -75.174713, 40.046823 ], [ -75.173686, 40.045803 ], [ -75.175285, 40.044782 ], [ -75.17922, 40.047155 ], [ -75.178144, 40.04821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263021", "device_counts_2018": 1630, "device_counts_2019": 1507, "device_counts_2020": 847, "device_counts_2021": 728, "device_counts_2022": 750, "device_counts_2023": 1041, "device_counts_2024": 1065, "stop_counts_2018": 7742, "stop_counts_2019": 5533, "stop_counts_2020": 2899, "stop_counts_2021": 2003, "stop_counts_2022": 2512, "stop_counts_2023": 3269, "stop_counts_2024": 1961, "AREA_acre": 34.600708951932965 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156776, 40.068675 ], [ -75.154076, 40.071732 ], [ -75.151596, 40.070328 ], [ -75.152322, 40.068901 ], [ -75.152602, 40.067646 ], [ -75.156285, 40.067006 ], [ -75.156776, 40.068675 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266002", "device_counts_2018": 997, "device_counts_2019": 836, "device_counts_2020": 459, "device_counts_2021": 335, "device_counts_2022": 454, "device_counts_2023": 630, "device_counts_2024": 331, "stop_counts_2018": 4108, "stop_counts_2019": 2570, "stop_counts_2020": 1798, "stop_counts_2021": 1026, "stop_counts_2022": 1230, "stop_counts_2023": 887, "stop_counts_2024": 862, "AREA_acre": 15.975499438288434 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147353, 40.064371 ], [ -75.147022, 40.065892 ], [ -75.146683, 40.067547 ], [ -75.145187, 40.066692 ], [ -75.146051, 40.062926 ], [ -75.147649, 40.06301 ], [ -75.147353, 40.064371 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277004", "device_counts_2018": 1060, "device_counts_2019": 848, "device_counts_2020": 328, "device_counts_2021": 263, "device_counts_2022": 366, "device_counts_2023": 375, "device_counts_2024": 230, "stop_counts_2018": 3763, "stop_counts_2019": 2682, "stop_counts_2020": 1543, "stop_counts_2021": 1206, "stop_counts_2022": 1403, "stop_counts_2023": 613, "stop_counts_2024": 318, "AREA_acre": 16.324975737889272 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155214, 40.053922 ], [ -75.152881, 40.052844 ], [ -75.153101, 40.050412 ], [ -75.155446, 40.050508 ], [ -75.155214, 40.053922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289013", "device_counts_2018": 757, "device_counts_2019": 493, "device_counts_2020": 287, "device_counts_2021": 329, "device_counts_2022": 467, "device_counts_2023": 632, "device_counts_2024": 334, "stop_counts_2018": 3264, "stop_counts_2019": 2208, "stop_counts_2020": 1132, "stop_counts_2021": 1168, "stop_counts_2022": 1573, "stop_counts_2023": 1602, "stop_counts_2024": 1980, "AREA_acre": 12.671851291778308 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116243, 40.020558 ], [ -75.112217, 40.020056 ], [ -75.113951, 40.018603 ], [ -75.116404, 40.018909 ], [ -75.116243, 40.020558 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390006", "device_counts_2018": 1167, "device_counts_2019": 1023, "device_counts_2020": 401, "device_counts_2021": 400, "device_counts_2022": 556, "device_counts_2023": 890, "device_counts_2024": 1247, "stop_counts_2018": 5927, "stop_counts_2019": 3575, "stop_counts_2020": 1643, "stop_counts_2021": 1781, "stop_counts_2022": 2207, "stop_counts_2023": 1584, "stop_counts_2024": 3667, "AREA_acre": 42.877153333501155 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.09299, 40.036729 ], [ -75.090543, 40.039142 ], [ -75.09159, 40.039734 ], [ -75.089246, 40.042252 ], [ -75.088631, 40.042747 ], [ -75.088709, 40.03795 ], [ -75.088091, 40.03654 ], [ -75.089404, 40.037263 ], [ -75.091031, 40.035582 ], [ -75.09227, 40.034323 ], [ -75.093532, 40.035024 ], [ -75.09299, 40.036729 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311022", "device_counts_2018": 734, "device_counts_2019": 492, "device_counts_2020": 249, "device_counts_2021": 233, "device_counts_2022": 310, "device_counts_2023": 456, "device_counts_2024": 331, "stop_counts_2018": 4009, "stop_counts_2019": 1972, "stop_counts_2020": 1128, "stop_counts_2021": 1007, "stop_counts_2022": 1380, "stop_counts_2023": 2783, "stop_counts_2024": 699, "AREA_acre": 14.010136693107729 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087802, 40.036032 ], [ -75.086804, 40.037049 ], [ -75.084311, 40.035676 ], [ -75.085499, 40.034421 ], [ -75.085313, 40.033521 ], [ -75.087159, 40.03479 ], [ -75.087802, 40.036032 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316004", "device_counts_2018": 1462, "device_counts_2019": 1525, "device_counts_2020": 874, "device_counts_2021": 977, "device_counts_2022": 1611, "device_counts_2023": 637, "device_counts_2024": 585, "stop_counts_2018": 4224, "stop_counts_2019": 3756, "stop_counts_2020": 2255, "stop_counts_2021": 1984, "stop_counts_2022": 3565, "stop_counts_2023": 2934, "stop_counts_2024": 2092, "AREA_acre": 28.229346747792338 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.063188, 40.031566 ], [ -75.0621, 40.032813 ], [ -75.058848, 40.030998 ], [ -75.062207, 40.027471 ], [ -75.062394, 40.027444 ], [ -75.062426, 40.027979 ], [ -75.062828, 40.02941 ], [ -75.063188, 40.031566 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330007", "device_counts_2018": 526, "device_counts_2019": 449, "device_counts_2020": 249, "device_counts_2021": 233, "device_counts_2022": 325, "device_counts_2023": 276, "device_counts_2024": 308, "stop_counts_2018": 3431, "stop_counts_2019": 2308, "stop_counts_2020": 1044, "stop_counts_2021": 796, "stop_counts_2022": 1424, "stop_counts_2023": 1249, "stop_counts_2024": 506, "AREA_acre": 19.19045706189868 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.03728, 40.035045 ], [ -75.034538, 40.036464 ], [ -75.032739, 40.034407 ], [ -75.035488, 40.03299 ], [ -75.03728, 40.035045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341005", "device_counts_2018": 1497, "device_counts_2019": 1469, "device_counts_2020": 1154, "device_counts_2021": 1092, "device_counts_2022": 1411, "device_counts_2023": 1216, "device_counts_2024": 965, "stop_counts_2018": 5471, "stop_counts_2019": 4708, "stop_counts_2020": 4577, "stop_counts_2021": 3744, "stop_counts_2022": 5034, "stop_counts_2023": 4725, "stop_counts_2024": 5552, "AREA_acre": 54.772330108801626 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086906, 40.078648 ], [ -75.082456, 40.082884 ], [ -75.082882, 40.079474 ], [ -75.078592, 40.078097 ], [ -75.079769, 40.076854 ], [ -75.080159, 40.075454 ], [ -75.081603, 40.076328 ], [ -75.082501, 40.07656 ], [ -75.085244, 40.077159 ], [ -75.086906, 40.078648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362022", "device_counts_2018": 1041, "device_counts_2019": 1001, "device_counts_2020": 533, "device_counts_2021": 564, "device_counts_2022": 797, "device_counts_2023": 907, "device_counts_2024": 1014, "stop_counts_2018": 6429, "stop_counts_2019": 6049, "stop_counts_2020": 3539, "stop_counts_2021": 3556, "stop_counts_2022": 5254, "stop_counts_2023": 3689, "stop_counts_2024": 3671, "AREA_acre": 74.612475043445613 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981807, 40.082355 ], [ -74.980158, 40.086256 ], [ -74.980601, 40.087914 ], [ -74.979504, 40.087814 ], [ -74.976576, 40.085827 ], [ -74.973763, 40.084534 ], [ -74.97582, 40.081889 ], [ -74.97725, 40.080506 ], [ -74.980732, 40.082105 ], [ -74.981807, 40.082355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277001", "device_counts_2018": 2079, "device_counts_2019": 1906, "device_counts_2020": 782, "device_counts_2021": 675, "device_counts_2022": 899, "device_counts_2023": 1494, "device_counts_2024": 1061, "stop_counts_2018": 7373, "stop_counts_2019": 5728, "stop_counts_2020": 2511, "stop_counts_2021": 2175, "stop_counts_2022": 2274, "stop_counts_2023": 5041, "stop_counts_2024": 2088, "AREA_acre": 33.606694891423444 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148578, 40.051383 ], [ -75.147004, 40.051175 ], [ -75.143841, 40.050771 ], [ -75.142214, 40.050563 ], [ -75.142898, 40.047493 ], [ -75.144959, 40.04868 ], [ -75.147672, 40.048117 ], [ -75.147337, 40.049656 ], [ -75.147265, 40.049965 ], [ -75.148708, 40.050778 ], [ -75.148578, 40.051383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027013", "device_counts_2018": 1321, "device_counts_2019": 910, "device_counts_2020": 525, "device_counts_2021": 393, "device_counts_2022": 543, "device_counts_2023": 963, "device_counts_2024": 1146, "stop_counts_2018": 5640, "stop_counts_2019": 3144, "stop_counts_2020": 2146, "stop_counts_2021": 1539, "stop_counts_2022": 1948, "stop_counts_2023": 2178, "stop_counts_2024": 8081, "AREA_acre": 18.492516957277118 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155463, 39.927956 ], [ -75.154997, 39.929984 ], [ -75.151852, 39.929555 ], [ -75.152407, 39.927129 ], [ -75.155546, 39.92755 ], [ -75.155463, 39.927956 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358002", "device_counts_2018": 1478, "device_counts_2019": 1196, "device_counts_2020": 882, "device_counts_2021": 804, "device_counts_2022": 1179, "device_counts_2023": 1468, "device_counts_2024": 1643, "stop_counts_2018": 7507, "stop_counts_2019": 7244, "stop_counts_2020": 4922, "stop_counts_2021": 3521, "stop_counts_2022": 5662, "stop_counts_2023": 5929, "stop_counts_2024": 7615, "AREA_acre": 122.68804399422807 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037842, 40.120213 ], [ -75.024891, 40.129216 ], [ -75.021931, 40.127467 ], [ -75.0201, 40.126358 ], [ -75.023292, 40.125201 ], [ -75.020183, 40.122282 ], [ -75.024153, 40.12492 ], [ -75.026346, 40.123524 ], [ -75.027205, 40.121653 ], [ -75.027824, 40.120924 ], [ -75.029773, 40.121875 ], [ -75.032646, 40.121786 ], [ -75.036495, 40.12039 ], [ -75.037842, 40.120213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340002", "device_counts_2018": 447, "device_counts_2019": 375, "device_counts_2020": 293, "device_counts_2021": 224, "device_counts_2022": 318, "device_counts_2023": 332, "device_counts_2024": 375, "stop_counts_2018": 3042, "stop_counts_2019": 3047, "stop_counts_2020": 2266, "stop_counts_2021": 1423, "stop_counts_2022": 1744, "stop_counts_2023": 1498, "stop_counts_2024": 889, "AREA_acre": 59.277127144577719 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077112, 40.068714 ], [ -75.074029, 40.071983 ], [ -75.070412, 40.07022 ], [ -75.067838, 40.068959 ], [ -75.069297, 40.068345 ], [ -75.074845, 40.066538 ], [ -75.076022, 40.067172 ], [ -75.075439, 40.067803 ], [ -75.077112, 40.068714 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010231001", "device_counts_2018": 2347, "device_counts_2019": 2190, "device_counts_2020": 1119, "device_counts_2021": 1078, "device_counts_2022": 1442, "device_counts_2023": 2737, "device_counts_2024": 1526, "stop_counts_2018": 6473, "stop_counts_2019": 6450, "stop_counts_2020": 3757, "stop_counts_2021": 3218, "stop_counts_2022": 4343, "stop_counts_2023": 6727, "stop_counts_2024": 6896, "AREA_acre": 174.16873838801064 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208933, 40.067015 ], [ -75.205815, 40.070106 ], [ -75.204166, 40.069595 ], [ -75.202651, 40.073212 ], [ -75.20079, 40.070707 ], [ -75.198673, 40.068575 ], [ -75.196741, 40.067365 ], [ -75.196385, 40.066623 ], [ -75.202475, 40.06265 ], [ -75.202545, 40.059884 ], [ -75.20714, 40.062139 ], [ -75.204744, 40.064538 ], [ -75.20615, 40.065376 ], [ -75.206782, 40.064755 ], [ -75.209573, 40.066375 ], [ -75.208933, 40.067015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114006", "device_counts_2018": 3603, "device_counts_2019": 3031, "device_counts_2020": 1632, "device_counts_2021": 1158, "device_counts_2022": 1809, "device_counts_2023": 2076, "device_counts_2024": 1855, "stop_counts_2018": 12366, "stop_counts_2019": 9266, "stop_counts_2020": 4741, "stop_counts_2021": 3222, "stop_counts_2022": 4601, "stop_counts_2023": 5235, "stop_counts_2024": 5106, "AREA_acre": 100.51784019190636 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248991, 39.985109 ], [ -75.245478, 39.986619 ], [ -75.244491, 39.985667 ], [ -75.240153, 39.985213 ], [ -75.23724, 39.98484 ], [ -75.239042, 39.98195 ], [ -75.239335, 39.981447 ], [ -75.242792, 39.981061 ], [ -75.24654, 39.980645 ], [ -75.247094, 39.983595 ], [ -75.248346, 39.982968 ], [ -75.248991, 39.985109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149005", "device_counts_2018": 806, "device_counts_2019": 658, "device_counts_2020": 284, "device_counts_2021": 224, "device_counts_2022": 316, "device_counts_2023": 453, "device_counts_2024": 404, "stop_counts_2018": 3347, "stop_counts_2019": 2281, "stop_counts_2020": 1069, "stop_counts_2021": 583, "stop_counts_2022": 895, "stop_counts_2023": 698, "stop_counts_2024": 658, "AREA_acre": 12.22037782873698 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.185497, 39.980804 ], [ -75.181758, 39.983325 ], [ -75.181579, 39.983313 ], [ -75.182215, 39.980373 ], [ -75.183838, 39.980585 ], [ -75.185497, 39.980804 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030022", "device_counts_2018": 986, "device_counts_2019": 745, "device_counts_2020": 310, "device_counts_2021": 241, "device_counts_2022": 338, "device_counts_2023": 485, "device_counts_2024": 484, "stop_counts_2018": 3158, "stop_counts_2019": 2478, "stop_counts_2020": 1166, "stop_counts_2021": 774, "stop_counts_2022": 965, "stop_counts_2023": 701, "stop_counts_2024": 445, "AREA_acre": 12.264433874352239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172389, 39.934765 ], [ -75.17034, 39.934498 ], [ -75.1708, 39.932052 ], [ -75.172922, 39.932328 ], [ -75.172389, 39.934765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010248001", "device_counts_2018": 662, "device_counts_2019": 521, "device_counts_2020": 243, "device_counts_2021": 193, "device_counts_2022": 204, "device_counts_2023": 274, "device_counts_2024": 156, "stop_counts_2018": 3545, "stop_counts_2019": 2088, "stop_counts_2020": 890, "stop_counts_2021": 646, "stop_counts_2022": 653, "stop_counts_2023": 1767, "stop_counts_2024": 192, "AREA_acre": 30.067639708889089 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167701, 40.047245 ], [ -75.164529, 40.050306 ], [ -75.161656, 40.048559 ], [ -75.163175, 40.047076 ], [ -75.166038, 40.046218 ], [ -75.167701, 40.047245 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019803001", "device_counts_2018": 18682, "device_counts_2019": 18195, "device_counts_2020": 13127, "device_counts_2021": 11518, "device_counts_2022": 15479, "device_counts_2023": 18437, "device_counts_2024": 17493, "stop_counts_2018": 67570, "stop_counts_2019": 70785, "stop_counts_2020": 51196, "stop_counts_2021": 45164, "stop_counts_2022": 60043, "stop_counts_2023": 69145, "stop_counts_2024": 77328, "AREA_acre": 1884.7590010704687 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.025229, 40.08482 ], [ -75.023996, 40.086107 ], [ -75.015528, 40.09486 ], [ -75.014156, 40.096236 ], [ -75.001796, 40.10493 ], [ -74.999804, 40.103236 ], [ -74.995464, 40.099166 ], [ -74.991264, 40.095778 ], [ -74.989094, 40.093928 ], [ -74.987421, 40.09255 ], [ -74.98418, 40.089906 ], [ -74.987065, 40.086049 ], [ -74.990155, 40.084052 ], [ -74.994348, 40.081681 ], [ -74.997635, 40.079699 ], [ -74.998488, 40.078701 ], [ -75.003606, 40.071362 ], [ -75.007269, 40.069161 ], [ -75.011311, 40.071169 ], [ -75.013126, 40.072071 ], [ -75.028952, 40.080968 ], [ -75.025229, 40.08482 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085005", "device_counts_2018": 2182, "device_counts_2019": 1790, "device_counts_2020": 817, "device_counts_2021": 752, "device_counts_2022": 848, "device_counts_2023": 889, "device_counts_2024": 781, "stop_counts_2018": 6231, "stop_counts_2019": 4448, "stop_counts_2020": 2406, "stop_counts_2021": 2434, "stop_counts_2022": 2692, "stop_counts_2023": 1668, "stop_counts_2024": 1218, "AREA_acre": 25.430535270436401 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231557, 39.957102 ], [ -75.225634, 39.956372 ], [ -75.225746, 39.955814 ], [ -75.226002, 39.954591 ], [ -75.231937, 39.955319 ], [ -75.231557, 39.957102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333001", "device_counts_2018": 3860, "device_counts_2019": 3577, "device_counts_2020": 1854, "device_counts_2021": 1909, "device_counts_2022": 2768, "device_counts_2023": 3269, "device_counts_2024": 2711, "stop_counts_2018": 13508, "stop_counts_2019": 11641, "stop_counts_2020": 6879, "stop_counts_2021": 6116, "stop_counts_2022": 8671, "stop_counts_2023": 7133, "stop_counts_2024": 5675, "AREA_acre": 96.702912879935582 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044521, 40.058702 ], [ -75.044991, 40.059372 ], [ -75.044275, 40.059356 ], [ -75.044201, 40.059477 ], [ -75.043614, 40.060811 ], [ -75.041907, 40.064683 ], [ -75.038539, 40.060858 ], [ -75.038719, 40.056435 ], [ -75.039449, 40.055286 ], [ -75.041248, 40.054576 ], [ -75.045522, 40.057614 ], [ -75.044521, 40.058702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010203002", "device_counts_2018": 8322, "device_counts_2019": 7572, "device_counts_2020": 3447, "device_counts_2021": 3265, "device_counts_2022": 3916, "device_counts_2023": 4186, "device_counts_2024": 3444, "stop_counts_2018": 22798, "stop_counts_2019": 20908, "stop_counts_2020": 8988, "stop_counts_2021": 7570, "stop_counts_2022": 9704, "stop_counts_2023": 12199, "stop_counts_2024": 6201, "AREA_acre": 73.29981374304424 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153849, 40.015891 ], [ -75.149544, 40.01787 ], [ -75.147143, 40.01901 ], [ -75.147205, 40.015188 ], [ -75.147247, 40.011906 ], [ -75.150585, 40.012283 ], [ -75.152163, 40.01254 ], [ -75.152431, 40.01321 ], [ -75.153849, 40.015891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080001", "device_counts_2018": 1745, "device_counts_2019": 1390, "device_counts_2020": 538, "device_counts_2021": 417, "device_counts_2022": 510, "device_counts_2023": 937, "device_counts_2024": 943, "stop_counts_2018": 5126, "stop_counts_2019": 4214, "stop_counts_2020": 1802, "stop_counts_2021": 1072, "stop_counts_2022": 1271, "stop_counts_2023": 1451, "stop_counts_2024": 2951, "AREA_acre": 29.14163440902189 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226539, 39.952 ], [ -75.226224, 39.953528 ], [ -75.222279, 39.95304 ], [ -75.222589, 39.951519 ], [ -75.22275, 39.950754 ], [ -75.222914, 39.949975 ], [ -75.226869, 39.95046 ], [ -75.226539, 39.952 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114005", "device_counts_2018": 1659, "device_counts_2019": 1396, "device_counts_2020": 632, "device_counts_2021": 391, "device_counts_2022": 575, "device_counts_2023": 883, "device_counts_2024": 809, "stop_counts_2018": 8584, "stop_counts_2019": 5164, "stop_counts_2020": 2454, "stop_counts_2021": 1452, "stop_counts_2022": 1919, "stop_counts_2023": 1646, "stop_counts_2024": 2653, "AREA_acre": 34.978719414217963 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24654, 39.980645 ], [ -75.242792, 39.981061 ], [ -75.242354, 39.978712 ], [ -75.244138, 39.978517 ], [ -75.24358, 39.975546 ], [ -75.24554, 39.97533 ], [ -75.24654, 39.980645 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263012", "device_counts_2018": 669, "device_counts_2019": 473, "device_counts_2020": 224, "device_counts_2021": 153, "device_counts_2022": 224, "device_counts_2023": 254, "device_counts_2024": 207, "stop_counts_2018": 3646, "stop_counts_2019": 2101, "stop_counts_2020": 1235, "stop_counts_2021": 640, "stop_counts_2022": 852, "stop_counts_2023": 796, "stop_counts_2024": 1037, "AREA_acre": 20.789170696765648 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166062, 40.074338 ], [ -75.163399, 40.07695 ], [ -75.161285, 40.075764 ], [ -75.163884, 40.073088 ], [ -75.166062, 40.074338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088022", "device_counts_2018": 5161, "device_counts_2019": 4393, "device_counts_2020": 1529, "device_counts_2021": 1890, "device_counts_2022": 2513, "device_counts_2023": 3092, "device_counts_2024": 2565, "stop_counts_2018": 14557, "stop_counts_2019": 11991, "stop_counts_2020": 4198, "stop_counts_2021": 4831, "stop_counts_2022": 7121, "stop_counts_2023": 7236, "stop_counts_2024": 5629, "AREA_acre": 25.656869385275701 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.204145, 39.957422 ], [ -75.201953, 39.957149 ], [ -75.199622, 39.95686 ], [ -75.200098, 39.954582 ], [ -75.204933, 39.955181 ], [ -75.204145, 39.957422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278001", "device_counts_2018": 1281, "device_counts_2019": 936, "device_counts_2020": 496, "device_counts_2021": 379, "device_counts_2022": 506, "device_counts_2023": 636, "device_counts_2024": 433, "stop_counts_2018": 7780, "stop_counts_2019": 5296, "stop_counts_2020": 2943, "stop_counts_2021": 2269, "stop_counts_2022": 2220, "stop_counts_2023": 800, "stop_counts_2024": 525, "AREA_acre": 36.638959904954127 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150336, 40.042028 ], [ -75.149796, 40.043673 ], [ -75.149591, 40.04483 ], [ -75.150148, 40.045658 ], [ -75.148225, 40.0456 ], [ -75.146776, 40.044848 ], [ -75.146978, 40.04173 ], [ -75.148083, 40.04048 ], [ -75.149908, 40.040376 ], [ -75.151249, 40.041174 ], [ -75.150336, 40.042028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010220001", "device_counts_2018": 1828, "device_counts_2019": 1577, "device_counts_2020": 818, "device_counts_2021": 767, "device_counts_2022": 975, "device_counts_2023": 2587, "device_counts_2024": 2454, "stop_counts_2018": 7199, "stop_counts_2019": 6181, "stop_counts_2020": 4553, "stop_counts_2021": 3726, "stop_counts_2022": 3978, "stop_counts_2023": 6158, "stop_counts_2024": 6734, "AREA_acre": 756.76797440491737 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264431, 40.054094 ], [ -75.255006, 40.062704 ], [ -75.243288, 40.073494 ], [ -75.242047, 40.071949 ], [ -75.241075, 40.070395 ], [ -75.240321, 40.068383 ], [ -75.240092, 40.067344 ], [ -75.239545, 40.062977 ], [ -75.238182, 40.059771 ], [ -75.25412, 40.048324 ], [ -75.254629, 40.047592 ], [ -75.254678, 40.045924 ], [ -75.255098, 40.046122 ], [ -75.257655, 40.047611 ], [ -75.264431, 40.054094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096001", "device_counts_2018": 2201, "device_counts_2019": 2097, "device_counts_2020": 810, "device_counts_2021": 647, "device_counts_2022": 800, "device_counts_2023": 1164, "device_counts_2024": 990, "stop_counts_2018": 7762, "stop_counts_2019": 6201, "stop_counts_2020": 2911, "stop_counts_2021": 1889, "stop_counts_2022": 1893, "stop_counts_2023": 4833, "stop_counts_2024": 4764, "AREA_acre": 33.00722333405389 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246531, 39.968967 ], [ -75.244416, 39.968706 ], [ -75.239479, 39.968097 ], [ -75.24011, 39.965055 ], [ -75.242087, 39.965303 ], [ -75.24177, 39.96682 ], [ -75.246848, 39.967449 ], [ -75.246531, 39.968967 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259003", "device_counts_2018": 580, "device_counts_2019": 438, "device_counts_2020": 255, "device_counts_2021": 162, "device_counts_2022": 186, "device_counts_2023": 207, "device_counts_2024": 128, "stop_counts_2018": 3483, "stop_counts_2019": 2706, "stop_counts_2020": 1376, "stop_counts_2021": 621, "stop_counts_2022": 801, "stop_counts_2023": 249, "stop_counts_2024": 100, "AREA_acre": 23.318627847936888 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179022, 40.079344 ], [ -75.177137, 40.078269 ], [ -75.174171, 40.076549 ], [ -75.175509, 40.075214 ], [ -75.176841, 40.07598 ], [ -75.180238, 40.078084 ], [ -75.179022, 40.079344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038004", "device_counts_2018": 859, "device_counts_2019": 695, "device_counts_2020": 475, "device_counts_2021": 452, "device_counts_2022": 600, "device_counts_2023": 882, "device_counts_2024": 578, "stop_counts_2018": 3534, "stop_counts_2019": 2696, "stop_counts_2020": 1946, "stop_counts_2021": 1664, "stop_counts_2022": 2124, "stop_counts_2023": 2847, "stop_counts_2024": 2970, "AREA_acre": 18.443041520080133 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181703, 39.92329 ], [ -75.181424, 39.923337 ], [ -75.180313, 39.92354 ], [ -75.179651, 39.923652 ], [ -75.180045, 39.921872 ], [ -75.180576, 39.919369 ], [ -75.182512, 39.919629 ], [ -75.181703, 39.92329 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339002", "device_counts_2018": 2206, "device_counts_2019": 2394, "device_counts_2020": 1317, "device_counts_2021": 1036, "device_counts_2022": 1692, "device_counts_2023": 1541, "device_counts_2024": 1697, "stop_counts_2018": 8057, "stop_counts_2019": 7944, "stop_counts_2020": 4777, "stop_counts_2021": 3637, "stop_counts_2022": 4386, "stop_counts_2023": 3818, "stop_counts_2024": 4322, "AREA_acre": 70.054805159097455 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089378, 40.064705 ], [ -75.085496, 40.06747 ], [ -75.085044, 40.072141 ], [ -75.08415, 40.071824 ], [ -75.083255, 40.071209 ], [ -75.083726, 40.068173 ], [ -75.083648, 40.065704 ], [ -75.08151, 40.064789 ], [ -75.079532, 40.066175 ], [ -75.078352, 40.065426 ], [ -75.083483, 40.063738 ], [ -75.083514, 40.063756 ], [ -75.083515, 40.063725 ], [ -75.084747, 40.06316 ], [ -75.085729, 40.062589 ], [ -75.087425, 40.063599 ], [ -75.089378, 40.064705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341004", "device_counts_2018": 3850, "device_counts_2019": 3895, "device_counts_2020": 2641, "device_counts_2021": 2523, "device_counts_2022": 3602, "device_counts_2023": 3148, "device_counts_2024": 2791, "stop_counts_2018": 15240, "stop_counts_2019": 13216, "stop_counts_2020": 8512, "stop_counts_2021": 8244, "stop_counts_2022": 11155, "stop_counts_2023": 10124, "stop_counts_2024": 12128, "AREA_acre": 70.739002620532617 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089088, 40.076374 ], [ -75.086906, 40.078648 ], [ -75.085244, 40.077159 ], [ -75.082501, 40.07656 ], [ -75.083255, 40.071209 ], [ -75.08415, 40.071824 ], [ -75.085044, 40.072141 ], [ -75.090317, 40.075115 ], [ -75.089088, 40.076374 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329004", "device_counts_2018": 645, "device_counts_2019": 493, "device_counts_2020": 304, "device_counts_2021": 261, "device_counts_2022": 313, "device_counts_2023": 331, "device_counts_2024": 330, "stop_counts_2018": 3744, "stop_counts_2019": 2327, "stop_counts_2020": 1378, "stop_counts_2021": 1295, "stop_counts_2022": 1280, "stop_counts_2023": 734, "stop_counts_2024": 632, "AREA_acre": 35.999331519503436 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.031903, 40.036993 ], [ -75.027031, 40.038744 ], [ -75.025862, 40.036255 ], [ -75.026887, 40.035695 ], [ -75.029881, 40.034072 ], [ -75.030905, 40.035358 ], [ -75.031903, 40.036993 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011012", "device_counts_2018": 4012, "device_counts_2019": 3750, "device_counts_2020": 940, "device_counts_2021": 1137, "device_counts_2022": 1571, "device_counts_2023": 2740, "device_counts_2024": 2866, "stop_counts_2018": 7775, "stop_counts_2019": 7035, "stop_counts_2020": 2078, "stop_counts_2021": 2062, "stop_counts_2022": 2769, "stop_counts_2023": 4709, "stop_counts_2024": 4497, "AREA_acre": 12.996088872043332 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165575, 39.943664 ], [ -75.165341, 39.944664 ], [ -75.165274, 39.944655 ], [ -75.163137, 39.944388 ], [ -75.162348, 39.944299 ], [ -75.159984, 39.944009 ], [ -75.160205, 39.942997 ], [ -75.165493, 39.943653 ], [ -75.165575, 39.943664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320004", "device_counts_2018": 494, "device_counts_2019": 373, "device_counts_2020": 255, "device_counts_2021": 184, "device_counts_2022": 255, "device_counts_2023": 276, "device_counts_2024": 304, "stop_counts_2018": 3665, "stop_counts_2019": 2654, "stop_counts_2020": 1638, "stop_counts_2021": 1341, "stop_counts_2022": 1072, "stop_counts_2023": 586, "stop_counts_2024": 1809, "AREA_acre": 17.056087792026208 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057806, 40.025174 ], [ -75.055564, 40.022606 ], [ -75.057513, 40.021597 ], [ -75.059761, 40.024161 ], [ -75.057806, 40.025174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252003", "device_counts_2018": 627, "device_counts_2019": 487, "device_counts_2020": 235, "device_counts_2021": 184, "device_counts_2022": 224, "device_counts_2023": 426, "device_counts_2024": 306, "stop_counts_2018": 3296, "stop_counts_2019": 2575, "stop_counts_2020": 1402, "stop_counts_2021": 1051, "stop_counts_2022": 1158, "stop_counts_2023": 2379, "stop_counts_2024": 4193, "AREA_acre": 26.722126425103191 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17922, 40.047155 ], [ -75.175285, 40.044782 ], [ -75.177154, 40.042988 ], [ -75.181057, 40.045381 ], [ -75.17922, 40.047155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255002", "device_counts_2018": 1004, "device_counts_2019": 797, "device_counts_2020": 376, "device_counts_2021": 314, "device_counts_2022": 372, "device_counts_2023": 561, "device_counts_2024": 588, "stop_counts_2018": 3977, "stop_counts_2019": 2876, "stop_counts_2020": 1059, "stop_counts_2021": 816, "stop_counts_2022": 1105, "stop_counts_2023": 1876, "stop_counts_2024": 1981, "AREA_acre": 93.580480360350862 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186236, 40.060989 ], [ -75.181956, 40.064987 ], [ -75.18437, 40.066442 ], [ -75.181751, 40.068902 ], [ -75.176526, 40.065896 ], [ -75.181313, 40.061221 ], [ -75.183366, 40.05922 ], [ -75.186236, 40.060989 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168002", "device_counts_2018": 662, "device_counts_2019": 506, "device_counts_2020": 211, "device_counts_2021": 156, "device_counts_2022": 169, "device_counts_2023": 280, "device_counts_2024": 178, "stop_counts_2018": 2507, "stop_counts_2019": 1758, "stop_counts_2020": 809, "stop_counts_2021": 441, "stop_counts_2022": 398, "stop_counts_2023": 994, "stop_counts_2024": 616, "AREA_acre": 11.307995290181136 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171173, 39.994165 ], [ -75.171115, 39.994444 ], [ -75.167925, 39.994025 ], [ -75.168248, 39.992579 ], [ -75.171441, 39.992946 ], [ -75.171173, 39.994165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167021", "device_counts_2018": 873, "device_counts_2019": 781, "device_counts_2020": 304, "device_counts_2021": 247, "device_counts_2022": 303, "device_counts_2023": 482, "device_counts_2024": 381, "stop_counts_2018": 3463, "stop_counts_2019": 2661, "stop_counts_2020": 912, "stop_counts_2021": 601, "stop_counts_2022": 744, "stop_counts_2023": 2024, "stop_counts_2024": 631, "AREA_acre": 16.947809444195052 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160365, 39.989991 ], [ -75.160044, 39.991473 ], [ -75.15769, 39.99118 ], [ -75.158335, 39.988186 ], [ -75.160695, 39.988495 ], [ -75.160365, 39.989991 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390005", "device_counts_2018": 910, "device_counts_2019": 589, "device_counts_2020": 377, "device_counts_2021": 268, "device_counts_2022": 390, "device_counts_2023": 385, "device_counts_2024": 283, "stop_counts_2018": 4668, "stop_counts_2019": 2640, "stop_counts_2020": 1359, "stop_counts_2021": 1403, "stop_counts_2022": 2174, "stop_counts_2023": 1584, "stop_counts_2024": 1198, "AREA_acre": 19.923589132312969 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092349, 40.029658 ], [ -75.091594, 40.030086 ], [ -75.089854, 40.031036 ], [ -75.088078, 40.032 ], [ -75.086551, 40.031133 ], [ -75.092162, 40.02805 ], [ -75.092295, 40.028879 ], [ -75.092349, 40.029658 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356013", "device_counts_2018": 400, "device_counts_2019": 414, "device_counts_2020": 312, "device_counts_2021": 227, "device_counts_2022": 342, "device_counts_2023": 657, "device_counts_2024": 685, "stop_counts_2018": 2850, "stop_counts_2019": 3224, "stop_counts_2020": 2414, "stop_counts_2021": 1827, "stop_counts_2022": 2200, "stop_counts_2023": 806, "stop_counts_2024": 992, "AREA_acre": 92.27586925055482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.046737, 40.09524 ], [ -75.047115, 40.098377 ], [ -75.042613, 40.100504 ], [ -75.042503, 40.099942 ], [ -75.039643, 40.098344 ], [ -75.042043, 40.09527 ], [ -75.040595, 40.093338 ], [ -75.046527, 40.092672 ], [ -75.047299, 40.092762 ], [ -75.046737, 40.09524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010132002", "device_counts_2018": 7928, "device_counts_2019": 6480, "device_counts_2020": 2125, "device_counts_2021": 2646, "device_counts_2022": 3825, "device_counts_2023": 5581, "device_counts_2024": 4338, "stop_counts_2018": 23610, "stop_counts_2019": 16098, "stop_counts_2020": 7372, "stop_counts_2021": 5788, "stop_counts_2022": 8883, "stop_counts_2023": 16142, "stop_counts_2024": 10912, "AREA_acre": 69.795182292406764 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160678, 39.96577 ], [ -75.160395, 39.967064 ], [ -75.159702, 39.970202 ], [ -75.156085, 39.96931 ], [ -75.157125, 39.964556 ], [ -75.154013, 39.963976 ], [ -75.154312, 39.962614 ], [ -75.161188, 39.963422 ], [ -75.160678, 39.96577 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004022", "device_counts_2018": 46967, "device_counts_2019": 38975, "device_counts_2020": 7716, "device_counts_2021": 14088, "device_counts_2022": 20210, "device_counts_2023": 33195, "device_counts_2024": 29110, "stop_counts_2018": 228728, "stop_counts_2019": 194239, "stop_counts_2020": 27546, "stop_counts_2021": 42064, "stop_counts_2022": 65248, "stop_counts_2023": 107857, "stop_counts_2024": 106190, "AREA_acre": 66.319751070834499 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173291, 39.952934 ], [ -75.171723, 39.952725 ], [ -75.171134, 39.955394 ], [ -75.163151, 39.954411 ], [ -75.163093, 39.9544 ], [ -75.163329, 39.95333 ], [ -75.163402, 39.953339 ], [ -75.165063, 39.953608 ], [ -75.164011, 39.950876 ], [ -75.173489, 39.952052 ], [ -75.173291, 39.952934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236003", "device_counts_2018": 995, "device_counts_2019": 930, "device_counts_2020": 390, "device_counts_2021": 399, "device_counts_2022": 600, "device_counts_2023": 1136, "device_counts_2024": 685, "stop_counts_2018": 3220, "stop_counts_2019": 2775, "stop_counts_2020": 1236, "stop_counts_2021": 1067, "stop_counts_2022": 1226, "stop_counts_2023": 2256, "stop_counts_2024": 993, "AREA_acre": 121.81346496833842 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198411, 40.045827 ], [ -75.198059, 40.047739 ], [ -75.193841, 40.045069 ], [ -75.196382, 40.042203 ], [ -75.194933, 40.042022 ], [ -75.193657, 40.039688 ], [ -75.190086, 40.038232 ], [ -75.190987, 40.037353 ], [ -75.193127, 40.035381 ], [ -75.201433, 40.042404 ], [ -75.198411, 40.045827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010293002", "device_counts_2018": 2926, "device_counts_2019": 2434, "device_counts_2020": 1113, "device_counts_2021": 925, "device_counts_2022": 1344, "device_counts_2023": 2030, "device_counts_2024": 1390, "stop_counts_2018": 13446, "stop_counts_2019": 10254, "stop_counts_2020": 5401, "stop_counts_2021": 3809, "stop_counts_2022": 5438, "stop_counts_2023": 6563, "stop_counts_2024": 5525, "AREA_acre": 84.673350649157115 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094995, 40.009984 ], [ -75.094547, 40.011027 ], [ -75.09342, 40.013136 ], [ -75.094365, 40.014794 ], [ -75.09228, 40.015294 ], [ -75.087577, 40.012516 ], [ -75.088731, 40.010923 ], [ -75.089271, 40.010063 ], [ -75.091815, 40.006007 ], [ -75.092482, 40.005427 ], [ -75.0927, 40.005674 ], [ -75.092811, 40.005871 ], [ -75.092775, 40.005977 ], [ -75.09263, 40.006343 ], [ -75.092196, 40.006789 ], [ -75.09205, 40.007033 ], [ -75.092011, 40.007299 ], [ -75.092088, 40.007531 ], [ -75.092494, 40.007976 ], [ -75.094673, 40.009351 ], [ -75.094995, 40.009984 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119001", "device_counts_2018": 1379, "device_counts_2019": 1089, "device_counts_2020": 556, "device_counts_2021": 435, "device_counts_2022": 509, "device_counts_2023": 458, "device_counts_2024": 509, "stop_counts_2018": 7129, "stop_counts_2019": 5253, "stop_counts_2020": 2798, "stop_counts_2021": 1993, "stop_counts_2022": 2079, "stop_counts_2023": 3271, "stop_counts_2024": 1138, "AREA_acre": 34.890740432113994 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23267, 39.988155 ], [ -75.230168, 39.988695 ], [ -75.229911, 39.987936 ], [ -75.228801, 39.982326 ], [ -75.2301, 39.981556 ], [ -75.230791, 39.982516 ], [ -75.232136, 39.986635 ], [ -75.23267, 39.988155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040013", "device_counts_2018": 3547, "device_counts_2019": 3157, "device_counts_2020": 1452, "device_counts_2021": 1637, "device_counts_2022": 2210, "device_counts_2023": 2460, "device_counts_2024": 2891, "stop_counts_2018": 8658, "stop_counts_2019": 7561, "stop_counts_2020": 3705, "stop_counts_2021": 3874, "stop_counts_2022": 5616, "stop_counts_2023": 4510, "stop_counts_2024": 7744, "AREA_acre": 22.591268188636967 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170023, 39.923138 ], [ -75.169744, 39.924409 ], [ -75.166014, 39.923903 ], [ -75.166563, 39.921418 ], [ -75.170309, 39.921885 ], [ -75.170023, 39.923138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069001", "device_counts_2018": 1029, "device_counts_2019": 747, "device_counts_2020": 393, "device_counts_2021": 344, "device_counts_2022": 372, "device_counts_2023": 731, "device_counts_2024": 504, "stop_counts_2018": 6153, "stop_counts_2019": 3741, "stop_counts_2020": 2422, "stop_counts_2021": 1790, "stop_counts_2022": 1740, "stop_counts_2023": 5250, "stop_counts_2024": 1201, "AREA_acre": 129.93970915884299 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218389, 39.929335 ], [ -75.215858, 39.933066 ], [ -75.206072, 39.935371 ], [ -75.206101, 39.935281 ], [ -75.206173, 39.935067 ], [ -75.206204, 39.934974 ], [ -75.211253, 39.928519 ], [ -75.212428, 39.92523 ], [ -75.216768, 39.926956 ], [ -75.214825, 39.929799 ], [ -75.216769, 39.928686 ], [ -75.218389, 39.929335 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085001", "device_counts_2018": 3884, "device_counts_2019": 3169, "device_counts_2020": 1349, "device_counts_2021": 1204, "device_counts_2022": 1722, "device_counts_2023": 1879, "device_counts_2024": 1599, "stop_counts_2018": 10469, "stop_counts_2019": 7905, "stop_counts_2020": 3013, "stop_counts_2021": 2999, "stop_counts_2022": 3964, "stop_counts_2023": 4700, "stop_counts_2024": 3059, "AREA_acre": 21.663101047182632 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224868, 39.960005 ], [ -75.2229, 39.959745 ], [ -75.22092, 39.959505 ], [ -75.221244, 39.957984 ], [ -75.221397, 39.957227 ], [ -75.225351, 39.957714 ], [ -75.224868, 39.960005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112007", "device_counts_2018": 1007, "device_counts_2019": 752, "device_counts_2020": 339, "device_counts_2021": 229, "device_counts_2022": 326, "device_counts_2023": 431, "device_counts_2024": 303, "stop_counts_2018": 4837, "stop_counts_2019": 2586, "stop_counts_2020": 1311, "stop_counts_2021": 764, "stop_counts_2022": 1248, "stop_counts_2023": 1624, "stop_counts_2024": 2148, "AREA_acre": 16.453031979284134 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233691, 39.976642 ], [ -75.231783, 39.976852 ], [ -75.231194, 39.973709 ], [ -75.232182, 39.973599 ], [ -75.233659, 39.973437 ], [ -75.233691, 39.976642 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151022", "device_counts_2018": 1793, "device_counts_2019": 1525, "device_counts_2020": 705, "device_counts_2021": 613, "device_counts_2022": 808, "device_counts_2023": 1037, "device_counts_2024": 654, "stop_counts_2018": 6927, "stop_counts_2019": 6156, "stop_counts_2020": 2316, "stop_counts_2021": 1900, "stop_counts_2022": 2518, "stop_counts_2023": 2027, "stop_counts_2024": 2655, "AREA_acre": 43.472911565264539 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184794, 39.983706 ], [ -75.184136, 39.986721 ], [ -75.18255, 39.986509 ], [ -75.180896, 39.986709 ], [ -75.180258, 39.986345 ], [ -75.178118, 39.984769 ], [ -75.178535, 39.982919 ], [ -75.179952, 39.983108 ], [ -75.181579, 39.983313 ], [ -75.181758, 39.983325 ], [ -75.184298, 39.983647 ], [ -75.184794, 39.983706 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010166002", "device_counts_2018": 2458, "device_counts_2019": 2710, "device_counts_2020": 894, "device_counts_2021": 1166, "device_counts_2022": 1491, "device_counts_2023": 1496, "device_counts_2024": 1364, "stop_counts_2018": 6240, "stop_counts_2019": 5482, "stop_counts_2020": 1995, "stop_counts_2021": 2430, "stop_counts_2022": 2805, "stop_counts_2023": 2368, "stop_counts_2024": 2083, "AREA_acre": 16.452505829764856 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155934, 39.987877 ], [ -75.155593, 39.989369 ], [ -75.15339, 39.989086 ], [ -75.154063, 39.986003 ], [ -75.156275, 39.986283 ], [ -75.155934, 39.987877 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195012", "device_counts_2018": 3930, "device_counts_2019": 2084, "device_counts_2020": 869, "device_counts_2021": 891, "device_counts_2022": 1208, "device_counts_2023": 1239, "device_counts_2024": 864, "stop_counts_2018": 13034, "stop_counts_2019": 6933, "stop_counts_2020": 3096, "stop_counts_2021": 3262, "stop_counts_2022": 4456, "stop_counts_2023": 3650, "stop_counts_2024": 3755, "AREA_acre": 28.705955992590987 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128604, 40.001619 ], [ -75.124732, 40.001124 ], [ -75.125058, 39.999628 ], [ -75.12538, 39.998043 ], [ -75.12926, 39.998539 ], [ -75.128604, 40.001619 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207003", "device_counts_2018": 2183, "device_counts_2019": 1846, "device_counts_2020": 634, "device_counts_2021": 622, "device_counts_2022": 845, "device_counts_2023": 1143, "device_counts_2024": 938, "stop_counts_2018": 9489, "stop_counts_2019": 6985, "stop_counts_2020": 2672, "stop_counts_2021": 2124, "stop_counts_2022": 2776, "stop_counts_2023": 5148, "stop_counts_2024": 5572, "AREA_acre": 63.734644774161268 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191874, 40.014201 ], [ -75.191289, 40.013697 ], [ -75.189317, 40.011994 ], [ -75.187402, 40.013303 ], [ -75.187771, 40.013623 ], [ -75.185937, 40.014895 ], [ -75.182239, 40.011676 ], [ -75.183611, 40.010905 ], [ -75.185674, 40.01012 ], [ -75.186537, 40.009831 ], [ -75.192879, 40.01162 ], [ -75.191874, 40.014201 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217003", "device_counts_2018": 2610, "device_counts_2019": 2650, "device_counts_2020": 1696, "device_counts_2021": 1463, "device_counts_2022": 1841, "device_counts_2023": 1822, "device_counts_2024": 1651, "stop_counts_2018": 8761, "stop_counts_2019": 8031, "stop_counts_2020": 5641, "stop_counts_2021": 5014, "stop_counts_2022": 6078, "stop_counts_2023": 3422, "stop_counts_2024": 3983, "AREA_acre": 88.816297684627074 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227444, 40.043197 ], [ -75.223307, 40.045054 ], [ -75.2223, 40.045151 ], [ -75.219201, 40.044379 ], [ -75.217846, 40.044343 ], [ -75.216923, 40.042249 ], [ -75.214111, 40.040124 ], [ -75.214663, 40.040052 ], [ -75.218547, 40.042626 ], [ -75.222808, 40.038112 ], [ -75.225234, 40.041319 ], [ -75.226267, 40.042401 ], [ -75.227444, 40.043197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247003", "device_counts_2018": 765, "device_counts_2019": 570, "device_counts_2020": 294, "device_counts_2021": 186, "device_counts_2022": 193, "device_counts_2023": 503, "device_counts_2024": 155, "stop_counts_2018": 3717, "stop_counts_2019": 2729, "stop_counts_2020": 1007, "stop_counts_2021": 830, "stop_counts_2022": 954, "stop_counts_2023": 2296, "stop_counts_2024": 507, "AREA_acre": 47.067599100697095 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170588, 40.0381 ], [ -75.168911, 40.03847 ], [ -75.166622, 40.040379 ], [ -75.16516, 40.039474 ], [ -75.164852, 40.039867 ], [ -75.162077, 40.038163 ], [ -75.162752, 40.037499 ], [ -75.16405, 40.036816 ], [ -75.164809, 40.036452 ], [ -75.170377, 40.036921 ], [ -75.171368, 40.037315 ], [ -75.170588, 40.0381 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267006", "device_counts_2018": 1693, "device_counts_2019": 1571, "device_counts_2020": 631, "device_counts_2021": 458, "device_counts_2022": 675, "device_counts_2023": 708, "device_counts_2024": 681, "stop_counts_2018": 4806, "stop_counts_2019": 4117, "stop_counts_2020": 1532, "stop_counts_2021": 1001, "stop_counts_2022": 1457, "stop_counts_2023": 1710, "stop_counts_2024": 2135, "AREA_acre": 19.366563118277305 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152594, 40.056367 ], [ -75.149219, 40.058432 ], [ -75.149478, 40.056217 ], [ -75.149705, 40.054649 ], [ -75.152723, 40.054825 ], [ -75.152594, 40.056367 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276002", "device_counts_2018": 2455, "device_counts_2019": 2398, "device_counts_2020": 929, "device_counts_2021": 735, "device_counts_2022": 1773, "device_counts_2023": 1441, "device_counts_2024": 1294, "stop_counts_2018": 6464, "stop_counts_2019": 5545, "stop_counts_2020": 2191, "stop_counts_2021": 1655, "stop_counts_2022": 3274, "stop_counts_2023": 4007, "stop_counts_2024": 3646, "AREA_acre": 18.665057689439099 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144302, 40.04109 ], [ -75.144224, 40.041381 ], [ -75.139612, 40.0408 ], [ -75.139212, 40.039146 ], [ -75.144571, 40.039836 ], [ -75.144302, 40.04109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300004", "device_counts_2018": 3575, "device_counts_2019": 2606, "device_counts_2020": 1299, "device_counts_2021": 1024, "device_counts_2022": 1141, "device_counts_2023": 1298, "device_counts_2024": 940, "stop_counts_2018": 11159, "stop_counts_2019": 8198, "stop_counts_2020": 3694, "stop_counts_2021": 2881, "stop_counts_2022": 2520, "stop_counts_2023": 3793, "stop_counts_2024": 5680, "AREA_acre": 24.936201731257519 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079414, 40.021387 ], [ -75.075622, 40.024074 ], [ -75.074175, 40.022429 ], [ -75.073892, 40.022107 ], [ -75.074969, 40.021505 ], [ -75.075964, 40.020705 ], [ -75.076696, 40.019926 ], [ -75.079414, 40.021387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307002", "device_counts_2018": 2133, "device_counts_2019": 1368, "device_counts_2020": 680, "device_counts_2021": 549, "device_counts_2022": 682, "device_counts_2023": 888, "device_counts_2024": 582, "stop_counts_2018": 7116, "stop_counts_2019": 4169, "stop_counts_2020": 1800, "stop_counts_2021": 1743, "stop_counts_2022": 1946, "stop_counts_2023": 2640, "stop_counts_2024": 1096, "AREA_acre": 42.216109265020151 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089115, 40.056227 ], [ -75.085847, 40.05441 ], [ -75.0868, 40.052744 ], [ -75.085989, 40.050878 ], [ -75.087804, 40.051795 ], [ -75.088344, 40.051235 ], [ -75.092131, 40.053178 ], [ -75.089115, 40.056227 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314023", "device_counts_2018": 3339, "device_counts_2019": 2897, "device_counts_2020": 1890, "device_counts_2021": 1761, "device_counts_2022": 2371, "device_counts_2023": 2235, "device_counts_2024": 2610, "stop_counts_2018": 10273, "stop_counts_2019": 8387, "stop_counts_2020": 5883, "stop_counts_2021": 4650, "stop_counts_2022": 6715, "stop_counts_2023": 4766, "stop_counts_2024": 3986, "AREA_acre": 57.414610195912239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06446, 40.045522 ], [ -75.061374, 40.048585 ], [ -75.059937, 40.047751 ], [ -75.057048, 40.04603 ], [ -75.058858, 40.044338 ], [ -75.061075, 40.041761 ], [ -75.063143, 40.042901 ], [ -75.061926, 40.04411 ], [ -75.06446, 40.045522 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323001", "device_counts_2018": 2015, "device_counts_2019": 1273, "device_counts_2020": 693, "device_counts_2021": 889, "device_counts_2022": 1068, "device_counts_2023": 1242, "device_counts_2024": 738, "stop_counts_2018": 5914, "stop_counts_2019": 3689, "stop_counts_2020": 1768, "stop_counts_2021": 2491, "stop_counts_2022": 2909, "stop_counts_2023": 1714, "stop_counts_2024": 863, "AREA_acre": 45.217154247320373 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055687, 40.019504 ], [ -75.051773, 40.021535 ], [ -75.04879, 40.018141 ], [ -75.052816, 40.016119 ], [ -75.053922, 40.017488 ], [ -75.055687, 40.019504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356011", "device_counts_2018": 2227, "device_counts_2019": 1985, "device_counts_2020": 1278, "device_counts_2021": 1256, "device_counts_2022": 1942, "device_counts_2023": 2785, "device_counts_2024": 3065, "stop_counts_2018": 9579, "stop_counts_2019": 8702, "stop_counts_2020": 6994, "stop_counts_2021": 6288, "stop_counts_2022": 8713, "stop_counts_2023": 8318, "stop_counts_2024": 8356, "AREA_acre": 212.5747778974486 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047299, 40.092762 ], [ -75.046527, 40.092672 ], [ -75.040595, 40.093338 ], [ -75.042043, 40.09527 ], [ -75.039643, 40.098344 ], [ -75.038082, 40.097456 ], [ -75.036962, 40.095913 ], [ -75.035842, 40.098099 ], [ -75.034298, 40.097871 ], [ -75.030477, 40.098088 ], [ -75.030725, 40.09553 ], [ -75.034808, 40.092423 ], [ -75.041488, 40.087338 ], [ -75.045685, 40.089021 ], [ -75.047052, 40.09108 ], [ -75.047567, 40.09192 ], [ -75.047299, 40.092762 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012012", "device_counts_2018": 2231, "device_counts_2019": 1941, "device_counts_2020": 744, "device_counts_2021": 534, "device_counts_2022": 1054, "device_counts_2023": 2183, "device_counts_2024": 1931, "stop_counts_2018": 5734, "stop_counts_2019": 4803, "stop_counts_2020": 1696, "stop_counts_2021": 1415, "stop_counts_2022": 2202, "stop_counts_2023": 5024, "stop_counts_2024": 4280, "AREA_acre": 19.507954093997398 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180021, 39.948872 ], [ -75.177843, 39.94861 ], [ -75.176239, 39.948414 ], [ -75.174323, 39.948177 ], [ -75.174627, 39.946753 ], [ -75.178156, 39.94719 ], [ -75.180328, 39.947455 ], [ -75.180021, 39.948872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028021", "device_counts_2018": 1071, "device_counts_2019": 869, "device_counts_2020": 404, "device_counts_2021": 424, "device_counts_2022": 617, "device_counts_2023": 1014, "device_counts_2024": 883, "stop_counts_2018": 3183, "stop_counts_2019": 2627, "stop_counts_2020": 1792, "stop_counts_2021": 1647, "stop_counts_2022": 2095, "stop_counts_2023": 2656, "stop_counts_2024": 2169, "AREA_acre": 15.594590546653597 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161881, 39.927985 ], [ -75.158745, 39.927564 ], [ -75.159204, 39.925511 ], [ -75.162338, 39.92592 ], [ -75.161881, 39.927985 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041014", "device_counts_2018": 2610, "device_counts_2019": 2234, "device_counts_2020": 936, "device_counts_2021": 1095, "device_counts_2022": 1676, "device_counts_2023": 1774, "device_counts_2024": 1469, "stop_counts_2018": 8899, "stop_counts_2019": 6633, "stop_counts_2020": 3099, "stop_counts_2021": 3115, "stop_counts_2022": 4615, "stop_counts_2023": 4261, "stop_counts_2024": 3186, "AREA_acre": 27.382046637413865 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162338, 39.92592 ], [ -75.159204, 39.925511 ], [ -75.157666, 39.925313 ], [ -75.158192, 39.922891 ], [ -75.162876, 39.923489 ], [ -75.162338, 39.92592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004021", "device_counts_2018": 5764, "device_counts_2019": 5123, "device_counts_2020": 1099, "device_counts_2021": 1546, "device_counts_2022": 2535, "device_counts_2023": 3444, "device_counts_2024": 3316, "stop_counts_2018": 22883, "stop_counts_2019": 18032, "stop_counts_2020": 3482, "stop_counts_2021": 3324, "stop_counts_2022": 5329, "stop_counts_2023": 7950, "stop_counts_2024": 8761, "AREA_acre": 10.34225486847448 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172783, 39.955604 ], [ -75.171134, 39.955394 ], [ -75.171723, 39.952725 ], [ -75.173291, 39.952934 ], [ -75.172783, 39.955604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329002", "device_counts_2018": 2440, "device_counts_2019": 1707, "device_counts_2020": 843, "device_counts_2021": 781, "device_counts_2022": 1093, "device_counts_2023": 835, "device_counts_2024": 740, "stop_counts_2018": 8648, "stop_counts_2019": 4962, "stop_counts_2020": 2344, "stop_counts_2021": 2282, "stop_counts_2022": 3307, "stop_counts_2023": 1176, "stop_counts_2024": 1857, "AREA_acre": 77.996621661884802 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029706, 40.030947 ], [ -75.02798, 40.031894 ], [ -75.025367, 40.033347 ], [ -75.026887, 40.035695 ], [ -75.025862, 40.036255 ], [ -75.027031, 40.038744 ], [ -75.024132, 40.039782 ], [ -75.024465, 40.040664 ], [ -75.023317, 40.039937 ], [ -75.023594, 40.036101 ], [ -75.021682, 40.037088 ], [ -75.021239, 40.036075 ], [ -75.021603, 40.033996 ], [ -75.028413, 40.029758 ], [ -75.029706, 40.030947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019806001", "device_counts_2018": 36255, "device_counts_2019": 29125, "device_counts_2020": 1336, "device_counts_2021": 14703, "device_counts_2022": 28700, "device_counts_2023": 70343, "device_counts_2024": 43490, "stop_counts_2018": 126383, "stop_counts_2019": 94358, "stop_counts_2020": 6527, "stop_counts_2021": 41070, "stop_counts_2022": 84717, "stop_counts_2023": 244012, "stop_counts_2024": 164422, "AREA_acre": 311.8423165371841 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1828, 39.909208 ], [ -75.178512, 39.90867 ], [ -75.173234, 39.908002 ], [ -75.17081, 39.908594 ], [ -75.169806, 39.911326 ], [ -75.171928, 39.912348 ], [ -75.165482, 39.911531 ], [ -75.163309, 39.910567 ], [ -75.16566, 39.899583 ], [ -75.170885, 39.898848 ], [ -75.174808, 39.899179 ], [ -75.173566, 39.905394 ], [ -75.183387, 39.906617 ], [ -75.1828, 39.909208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030024", "device_counts_2018": 1274, "device_counts_2019": 1243, "device_counts_2020": 494, "device_counts_2021": 428, "device_counts_2022": 574, "device_counts_2023": 1213, "device_counts_2024": 1015, "stop_counts_2018": 3933, "stop_counts_2019": 3509, "stop_counts_2020": 1555, "stop_counts_2021": 1095, "stop_counts_2022": 1419, "stop_counts_2023": 2004, "stop_counts_2024": 3147, "AREA_acre": 14.140161335661936 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172922, 39.932328 ], [ -75.1708, 39.932052 ], [ -75.16815, 39.931701 ], [ -75.168423, 39.930465 ], [ -75.171065, 39.930827 ], [ -75.17319, 39.931104 ], [ -75.172922, 39.932328 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010133001", "device_counts_2018": 5672, "device_counts_2019": 5367, "device_counts_2020": 1276, "device_counts_2021": 1774, "device_counts_2022": 3225, "device_counts_2023": 4923, "device_counts_2024": 4433, "stop_counts_2018": 15737, "stop_counts_2019": 13684, "stop_counts_2020": 3804, "stop_counts_2021": 4431, "stop_counts_2022": 7611, "stop_counts_2023": 12148, "stop_counts_2024": 15104, "AREA_acre": 42.289049658647698 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165813, 39.965075 ], [ -75.165349, 39.967149 ], [ -75.165256, 39.967563 ], [ -75.163743, 39.967125 ], [ -75.163949, 39.966166 ], [ -75.160678, 39.96577 ], [ -75.161188, 39.963422 ], [ -75.161384, 39.962474 ], [ -75.166227, 39.963112 ], [ -75.165813, 39.965075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024005", "device_counts_2018": 8545, "device_counts_2019": 7613, "device_counts_2020": 2908, "device_counts_2021": 3799, "device_counts_2022": 4778, "device_counts_2023": 6109, "device_counts_2024": 6290, "stop_counts_2018": 19528, "stop_counts_2019": 18248, "stop_counts_2020": 6320, "stop_counts_2021": 7496, "stop_counts_2022": 10410, "stop_counts_2023": 12451, "stop_counts_2024": 14895, "AREA_acre": 44.415758449743528 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167083, 39.936742 ], [ -75.166816, 39.937869 ], [ -75.166292, 39.940031 ], [ -75.16092, 39.939367 ], [ -75.161399, 39.937157 ], [ -75.161678, 39.935849 ], [ -75.167019, 39.936737 ], [ -75.167083, 39.936742 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378001", "device_counts_2018": 6222, "device_counts_2019": 5752, "device_counts_2020": 3273, "device_counts_2021": 3386, "device_counts_2022": 4683, "device_counts_2023": 5124, "device_counts_2024": 4006, "stop_counts_2018": 15668, "stop_counts_2019": 14949, "stop_counts_2020": 8927, "stop_counts_2021": 10172, "stop_counts_2022": 13593, "stop_counts_2023": 12422, "stop_counts_2024": 13693, "AREA_acre": 164.66020284803776 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122592, 39.97388 ], [ -75.119969, 39.975911 ], [ -75.119763, 39.976369 ], [ -75.118611, 39.978879 ], [ -75.117217, 39.977289 ], [ -75.114768, 39.978568 ], [ -75.113227, 39.976803 ], [ -75.118068, 39.974275 ], [ -75.115617, 39.97296 ], [ -75.112771104124008, 39.968258553445018 ], [ -75.1189552837088, 39.965528846214504 ], [ -75.122211, 39.970172 ], [ -75.121806, 39.970925 ], [ -75.120231, 39.972387 ], [ -75.119617, 39.97295 ], [ -75.121504, 39.97321 ], [ -75.122592, 39.97388 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010001002", "device_counts_2018": 31730, "device_counts_2019": 30968, "device_counts_2020": 5758, "device_counts_2021": 14144, "device_counts_2022": 20827, "device_counts_2023": 28653, "device_counts_2024": 25588, "stop_counts_2018": 86057, "stop_counts_2019": 84970, "stop_counts_2020": 17627, "stop_counts_2021": 29476, "stop_counts_2022": 44024, "stop_counts_2023": 74012, "stop_counts_2024": 77965, "AREA_acre": 113.09314070867751 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151539, 39.952948 ], [ -75.151223, 39.956862 ], [ -75.14913, 39.956191 ], [ -75.148408, 39.95633 ], [ -75.141607, 39.955491 ], [ -75.141625, 39.955279 ], [ -75.141469, 39.951698 ], [ -75.148472, 39.952578 ], [ -75.149186, 39.949032 ], [ -75.152337, 39.949421 ], [ -75.151539, 39.952948 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334001", "device_counts_2018": 3479, "device_counts_2019": 3560, "device_counts_2020": 1876, "device_counts_2021": 2102, "device_counts_2022": 3341, "device_counts_2023": 2434, "device_counts_2024": 2134, "stop_counts_2018": 8714, "stop_counts_2019": 8133, "stop_counts_2020": 4597, "stop_counts_2021": 4609, "stop_counts_2022": 7582, "stop_counts_2023": 4151, "stop_counts_2024": 3212, "AREA_acre": 52.579338301510795 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050582, 40.058769 ], [ -75.048323, 40.061176 ], [ -75.044991, 40.059372 ], [ -75.044521, 40.058702 ], [ -75.045522, 40.057614 ], [ -75.046537, 40.056567 ], [ -75.047749, 40.055363 ], [ -75.048291, 40.055538 ], [ -75.049762, 40.056374 ], [ -75.051784, 40.057504 ], [ -75.050582, 40.058769 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242004", "device_counts_2018": 1265, "device_counts_2019": 910, "device_counts_2020": 448, "device_counts_2021": 339, "device_counts_2022": 454, "device_counts_2023": 603, "device_counts_2024": 534, "stop_counts_2018": 6447, "stop_counts_2019": 4227, "stop_counts_2020": 1441, "stop_counts_2021": 1237, "stop_counts_2022": 1613, "stop_counts_2023": 2885, "stop_counts_2024": 3688, "AREA_acre": 33.595902644650394 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169816, 40.02845 ], [ -75.166395, 40.026593 ], [ -75.169124, 40.023865 ], [ -75.172523, 40.025758 ], [ -75.169816, 40.02845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238002", "device_counts_2018": 1430, "device_counts_2019": 1254, "device_counts_2020": 600, "device_counts_2021": 583, "device_counts_2022": 718, "device_counts_2023": 943, "device_counts_2024": 587, "stop_counts_2018": 5679, "stop_counts_2019": 4082, "stop_counts_2020": 2064, "stop_counts_2021": 1396, "stop_counts_2022": 1659, "stop_counts_2023": 2366, "stop_counts_2024": 3548, "AREA_acre": 56.646557978594245 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183101, 40.041063 ], [ -75.180884, 40.043246 ], [ -75.177757, 40.039401 ], [ -75.177629, 40.039229 ], [ -75.1804, 40.036534 ], [ -75.184831, 40.039346 ], [ -75.183101, 40.041063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274013", "device_counts_2018": 2641, "device_counts_2019": 2186, "device_counts_2020": 1201, "device_counts_2021": 1134, "device_counts_2022": 1432, "device_counts_2023": 1293, "device_counts_2024": 734, "stop_counts_2018": 7693, "stop_counts_2019": 5965, "stop_counts_2020": 3531, "stop_counts_2021": 3190, "stop_counts_2022": 3388, "stop_counts_2023": 3463, "stop_counts_2024": 1455, "AREA_acre": 24.894211540427158 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130518, 40.036437 ], [ -75.127641, 40.036063 ], [ -75.128428, 40.032472 ], [ -75.13129, 40.032818 ], [ -75.130518, 40.036437 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108001", "device_counts_2018": 834, "device_counts_2019": 682, "device_counts_2020": 270, "device_counts_2021": 267, "device_counts_2022": 487, "device_counts_2023": 790, "device_counts_2024": 302, "stop_counts_2018": 2989, "stop_counts_2019": 2025, "stop_counts_2020": 978, "stop_counts_2021": 1056, "stop_counts_2022": 1218, "stop_counts_2023": 2781, "stop_counts_2024": 502, "AREA_acre": 40.708092703157639 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.203722, 39.970929 ], [ -75.192308, 39.967724 ], [ -75.192139, 39.966888 ], [ -75.19531, 39.968045 ], [ -75.195863, 39.968193 ], [ -75.198248, 39.96793 ], [ -75.203058, 39.967396 ], [ -75.203258, 39.968447 ], [ -75.203722, 39.970929 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204003", "device_counts_2018": 3826, "device_counts_2019": 3818, "device_counts_2020": 1852, "device_counts_2021": 1858, "device_counts_2022": 3198, "device_counts_2023": 2505, "device_counts_2024": 1670, "stop_counts_2018": 8647, "stop_counts_2019": 7824, "stop_counts_2020": 3990, "stop_counts_2021": 3406, "stop_counts_2022": 5589, "stop_counts_2023": 4046, "stop_counts_2024": 2148, "AREA_acre": 33.351509869848179 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154929, 40.02229 ], [ -75.153357, 40.022088 ], [ -75.148567, 40.021476 ], [ -75.14711, 40.02128 ], [ -75.147139, 40.019518 ], [ -75.148953, 40.019743 ], [ -75.152161, 40.020161 ], [ -75.155239, 40.020486 ], [ -75.154929, 40.02229 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306005", "device_counts_2018": 566, "device_counts_2019": 391, "device_counts_2020": 193, "device_counts_2021": 170, "device_counts_2022": 244, "device_counts_2023": 254, "device_counts_2024": 203, "stop_counts_2018": 3053, "stop_counts_2019": 1528, "stop_counts_2020": 989, "stop_counts_2021": 1014, "stop_counts_2022": 964, "stop_counts_2023": 400, "stop_counts_2024": 299, "AREA_acre": 29.73280655976129 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10323, 40.051355 ], [ -75.100935, 40.052699 ], [ -75.100681, 40.05254 ], [ -75.098234, 40.052593 ], [ -75.097243, 40.052051 ], [ -75.09822, 40.051023 ], [ -75.100394, 40.048691 ], [ -75.101335, 40.049539 ], [ -75.10323, 40.051355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074004", "device_counts_2018": 1846, "device_counts_2019": 1426, "device_counts_2020": 558, "device_counts_2021": 494, "device_counts_2022": 621, "device_counts_2023": 611, "device_counts_2024": 582, "stop_counts_2018": 7920, "stop_counts_2019": 5931, "stop_counts_2020": 2701, "stop_counts_2021": 1866, "stop_counts_2022": 2262, "stop_counts_2023": 2702, "stop_counts_2024": 1163, "AREA_acre": 37.540059094161535 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221545, 39.940652 ], [ -75.220175, 39.941602 ], [ -75.217136, 39.94374 ], [ -75.215615, 39.943402 ], [ -75.215246, 39.943087 ], [ -75.217764, 39.941343 ], [ -75.215089, 39.939093 ], [ -75.217502, 39.939355 ], [ -75.218874, 39.938393 ], [ -75.220278, 39.939572 ], [ -75.221545, 39.940652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277005", "device_counts_2018": 777, "device_counts_2019": 680, "device_counts_2020": 267, "device_counts_2021": 246, "device_counts_2022": 302, "device_counts_2023": 302, "device_counts_2024": 226, "stop_counts_2018": 3118, "stop_counts_2019": 2160, "stop_counts_2020": 1058, "stop_counts_2021": 1076, "stop_counts_2022": 1127, "stop_counts_2023": 1219, "stop_counts_2024": 468, "AREA_acre": 17.536698451034688 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157858, 40.050602 ], [ -75.155446, 40.050508 ], [ -75.153101, 40.050412 ], [ -75.153235, 40.048842 ], [ -75.154793, 40.048902 ], [ -75.157958, 40.049025 ], [ -75.157858, 40.050602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388004", "device_counts_2018": 988, "device_counts_2019": 789, "device_counts_2020": 380, "device_counts_2021": 332, "device_counts_2022": 489, "device_counts_2023": 858, "device_counts_2024": 706, "stop_counts_2018": 4277, "stop_counts_2019": 3063, "stop_counts_2020": 1707, "stop_counts_2021": 1609, "stop_counts_2022": 1710, "stop_counts_2023": 3357, "stop_counts_2024": 2452, "AREA_acre": 58.443454640823802 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198787, 40.054802 ], [ -75.196319, 40.053234 ], [ -75.194647, 40.054791 ], [ -75.193951, 40.054358 ], [ -75.19326, 40.053057 ], [ -75.194083, 40.051633 ], [ -75.194491, 40.051466 ], [ -75.196511, 40.049188 ], [ -75.198319, 40.050328 ], [ -75.201462, 40.052316 ], [ -75.198787, 40.054802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361001", "device_counts_2018": 1013, "device_counts_2019": 764, "device_counts_2020": 560, "device_counts_2021": 520, "device_counts_2022": 652, "device_counts_2023": 910, "device_counts_2024": 1323, "stop_counts_2018": 5268, "stop_counts_2019": 3893, "stop_counts_2020": 3132, "stop_counts_2021": 2963, "stop_counts_2022": 2908, "stop_counts_2023": 1833, "stop_counts_2024": 4938, "AREA_acre": 112.96324824476301 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.995134, 40.106336 ], [ -74.994438, 40.105853 ], [ -74.992199, 40.103978 ], [ -74.986551, 40.099366 ], [ -74.979893, 40.09381 ], [ -74.982114, 40.091942 ], [ -74.981539, 40.094456 ], [ -74.986603, 40.096475 ], [ -74.987151, 40.098943 ], [ -74.991264, 40.095778 ], [ -74.995464, 40.099166 ], [ -74.992674, 40.10104 ], [ -74.993327, 40.102963 ], [ -74.992326, 40.103876 ], [ -74.995483, 40.106202 ], [ -74.995134, 40.106336 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010131001", "device_counts_2018": 2148, "device_counts_2019": 2019, "device_counts_2020": 636, "device_counts_2021": 671, "device_counts_2022": 926, "device_counts_2023": 2210, "device_counts_2024": 2210, "stop_counts_2018": 7467, "stop_counts_2019": 6147, "stop_counts_2020": 3422, "stop_counts_2021": 2429, "stop_counts_2022": 3048, "stop_counts_2023": 6476, "stop_counts_2024": 4497, "AREA_acre": 62.218624113194736 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154013, 39.963976 ], [ -75.153018, 39.968549 ], [ -75.147146, 39.967126 ], [ -75.147796, 39.963527 ], [ -75.151852, 39.964712 ], [ -75.152146, 39.962452 ], [ -75.154312, 39.962614 ], [ -75.154013, 39.963976 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286005", "device_counts_2018": 1702, "device_counts_2019": 1446, "device_counts_2020": 754, "device_counts_2021": 719, "device_counts_2022": 958, "device_counts_2023": 789, "device_counts_2024": 536, "stop_counts_2018": 5935, "stop_counts_2019": 4197, "stop_counts_2020": 1998, "stop_counts_2021": 2090, "stop_counts_2022": 2639, "stop_counts_2023": 1901, "stop_counts_2024": 1579, "AREA_acre": 27.477294137016585 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128428, 40.032472 ], [ -75.126164, 40.032281 ], [ -75.124167, 40.032575 ], [ -75.124701, 40.029398 ], [ -75.126686, 40.029667 ], [ -75.128974, 40.029953 ], [ -75.128428, 40.032472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308002", "device_counts_2018": 1372, "device_counts_2019": 1091, "device_counts_2020": 612, "device_counts_2021": 500, "device_counts_2022": 688, "device_counts_2023": 608, "device_counts_2024": 885, "stop_counts_2018": 4883, "stop_counts_2019": 3608, "stop_counts_2020": 2518, "stop_counts_2021": 1962, "stop_counts_2022": 2158, "stop_counts_2023": 1687, "stop_counts_2024": 1964, "AREA_acre": 48.072829712837908 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083525, 40.06127 ], [ -75.081402, 40.060031 ], [ -75.07876, 40.0585 ], [ -75.076734, 40.05735 ], [ -75.078631, 40.055357 ], [ -75.08498, 40.058893 ], [ -75.083525, 40.06127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337023", "device_counts_2018": 472, "device_counts_2019": 390, "device_counts_2020": 242, "device_counts_2021": 223, "device_counts_2022": 292, "device_counts_2023": 304, "device_counts_2024": 408, "stop_counts_2018": 3426, "stop_counts_2019": 2474, "stop_counts_2020": 1399, "stop_counts_2021": 1706, "stop_counts_2022": 2190, "stop_counts_2023": 716, "stop_counts_2024": 3354, "AREA_acre": 30.887233296857215 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056259, 40.067555 ], [ -75.053221, 40.070759 ], [ -75.051875, 40.069988 ], [ -75.052315, 40.068484 ], [ -75.054244, 40.066434 ], [ -75.055477, 40.065149 ], [ -75.057477, 40.066268 ], [ -75.056259, 40.067555 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353011", "device_counts_2018": 4719, "device_counts_2019": 4614, "device_counts_2020": 3240, "device_counts_2021": 3014, "device_counts_2022": 3898, "device_counts_2023": 3798, "device_counts_2024": 3476, "stop_counts_2018": 22184, "stop_counts_2019": 20785, "stop_counts_2020": 15808, "stop_counts_2021": 14319, "stop_counts_2022": 18593, "stop_counts_2023": 11735, "stop_counts_2024": 12200, "AREA_acre": 132.75768172906606 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.987857, 40.072829 ], [ -74.987148, 40.072702 ], [ -74.984901, 40.07448 ], [ -74.984631, 40.074335 ], [ -74.983657, 40.073786 ], [ -74.981173, 40.071985 ], [ -74.982413, 40.065736 ], [ -74.982355, 40.064672 ], [ -74.984171, 40.064075 ], [ -74.985576, 40.063345 ], [ -74.986875, 40.064955 ], [ -74.987379, 40.065368 ], [ -74.988454, 40.066701 ], [ -74.987857, 40.072829 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213003", "device_counts_2018": 1286, "device_counts_2019": 1104, "device_counts_2020": 639, "device_counts_2021": 629, "device_counts_2022": 838, "device_counts_2023": 891, "device_counts_2024": 713, "stop_counts_2018": 4105, "stop_counts_2019": 2867, "stop_counts_2020": 2349, "stop_counts_2021": 1851, "stop_counts_2022": 2411, "stop_counts_2023": 1179, "stop_counts_2024": 1180, "AREA_acre": 32.566056665692287 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2177, 40.030848 ], [ -75.214493, 40.032838 ], [ -75.213692, 40.032135 ], [ -75.211308, 40.02997 ], [ -75.214188, 40.028699 ], [ -75.216449, 40.029641 ], [ -75.2177, 40.030848 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096005", "device_counts_2018": 1689, "device_counts_2019": 1835, "device_counts_2020": 785, "device_counts_2021": 588, "device_counts_2022": 887, "device_counts_2023": 1171, "device_counts_2024": 1111, "stop_counts_2018": 4121, "stop_counts_2019": 4196, "stop_counts_2020": 1910, "stop_counts_2021": 1627, "stop_counts_2022": 2120, "stop_counts_2023": 1872, "stop_counts_2024": 2613, "AREA_acre": 18.572889923516019 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246848, 39.967449 ], [ -75.24177, 39.96682 ], [ -75.242087, 39.965303 ], [ -75.247169, 39.965927 ], [ -75.246848, 39.967449 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088021", "device_counts_2018": 1575, "device_counts_2019": 1709, "device_counts_2020": 538, "device_counts_2021": 440, "device_counts_2022": 838, "device_counts_2023": 1240, "device_counts_2024": 1088, "stop_counts_2018": 3700, "stop_counts_2019": 3749, "stop_counts_2020": 1144, "stop_counts_2021": 1287, "stop_counts_2022": 2128, "stop_counts_2023": 2530, "stop_counts_2024": 2169, "AREA_acre": 17.521010995870999 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205802, 39.950985 ], [ -75.201151, 39.950414 ], [ -75.201156, 39.949839 ], [ -75.205167, 39.948522 ], [ -75.205656, 39.948053 ], [ -75.205759, 39.949832 ], [ -75.205802, 39.950985 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188001", "device_counts_2018": 2666, "device_counts_2019": 1314, "device_counts_2020": 589, "device_counts_2021": 649, "device_counts_2022": 706, "device_counts_2023": 786, "device_counts_2024": 506, "stop_counts_2018": 9862, "stop_counts_2019": 5932, "stop_counts_2020": 2364, "stop_counts_2021": 2295, "stop_counts_2022": 2819, "stop_counts_2023": 1770, "stop_counts_2024": 1303, "AREA_acre": 23.552851582263497 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10289, 40.00005 ], [ -75.100973, 40.001086 ], [ -75.100085, 40.000977 ], [ -75.099998, 40.000816 ], [ -75.099609, 40.000365 ], [ -75.098979, 39.999688 ], [ -75.097949, 39.998496 ], [ -75.100367, 39.997206 ], [ -75.101235, 39.998188 ], [ -75.102026, 39.999078 ], [ -75.10289, 40.00005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188003", "device_counts_2018": 1308, "device_counts_2019": 908, "device_counts_2020": 597, "device_counts_2021": 511, "device_counts_2022": 636, "device_counts_2023": 687, "device_counts_2024": 248, "stop_counts_2018": 6226, "stop_counts_2019": 3558, "stop_counts_2020": 2237, "stop_counts_2021": 1836, "stop_counts_2022": 1997, "stop_counts_2023": 1880, "stop_counts_2024": 340, "AREA_acre": 26.62480335093052 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106442, 40.000322 ], [ -75.104197, 40.001525 ], [ -75.103179, 40.002096 ], [ -75.100973, 40.001086 ], [ -75.10289, 40.00005 ], [ -75.102026, 39.999078 ], [ -75.104335, 39.997884 ], [ -75.106442, 40.000322 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249002", "device_counts_2018": 1359, "device_counts_2019": 1310, "device_counts_2020": 615, "device_counts_2021": 509, "device_counts_2022": 640, "device_counts_2023": 635, "device_counts_2024": 477, "stop_counts_2018": 4678, "stop_counts_2019": 4406, "stop_counts_2020": 1736, "stop_counts_2021": 1432, "stop_counts_2022": 1593, "stop_counts_2023": 1454, "stop_counts_2024": 1987, "AREA_acre": 19.270062652370001 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159041, 40.051106 ], [ -75.160222, 40.051826 ], [ -75.15878, 40.053225 ], [ -75.157729, 40.052626 ], [ -75.157858, 40.050602 ], [ -75.157958, 40.049025 ], [ -75.158017, 40.048126 ], [ -75.160528, 40.049664 ], [ -75.159041, 40.051106 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286003", "device_counts_2018": 1808, "device_counts_2019": 1399, "device_counts_2020": 678, "device_counts_2021": 599, "device_counts_2022": 652, "device_counts_2023": 864, "device_counts_2024": 560, "stop_counts_2018": 6525, "stop_counts_2019": 3851, "stop_counts_2020": 2117, "stop_counts_2021": 1674, "stop_counts_2022": 2003, "stop_counts_2023": 2066, "stop_counts_2024": 1007, "AREA_acre": 16.995555392363819 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13251, 40.027274 ], [ -75.132352, 40.028019 ], [ -75.127646, 40.027416 ], [ -75.127824, 40.026663 ], [ -75.127935, 40.026158 ], [ -75.130774, 40.026421 ], [ -75.132838, 40.025783 ], [ -75.13251, 40.027274 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294002", "device_counts_2018": 2462, "device_counts_2019": 1668, "device_counts_2020": 979, "device_counts_2021": 885, "device_counts_2022": 1351, "device_counts_2023": 1699, "device_counts_2024": 1543, "stop_counts_2018": 9113, "stop_counts_2019": 6153, "stop_counts_2020": 3915, "stop_counts_2021": 3032, "stop_counts_2022": 3749, "stop_counts_2023": 5990, "stop_counts_2024": 4238, "AREA_acre": 70.775083118390995 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092482, 40.005427 ], [ -75.091815, 40.006007 ], [ -75.089271, 40.010063 ], [ -75.088731, 40.010923 ], [ -75.084912, 40.009489 ], [ -75.083788, 40.008503 ], [ -75.083087, 40.007437 ], [ -75.087448, 40.006079 ], [ -75.089831, 40.004441 ], [ -75.090028, 40.004264 ], [ -75.092057, 40.004937 ], [ -75.092482, 40.005427 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290003", "device_counts_2018": 2747, "device_counts_2019": 2163, "device_counts_2020": 1409, "device_counts_2021": 1445, "device_counts_2022": 1956, "device_counts_2023": 1243, "device_counts_2024": 882, "stop_counts_2018": 9519, "stop_counts_2019": 6767, "stop_counts_2020": 4258, "stop_counts_2021": 3748, "stop_counts_2022": 5664, "stop_counts_2023": 4026, "stop_counts_2024": 2216, "AREA_acre": 65.058687784144524 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123027, 40.027692 ], [ -75.122727, 40.029151 ], [ -75.121711, 40.03347 ], [ -75.120713, 40.03364 ], [ -75.116083, 40.033037 ], [ -75.117268, 40.031624 ], [ -75.118184, 40.030534 ], [ -75.120036, 40.028328 ], [ -75.120614, 40.027626 ], [ -75.122279, 40.02565 ], [ -75.123525, 40.025463 ], [ -75.123027, 40.027692 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119004", "device_counts_2018": 1235, "device_counts_2019": 1188, "device_counts_2020": 516, "device_counts_2021": 497, "device_counts_2022": 661, "device_counts_2023": 611, "device_counts_2024": 401, "stop_counts_2018": 4350, "stop_counts_2019": 3567, "stop_counts_2020": 1597, "stop_counts_2021": 1721, "stop_counts_2022": 1882, "stop_counts_2023": 2571, "stop_counts_2024": 928, "AREA_acre": 41.139597918166835 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233672, 39.991882 ], [ -75.23106, 39.991764 ], [ -75.225662, 39.991469 ], [ -75.225891, 39.988131 ], [ -75.226577, 39.989221 ], [ -75.226573, 39.989763 ], [ -75.229017, 39.989747 ], [ -75.230433, 39.98946 ], [ -75.232932, 39.988934 ], [ -75.233528, 39.990653 ], [ -75.233672, 39.991882 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161001", "device_counts_2018": 4972, "device_counts_2019": 3420, "device_counts_2020": 1453, "device_counts_2021": 1366, "device_counts_2022": 1997, "device_counts_2023": 3271, "device_counts_2024": 3093, "stop_counts_2018": 15021, "stop_counts_2019": 10696, "stop_counts_2020": 5122, "stop_counts_2021": 4693, "stop_counts_2022": 5649, "stop_counts_2023": 14638, "stop_counts_2024": 16293, "AREA_acre": 78.574471142109971 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132881, 39.981631 ], [ -75.132544, 39.983166 ], [ -75.132208, 39.984741 ], [ -75.131907, 39.986306 ], [ -75.130794, 39.986928 ], [ -75.127398, 39.98308 ], [ -75.124654, 39.984526 ], [ -75.125836, 39.983251 ], [ -75.125062, 39.982373 ], [ -75.127579, 39.981383 ], [ -75.130448, 39.978589 ], [ -75.13319, 39.980134 ], [ -75.132881, 39.981631 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087022", "device_counts_2018": 1980, "device_counts_2019": 1303, "device_counts_2020": 581, "device_counts_2021": 777, "device_counts_2022": 1259, "device_counts_2023": 967, "device_counts_2024": 1238, "stop_counts_2018": 5567, "stop_counts_2019": 3452, "stop_counts_2020": 1514, "stop_counts_2021": 2109, "stop_counts_2022": 3433, "stop_counts_2023": 1733, "stop_counts_2024": 3777, "AREA_acre": 21.376527118126916 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209264, 39.952522 ], [ -75.205583, 39.952056 ], [ -75.205802, 39.950985 ], [ -75.205759, 39.949832 ], [ -75.208044, 39.949748 ], [ -75.209259, 39.949541 ], [ -75.209326, 39.951436 ], [ -75.209264, 39.952522 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165003", "device_counts_2018": 2729, "device_counts_2019": 2064, "device_counts_2020": 949, "device_counts_2021": 785, "device_counts_2022": 1041, "device_counts_2023": 1295, "device_counts_2024": 808, "stop_counts_2018": 9354, "stop_counts_2019": 8179, "stop_counts_2020": 3286, "stop_counts_2021": 2211, "stop_counts_2022": 2526, "stop_counts_2023": 2725, "stop_counts_2024": 2026, "AREA_acre": 65.692928863811261 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151815, 39.988886 ], [ -75.150238, 39.988684 ], [ -75.149587, 39.991665 ], [ -75.149238, 39.993253 ], [ -75.147887, 39.993078 ], [ -75.148305, 39.990968 ], [ -75.147542, 39.989863 ], [ -75.145126, 39.986485 ], [ -75.144154, 39.984724 ], [ -75.146102, 39.984978 ], [ -75.147766, 39.98519 ], [ -75.150197, 39.985504 ], [ -75.151199, 39.987798 ], [ -75.151815, 39.988886 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172013", "device_counts_2018": 2098, "device_counts_2019": 1716, "device_counts_2020": 836, "device_counts_2021": 653, "device_counts_2022": 789, "device_counts_2023": 656, "device_counts_2024": 457, "stop_counts_2018": 8644, "stop_counts_2019": 5879, "stop_counts_2020": 2478, "stop_counts_2021": 1621, "stop_counts_2022": 1772, "stop_counts_2023": 2339, "stop_counts_2024": 1524, "AREA_acre": 23.58135112918265 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169093, 40.003671 ], [ -75.168943, 40.00366 ], [ -75.165896, 40.003269 ], [ -75.166562, 40.000199 ], [ -75.169754, 40.000622 ], [ -75.169093, 40.003671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036001", "device_counts_2018": 2876, "device_counts_2019": 1755, "device_counts_2020": 858, "device_counts_2021": 756, "device_counts_2022": 973, "device_counts_2023": 1145, "device_counts_2024": 1113, "stop_counts_2018": 15325, "stop_counts_2019": 9181, "stop_counts_2020": 4690, "stop_counts_2021": 3813, "stop_counts_2022": 5516, "stop_counts_2023": 3485, "stop_counts_2024": 3776, "AREA_acre": 67.168621622160444 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193621, 39.929965 ], [ -75.192047, 39.929756 ], [ -75.191783, 39.930982 ], [ -75.190222, 39.930779 ], [ -75.188636, 39.930583 ], [ -75.18524, 39.930146 ], [ -75.186029, 39.926481 ], [ -75.194153, 39.927514 ], [ -75.193621, 39.929965 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317004", "device_counts_2018": 4463, "device_counts_2019": 4377, "device_counts_2020": 2607, "device_counts_2021": 2559, "device_counts_2022": 4320, "device_counts_2023": 2844, "device_counts_2024": 3216, "stop_counts_2018": 12590, "stop_counts_2019": 11397, "stop_counts_2020": 6420, "stop_counts_2021": 6186, "stop_counts_2022": 9833, "stop_counts_2023": 6347, "stop_counts_2024": 8076, "AREA_acre": 53.259120653928889 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070001, 40.03532 ], [ -75.065147, 40.036446 ], [ -75.064362, 40.036306 ], [ -75.063188, 40.031566 ], [ -75.062828, 40.02941 ], [ -75.064448, 40.030313 ], [ -75.066299, 40.031344 ], [ -75.067697, 40.03212 ], [ -75.066523, 40.033377 ], [ -75.069596, 40.035093 ], [ -75.070001, 40.03532 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062004", "device_counts_2018": 3140, "device_counts_2019": 2421, "device_counts_2020": 970, "device_counts_2021": 793, "device_counts_2022": 973, "device_counts_2023": 1497, "device_counts_2024": 865, "stop_counts_2018": 13198, "stop_counts_2019": 8136, "stop_counts_2020": 4160, "stop_counts_2021": 2932, "stop_counts_2022": 3697, "stop_counts_2023": 5628, "stop_counts_2024": 5150, "AREA_acre": 73.787326273731793 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239511, 39.918979 ], [ -75.236789, 39.920899 ], [ -75.234991, 39.922169 ], [ -75.232438, 39.92397 ], [ -75.230327, 39.922201 ], [ -75.232221, 39.920865 ], [ -75.233878, 39.919693 ], [ -75.235477, 39.918575 ], [ -75.232692, 39.916219 ], [ -75.23463, 39.914848 ], [ -75.236026, 39.916036 ], [ -75.237427, 39.917207 ], [ -75.239511, 39.918979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319003", "device_counts_2018": 1136, "device_counts_2019": 849, "device_counts_2020": 454, "device_counts_2021": 484, "device_counts_2022": 556, "device_counts_2023": 936, "device_counts_2024": 838, "stop_counts_2018": 3742, "stop_counts_2019": 2656, "stop_counts_2020": 1507, "stop_counts_2021": 1615, "stop_counts_2022": 1786, "stop_counts_2023": 2157, "stop_counts_2024": 1144, "AREA_acre": 29.261070872479753 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06701, 40.01967 ], [ -75.062925, 40.021777 ], [ -75.06113, 40.019725 ], [ -75.065113, 40.017511 ], [ -75.066116, 40.018648 ], [ -75.06701, 40.01967 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010173001", "device_counts_2018": 1797, "device_counts_2019": 1449, "device_counts_2020": 724, "device_counts_2021": 560, "device_counts_2022": 651, "device_counts_2023": 1169, "device_counts_2024": 840, "stop_counts_2018": 5955, "stop_counts_2019": 4153, "stop_counts_2020": 2578, "stop_counts_2021": 1677, "stop_counts_2022": 1761, "stop_counts_2023": 2633, "stop_counts_2024": 1205, "AREA_acre": 25.118416993477208 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166562, 40.000199 ], [ -75.163093, 39.999752 ], [ -75.163734, 39.996753 ], [ -75.167215, 39.997197 ], [ -75.166562, 40.000199 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119003", "device_counts_2018": 2094, "device_counts_2019": 1996, "device_counts_2020": 1340, "device_counts_2021": 1062, "device_counts_2022": 1396, "device_counts_2023": 1417, "device_counts_2024": 937, "stop_counts_2018": 6453, "stop_counts_2019": 4972, "stop_counts_2020": 3619, "stop_counts_2021": 2381, "stop_counts_2022": 2755, "stop_counts_2023": 4663, "stop_counts_2024": 2783, "AREA_acre": 41.090885872535317 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228792, 39.980705 ], [ -75.225891, 39.988131 ], [ -75.225109, 39.987582 ], [ -75.225573, 39.987151 ], [ -75.227057, 39.982691 ], [ -75.226202, 39.981608 ], [ -75.224066, 39.981508 ], [ -75.224093, 39.981369 ], [ -75.2263, 39.977951 ], [ -75.228471, 39.97896 ], [ -75.228792, 39.980705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010018002", "device_counts_2018": 5253, "device_counts_2019": 4794, "device_counts_2020": 1916, "device_counts_2021": 2499, "device_counts_2022": 3269, "device_counts_2023": 6162, "device_counts_2024": 5101, "stop_counts_2018": 13300, "stop_counts_2019": 11484, "stop_counts_2020": 5349, "stop_counts_2021": 5519, "stop_counts_2022": 7265, "stop_counts_2023": 11878, "stop_counts_2024": 10717, "AREA_acre": 43.586105227901562 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166208, 39.940431 ], [ -75.166204, 39.940813 ], [ -75.165988, 39.94182 ], [ -75.165909, 39.941811 ], [ -75.16218, 39.94135 ], [ -75.156388, 39.940627 ], [ -75.155888, 39.94056 ], [ -75.156011, 39.940006 ], [ -75.156317, 39.938569 ], [ -75.157848, 39.938982 ], [ -75.16092, 39.939367 ], [ -75.166292, 39.940031 ], [ -75.166208, 39.940431 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175005", "device_counts_2018": 1256, "device_counts_2019": 994, "device_counts_2020": 450, "device_counts_2021": 451, "device_counts_2022": 539, "device_counts_2023": 836, "device_counts_2024": 302, "stop_counts_2018": 5474, "stop_counts_2019": 4108, "stop_counts_2020": 1548, "stop_counts_2021": 1380, "stop_counts_2022": 2108, "stop_counts_2023": 3819, "stop_counts_2024": 586, "AREA_acre": 25.343515828581094 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143145, 39.998701 ], [ -75.142805, 40.000294 ], [ -75.141568, 40.000126 ], [ -75.140498, 39.999993 ], [ -75.141495, 39.995422 ], [ -75.143792, 39.995715 ], [ -75.143145, 39.998701 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337012", "device_counts_2018": 3279, "device_counts_2019": 3348, "device_counts_2020": 1998, "device_counts_2021": 1886, "device_counts_2022": 2467, "device_counts_2023": 2709, "device_counts_2024": 2380, "stop_counts_2018": 12338, "stop_counts_2019": 10249, "stop_counts_2020": 5647, "stop_counts_2021": 5704, "stop_counts_2022": 7088, "stop_counts_2023": 5632, "stop_counts_2024": 7151, "AREA_acre": 57.830244280661979 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054244, 40.066434 ], [ -75.052315, 40.068484 ], [ -75.051875, 40.069988 ], [ -75.050755, 40.069544 ], [ -75.05122, 40.06663 ], [ -75.047725, 40.064686 ], [ -75.050091, 40.06216 ], [ -75.051681, 40.063022 ], [ -75.051859, 40.063187 ], [ -75.055477, 40.065149 ], [ -75.054244, 40.066434 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027012", "device_counts_2018": 1169, "device_counts_2019": 820, "device_counts_2020": 394, "device_counts_2021": 362, "device_counts_2022": 450, "device_counts_2023": 688, "device_counts_2024": 810, "stop_counts_2018": 5466, "stop_counts_2019": 3217, "stop_counts_2020": 1733, "stop_counts_2021": 1249, "stop_counts_2022": 1888, "stop_counts_2023": 2045, "stop_counts_2024": 3837, "AREA_acre": 18.614427979792985 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155546, 39.92755 ], [ -75.152407, 39.927129 ], [ -75.152938, 39.924679 ], [ -75.154526, 39.924895 ], [ -75.156095, 39.925103 ], [ -75.155546, 39.92755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312001", "device_counts_2018": 1362, "device_counts_2019": 884, "device_counts_2020": 444, "device_counts_2021": 460, "device_counts_2022": 603, "device_counts_2023": 562, "device_counts_2024": 405, "stop_counts_2018": 5658, "stop_counts_2019": 3819, "stop_counts_2020": 2019, "stop_counts_2021": 1806, "stop_counts_2022": 2131, "stop_counts_2023": 844, "stop_counts_2024": 865, "AREA_acre": 19.21520805510951 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080981, 40.035713 ], [ -75.079265, 40.037516 ], [ -75.077266, 40.036262 ], [ -75.079636, 40.033743 ], [ -75.081757, 40.034924 ], [ -75.080981, 40.035713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083022", "device_counts_2018": 3851, "device_counts_2019": 3067, "device_counts_2020": 1476, "device_counts_2021": 1193, "device_counts_2022": 1455, "device_counts_2023": 1669, "device_counts_2024": 1399, "stop_counts_2018": 13790, "stop_counts_2019": 12420, "stop_counts_2020": 5599, "stop_counts_2021": 3946, "stop_counts_2022": 4390, "stop_counts_2023": 4750, "stop_counts_2024": 5511, "AREA_acre": 39.755195917073763 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243371, 39.959166 ], [ -75.242735, 39.962202 ], [ -75.240762, 39.96196 ], [ -75.238785, 39.961715 ], [ -75.239658, 39.957534 ], [ -75.243608, 39.95802 ], [ -75.243371, 39.959166 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074002", "device_counts_2018": 2486, "device_counts_2019": 2160, "device_counts_2020": 1115, "device_counts_2021": 823, "device_counts_2022": 1244, "device_counts_2023": 1341, "device_counts_2024": 1496, "stop_counts_2018": 6009, "stop_counts_2019": 5270, "stop_counts_2020": 2736, "stop_counts_2021": 1737, "stop_counts_2022": 2834, "stop_counts_2023": 2593, "stop_counts_2024": 2489, "AREA_acre": 52.348521239501174 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214999, 39.943265 ], [ -75.212687, 39.944885 ], [ -75.208799, 39.941644 ], [ -75.207838, 39.941286 ], [ -75.212064, 39.938213 ], [ -75.213865, 39.939974 ], [ -75.212601, 39.94085 ], [ -75.215246, 39.943087 ], [ -75.214999, 39.943265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011014", "device_counts_2018": 2078, "device_counts_2019": 1616, "device_counts_2020": 392, "device_counts_2021": 714, "device_counts_2022": 888, "device_counts_2023": 1744, "device_counts_2024": 1802, "stop_counts_2018": 4469, "stop_counts_2019": 3205, "stop_counts_2020": 944, "stop_counts_2021": 1326, "stop_counts_2022": 2160, "stop_counts_2023": 2871, "stop_counts_2024": 2976, "AREA_acre": 8.9816297031482826 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163648, 39.946836 ], [ -75.162627, 39.946713 ], [ -75.161843, 39.94662 ], [ -75.162348, 39.944299 ], [ -75.163137, 39.944388 ], [ -75.163955, 39.945423 ], [ -75.163648, 39.946836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357012", "device_counts_2018": 2027, "device_counts_2019": 1969, "device_counts_2020": 1473, "device_counts_2021": 1246, "device_counts_2022": 1762, "device_counts_2023": 4264, "device_counts_2024": 4314, "stop_counts_2018": 11841, "stop_counts_2019": 10400, "stop_counts_2020": 8763, "stop_counts_2021": 6823, "stop_counts_2022": 9781, "stop_counts_2023": 17428, "stop_counts_2024": 16208, "AREA_acre": 59.462960878574712 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.030162, 40.114978 ], [ -75.02923, 40.11597 ], [ -75.028062, 40.1157 ], [ -75.027231, 40.115422 ], [ -75.024699, 40.113964 ], [ -75.023041, 40.112998 ], [ -75.024306, 40.111181 ], [ -75.025585, 40.109312 ], [ -75.029192, 40.111392 ], [ -75.029273, 40.112301 ], [ -75.029517, 40.11245 ], [ -75.029615, 40.112667 ], [ -75.029541, 40.112852 ], [ -75.028279, 40.11408 ], [ -75.029956, 40.114481 ], [ -75.030162, 40.114978 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238005", "device_counts_2018": 879, "device_counts_2019": 684, "device_counts_2020": 269, "device_counts_2021": 278, "device_counts_2022": 295, "device_counts_2023": 325, "device_counts_2024": 302, "stop_counts_2018": 4081, "stop_counts_2019": 2722, "stop_counts_2020": 1781, "stop_counts_2021": 1335, "stop_counts_2022": 1233, "stop_counts_2023": 398, "stop_counts_2024": 740, "AREA_acre": 34.651445139035147 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188797, 40.03948 ], [ -75.187315, 40.040929 ], [ -75.185569, 40.042625 ], [ -75.183101, 40.041063 ], [ -75.184831, 40.039346 ], [ -75.186595, 40.037617 ], [ -75.187922, 40.037547 ], [ -75.188797, 40.03948 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362024", "device_counts_2018": 1058, "device_counts_2019": 1032, "device_counts_2020": 749, "device_counts_2021": 614, "device_counts_2022": 882, "device_counts_2023": 1144, "device_counts_2024": 1119, "stop_counts_2018": 5091, "stop_counts_2019": 3555, "stop_counts_2020": 3341, "stop_counts_2021": 2180, "stop_counts_2022": 3744, "stop_counts_2023": 2760, "stop_counts_2024": 5508, "AREA_acre": 53.073089034533794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.979504, 40.087814 ], [ -74.97559, 40.089861 ], [ -74.976072, 40.090653 ], [ -74.971509, 40.087342 ], [ -74.971945, 40.086891 ], [ -74.973763, 40.084534 ], [ -74.976576, 40.085827 ], [ -74.979504, 40.087814 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010103002", "device_counts_2018": 2269, "device_counts_2019": 2092, "device_counts_2020": 806, "device_counts_2021": 713, "device_counts_2022": 831, "device_counts_2023": 1222, "device_counts_2024": 764, "stop_counts_2018": 7183, "stop_counts_2019": 6751, "stop_counts_2020": 2798, "stop_counts_2021": 2135, "stop_counts_2022": 2905, "stop_counts_2023": 4664, "stop_counts_2024": 3374, "AREA_acre": 27.845807165861746 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228149, 39.967843 ], [ -75.22514, 39.968145 ], [ -75.224812, 39.966206 ], [ -75.222431, 39.966487 ], [ -75.221952, 39.96425 ], [ -75.223531, 39.964601 ], [ -75.224105, 39.964739 ], [ -75.22786, 39.966191 ], [ -75.228149, 39.967843 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162001", "device_counts_2018": 1280, "device_counts_2019": 1079, "device_counts_2020": 479, "device_counts_2021": 461, "device_counts_2022": 633, "device_counts_2023": 1067, "device_counts_2024": 687, "stop_counts_2018": 4117, "stop_counts_2019": 2953, "stop_counts_2020": 1308, "stop_counts_2021": 1251, "stop_counts_2022": 1766, "stop_counts_2023": 4494, "stop_counts_2024": 2361, "AREA_acre": 22.046689981240469 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135445, 39.983598 ], [ -75.1351, 39.98519 ], [ -75.132208, 39.984741 ], [ -75.132544, 39.983166 ], [ -75.132881, 39.981631 ], [ -75.13578, 39.982009 ], [ -75.135445, 39.983598 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305011", "device_counts_2018": 1325, "device_counts_2019": 981, "device_counts_2020": 502, "device_counts_2021": 429, "device_counts_2022": 520, "device_counts_2023": 505, "device_counts_2024": 562, "stop_counts_2018": 5386, "stop_counts_2019": 4175, "stop_counts_2020": 2291, "stop_counts_2021": 1693, "stop_counts_2022": 2078, "stop_counts_2023": 1562, "stop_counts_2024": 2829, "AREA_acre": 37.412286026660446 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101105, 40.045038 ], [ -75.098017, 40.047096 ], [ -75.095999, 40.046002 ], [ -75.094175, 40.045026 ], [ -75.096603, 40.042487 ], [ -75.098357, 40.043483 ], [ -75.100374, 40.044605 ], [ -75.101105, 40.045038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027024", "device_counts_2018": 1096, "device_counts_2019": 990, "device_counts_2020": 583, "device_counts_2021": 489, "device_counts_2022": 633, "device_counts_2023": 966, "device_counts_2024": 790, "stop_counts_2018": 3022, "stop_counts_2019": 2925, "stop_counts_2020": 1963, "stop_counts_2021": 1400, "stop_counts_2022": 2010, "stop_counts_2023": 3653, "stop_counts_2024": 5763, "AREA_acre": 17.95723848202535 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152407, 39.927129 ], [ -75.149166, 39.926696 ], [ -75.150101, 39.924305 ], [ -75.152938, 39.924679 ], [ -75.152407, 39.927129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390002", "device_counts_2018": 845, "device_counts_2019": 604, "device_counts_2020": 337, "device_counts_2021": 325, "device_counts_2022": 393, "device_counts_2023": 435, "device_counts_2024": 358, "stop_counts_2018": 5154, "stop_counts_2019": 3124, "stop_counts_2020": 1586, "stop_counts_2021": 1219, "stop_counts_2022": 1495, "stop_counts_2023": 1287, "stop_counts_2024": 546, "AREA_acre": 17.259334146740777 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091031, 40.035582 ], [ -75.089404, 40.037263 ], [ -75.088091, 40.03654 ], [ -75.087931, 40.036236 ], [ -75.090599, 40.033398 ], [ -75.09227, 40.034323 ], [ -75.091031, 40.035582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111003", "device_counts_2018": 2094, "device_counts_2019": 1911, "device_counts_2020": 844, "device_counts_2021": 648, "device_counts_2022": 745, "device_counts_2023": 866, "device_counts_2024": 633, "stop_counts_2018": 6770, "stop_counts_2019": 5641, "stop_counts_2020": 2528, "stop_counts_2021": 1474, "stop_counts_2022": 1925, "stop_counts_2023": 1224, "stop_counts_2024": 1285, "AREA_acre": 21.413306984852781 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229026, 39.972644 ], [ -75.226131, 39.972964 ], [ -75.222827, 39.973318 ], [ -75.222613, 39.97212 ], [ -75.225841, 39.97143 ], [ -75.228735, 39.971107 ], [ -75.229026, 39.972644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344001", "device_counts_2018": 3596, "device_counts_2019": 3909, "device_counts_2020": 2695, "device_counts_2021": 2656, "device_counts_2022": 3606, "device_counts_2023": 3066, "device_counts_2024": 3529, "stop_counts_2018": 15716, "stop_counts_2019": 15167, "stop_counts_2020": 9815, "stop_counts_2021": 10314, "stop_counts_2022": 13876, "stop_counts_2023": 11008, "stop_counts_2024": 8858, "AREA_acre": 141.51996558159456 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055093, 40.084078 ], [ -75.053386, 40.084845 ], [ -75.051852, 40.08559 ], [ -75.051362, 40.086035 ], [ -75.050745, 40.086616 ], [ -75.050151, 40.086275 ], [ -75.049588, 40.08746 ], [ -75.048799, 40.088354 ], [ -75.045685, 40.089021 ], [ -75.041488, 40.087338 ], [ -75.047286, 40.082932 ], [ -75.051031, 40.080086 ], [ -75.052737, 40.079427 ], [ -75.052327, 40.079859 ], [ -75.054083, 40.080901 ], [ -75.054568, 40.081271 ], [ -75.055386, 40.083679 ], [ -75.055093, 40.084078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118003", "device_counts_2018": 2129, "device_counts_2019": 1776, "device_counts_2020": 1344, "device_counts_2021": 894, "device_counts_2022": 1286, "device_counts_2023": 840, "device_counts_2024": 629, "stop_counts_2018": 7170, "stop_counts_2019": 4965, "stop_counts_2020": 3765, "stop_counts_2021": 1943, "stop_counts_2022": 3605, "stop_counts_2023": 1368, "stop_counts_2024": 1312, "AREA_acre": 100.42372278355627 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23724, 39.98484 ], [ -75.234186, 39.983702 ], [ -75.234703, 39.985307 ], [ -75.234774, 39.986089 ], [ -75.232136, 39.986635 ], [ -75.230791, 39.982516 ], [ -75.2301, 39.981556 ], [ -75.228792, 39.980705 ], [ -75.228471, 39.97896 ], [ -75.2263, 39.977951 ], [ -75.226451, 39.977717 ], [ -75.226765, 39.977211 ], [ -75.230171, 39.978794 ], [ -75.23407, 39.980326 ], [ -75.239042, 39.98195 ], [ -75.23724, 39.98484 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065003", "device_counts_2018": 944, "device_counts_2019": 697, "device_counts_2020": 325, "device_counts_2021": 238, "device_counts_2022": 305, "device_counts_2023": 531, "device_counts_2024": 353, "stop_counts_2018": 4326, "stop_counts_2019": 3579, "stop_counts_2020": 1451, "stop_counts_2021": 1086, "stop_counts_2022": 1093, "stop_counts_2023": 1965, "stop_counts_2024": 1031, "AREA_acre": 18.400456533998948 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233213, 39.935057 ], [ -75.230224, 39.937177 ], [ -75.229726, 39.936743 ], [ -75.228533, 39.935732 ], [ -75.231533, 39.933634 ], [ -75.233213, 39.935057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083011", "device_counts_2018": 4945, "device_counts_2019": 4932, "device_counts_2020": 2072, "device_counts_2021": 2202, "device_counts_2022": 3435, "device_counts_2023": 2837, "device_counts_2024": 2358, "stop_counts_2018": 13486, "stop_counts_2019": 13113, "stop_counts_2020": 4946, "stop_counts_2021": 4921, "stop_counts_2022": 7773, "stop_counts_2023": 7085, "stop_counts_2024": 8968, "AREA_acre": 53.305874533778955 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250883, 39.959024 ], [ -75.248546, 39.960269 ], [ -75.247688, 39.962817 ], [ -75.246753, 39.962705 ], [ -75.242735, 39.962202 ], [ -75.243371, 39.959166 ], [ -75.24739, 39.959662 ], [ -75.247897, 39.95724 ], [ -75.249499, 39.957189 ], [ -75.250883, 39.959024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040023", "device_counts_2018": 3167, "device_counts_2019": 3101, "device_counts_2020": 1422, "device_counts_2021": 1733, "device_counts_2022": 2540, "device_counts_2023": 2918, "device_counts_2024": 3271, "stop_counts_2018": 8826, "stop_counts_2019": 8717, "stop_counts_2020": 4468, "stop_counts_2021": 4518, "stop_counts_2022": 6846, "stop_counts_2023": 6746, "stop_counts_2024": 5532, "AREA_acre": 24.11322736355844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171122, 39.918152 ], [ -75.170854, 39.91941 ], [ -75.167085, 39.918959 ], [ -75.167681, 39.916283 ], [ -75.171423, 39.916757 ], [ -75.171122, 39.918152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301004", "device_counts_2018": 1106, "device_counts_2019": 918, "device_counts_2020": 446, "device_counts_2021": 437, "device_counts_2022": 601, "device_counts_2023": 763, "device_counts_2024": 560, "stop_counts_2018": 4063, "stop_counts_2019": 3879, "stop_counts_2020": 1613, "stop_counts_2021": 1288, "stop_counts_2022": 1934, "stop_counts_2023": 1984, "stop_counts_2024": 1643, "AREA_acre": 39.292234997164925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.095897, 40.019604 ], [ -75.094374, 40.021159 ], [ -75.092729, 40.023597 ], [ -75.090373, 40.022233 ], [ -75.091492, 40.021027 ], [ -75.089718, 40.019875 ], [ -75.091304, 40.017883 ], [ -75.09441, 40.019534 ], [ -75.095897, 40.019604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358003", "device_counts_2018": 681, "device_counts_2019": 693, "device_counts_2020": 561, "device_counts_2021": 505, "device_counts_2022": 632, "device_counts_2023": 1323, "device_counts_2024": 938, "stop_counts_2018": 5061, "stop_counts_2019": 6042, "stop_counts_2020": 5576, "stop_counts_2021": 3898, "stop_counts_2022": 4956, "stop_counts_2023": 3210, "stop_counts_2024": 3060, "AREA_acre": 93.854677751126843 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036495, 40.12039 ], [ -75.032646, 40.121786 ], [ -75.029773, 40.121875 ], [ -75.027824, 40.120924 ], [ -75.025511, 40.119714 ], [ -75.024606, 40.119216 ], [ -75.027242, 40.116639 ], [ -75.028062, 40.1157 ], [ -75.02923, 40.11597 ], [ -75.030059, 40.116298 ], [ -75.034996, 40.119328 ], [ -75.036495, 40.12039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161003", "device_counts_2018": 1176, "device_counts_2019": 798, "device_counts_2020": 345, "device_counts_2021": 325, "device_counts_2022": 435, "device_counts_2023": 789, "device_counts_2024": 834, "stop_counts_2018": 4095, "stop_counts_2019": 2576, "stop_counts_2020": 1219, "stop_counts_2021": 1459, "stop_counts_2022": 1584, "stop_counts_2023": 2618, "stop_counts_2024": 4707, "AREA_acre": 23.464143619566336 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127363, 39.988792 ], [ -75.124728, 39.985801 ], [ -75.127022, 39.984597 ], [ -75.129641, 39.987546 ], [ -75.127363, 39.988792 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336004", "device_counts_2018": 867, "device_counts_2019": 678, "device_counts_2020": 459, "device_counts_2021": 386, "device_counts_2022": 556, "device_counts_2023": 637, "device_counts_2024": 628, "stop_counts_2018": 4903, "stop_counts_2019": 3955, "stop_counts_2020": 2609, "stop_counts_2021": 1754, "stop_counts_2022": 2604, "stop_counts_2023": 2217, "stop_counts_2024": 4582, "AREA_acre": 53.492721608139405 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064491, 40.064588 ], [ -75.06304, 40.066143 ], [ -75.057697, 40.062787 ], [ -75.058323, 40.062116 ], [ -75.058923, 40.061473 ], [ -75.060101, 40.060221 ], [ -75.062124, 40.061348 ], [ -75.065685, 40.063332 ], [ -75.064491, 40.064588 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292002", "device_counts_2018": 7211, "device_counts_2019": 6042, "device_counts_2020": 3497, "device_counts_2021": 3165, "device_counts_2022": 4749, "device_counts_2023": 3190, "device_counts_2024": 3041, "stop_counts_2018": 20745, "stop_counts_2019": 15866, "stop_counts_2020": 9046, "stop_counts_2021": 8183, "stop_counts_2022": 11678, "stop_counts_2023": 9744, "stop_counts_2024": 9871, "AREA_acre": 334.34051175948014 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111228, 40.023211 ], [ -75.109611, 40.023588 ], [ -75.104059, 40.029441 ], [ -75.104306, 40.029846 ], [ -75.103068, 40.029895 ], [ -75.10292, 40.029929 ], [ -75.10267, 40.029987 ], [ -75.10128, 40.029514 ], [ -75.096726, 40.026698 ], [ -75.096038, 40.026567 ], [ -75.09399, 40.027037 ], [ -75.093609, 40.026718 ], [ -75.092414, 40.025353 ], [ -75.091879, 40.024435 ], [ -75.092729, 40.023597 ], [ -75.094374, 40.021159 ], [ -75.095897, 40.019604 ], [ -75.096744, 40.01873 ], [ -75.09704, 40.016018 ], [ -75.098916, 40.016433 ], [ -75.106018, 40.016352 ], [ -75.107063, 40.016777 ], [ -75.107446, 40.017517 ], [ -75.103204, 40.021057 ], [ -75.104845, 40.02356 ], [ -75.110242, 40.022242 ], [ -75.111228, 40.023211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177012", "device_counts_2018": 3071, "device_counts_2019": 2587, "device_counts_2020": 1367, "device_counts_2021": 1247, "device_counts_2022": 1275, "device_counts_2023": 1729, "device_counts_2024": 1111, "stop_counts_2018": 9483, "stop_counts_2019": 8000, "stop_counts_2020": 3858, "stop_counts_2021": 3379, "stop_counts_2022": 3580, "stop_counts_2023": 2974, "stop_counts_2024": 4768, "AREA_acre": 19.499193220987809 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116414, 39.996881 ], [ -75.115447, 39.996753 ], [ -75.115107, 39.998347 ], [ -75.112923, 39.99806 ], [ -75.110983, 39.997801 ], [ -75.111558, 39.997475 ], [ -75.113387, 39.996493 ], [ -75.115778, 39.995167 ], [ -75.116751, 39.995294 ], [ -75.116414, 39.996881 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348021", "device_counts_2018": 1309, "device_counts_2019": 1046, "device_counts_2020": 661, "device_counts_2021": 725, "device_counts_2022": 1046, "device_counts_2023": 2056, "device_counts_2024": 2001, "stop_counts_2018": 8726, "stop_counts_2019": 7085, "stop_counts_2020": 4238, "stop_counts_2021": 4410, "stop_counts_2022": 5197, "stop_counts_2023": 9855, "stop_counts_2024": 6207, "AREA_acre": 79.727314905314046 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021707, 40.063392 ], [ -75.013126, 40.072071 ], [ -75.011311, 40.071169 ], [ -75.014109, 40.066867 ], [ -75.020575, 40.061252 ], [ -75.021185, 40.061691 ], [ -75.021992, 40.063113 ], [ -75.021707, 40.063392 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362012", "device_counts_2018": 611, "device_counts_2019": 631, "device_counts_2020": 501, "device_counts_2021": 679, "device_counts_2022": 633, "device_counts_2023": 685, "device_counts_2024": 382, "stop_counts_2018": 3325, "stop_counts_2019": 3429, "stop_counts_2020": 2515, "stop_counts_2021": 2903, "stop_counts_2022": 3044, "stop_counts_2023": 1957, "stop_counts_2024": 1900, "AREA_acre": 102.17609227839017 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.990155, 40.084052 ], [ -74.987065, 40.086049 ], [ -74.98418, 40.089906 ], [ -74.981491, 40.087994 ], [ -74.980601, 40.087914 ], [ -74.980158, 40.086256 ], [ -74.981807, 40.082355 ], [ -74.985377, 40.082317 ], [ -74.987586, 40.082663 ], [ -74.988885, 40.083129 ], [ -74.990155, 40.084052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064003", "device_counts_2018": 3163, "device_counts_2019": 2781, "device_counts_2020": 1398, "device_counts_2021": 1300, "device_counts_2022": 1580, "device_counts_2023": 1823, "device_counts_2024": 1240, "stop_counts_2018": 15005, "stop_counts_2019": 9016, "stop_counts_2020": 4196, "stop_counts_2021": 3603, "stop_counts_2022": 4737, "stop_counts_2023": 8585, "stop_counts_2024": 4259, "AREA_acre": 107.92298234150442 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247759, 39.921708 ], [ -75.247321, 39.922178 ], [ -75.245928, 39.924474 ], [ -75.244336, 39.92625 ], [ -75.243643, 39.930897 ], [ -75.242972, 39.93094 ], [ -75.243254, 39.92947 ], [ -75.243494, 39.926963 ], [ -75.242349, 39.926031 ], [ -75.239493, 39.928024 ], [ -75.236833, 39.925765 ], [ -75.23816, 39.924839 ], [ -75.239671, 39.923779 ], [ -75.246856, 39.918759 ], [ -75.247341, 39.918541 ], [ -75.247484, 39.919242 ], [ -75.247459, 39.921343 ], [ -75.247759, 39.921708 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363011", "device_counts_2018": 20971, "device_counts_2019": 19315, "device_counts_2020": 11806, "device_counts_2021": 11235, "device_counts_2022": 14993, "device_counts_2023": 16535, "device_counts_2024": 14099, "stop_counts_2018": 76661, "stop_counts_2019": 71764, "stop_counts_2020": 45359, "stop_counts_2021": 44241, "stop_counts_2022": 64084, "stop_counts_2023": 60364, "stop_counts_2024": 53825, "AREA_acre": 499.61261259736682 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.976783, 40.095969 ], [ -74.97577, 40.096412 ], [ -74.972898, 40.096859 ], [ -74.971016, 40.096392 ], [ -74.970302, 40.096022 ], [ -74.96876, 40.094759 ], [ -74.966752, 40.092976 ], [ -74.965723, 40.091635 ], [ -74.961859, 40.093621 ], [ -74.958749, 40.096929 ], [ -74.956063, 40.09557 ], [ -74.955777, 40.095103 ], [ -74.956506, 40.093115 ], [ -74.958036, 40.089665 ], [ -74.958392, 40.084508 ], [ -74.958284, 40.084145 ], [ -74.962737, 40.077839 ], [ -74.964883, 40.077273 ], [ -74.966078, 40.081031 ], [ -74.966814, 40.082209 ], [ -74.968451, 40.084426 ], [ -74.971509, 40.087342 ], [ -74.976072, 40.090653 ], [ -74.97648, 40.091256 ], [ -74.976783, 40.095969 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289024", "device_counts_2018": 1100, "device_counts_2019": 792, "device_counts_2020": 464, "device_counts_2021": 417, "device_counts_2022": 655, "device_counts_2023": 656, "device_counts_2024": 385, "stop_counts_2018": 5143, "stop_counts_2019": 2803, "stop_counts_2020": 1796, "stop_counts_2021": 1291, "stop_counts_2022": 2002, "stop_counts_2023": 2663, "stop_counts_2024": 890, "AREA_acre": 19.84575953721982 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119823, 40.02412 ], [ -75.119603, 40.025117 ], [ -75.119735, 40.026017 ], [ -75.117173, 40.026386 ], [ -75.117389, 40.02504 ], [ -75.117959, 40.022349 ], [ -75.120136, 40.022627 ], [ -75.119823, 40.02412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291001", "device_counts_2018": 9897, "device_counts_2019": 7631, "device_counts_2020": 4385, "device_counts_2021": 4099, "device_counts_2022": 5129, "device_counts_2023": 5047, "device_counts_2024": 3781, "stop_counts_2018": 30638, "stop_counts_2019": 21521, "stop_counts_2020": 11551, "stop_counts_2021": 11494, "stop_counts_2022": 14512, "stop_counts_2023": 20298, "stop_counts_2024": 9934, "AREA_acre": 181.30600889274945 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.114427, 40.039903 ], [ -75.112248, 40.04321 ], [ -75.111033, 40.044404 ], [ -75.110985, 40.046769 ], [ -75.109431, 40.045874 ], [ -75.111153, 40.042187 ], [ -75.10827, 40.042213 ], [ -75.104633, 40.040073 ], [ -75.103163, 40.039196 ], [ -75.101572, 40.038293 ], [ -75.098416, 40.036101 ], [ -75.100573, 40.033957 ], [ -75.101148, 40.033334 ], [ -75.104725, 40.035321 ], [ -75.105935, 40.0341 ], [ -75.10857, 40.035495 ], [ -75.108733, 40.036723 ], [ -75.110011, 40.039149 ], [ -75.112042, 40.037847 ], [ -75.113107, 40.036567 ], [ -75.113767, 40.037366 ], [ -75.114369, 40.0393 ], [ -75.114427, 40.039903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010143001", "device_counts_2018": 6251, "device_counts_2019": 5812, "device_counts_2020": 2289, "device_counts_2021": 2356, "device_counts_2022": 4129, "device_counts_2023": 4011, "device_counts_2024": 4790, "stop_counts_2018": 14604, "stop_counts_2019": 13209, "stop_counts_2020": 5689, "stop_counts_2021": 5041, "stop_counts_2022": 8369, "stop_counts_2023": 7599, "stop_counts_2024": 9625, "AREA_acre": 190.88246131503581 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134428, 39.968791 ], [ -75.130452, 39.970189 ], [ -75.12899, 39.967518 ], [ -75.127301, 39.968823 ], [ -75.127225, 39.970029 ], [ -75.126535, 39.970303 ], [ -75.126008, 39.969362 ], [ -75.124954, 39.969879 ], [ -75.125899, 39.971765 ], [ -75.123489, 39.972651 ], [ -75.122592, 39.97388 ], [ -75.121504, 39.97321 ], [ -75.119617, 39.97295 ], [ -75.120231, 39.972387 ], [ -75.121806, 39.970925 ], [ -75.122211, 39.970172 ], [ -75.1189552837088, 39.965528846214504 ], [ -75.11922, 39.965412 ], [ -75.123862977243505, 39.962819168552294 ], [ -75.125416361661095, 39.961951694137291 ], [ -75.128697, 39.966977 ], [ -75.134347, 39.964477 ], [ -75.134428, 39.968791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188004", "device_counts_2018": 1295, "device_counts_2019": 990, "device_counts_2020": 674, "device_counts_2021": 569, "device_counts_2022": 648, "device_counts_2023": 560, "device_counts_2024": 607, "stop_counts_2018": 5356, "stop_counts_2019": 4269, "stop_counts_2020": 2293, "stop_counts_2021": 1690, "stop_counts_2022": 1900, "stop_counts_2023": 2486, "stop_counts_2024": 952, "AREA_acre": 27.23517321773264 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109617, 39.995123 ], [ -75.108487, 39.994991 ], [ -75.106215, 39.996224 ], [ -75.104043, 39.997555 ], [ -75.103369, 39.996794 ], [ -75.102674, 39.996008 ], [ -75.108144, 39.993156 ], [ -75.108659, 39.993741 ], [ -75.109617, 39.995123 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290002", "device_counts_2018": 1254, "device_counts_2019": 807, "device_counts_2020": 432, "device_counts_2021": 328, "device_counts_2022": 453, "device_counts_2023": 508, "device_counts_2024": 481, "stop_counts_2018": 6082, "stop_counts_2019": 3522, "stop_counts_2020": 1848, "stop_counts_2021": 1258, "stop_counts_2022": 1924, "stop_counts_2023": 2957, "stop_counts_2024": 4284, "AREA_acre": 51.336012798582125 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117268, 40.031624 ], [ -75.112876, 40.031991 ], [ -75.112028, 40.030797 ], [ -75.111075, 40.031061 ], [ -75.110825, 40.029623 ], [ -75.112821, 40.027627 ], [ -75.112759, 40.027349 ], [ -75.112773, 40.027036 ], [ -75.114461, 40.026784 ], [ -75.115139, 40.029057 ], [ -75.116846, 40.028803 ], [ -75.11721, 40.030312 ], [ -75.118184, 40.030534 ], [ -75.117268, 40.031624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019802001", "device_counts_2018": 3159, "device_counts_2019": 2483, "device_counts_2020": 1863, "device_counts_2021": 1418, "device_counts_2022": 2148, "device_counts_2023": 2741, "device_counts_2024": 2206, "stop_counts_2018": 8904, "stop_counts_2019": 6349, "stop_counts_2020": 5417, "stop_counts_2021": 3293, "stop_counts_2022": 5153, "stop_counts_2023": 8225, "stop_counts_2024": 6249, "AREA_acre": 1372.1110754812139 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076363, 40.087265 ], [ -75.07127, 40.092532 ], [ -75.069456, 40.094411 ], [ -75.068496, 40.094573 ], [ -75.063708, 40.090568 ], [ -75.058343, 40.090153 ], [ -75.057068, 40.089697 ], [ -75.055807, 40.088095 ], [ -75.056738, 40.086984 ], [ -75.054985, 40.081228 ], [ -75.052737, 40.079427 ], [ -75.051031, 40.080086 ], [ -75.047286, 40.082932 ], [ -75.046249, 40.081459 ], [ -75.043495, 40.07805 ], [ -75.04312, 40.077166 ], [ -75.041869, 40.075429 ], [ -75.039748, 40.072411 ], [ -75.042114, 40.070038 ], [ -75.0406, 40.068042 ], [ -75.03528, 40.064995 ], [ -75.034225, 40.062701 ], [ -75.035532, 40.05881 ], [ -75.035062, 40.057327 ], [ -75.036019, 40.051602 ], [ -75.032754, 40.052569 ], [ -75.031695, 40.051607 ], [ -75.026753, 40.050779 ], [ -75.024173, 40.051483 ], [ -75.023374, 40.055334 ], [ -75.017956, 40.052322 ], [ -75.0172, 40.051445 ], [ -75.016833, 40.049374 ], [ -75.019409, 40.046474 ], [ -75.018502, 40.044081 ], [ -75.020392, 40.04353 ], [ -75.020499, 40.043542 ], [ -75.021752, 40.043668 ], [ -75.020489, 40.04639 ], [ -75.021343, 40.048294 ], [ -75.023007, 40.049197 ], [ -75.026037, 40.048163 ], [ -75.030489, 40.048407 ], [ -75.031781, 40.047141 ], [ -75.031636, 40.04566 ], [ -75.033824, 40.04466 ], [ -75.043694, 40.047502 ], [ -75.045269, 40.046509 ], [ -75.047775, 40.046246 ], [ -75.051682, 40.046963 ], [ -75.051146, 40.048113 ], [ -75.051057, 40.049022 ], [ -75.04796, 40.048016 ], [ -75.045149, 40.048854 ], [ -75.042279, 40.049992 ], [ -75.040247, 40.053158 ], [ -75.040059, 40.054079 ], [ -75.039449, 40.055286 ], [ -75.038719, 40.056435 ], [ -75.038539, 40.060858 ], [ -75.041907, 40.064683 ], [ -75.044675, 40.06484 ], [ -75.047963, 40.066822 ], [ -75.047114, 40.068037 ], [ -75.047762, 40.069395 ], [ -75.047381, 40.070558 ], [ -75.045884, 40.069653 ], [ -75.044088, 40.072639 ], [ -75.045793, 40.075329 ], [ -75.048258, 40.077034 ], [ -75.049347, 40.077036 ], [ -75.055857, 40.073249 ], [ -75.05821, 40.074605 ], [ -75.065724, 40.070193 ], [ -75.068862, 40.071845 ], [ -75.068958, 40.072358 ], [ -75.067333, 40.075504 ], [ -75.066273, 40.077544 ], [ -75.067597, 40.0788 ], [ -75.068463, 40.080164 ], [ -75.062288, 40.084478 ], [ -75.068235, 40.085035 ], [ -75.071691, 40.086977 ], [ -75.074488, 40.086788 ], [ -75.073616, 40.087907 ], [ -75.076363, 40.087265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242001", "device_counts_2018": 1390, "device_counts_2019": 1106, "device_counts_2020": 595, "device_counts_2021": 424, "device_counts_2022": 559, "device_counts_2023": 857, "device_counts_2024": 405, "stop_counts_2018": 4748, "stop_counts_2019": 3269, "stop_counts_2020": 1789, "stop_counts_2021": 1384, "stop_counts_2022": 2274, "stop_counts_2023": 4878, "stop_counts_2024": 2028, "AREA_acre": 39.997073333834365 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17061, 40.033131 ], [ -75.169211, 40.032314 ], [ -75.166655, 40.03089 ], [ -75.166488, 40.030794 ], [ -75.168308, 40.029173 ], [ -75.169816, 40.02845 ], [ -75.173482, 40.030336 ], [ -75.17061, 40.033131 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215001", "device_counts_2018": 994, "device_counts_2019": 870, "device_counts_2020": 411, "device_counts_2021": 501, "device_counts_2022": 612, "device_counts_2023": 810, "device_counts_2024": 809, "stop_counts_2018": 4557, "stop_counts_2019": 3560, "stop_counts_2020": 1933, "stop_counts_2021": 1785, "stop_counts_2022": 2462, "stop_counts_2023": 3330, "stop_counts_2024": 4367, "AREA_acre": 40.99375244154885 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228179, 40.037082 ], [ -75.226159, 40.038361 ], [ -75.228104, 40.040855 ], [ -75.226267, 40.042401 ], [ -75.225234, 40.041319 ], [ -75.222808, 40.038112 ], [ -75.225727, 40.03676 ], [ -75.227199, 40.035255 ], [ -75.228179, 40.037082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081025", "device_counts_2018": 1057, "device_counts_2019": 824, "device_counts_2020": 355, "device_counts_2021": 289, "device_counts_2022": 295, "device_counts_2023": 664, "device_counts_2024": 328, "stop_counts_2018": 4599, "stop_counts_2019": 3718, "stop_counts_2020": 1171, "stop_counts_2021": 714, "stop_counts_2022": 1038, "stop_counts_2023": 2975, "stop_counts_2024": 864, "AREA_acre": 15.407083101468659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234212, 39.954521 ], [ -75.232153, 39.954262 ], [ -75.229999, 39.953996 ], [ -75.230323, 39.952475 ], [ -75.234531, 39.953 ], [ -75.234212, 39.954521 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118001", "device_counts_2018": 730, "device_counts_2019": 639, "device_counts_2020": 296, "device_counts_2021": 253, "device_counts_2022": 294, "device_counts_2023": 381, "device_counts_2024": 333, "stop_counts_2018": 3425, "stop_counts_2019": 2856, "stop_counts_2020": 1120, "stop_counts_2021": 1017, "stop_counts_2022": 1068, "stop_counts_2023": 845, "stop_counts_2024": 332, "AREA_acre": 29.962537710838287 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237785, 39.990669 ], [ -75.236255, 39.990971 ], [ -75.233713, 39.992176 ], [ -75.233672, 39.991882 ], [ -75.233528, 39.990653 ], [ -75.232932, 39.988934 ], [ -75.237488, 39.987996 ], [ -75.237879, 39.990229 ], [ -75.237785, 39.990669 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093004", "device_counts_2018": 2807, "device_counts_2019": 2641, "device_counts_2020": 1157, "device_counts_2021": 996, "device_counts_2022": 1211, "device_counts_2023": 1094, "device_counts_2024": 1040, "stop_counts_2018": 8265, "stop_counts_2019": 7032, "stop_counts_2020": 2701, "stop_counts_2021": 2202, "stop_counts_2022": 2484, "stop_counts_2023": 3042, "stop_counts_2024": 2129, "AREA_acre": 19.467586484507152 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226891, 39.963415 ], [ -75.22422, 39.963086 ], [ -75.224541, 39.961567 ], [ -75.224868, 39.960005 ], [ -75.227443, 39.960311 ], [ -75.226891, 39.963415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291002", "device_counts_2018": 2222, "device_counts_2019": 1903, "device_counts_2020": 865, "device_counts_2021": 797, "device_counts_2022": 1206, "device_counts_2023": 2027, "device_counts_2024": 1146, "stop_counts_2018": 8152, "stop_counts_2019": 5558, "stop_counts_2020": 2942, "stop_counts_2021": 2821, "stop_counts_2022": 3995, "stop_counts_2023": 6878, "stop_counts_2024": 4539, "AREA_acre": 61.059256321935919 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112042, 40.037847 ], [ -75.110011, 40.039149 ], [ -75.108733, 40.036723 ], [ -75.10857, 40.035495 ], [ -75.105935, 40.0341 ], [ -75.106912, 40.033135 ], [ -75.107909, 40.03215 ], [ -75.109057, 40.031741 ], [ -75.111075, 40.031061 ], [ -75.110667, 40.033249 ], [ -75.111312, 40.034539 ], [ -75.11177, 40.03486 ], [ -75.113107, 40.036567 ], [ -75.112042, 40.037847 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158003", "device_counts_2018": 1882, "device_counts_2019": 1482, "device_counts_2020": 660, "device_counts_2021": 626, "device_counts_2022": 905, "device_counts_2023": 1617, "device_counts_2024": 1425, "stop_counts_2018": 5359, "stop_counts_2019": 4658, "stop_counts_2020": 2409, "stop_counts_2021": 1958, "stop_counts_2022": 2987, "stop_counts_2023": 4891, "stop_counts_2024": 3482, "AREA_acre": 32.067064706980503 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131239, 39.97165 ], [ -75.129224, 39.972357 ], [ -75.127903, 39.972811 ], [ -75.123391, 39.974403 ], [ -75.122592, 39.97388 ], [ -75.123489, 39.972651 ], [ -75.125899, 39.971765 ], [ -75.127102, 39.97135 ], [ -75.127716, 39.971081 ], [ -75.129432, 39.970543 ], [ -75.130452, 39.970189 ], [ -75.131239, 39.97165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033005", "device_counts_2018": 885, "device_counts_2019": 694, "device_counts_2020": 364, "device_counts_2021": 321, "device_counts_2022": 449, "device_counts_2023": 331, "device_counts_2024": 379, "stop_counts_2018": 3722, "stop_counts_2019": 3258, "stop_counts_2020": 1392, "stop_counts_2021": 1124, "stop_counts_2022": 1808, "stop_counts_2023": 994, "stop_counts_2024": 1415, "AREA_acre": 21.415655898111808 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194133, 39.935048 ], [ -75.193873, 39.936286 ], [ -75.193315, 39.936206 ], [ -75.191274, 39.935934 ], [ -75.192322, 39.931054 ], [ -75.193353, 39.931185 ], [ -75.192826, 39.933628 ], [ -75.194408, 39.933822 ], [ -75.194133, 39.935048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060004", "device_counts_2018": 3268, "device_counts_2019": 2934, "device_counts_2020": 1125, "device_counts_2021": 988, "device_counts_2022": 1332, "device_counts_2023": 1873, "device_counts_2024": 1372, "stop_counts_2018": 12671, "stop_counts_2019": 10725, "stop_counts_2020": 4387, "stop_counts_2021": 3361, "stop_counts_2022": 4793, "stop_counts_2023": 3898, "stop_counts_2024": 2853, "AREA_acre": 54.758652715091451 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243821, 39.916027 ], [ -75.242454, 39.916907 ], [ -75.241088, 39.917868 ], [ -75.238984, 39.916102 ], [ -75.237599, 39.914934 ], [ -75.238949, 39.913959 ], [ -75.240333, 39.912999 ], [ -75.242832, 39.911272 ], [ -75.243226, 39.913112 ], [ -75.244935, 39.91545 ], [ -75.243821, 39.916027 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310004", "device_counts_2018": 1106, "device_counts_2019": 716, "device_counts_2020": 456, "device_counts_2021": 420, "device_counts_2022": 480, "device_counts_2023": 356, "device_counts_2024": 309, "stop_counts_2018": 5496, "stop_counts_2019": 3261, "stop_counts_2020": 1551, "stop_counts_2021": 1451, "stop_counts_2022": 1914, "stop_counts_2023": 1746, "stop_counts_2024": 761, "AREA_acre": 23.745154432015898 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076223, 40.046386 ], [ -75.075637, 40.047005 ], [ -75.07207, 40.045024 ], [ -75.072645, 40.044394 ], [ -75.073836, 40.043174 ], [ -75.077403, 40.045139 ], [ -75.076223, 40.046386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361003", "device_counts_2018": 1416, "device_counts_2019": 1177, "device_counts_2020": 886, "device_counts_2021": 712, "device_counts_2022": 961, "device_counts_2023": 937, "device_counts_2024": 1095, "stop_counts_2018": 7249, "stop_counts_2019": 6010, "stop_counts_2020": 4749, "stop_counts_2021": 3662, "stop_counts_2022": 5229, "stop_counts_2023": 2705, "stop_counts_2024": 2865, "AREA_acre": 89.996726556350495 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.991264, 40.095778 ], [ -74.987151, 40.098943 ], [ -74.986603, 40.096475 ], [ -74.981539, 40.094456 ], [ -74.982114, 40.091942 ], [ -74.982385, 40.091724 ], [ -74.98418, 40.089906 ], [ -74.987421, 40.09255 ], [ -74.989094, 40.093928 ], [ -74.991264, 40.095778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010381002", "device_counts_2018": 6173, "device_counts_2019": 5875, "device_counts_2020": 3849, "device_counts_2021": 4060, "device_counts_2022": 6628, "device_counts_2023": 5228, "device_counts_2024": 6945, "stop_counts_2018": 19074, "stop_counts_2019": 20196, "stop_counts_2020": 13560, "stop_counts_2021": 11799, "stop_counts_2022": 16699, "stop_counts_2023": 16966, "stop_counts_2024": 28248, "AREA_acre": 785.95290540651843 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04879, 40.018141 ], [ -75.045381, 40.019868 ], [ -75.039452, 40.022917 ], [ -75.032752, 40.02705 ], [ -75.028413, 40.029758 ], [ -75.021603, 40.033996 ], [ -75.018427, 40.033507 ], [ -75.022508, 40.030832 ], [ -75.015583, 40.023134 ], [ -75.013803495273393, 40.020211161024498 ], [ -75.015515, 40.019511 ], [ -75.021195066674494, 40.018207388098602 ], [ -75.030467830814501, 40.016079228979407 ], [ -75.034216, 40.015219 ], [ -75.042889, 40.012032 ], [ -75.042966449521089, 40.011993450381205 ], [ -75.043218536113002, 40.011867977145386 ], [ -75.047798, 40.017326 ], [ -75.04879, 40.018141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245002", "device_counts_2018": 2052, "device_counts_2019": 1697, "device_counts_2020": 929, "device_counts_2021": 850, "device_counts_2022": 1063, "device_counts_2023": 1145, "device_counts_2024": 612, "stop_counts_2018": 7320, "stop_counts_2019": 5155, "stop_counts_2020": 2950, "stop_counts_2021": 2274, "stop_counts_2022": 2743, "stop_counts_2023": 4552, "stop_counts_2024": 2189, "AREA_acre": 63.567643625237473 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16327, 40.02896 ], [ -75.161239, 40.030941 ], [ -75.162906, 40.031923 ], [ -75.159601, 40.035137 ], [ -75.15764, 40.033206 ], [ -75.158124, 40.030825 ], [ -75.159033, 40.030316 ], [ -75.159551, 40.023925 ], [ -75.160053, 40.026023 ], [ -75.160983, 40.027253 ], [ -75.161425, 40.027764 ], [ -75.16327, 40.02896 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086022", "device_counts_2018": 1719, "device_counts_2019": 1472, "device_counts_2020": 565, "device_counts_2021": 570, "device_counts_2022": 824, "device_counts_2023": 1014, "device_counts_2024": 910, "stop_counts_2018": 5824, "stop_counts_2019": 4421, "stop_counts_2020": 1944, "stop_counts_2021": 1601, "stop_counts_2022": 2316, "stop_counts_2023": 3759, "stop_counts_2024": 3208, "AREA_acre": 20.359402114567107 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219421, 39.956979 ], [ -75.215471, 39.956489 ], [ -75.214643, 39.955607 ], [ -75.215872, 39.954586 ], [ -75.219823, 39.955076 ], [ -75.219421, 39.956979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191001", "device_counts_2018": 2258, "device_counts_2019": 1767, "device_counts_2020": 1159, "device_counts_2021": 1103, "device_counts_2022": 1597, "device_counts_2023": 1219, "device_counts_2024": 990, "stop_counts_2018": 9039, "stop_counts_2019": 5184, "stop_counts_2020": 3587, "stop_counts_2021": 3328, "stop_counts_2022": 4604, "stop_counts_2023": 4098, "stop_counts_2024": 1795, "AREA_acre": 41.351592326462807 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112161, 40.012085 ], [ -75.111811, 40.013662 ], [ -75.105099, 40.012784 ], [ -75.105434, 40.011197 ], [ -75.108087, 40.011547 ], [ -75.108368, 40.009952 ], [ -75.112497, 40.010489 ], [ -75.112161, 40.012085 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348013", "device_counts_2018": 5076, "device_counts_2019": 4821, "device_counts_2020": 3186, "device_counts_2021": 3976, "device_counts_2022": 4970, "device_counts_2023": 6364, "device_counts_2024": 5473, "stop_counts_2018": 16983, "stop_counts_2019": 15950, "stop_counts_2020": 10373, "stop_counts_2021": 11375, "stop_counts_2022": 15328, "stop_counts_2023": 15820, "stop_counts_2024": 11838, "AREA_acre": 173.7892340116916 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024345, 40.05644 ], [ -75.022122, 40.056373 ], [ -75.019047, 40.056391 ], [ -75.019023, 40.054967 ], [ -75.016153, 40.051807 ], [ -75.015641, 40.050595 ], [ -75.015331, 40.050165 ], [ -75.012956, 40.051541 ], [ -75.0112, 40.053653 ], [ -75.010143, 40.054607 ], [ -75.012828, 40.056404 ], [ -75.008555, 40.057808 ], [ -75.008245, 40.057796 ], [ -75.007814, 40.057407 ], [ -75.004795, 40.054747 ], [ -75.007886, 40.052381 ], [ -75.008224, 40.052113 ], [ -75.012273, 40.048885 ], [ -75.016377, 40.045672 ], [ -75.018502, 40.044081 ], [ -75.019409, 40.046474 ], [ -75.016833, 40.049374 ], [ -75.0172, 40.051445 ], [ -75.017956, 40.052322 ], [ -75.023374, 40.055334 ], [ -75.024345, 40.05644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008033", "device_counts_2018": 7318, "device_counts_2019": 5786, "device_counts_2020": 1896, "device_counts_2021": 2673, "device_counts_2022": 3226, "device_counts_2023": 6368, "device_counts_2024": 6287, "stop_counts_2018": 16172, "stop_counts_2019": 13716, "stop_counts_2020": 4750, "stop_counts_2021": 5111, "stop_counts_2022": 6045, "stop_counts_2023": 13124, "stop_counts_2024": 12468, "AREA_acre": 13.705091535344934 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174173, 39.948921 ], [ -75.173085, 39.948799 ], [ -75.172752, 39.950398 ], [ -75.170667, 39.950131 ], [ -75.17118, 39.947784 ], [ -75.174323, 39.948177 ], [ -75.174173, 39.948921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284004", "device_counts_2018": 2107, "device_counts_2019": 2164, "device_counts_2020": 1233, "device_counts_2021": 1290, "device_counts_2022": 1959, "device_counts_2023": 1242, "device_counts_2024": 884, "stop_counts_2018": 5457, "stop_counts_2019": 4806, "stop_counts_2020": 2484, "stop_counts_2021": 2419, "stop_counts_2022": 3841, "stop_counts_2023": 2705, "stop_counts_2024": 1206, "AREA_acre": 38.72626000679562 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141328, 40.022091 ], [ -75.140979, 40.023667 ], [ -75.137001, 40.022923 ], [ -75.136799, 40.022663 ], [ -75.135939, 40.02305 ], [ -75.135854, 40.023082 ], [ -75.135664, 40.023155 ], [ -75.135818, 40.020645 ], [ -75.13674, 40.019958 ], [ -75.138463, 40.020171 ], [ -75.140105, 40.02039 ], [ -75.14126, 40.020456 ], [ -75.141589, 40.020811 ], [ -75.141328, 40.022091 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014001", "device_counts_2018": 2580, "device_counts_2019": 2245, "device_counts_2020": 793, "device_counts_2021": 941, "device_counts_2022": 1190, "device_counts_2023": 2185, "device_counts_2024": 2049, "stop_counts_2018": 8644, "stop_counts_2019": 6515, "stop_counts_2020": 2592, "stop_counts_2021": 2209, "stop_counts_2022": 2741, "stop_counts_2023": 6707, "stop_counts_2024": 5377, "AREA_acre": 30.264429287414639 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177554, 39.942487 ], [ -75.175628, 39.942254 ], [ -75.175241, 39.943969 ], [ -75.175054, 39.944832 ], [ -75.171906, 39.944443 ], [ -75.172104, 39.943577 ], [ -75.170532, 39.94338 ], [ -75.170955, 39.941404 ], [ -75.174104, 39.941793 ], [ -75.177598, 39.942228 ], [ -75.177554, 39.942487 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013005", "device_counts_2018": 3853, "device_counts_2019": 3586, "device_counts_2020": 1878, "device_counts_2021": 1514, "device_counts_2022": 1958, "device_counts_2023": 2938, "device_counts_2024": 2183, "stop_counts_2018": 15000, "stop_counts_2019": 13875, "stop_counts_2020": 7161, "stop_counts_2021": 5847, "stop_counts_2022": 6951, "stop_counts_2023": 11311, "stop_counts_2024": 6524, "AREA_acre": 136.1319209591974 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193985, 39.942154 ], [ -75.191495, 39.943153 ], [ -75.187231, 39.947176 ], [ -75.186393, 39.946567 ], [ -75.185685, 39.946159 ], [ -75.18188, 39.945691 ], [ -75.179409, 39.945377 ], [ -75.180611, 39.944631 ], [ -75.183366, 39.942946 ], [ -75.184474, 39.942274 ], [ -75.181002, 39.941863 ], [ -75.181494, 39.939687 ], [ -75.18314, 39.939895 ], [ -75.184956, 39.940084 ], [ -75.186551, 39.94023 ], [ -75.18824, 39.939878 ], [ -75.188712, 39.939567 ], [ -75.192664, 39.941567 ], [ -75.193985, 39.942154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175001", "device_counts_2018": 1295, "device_counts_2019": 1002, "device_counts_2020": 530, "device_counts_2021": 380, "device_counts_2022": 554, "device_counts_2023": 1041, "device_counts_2024": 527, "stop_counts_2018": 6174, "stop_counts_2019": 4913, "stop_counts_2020": 2568, "stop_counts_2021": 1892, "stop_counts_2022": 2845, "stop_counts_2023": 3898, "stop_counts_2024": 2930, "AREA_acre": 36.461755727744361 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147404, 39.99924 ], [ -75.146219, 39.999668 ], [ -75.143346, 40.000743 ], [ -75.142805, 40.000294 ], [ -75.143145, 39.998701 ], [ -75.143792, 39.995715 ], [ -75.14708, 39.996143 ], [ -75.146731, 39.997627 ], [ -75.147404, 39.99924 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010203001", "device_counts_2018": 6224, "device_counts_2019": 5618, "device_counts_2020": 2646, "device_counts_2021": 2414, "device_counts_2022": 2861, "device_counts_2023": 3225, "device_counts_2024": 2458, "stop_counts_2018": 17116, "stop_counts_2019": 14628, "stop_counts_2020": 7201, "stop_counts_2021": 5291, "stop_counts_2022": 6093, "stop_counts_2023": 7452, "stop_counts_2024": 5469, "AREA_acre": 53.406606286230861 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152163, 40.01254 ], [ -75.150585, 40.012283 ], [ -75.147247, 40.011906 ], [ -75.147325, 40.010382 ], [ -75.147603, 40.008779 ], [ -75.148277, 40.005697 ], [ -75.148817, 40.002698 ], [ -75.15109, 40.009934 ], [ -75.151428, 40.010903 ], [ -75.152163, 40.01254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192005", "device_counts_2018": 1217, "device_counts_2019": 1039, "device_counts_2020": 595, "device_counts_2021": 534, "device_counts_2022": 697, "device_counts_2023": 814, "device_counts_2024": 581, "stop_counts_2018": 5142, "stop_counts_2019": 3135, "stop_counts_2020": 1760, "stop_counts_2021": 1729, "stop_counts_2022": 2166, "stop_counts_2023": 3350, "stop_counts_2024": 1430, "AREA_acre": 28.774181685969232 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124732, 40.001124 ], [ -75.119644, 40.000464 ], [ -75.116722, 40.000088 ], [ -75.117055, 39.998601 ], [ -75.118994, 39.998852 ], [ -75.120933, 39.999097 ], [ -75.125058, 39.999628 ], [ -75.124732, 40.001124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321001", "device_counts_2018": 1479, "device_counts_2019": 1111, "device_counts_2020": 635, "device_counts_2021": 533, "device_counts_2022": 755, "device_counts_2023": 606, "device_counts_2024": 451, "stop_counts_2018": 7145, "stop_counts_2019": 4871, "stop_counts_2020": 2660, "stop_counts_2021": 2471, "stop_counts_2022": 3228, "stop_counts_2023": 1413, "stop_counts_2024": 671, "AREA_acre": 57.211295785851227 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.063385, 40.01552 ], [ -75.059304, 40.017638 ], [ -75.057542, 40.015615 ], [ -75.053922, 40.017488 ], [ -75.052816, 40.016119 ], [ -75.056898, 40.014204 ], [ -75.059285, 40.013387 ], [ -75.061339, 40.012764 ], [ -75.061413, 40.013284 ], [ -75.062519, 40.014542 ], [ -75.063385, 40.01552 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299002", "device_counts_2018": 1664, "device_counts_2019": 1534, "device_counts_2020": 811, "device_counts_2021": 754, "device_counts_2022": 1282, "device_counts_2023": 1395, "device_counts_2024": 889, "stop_counts_2018": 6088, "stop_counts_2019": 4586, "stop_counts_2020": 1838, "stop_counts_2021": 1918, "stop_counts_2022": 2579, "stop_counts_2023": 2674, "stop_counts_2024": 3231, "AREA_acre": 44.406852875868189 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079279, 40.010409 ], [ -75.075229, 40.012101 ], [ -75.073295, 40.012543 ], [ -75.072866, 40.011395 ], [ -75.06999, 40.012032 ], [ -75.069786, 40.011543 ], [ -75.069508, 40.010798 ], [ -75.070581, 40.010533 ], [ -75.072371, 40.010089 ], [ -75.078448, 40.008586 ], [ -75.078749, 40.009878 ], [ -75.079279, 40.010409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288001", "device_counts_2018": 2014, "device_counts_2019": 1705, "device_counts_2020": 1041, "device_counts_2021": 875, "device_counts_2022": 1340, "device_counts_2023": 1372, "device_counts_2024": 788, "stop_counts_2018": 7201, "stop_counts_2019": 5024, "stop_counts_2020": 2808, "stop_counts_2021": 2568, "stop_counts_2022": 3836, "stop_counts_2023": 6184, "stop_counts_2024": 3478, "AREA_acre": 35.083297253890429 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127922, 40.021979 ], [ -75.127588, 40.021935 ], [ -75.124346, 40.021552 ], [ -75.122425, 40.021314 ], [ -75.122752, 40.019722 ], [ -75.124687, 40.019957 ], [ -75.125023, 40.018435 ], [ -75.128883, 40.018945 ], [ -75.127922, 40.021979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237004", "device_counts_2018": 1144, "device_counts_2019": 963, "device_counts_2020": 472, "device_counts_2021": 445, "device_counts_2022": 636, "device_counts_2023": 985, "device_counts_2024": 886, "stop_counts_2018": 5460, "stop_counts_2019": 3638, "stop_counts_2020": 2074, "stop_counts_2021": 978, "stop_counts_2022": 1823, "stop_counts_2023": 2092, "stop_counts_2024": 1242, "AREA_acre": 60.484063643314826 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188499, 40.050211 ], [ -75.186752, 40.050103 ], [ -75.185221, 40.051585 ], [ -75.184693, 40.050641 ], [ -75.184573, 40.050403 ], [ -75.183398, 40.048254 ], [ -75.182203, 40.045894 ], [ -75.18308, 40.045068 ], [ -75.184524, 40.043654 ], [ -75.187332, 40.045452 ], [ -75.185932, 40.046809 ], [ -75.187368, 40.047688 ], [ -75.188491, 40.048838 ], [ -75.188499, 40.050211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244003", "device_counts_2018": 1952, "device_counts_2019": 1380, "device_counts_2020": 624, "device_counts_2021": 468, "device_counts_2022": 580, "device_counts_2023": 582, "device_counts_2024": 628, "stop_counts_2018": 8754, "stop_counts_2019": 5206, "stop_counts_2020": 2227, "stop_counts_2021": 1635, "stop_counts_2022": 1925, "stop_counts_2023": 2027, "stop_counts_2024": 1725, "AREA_acre": 40.9600275327766 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169124, 40.023865 ], [ -75.166395, 40.026593 ], [ -75.163749, 40.029255 ], [ -75.16327, 40.02896 ], [ -75.161425, 40.027764 ], [ -75.160983, 40.027253 ], [ -75.165275, 40.024087 ], [ -75.166993, 40.025012 ], [ -75.168482, 40.023512 ], [ -75.169124, 40.023865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254004", "device_counts_2018": 1282, "device_counts_2019": 1012, "device_counts_2020": 447, "device_counts_2021": 348, "device_counts_2022": 457, "device_counts_2023": 681, "device_counts_2024": 908, "stop_counts_2018": 5869, "stop_counts_2019": 4161, "stop_counts_2020": 2658, "stop_counts_2021": 1965, "stop_counts_2022": 1728, "stop_counts_2023": 3692, "stop_counts_2024": 4279, "AREA_acre": 92.825809824044626 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181313, 40.061221 ], [ -75.176526, 40.065896 ], [ -75.175327, 40.065216 ], [ -75.170787, 40.0626 ], [ -75.173445, 40.059867 ], [ -75.174312, 40.058142 ], [ -75.177077, 40.060236 ], [ -75.178248, 40.059704 ], [ -75.179314, 40.060393 ], [ -75.181313, 40.061221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262004", "device_counts_2018": 1112, "device_counts_2019": 888, "device_counts_2020": 514, "device_counts_2021": 388, "device_counts_2022": 591, "device_counts_2023": 561, "device_counts_2024": 410, "stop_counts_2018": 5480, "stop_counts_2019": 4348, "stop_counts_2020": 2419, "stop_counts_2021": 1556, "stop_counts_2022": 2257, "stop_counts_2023": 1493, "stop_counts_2024": 1285, "AREA_acre": 68.736359527568553 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173459, 40.067054 ], [ -75.172207, 40.068288 ], [ -75.168757, 40.065479 ], [ -75.168099, 40.065219 ], [ -75.165714, 40.06439 ], [ -75.168641, 40.061373 ], [ -75.170787, 40.0626 ], [ -75.175327, 40.065216 ], [ -75.173459, 40.067054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278004", "device_counts_2018": 3182, "device_counts_2019": 2781, "device_counts_2020": 1282, "device_counts_2021": 1004, "device_counts_2022": 1400, "device_counts_2023": 2128, "device_counts_2024": 1617, "stop_counts_2018": 9443, "stop_counts_2019": 7786, "stop_counts_2020": 3770, "stop_counts_2021": 3488, "stop_counts_2022": 4033, "stop_counts_2023": 7407, "stop_counts_2024": 6731, "AREA_acre": 57.270537390544398 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15082, 40.048518 ], [ -75.148345, 40.048204 ], [ -75.147672, 40.048117 ], [ -75.144959, 40.04868 ], [ -75.142898, 40.047493 ], [ -75.143547, 40.044426 ], [ -75.146776, 40.044848 ], [ -75.148225, 40.0456 ], [ -75.150148, 40.045658 ], [ -75.15068, 40.046352 ], [ -75.150967, 40.046767 ], [ -75.15082, 40.048518 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280003", "device_counts_2018": 2246, "device_counts_2019": 1991, "device_counts_2020": 1017, "device_counts_2021": 805, "device_counts_2022": 1179, "device_counts_2023": 1169, "device_counts_2024": 637, "stop_counts_2018": 6922, "stop_counts_2019": 5849, "stop_counts_2020": 2809, "stop_counts_2021": 2003, "stop_counts_2022": 2671, "stop_counts_2023": 1598, "stop_counts_2024": 1075, "AREA_acre": 36.55064665075777 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154776, 40.031452 ], [ -75.154034, 40.031564 ], [ -75.152369, 40.031387 ], [ -75.153282, 40.029955 ], [ -75.15152, 40.027556 ], [ -75.151263, 40.027186 ], [ -75.150781, 40.026565 ], [ -75.152086, 40.026744 ], [ -75.153761, 40.025871 ], [ -75.154245, 40.025634 ], [ -75.154064, 40.026198 ], [ -75.155694, 40.02613 ], [ -75.154776, 40.031452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309001", "device_counts_2018": 1172, "device_counts_2019": 828, "device_counts_2020": 485, "device_counts_2021": 415, "device_counts_2022": 516, "device_counts_2023": 603, "device_counts_2024": 638, "stop_counts_2018": 7786, "stop_counts_2019": 4560, "stop_counts_2020": 3046, "stop_counts_2021": 2278, "stop_counts_2022": 2362, "stop_counts_2023": 2135, "stop_counts_2024": 2104, "AREA_acre": 49.340210131101799 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086165, 40.050024 ], [ -75.082888, 40.048197 ], [ -75.080987, 40.047133 ], [ -75.079188, 40.046133 ], [ -75.080351, 40.044905 ], [ -75.082674, 40.04242 ], [ -75.085031, 40.043731 ], [ -75.082343, 40.045991 ], [ -75.086975, 40.048567 ], [ -75.086165, 40.050024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335002", "device_counts_2018": 8556, "device_counts_2019": 7974, "device_counts_2020": 5303, "device_counts_2021": 4459, "device_counts_2022": 6821, "device_counts_2023": 6239, "device_counts_2024": 4511, "stop_counts_2018": 26566, "stop_counts_2019": 23870, "stop_counts_2020": 14825, "stop_counts_2021": 13539, "stop_counts_2022": 22994, "stop_counts_2023": 14750, "stop_counts_2024": 10527, "AREA_acre": 122.63704056472554 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068503, 40.05259 ], [ -75.065544, 40.055704 ], [ -75.064818, 40.055218 ], [ -75.062881, 40.055983 ], [ -75.061736, 40.055892 ], [ -75.060891, 40.056823 ], [ -75.057125, 40.054722 ], [ -75.058283, 40.053484 ], [ -75.060654, 40.050999 ], [ -75.058284, 40.049688 ], [ -75.059937, 40.047751 ], [ -75.061374, 40.048585 ], [ -75.063437, 40.049751 ], [ -75.066045, 40.051181 ], [ -75.068503, 40.05259 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312002", "device_counts_2018": 2045, "device_counts_2019": 1675, "device_counts_2020": 1024, "device_counts_2021": 901, "device_counts_2022": 1197, "device_counts_2023": 812, "device_counts_2024": 630, "stop_counts_2018": 8895, "stop_counts_2019": 6568, "stop_counts_2020": 3242, "stop_counts_2021": 2927, "stop_counts_2022": 4043, "stop_counts_2023": 1584, "stop_counts_2024": 2107, "AREA_acre": 49.929077514788659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07862, 40.038205 ], [ -75.07821, 40.038617 ], [ -75.077394, 40.039464 ], [ -75.075336, 40.038281 ], [ -75.07355, 40.037298 ], [ -75.070523, 40.035618 ], [ -75.070001, 40.03532 ], [ -75.071097, 40.034742 ], [ -75.074439, 40.03398 ], [ -75.074901, 40.034935 ], [ -75.077266, 40.036262 ], [ -75.079265, 40.037516 ], [ -75.07862, 40.038205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010332002", "device_counts_2018": 1293, "device_counts_2019": 1114, "device_counts_2020": 711, "device_counts_2021": 634, "device_counts_2022": 837, "device_counts_2023": 809, "device_counts_2024": 1067, "stop_counts_2018": 5728, "stop_counts_2019": 5254, "stop_counts_2020": 3471, "stop_counts_2021": 2645, "stop_counts_2022": 3951, "stop_counts_2023": 2572, "stop_counts_2024": 4328, "AREA_acre": 142.96241585367426 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050465, 40.044662 ], [ -75.046204, 40.041796 ], [ -75.044877, 40.043079 ], [ -75.045201, 40.044354 ], [ -75.045269, 40.046509 ], [ -75.043694, 40.047502 ], [ -75.033824, 40.04466 ], [ -75.034393, 40.044379 ], [ -75.038285, 40.042589 ], [ -75.040003, 40.041793 ], [ -75.043322, 40.040305 ], [ -75.045919, 40.039643 ], [ -75.047424, 40.040497 ], [ -75.049027, 40.041412 ], [ -75.052228, 40.043271 ], [ -75.050465, 40.044662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333003", "device_counts_2018": 2251, "device_counts_2019": 2119, "device_counts_2020": 1206, "device_counts_2021": 897, "device_counts_2022": 1581, "device_counts_2023": 1392, "device_counts_2024": 1139, "stop_counts_2018": 6973, "stop_counts_2019": 5180, "stop_counts_2020": 2940, "stop_counts_2021": 2523, "stop_counts_2022": 3837, "stop_counts_2023": 1895, "stop_counts_2024": 1872, "AREA_acre": 70.7972621653891 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050943, 40.050215 ], [ -75.050464, 40.052507 ], [ -75.047749, 40.055363 ], [ -75.046537, 40.056567 ], [ -75.045268, 40.055875 ], [ -75.046558, 40.05458 ], [ -75.044906, 40.053657 ], [ -75.04703, 40.052268 ], [ -75.045149, 40.048854 ], [ -75.04796, 40.048016 ], [ -75.051057, 40.049022 ], [ -75.050943, 40.050215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344004", "device_counts_2018": 1056, "device_counts_2019": 946, "device_counts_2020": 700, "device_counts_2021": 660, "device_counts_2022": 892, "device_counts_2023": 911, "device_counts_2024": 1062, "stop_counts_2018": 6978, "stop_counts_2019": 6053, "stop_counts_2020": 4748, "stop_counts_2021": 4006, "stop_counts_2022": 5293, "stop_counts_2023": 3507, "stop_counts_2024": 2827, "AREA_acre": 277.50156796518462 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069456, 40.094411 ], [ -75.060318, 40.103859 ], [ -75.058342, 40.105892 ], [ -75.054321, 40.108692 ], [ -75.05401, 40.108143 ], [ -75.053057, 40.10618 ], [ -75.050974, 40.103122 ], [ -75.054966, 40.100963 ], [ -75.054861, 40.100183 ], [ -75.059388, 40.096462 ], [ -75.063708, 40.090568 ], [ -75.068496, 40.094573 ], [ -75.069456, 40.094411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010017002", "device_counts_2018": 2146, "device_counts_2019": 1814, "device_counts_2020": 612, "device_counts_2021": 725, "device_counts_2022": 907, "device_counts_2023": 2080, "device_counts_2024": 2025, "stop_counts_2018": 6026, "stop_counts_2019": 4788, "stop_counts_2020": 2287, "stop_counts_2021": 1684, "stop_counts_2022": 2239, "stop_counts_2023": 4659, "stop_counts_2024": 4257, "AREA_acre": 25.550230506146242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153065, 39.938763 ], [ -75.152771, 39.940039 ], [ -75.151773, 39.939548 ], [ -75.148157, 39.938899 ], [ -75.148694, 39.936486 ], [ -75.150229, 39.936921 ], [ -75.153286, 39.937736 ], [ -75.153065, 39.938763 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019805001", "device_counts_2018": 5344, "device_counts_2019": 3617, "device_counts_2020": 1643, "device_counts_2021": 1620, "device_counts_2022": 2189, "device_counts_2023": 1668, "device_counts_2024": 1365, "stop_counts_2018": 15103, "stop_counts_2019": 10710, "stop_counts_2020": 3312, "stop_counts_2021": 3334, "stop_counts_2022": 4197, "stop_counts_2023": 3524, "stop_counts_2024": 2822, "AREA_acre": 102.49217845141082 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147143, 40.01901 ], [ -75.147139, 40.019518 ], [ -75.14711, 40.02128 ], [ -75.146379, 40.021204 ], [ -75.145593, 40.021104 ], [ -75.143223, 40.020796 ], [ -75.141589, 40.020811 ], [ -75.14126, 40.020456 ], [ -75.140105, 40.02039 ], [ -75.141126, 40.015818 ], [ -75.141745, 40.012939 ], [ -75.147205, 40.015188 ], [ -75.147143, 40.01901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008043", "device_counts_2018": 9217, "device_counts_2019": 7292, "device_counts_2020": 1682, "device_counts_2021": 2945, "device_counts_2022": 3759, "device_counts_2023": 5681, "device_counts_2024": 6061, "stop_counts_2018": 22178, "stop_counts_2019": 17900, "stop_counts_2020": 4482, "stop_counts_2021": 6305, "stop_counts_2022": 7738, "stop_counts_2023": 13290, "stop_counts_2024": 14220, "AREA_acre": 10.612936582384959 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167517, 39.949744 ], [ -75.16594, 39.949553 ], [ -75.166362, 39.947633 ], [ -75.164752, 39.947424 ], [ -75.164845, 39.946999 ], [ -75.166458, 39.947196 ], [ -75.16803, 39.947386 ], [ -75.167517, 39.949744 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369002", "device_counts_2018": 24174, "device_counts_2019": 21984, "device_counts_2020": 9875, "device_counts_2021": 10610, "device_counts_2022": 14595, "device_counts_2023": 19298, "device_counts_2024": 16557, "stop_counts_2018": 124420, "stop_counts_2019": 121966, "stop_counts_2020": 51175, "stop_counts_2021": 52714, "stop_counts_2022": 67996, "stop_counts_2023": 88591, "stop_counts_2024": 91549, "AREA_acre": 285.68305843414657 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207838, 39.941286 ], [ -75.20506, 39.943624 ], [ -75.205367, 39.944994 ], [ -75.207046, 39.946754 ], [ -75.205656, 39.948053 ], [ -75.205167, 39.948522 ], [ -75.201156, 39.949839 ], [ -75.199427, 39.950419 ], [ -75.199204, 39.951257 ], [ -75.197243, 39.951021 ], [ -75.195322, 39.950781 ], [ -75.191689, 39.95032 ], [ -75.187231, 39.947176 ], [ -75.191495, 39.943153 ], [ -75.193985, 39.942154 ], [ -75.200277, 39.943652 ], [ -75.202929, 39.943301 ], [ -75.204582, 39.942352 ], [ -75.205185, 39.941116 ], [ -75.207099, 39.941281 ], [ -75.207838, 39.941286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019807001", "device_counts_2018": 39228, "device_counts_2019": 32895, "device_counts_2020": 16885, "device_counts_2021": 17990, "device_counts_2022": 27387, "device_counts_2023": 34281, "device_counts_2024": 26071, "stop_counts_2018": 129921, "stop_counts_2019": 118083, "stop_counts_2020": 69451, "stop_counts_2021": 64676, "stop_counts_2022": 99647, "stop_counts_2023": 107498, "stop_counts_2024": 100638, "AREA_acre": 1895.3721228007782 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174808, 39.899179 ], [ -75.170885, 39.898848 ], [ -75.16566, 39.899583 ], [ -75.163309, 39.910567 ], [ -75.165482, 39.911531 ], [ -75.160789, 39.910942 ], [ -75.149188, 39.908604 ], [ -75.148124, 39.913772 ], [ -75.147357, 39.91509 ], [ -75.146538, 39.91884 ], [ -75.147813, 39.919001 ], [ -75.14769, 39.920273 ], [ -75.147431, 39.921502 ], [ -75.14691, 39.923887 ], [ -75.147842, 39.924015 ], [ -75.146985, 39.927665 ], [ -75.146413, 39.930114 ], [ -75.137217, 39.928886 ], [ -75.135346189189193, 39.929269135135087 ], [ -75.135022972973005, 39.927329837837803 ], [ -75.13502, 39.927312 ], [ -75.13282, 39.921612 ], [ -75.13012, 39.917013 ], [ -75.12792, 39.911813 ], [ -75.129004411764697, 39.907475352941191 ], [ -75.13082, 39.900213 ], [ -75.13342, 39.896213 ], [ -75.135984863397894, 39.893195957332175 ], [ -75.144184, 39.895633 ], [ -75.151526, 39.896647 ], [ -75.154644, 39.896849 ], [ -75.169028, 39.897243 ], [ -75.174959, 39.898488 ], [ -75.174808, 39.899179 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010021001", "device_counts_2018": 1632, "device_counts_2019": 1469, "device_counts_2020": 571, "device_counts_2021": 525, "device_counts_2022": 735, "device_counts_2023": 1343, "device_counts_2024": 1220, "stop_counts_2018": 5591, "stop_counts_2019": 4487, "stop_counts_2020": 1350, "stop_counts_2021": 1209, "stop_counts_2022": 1794, "stop_counts_2023": 5952, "stop_counts_2024": 4701, "AREA_acre": 22.223355985891587 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179839, 39.939478 ], [ -75.178251, 39.939268 ], [ -75.17631, 39.939021 ], [ -75.178464, 39.938278 ], [ -75.17717, 39.936933 ], [ -75.178514, 39.935544 ], [ -75.179035, 39.935612 ], [ -75.180621, 39.935816 ], [ -75.179839, 39.939478 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010023002", "device_counts_2018": 6862, "device_counts_2019": 6227, "device_counts_2020": 2689, "device_counts_2021": 3780, "device_counts_2022": 4414, "device_counts_2023": 5320, "device_counts_2024": 4385, "stop_counts_2018": 13923, "stop_counts_2019": 12855, "stop_counts_2020": 5460, "stop_counts_2021": 6580, "stop_counts_2022": 7972, "stop_counts_2023": 11727, "stop_counts_2024": 11032, "AREA_acre": 34.917182300540397 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16764, 39.93415 ], [ -75.167303, 39.935695 ], [ -75.167236, 39.935685 ], [ -75.160437, 39.934549 ], [ -75.160199, 39.9356 ], [ -75.158669, 39.935226 ], [ -75.157351, 39.934897 ], [ -75.159517, 39.9331 ], [ -75.167578, 39.934143 ], [ -75.16764, 39.93415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175006", "device_counts_2018": 2182, "device_counts_2019": 1770, "device_counts_2020": 951, "device_counts_2021": 961, "device_counts_2022": 964, "device_counts_2023": 1194, "device_counts_2024": 862, "stop_counts_2018": 6748, "stop_counts_2019": 4802, "stop_counts_2020": 2585, "stop_counts_2021": 2142, "stop_counts_2022": 2244, "stop_counts_2023": 4068, "stop_counts_2024": 1367, "AREA_acre": 39.27208547570919 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147717, 39.999974 ], [ -75.142416, 40.00195 ], [ -75.139876, 40.002845 ], [ -75.137669, 40.003645 ], [ -75.137847, 40.002799 ], [ -75.138524, 39.999743 ], [ -75.140498, 39.999993 ], [ -75.141568, 40.000126 ], [ -75.142805, 40.000294 ], [ -75.143346, 40.000743 ], [ -75.146219, 39.999668 ], [ -75.147404, 39.99924 ], [ -75.147717, 39.999974 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065006", "device_counts_2018": 2309, "device_counts_2019": 1879, "device_counts_2020": 811, "device_counts_2021": 687, "device_counts_2022": 864, "device_counts_2023": 864, "device_counts_2024": 941, "stop_counts_2018": 7648, "stop_counts_2019": 5971, "stop_counts_2020": 2660, "stop_counts_2021": 1752, "stop_counts_2022": 2188, "stop_counts_2023": 2198, "stop_counts_2024": 1688, "AREA_acre": 94.575826740486235 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240969, 39.943762 ], [ -75.238875, 39.94468 ], [ -75.237132, 39.943237 ], [ -75.236424, 39.942646 ], [ -75.233632, 39.940292 ], [ -75.23242, 39.938995 ], [ -75.231766, 39.93846 ], [ -75.233873, 39.937703 ], [ -75.234499, 39.93613 ], [ -75.235249, 39.934997 ], [ -75.236833, 39.933768 ], [ -75.235002, 39.938127 ], [ -75.240697, 39.939075 ], [ -75.240367, 39.942171 ], [ -75.243542, 39.942306 ], [ -75.240969, 39.943762 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067007", "device_counts_2018": 1856, "device_counts_2019": 1366, "device_counts_2020": 758, "device_counts_2021": 602, "device_counts_2022": 798, "device_counts_2023": 1192, "device_counts_2024": 578, "stop_counts_2018": 7603, "stop_counts_2019": 5101, "stop_counts_2020": 3311, "stop_counts_2021": 2257, "stop_counts_2022": 2106, "stop_counts_2023": 2611, "stop_counts_2024": 4076, "AREA_acre": 63.516511855967231 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227309, 39.927571 ], [ -75.22278, 39.930749 ], [ -75.222696, 39.930808 ], [ -75.220588, 39.929047 ], [ -75.21931, 39.928012 ], [ -75.221562, 39.924744 ], [ -75.22216, 39.923892 ], [ -75.223452, 39.92489 ], [ -75.22484, 39.926055 ], [ -75.226681, 39.927543 ], [ -75.22869, 39.926602 ], [ -75.227309, 39.927571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109003", "device_counts_2018": 1517, "device_counts_2019": 1491, "device_counts_2020": 505, "device_counts_2021": 694, "device_counts_2022": 954, "device_counts_2023": 1192, "device_counts_2024": 1263, "stop_counts_2018": 4763, "stop_counts_2019": 4101, "stop_counts_2020": 1600, "stop_counts_2021": 1980, "stop_counts_2022": 2736, "stop_counts_2023": 2093, "stop_counts_2024": 2954, "AREA_acre": 21.424374536913479 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194727, 39.964903 ], [ -75.191826, 39.965222 ], [ -75.191719, 39.964652 ], [ -75.191494, 39.963503 ], [ -75.187551, 39.963931 ], [ -75.187415, 39.963367 ], [ -75.191389, 39.962922 ], [ -75.194297, 39.962607 ], [ -75.194727, 39.964903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091003", "device_counts_2018": 3401, "device_counts_2019": 2463, "device_counts_2020": 920, "device_counts_2021": 956, "device_counts_2022": 1209, "device_counts_2023": 2033, "device_counts_2024": 1777, "stop_counts_2018": 9039, "stop_counts_2019": 7502, "stop_counts_2020": 3438, "stop_counts_2021": 2805, "stop_counts_2022": 3839, "stop_counts_2023": 6556, "stop_counts_2024": 4094, "AREA_acre": 26.752842991449572 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.202235, 39.961643 ], [ -75.199436, 39.962042 ], [ -75.198844, 39.960637 ], [ -75.198681, 39.959429 ], [ -75.201137, 39.959242 ], [ -75.199622, 39.95686 ], [ -75.201953, 39.957149 ], [ -75.201824, 39.957827 ], [ -75.201971, 39.959176 ], [ -75.202235, 39.961643 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102002", "device_counts_2018": 4310, "device_counts_2019": 3653, "device_counts_2020": 1815, "device_counts_2021": 1365, "device_counts_2022": 1830, "device_counts_2023": 2226, "device_counts_2024": 1651, "stop_counts_2018": 13287, "stop_counts_2019": 11978, "stop_counts_2020": 5038, "stop_counts_2021": 4760, "stop_counts_2022": 5671, "stop_counts_2023": 6015, "stop_counts_2024": 6517, "AREA_acre": 49.727570158464147 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235356, 39.968509 ], [ -75.232228, 39.968829 ], [ -75.231833, 39.96746 ], [ -75.230162, 39.968216 ], [ -75.228248, 39.968409 ], [ -75.228149, 39.967843 ], [ -75.22786, 39.966191 ], [ -75.227679, 39.965072 ], [ -75.22992, 39.965352 ], [ -75.23189, 39.965593 ], [ -75.235842, 39.966085 ], [ -75.235356, 39.968509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100004", "device_counts_2018": 2988, "device_counts_2019": 1638, "device_counts_2020": 1024, "device_counts_2021": 741, "device_counts_2022": 703, "device_counts_2023": 1293, "device_counts_2024": 707, "stop_counts_2018": 12105, "stop_counts_2019": 6988, "stop_counts_2020": 3995, "stop_counts_2021": 2982, "stop_counts_2022": 2659, "stop_counts_2023": 3821, "stop_counts_2024": 2444, "AREA_acre": 61.426106621707881 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255196, 39.97426 ], [ -75.251914, 39.974623 ], [ -75.250203, 39.974815 ], [ -75.249901, 39.973197 ], [ -75.24887, 39.972339 ], [ -75.249177, 39.970857 ], [ -75.250481, 39.96946 ], [ -75.255123, 39.970036 ], [ -75.254752, 39.971527 ], [ -75.255196, 39.97426 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107004", "device_counts_2018": 1299, "device_counts_2019": 1056, "device_counts_2020": 396, "device_counts_2021": 309, "device_counts_2022": 417, "device_counts_2023": 889, "device_counts_2024": 630, "stop_counts_2018": 5593, "stop_counts_2019": 3789, "stop_counts_2020": 1719, "stop_counts_2021": 1096, "stop_counts_2022": 1101, "stop_counts_2023": 3085, "stop_counts_2024": 692, "AREA_acre": 30.47192227660085 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208356, 39.970706 ], [ -75.205907, 39.970875 ], [ -75.205979, 39.971429 ], [ -75.203722, 39.970929 ], [ -75.203258, 39.968447 ], [ -75.207839, 39.967943 ], [ -75.208038, 39.968984 ], [ -75.208356, 39.970706 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010120002", "device_counts_2018": 4598, "device_counts_2019": 4249, "device_counts_2020": 2234, "device_counts_2021": 2124, "device_counts_2022": 2765, "device_counts_2023": 2231, "device_counts_2024": 2283, "stop_counts_2018": 11632, "stop_counts_2019": 10793, "stop_counts_2020": 5510, "stop_counts_2021": 5405, "stop_counts_2022": 6463, "stop_counts_2023": 3589, "stop_counts_2024": 3603, "AREA_acre": 103.45392554353185 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235298, 39.99707 ], [ -75.230896, 39.99913 ], [ -75.227462, 40.000746 ], [ -75.226563, 39.999216 ], [ -75.225664, 39.995848 ], [ -75.231762, 39.99309 ], [ -75.233713, 39.992176 ], [ -75.234027, 39.994736 ], [ -75.234136, 39.995598 ], [ -75.235298, 39.99707 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170001", "device_counts_2018": 3165, "device_counts_2019": 2797, "device_counts_2020": 934, "device_counts_2021": 1256, "device_counts_2022": 1443, "device_counts_2023": 2588, "device_counts_2024": 1981, "stop_counts_2018": 10003, "stop_counts_2019": 7291, "stop_counts_2020": 2942, "stop_counts_2021": 2417, "stop_counts_2022": 2830, "stop_counts_2023": 4707, "stop_counts_2024": 3646, "AREA_acre": 142.87121168655585 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192225, 40.00722 ], [ -75.190514, 40.008407 ], [ -75.186537, 40.009831 ], [ -75.185674, 40.01012 ], [ -75.185412, 40.009513 ], [ -75.187821, 40.006102 ], [ -75.186477, 40.005921 ], [ -75.186349, 40.006533 ], [ -75.18535, 40.006527 ], [ -75.183204, 40.006624 ], [ -75.18335, 40.005521 ], [ -75.183644, 40.004204 ], [ -75.181141, 40.003697 ], [ -75.183953, 40.002838 ], [ -75.184564, 40.002493 ], [ -75.186812, 40.000434 ], [ -75.186861, 40.000409 ], [ -75.188447, 40.000272 ], [ -75.191754, 39.999748 ], [ -75.19132, 40.003715 ], [ -75.192467, 40.006482 ], [ -75.192225, 40.00722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137005", "device_counts_2018": 2951, "device_counts_2019": 2648, "device_counts_2020": 977, "device_counts_2021": 943, "device_counts_2022": 1225, "device_counts_2023": 2127, "device_counts_2024": 1722, "stop_counts_2018": 13638, "stop_counts_2019": 8797, "stop_counts_2020": 3458, "stop_counts_2021": 2379, "stop_counts_2022": 3463, "stop_counts_2023": 3687, "stop_counts_2024": 4871, "AREA_acre": 66.226162034248546 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.189882, 39.977933 ], [ -75.189076, 39.979387 ], [ -75.188661, 39.981207 ], [ -75.185497, 39.980804 ], [ -75.183838, 39.980585 ], [ -75.184439, 39.977788 ], [ -75.184945, 39.975479 ], [ -75.185394, 39.973417 ], [ -75.186368, 39.973537 ], [ -75.187816, 39.976363 ], [ -75.189674, 39.977173 ], [ -75.189882, 39.977933 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010148001", "device_counts_2018": 2718, "device_counts_2019": 2275, "device_counts_2020": 878, "device_counts_2021": 750, "device_counts_2022": 1144, "device_counts_2023": 1241, "device_counts_2024": 1292, "stop_counts_2018": 10495, "stop_counts_2019": 7249, "stop_counts_2020": 3290, "stop_counts_2021": 2785, "stop_counts_2022": 3914, "stop_counts_2023": 5509, "stop_counts_2024": 2843, "AREA_acre": 47.15228053966085 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172503, 39.980592 ], [ -75.172161, 39.9821 ], [ -75.167076, 39.981454 ], [ -75.165511, 39.981244 ], [ -75.165849, 39.979714 ], [ -75.16616, 39.978308 ], [ -75.170287, 39.978845 ], [ -75.171213, 39.978952 ], [ -75.172799, 39.97916 ], [ -75.172503, 39.980592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010145002", "device_counts_2018": 1126, "device_counts_2019": 933, "device_counts_2020": 466, "device_counts_2021": 416, "device_counts_2022": 556, "device_counts_2023": 889, "device_counts_2024": 808, "stop_counts_2018": 4666, "stop_counts_2019": 3469, "stop_counts_2020": 1501, "stop_counts_2021": 1243, "stop_counts_2022": 1859, "stop_counts_2023": 2254, "stop_counts_2024": 1348, "AREA_acre": 28.336636356967194 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149734, 39.976182 ], [ -75.145559, 39.975638 ], [ -75.146082, 39.972833 ], [ -75.150315, 39.973382 ], [ -75.149734, 39.976182 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010142002", "device_counts_2018": 18578, "device_counts_2019": 14921, "device_counts_2020": 4850, "device_counts_2021": 5611, "device_counts_2022": 8744, "device_counts_2023": 13237, "device_counts_2024": 10805, "stop_counts_2018": 59780, "stop_counts_2019": 50245, "stop_counts_2020": 16232, "stop_counts_2021": 18431, "stop_counts_2022": 27341, "stop_counts_2023": 40383, "stop_counts_2024": 42031, "AREA_acre": 244.46264796207853 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145018, 39.970191 ], [ -75.143095, 39.969954 ], [ -75.140665, 39.969652 ], [ -75.139578, 39.969515 ], [ -75.135143, 39.968687 ], [ -75.134428, 39.968791 ], [ -75.134347, 39.964477 ], [ -75.128697, 39.966977 ], [ -75.125416361661095, 39.961951694137291 ], [ -75.12692, 39.961112 ], [ -75.13012, 39.958712 ], [ -75.130217089517501, 39.958589210316127 ], [ -75.136755, 39.962766 ], [ -75.138081, 39.962936 ], [ -75.138827, 39.963129 ], [ -75.142528, 39.964985 ], [ -75.144002, 39.96567 ], [ -75.143524, 39.967942 ], [ -75.145487, 39.96823 ], [ -75.145018, 39.970191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162002", "device_counts_2018": 1688, "device_counts_2019": 1441, "device_counts_2020": 572, "device_counts_2021": 513, "device_counts_2022": 780, "device_counts_2023": 1216, "device_counts_2024": 1010, "stop_counts_2018": 6204, "stop_counts_2019": 5137, "stop_counts_2020": 2041, "stop_counts_2021": 1478, "stop_counts_2022": 2419, "stop_counts_2023": 3604, "stop_counts_2024": 3205, "AREA_acre": 55.829049707704755 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145126, 39.986485 ], [ -75.1435, 39.986275 ], [ -75.14152, 39.986016 ], [ -75.139669, 39.985802 ], [ -75.13746, 39.985492 ], [ -75.136759, 39.985402 ], [ -75.137443, 39.982223 ], [ -75.138137, 39.982312 ], [ -75.139868, 39.982536 ], [ -75.144169, 39.983092 ], [ -75.14405, 39.983721 ], [ -75.144154, 39.984724 ], [ -75.145126, 39.986485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157003", "device_counts_2018": 3702, "device_counts_2019": 3173, "device_counts_2020": 1235, "device_counts_2021": 1270, "device_counts_2022": 1958, "device_counts_2023": 3778, "device_counts_2024": 3650, "stop_counts_2018": 11244, "stop_counts_2019": 9873, "stop_counts_2020": 3589, "stop_counts_2021": 3690, "stop_counts_2022": 5639, "stop_counts_2023": 10968, "stop_counts_2024": 10806, "AREA_acre": 75.496343350800728 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138768, 39.979323 ], [ -75.136423, 39.97902 ], [ -75.136739, 39.977527 ], [ -75.13437, 39.977219 ], [ -75.133733, 39.980208 ], [ -75.13319, 39.980134 ], [ -75.130448, 39.978589 ], [ -75.131238, 39.977786 ], [ -75.13267, 39.975304 ], [ -75.133374, 39.97409 ], [ -75.139715, 39.974897 ], [ -75.138768, 39.979323 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010206001", "device_counts_2018": 4325, "device_counts_2019": 3500, "device_counts_2020": 1332, "device_counts_2021": 1877, "device_counts_2022": 2916, "device_counts_2023": 2208, "device_counts_2024": 1900, "stop_counts_2018": 19752, "stop_counts_2019": 15385, "stop_counts_2020": 4791, "stop_counts_2021": 6218, "stop_counts_2022": 8643, "stop_counts_2023": 14352, "stop_counts_2024": 9584, "AREA_acre": 334.55072271960614 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191105, 40.021663 ], [ -75.190007, 40.022524 ], [ -75.181668, 40.025657 ], [ -75.178141, 40.022595 ], [ -75.176861, 40.021501 ], [ -75.173246, 40.018411 ], [ -75.172342, 40.017604 ], [ -75.174037, 40.016962 ], [ -75.175669, 40.016051 ], [ -75.182239, 40.011676 ], [ -75.185937, 40.014895 ], [ -75.187708, 40.01641 ], [ -75.190034, 40.018727 ], [ -75.192405, 40.020495 ], [ -75.191105, 40.021663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036003", "device_counts_2018": 5295, "device_counts_2019": 4556, "device_counts_2020": 2741, "device_counts_2021": 2626, "device_counts_2022": 3637, "device_counts_2023": 3445, "device_counts_2024": 2611, "stop_counts_2018": 18356, "stop_counts_2019": 14748, "stop_counts_2020": 9039, "stop_counts_2021": 7217, "stop_counts_2022": 9568, "stop_counts_2023": 7844, "stop_counts_2024": 5652, "AREA_acre": 94.52533851331863 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193156, 39.924592 ], [ -75.194623, 39.92681 ], [ -75.194153, 39.927514 ], [ -75.186029, 39.926481 ], [ -75.186937, 39.922318 ], [ -75.189653, 39.921807 ], [ -75.192494, 39.921266 ], [ -75.195045, 39.921011 ], [ -75.193156, 39.924592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383001", "device_counts_2018": 15622, "device_counts_2019": 11967, "device_counts_2020": 6814, "device_counts_2021": 5942, "device_counts_2022": 7956, "device_counts_2023": 7914, "device_counts_2024": 5862, "stop_counts_2018": 65710, "stop_counts_2019": 55498, "stop_counts_2020": 31030, "stop_counts_2021": 26086, "stop_counts_2022": 33704, "stop_counts_2023": 32933, "stop_counts_2024": 21145, "AREA_acre": 662.7883721741365 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137529, 40.004304 ], [ -75.136858, 40.007394 ], [ -75.135858, 40.011982 ], [ -75.131779, 40.011482 ], [ -75.130585, 40.011325 ], [ -75.128883, 40.018945 ], [ -75.125023, 40.018435 ], [ -75.124687, 40.019957 ], [ -75.122752, 40.019722 ], [ -75.121407, 40.019548 ], [ -75.117154, 40.019006 ], [ -75.116272, 40.017423 ], [ -75.119439, 40.013026 ], [ -75.112161, 40.012085 ], [ -75.112497, 40.010489 ], [ -75.112821, 40.009007 ], [ -75.113483, 40.005927 ], [ -75.113986, 40.00356 ], [ -75.11609, 40.003067 ], [ -75.116411, 40.001624 ], [ -75.119314, 40.002003 ], [ -75.12441, 40.002634 ], [ -75.123949, 40.004814 ], [ -75.127863, 40.005057 ], [ -75.133021, 40.005104 ], [ -75.137669, 40.003645 ], [ -75.137529, 40.004304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389001", "device_counts_2018": 4322, "device_counts_2019": 2783, "device_counts_2020": 1236, "device_counts_2021": 1100, "device_counts_2022": 1255, "device_counts_2023": 1036, "device_counts_2024": 1315, "stop_counts_2018": 14184, "stop_counts_2019": 8906, "stop_counts_2020": 3597, "stop_counts_2021": 2993, "stop_counts_2022": 3609, "stop_counts_2023": 3887, "stop_counts_2024": 2105, "AREA_acre": 185.86737712958973 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17326, 40.050667 ], [ -75.168958, 40.054846 ], [ -75.165715, 40.058033 ], [ -75.165453, 40.059541 ], [ -75.162122, 40.057638 ], [ -75.160691, 40.056831 ], [ -75.158889, 40.055768 ], [ -75.161898, 40.052842 ], [ -75.164529, 40.050306 ], [ -75.167701, 40.047245 ], [ -75.170884, 40.049199 ], [ -75.171755, 40.048359 ], [ -75.172888, 40.050431 ], [ -75.17326, 40.050667 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136012", "device_counts_2018": 1532, "device_counts_2019": 1365, "device_counts_2020": 474, "device_counts_2021": 444, "device_counts_2022": 735, "device_counts_2023": 1289, "device_counts_2024": 1501, "stop_counts_2018": 4915, "stop_counts_2019": 3900, "stop_counts_2020": 1574, "stop_counts_2021": 1123, "stop_counts_2022": 1649, "stop_counts_2023": 7063, "stop_counts_2024": 4704, "AREA_acre": 22.247429915304647 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183561, 39.970778 ], [ -75.181234, 39.970504 ], [ -75.178606, 39.97018 ], [ -75.178056, 39.970112 ], [ -75.178641, 39.967399 ], [ -75.179683, 39.967416 ], [ -75.181589, 39.969025 ], [ -75.183561, 39.970778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160003", "device_counts_2018": 3411, "device_counts_2019": 3072, "device_counts_2020": 1786, "device_counts_2021": 1993, "device_counts_2022": 2216, "device_counts_2023": 2556, "device_counts_2024": 2058, "stop_counts_2018": 9244, "stop_counts_2019": 8582, "stop_counts_2020": 5229, "stop_counts_2021": 5115, "stop_counts_2022": 6310, "stop_counts_2023": 8880, "stop_counts_2024": 5255, "AREA_acre": 50.482931326421046 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124193, 39.9785 ], [ -75.122449, 39.979411 ], [ -75.123266, 39.980344 ], [ -75.120973, 39.981546 ], [ -75.118522, 39.982825 ], [ -75.117355, 39.981481 ], [ -75.117697, 39.980904 ], [ -75.118611, 39.978879 ], [ -75.119763, 39.976369 ], [ -75.121032, 39.977811 ], [ -75.123334, 39.977514 ], [ -75.124193, 39.9785 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010166001", "device_counts_2018": 4005, "device_counts_2019": 3800, "device_counts_2020": 1235, "device_counts_2021": 1044, "device_counts_2022": 1566, "device_counts_2023": 2380, "device_counts_2024": 1826, "stop_counts_2018": 11794, "stop_counts_2019": 9479, "stop_counts_2020": 3668, "stop_counts_2021": 2744, "stop_counts_2022": 3213, "stop_counts_2023": 7156, "stop_counts_2024": 4512, "AREA_acre": 48.399807562757061 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154588, 39.993938 ], [ -75.152389, 39.993659 ], [ -75.15273, 39.992072 ], [ -75.152871, 39.990551 ], [ -75.151815, 39.988886 ], [ -75.151199, 39.987798 ], [ -75.150197, 39.985504 ], [ -75.150913, 39.985597 ], [ -75.154063, 39.986003 ], [ -75.15339, 39.989086 ], [ -75.155593, 39.989369 ], [ -75.154588, 39.993938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010381001", "device_counts_2018": 3669, "device_counts_2019": 3164, "device_counts_2020": 2028, "device_counts_2021": 2209, "device_counts_2022": 2628, "device_counts_2023": 2641, "device_counts_2024": 2231, "stop_counts_2018": 14479, "stop_counts_2019": 13666, "stop_counts_2020": 8976, "stop_counts_2021": 8030, "stop_counts_2022": 10051, "stop_counts_2023": 11202, "stop_counts_2024": 17327, "AREA_acre": 443.65467112212451 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069508, 40.010798 ], [ -75.061339, 40.012764 ], [ -75.059285, 40.013387 ], [ -75.056898, 40.014204 ], [ -75.052816, 40.016119 ], [ -75.04879, 40.018141 ], [ -75.047798, 40.017326 ], [ -75.043218536113002, 40.011867977145386 ], [ -75.04709, 40.009941 ], [ -75.052278982364697, 40.0055260511092 ], [ -75.053405, 40.004568 ], [ -75.053723885964288, 40.004080276035694 ], [ -75.062126, 40.006643 ], [ -75.063056, 40.006098 ], [ -75.064579, 40.006194 ], [ -75.067696, 40.005333 ], [ -75.068346, 40.006924 ], [ -75.068883, 40.00879 ], [ -75.069508, 40.010798 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010385002", "device_counts_2018": 2014, "device_counts_2019": 2196, "device_counts_2020": 878, "device_counts_2021": 926, "device_counts_2022": 1346, "device_counts_2023": 1922, "device_counts_2024": 1803, "stop_counts_2018": 5439, "stop_counts_2019": 5838, "stop_counts_2020": 3588, "stop_counts_2021": 2521, "stop_counts_2022": 4118, "stop_counts_2023": 6919, "stop_counts_2024": 6418, "AREA_acre": 243.78466793551931 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224652, 40.084361 ], [ -75.224012, 40.084218 ], [ -75.217463, 40.080575 ], [ -75.207327, 40.076561 ], [ -75.206418, 40.076011 ], [ -75.210566, 40.071803 ], [ -75.209082, 40.070894 ], [ -75.2112, 40.068809 ], [ -75.211625, 40.070754 ], [ -75.215385, 40.073257 ], [ -75.216984, 40.074811 ], [ -75.215093, 40.077141 ], [ -75.218189, 40.075823 ], [ -75.224633, 40.079605 ], [ -75.227899, 40.084282 ], [ -75.224652, 40.084361 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010387002", "device_counts_2018": 4407, "device_counts_2019": 4008, "device_counts_2020": 1707, "device_counts_2021": 1827, "device_counts_2022": 2379, "device_counts_2023": 4386, "device_counts_2024": 3376, "stop_counts_2018": 15177, "stop_counts_2019": 13547, "stop_counts_2020": 6724, "stop_counts_2021": 5900, "stop_counts_2022": 7595, "stop_counts_2023": 11398, "stop_counts_2024": 9478, "AREA_acre": 450.55174922178611 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2305, 40.086022 ], [ -75.22361, 40.092907 ], [ -75.213165, 40.086872 ], [ -75.21273, 40.086388 ], [ -75.211868, 40.086086 ], [ -75.209396, 40.084927 ], [ -75.200378, 40.07959 ], [ -75.202649, 40.07739 ], [ -75.205081, 40.078823 ], [ -75.207327, 40.076561 ], [ -75.217463, 40.080575 ], [ -75.224012, 40.084218 ], [ -75.224652, 40.084361 ], [ -75.227899, 40.084282 ], [ -75.228078, 40.084434 ], [ -75.228599, 40.084874 ], [ -75.2305, 40.086022 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389002", "device_counts_2018": 2061, "device_counts_2019": 1641, "device_counts_2020": 838, "device_counts_2021": 667, "device_counts_2022": 729, "device_counts_2023": 1070, "device_counts_2024": 654, "stop_counts_2018": 7374, "stop_counts_2019": 5684, "stop_counts_2020": 2816, "stop_counts_2021": 2491, "stop_counts_2022": 2806, "stop_counts_2023": 4700, "stop_counts_2024": 2843, "AREA_acre": 60.584885287994396 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172869, 40.057256 ], [ -75.168641, 40.061373 ], [ -75.165453, 40.059541 ], [ -75.165715, 40.058033 ], [ -75.168958, 40.054846 ], [ -75.172869, 40.057256 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286001", "device_counts_2018": 4017, "device_counts_2019": 3446, "device_counts_2020": 2048, "device_counts_2021": 1860, "device_counts_2022": 2519, "device_counts_2023": 2413, "device_counts_2024": 2099, "stop_counts_2018": 13328, "stop_counts_2019": 9338, "stop_counts_2020": 5424, "stop_counts_2021": 5179, "stop_counts_2022": 6603, "stop_counts_2023": 5253, "stop_counts_2024": 3292, "AREA_acre": 64.326587376450746 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127824, 40.026663 ], [ -75.127646, 40.027416 ], [ -75.126866, 40.028955 ], [ -75.126686, 40.029667 ], [ -75.124701, 40.029398 ], [ -75.124167, 40.032575 ], [ -75.1236, 40.032771 ], [ -75.121964, 40.03373 ], [ -75.121711, 40.03347 ], [ -75.122727, 40.029151 ], [ -75.123027, 40.027692 ], [ -75.123525, 40.025463 ], [ -75.126967, 40.024818 ], [ -75.127816, 40.024683 ], [ -75.127935, 40.026158 ], [ -75.127824, 40.026663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218002", "device_counts_2018": 1819, "device_counts_2019": 1249, "device_counts_2020": 809, "device_counts_2021": 673, "device_counts_2022": 954, "device_counts_2023": 1677, "device_counts_2024": 1161, "stop_counts_2018": 8282, "stop_counts_2019": 5063, "stop_counts_2020": 3916, "stop_counts_2021": 2666, "stop_counts_2022": 4131, "stop_counts_2023": 5532, "stop_counts_2024": 3058, "AREA_acre": 90.713482493604502 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236234, 40.052739 ], [ -75.235917, 40.055079 ], [ -75.236042, 40.056711 ], [ -75.23365, 40.057887 ], [ -75.231721, 40.054078 ], [ -75.231223, 40.053703 ], [ -75.230417, 40.053374 ], [ -75.227161, 40.052534 ], [ -75.230049, 40.051219 ], [ -75.230603, 40.050962 ], [ -75.235419, 40.048775 ], [ -75.236301, 40.051037 ], [ -75.236234, 40.052739 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038002", "device_counts_2018": 13525, "device_counts_2019": 11418, "device_counts_2020": 7831, "device_counts_2021": 5854, "device_counts_2022": 6996, "device_counts_2023": 8162, "device_counts_2024": 7276, "stop_counts_2018": 52390, "stop_counts_2019": 48698, "stop_counts_2020": 31419, "stop_counts_2021": 26725, "stop_counts_2022": 31549, "stop_counts_2023": 23144, "stop_counts_2024": 23120, "AREA_acre": 212.48620071252151 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19022, 39.915884 ], [ -75.189413, 39.921073 ], [ -75.189653, 39.921807 ], [ -75.186937, 39.922318 ], [ -75.185202, 39.922574 ], [ -75.183434, 39.922939 ], [ -75.181703, 39.92329 ], [ -75.182512, 39.919629 ], [ -75.180576, 39.919369 ], [ -75.177438, 39.91897 ], [ -75.178268, 39.915053 ], [ -75.17718, 39.91489 ], [ -75.177806, 39.91309 ], [ -75.188144, 39.914281 ], [ -75.189481, 39.91484 ], [ -75.19022, 39.915884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195021", "device_counts_2018": 1593, "device_counts_2019": 1734, "device_counts_2020": 833, "device_counts_2021": 732, "device_counts_2022": 906, "device_counts_2023": 912, "device_counts_2024": 760, "stop_counts_2018": 4797, "stop_counts_2019": 4819, "stop_counts_2020": 1936, "stop_counts_2021": 1854, "stop_counts_2022": 2666, "stop_counts_2023": 2886, "stop_counts_2024": 2489, "AREA_acre": 38.783147356136048 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137669, 40.003645 ], [ -75.133021, 40.005104 ], [ -75.127863, 40.005057 ], [ -75.128282, 40.003116 ], [ -75.133239, 40.003756 ], [ -75.133561, 40.002265 ], [ -75.137847, 40.002799 ], [ -75.137669, 40.003645 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086011", "device_counts_2018": 2698, "device_counts_2019": 2329, "device_counts_2020": 1006, "device_counts_2021": 905, "device_counts_2022": 1085, "device_counts_2023": 1524, "device_counts_2024": 1391, "stop_counts_2018": 8368, "stop_counts_2019": 6679, "stop_counts_2020": 2954, "stop_counts_2021": 2357, "stop_counts_2022": 3104, "stop_counts_2023": 4389, "stop_counts_2024": 6283, "AREA_acre": 32.555175812648116 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222056, 39.954102 ], [ -75.221923, 39.954723 ], [ -75.221798, 39.955319 ], [ -75.219823, 39.955076 ], [ -75.215872, 39.954586 ], [ -75.21635, 39.952302 ], [ -75.218347, 39.952553 ], [ -75.220295, 39.952792 ], [ -75.222279, 39.95304 ], [ -75.222056, 39.954102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104003", "device_counts_2018": 1921, "device_counts_2019": 1592, "device_counts_2020": 710, "device_counts_2021": 483, "device_counts_2022": 661, "device_counts_2023": 784, "device_counts_2024": 606, "stop_counts_2018": 8863, "stop_counts_2019": 5423, "stop_counts_2020": 3122, "stop_counts_2021": 2155, "stop_counts_2022": 2973, "stop_counts_2023": 1138, "stop_counts_2024": 3486, "AREA_acre": 40.248086253394334 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222444, 39.966531 ], [ -75.220402, 39.966641 ], [ -75.220578, 39.968067 ], [ -75.217866, 39.968342 ], [ -75.216996, 39.968969 ], [ -75.2168, 39.967459 ], [ -75.216516, 39.965214 ], [ -75.22017, 39.964844 ], [ -75.220044, 39.963819 ], [ -75.221952, 39.96425 ], [ -75.222431, 39.966487 ], [ -75.222444, 39.966531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363012", "device_counts_2018": 949, "device_counts_2019": 850, "device_counts_2020": 504, "device_counts_2021": 455, "device_counts_2022": 624, "device_counts_2023": 785, "device_counts_2024": 628, "stop_counts_2018": 6397, "stop_counts_2019": 4340, "stop_counts_2020": 3190, "stop_counts_2021": 3036, "stop_counts_2022": 4466, "stop_counts_2023": 2634, "stop_counts_2024": 1860, "AREA_acre": 92.583831891641168 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.970623, 40.096983 ], [ -74.970028, 40.096943 ], [ -74.964688, 40.097347 ], [ -74.962107, 40.097709 ], [ -74.96163, 40.097804 ], [ -74.961049, 40.097431 ], [ -74.958749, 40.096929 ], [ -74.961859, 40.093621 ], [ -74.965723, 40.091635 ], [ -74.966752, 40.092976 ], [ -74.96876, 40.094759 ], [ -74.970302, 40.096022 ], [ -74.971016, 40.096392 ], [ -74.970623, 40.096983 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379003", "device_counts_2018": 11142, "device_counts_2019": 10247, "device_counts_2020": 7285, "device_counts_2021": 6128, "device_counts_2022": 7020, "device_counts_2023": 7485, "device_counts_2024": 6490, "stop_counts_2018": 33051, "stop_counts_2019": 34199, "stop_counts_2020": 23828, "stop_counts_2021": 21327, "stop_counts_2022": 25610, "stop_counts_2023": 17579, "stop_counts_2024": 14729, "AREA_acre": 192.72874816183489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.097007, 39.993399 ], [ -75.094523, 39.994603 ], [ -75.086505, 39.998825 ], [ -75.084452, 39.997146 ], [ -75.080932, 39.993498 ], [ -75.089616, 39.989064 ], [ -75.091216, 39.99088 ], [ -75.093664, 39.9896 ], [ -75.095726, 39.99195 ], [ -75.097007, 39.993399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390001", "device_counts_2018": 17172, "device_counts_2019": 13474, "device_counts_2020": 7325, "device_counts_2021": 5891, "device_counts_2022": 7679, "device_counts_2023": 9555, "device_counts_2024": 6395, "stop_counts_2018": 61398, "stop_counts_2019": 46467, "stop_counts_2020": 22404, "stop_counts_2021": 17952, "stop_counts_2022": 24075, "stop_counts_2023": 25830, "stop_counts_2024": 19682, "AREA_acre": 348.48964506197251 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103903, 40.030589 ], [ -75.101148, 40.033334 ], [ -75.100573, 40.033957 ], [ -75.098416, 40.036101 ], [ -75.101572, 40.038293 ], [ -75.096603, 40.042487 ], [ -75.094175, 40.045026 ], [ -75.091859, 40.047485 ], [ -75.091098, 40.04706 ], [ -75.088312, 40.045514 ], [ -75.088975, 40.044332 ], [ -75.088631, 40.042747 ], [ -75.089246, 40.042252 ], [ -75.09159, 40.039734 ], [ -75.090543, 40.039142 ], [ -75.09299, 40.036729 ], [ -75.093532, 40.035024 ], [ -75.09227, 40.034323 ], [ -75.093497, 40.033072 ], [ -75.094339, 40.032217 ], [ -75.093542, 40.031195 ], [ -75.093204, 40.030704 ], [ -75.092349, 40.029658 ], [ -75.092295, 40.028879 ], [ -75.092162, 40.02805 ], [ -75.09399, 40.027037 ], [ -75.096038, 40.026567 ], [ -75.096726, 40.026698 ], [ -75.10128, 40.029514 ], [ -75.10267, 40.029987 ], [ -75.10292, 40.029929 ], [ -75.103068, 40.029895 ], [ -75.104306, 40.029846 ], [ -75.103903, 40.030589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390004", "device_counts_2018": 2350, "device_counts_2019": 1989, "device_counts_2020": 998, "device_counts_2021": 893, "device_counts_2022": 1446, "device_counts_2023": 1166, "device_counts_2024": 1113, "stop_counts_2018": 6944, "stop_counts_2019": 5052, "stop_counts_2020": 2151, "stop_counts_2021": 1968, "stop_counts_2022": 3191, "stop_counts_2023": 2048, "stop_counts_2024": 1535, "AREA_acre": 23.696904081123584 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089204, 40.032628 ], [ -75.087159, 40.03479 ], [ -75.085313, 40.033521 ], [ -75.084832, 40.032349 ], [ -75.084273, 40.032172 ], [ -75.084089, 40.031826 ], [ -75.084197, 40.031438 ], [ -75.084794, 40.031223 ], [ -75.084915, 40.031241 ], [ -75.08508, 40.031266 ], [ -75.085263, 40.031381 ], [ -75.086551, 40.031133 ], [ -75.088078, 40.032 ], [ -75.089204, 40.032628 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355001", "device_counts_2018": 4361, "device_counts_2019": 3287, "device_counts_2020": 2834, "device_counts_2021": 2889, "device_counts_2022": 3939, "device_counts_2023": 4717, "device_counts_2024": 5067, "stop_counts_2018": 14690, "stop_counts_2019": 12409, "stop_counts_2020": 11392, "stop_counts_2021": 11187, "stop_counts_2022": 15624, "stop_counts_2023": 10696, "stop_counts_2024": 13920, "AREA_acre": 176.54969972113483 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.027681, 40.095046 ], [ -75.021451, 40.096963 ], [ -75.018233, 40.097105 ], [ -75.015528, 40.09486 ], [ -75.023996, 40.086107 ], [ -75.027097, 40.087878 ], [ -75.025866, 40.090515 ], [ -75.027681, 40.095046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291004", "device_counts_2018": 1576, "device_counts_2019": 1473, "device_counts_2020": 812, "device_counts_2021": 1114, "device_counts_2022": 1336, "device_counts_2023": 914, "device_counts_2024": 832, "stop_counts_2018": 4591, "stop_counts_2019": 3890, "stop_counts_2020": 2012, "stop_counts_2021": 2414, "stop_counts_2022": 2866, "stop_counts_2023": 2173, "stop_counts_2024": 3085, "AREA_acre": 29.834939947233238 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112821, 40.027627 ], [ -75.110825, 40.029623 ], [ -75.111075, 40.031061 ], [ -75.109057, 40.031741 ], [ -75.106431, 40.029197 ], [ -75.110039, 40.028047 ], [ -75.111377, 40.027619 ], [ -75.112759, 40.027349 ], [ -75.112821, 40.027627 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019891001", "device_counts_2018": 3855, "device_counts_2019": 3175, "device_counts_2020": 2356, "device_counts_2021": 1813, "device_counts_2022": 2673, "device_counts_2023": 2159, "device_counts_2024": 2150, "stop_counts_2018": 17508, "stop_counts_2019": 14603, "stop_counts_2020": 12064, "stop_counts_2021": 7573, "stop_counts_2022": 9749, "stop_counts_2023": 8588, "stop_counts_2024": 9386, "AREA_acre": 1055.7982088983038 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.018427, 40.033507 ], [ -75.021603, 40.033996 ], [ -75.021239, 40.036075 ], [ -75.021682, 40.037088 ], [ -75.01783, 40.039076 ], [ -75.012541, 40.038027 ], [ -75.010099, 40.039038 ], [ -75.006278, 40.041155 ], [ -75.003514, 40.042822 ], [ -74.99627, 40.047202 ], [ -74.990976, 40.042526 ], [ -74.990302, 40.042377 ], [ -74.986997223360802, 40.039346956736601 ], [ -74.988884, 40.037289 ], [ -74.990215350336996, 40.036372563903093 ], [ -75.007469, 40.024496 ], [ -75.011115, 40.021311 ], [ -75.013795768141605, 40.020214322123898 ], [ -75.013803495273393, 40.020211161024498 ], [ -75.015583, 40.023134 ], [ -75.022508, 40.030832 ], [ -75.018427, 40.033507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010351002", "device_counts_2018": 1007, "device_counts_2019": 1039, "device_counts_2020": 727, "device_counts_2021": 656, "device_counts_2022": 905, "device_counts_2023": 1549, "device_counts_2024": 1342, "stop_counts_2018": 6282, "stop_counts_2019": 6134, "stop_counts_2020": 4211, "stop_counts_2021": 3421, "stop_counts_2022": 4436, "stop_counts_2023": 5841, "stop_counts_2024": 7152, "AREA_acre": 257.97238738915792 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.992793, 40.046975 ], [ -74.988129, 40.049737 ], [ -74.985114, 40.046992 ], [ -74.983929, 40.048065 ], [ -74.986317, 40.050837 ], [ -74.984503, 40.051939 ], [ -74.981789, 40.04954 ], [ -74.980228, 40.050581 ], [ -74.982732, 40.053014 ], [ -74.982202, 40.053804 ], [ -74.979695, 40.053399 ], [ -74.974319853259999, 40.048899133320006 ], [ -74.974713, 40.048711 ], [ -74.983540729443007, 40.042953785145897 ], [ -74.983913, 40.042711 ], [ -74.986997223360802, 40.039346956736601 ], [ -74.990302, 40.042377 ], [ -74.990976, 40.042526 ], [ -74.989105, 40.043678 ], [ -74.992793, 40.046975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356012", "device_counts_2018": 1921, "device_counts_2019": 1959, "device_counts_2020": 1450, "device_counts_2021": 1441, "device_counts_2022": 2040, "device_counts_2023": 4713, "device_counts_2024": 4539, "stop_counts_2018": 9924, "stop_counts_2019": 7115, "stop_counts_2020": 6231, "stop_counts_2021": 6509, "stop_counts_2022": 8034, "stop_counts_2023": 13561, "stop_counts_2024": 10926, "AREA_acre": 125.69033729754244 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.042613, 40.100504 ], [ -75.039857, 40.101835 ], [ -75.032998, 40.10511 ], [ -75.030235, 40.103387 ], [ -75.033474, 40.098205 ], [ -75.034298, 40.097871 ], [ -75.035842, 40.098099 ], [ -75.036962, 40.095913 ], [ -75.038082, 40.097456 ], [ -75.039643, 40.098344 ], [ -75.042503, 40.099942 ], [ -75.042613, 40.100504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345023", "device_counts_2018": 2880, "device_counts_2019": 2725, "device_counts_2020": 1767, "device_counts_2021": 1765, "device_counts_2022": 2596, "device_counts_2023": 3985, "device_counts_2024": 4011, "stop_counts_2018": 12139, "stop_counts_2019": 9733, "stop_counts_2020": 7143, "stop_counts_2021": 6214, "stop_counts_2022": 8989, "stop_counts_2023": 16350, "stop_counts_2024": 20572, "AREA_acre": 100.2213608096001 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.046249, 40.081459 ], [ -75.042143, 40.084065 ], [ -75.040877, 40.086966 ], [ -75.039509, 40.085702 ], [ -75.0384, 40.084472 ], [ -75.036758, 40.079083 ], [ -75.040252, 40.079994 ], [ -75.04312, 40.077166 ], [ -75.043495, 40.07805 ], [ -75.046249, 40.081459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012011", "device_counts_2018": 3729, "device_counts_2019": 1781, "device_counts_2020": 784, "device_counts_2021": 648, "device_counts_2022": 997, "device_counts_2023": 1646, "device_counts_2024": 2027, "stop_counts_2018": 9107, "stop_counts_2019": 4390, "stop_counts_2020": 1907, "stop_counts_2021": 1331, "stop_counts_2022": 1963, "stop_counts_2023": 4342, "stop_counts_2024": 3626, "AREA_acre": 37.505103133619777 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187231, 39.947176 ], [ -75.185634, 39.948021 ], [ -75.183288, 39.949512 ], [ -75.181134, 39.949008 ], [ -75.180021, 39.948872 ], [ -75.180328, 39.947455 ], [ -75.181445, 39.947597 ], [ -75.18188, 39.945691 ], [ -75.185685, 39.946159 ], [ -75.186393, 39.946567 ], [ -75.187231, 39.947176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013001", "device_counts_2018": 2077, "device_counts_2019": 1851, "device_counts_2020": 826, "device_counts_2021": 877, "device_counts_2022": 1086, "device_counts_2023": 1471, "device_counts_2024": 1877, "stop_counts_2018": 4480, "stop_counts_2019": 3903, "stop_counts_2020": 1624, "stop_counts_2021": 1768, "stop_counts_2022": 2168, "stop_counts_2023": 2654, "stop_counts_2024": 3251, "AREA_acre": 13.726478593834383 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180409, 39.944602 ], [ -75.180611, 39.944631 ], [ -75.179409, 39.945377 ], [ -75.178578, 39.945269 ], [ -75.176985, 39.94508 ], [ -75.177169, 39.944209 ], [ -75.177374, 39.943231 ], [ -75.180624, 39.943641 ], [ -75.180409, 39.944602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191006", "device_counts_2018": 1938, "device_counts_2019": 1448, "device_counts_2020": 933, "device_counts_2021": 795, "device_counts_2022": 1183, "device_counts_2023": 1577, "device_counts_2024": 1190, "stop_counts_2018": 6918, "stop_counts_2019": 4558, "stop_counts_2020": 2759, "stop_counts_2021": 2615, "stop_counts_2022": 3350, "stop_counts_2023": 3105, "stop_counts_2024": 2238, "AREA_acre": 34.086041324027185 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112497, 40.010489 ], [ -75.108368, 40.009952 ], [ -75.108087, 40.011547 ], [ -75.105434, 40.011197 ], [ -75.105768, 40.009619 ], [ -75.106083, 40.00813 ], [ -75.112821, 40.009007 ], [ -75.112497, 40.010489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195023", "device_counts_2018": 1126, "device_counts_2019": 1039, "device_counts_2020": 459, "device_counts_2021": 428, "device_counts_2022": 546, "device_counts_2023": 583, "device_counts_2024": 436, "stop_counts_2018": 3736, "stop_counts_2019": 3229, "stop_counts_2020": 1697, "stop_counts_2021": 1407, "stop_counts_2022": 2070, "stop_counts_2023": 1117, "stop_counts_2024": 908, "AREA_acre": 17.830915844362956 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133239, 40.003756 ], [ -75.128282, 40.003116 ], [ -75.128604, 40.001619 ], [ -75.131501, 40.001999 ], [ -75.133561, 40.002265 ], [ -75.133239, 40.003756 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197004", "device_counts_2018": 2370, "device_counts_2019": 819, "device_counts_2020": 465, "device_counts_2021": 400, "device_counts_2022": 580, "device_counts_2023": 756, "device_counts_2024": 559, "stop_counts_2018": 10804, "stop_counts_2019": 3129, "stop_counts_2020": 1612, "stop_counts_2021": 1070, "stop_counts_2022": 1686, "stop_counts_2023": 2283, "stop_counts_2024": 1834, "AREA_acre": 17.668860635310253 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139464, 40.015599 ], [ -75.13911, 40.017187 ], [ -75.136811, 40.016899 ], [ -75.137502, 40.01371 ], [ -75.13981, 40.014014 ], [ -75.139464, 40.015599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198003", "device_counts_2018": 678, "device_counts_2019": 645, "device_counts_2020": 347, "device_counts_2021": 259, "device_counts_2022": 357, "device_counts_2023": 509, "device_counts_2024": 381, "stop_counts_2018": 2408, "stop_counts_2019": 1767, "stop_counts_2020": 875, "stop_counts_2021": 661, "stop_counts_2022": 842, "stop_counts_2023": 2663, "stop_counts_2024": 1650, "AREA_acre": 11.899186627184351 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141913, 40.009674 ], [ -75.141425, 40.00961 ], [ -75.138483, 40.009234 ], [ -75.138577, 40.008789 ], [ -75.139652, 40.007755 ], [ -75.140472, 40.007878 ], [ -75.142256, 40.008093 ], [ -75.141913, 40.009674 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199003", "device_counts_2018": 1136, "device_counts_2019": 978, "device_counts_2020": 491, "device_counts_2021": 374, "device_counts_2022": 426, "device_counts_2023": 454, "device_counts_2024": 302, "stop_counts_2018": 4480, "stop_counts_2019": 4218, "stop_counts_2020": 1813, "stop_counts_2021": 1031, "stop_counts_2022": 1357, "stop_counts_2023": 3358, "stop_counts_2024": 460, "AREA_acre": 31.271249849279812 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147603, 40.008779 ], [ -75.143346, 40.008227 ], [ -75.144069, 40.006684 ], [ -75.143437, 40.005071 ], [ -75.148277, 40.005697 ], [ -75.147603, 40.008779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201013", "device_counts_2018": 1654, "device_counts_2019": 1310, "device_counts_2020": 490, "device_counts_2021": 476, "device_counts_2022": 497, "device_counts_2023": 785, "device_counts_2024": 554, "stop_counts_2018": 7939, "stop_counts_2019": 5040, "stop_counts_2020": 1864, "stop_counts_2021": 1275, "stop_counts_2022": 1542, "stop_counts_2023": 5586, "stop_counts_2024": 988, "AREA_acre": 34.817379636825201 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157703, 40.00221 ], [ -75.157365, 40.003799 ], [ -75.154205, 40.003395 ], [ -75.155232, 39.998728 ], [ -75.158222, 39.999121 ], [ -75.157703, 40.00221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202006", "device_counts_2018": 816, "device_counts_2019": 585, "device_counts_2020": 267, "device_counts_2021": 236, "device_counts_2022": 255, "device_counts_2023": 585, "device_counts_2024": 228, "stop_counts_2018": 4240, "stop_counts_2019": 2312, "stop_counts_2020": 1573, "stop_counts_2021": 789, "stop_counts_2022": 877, "stop_counts_2023": 2422, "stop_counts_2024": 233, "AREA_acre": 25.044319196058307 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164733, 40.008616 ], [ -75.164576, 40.009337 ], [ -75.161095, 40.008883 ], [ -75.161409, 40.007399 ], [ -75.161747, 40.005905 ], [ -75.165228, 40.006354 ], [ -75.164733, 40.008616 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207001", "device_counts_2018": 1859, "device_counts_2019": 1368, "device_counts_2020": 459, "device_counts_2021": 587, "device_counts_2022": 816, "device_counts_2023": 1110, "device_counts_2024": 764, "stop_counts_2018": 6847, "stop_counts_2019": 4427, "stop_counts_2020": 2050, "stop_counts_2021": 1988, "stop_counts_2022": 2259, "stop_counts_2023": 1986, "stop_counts_2024": 1495, "AREA_acre": 123.98806646541431 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198361, 40.01527 ], [ -75.192405, 40.020495 ], [ -75.190034, 40.018727 ], [ -75.187708, 40.01641 ], [ -75.191289, 40.013697 ], [ -75.191874, 40.014201 ], [ -75.192879, 40.01162 ], [ -75.194847, 40.012175 ], [ -75.200278, 40.013708 ], [ -75.198361, 40.01527 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210002", "device_counts_2018": 482, "device_counts_2019": 369, "device_counts_2020": 197, "device_counts_2021": 200, "device_counts_2022": 243, "device_counts_2023": 612, "device_counts_2024": 461, "stop_counts_2018": 2157, "stop_counts_2019": 1741, "stop_counts_2020": 951, "stop_counts_2021": 790, "stop_counts_2022": 837, "stop_counts_2023": 1565, "stop_counts_2024": 1200, "AREA_acre": 25.954509821476659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218841, 40.0266 ], [ -75.216632, 40.027602 ], [ -75.214311, 40.024553 ], [ -75.215348, 40.023903 ], [ -75.216241, 40.023419 ], [ -75.219699, 40.02614 ], [ -75.218841, 40.0266 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210001", "device_counts_2018": 1055, "device_counts_2019": 927, "device_counts_2020": 447, "device_counts_2021": 439, "device_counts_2022": 667, "device_counts_2023": 1142, "device_counts_2024": 1216, "stop_counts_2018": 4096, "stop_counts_2019": 3835, "stop_counts_2020": 2263, "stop_counts_2021": 1935, "stop_counts_2022": 2679, "stop_counts_2023": 2737, "stop_counts_2024": 3141, "AREA_acre": 48.364758994495425 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.216632, 40.027602 ], [ -75.214188, 40.028699 ], [ -75.211308, 40.02997 ], [ -75.210588, 40.02903 ], [ -75.209437, 40.026929 ], [ -75.212764, 40.025348 ], [ -75.214311, 40.024553 ], [ -75.216632, 40.027602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213001", "device_counts_2018": 1197, "device_counts_2019": 1096, "device_counts_2020": 597, "device_counts_2021": 541, "device_counts_2022": 562, "device_counts_2023": 911, "device_counts_2024": 629, "stop_counts_2018": 4258, "stop_counts_2019": 3216, "stop_counts_2020": 1428, "stop_counts_2021": 1376, "stop_counts_2022": 1710, "stop_counts_2023": 2150, "stop_counts_2024": 3098, "AREA_acre": 23.074131773215985 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222011, 40.035206 ], [ -75.218759, 40.036654 ], [ -75.217925, 40.03616 ], [ -75.216638, 40.034833 ], [ -75.220237, 40.033215 ], [ -75.220899, 40.033847 ], [ -75.222011, 40.035206 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214004", "device_counts_2018": 794, "device_counts_2019": 646, "device_counts_2020": 329, "device_counts_2021": 333, "device_counts_2022": 447, "device_counts_2023": 660, "device_counts_2024": 663, "stop_counts_2018": 4377, "stop_counts_2019": 2889, "stop_counts_2020": 1547, "stop_counts_2021": 1628, "stop_counts_2022": 1810, "stop_counts_2023": 2767, "stop_counts_2024": 3231, "AREA_acre": 29.588595417885969 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228765, 40.029792 ], [ -75.226787, 40.030802 ], [ -75.225127, 40.031643 ], [ -75.223474, 40.029441 ], [ -75.226157, 40.027648 ], [ -75.227885, 40.028193 ], [ -75.229513, 40.029492 ], [ -75.228765, 40.029792 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215004", "device_counts_2018": 829, "device_counts_2019": 685, "device_counts_2020": 421, "device_counts_2021": 372, "device_counts_2022": 460, "device_counts_2023": 739, "device_counts_2024": 426, "stop_counts_2018": 4072, "stop_counts_2019": 3207, "stop_counts_2020": 1845, "stop_counts_2021": 1530, "stop_counts_2022": 1933, "stop_counts_2023": 1457, "stop_counts_2024": 649, "AREA_acre": 87.082300828727242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234937, 40.0349 ], [ -75.228104, 40.040855 ], [ -75.226159, 40.038361 ], [ -75.228179, 40.037082 ], [ -75.227199, 40.035255 ], [ -75.22815, 40.034714 ], [ -75.233394, 40.031906 ], [ -75.23564, 40.034249 ], [ -75.234937, 40.0349 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217001", "device_counts_2018": 1520, "device_counts_2019": 854, "device_counts_2020": 533, "device_counts_2021": 421, "device_counts_2022": 579, "device_counts_2023": 1194, "device_counts_2024": 1341, "stop_counts_2018": 8621, "stop_counts_2019": 5084, "stop_counts_2020": 4284, "stop_counts_2021": 2893, "stop_counts_2022": 4250, "stop_counts_2023": 8312, "stop_counts_2024": 6115, "AREA_acre": 130.78091567910951 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230049, 40.051219 ], [ -75.227161, 40.052534 ], [ -75.218706, 40.04851 ], [ -75.218194, 40.047966 ], [ -75.217827, 40.0471 ], [ -75.217846, 40.044343 ], [ -75.219201, 40.044379 ], [ -75.2223, 40.045151 ], [ -75.229214, 40.048037 ], [ -75.230049, 40.051219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218001", "device_counts_2018": 1248, "device_counts_2019": 1056, "device_counts_2020": 597, "device_counts_2021": 536, "device_counts_2022": 704, "device_counts_2023": 1110, "device_counts_2024": 1091, "stop_counts_2018": 7646, "stop_counts_2019": 5780, "stop_counts_2020": 3733, "stop_counts_2021": 2950, "stop_counts_2022": 3965, "stop_counts_2023": 4707, "stop_counts_2024": 4731, "AREA_acre": 107.37471604423993 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238182, 40.059771 ], [ -75.231724, 40.064099 ], [ -75.232439, 40.064739 ], [ -75.230082, 40.0663 ], [ -75.228446, 40.06254 ], [ -75.226882, 40.061813 ], [ -75.228493, 40.060331 ], [ -75.230156, 40.05955 ], [ -75.23365, 40.057887 ], [ -75.236042, 40.056711 ], [ -75.236386, 40.057398 ], [ -75.238182, 40.059771 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010384001", "device_counts_2018": 1273, "device_counts_2019": 1093, "device_counts_2020": 910, "device_counts_2021": 838, "device_counts_2022": 968, "device_counts_2023": 1239, "device_counts_2024": 1165, "stop_counts_2018": 5441, "stop_counts_2019": 5576, "stop_counts_2020": 3830, "stop_counts_2021": 3981, "stop_counts_2022": 5047, "stop_counts_2023": 3000, "stop_counts_2024": 4475, "AREA_acre": 473.45933117751207 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243288, 40.073494 ], [ -75.232952, 40.083618 ], [ -75.231412, 40.082658 ], [ -75.22779, 40.08149 ], [ -75.225988, 40.079068 ], [ -75.230411, 40.077042 ], [ -75.225202, 40.074072 ], [ -75.227005, 40.072605 ], [ -75.228088, 40.070649 ], [ -75.226651, 40.070458 ], [ -75.223538, 40.067435 ], [ -75.225109, 40.06608 ], [ -75.2248, 40.062554 ], [ -75.226412, 40.061987 ], [ -75.22495, 40.059866 ], [ -75.226991, 40.058899 ], [ -75.228493, 40.060331 ], [ -75.226882, 40.061813 ], [ -75.228446, 40.06254 ], [ -75.230082, 40.0663 ], [ -75.235951, 40.071238 ], [ -75.238583, 40.069546 ], [ -75.24055, 40.070468 ], [ -75.241075, 40.070395 ], [ -75.242047, 40.071949 ], [ -75.243288, 40.073494 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237003", "device_counts_2018": 640, "device_counts_2019": 531, "device_counts_2020": 230, "device_counts_2021": 209, "device_counts_2022": 377, "device_counts_2023": 359, "device_counts_2024": 255, "stop_counts_2018": 3736, "stop_counts_2019": 2422, "stop_counts_2020": 1083, "stop_counts_2021": 705, "stop_counts_2022": 932, "stop_counts_2023": 784, "stop_counts_2024": 332, "AREA_acre": 52.38105540115842 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192346, 40.046309 ], [ -75.192123, 40.047679 ], [ -75.190817, 40.051189 ], [ -75.188499, 40.050211 ], [ -75.188491, 40.048838 ], [ -75.187368, 40.047688 ], [ -75.190893, 40.044241 ], [ -75.191199, 40.043386 ], [ -75.193091, 40.04459 ], [ -75.192346, 40.046309 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240003", "device_counts_2018": 771, "device_counts_2019": 575, "device_counts_2020": 218, "device_counts_2021": 157, "device_counts_2022": 228, "device_counts_2023": 252, "device_counts_2024": 232, "stop_counts_2018": 4202, "stop_counts_2019": 2260, "stop_counts_2020": 616, "stop_counts_2021": 521, "stop_counts_2022": 817, "stop_counts_2023": 316, "stop_counts_2024": 986, "AREA_acre": 16.868670565376416 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177222, 40.026659 ], [ -75.174572, 40.029244 ], [ -75.173611, 40.028691 ], [ -75.174043, 40.026588 ], [ -75.175207, 40.02544 ], [ -75.177222, 40.026659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334003", "device_counts_2018": 2368, "device_counts_2019": 2196, "device_counts_2020": 1253, "device_counts_2021": 1472, "device_counts_2022": 2043, "device_counts_2023": 1542, "device_counts_2024": 1771, "stop_counts_2018": 7432, "stop_counts_2019": 5656, "stop_counts_2020": 3242, "stop_counts_2021": 3516, "stop_counts_2022": 5101, "stop_counts_2023": 1923, "stop_counts_2024": 3941, "AREA_acre": 52.27076985402141 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055937, 40.055993 ], [ -75.054745, 40.057252 ], [ -75.053574, 40.058477 ], [ -75.052996, 40.059096 ], [ -75.052408, 40.059739 ], [ -75.051681, 40.063022 ], [ -75.050091, 40.06216 ], [ -75.048323, 40.061176 ], [ -75.050582, 40.058769 ], [ -75.051784, 40.057504 ], [ -75.052749, 40.058042 ], [ -75.053348, 40.056454 ], [ -75.054197, 40.054405 ], [ -75.054947, 40.053507 ], [ -75.057125, 40.054722 ], [ -75.055937, 40.055993 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335001", "device_counts_2018": 764, "device_counts_2019": 586, "device_counts_2020": 390, "device_counts_2021": 303, "device_counts_2022": 467, "device_counts_2023": 436, "device_counts_2024": 456, "stop_counts_2018": 4865, "stop_counts_2019": 2915, "stop_counts_2020": 1984, "stop_counts_2021": 1364, "stop_counts_2022": 2467, "stop_counts_2023": 3924, "stop_counts_2024": 2407, "AREA_acre": 46.700431830506865 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068074, 40.060824 ], [ -75.067196, 40.060321 ], [ -75.064499, 40.058826 ], [ -75.060891, 40.056823 ], [ -75.061736, 40.055892 ], [ -75.062881, 40.055983 ], [ -75.064818, 40.055218 ], [ -75.065544, 40.055704 ], [ -75.065475, 40.05619 ], [ -75.067582, 40.05606 ], [ -75.067204, 40.05641 ], [ -75.06743, 40.0586 ], [ -75.069224, 40.059583 ], [ -75.068074, 40.060824 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336001", "device_counts_2018": 2501, "device_counts_2019": 2521, "device_counts_2020": 1607, "device_counts_2021": 1629, "device_counts_2022": 2035, "device_counts_2023": 2059, "device_counts_2024": 2210, "stop_counts_2018": 8707, "stop_counts_2019": 7051, "stop_counts_2020": 4573, "stop_counts_2021": 4277, "stop_counts_2022": 6165, "stop_counts_2023": 4266, "stop_counts_2024": 3167, "AREA_acre": 51.71092624152498 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057697, 40.062787 ], [ -75.057135, 40.063364 ], [ -75.056605, 40.063955 ], [ -75.055477, 40.065149 ], [ -75.051859, 40.063187 ], [ -75.051681, 40.063022 ], [ -75.052408, 40.059739 ], [ -75.052996, 40.059096 ], [ -75.058323, 40.062116 ], [ -75.057697, 40.062787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337013", "device_counts_2018": 3453, "device_counts_2019": 3533, "device_counts_2020": 2015, "device_counts_2021": 1986, "device_counts_2022": 2857, "device_counts_2023": 3805, "device_counts_2024": 3548, "stop_counts_2018": 12944, "stop_counts_2019": 12206, "stop_counts_2020": 8089, "stop_counts_2021": 6944, "stop_counts_2022": 9989, "stop_counts_2023": 8123, "stop_counts_2024": 7579, "AREA_acre": 108.23728025628733 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050755, 40.069544 ], [ -75.049545, 40.070978 ], [ -75.047762, 40.069395 ], [ -75.047114, 40.068037 ], [ -75.047963, 40.066822 ], [ -75.044675, 40.06484 ], [ -75.041907, 40.064683 ], [ -75.043614, 40.060811 ], [ -75.044201, 40.059477 ], [ -75.044275, 40.059356 ], [ -75.044991, 40.059372 ], [ -75.048323, 40.061176 ], [ -75.050091, 40.06216 ], [ -75.047725, 40.064686 ], [ -75.05122, 40.06663 ], [ -75.050755, 40.069544 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338005", "device_counts_2018": 5435, "device_counts_2019": 4013, "device_counts_2020": 2491, "device_counts_2021": 2452, "device_counts_2022": 3281, "device_counts_2023": 2918, "device_counts_2024": 2760, "stop_counts_2018": 15116, "stop_counts_2019": 11902, "stop_counts_2020": 6998, "stop_counts_2021": 7084, "stop_counts_2022": 9627, "stop_counts_2023": 6075, "stop_counts_2024": 7423, "AREA_acre": 106.62649330668779 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085729, 40.062589 ], [ -75.084747, 40.06316 ], [ -75.083515, 40.063725 ], [ -75.083514, 40.063756 ], [ -75.083483, 40.063738 ], [ -75.078352, 40.065426 ], [ -75.077177, 40.065785 ], [ -75.074845, 40.066538 ], [ -75.069297, 40.068345 ], [ -75.067838, 40.068959 ], [ -75.067355, 40.068727 ], [ -75.073304, 40.062812 ], [ -75.075991, 40.064342 ], [ -75.077504, 40.064196 ], [ -75.081402, 40.060031 ], [ -75.083525, 40.06127 ], [ -75.083833, 40.061472 ], [ -75.08478, 40.062044 ], [ -75.085729, 40.062589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339001", "device_counts_2018": 727, "device_counts_2019": 670, "device_counts_2020": 530, "device_counts_2021": 435, "device_counts_2022": 643, "device_counts_2023": 552, "device_counts_2024": 454, "stop_counts_2018": 3210, "stop_counts_2019": 2754, "stop_counts_2020": 2004, "stop_counts_2021": 1670, "stop_counts_2022": 2366, "stop_counts_2023": 1649, "stop_counts_2024": 1185, "AREA_acre": 47.321279164955762 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083726, 40.068173 ], [ -75.083255, 40.071209 ], [ -75.07966, 40.069203 ], [ -75.080965, 40.067974 ], [ -75.07805, 40.06636 ], [ -75.077177, 40.065785 ], [ -75.078352, 40.065426 ], [ -75.079532, 40.066175 ], [ -75.08151, 40.064789 ], [ -75.083648, 40.065704 ], [ -75.083726, 40.068173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341003", "device_counts_2018": 909, "device_counts_2019": 853, "device_counts_2020": 480, "device_counts_2021": 452, "device_counts_2022": 619, "device_counts_2023": 891, "device_counts_2024": 583, "stop_counts_2018": 4156, "stop_counts_2019": 4486, "stop_counts_2020": 2122, "stop_counts_2021": 2054, "stop_counts_2022": 2491, "stop_counts_2023": 3207, "stop_counts_2024": 4852, "AREA_acre": 62.852486915376225 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082501, 40.07656 ], [ -75.081603, 40.076328 ], [ -75.080159, 40.075454 ], [ -75.077595, 40.073918 ], [ -75.078867, 40.072559 ], [ -75.077202, 40.071627 ], [ -75.07966, 40.069203 ], [ -75.083255, 40.071209 ], [ -75.082501, 40.07656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363032", "device_counts_2018": 955, "device_counts_2019": 978, "device_counts_2020": 725, "device_counts_2021": 670, "device_counts_2022": 878, "device_counts_2023": 1161, "device_counts_2024": 863, "stop_counts_2018": 5867, "stop_counts_2019": 4765, "stop_counts_2020": 4060, "stop_counts_2021": 3723, "stop_counts_2022": 5299, "stop_counts_2023": 2975, "stop_counts_2024": 3461, "AREA_acre": 49.213289505618789 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.9781, 40.099212 ], [ -74.97588, 40.100421 ], [ -74.971183, 40.102233 ], [ -74.96767, 40.1027 ], [ -74.967515, 40.101869 ], [ -74.967496, 40.100803 ], [ -74.970836, 40.100755 ], [ -74.973395, 40.099759 ], [ -74.974647, 40.098954 ], [ -74.976091, 40.097433 ], [ -74.97577, 40.096412 ], [ -74.976783, 40.095969 ], [ -74.977757, 40.098433 ], [ -74.9781, 40.099212 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347011", "device_counts_2018": 1539, "device_counts_2019": 1409, "device_counts_2020": 1102, "device_counts_2021": 1048, "device_counts_2022": 1497, "device_counts_2023": 1575, "device_counts_2024": 1374, "stop_counts_2018": 9645, "stop_counts_2019": 8142, "stop_counts_2020": 5422, "stop_counts_2021": 5073, "stop_counts_2022": 6084, "stop_counts_2023": 4301, "stop_counts_2024": 3545, "AREA_acre": 86.463937321851759 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.034523, 40.058672 ], [ -75.033628, 40.060834 ], [ -75.029986, 40.064398 ], [ -75.028362, 40.064504 ], [ -75.028, 40.059736 ], [ -75.029005, 40.05752 ], [ -75.028756, 40.056781 ], [ -75.029032, 40.056399 ], [ -75.033734, 40.056884 ], [ -75.03433, 40.057067 ], [ -75.034523, 40.058672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348032", "device_counts_2018": 2982, "device_counts_2019": 2705, "device_counts_2020": 1978, "device_counts_2021": 1822, "device_counts_2022": 2377, "device_counts_2023": 2508, "device_counts_2024": 2210, "stop_counts_2018": 13518, "stop_counts_2019": 10174, "stop_counts_2020": 8044, "stop_counts_2021": 7550, "stop_counts_2022": 8551, "stop_counts_2023": 6818, "stop_counts_2024": 5691, "AREA_acre": 93.236382884650226 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.008128, 40.068585 ], [ -75.007269, 40.069161 ], [ -74.998385, 40.064117 ], [ -75.00009, 40.062745 ], [ -75.002288, 40.063869 ], [ -75.005996, 40.061324 ], [ -75.008319, 40.06252 ], [ -75.007719, 40.067102 ], [ -75.008788, 40.06735 ], [ -75.008128, 40.068585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349002", "device_counts_2018": 1541, "device_counts_2019": 1383, "device_counts_2020": 1155, "device_counts_2021": 1007, "device_counts_2022": 1253, "device_counts_2023": 1313, "device_counts_2024": 838, "stop_counts_2018": 11388, "stop_counts_2019": 7902, "stop_counts_2020": 5829, "stop_counts_2021": 5045, "stop_counts_2022": 5876, "stop_counts_2023": 5194, "stop_counts_2024": 2508, "AREA_acre": 94.796272053205314 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.016377, 40.045672 ], [ -75.012273, 40.048885 ], [ -75.007927, 40.045033 ], [ -75.009595, 40.043924 ], [ -75.006278, 40.041155 ], [ -75.010099, 40.039038 ], [ -75.012125, 40.040582 ], [ -75.010101, 40.041671 ], [ -75.012708, 40.043779 ], [ -75.013422, 40.043306 ], [ -75.016377, 40.045672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352003", "device_counts_2018": 2025, "device_counts_2019": 1921, "device_counts_2020": 1233, "device_counts_2021": 1347, "device_counts_2022": 1115, "device_counts_2023": 1061, "device_counts_2024": 790, "stop_counts_2018": 9649, "stop_counts_2019": 7371, "stop_counts_2020": 4399, "stop_counts_2021": 5297, "stop_counts_2022": 4459, "stop_counts_2023": 3144, "stop_counts_2024": 1524, "AREA_acre": 101.27833283563999 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.001181, 40.057232 ], [ -74.998259, 40.05808 ], [ -74.994151, 40.054401 ], [ -74.999877, 40.050402 ], [ -75.004795, 40.054747 ], [ -75.001181, 40.057232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356022", "device_counts_2018": 2520, "device_counts_2019": 2506, "device_counts_2020": 1958, "device_counts_2021": 1776, "device_counts_2022": 2211, "device_counts_2023": 4184, "device_counts_2024": 3553, "stop_counts_2018": 13750, "stop_counts_2019": 12885, "stop_counts_2020": 9221, "stop_counts_2021": 9419, "stop_counts_2022": 10906, "stop_counts_2023": 13316, "stop_counts_2024": 10974, "AREA_acre": 220.86224288208379 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054321, 40.108692 ], [ -75.048542, 40.112729 ], [ -75.03946, 40.107362 ], [ -75.033897, 40.105689 ], [ -75.032998, 40.10511 ], [ -75.039857, 40.101835 ], [ -75.046843, 40.105712 ], [ -75.049254, 40.105823 ], [ -75.05401, 40.108143 ], [ -75.054321, 40.108692 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010364001", "device_counts_2018": 6977, "device_counts_2019": 6849, "device_counts_2020": 4437, "device_counts_2021": 4489, "device_counts_2022": 7014, "device_counts_2023": 7305, "device_counts_2024": 7934, "stop_counts_2018": 27060, "stop_counts_2019": 25917, "stop_counts_2020": 17716, "stop_counts_2021": 14990, "stop_counts_2022": 20777, "stop_counts_2023": 28964, "stop_counts_2024": 26855, "AREA_acre": 1108.8053924042094 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.005391, 40.114802 ], [ -74.997052, 40.121168 ], [ -74.993533, 40.11868 ], [ -74.987193, 40.123286 ], [ -74.983523, 40.123671 ], [ -74.982213, 40.122057 ], [ -74.982748, 40.120887 ], [ -74.980058, 40.119883 ], [ -74.973219, 40.119891 ], [ -74.970119, 40.117201 ], [ -74.964526, 40.118372 ], [ -74.96408, 40.117766 ], [ -74.966621, 40.117932 ], [ -74.969758, 40.115927 ], [ -74.969941, 40.113339 ], [ -74.97896, 40.106169 ], [ -74.983393, 40.103684 ], [ -74.981997, 40.102454 ], [ -74.986551, 40.099366 ], [ -74.992199, 40.103978 ], [ -74.994438, 40.105853 ], [ -74.995134, 40.106336 ], [ -74.997124, 40.108151 ], [ -75.000959, 40.111393 ], [ -75.003554, 40.110847 ], [ -75.005391, 40.114802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347021", "device_counts_2018": 1657, "device_counts_2019": 1549, "device_counts_2020": 1062, "device_counts_2021": 927, "device_counts_2022": 1336, "device_counts_2023": 1550, "device_counts_2024": 1372, "stop_counts_2018": 7798, "stop_counts_2019": 7301, "stop_counts_2020": 6243, "stop_counts_2021": 5110, "stop_counts_2022": 6177, "stop_counts_2023": 6094, "stop_counts_2024": 4726, "AREA_acre": 100.32358086432065 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029005, 40.05752 ], [ -75.028, 40.059736 ], [ -75.028362, 40.064504 ], [ -75.028512, 40.06684 ], [ -75.028256, 40.067314 ], [ -75.022217, 40.06352 ], [ -75.021707, 40.063392 ], [ -75.021992, 40.063113 ], [ -75.024818, 40.060286 ], [ -75.024701, 40.057278 ], [ -75.024345, 40.05644 ], [ -75.025431, 40.05637 ], [ -75.028291, 40.056363 ], [ -75.028397, 40.056728 ], [ -75.028756, 40.056781 ], [ -75.029005, 40.05752 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363021", "device_counts_2018": 1277, "device_counts_2019": 1160, "device_counts_2020": 738, "device_counts_2021": 775, "device_counts_2022": 1066, "device_counts_2023": 1323, "device_counts_2024": 1444, "stop_counts_2018": 5671, "stop_counts_2019": 4682, "stop_counts_2020": 3016, "stop_counts_2021": 2940, "stop_counts_2022": 5047, "stop_counts_2023": 4897, "stop_counts_2024": 7401, "AREA_acre": 44.497437624953911 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981659, 40.095571 ], [ -74.977757, 40.098433 ], [ -74.976783, 40.095969 ], [ -74.97648, 40.091256 ], [ -74.976072, 40.090653 ], [ -74.979893, 40.09381 ], [ -74.981659, 40.095571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292001", "device_counts_2018": 3530, "device_counts_2019": 2845, "device_counts_2020": 1639, "device_counts_2021": 2062, "device_counts_2022": 2723, "device_counts_2023": 1976, "device_counts_2024": 1263, "stop_counts_2018": 12697, "stop_counts_2019": 8295, "stop_counts_2020": 5963, "stop_counts_2021": 6011, "stop_counts_2022": 7684, "stop_counts_2023": 4979, "stop_counts_2024": 2490, "AREA_acre": 56.271476368704086 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112759, 40.027349 ], [ -75.111377, 40.027619 ], [ -75.110039, 40.028047 ], [ -75.106431, 40.029197 ], [ -75.104306, 40.029846 ], [ -75.104059, 40.029441 ], [ -75.109611, 40.023588 ], [ -75.111228, 40.023211 ], [ -75.111664, 40.025651 ], [ -75.112773, 40.027036 ], [ -75.112759, 40.027349 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010050001", "device_counts_2018": 5250, "device_counts_2019": 3962, "device_counts_2020": 2165, "device_counts_2021": 1976, "device_counts_2022": 2656, "device_counts_2023": 5120, "device_counts_2024": 5348, "stop_counts_2018": 44655, "stop_counts_2019": 37594, "stop_counts_2020": 17646, "stop_counts_2021": 14433, "stop_counts_2022": 21634, "stop_counts_2023": 31608, "stop_counts_2024": 39078, "AREA_acre": 1952.4059531687176 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19631, 39.901071 ], [ -75.193923, 39.900403 ], [ -75.19194, 39.896089 ], [ -75.189993, 39.89681 ], [ -75.187183, 39.896682 ], [ -75.176562, 39.898666 ], [ -75.174959, 39.898488 ], [ -75.169028, 39.897243 ], [ -75.154644, 39.896849 ], [ -75.151526, 39.896647 ], [ -75.144184, 39.895633 ], [ -75.135984863397894, 39.893195957332175 ], [ -75.140006484713695, 39.88846533381718 ], [ -75.140221, 39.888213 ], [ -75.142421, 39.886413 ], [ -75.145323920519388, 39.884284191619102 ], [ -75.145421, 39.884213 ], [ -75.150721, 39.882713 ], [ -75.17453546617179, 39.88219692897281 ], [ -75.183023, 39.882013 ], [ -75.189268267037193, 39.880724294103416 ], [ -75.189323, 39.880713 ], [ -75.195018, 39.877521 ], [ -75.195217294768597, 39.877343945193211 ], [ -75.195514, 39.89184 ], [ -75.196239, 39.893365 ], [ -75.195253, 39.899322 ], [ -75.19631, 39.901071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275004", "device_counts_2018": 785, "device_counts_2019": 574, "device_counts_2020": 308, "device_counts_2021": 193, "device_counts_2022": 257, "device_counts_2023": 329, "device_counts_2024": 249, "stop_counts_2018": 3413, "stop_counts_2019": 2583, "stop_counts_2020": 1596, "stop_counts_2021": 1174, "stop_counts_2022": 1428, "stop_counts_2023": 672, "stop_counts_2024": 463, "AREA_acre": 18.108102600052995 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134969, 40.04022 ], [ -75.13346, 40.039994 ], [ -75.133031, 40.041872 ], [ -75.132216, 40.041759 ], [ -75.132967, 40.038346 ], [ -75.132476, 40.036684 ], [ -75.134818, 40.036987 ], [ -75.134472, 40.038514 ], [ -75.134969, 40.04022 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276001", "device_counts_2018": 3404, "device_counts_2019": 4000, "device_counts_2020": 1468, "device_counts_2021": 1044, "device_counts_2022": 1199, "device_counts_2023": 1574, "device_counts_2024": 1265, "stop_counts_2018": 14848, "stop_counts_2019": 13960, "stop_counts_2020": 6905, "stop_counts_2021": 3925, "stop_counts_2022": 4153, "stop_counts_2023": 7065, "stop_counts_2024": 5761, "AREA_acre": 68.933259860930249 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139322, 40.04232 ], [ -75.138534, 40.042223 ], [ -75.138205, 40.043739 ], [ -75.137529, 40.046805 ], [ -75.136019, 40.046229 ], [ -75.134724, 40.046134 ], [ -75.13479, 40.04146 ], [ -75.134969, 40.04022 ], [ -75.134472, 40.038514 ], [ -75.135257, 40.03864 ], [ -75.137633, 40.038943 ], [ -75.139212, 40.039146 ], [ -75.139612, 40.0408 ], [ -75.139322, 40.04232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277006", "device_counts_2018": 1731, "device_counts_2019": 1415, "device_counts_2020": 693, "device_counts_2021": 527, "device_counts_2022": 703, "device_counts_2023": 537, "device_counts_2024": 477, "stop_counts_2018": 5083, "stop_counts_2019": 4061, "stop_counts_2020": 1976, "stop_counts_2021": 1378, "stop_counts_2022": 1906, "stop_counts_2023": 1854, "stop_counts_2024": 713, "AREA_acre": 22.241099618998106 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157729, 40.052626 ], [ -75.157557, 40.055034 ], [ -75.155554, 40.054074 ], [ -75.155214, 40.053922 ], [ -75.155446, 40.050508 ], [ -75.157858, 40.050602 ], [ -75.157729, 40.052626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279011", "device_counts_2018": 993, "device_counts_2019": 755, "device_counts_2020": 352, "device_counts_2021": 273, "device_counts_2022": 312, "device_counts_2023": 327, "device_counts_2024": 380, "stop_counts_2018": 4211, "stop_counts_2019": 3037, "stop_counts_2020": 1365, "stop_counts_2021": 1008, "stop_counts_2022": 1152, "stop_counts_2023": 1015, "stop_counts_2024": 546, "AREA_acre": 21.878146045700994 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154793, 40.048902 ], [ -75.153235, 40.048842 ], [ -75.15082, 40.048518 ], [ -75.150967, 40.046767 ], [ -75.15068, 40.046352 ], [ -75.151891, 40.046389 ], [ -75.153691, 40.04655 ], [ -75.154966, 40.046241 ], [ -75.154793, 40.048902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279012", "device_counts_2018": 1338, "device_counts_2019": 1146, "device_counts_2020": 446, "device_counts_2021": 307, "device_counts_2022": 408, "device_counts_2023": 782, "device_counts_2024": 815, "stop_counts_2018": 6300, "stop_counts_2019": 4265, "stop_counts_2020": 2368, "stop_counts_2021": 1031, "stop_counts_2022": 1385, "stop_counts_2023": 4091, "stop_counts_2024": 2675, "AREA_acre": 25.107070359367945 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153691, 40.04655 ], [ -75.151891, 40.046389 ], [ -75.15068, 40.046352 ], [ -75.150148, 40.045658 ], [ -75.149591, 40.04483 ], [ -75.149796, 40.043673 ], [ -75.152081, 40.043608 ], [ -75.153883, 40.043659 ], [ -75.153691, 40.04655 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280002", "device_counts_2018": 2172, "device_counts_2019": 1974, "device_counts_2020": 965, "device_counts_2021": 685, "device_counts_2022": 1031, "device_counts_2023": 1193, "device_counts_2024": 657, "stop_counts_2018": 7473, "stop_counts_2019": 5542, "stop_counts_2020": 2874, "stop_counts_2021": 1711, "stop_counts_2022": 2571, "stop_counts_2023": 4891, "stop_counts_2024": 5132, "AREA_acre": 71.096199447595055 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159551, 40.023925 ], [ -75.159033, 40.030316 ], [ -75.158124, 40.030825 ], [ -75.157119, 40.030993 ], [ -75.154776, 40.031452 ], [ -75.155694, 40.02613 ], [ -75.154064, 40.026198 ], [ -75.154245, 40.025634 ], [ -75.157153, 40.02413 ], [ -75.157303, 40.022607 ], [ -75.159035, 40.0228 ], [ -75.159214, 40.023192 ], [ -75.159315, 40.02341 ], [ -75.159551, 40.023925 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283006", "device_counts_2018": 657, "device_counts_2019": 466, "device_counts_2020": 267, "device_counts_2021": 167, "device_counts_2022": 240, "device_counts_2023": 148, "device_counts_2024": 128, "stop_counts_2018": 3581, "stop_counts_2019": 2147, "stop_counts_2020": 1163, "stop_counts_2021": 955, "stop_counts_2022": 915, "stop_counts_2023": 867, "stop_counts_2024": 504, "AREA_acre": 15.628674692993343 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144284, 40.030814 ], [ -75.142471, 40.031766 ], [ -75.141668, 40.0316 ], [ -75.142334, 40.028543 ], [ -75.144716, 40.028855 ], [ -75.144284, 40.030814 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284002", "device_counts_2018": 818, "device_counts_2019": 628, "device_counts_2020": 322, "device_counts_2021": 248, "device_counts_2022": 325, "device_counts_2023": 485, "device_counts_2024": 354, "stop_counts_2018": 3764, "stop_counts_2019": 2477, "stop_counts_2020": 1724, "stop_counts_2021": 872, "stop_counts_2022": 1292, "stop_counts_2023": 2171, "stop_counts_2024": 1924, "AREA_acre": 20.530120507689968 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13998, 40.028245 ], [ -75.136137, 40.027741 ], [ -75.135802, 40.029254 ], [ -75.13506, 40.02915 ], [ -75.135334, 40.027632 ], [ -75.135096, 40.026079 ], [ -75.137096, 40.026336 ], [ -75.138698, 40.026536 ], [ -75.140303, 40.026745 ], [ -75.13998, 40.028245 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286004", "device_counts_2018": 1149, "device_counts_2019": 829, "device_counts_2020": 437, "device_counts_2021": 424, "device_counts_2022": 502, "device_counts_2023": 659, "device_counts_2024": 382, "stop_counts_2018": 4684, "stop_counts_2019": 2655, "stop_counts_2020": 1615, "stop_counts_2021": 1136, "stop_counts_2022": 1661, "stop_counts_2023": 3505, "stop_counts_2024": 418, "AREA_acre": 17.251437267470546 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13129, 40.032818 ], [ -75.128428, 40.032472 ], [ -75.128974, 40.029953 ], [ -75.131829, 40.030321 ], [ -75.13129, 40.032818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289011", "device_counts_2018": 1910, "device_counts_2019": 1261, "device_counts_2020": 812, "device_counts_2021": 666, "device_counts_2022": 917, "device_counts_2023": 983, "device_counts_2024": 660, "stop_counts_2018": 8582, "stop_counts_2019": 4896, "stop_counts_2020": 2878, "stop_counts_2021": 2420, "stop_counts_2022": 3181, "stop_counts_2023": 3295, "stop_counts_2024": 2382, "AREA_acre": 33.277430834789328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120481, 40.02109 ], [ -75.120136, 40.022627 ], [ -75.117959, 40.022349 ], [ -75.116106, 40.022109 ], [ -75.116243, 40.020558 ], [ -75.116404, 40.018909 ], [ -75.117154, 40.019006 ], [ -75.121407, 40.019548 ], [ -75.120481, 40.02109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290001", "device_counts_2018": 2078, "device_counts_2019": 527, "device_counts_2020": 327, "device_counts_2021": 263, "device_counts_2022": 422, "device_counts_2023": 512, "device_counts_2024": 309, "stop_counts_2018": 6736, "stop_counts_2019": 2036, "stop_counts_2020": 1285, "stop_counts_2021": 699, "stop_counts_2022": 1508, "stop_counts_2023": 1692, "stop_counts_2024": 549, "AREA_acre": 43.282288748889854 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116083, 40.033037 ], [ -75.114896, 40.034447 ], [ -75.113107, 40.036567 ], [ -75.11177, 40.03486 ], [ -75.111312, 40.034539 ], [ -75.110667, 40.033249 ], [ -75.111075, 40.031061 ], [ -75.112028, 40.030797 ], [ -75.112876, 40.031991 ], [ -75.117268, 40.031624 ], [ -75.116083, 40.033037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298005", "device_counts_2018": 1493, "device_counts_2019": 1295, "device_counts_2020": 755, "device_counts_2021": 700, "device_counts_2022": 1074, "device_counts_2023": 890, "device_counts_2024": 809, "stop_counts_2018": 4056, "stop_counts_2019": 3302, "stop_counts_2020": 1931, "stop_counts_2021": 1709, "stop_counts_2022": 2488, "stop_counts_2023": 1249, "stop_counts_2024": 1563, "AREA_acre": 14.431976869290169 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071847, 40.016952 ], [ -75.070504, 40.017255 ], [ -75.069585, 40.014649 ], [ -75.068353, 40.014209 ], [ -75.068202, 40.014729 ], [ -75.068503, 40.013619 ], [ -75.070429, 40.013167 ], [ -75.070864, 40.014353 ], [ -75.071847, 40.016952 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299003", "device_counts_2018": 1458, "device_counts_2019": 1281, "device_counts_2020": 704, "device_counts_2021": 857, "device_counts_2022": 1110, "device_counts_2023": 791, "device_counts_2024": 657, "stop_counts_2018": 4361, "stop_counts_2019": 4726, "stop_counts_2020": 2145, "stop_counts_2021": 2004, "stop_counts_2022": 2537, "stop_counts_2023": 759, "stop_counts_2024": 887, "AREA_acre": 16.926806358394707 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073747, 40.013717 ], [ -75.070864, 40.014353 ], [ -75.070429, 40.013167 ], [ -75.06999, 40.012032 ], [ -75.072866, 40.011395 ], [ -75.073295, 40.012543 ], [ -75.073747, 40.013717 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300002", "device_counts_2018": 915, "device_counts_2019": 649, "device_counts_2020": 305, "device_counts_2021": 271, "device_counts_2022": 306, "device_counts_2023": 408, "device_counts_2024": 485, "stop_counts_2018": 4872, "stop_counts_2019": 3017, "stop_counts_2020": 1353, "stop_counts_2021": 1191, "stop_counts_2022": 1083, "stop_counts_2023": 991, "stop_counts_2024": 2113, "AREA_acre": 20.6293278302925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075964, 40.020705 ], [ -75.074969, 40.021505 ], [ -75.073892, 40.022107 ], [ -75.072271, 40.020248 ], [ -75.07338, 40.019654 ], [ -75.074136, 40.019026 ], [ -75.075429, 40.017665 ], [ -75.076164, 40.018049 ], [ -75.075199, 40.019109 ], [ -75.076696, 40.019926 ], [ -75.075964, 40.020705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301002", "device_counts_2018": 1799, "device_counts_2019": 2534, "device_counts_2020": 666, "device_counts_2021": 578, "device_counts_2022": 676, "device_counts_2023": 960, "device_counts_2024": 860, "stop_counts_2018": 9366, "stop_counts_2019": 9892, "stop_counts_2020": 3146, "stop_counts_2021": 2474, "stop_counts_2022": 2316, "stop_counts_2023": 2045, "stop_counts_2024": 2494, "AREA_acre": 47.988926825646729 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087283, 40.020485 ], [ -75.086819, 40.020966 ], [ -75.084591, 40.019701 ], [ -75.083508, 40.018365 ], [ -75.086382, 40.015257 ], [ -75.090325, 40.017356 ], [ -75.087283, 40.020485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302004", "device_counts_2018": 1663, "device_counts_2019": 1318, "device_counts_2020": 739, "device_counts_2021": 667, "device_counts_2022": 882, "device_counts_2023": 708, "device_counts_2024": 483, "stop_counts_2018": 7154, "stop_counts_2019": 4516, "stop_counts_2020": 2467, "stop_counts_2021": 2263, "stop_counts_2022": 2752, "stop_counts_2023": 949, "stop_counts_2024": 866, "AREA_acre": 52.913074914783508 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086997, 40.029443 ], [ -75.085375, 40.028555 ], [ -75.083038, 40.027241 ], [ -75.084726, 40.025458 ], [ -75.086568, 40.023537 ], [ -75.090563, 40.025791 ], [ -75.086997, 40.029443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390003", "device_counts_2018": 546, "device_counts_2019": 383, "device_counts_2020": 239, "device_counts_2021": 200, "device_counts_2022": 257, "device_counts_2023": 250, "device_counts_2024": 331, "stop_counts_2018": 3200, "stop_counts_2019": 1622, "stop_counts_2020": 1065, "stop_counts_2021": 918, "stop_counts_2022": 1232, "stop_counts_2023": 2831, "stop_counts_2024": 1474, "AREA_acre": 12.498041063648012 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.090599, 40.033398 ], [ -75.087931, 40.036236 ], [ -75.087802, 40.036032 ], [ -75.087159, 40.03479 ], [ -75.089204, 40.032628 ], [ -75.090599, 40.033398 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390007", "device_counts_2018": 995, "device_counts_2019": 648, "device_counts_2020": 398, "device_counts_2021": 266, "device_counts_2022": 376, "device_counts_2023": 511, "device_counts_2024": 410, "stop_counts_2018": 4856, "stop_counts_2019": 2544, "stop_counts_2020": 2017, "stop_counts_2021": 1305, "stop_counts_2022": 1484, "stop_counts_2023": 778, "stop_counts_2024": 506, "AREA_acre": 19.70948862943732 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.093021, 40.030888 ], [ -75.091806, 40.032145 ], [ -75.090599, 40.033398 ], [ -75.089204, 40.032628 ], [ -75.088078, 40.032 ], [ -75.089854, 40.031036 ], [ -75.091594, 40.030086 ], [ -75.092349, 40.029658 ], [ -75.093204, 40.030704 ], [ -75.093021, 40.030888 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305012", "device_counts_2018": 1054, "device_counts_2019": 729, "device_counts_2020": 369, "device_counts_2021": 328, "device_counts_2022": 365, "device_counts_2023": 506, "device_counts_2024": 357, "stop_counts_2018": 6013, "stop_counts_2019": 3805, "stop_counts_2020": 2205, "stop_counts_2021": 1760, "stop_counts_2022": 2028, "stop_counts_2023": 2781, "stop_counts_2024": 2007, "AREA_acre": 26.430140293998232 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103163, 40.039196 ], [ -75.099539, 40.042241 ], [ -75.098357, 40.043483 ], [ -75.096603, 40.042487 ], [ -75.101572, 40.038293 ], [ -75.103163, 40.039196 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149001", "device_counts_2018": 1470, "device_counts_2019": 1243, "device_counts_2020": 567, "device_counts_2021": 463, "device_counts_2022": 574, "device_counts_2023": 710, "device_counts_2024": 483, "stop_counts_2018": 6785, "stop_counts_2019": 4516, "stop_counts_2020": 2193, "stop_counts_2021": 1579, "stop_counts_2022": 1802, "stop_counts_2023": 2388, "stop_counts_2024": 441, "AREA_acre": 22.505592461931233 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175344, 39.982517 ], [ -75.174991, 39.98246 ], [ -75.174771, 39.982444 ], [ -75.172161, 39.9821 ], [ -75.172503, 39.980592 ], [ -75.172799, 39.97916 ], [ -75.174393, 39.97938 ], [ -75.175989, 39.979572 ], [ -75.175344, 39.982517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151021", "device_counts_2018": 2300, "device_counts_2019": 1838, "device_counts_2020": 816, "device_counts_2021": 657, "device_counts_2022": 775, "device_counts_2023": 1037, "device_counts_2024": 1038, "stop_counts_2018": 10898, "stop_counts_2019": 8135, "stop_counts_2020": 4292, "stop_counts_2021": 2380, "stop_counts_2022": 3124, "stop_counts_2023": 6032, "stop_counts_2024": 5944, "AREA_acre": 60.78267597562477 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179043, 39.987154 ], [ -75.178616, 39.989179 ], [ -75.177206, 39.988991 ], [ -75.175803, 39.988812 ], [ -75.174665, 39.988427 ], [ -75.174044, 39.988507 ], [ -75.174361, 39.987024 ], [ -75.174694, 39.985506 ], [ -75.175026, 39.98402 ], [ -75.175047, 39.983956 ], [ -75.175344, 39.982517 ], [ -75.176933, 39.982713 ], [ -75.178535, 39.982919 ], [ -75.178118, 39.984769 ], [ -75.180258, 39.986345 ], [ -75.179043, 39.987154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151011", "device_counts_2018": 926, "device_counts_2019": 869, "device_counts_2020": 366, "device_counts_2021": 298, "device_counts_2022": 320, "device_counts_2023": 733, "device_counts_2024": 431, "stop_counts_2018": 4269, "stop_counts_2019": 3699, "stop_counts_2020": 1578, "stop_counts_2021": 1115, "stop_counts_2022": 1426, "stop_counts_2023": 1601, "stop_counts_2024": 2262, "AREA_acre": 23.510803686458118 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187382, 39.98713 ], [ -75.185719, 39.986919 ], [ -75.184136, 39.986721 ], [ -75.184794, 39.983706 ], [ -75.188033, 39.984126 ], [ -75.187382, 39.98713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377003", "device_counts_2018": 647, "device_counts_2019": 493, "device_counts_2020": 269, "device_counts_2021": 239, "device_counts_2022": 323, "device_counts_2023": 326, "device_counts_2024": 273, "stop_counts_2018": 2151, "stop_counts_2019": 1665, "stop_counts_2020": 1111, "stop_counts_2021": 912, "stop_counts_2022": 975, "stop_counts_2023": 611, "stop_counts_2024": 318, "AREA_acre": 12.368774990363015 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148109, 39.983604 ], [ -75.147766, 39.98519 ], [ -75.146102, 39.984978 ], [ -75.146769, 39.981893 ], [ -75.148437, 39.98211 ], [ -75.148109, 39.983604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010023001", "device_counts_2018": 2893, "device_counts_2019": 2750, "device_counts_2020": 827, "device_counts_2021": 948, "device_counts_2022": 1294, "device_counts_2023": 2329, "device_counts_2024": 2309, "stop_counts_2018": 7143, "stop_counts_2019": 5927, "stop_counts_2020": 1874, "stop_counts_2021": 1829, "stop_counts_2022": 2341, "stop_counts_2023": 3652, "stop_counts_2024": 4056, "AREA_acre": 17.592235116920016 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167303, 39.935695 ], [ -75.167083, 39.936742 ], [ -75.167019, 39.936737 ], [ -75.161678, 39.935849 ], [ -75.160199, 39.9356 ], [ -75.160437, 39.934549 ], [ -75.167236, 39.935685 ], [ -75.167303, 39.935695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028024", "device_counts_2018": 2293, "device_counts_2019": 1878, "device_counts_2020": 717, "device_counts_2021": 797, "device_counts_2022": 1095, "device_counts_2023": 1873, "device_counts_2024": 2051, "stop_counts_2018": 6214, "stop_counts_2019": 5486, "stop_counts_2020": 2117, "stop_counts_2021": 2092, "stop_counts_2022": 2961, "stop_counts_2023": 3480, "stop_counts_2024": 5448, "AREA_acre": 14.83831669238433 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163504, 39.92983 ], [ -75.161047, 39.931817 ], [ -75.161428, 39.930017 ], [ -75.161881, 39.927985 ], [ -75.165005, 39.92855 ], [ -75.163504, 39.92983 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029002", "device_counts_2018": 2564, "device_counts_2019": 2326, "device_counts_2020": 570, "device_counts_2021": 820, "device_counts_2022": 1159, "device_counts_2023": 1548, "device_counts_2024": 2488, "stop_counts_2018": 5110, "stop_counts_2019": 4704, "stop_counts_2020": 1104, "stop_counts_2021": 1538, "stop_counts_2022": 2176, "stop_counts_2023": 2955, "stop_counts_2024": 4772, "AREA_acre": 12.66282906745279 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168689, 39.929256 ], [ -75.168423, 39.930465 ], [ -75.16815, 39.931701 ], [ -75.165968, 39.931427 ], [ -75.166246, 39.930207 ], [ -75.166507, 39.929037 ], [ -75.168567, 39.929252 ], [ -75.168689, 39.929256 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030012", "device_counts_2018": 2086, "device_counts_2019": 1802, "device_counts_2020": 672, "device_counts_2021": 752, "device_counts_2022": 1026, "device_counts_2023": 1572, "device_counts_2024": 1471, "stop_counts_2018": 5187, "stop_counts_2019": 4846, "stop_counts_2020": 2038, "stop_counts_2021": 1649, "stop_counts_2022": 2274, "stop_counts_2023": 2527, "stop_counts_2024": 2219, "AREA_acre": 12.90981440124154 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171137, 39.928329 ], [ -75.170891, 39.929552 ], [ -75.168689, 39.929256 ], [ -75.168956, 39.928035 ], [ -75.169228, 39.926806 ], [ -75.171397, 39.927104 ], [ -75.171137, 39.928329 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031003", "device_counts_2018": 841, "device_counts_2019": 641, "device_counts_2020": 329, "device_counts_2021": 252, "device_counts_2022": 411, "device_counts_2023": 248, "device_counts_2024": 428, "stop_counts_2018": 3125, "stop_counts_2019": 2064, "stop_counts_2020": 1179, "stop_counts_2021": 967, "stop_counts_2022": 1314, "stop_counts_2023": 403, "stop_counts_2024": 870, "AREA_acre": 6.9395267142583457 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176606, 39.930285 ], [ -75.175032, 39.930087 ], [ -75.175289, 39.928867 ], [ -75.178445, 39.929271 ], [ -75.176606, 39.930285 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032005", "device_counts_2018": 831, "device_counts_2019": 725, "device_counts_2020": 354, "device_counts_2021": 283, "device_counts_2022": 446, "device_counts_2023": 630, "device_counts_2024": 300, "stop_counts_2018": 3134, "stop_counts_2019": 2678, "stop_counts_2020": 1015, "stop_counts_2021": 1171, "stop_counts_2022": 1827, "stop_counts_2023": 1604, "stop_counts_2024": 884, "AREA_acre": 19.978014521612224 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188115, 39.933014 ], [ -75.184705, 39.932584 ], [ -75.18524, 39.930146 ], [ -75.188636, 39.930583 ], [ -75.188115, 39.933014 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036004", "device_counts_2018": 1088, "device_counts_2019": 897, "device_counts_2020": 474, "device_counts_2021": 404, "device_counts_2022": 490, "device_counts_2023": 556, "device_counts_2024": 561, "stop_counts_2018": 5699, "stop_counts_2019": 4295, "stop_counts_2020": 2564, "stop_counts_2021": 1934, "stop_counts_2022": 2646, "stop_counts_2023": 1979, "stop_counts_2024": 2050, "AREA_acre": 38.1827894719044 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.197537, 39.934232 ], [ -75.194408, 39.933822 ], [ -75.192826, 39.933628 ], [ -75.193353, 39.931185 ], [ -75.192322, 39.931054 ], [ -75.191783, 39.930982 ], [ -75.192047, 39.929756 ], [ -75.193621, 39.929965 ], [ -75.196486, 39.930309 ], [ -75.197537, 39.934232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096003", "device_counts_2018": 1677, "device_counts_2019": 1392, "device_counts_2020": 629, "device_counts_2021": 445, "device_counts_2022": 640, "device_counts_2023": 987, "device_counts_2024": 867, "stop_counts_2018": 5245, "stop_counts_2019": 3776, "stop_counts_2020": 1652, "stop_counts_2021": 1197, "stop_counts_2022": 1922, "stop_counts_2023": 2700, "stop_counts_2024": 2025, "AREA_acre": 15.220788233769811 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246425, 39.964276 ], [ -75.242406, 39.963779 ], [ -75.242735, 39.962202 ], [ -75.246753, 39.962705 ], [ -75.246425, 39.964276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098012", "device_counts_2018": 3549, "device_counts_2019": 3256, "device_counts_2020": 1918, "device_counts_2021": 1482, "device_counts_2022": 1905, "device_counts_2023": 1693, "device_counts_2024": 1903, "stop_counts_2018": 11885, "stop_counts_2019": 9746, "stop_counts_2020": 5445, "stop_counts_2021": 4449, "stop_counts_2022": 5796, "stop_counts_2023": 3338, "stop_counts_2024": 2993, "AREA_acre": 43.851203444327638 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.269257, 39.980186 ], [ -75.268293, 39.978967 ], [ -75.263054, 39.975749 ], [ -75.264257, 39.974419 ], [ -75.265558, 39.975641 ], [ -75.267588, 39.974662 ], [ -75.271309, 39.979275 ], [ -75.269257, 39.980186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101005", "device_counts_2018": 2663, "device_counts_2019": 2282, "device_counts_2020": 1154, "device_counts_2021": 888, "device_counts_2022": 1229, "device_counts_2023": 1695, "device_counts_2024": 1371, "stop_counts_2018": 7284, "stop_counts_2019": 5536, "stop_counts_2020": 3123, "stop_counts_2021": 2149, "stop_counts_2022": 2769, "stop_counts_2023": 3096, "stop_counts_2024": 2558, "AREA_acre": 22.656324932080739 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246935, 39.972111 ], [ -75.244885, 39.971854 ], [ -75.243788, 39.971723 ], [ -75.244416, 39.968706 ], [ -75.246531, 39.968967 ], [ -75.247518, 39.969093 ], [ -75.246935, 39.972111 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102001", "device_counts_2018": 1112, "device_counts_2019": 1041, "device_counts_2020": 425, "device_counts_2021": 364, "device_counts_2022": 448, "device_counts_2023": 552, "device_counts_2024": 407, "stop_counts_2018": 4479, "stop_counts_2019": 3319, "stop_counts_2020": 1576, "stop_counts_2021": 1108, "stop_counts_2022": 1175, "stop_counts_2023": 1965, "stop_counts_2024": 1627, "AREA_acre": 13.754378698794667 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235697, 39.970336 ], [ -75.234203, 39.9705 ], [ -75.232573, 39.970683 ], [ -75.232228, 39.968829 ], [ -75.235356, 39.968509 ], [ -75.235697, 39.970336 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105003", "device_counts_2018": 2481, "device_counts_2019": 2193, "device_counts_2020": 826, "device_counts_2021": 711, "device_counts_2022": 1039, "device_counts_2023": 1592, "device_counts_2024": 1466, "stop_counts_2018": 9005, "stop_counts_2019": 7078, "stop_counts_2020": 2978, "stop_counts_2021": 2065, "stop_counts_2022": 2928, "stop_counts_2023": 4555, "stop_counts_2024": 3570, "AREA_acre": 69.275507064183458 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.216181, 39.962546 ], [ -75.216376, 39.964094 ], [ -75.213228, 39.964331 ], [ -75.21365, 39.967696 ], [ -75.211231, 39.967879 ], [ -75.21056, 39.962571 ], [ -75.21306, 39.962577 ], [ -75.214018, 39.958643 ], [ -75.217002, 39.959015 ], [ -75.216181, 39.962546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108005", "device_counts_2018": 847, "device_counts_2019": 661, "device_counts_2020": 270, "device_counts_2021": 232, "device_counts_2022": 301, "device_counts_2023": 527, "device_counts_2024": 409, "stop_counts_2018": 4017, "stop_counts_2019": 3505, "stop_counts_2020": 1117, "stop_counts_2021": 906, "stop_counts_2022": 1078, "stop_counts_2023": 1332, "stop_counts_2024": 1015, "AREA_acre": 19.264014247892366 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.20264, 39.965169 ], [ -75.197832, 39.965697 ], [ -75.197519, 39.964025 ], [ -75.202334, 39.963495 ], [ -75.20264, 39.965169 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110002", "device_counts_2018": 1195, "device_counts_2019": 954, "device_counts_2020": 463, "device_counts_2021": 366, "device_counts_2022": 514, "device_counts_2023": 1597, "device_counts_2024": 1162, "stop_counts_2018": 4603, "stop_counts_2019": 3079, "stop_counts_2020": 1941, "stop_counts_2021": 1200, "stop_counts_2022": 1369, "stop_counts_2023": 3696, "stop_counts_2024": 3337, "AREA_acre": 26.847486844640951 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213469, 39.977791 ], [ -75.209321, 39.97625 ], [ -75.210123, 39.975067 ], [ -75.208903, 39.974618 ], [ -75.209114, 39.974321 ], [ -75.209976, 39.974242 ], [ -75.209834, 39.973505 ], [ -75.212211, 39.973242 ], [ -75.213469, 39.977791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112001", "device_counts_2018": 671, "device_counts_2019": 622, "device_counts_2020": 305, "device_counts_2021": 217, "device_counts_2022": 247, "device_counts_2023": 327, "device_counts_2024": 283, "stop_counts_2018": 2242, "stop_counts_2019": 1850, "stop_counts_2020": 814, "stop_counts_2021": 533, "stop_counts_2022": 987, "stop_counts_2023": 526, "stop_counts_2024": 363, "AREA_acre": 14.5101040926645 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231783, 39.976852 ], [ -75.229855, 39.977069 ], [ -75.229266, 39.973926 ], [ -75.231194, 39.973709 ], [ -75.231783, 39.976852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114003", "device_counts_2018": 899, "device_counts_2019": 657, "device_counts_2020": 411, "device_counts_2021": 232, "device_counts_2022": 314, "device_counts_2023": 279, "device_counts_2024": 456, "stop_counts_2018": 5542, "stop_counts_2019": 2009, "stop_counts_2020": 1042, "stop_counts_2021": 766, "stop_counts_2022": 819, "stop_counts_2023": 402, "stop_counts_2024": 968, "AREA_acre": 17.371591437366188 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.241574, 39.978799 ], [ -75.239124, 39.979069 ], [ -75.238891, 39.977818 ], [ -75.23857, 39.976101 ], [ -75.241013, 39.975833 ], [ -75.241574, 39.978799 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118004", "device_counts_2018": 838, "device_counts_2019": 803, "device_counts_2020": 390, "device_counts_2021": 305, "device_counts_2022": 441, "device_counts_2023": 360, "device_counts_2024": 478, "stop_counts_2018": 3193, "stop_counts_2019": 2814, "stop_counts_2020": 1310, "stop_counts_2021": 803, "stop_counts_2022": 1022, "stop_counts_2023": 1009, "stop_counts_2024": 887, "AREA_acre": 15.319489675944386 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238184, 39.986061 ], [ -75.237176, 39.986439 ], [ -75.23703, 39.985619 ], [ -75.234774, 39.986089 ], [ -75.234703, 39.985307 ], [ -75.234186, 39.983702 ], [ -75.23724, 39.98484 ], [ -75.240153, 39.985213 ], [ -75.238184, 39.986061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119002", "device_counts_2018": 1031, "device_counts_2019": 905, "device_counts_2020": 421, "device_counts_2021": 333, "device_counts_2022": 404, "device_counts_2023": 507, "device_counts_2024": 283, "stop_counts_2018": 6958, "stop_counts_2019": 4599, "stop_counts_2020": 2115, "stop_counts_2021": 1601, "stop_counts_2022": 1626, "stop_counts_2023": 1186, "stop_counts_2024": 797, "AREA_acre": 39.463402836756721 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228801, 39.982326 ], [ -75.229911, 39.987936 ], [ -75.228123, 39.988356 ], [ -75.227054, 39.989209 ], [ -75.226577, 39.989221 ], [ -75.225891, 39.988131 ], [ -75.228792, 39.980705 ], [ -75.2301, 39.981556 ], [ -75.228801, 39.982326 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010121002", "device_counts_2018": 2577, "device_counts_2019": 2405, "device_counts_2020": 1038, "device_counts_2021": 925, "device_counts_2022": 1256, "device_counts_2023": 2076, "device_counts_2024": 1955, "stop_counts_2018": 10498, "stop_counts_2019": 8402, "stop_counts_2020": 4244, "stop_counts_2021": 2932, "stop_counts_2022": 4599, "stop_counts_2023": 19768, "stop_counts_2024": 25176, "AREA_acre": 176.00240366776916 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227462, 40.000746 ], [ -75.226402, 40.001255 ], [ -75.223637, 39.999066 ], [ -75.219551, 39.999839 ], [ -75.217994, 39.994223 ], [ -75.220317, 39.990286 ], [ -75.225109, 39.987582 ], [ -75.225891, 39.988131 ], [ -75.225662, 39.991469 ], [ -75.225664, 39.995848 ], [ -75.226563, 39.999216 ], [ -75.227462, 40.000746 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125003", "device_counts_2018": 15366, "device_counts_2019": 14350, "device_counts_2020": 3045, "device_counts_2021": 6906, "device_counts_2022": 10168, "device_counts_2023": 12124, "device_counts_2024": 11892, "stop_counts_2018": 33391, "stop_counts_2019": 30329, "stop_counts_2020": 6922, "stop_counts_2021": 10808, "stop_counts_2022": 17653, "stop_counts_2023": 29099, "stop_counts_2024": 26898, "AREA_acre": 91.868986067955461 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183323, 39.964374 ], [ -75.17786, 39.964555 ], [ -75.175984, 39.964208 ], [ -75.173374, 39.961668 ], [ -75.171583, 39.960795 ], [ -75.172002, 39.959007 ], [ -75.179937, 39.960028 ], [ -75.181601, 39.962006 ], [ -75.183323, 39.964374 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135002", "device_counts_2018": 1204, "device_counts_2019": 986, "device_counts_2020": 437, "device_counts_2021": 386, "device_counts_2022": 494, "device_counts_2023": 1340, "device_counts_2024": 1164, "stop_counts_2018": 3099, "stop_counts_2019": 2558, "stop_counts_2020": 1098, "stop_counts_2021": 995, "stop_counts_2022": 1011, "stop_counts_2023": 2641, "stop_counts_2024": 2404, "AREA_acre": 12.362796522072822 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170997, 39.969227 ], [ -75.17055, 39.97157 ], [ -75.169274, 39.971406 ], [ -75.170177, 39.96725 ], [ -75.171344, 39.967275 ], [ -75.170997, 39.969227 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136021", "device_counts_2018": 595, "device_counts_2019": 462, "device_counts_2020": 219, "device_counts_2021": 208, "device_counts_2022": 313, "device_counts_2023": 410, "device_counts_2024": 631, "stop_counts_2018": 2141, "stop_counts_2019": 1351, "stop_counts_2020": 858, "stop_counts_2021": 453, "stop_counts_2022": 776, "stop_counts_2023": 480, "stop_counts_2024": 1310, "AREA_acre": 12.069358616065555 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178108, 39.972509 ], [ -75.177862, 39.97248 ], [ -75.175948, 39.972232 ], [ -75.17646, 39.96991 ], [ -75.178056, 39.970112 ], [ -75.178606, 39.97018 ], [ -75.178108, 39.972509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137001", "device_counts_2018": 1079, "device_counts_2019": 942, "device_counts_2020": 341, "device_counts_2021": 276, "device_counts_2022": 442, "device_counts_2023": 686, "device_counts_2024": 680, "stop_counts_2018": 4289, "stop_counts_2019": 2742, "stop_counts_2020": 1176, "stop_counts_2021": 921, "stop_counts_2022": 1298, "stop_counts_2023": 1396, "stop_counts_2024": 2725, "AREA_acre": 14.759136697968572 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184439, 39.977788 ], [ -75.181755, 39.977444 ], [ -75.182327, 39.975143 ], [ -75.184945, 39.975479 ], [ -75.184439, 39.977788 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157001", "device_counts_2018": 1071, "device_counts_2019": 1003, "device_counts_2020": 391, "device_counts_2021": 422, "device_counts_2022": 626, "device_counts_2023": 1316, "device_counts_2024": 813, "stop_counts_2018": 3661, "stop_counts_2019": 3069, "stop_counts_2020": 1286, "stop_counts_2021": 1084, "stop_counts_2022": 1832, "stop_counts_2023": 5929, "stop_counts_2024": 2174, "AREA_acre": 27.387282875732303 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138137, 39.982312 ], [ -75.137443, 39.982223 ], [ -75.13578, 39.982009 ], [ -75.132881, 39.981631 ], [ -75.13319, 39.980134 ], [ -75.133733, 39.980208 ], [ -75.136105, 39.980514 ], [ -75.136423, 39.97902 ], [ -75.138768, 39.979323 ], [ -75.138137, 39.982312 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158002", "device_counts_2018": 728, "device_counts_2019": 703, "device_counts_2020": 325, "device_counts_2021": 285, "device_counts_2022": 437, "device_counts_2023": 605, "device_counts_2024": 861, "stop_counts_2018": 2039, "stop_counts_2019": 2461, "stop_counts_2020": 912, "stop_counts_2021": 841, "stop_counts_2022": 1523, "stop_counts_2023": 1415, "stop_counts_2024": 3146, "AREA_acre": 16.698362396580354 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129573, 39.975894 ], [ -75.128628, 39.977533 ], [ -75.127401, 39.976845 ], [ -75.126136, 39.976082 ], [ -75.125201, 39.975558 ], [ -75.128693, 39.974284 ], [ -75.129573, 39.975894 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160002", "device_counts_2018": 1204, "device_counts_2019": 1101, "device_counts_2020": 433, "device_counts_2021": 513, "device_counts_2022": 700, "device_counts_2023": 958, "device_counts_2024": 888, "stop_counts_2018": 3583, "stop_counts_2019": 2887, "stop_counts_2020": 1361, "stop_counts_2021": 1378, "stop_counts_2022": 1720, "stop_counts_2023": 1938, "stop_counts_2024": 4077, "AREA_acre": 20.72349711825392 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128628, 39.977533 ], [ -75.125593, 39.979124 ], [ -75.125018, 39.979426 ], [ -75.124193, 39.9785 ], [ -75.123334, 39.977514 ], [ -75.126136, 39.976082 ], [ -75.127401, 39.976845 ], [ -75.128628, 39.977533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164004", "device_counts_2018": 1426, "device_counts_2019": 1065, "device_counts_2020": 552, "device_counts_2021": 458, "device_counts_2022": 519, "device_counts_2023": 786, "device_counts_2024": 530, "stop_counts_2018": 5124, "stop_counts_2019": 3987, "stop_counts_2020": 1615, "stop_counts_2021": 1286, "stop_counts_2022": 1260, "stop_counts_2023": 3373, "stop_counts_2024": 2848, "AREA_acre": 36.99989774063625 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147542, 39.989863 ], [ -75.143668, 39.989365 ], [ -75.142846, 39.989257 ], [ -75.140861, 39.989001 ], [ -75.14152, 39.986016 ], [ -75.1435, 39.986275 ], [ -75.145126, 39.986485 ], [ -75.147542, 39.989863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167013", "device_counts_2018": 1406, "device_counts_2019": 1019, "device_counts_2020": 485, "device_counts_2021": 345, "device_counts_2022": 437, "device_counts_2023": 528, "device_counts_2024": 435, "stop_counts_2018": 6522, "stop_counts_2019": 4160, "stop_counts_2020": 2012, "stop_counts_2021": 1182, "stop_counts_2022": 1547, "stop_counts_2023": 2529, "stop_counts_2024": 1058, "AREA_acre": 23.325216945308551 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1635, 39.990401 ], [ -75.161948, 39.990185 ], [ -75.160365, 39.989991 ], [ -75.160695, 39.988495 ], [ -75.161032, 39.986907 ], [ -75.164184, 39.987311 ], [ -75.1635, 39.990401 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039014", "device_counts_2018": 2846, "device_counts_2019": 2229, "device_counts_2020": 1200, "device_counts_2021": 1350, "device_counts_2022": 1711, "device_counts_2023": 1495, "device_counts_2024": 1368, "stop_counts_2018": 10427, "stop_counts_2019": 7252, "stop_counts_2020": 3644, "stop_counts_2021": 3957, "stop_counts_2022": 4721, "stop_counts_2023": 5781, "stop_counts_2024": 4474, "AREA_acre": 27.879482644824215 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176295, 39.92425 ], [ -75.176088, 39.925198 ], [ -75.175741, 39.92685 ], [ -75.175562, 39.927642 ], [ -75.173426, 39.927363 ], [ -75.172416, 39.927232 ], [ -75.172945, 39.924836 ], [ -75.173226, 39.923556 ], [ -75.176361, 39.92396 ], [ -75.176295, 39.92425 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172011", "device_counts_2018": 2301, "device_counts_2019": 1942, "device_counts_2020": 982, "device_counts_2021": 730, "device_counts_2022": 756, "device_counts_2023": 936, "device_counts_2024": 662, "stop_counts_2018": 7100, "stop_counts_2019": 5919, "stop_counts_2020": 2388, "stop_counts_2021": 1615, "stop_counts_2022": 1838, "stop_counts_2023": 3180, "stop_counts_2024": 926, "AREA_acre": 23.165715984597089 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170087, 39.999116 ], [ -75.169754, 40.000622 ], [ -75.166562, 40.000199 ], [ -75.167215, 39.997197 ], [ -75.17042, 39.997618 ], [ -75.170087, 39.999116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175004", "device_counts_2018": 997, "device_counts_2019": 760, "device_counts_2020": 336, "device_counts_2021": 284, "device_counts_2022": 391, "device_counts_2023": 761, "device_counts_2024": 560, "stop_counts_2018": 4033, "stop_counts_2019": 2482, "stop_counts_2020": 1168, "stop_counts_2021": 985, "stop_counts_2022": 1201, "stop_counts_2023": 3209, "stop_counts_2024": 1624, "AREA_acre": 20.173534896545934 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14708, 39.996143 ], [ -75.143792, 39.995715 ], [ -75.141495, 39.995422 ], [ -75.14183, 39.993929 ], [ -75.147461, 39.994656 ], [ -75.14708, 39.996143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177024", "device_counts_2018": 1049, "device_counts_2019": 784, "device_counts_2020": 464, "device_counts_2021": 437, "device_counts_2022": 529, "device_counts_2023": 783, "device_counts_2024": 761, "stop_counts_2018": 4261, "stop_counts_2019": 2683, "stop_counts_2020": 1630, "stop_counts_2021": 1609, "stop_counts_2022": 2236, "stop_counts_2023": 5420, "stop_counts_2024": 3476, "AREA_acre": 29.775179987705471 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126054, 39.994957 ], [ -75.125737, 39.996451 ], [ -75.121617, 39.99592 ], [ -75.122221, 39.992929 ], [ -75.123212, 39.993054 ], [ -75.126374, 39.993462 ], [ -75.126054, 39.994957 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179001", "device_counts_2018": 658, "device_counts_2019": 474, "device_counts_2020": 277, "device_counts_2021": 212, "device_counts_2022": 288, "device_counts_2023": 407, "device_counts_2024": 433, "stop_counts_2018": 3259, "stop_counts_2019": 1851, "stop_counts_2020": 1461, "stop_counts_2021": 903, "stop_counts_2022": 1112, "stop_counts_2023": 2175, "stop_counts_2024": 3286, "AREA_acre": 23.917312630749986 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.11674, 39.98673 ], [ -75.113492, 39.988768 ], [ -75.113123, 39.988217 ], [ -75.112356, 39.98702 ], [ -75.111887, 39.986296 ], [ -75.114934, 39.984697 ], [ -75.115224, 39.985018 ], [ -75.115524, 39.985365 ], [ -75.11674, 39.98673 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180021", "device_counts_2018": 1044, "device_counts_2019": 1002, "device_counts_2020": 631, "device_counts_2021": 530, "device_counts_2022": 696, "device_counts_2023": 660, "device_counts_2024": 609, "stop_counts_2018": 4077, "stop_counts_2019": 3508, "stop_counts_2020": 3101, "stop_counts_2021": 2258, "stop_counts_2022": 3073, "stop_counts_2023": 2656, "stop_counts_2024": 1897, "AREA_acre": 27.663186526144202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105915, 39.988037 ], [ -75.105064, 39.987073 ], [ -75.103366, 39.985129 ], [ -75.102999, 39.98472 ], [ -75.105437, 39.983452 ], [ -75.108359, 39.986753 ], [ -75.105915, 39.988037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183001", "device_counts_2018": 1379, "device_counts_2019": 1302, "device_counts_2020": 894, "device_counts_2021": 828, "device_counts_2022": 1198, "device_counts_2023": 911, "device_counts_2024": 987, "stop_counts_2018": 6950, "stop_counts_2019": 6889, "stop_counts_2020": 5649, "stop_counts_2021": 4904, "stop_counts_2022": 6223, "stop_counts_2023": 3464, "stop_counts_2024": 2912, "AREA_acre": 266.3506210365278 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079364, 39.994264 ], [ -75.073491, 39.997297 ], [ -75.072513, 39.996193 ], [ -75.069049, 39.999566 ], [ -75.065419, 39.995046 ], [ -75.066765, 39.99318 ], [ -75.071834, 39.99042 ], [ -75.064645979616898, 39.985641523490607 ], [ -75.067664096638595, 39.983171324838914 ], [ -75.078288, 39.990945 ], [ -75.080785, 39.993572 ], [ -75.079364, 39.994264 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188006", "device_counts_2018": 1008, "device_counts_2019": 873, "device_counts_2020": 554, "device_counts_2021": 535, "device_counts_2022": 693, "device_counts_2023": 578, "device_counts_2024": 331, "stop_counts_2018": 3790, "stop_counts_2019": 3095, "stop_counts_2020": 1604, "stop_counts_2021": 1238, "stop_counts_2022": 1956, "stop_counts_2023": 2215, "stop_counts_2024": 778, "AREA_acre": 17.759385781945998 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.110983, 39.997801 ], [ -75.109848, 39.998436 ], [ -75.107775, 39.996084 ], [ -75.106215, 39.996224 ], [ -75.108487, 39.994991 ], [ -75.109617, 39.995123 ], [ -75.111558, 39.997475 ], [ -75.110983, 39.997801 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037021", "device_counts_2018": 2523, "device_counts_2019": 1914, "device_counts_2020": 1052, "device_counts_2021": 1218, "device_counts_2022": 1557, "device_counts_2023": 1575, "device_counts_2024": 961, "stop_counts_2018": 9981, "stop_counts_2019": 6751, "stop_counts_2020": 3884, "stop_counts_2021": 4232, "stop_counts_2022": 5306, "stop_counts_2023": 2953, "stop_counts_2024": 3545, "AREA_acre": 26.129389817850775 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183295, 39.923575 ], [ -75.182243, 39.923442 ], [ -75.181698, 39.925924 ], [ -75.181159, 39.92585 ], [ -75.179242, 39.925606 ], [ -75.176088, 39.925198 ], [ -75.176295, 39.92425 ], [ -75.179651, 39.923652 ], [ -75.180313, 39.92354 ], [ -75.181424, 39.923337 ], [ -75.181703, 39.92329 ], [ -75.183434, 39.922939 ], [ -75.183295, 39.923575 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039022", "device_counts_2018": 2270, "device_counts_2019": 2062, "device_counts_2020": 1221, "device_counts_2021": 1291, "device_counts_2022": 1870, "device_counts_2023": 1721, "device_counts_2024": 1543, "stop_counts_2018": 6872, "stop_counts_2019": 6427, "stop_counts_2020": 4116, "stop_counts_2021": 4710, "stop_counts_2022": 6385, "stop_counts_2023": 4688, "stop_counts_2024": 3795, "AREA_acre": 31.726794893069055 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175217, 39.915653 ], [ -75.174302, 39.918562 ], [ -75.171122, 39.918152 ], [ -75.171423, 39.916757 ], [ -75.171877, 39.914256 ], [ -75.175394, 39.914691 ], [ -75.175217, 39.915653 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041011", "device_counts_2018": 1714, "device_counts_2019": 1295, "device_counts_2020": 711, "device_counts_2021": 713, "device_counts_2022": 986, "device_counts_2023": 959, "device_counts_2024": 1044, "stop_counts_2018": 6890, "stop_counts_2019": 4379, "stop_counts_2020": 2567, "stop_counts_2021": 2365, "stop_counts_2022": 2855, "stop_counts_2023": 4089, "stop_counts_2024": 5003, "AREA_acre": 24.332725526534468 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158192, 39.922891 ], [ -75.157666, 39.925313 ], [ -75.156095, 39.925103 ], [ -75.154526, 39.924895 ], [ -75.155056, 39.922495 ], [ -75.155233, 39.921686 ], [ -75.158363, 39.922092 ], [ -75.158192, 39.922891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041013", "device_counts_2018": 1689, "device_counts_2019": 1376, "device_counts_2020": 741, "device_counts_2021": 782, "device_counts_2022": 1134, "device_counts_2023": 890, "device_counts_2024": 739, "stop_counts_2018": 6270, "stop_counts_2019": 4595, "stop_counts_2020": 3076, "stop_counts_2021": 2679, "stop_counts_2022": 3428, "stop_counts_2023": 2362, "stop_counts_2024": 2346, "AREA_acre": 21.735430930137444 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162876, 39.923489 ], [ -75.158192, 39.922891 ], [ -75.158363, 39.922092 ], [ -75.159904, 39.922287 ], [ -75.160275, 39.920611 ], [ -75.163412, 39.921015 ], [ -75.162876, 39.923489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041024", "device_counts_2018": 1091, "device_counts_2019": 894, "device_counts_2020": 536, "device_counts_2021": 490, "device_counts_2022": 718, "device_counts_2023": 613, "device_counts_2024": 534, "stop_counts_2018": 5277, "stop_counts_2019": 3950, "stop_counts_2020": 2270, "stop_counts_2021": 2558, "stop_counts_2022": 3406, "stop_counts_2023": 1706, "stop_counts_2024": 944, "AREA_acre": 18.903555042273961 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163412, 39.921015 ], [ -75.160275, 39.920611 ], [ -75.160826, 39.918116 ], [ -75.161362, 39.918177 ], [ -75.163956, 39.918518 ], [ -75.163412, 39.921015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041022", "device_counts_2018": 2697, "device_counts_2019": 2035, "device_counts_2020": 1113, "device_counts_2021": 1195, "device_counts_2022": 1775, "device_counts_2023": 1545, "device_counts_2024": 1060, "stop_counts_2018": 12145, "stop_counts_2019": 8245, "stop_counts_2020": 4482, "stop_counts_2021": 5042, "stop_counts_2022": 6928, "stop_counts_2023": 3989, "stop_counts_2024": 3865, "AREA_acre": 33.303219600492369 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161362, 39.918177 ], [ -75.160826, 39.918116 ], [ -75.156139, 39.917515 ], [ -75.156708, 39.914869 ], [ -75.159844, 39.915286 ], [ -75.161956, 39.915546 ], [ -75.161362, 39.918177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055002", "device_counts_2018": 995, "device_counts_2019": 586, "device_counts_2020": 270, "device_counts_2021": 254, "device_counts_2022": 359, "device_counts_2023": 560, "device_counts_2024": 404, "stop_counts_2018": 6688, "stop_counts_2019": 2861, "stop_counts_2020": 1529, "stop_counts_2021": 1225, "stop_counts_2022": 1815, "stop_counts_2023": 2617, "stop_counts_2024": 628, "AREA_acre": 39.454048211527066 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248751, 39.909248 ], [ -75.246021, 39.911148 ], [ -75.243939, 39.910021 ], [ -75.242832, 39.911272 ], [ -75.241558, 39.907257 ], [ -75.244247, 39.908271 ], [ -75.247414, 39.906162 ], [ -75.246275, 39.90746 ], [ -75.248751, 39.909248 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060002", "device_counts_2018": 1326, "device_counts_2019": 1252, "device_counts_2020": 598, "device_counts_2021": 493, "device_counts_2022": 706, "device_counts_2023": 660, "device_counts_2024": 430, "stop_counts_2018": 7502, "stop_counts_2019": 4729, "stop_counts_2020": 2516, "stop_counts_2021": 2022, "stop_counts_2022": 2542, "stop_counts_2023": 1964, "stop_counts_2024": 1855, "AREA_acre": 39.071117635253515 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238529, 39.908213 ], [ -75.231662, 39.912252 ], [ -75.230417, 39.911046 ], [ -75.231964, 39.909874 ], [ -75.235164, 39.906453 ], [ -75.237281, 39.908241 ], [ -75.238529, 39.908213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064001", "device_counts_2018": 1288, "device_counts_2019": 930, "device_counts_2020": 463, "device_counts_2021": 342, "device_counts_2022": 434, "device_counts_2023": 962, "device_counts_2024": 683, "stop_counts_2018": 7187, "stop_counts_2019": 4105, "stop_counts_2020": 2356, "stop_counts_2021": 1385, "stop_counts_2022": 1776, "stop_counts_2023": 5335, "stop_counts_2024": 9583, "AREA_acre": 26.933713695848041 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242972, 39.93094 ], [ -75.237726, 39.92932 ], [ -75.235478, 39.928877 ], [ -75.236986, 39.927821 ], [ -75.235594, 39.92664 ], [ -75.236833, 39.925765 ], [ -75.239493, 39.928024 ], [ -75.238729, 39.928585 ], [ -75.239873, 39.928824 ], [ -75.239625, 39.92957 ], [ -75.241996, 39.930036 ], [ -75.242254, 39.929287 ], [ -75.243254, 39.92947 ], [ -75.242972, 39.93094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065001", "device_counts_2018": 908, "device_counts_2019": 731, "device_counts_2020": 315, "device_counts_2021": 210, "device_counts_2022": 328, "device_counts_2023": 354, "device_counts_2024": 273, "stop_counts_2018": 2787, "stop_counts_2019": 2895, "stop_counts_2020": 977, "stop_counts_2021": 649, "stop_counts_2022": 1142, "stop_counts_2023": 419, "stop_counts_2024": 676, "AREA_acre": 18.718686862567001 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231533, 39.933634 ], [ -75.228533, 39.935732 ], [ -75.227252, 39.934661 ], [ -75.230248, 39.932551 ], [ -75.231276, 39.931827 ], [ -75.232567, 39.932912 ], [ -75.231533, 39.933634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066001", "device_counts_2018": 4201, "device_counts_2019": 3260, "device_counts_2020": 1794, "device_counts_2021": 1392, "device_counts_2022": 1718, "device_counts_2023": 2028, "device_counts_2024": 1367, "stop_counts_2018": 13728, "stop_counts_2019": 9425, "stop_counts_2020": 5441, "stop_counts_2021": 4325, "stop_counts_2022": 4953, "stop_counts_2023": 7936, "stop_counts_2024": 6713, "AREA_acre": 70.482422952342475 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230654, 39.928158 ], [ -75.229222, 39.929172 ], [ -75.227589, 39.930313 ], [ -75.230248, 39.932551 ], [ -75.227252, 39.934661 ], [ -75.224592, 39.93241 ], [ -75.222696, 39.930808 ], [ -75.22278, 39.930749 ], [ -75.227309, 39.927571 ], [ -75.22869, 39.926602 ], [ -75.2294, 39.927156 ], [ -75.230654, 39.928158 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139001", "device_counts_2018": 408, "device_counts_2019": 363, "device_counts_2020": 223, "device_counts_2021": 177, "device_counts_2022": 209, "device_counts_2023": 435, "device_counts_2024": 181, "stop_counts_2018": 1688, "stop_counts_2019": 1324, "stop_counts_2020": 913, "stop_counts_2021": 506, "stop_counts_2022": 1041, "stop_counts_2023": 1207, "stop_counts_2024": 523, "AREA_acre": 13.499843429707751 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174393, 39.97938 ], [ -75.172799, 39.97916 ], [ -75.171213, 39.978952 ], [ -75.171813, 39.976164 ], [ -75.173414, 39.976363 ], [ -75.173126, 39.97775 ], [ -75.174393, 39.97938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010143002", "device_counts_2018": 923, "device_counts_2019": 734, "device_counts_2020": 364, "device_counts_2021": 305, "device_counts_2022": 401, "device_counts_2023": 841, "device_counts_2024": 1034, "stop_counts_2018": 2818, "stop_counts_2019": 2334, "stop_counts_2020": 1129, "stop_counts_2021": 776, "stop_counts_2022": 1067, "stop_counts_2023": 885, "stop_counts_2024": 1832, "AREA_acre": 24.266450022557525 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129432, 39.970543 ], [ -75.127716, 39.971081 ], [ -75.127102, 39.97135 ], [ -75.125899, 39.971765 ], [ -75.124954, 39.969879 ], [ -75.126008, 39.969362 ], [ -75.126535, 39.970303 ], [ -75.127225, 39.970029 ], [ -75.127301, 39.968823 ], [ -75.12899, 39.967518 ], [ -75.130452, 39.970189 ], [ -75.129432, 39.970543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245003", "device_counts_2018": 2167, "device_counts_2019": 1586, "device_counts_2020": 733, "device_counts_2021": 612, "device_counts_2022": 822, "device_counts_2023": 1019, "device_counts_2024": 529, "stop_counts_2018": 9810, "stop_counts_2019": 6220, "stop_counts_2020": 3214, "stop_counts_2021": 1976, "stop_counts_2022": 3446, "stop_counts_2023": 3464, "stop_counts_2024": 1502, "AREA_acre": 70.856959564369475 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164809, 40.036452 ], [ -75.16405, 40.036816 ], [ -75.162752, 40.037499 ], [ -75.162077, 40.038163 ], [ -75.158341, 40.042021 ], [ -75.158363, 40.036346 ], [ -75.158834, 40.035884 ], [ -75.159601, 40.035137 ], [ -75.162906, 40.031923 ], [ -75.164571, 40.032912 ], [ -75.16298, 40.036142 ], [ -75.165094, 40.036234 ], [ -75.164809, 40.036452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246003", "device_counts_2018": 3818, "device_counts_2019": 3196, "device_counts_2020": 1502, "device_counts_2021": 1154, "device_counts_2022": 1567, "device_counts_2023": 1953, "device_counts_2024": 1042, "stop_counts_2018": 12937, "stop_counts_2019": 10814, "stop_counts_2020": 5019, "stop_counts_2021": 2966, "stop_counts_2022": 4419, "stop_counts_2023": 5312, "stop_counts_2024": 1663, "AREA_acre": 59.116992289245161 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177757, 40.039401 ], [ -75.17573, 40.041333 ], [ -75.173355, 40.04362 ], [ -75.172201, 40.042922 ], [ -75.174567, 40.040638 ], [ -75.172027, 40.039141 ], [ -75.17206, 40.038118 ], [ -75.171368, 40.037315 ], [ -75.172726, 40.035986 ], [ -75.173951, 40.035193 ], [ -75.175208, 40.036232 ], [ -75.176428, 40.037794 ], [ -75.177629, 40.039229 ], [ -75.177757, 40.039401 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247005", "device_counts_2018": 1856, "device_counts_2019": 1489, "device_counts_2020": 579, "device_counts_2021": 495, "device_counts_2022": 566, "device_counts_2023": 765, "device_counts_2024": 562, "stop_counts_2018": 7087, "stop_counts_2019": 4830, "stop_counts_2020": 2149, "stop_counts_2021": 1654, "stop_counts_2022": 1959, "stop_counts_2023": 2695, "stop_counts_2024": 819, "AREA_acre": 51.88670494270827 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172027, 40.039141 ], [ -75.170855, 40.040445 ], [ -75.169492, 40.044531 ], [ -75.167207, 40.043149 ], [ -75.165819, 40.042309 ], [ -75.166622, 40.040379 ], [ -75.168911, 40.03847 ], [ -75.170588, 40.0381 ], [ -75.171368, 40.037315 ], [ -75.17206, 40.038118 ], [ -75.172027, 40.039141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252005", "device_counts_2018": 691, "device_counts_2019": 578, "device_counts_2020": 323, "device_counts_2021": 200, "device_counts_2022": 284, "device_counts_2023": 301, "device_counts_2024": 324, "stop_counts_2018": 4848, "stop_counts_2019": 3201, "stop_counts_2020": 2140, "stop_counts_2021": 962, "stop_counts_2022": 1055, "stop_counts_2023": 864, "stop_counts_2024": 1411, "AREA_acre": 26.882834921105065 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176247, 40.047752 ], [ -75.17326, 40.050667 ], [ -75.172888, 40.050431 ], [ -75.171755, 40.048359 ], [ -75.171536, 40.047888 ], [ -75.173686, 40.045803 ], [ -75.174713, 40.046823 ], [ -75.176247, 40.047752 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253003", "device_counts_2018": 1756, "device_counts_2019": 1302, "device_counts_2020": 569, "device_counts_2021": 472, "device_counts_2022": 552, "device_counts_2023": 628, "device_counts_2024": 628, "stop_counts_2018": 6659, "stop_counts_2019": 4015, "stop_counts_2020": 1594, "stop_counts_2021": 1232, "stop_counts_2022": 1351, "stop_counts_2023": 1756, "stop_counts_2024": 4299, "AREA_acre": 30.575887968617966 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186535, 40.056209 ], [ -75.184472, 40.054919 ], [ -75.182944, 40.053989 ], [ -75.181906, 40.053341 ], [ -75.184693, 40.050641 ], [ -75.185221, 40.051585 ], [ -75.185287, 40.051743 ], [ -75.187306, 40.055484 ], [ -75.186535, 40.056209 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253001", "device_counts_2018": 1056, "device_counts_2019": 741, "device_counts_2020": 371, "device_counts_2021": 258, "device_counts_2022": 333, "device_counts_2023": 356, "device_counts_2024": 451, "stop_counts_2018": 5871, "stop_counts_2019": 3371, "stop_counts_2020": 1440, "stop_counts_2021": 938, "stop_counts_2022": 1242, "stop_counts_2023": 1180, "stop_counts_2024": 1353, "AREA_acre": 32.377019423882501 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180252, 40.054955 ], [ -75.18052, 40.055118 ], [ -75.179017, 40.05658 ], [ -75.175743, 40.054577 ], [ -75.177193, 40.05308 ], [ -75.177983, 40.05356 ], [ -75.179616, 40.051956 ], [ -75.181906, 40.053341 ], [ -75.180252, 40.054955 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257001", "device_counts_2018": 2681, "device_counts_2019": 2446, "device_counts_2020": 1347, "device_counts_2021": 1139, "device_counts_2022": 1633, "device_counts_2023": 2153, "device_counts_2024": 2178, "stop_counts_2018": 12304, "stop_counts_2019": 8174, "stop_counts_2020": 4705, "stop_counts_2021": 3246, "stop_counts_2022": 4520, "stop_counts_2023": 6558, "stop_counts_2024": 9011, "AREA_acre": 88.927269498245806 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199361, 40.075928 ], [ -75.197601, 40.077991 ], [ -75.189117, 40.073124 ], [ -75.190594, 40.071973 ], [ -75.193222, 40.06909 ], [ -75.196263, 40.073051 ], [ -75.199496, 40.07547 ], [ -75.199361, 40.075928 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259002", "device_counts_2018": 571, "device_counts_2019": 492, "device_counts_2020": 235, "device_counts_2021": 170, "device_counts_2022": 199, "device_counts_2023": 306, "device_counts_2024": 96, "stop_counts_2018": 3625, "stop_counts_2019": 2366, "stop_counts_2020": 877, "stop_counts_2021": 522, "stop_counts_2022": 722, "stop_counts_2023": 1417, "stop_counts_2024": 574, "AREA_acre": 17.092929076568222 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176145, 40.079288 ], [ -75.175627, 40.07984 ], [ -75.172621, 40.078103 ], [ -75.174171, 40.076549 ], [ -75.177137, 40.078269 ], [ -75.176145, 40.079288 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261002", "device_counts_2018": 1865, "device_counts_2019": 1718, "device_counts_2020": 920, "device_counts_2021": 823, "device_counts_2022": 1059, "device_counts_2023": 1012, "device_counts_2024": 762, "stop_counts_2018": 5924, "stop_counts_2019": 4691, "stop_counts_2020": 2873, "stop_counts_2021": 1960, "stop_counts_2022": 2703, "stop_counts_2023": 2322, "stop_counts_2024": 1650, "AREA_acre": 35.2346507295482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180482, 40.070191 ], [ -75.178918, 40.069175 ], [ -75.174044, 40.067381 ], [ -75.173459, 40.067054 ], [ -75.175327, 40.065216 ], [ -75.176526, 40.065896 ], [ -75.181751, 40.068902 ], [ -75.180482, 40.070191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348012", "device_counts_2018": 1878, "device_counts_2019": 1709, "device_counts_2020": 998, "device_counts_2021": 1284, "device_counts_2022": 1661, "device_counts_2023": 1594, "device_counts_2024": 1569, "stop_counts_2018": 8401, "stop_counts_2019": 7875, "stop_counts_2020": 5104, "stop_counts_2021": 5154, "stop_counts_2022": 7155, "stop_counts_2023": 6244, "stop_counts_2024": 5966, "AREA_acre": 96.935342986574952 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024818, 40.060286 ], [ -75.021992, 40.063113 ], [ -75.021185, 40.061691 ], [ -75.020575, 40.061252 ], [ -75.019815, 40.060783 ], [ -75.014444, 40.057424 ], [ -75.012828, 40.056404 ], [ -75.019047, 40.056391 ], [ -75.022122, 40.056373 ], [ -75.024345, 40.05644 ], [ -75.024701, 40.057278 ], [ -75.024818, 40.060286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264004", "device_counts_2018": 636, "device_counts_2019": 467, "device_counts_2020": 303, "device_counts_2021": 204, "device_counts_2022": 282, "device_counts_2023": 331, "device_counts_2024": 375, "stop_counts_2018": 4110, "stop_counts_2019": 2618, "stop_counts_2020": 1475, "stop_counts_2021": 1027, "stop_counts_2022": 1032, "stop_counts_2023": 1451, "stop_counts_2024": 1121, "AREA_acre": 19.244363478569429 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162018, 40.063095 ], [ -75.160688, 40.064468 ], [ -75.158621, 40.063281 ], [ -75.161105, 40.060726 ], [ -75.163166, 40.061911 ], [ -75.162018, 40.063095 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265002", "device_counts_2018": 823, "device_counts_2019": 695, "device_counts_2020": 340, "device_counts_2021": 237, "device_counts_2022": 330, "device_counts_2023": 354, "device_counts_2024": 384, "stop_counts_2018": 3210, "stop_counts_2019": 2738, "stop_counts_2020": 1857, "stop_counts_2021": 950, "stop_counts_2022": 1493, "stop_counts_2023": 910, "stop_counts_2024": 1796, "AREA_acre": 38.571541000193697 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158413, 40.059181 ], [ -75.15642, 40.061234 ], [ -75.15597, 40.060525 ], [ -75.15175, 40.06222 ], [ -75.151141, 40.061326 ], [ -75.153763, 40.060098 ], [ -75.152752, 40.05859 ], [ -75.154904, 40.057595 ], [ -75.156168, 40.057019 ], [ -75.157371, 40.058584 ], [ -75.158413, 40.059181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266001", "device_counts_2018": 1020, "device_counts_2019": 841, "device_counts_2020": 510, "device_counts_2021": 397, "device_counts_2022": 450, "device_counts_2023": 381, "device_counts_2024": 378, "stop_counts_2018": 3925, "stop_counts_2019": 2736, "stop_counts_2020": 2046, "stop_counts_2021": 950, "stop_counts_2022": 1257, "stop_counts_2023": 762, "stop_counts_2024": 797, "AREA_acre": 101.92822614314677 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148107, 40.060903 ], [ -75.147649, 40.06301 ], [ -75.146051, 40.062926 ], [ -75.145187, 40.066692 ], [ -75.143117, 40.065493 ], [ -75.140709, 40.064133 ], [ -75.14117, 40.063012 ], [ -75.142182, 40.058424 ], [ -75.142292, 40.057941 ], [ -75.143167, 40.058143 ], [ -75.145445, 40.058254 ], [ -75.149219, 40.058432 ], [ -75.148107, 40.060903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267007", "device_counts_2018": 1232, "device_counts_2019": 966, "device_counts_2020": 549, "device_counts_2021": 467, "device_counts_2022": 609, "device_counts_2023": 584, "device_counts_2024": 604, "stop_counts_2018": 4518, "stop_counts_2019": 3130, "stop_counts_2020": 1982, "stop_counts_2021": 1536, "stop_counts_2022": 1950, "stop_counts_2023": 1288, "stop_counts_2024": 1732, "AREA_acre": 20.270058829708983 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149219, 40.058432 ], [ -75.145445, 40.058254 ], [ -75.146002, 40.055765 ], [ -75.149478, 40.056217 ], [ -75.149219, 40.058432 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268003", "device_counts_2018": 2574, "device_counts_2019": 2245, "device_counts_2020": 901, "device_counts_2021": 827, "device_counts_2022": 1172, "device_counts_2023": 1699, "device_counts_2024": 1088, "stop_counts_2018": 8614, "stop_counts_2019": 6358, "stop_counts_2020": 2836, "stop_counts_2021": 2071, "stop_counts_2022": 3007, "stop_counts_2023": 4701, "stop_counts_2024": 1813, "AREA_acre": 37.682178605851611 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143571, 40.052297 ], [ -75.143189, 40.05381 ], [ -75.142849, 40.055357 ], [ -75.142292, 40.057941 ], [ -75.142182, 40.058424 ], [ -75.140544, 40.058209 ], [ -75.139067, 40.058017 ], [ -75.141106, 40.054608 ], [ -75.141443, 40.054208 ], [ -75.14156, 40.053599 ], [ -75.142214, 40.050563 ], [ -75.143841, 40.050771 ], [ -75.143571, 40.052297 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272001", "device_counts_2018": 727, "device_counts_2019": 771, "device_counts_2020": 295, "device_counts_2021": 316, "device_counts_2022": 437, "device_counts_2023": 427, "device_counts_2024": 402, "stop_counts_2018": 2936, "stop_counts_2019": 1990, "stop_counts_2020": 1392, "stop_counts_2021": 1020, "stop_counts_2022": 1434, "stop_counts_2023": 3815, "stop_counts_2024": 2343, "AREA_acre": 16.293437078457497 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117104, 40.050304 ], [ -75.112363, 40.047563 ], [ -75.112588, 40.04638 ], [ -75.117478, 40.048927 ], [ -75.117104, 40.050304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272003", "device_counts_2018": 1943, "device_counts_2019": 1706, "device_counts_2020": 749, "device_counts_2021": 665, "device_counts_2022": 1058, "device_counts_2023": 891, "device_counts_2024": 632, "stop_counts_2018": 12421, "stop_counts_2019": 6497, "stop_counts_2020": 2301, "stop_counts_2021": 1975, "stop_counts_2022": 3425, "stop_counts_2023": 4345, "stop_counts_2024": 1556, "AREA_acre": 78.250567238172792 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122776, 40.049613 ], [ -75.122147, 40.053177 ], [ -75.118652, 40.051186 ], [ -75.117104, 40.050304 ], [ -75.117478, 40.048927 ], [ -75.118503, 40.049061 ], [ -75.119454, 40.04448 ], [ -75.121432, 40.044731 ], [ -75.123566, 40.044993 ], [ -75.122776, 40.049613 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273005", "device_counts_2018": 736, "device_counts_2019": 555, "device_counts_2020": 287, "device_counts_2021": 228, "device_counts_2022": 313, "device_counts_2023": 584, "device_counts_2024": 226, "stop_counts_2018": 3671, "stop_counts_2019": 2012, "stop_counts_2020": 1112, "stop_counts_2021": 764, "stop_counts_2022": 1332, "stop_counts_2023": 965, "stop_counts_2024": 670, "AREA_acre": 15.17302815617489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122078, 40.041664 ], [ -75.121754, 40.04317 ], [ -75.119782, 40.042926 ], [ -75.120103, 40.041417 ], [ -75.120434, 40.039886 ], [ -75.12281, 40.040181 ], [ -75.122078, 40.041664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274023", "device_counts_2018": 1661, "device_counts_2019": 1343, "device_counts_2020": 623, "device_counts_2021": 584, "device_counts_2022": 749, "device_counts_2023": 628, "device_counts_2024": 660, "stop_counts_2018": 6131, "stop_counts_2019": 3769, "stop_counts_2020": 1821, "stop_counts_2021": 1350, "stop_counts_2022": 1876, "stop_counts_2023": 1645, "stop_counts_2024": 1706, "AREA_acre": 27.036431809405176 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126977, 40.039155 ], [ -75.124744, 40.038876 ], [ -75.123535, 40.038719 ], [ -75.123686, 40.037144 ], [ -75.12386, 40.035562 ], [ -75.127641, 40.036063 ], [ -75.126977, 40.039155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306003", "device_counts_2018": 1681, "device_counts_2019": 1344, "device_counts_2020": 836, "device_counts_2021": 683, "device_counts_2022": 957, "device_counts_2023": 687, "device_counts_2024": 885, "stop_counts_2018": 4698, "stop_counts_2019": 3667, "stop_counts_2020": 2178, "stop_counts_2021": 1796, "stop_counts_2022": 2269, "stop_counts_2023": 1031, "stop_counts_2024": 2656, "AREA_acre": 28.194784166044634 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.098017, 40.047096 ], [ -75.095623, 40.049584 ], [ -75.094593, 40.050655 ], [ -75.094183, 40.051071 ], [ -75.092242, 40.049978 ], [ -75.095999, 40.046002 ], [ -75.098017, 40.047096 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306001", "device_counts_2018": 1826, "device_counts_2019": 1676, "device_counts_2020": 1043, "device_counts_2021": 852, "device_counts_2022": 1184, "device_counts_2023": 1521, "device_counts_2024": 1442, "stop_counts_2018": 6612, "stop_counts_2019": 5455, "stop_counts_2020": 3840, "stop_counts_2021": 2981, "stop_counts_2022": 3905, "stop_counts_2023": 8335, "stop_counts_2024": 5463, "AREA_acre": 50.593231316882182 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091268, 40.048083 ], [ -75.091416, 40.049543 ], [ -75.091173, 40.051098 ], [ -75.088873, 40.050674 ], [ -75.088344, 40.051235 ], [ -75.087804, 40.051795 ], [ -75.085989, 40.050878 ], [ -75.086165, 40.050024 ], [ -75.086975, 40.048567 ], [ -75.088312, 40.045514 ], [ -75.091098, 40.04706 ], [ -75.091859, 40.047485 ], [ -75.091268, 40.048083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308001", "device_counts_2018": 429, "device_counts_2019": 394, "device_counts_2020": 189, "device_counts_2021": 179, "device_counts_2022": 242, "device_counts_2023": 406, "device_counts_2024": 307, "stop_counts_2018": 3093, "stop_counts_2019": 1761, "stop_counts_2020": 1156, "stop_counts_2021": 1113, "stop_counts_2022": 1097, "stop_counts_2023": 1056, "stop_counts_2024": 628, "AREA_acre": 27.943379972601285 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.08498, 40.058893 ], [ -75.078631, 40.055357 ], [ -75.079814, 40.054084 ], [ -75.081865, 40.055214 ], [ -75.083654, 40.056213 ], [ -75.085676, 40.057208 ], [ -75.08498, 40.058893 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310001", "device_counts_2018": 1325, "device_counts_2019": 1090, "device_counts_2020": 627, "device_counts_2021": 578, "device_counts_2022": 874, "device_counts_2023": 935, "device_counts_2024": 713, "stop_counts_2018": 5867, "stop_counts_2019": 3935, "stop_counts_2020": 2223, "stop_counts_2021": 1894, "stop_counts_2022": 2784, "stop_counts_2023": 1586, "stop_counts_2024": 819, "AREA_acre": 32.963412472187784 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069721, 40.053284 ], [ -75.068503, 40.05259 ], [ -75.066045, 40.051181 ], [ -75.068475, 40.048729 ], [ -75.072108, 40.050765 ], [ -75.069721, 40.053284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311012", "device_counts_2018": 967, "device_counts_2019": 863, "device_counts_2020": 580, "device_counts_2021": 460, "device_counts_2022": 620, "device_counts_2023": 429, "device_counts_2024": 408, "stop_counts_2018": 3851, "stop_counts_2019": 2236, "stop_counts_2020": 1457, "stop_counts_2021": 1281, "stop_counts_2022": 1702, "stop_counts_2023": 1671, "stop_counts_2024": 891, "AREA_acre": 15.630141338076372 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078996, 40.043455 ], [ -75.075452, 40.041477 ], [ -75.076652, 40.040257 ], [ -75.080164, 40.042213 ], [ -75.078996, 40.043455 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313004", "device_counts_2018": 2315, "device_counts_2019": 1884, "device_counts_2020": 977, "device_counts_2021": 930, "device_counts_2022": 1225, "device_counts_2023": 1364, "device_counts_2024": 840, "stop_counts_2018": 8022, "stop_counts_2019": 5240, "stop_counts_2020": 2516, "stop_counts_2021": 2268, "stop_counts_2022": 3199, "stop_counts_2023": 5438, "stop_counts_2024": 3434, "AREA_acre": 27.396024248758785 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076652, 40.040257 ], [ -75.075452, 40.041477 ], [ -75.075032, 40.04194 ], [ -75.073836, 40.043174 ], [ -75.071813, 40.042033 ], [ -75.072996, 40.040803 ], [ -75.075336, 40.038281 ], [ -75.077394, 40.039464 ], [ -75.076652, 40.040257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314022", "device_counts_2018": 1419, "device_counts_2019": 1186, "device_counts_2020": 636, "device_counts_2021": 752, "device_counts_2022": 1128, "device_counts_2023": 655, "device_counts_2024": 841, "stop_counts_2018": 6723, "stop_counts_2019": 3921, "stop_counts_2020": 1977, "stop_counts_2021": 2119, "stop_counts_2022": 3000, "stop_counts_2023": 820, "stop_counts_2024": 2175, "AREA_acre": 40.238814687041113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06434, 40.041676 ], [ -75.063143, 40.042901 ], [ -75.061075, 40.041761 ], [ -75.058555, 40.040311 ], [ -75.059801, 40.039152 ], [ -75.061043, 40.037981 ], [ -75.06558, 40.040442 ], [ -75.06434, 40.041676 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314021", "device_counts_2018": 2191, "device_counts_2019": 1938, "device_counts_2020": 1233, "device_counts_2021": 1382, "device_counts_2022": 1814, "device_counts_2023": 2032, "device_counts_2024": 1600, "stop_counts_2018": 7215, "stop_counts_2019": 5214, "stop_counts_2020": 2923, "stop_counts_2021": 2710, "stop_counts_2022": 3357, "stop_counts_2023": 3988, "stop_counts_2024": 2767, "AREA_acre": 41.842442715419466 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058858, 40.044338 ], [ -75.057048, 40.04603 ], [ -75.054287, 40.044448 ], [ -75.055946, 40.042831 ], [ -75.058555, 40.040311 ], [ -75.061075, 40.041761 ], [ -75.058858, 40.044338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315021", "device_counts_2018": 5147, "device_counts_2019": 4991, "device_counts_2020": 2740, "device_counts_2021": 3040, "device_counts_2022": 4169, "device_counts_2023": 2944, "device_counts_2024": 2232, "stop_counts_2018": 15355, "stop_counts_2019": 13360, "stop_counts_2020": 7738, "stop_counts_2021": 7253, "stop_counts_2022": 10929, "stop_counts_2023": 4516, "stop_counts_2024": 3947, "AREA_acre": 63.684483740731778 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059801, 40.039152 ], [ -75.058555, 40.040311 ], [ -75.055946, 40.042831 ], [ -75.053865, 40.041545 ], [ -75.055055, 40.040279 ], [ -75.0518, 40.038476 ], [ -75.053584, 40.036574 ], [ -75.056848, 40.03839 ], [ -75.058568, 40.036548 ], [ -75.061043, 40.037981 ], [ -75.059801, 40.039152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315011", "device_counts_2018": 1681, "device_counts_2019": 1622, "device_counts_2020": 985, "device_counts_2021": 897, "device_counts_2022": 1301, "device_counts_2023": 963, "device_counts_2024": 738, "stop_counts_2018": 5842, "stop_counts_2019": 4598, "stop_counts_2020": 2628, "stop_counts_2021": 2523, "stop_counts_2022": 3416, "stop_counts_2023": 2467, "stop_counts_2024": 1517, "AREA_acre": 27.500047035176475 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045806, 40.039579 ], [ -75.044192, 40.03866 ], [ -75.042536, 40.037722 ], [ -75.04086, 40.036757 ], [ -75.043199, 40.035544 ], [ -75.045778, 40.036986 ], [ -75.047405, 40.037892 ], [ -75.045806, 40.039579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316007", "device_counts_2018": 4256, "device_counts_2019": 4265, "device_counts_2020": 2740, "device_counts_2021": 2805, "device_counts_2022": 3914, "device_counts_2023": 3444, "device_counts_2024": 3044, "stop_counts_2018": 10631, "stop_counts_2019": 10898, "stop_counts_2020": 7641, "stop_counts_2021": 7044, "stop_counts_2022": 9576, "stop_counts_2023": 6985, "stop_counts_2024": 7241, "AREA_acre": 41.127816409859491 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064362, 40.036306 ], [ -75.062463, 40.036912 ], [ -75.061043, 40.037981 ], [ -75.058568, 40.036548 ], [ -75.060338, 40.034685 ], [ -75.0621, 40.032813 ], [ -75.063188, 40.031566 ], [ -75.064362, 40.036306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318003", "device_counts_2018": 448, "device_counts_2019": 291, "device_counts_2020": 188, "device_counts_2021": 174, "device_counts_2022": 214, "device_counts_2023": 279, "device_counts_2024": 207, "stop_counts_2018": 2541, "stop_counts_2019": 1325, "stop_counts_2020": 846, "stop_counts_2021": 742, "stop_counts_2022": 1175, "stop_counts_2023": 1809, "stop_counts_2024": 616, "AREA_acre": 16.902658487707395 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079443, 40.031051 ], [ -75.078277, 40.032301 ], [ -75.076783, 40.031474 ], [ -75.077661, 40.030054 ], [ -75.07908, 40.028552 ], [ -75.080866, 40.029556 ], [ -75.079443, 40.031051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320005", "device_counts_2018": 1463, "device_counts_2019": 1227, "device_counts_2020": 785, "device_counts_2021": 700, "device_counts_2022": 858, "device_counts_2023": 715, "device_counts_2024": 405, "stop_counts_2018": 5486, "stop_counts_2019": 3736, "stop_counts_2020": 2536, "stop_counts_2021": 2191, "stop_counts_2022": 2555, "stop_counts_2023": 2063, "stop_counts_2024": 1685, "AREA_acre": 24.717826457570816 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.062394, 40.027444 ], [ -75.062207, 40.027471 ], [ -75.059227, 40.027909 ], [ -75.057594, 40.026031 ], [ -75.057806, 40.025174 ], [ -75.059761, 40.024161 ], [ -75.062419, 40.027136 ], [ -75.062394, 40.027444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321002", "device_counts_2018": 814, "device_counts_2019": 642, "device_counts_2020": 333, "device_counts_2021": 291, "device_counts_2022": 397, "device_counts_2023": 453, "device_counts_2024": 358, "stop_counts_2018": 5185, "stop_counts_2019": 3040, "stop_counts_2020": 1751, "stop_counts_2021": 1339, "stop_counts_2022": 1892, "stop_counts_2023": 1980, "stop_counts_2024": 1603, "AREA_acre": 24.852014587876379 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059304, 40.017638 ], [ -75.055687, 40.019504 ], [ -75.053922, 40.017488 ], [ -75.057542, 40.015615 ], [ -75.059304, 40.017638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325001", "device_counts_2018": 1608, "device_counts_2019": 1461, "device_counts_2020": 861, "device_counts_2021": 789, "device_counts_2022": 1023, "device_counts_2023": 784, "device_counts_2024": 655, "stop_counts_2018": 4874, "stop_counts_2019": 4667, "stop_counts_2020": 2995, "stop_counts_2021": 2363, "stop_counts_2022": 2746, "stop_counts_2023": 1979, "stop_counts_2024": 1753, "AREA_acre": 33.666010966679231 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048574, 40.032982 ], [ -75.047718, 40.033301 ], [ -75.04677, 40.033683 ], [ -75.045554, 40.032261 ], [ -75.044655, 40.031231 ], [ -75.04744, 40.029792 ], [ -75.048355, 40.029324 ], [ -75.050972, 40.032324 ], [ -75.048574, 40.032982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326004", "device_counts_2018": 748, "device_counts_2019": 627, "device_counts_2020": 358, "device_counts_2021": 297, "device_counts_2022": 441, "device_counts_2023": 248, "device_counts_2024": 508, "stop_counts_2018": 4708, "stop_counts_2019": 3524, "stop_counts_2020": 1705, "stop_counts_2021": 1381, "stop_counts_2022": 2012, "stop_counts_2023": 884, "stop_counts_2024": 3882, "AREA_acre": 31.077383426471641 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.043304, 40.029688 ], [ -75.041188, 40.030786 ], [ -75.03733, 40.032782 ], [ -75.036906, 40.032252 ], [ -75.036055, 40.031206 ], [ -75.0387, 40.029839 ], [ -75.041957, 40.028152 ], [ -75.042858, 40.029185 ], [ -75.043304, 40.029688 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330006", "device_counts_2018": 1493, "device_counts_2019": 1396, "device_counts_2020": 816, "device_counts_2021": 775, "device_counts_2022": 1005, "device_counts_2023": 502, "device_counts_2024": 606, "stop_counts_2018": 5437, "stop_counts_2019": 4276, "stop_counts_2020": 2821, "stop_counts_2021": 2046, "stop_counts_2022": 2566, "stop_counts_2023": 1138, "stop_counts_2024": 1430, "AREA_acre": 19.860954538512317 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040594, 40.036859 ], [ -75.039289, 40.03734 ], [ -75.03728, 40.035045 ], [ -75.035488, 40.03299 ], [ -75.036906, 40.032252 ], [ -75.03733, 40.032782 ], [ -75.038616, 40.034355 ], [ -75.039473, 40.035404 ], [ -75.040594, 40.036859 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331022", "device_counts_2018": 980, "device_counts_2019": 903, "device_counts_2020": 480, "device_counts_2021": 484, "device_counts_2022": 693, "device_counts_2023": 660, "device_counts_2024": 534, "stop_counts_2018": 4047, "stop_counts_2019": 3200, "stop_counts_2020": 2844, "stop_counts_2021": 2305, "stop_counts_2022": 3227, "stop_counts_2023": 2759, "stop_counts_2024": 1773, "AREA_acre": 28.969126795715628 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.030535, 40.044372 ], [ -75.02654, 40.045822 ], [ -75.02603, 40.043117 ], [ -75.02562, 40.042322 ], [ -75.028257, 40.041363 ], [ -75.030535, 40.044372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331012", "device_counts_2018": 2557, "device_counts_2019": 2268, "device_counts_2020": 1578, "device_counts_2021": 1523, "device_counts_2022": 2018, "device_counts_2023": 1222, "device_counts_2024": 1265, "stop_counts_2018": 7948, "stop_counts_2019": 7105, "stop_counts_2020": 5139, "stop_counts_2021": 4590, "stop_counts_2022": 5878, "stop_counts_2023": 1767, "stop_counts_2024": 3370, "AREA_acre": 31.421160611340266 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041692, 40.038218 ], [ -75.03836, 40.039695 ], [ -75.036639, 40.04046 ], [ -75.035726, 40.040863 ], [ -75.034423, 40.03912 ], [ -75.035331, 40.038788 ], [ -75.036276, 40.038441 ], [ -75.039289, 40.03734 ], [ -75.040594, 40.036859 ], [ -75.04086, 40.036757 ], [ -75.042536, 40.037722 ], [ -75.041692, 40.038218 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067005", "device_counts_2018": 1904, "device_counts_2019": 1205, "device_counts_2020": 612, "device_counts_2021": 466, "device_counts_2022": 591, "device_counts_2023": 612, "device_counts_2024": 579, "stop_counts_2018": 10120, "stop_counts_2019": 4990, "stop_counts_2020": 2499, "stop_counts_2021": 2151, "stop_counts_2022": 2753, "stop_counts_2023": 6289, "stop_counts_2024": 3291, "AREA_acre": 30.24266114709382 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22869, 39.926602 ], [ -75.226681, 39.927543 ], [ -75.22484, 39.926055 ], [ -75.225832, 39.925361 ], [ -75.22444, 39.924188 ], [ -75.22495, 39.923838 ], [ -75.226319, 39.922867 ], [ -75.226761, 39.923242 ], [ -75.229818, 39.925811 ], [ -75.22869, 39.926602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009012", "device_counts_2018": 12668, "device_counts_2019": 10319, "device_counts_2020": 2062, "device_counts_2021": 3898, "device_counts_2022": 5384, "device_counts_2023": 8823, "device_counts_2024": 7989, "stop_counts_2018": 29675, "stop_counts_2019": 23969, "stop_counts_2020": 4731, "stop_counts_2021": 8022, "stop_counts_2022": 11436, "stop_counts_2023": 16980, "stop_counts_2024": 19796, "AREA_acre": 12.646381019533512 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164845, 39.946999 ], [ -75.164752, 39.947424 ], [ -75.164338, 39.949346 ], [ -75.164265, 39.94934 ], [ -75.162114, 39.94908 ], [ -75.162627, 39.946713 ], [ -75.163648, 39.946836 ], [ -75.164772, 39.946983 ], [ -75.164845, 39.946999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012022", "device_counts_2018": 2642, "device_counts_2019": 2101, "device_counts_2020": 688, "device_counts_2021": 810, "device_counts_2022": 1162, "device_counts_2023": 1981, "device_counts_2024": 1542, "stop_counts_2018": 6118, "stop_counts_2019": 4463, "stop_counts_2020": 1852, "stop_counts_2021": 1709, "stop_counts_2022": 2505, "stop_counts_2023": 2403, "stop_counts_2024": 2407, "AREA_acre": 15.313955149715312 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171488, 39.946353 ], [ -75.166767, 39.945768 ], [ -75.168443, 39.945524 ], [ -75.168762, 39.94405 ], [ -75.171906, 39.944443 ], [ -75.171488, 39.946353 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069003", "device_counts_2018": 1245, "device_counts_2019": 793, "device_counts_2020": 444, "device_counts_2021": 314, "device_counts_2022": 423, "device_counts_2023": 633, "device_counts_2024": 249, "stop_counts_2018": 6249, "stop_counts_2019": 2886, "stop_counts_2020": 1855, "stop_counts_2021": 744, "stop_counts_2022": 1407, "stop_counts_2023": 2698, "stop_counts_2024": 1053, "AREA_acre": 34.25487521178129 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221287, 39.931789 ], [ -75.217058, 39.934733 ], [ -75.215778, 39.935624 ], [ -75.213893, 39.935906 ], [ -75.215569, 39.933489 ], [ -75.215858, 39.933066 ], [ -75.218984, 39.932331 ], [ -75.220628, 39.931175 ], [ -75.219232, 39.930016 ], [ -75.220588, 39.929047 ], [ -75.222696, 39.930808 ], [ -75.221287, 39.931789 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069002", "device_counts_2018": 1024, "device_counts_2019": 646, "device_counts_2020": 361, "device_counts_2021": 323, "device_counts_2022": 435, "device_counts_2023": 502, "device_counts_2024": 659, "stop_counts_2018": 3408, "stop_counts_2019": 2551, "stop_counts_2020": 1124, "stop_counts_2021": 826, "stop_counts_2022": 1308, "stop_counts_2023": 1627, "stop_counts_2024": 1895, "AREA_acre": 35.585590551934608 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220628, 39.931175 ], [ -75.218984, 39.932331 ], [ -75.215858, 39.933066 ], [ -75.218389, 39.929335 ], [ -75.216769, 39.928686 ], [ -75.214825, 39.929799 ], [ -75.216768, 39.926956 ], [ -75.21931, 39.928012 ], [ -75.220588, 39.929047 ], [ -75.219232, 39.930016 ], [ -75.220628, 39.931175 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071023", "device_counts_2018": 2390, "device_counts_2019": 850, "device_counts_2020": 369, "device_counts_2021": 258, "device_counts_2022": 301, "device_counts_2023": 409, "device_counts_2024": 204, "stop_counts_2018": 8215, "stop_counts_2019": 4455, "stop_counts_2020": 1436, "stop_counts_2021": 1222, "stop_counts_2022": 1162, "stop_counts_2023": 1409, "stop_counts_2024": 1266, "AREA_acre": 22.100940853530826 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229077, 39.940637 ], [ -75.226334, 39.942562 ], [ -75.225508, 39.941871 ], [ -75.224607, 39.941109 ], [ -75.224113, 39.940691 ], [ -75.22548, 39.939725 ], [ -75.226854, 39.938767 ], [ -75.229077, 39.940637 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071025", "device_counts_2018": 782, "device_counts_2019": 504, "device_counts_2020": 285, "device_counts_2021": 198, "device_counts_2022": 222, "device_counts_2023": 204, "device_counts_2024": 225, "stop_counts_2018": 3875, "stop_counts_2019": 2884, "stop_counts_2020": 1267, "stop_counts_2021": 745, "stop_counts_2022": 1070, "stop_counts_2023": 314, "stop_counts_2024": 184, "AREA_acre": 19.862200285530704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233632, 39.940292 ], [ -75.231676, 39.941671 ], [ -75.230928, 39.942194 ], [ -75.229528, 39.941018 ], [ -75.229077, 39.940637 ], [ -75.231766, 39.93846 ], [ -75.23242, 39.938995 ], [ -75.233632, 39.940292 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072006", "device_counts_2018": 3516, "device_counts_2019": 2854, "device_counts_2020": 1599, "device_counts_2021": 1261, "device_counts_2022": 1529, "device_counts_2023": 1697, "device_counts_2024": 940, "stop_counts_2018": 11223, "stop_counts_2019": 7371, "stop_counts_2020": 3887, "stop_counts_2021": 3413, "stop_counts_2022": 3852, "stop_counts_2023": 3252, "stop_counts_2024": 2380, "AREA_acre": 38.698315374221352 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240052, 39.945917 ], [ -75.235917, 39.946793 ], [ -75.235822, 39.946835 ], [ -75.235049, 39.946992 ], [ -75.233604, 39.947351 ], [ -75.233718, 39.944559 ], [ -75.234474, 39.944027 ], [ -75.235219, 39.943494 ], [ -75.237132, 39.943237 ], [ -75.238875, 39.94468 ], [ -75.240266, 39.945866 ], [ -75.240052, 39.945917 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073002", "device_counts_2018": 792, "device_counts_2019": 525, "device_counts_2020": 274, "device_counts_2021": 184, "device_counts_2022": 187, "device_counts_2023": 306, "device_counts_2024": 350, "stop_counts_2018": 3439, "stop_counts_2019": 1820, "stop_counts_2020": 873, "stop_counts_2021": 475, "stop_counts_2022": 654, "stop_counts_2023": 733, "stop_counts_2024": 615, "AREA_acre": 17.135117187076936 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22498, 39.943534 ], [ -75.22361, 39.944505 ], [ -75.222759, 39.943806 ], [ -75.221367, 39.942626 ], [ -75.220175, 39.941602 ], [ -75.221545, 39.940652 ], [ -75.222753, 39.941654 ], [ -75.224129, 39.942836 ], [ -75.22498, 39.943534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010077001", "device_counts_2018": 2467, "device_counts_2019": 1916, "device_counts_2020": 846, "device_counts_2021": 887, "device_counts_2022": 1248, "device_counts_2023": 1906, "device_counts_2024": 1824, "stop_counts_2018": 8250, "stop_counts_2019": 6195, "stop_counts_2020": 3015, "stop_counts_2021": 2412, "stop_counts_2022": 3581, "stop_counts_2023": 6012, "stop_counts_2024": 4667, "AREA_acre": 39.413732886042283 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21292, 39.949065 ], [ -75.209259, 39.949541 ], [ -75.208044, 39.949748 ], [ -75.205759, 39.949832 ], [ -75.205656, 39.948053 ], [ -75.207046, 39.946754 ], [ -75.208387, 39.945651 ], [ -75.208733, 39.946839 ], [ -75.210103, 39.946697 ], [ -75.211389, 39.947796 ], [ -75.21292, 39.949065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079002", "device_counts_2018": 1744, "device_counts_2019": 1628, "device_counts_2020": 562, "device_counts_2021": 581, "device_counts_2022": 791, "device_counts_2023": 1190, "device_counts_2024": 1444, "stop_counts_2018": 4636, "stop_counts_2019": 4698, "stop_counts_2020": 1577, "stop_counts_2021": 1567, "stop_counts_2022": 2034, "stop_counts_2023": 3676, "stop_counts_2024": 2472, "AREA_acre": 27.991586643960574 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218833, 39.950273 ], [ -75.218676, 39.951032 ], [ -75.214691, 39.950542 ], [ -75.212716, 39.950292 ], [ -75.21292, 39.949065 ], [ -75.217121, 39.94861 ], [ -75.219234, 39.948368 ], [ -75.218833, 39.950273 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081024", "device_counts_2018": 1486, "device_counts_2019": 1197, "device_counts_2020": 508, "device_counts_2021": 467, "device_counts_2022": 566, "device_counts_2023": 936, "device_counts_2024": 451, "stop_counts_2018": 7120, "stop_counts_2019": 5092, "stop_counts_2020": 2746, "stop_counts_2021": 2112, "stop_counts_2022": 2289, "stop_counts_2023": 4342, "stop_counts_2024": 3372, "AREA_acre": 30.845264888969876 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234856, 39.951444 ], [ -75.234531, 39.953 ], [ -75.230323, 39.952475 ], [ -75.230793, 39.950172 ], [ -75.230959, 39.949438 ], [ -75.235165, 39.949953 ], [ -75.234856, 39.951444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082002", "device_counts_2018": 882, "device_counts_2019": 713, "device_counts_2020": 287, "device_counts_2021": 233, "device_counts_2022": 239, "device_counts_2023": 405, "device_counts_2024": 377, "stop_counts_2018": 3847, "stop_counts_2019": 2541, "stop_counts_2020": 1368, "stop_counts_2021": 961, "stop_counts_2022": 1047, "stop_counts_2023": 1076, "stop_counts_2024": 838, "AREA_acre": 16.638490243996831 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243381, 39.949411 ], [ -75.24323, 39.950172 ], [ -75.239232, 39.949923 ], [ -75.23943, 39.948931 ], [ -75.239641, 39.947932 ], [ -75.243536, 39.948659 ], [ -75.243381, 39.949411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176011", "device_counts_2018": 856, "device_counts_2019": 627, "device_counts_2020": 384, "device_counts_2021": 299, "device_counts_2022": 394, "device_counts_2023": 436, "device_counts_2024": 410, "stop_counts_2018": 2928, "stop_counts_2019": 1544, "stop_counts_2020": 1434, "stop_counts_2021": 1043, "stop_counts_2022": 1193, "stop_counts_2023": 591, "stop_counts_2024": 1412, "AREA_acre": 19.847626514563821 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138713, 39.998891 ], [ -75.13191, 39.995754 ], [ -75.132367, 39.995776 ], [ -75.134444, 39.996049 ], [ -75.13735, 39.996421 ], [ -75.139199, 39.996661 ], [ -75.138713, 39.998891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083012", "device_counts_2018": 2511, "device_counts_2019": 2228, "device_counts_2020": 936, "device_counts_2021": 839, "device_counts_2022": 1121, "device_counts_2023": 1365, "device_counts_2024": 959, "stop_counts_2018": 8707, "stop_counts_2019": 7469, "stop_counts_2020": 3713, "stop_counts_2021": 2179, "stop_counts_2022": 2825, "stop_counts_2023": 3901, "stop_counts_2024": 5419, "AREA_acre": 28.09987015564899 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247897, 39.95724 ], [ -75.24739, 39.959662 ], [ -75.243371, 39.959166 ], [ -75.243608, 39.95802 ], [ -75.243975, 39.95626 ], [ -75.247989, 39.956758 ], [ -75.247897, 39.95724 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084005", "device_counts_2018": 1309, "device_counts_2019": 1045, "device_counts_2020": 528, "device_counts_2021": 469, "device_counts_2022": 555, "device_counts_2023": 732, "device_counts_2024": 327, "stop_counts_2018": 4205, "stop_counts_2019": 2619, "stop_counts_2020": 1649, "stop_counts_2021": 1219, "stop_counts_2022": 1490, "stop_counts_2023": 1853, "stop_counts_2024": 1203, "AREA_acre": 15.085384618605248 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239909, 39.956313 ], [ -75.237934, 39.956062 ], [ -75.235997, 39.955831 ], [ -75.233984, 39.955579 ], [ -75.234212, 39.954521 ], [ -75.238166, 39.955011 ], [ -75.240137, 39.955252 ], [ -75.239909, 39.956313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085004", "device_counts_2018": 1324, "device_counts_2019": 1184, "device_counts_2020": 492, "device_counts_2021": 393, "device_counts_2022": 536, "device_counts_2023": 663, "device_counts_2024": 436, "stop_counts_2018": 4140, "stop_counts_2019": 3440, "stop_counts_2020": 1192, "stop_counts_2021": 1340, "stop_counts_2022": 1586, "stop_counts_2023": 968, "stop_counts_2024": 1585, "AREA_acre": 15.121479152634455 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231937, 39.955319 ], [ -75.226002, 39.954591 ], [ -75.226224, 39.953528 ], [ -75.229999, 39.953996 ], [ -75.232153, 39.954262 ], [ -75.231937, 39.955319 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086023", "device_counts_2018": 1139, "device_counts_2019": 940, "device_counts_2020": 402, "device_counts_2021": 351, "device_counts_2022": 854, "device_counts_2023": 610, "device_counts_2024": 630, "stop_counts_2018": 3806, "stop_counts_2019": 2575, "stop_counts_2020": 1105, "stop_counts_2021": 813, "stop_counts_2022": 2001, "stop_counts_2023": 1349, "stop_counts_2024": 1624, "AREA_acre": 19.891170519897525 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221559, 39.956461 ], [ -75.221397, 39.957227 ], [ -75.221244, 39.957984 ], [ -75.22092, 39.959505 ], [ -75.219175, 39.959288 ], [ -75.218954, 39.95926 ], [ -75.219421, 39.956979 ], [ -75.219823, 39.955076 ], [ -75.221798, 39.955319 ], [ -75.221559, 39.956461 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091001", "device_counts_2018": 949, "device_counts_2019": 878, "device_counts_2020": 303, "device_counts_2021": 358, "device_counts_2022": 481, "device_counts_2023": 859, "device_counts_2024": 636, "stop_counts_2018": 2402, "stop_counts_2019": 2765, "stop_counts_2020": 730, "stop_counts_2021": 1099, "stop_counts_2022": 1411, "stop_counts_2023": 1767, "stop_counts_2024": 1156, "AREA_acre": 17.4127090646532 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199436, 39.962042 ], [ -75.197197, 39.962287 ], [ -75.194297, 39.962607 ], [ -75.194015, 39.961124 ], [ -75.198844, 39.960637 ], [ -75.199436, 39.962042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094001", "device_counts_2018": 687, "device_counts_2019": 605, "device_counts_2020": 220, "device_counts_2021": 159, "device_counts_2022": 216, "device_counts_2023": 229, "device_counts_2024": 304, "stop_counts_2018": 3022, "stop_counts_2019": 2607, "stop_counts_2020": 671, "stop_counts_2021": 467, "stop_counts_2022": 692, "stop_counts_2023": 316, "stop_counts_2024": 444, "AREA_acre": 14.422873321910531 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23189, 39.965593 ], [ -75.22992, 39.965352 ], [ -75.230552, 39.96231 ], [ -75.232527, 39.962557 ], [ -75.23189, 39.965593 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165002", "device_counts_2018": 854, "device_counts_2019": 615, "device_counts_2020": 268, "device_counts_2021": 187, "device_counts_2022": 209, "device_counts_2023": 331, "device_counts_2024": 328, "stop_counts_2018": 3539, "stop_counts_2019": 2057, "stop_counts_2020": 1184, "stop_counts_2021": 567, "stop_counts_2022": 632, "stop_counts_2023": 1369, "stop_counts_2024": 420, "AREA_acre": 19.125037228125361 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15273, 39.992072 ], [ -75.149587, 39.991665 ], [ -75.150238, 39.988684 ], [ -75.151815, 39.988886 ], [ -75.152871, 39.990551 ], [ -75.15273, 39.992072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372001", "device_counts_2018": 2121, "device_counts_2019": 2130, "device_counts_2020": 1002, "device_counts_2021": 1585, "device_counts_2022": 2170, "device_counts_2023": 2506, "device_counts_2024": 2970, "stop_counts_2018": 5852, "stop_counts_2019": 5843, "stop_counts_2020": 3649, "stop_counts_2021": 4163, "stop_counts_2022": 5339, "stop_counts_2023": 4916, "stop_counts_2024": 5212, "AREA_acre": 57.266228801436739 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172294, 39.912393 ], [ -75.171877, 39.914256 ], [ -75.171423, 39.916757 ], [ -75.167681, 39.916283 ], [ -75.166914, 39.916189 ], [ -75.167462, 39.913675 ], [ -75.165081, 39.913368 ], [ -75.165482, 39.911531 ], [ -75.171928, 39.912348 ], [ -75.172294, 39.912393 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210004", "device_counts_2018": 4798, "device_counts_2019": 3503, "device_counts_2020": 1790, "device_counts_2021": 2175, "device_counts_2022": 2690, "device_counts_2023": 3495, "device_counts_2024": 2917, "stop_counts_2018": 14866, "stop_counts_2019": 10242, "stop_counts_2020": 4928, "stop_counts_2021": 5470, "stop_counts_2022": 6844, "stop_counts_2023": 10483, "stop_counts_2024": 9854, "AREA_acre": 87.309508227307305 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223694, 40.023712 ], [ -75.221027, 40.026228 ], [ -75.219699, 40.02614 ], [ -75.216241, 40.023419 ], [ -75.215348, 40.023903 ], [ -75.213266, 40.021301 ], [ -75.214841, 40.020594 ], [ -75.213, 40.018652 ], [ -75.214752, 40.017784 ], [ -75.218056, 40.020943 ], [ -75.219583, 40.021713 ], [ -75.222153, 40.022614 ], [ -75.223694, 40.023712 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140001", "device_counts_2018": 5758, "device_counts_2019": 5323, "device_counts_2020": 1983, "device_counts_2021": 2364, "device_counts_2022": 3060, "device_counts_2023": 4134, "device_counts_2024": 3276, "stop_counts_2018": 18515, "stop_counts_2019": 14850, "stop_counts_2020": 5875, "stop_counts_2021": 6633, "stop_counts_2022": 8556, "stop_counts_2023": 12471, "stop_counts_2024": 14913, "AREA_acre": 56.853312906947863 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167421, 39.972493 ], [ -75.16722, 39.973397 ], [ -75.166463, 39.976877 ], [ -75.164888, 39.976668 ], [ -75.165461, 39.974033 ], [ -75.164069, 39.973009 ], [ -75.162507, 39.972799 ], [ -75.159237, 39.972384 ], [ -75.159442, 39.971467 ], [ -75.159702, 39.970202 ], [ -75.164555, 39.970816 ], [ -75.167703, 39.971211 ], [ -75.167421, 39.972493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010077002", "device_counts_2018": 2165, "device_counts_2019": 1081, "device_counts_2020": 331, "device_counts_2021": 332, "device_counts_2022": 474, "device_counts_2023": 659, "device_counts_2024": 378, "stop_counts_2018": 7981, "stop_counts_2019": 3904, "stop_counts_2020": 1462, "stop_counts_2021": 1258, "stop_counts_2022": 1730, "stop_counts_2023": 1436, "stop_counts_2024": 633, "AREA_acre": 41.442668612008099 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2109, 39.946153 ], [ -75.210103, 39.946697 ], [ -75.208733, 39.946839 ], [ -75.208387, 39.945651 ], [ -75.207046, 39.946754 ], [ -75.205367, 39.944994 ], [ -75.20506, 39.943624 ], [ -75.207838, 39.941286 ], [ -75.208799, 39.941644 ], [ -75.207649, 39.942475 ], [ -75.211401, 39.945802 ], [ -75.2109, 39.946153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010147001", "device_counts_2018": 1766, "device_counts_2019": 1381, "device_counts_2020": 739, "device_counts_2021": 576, "device_counts_2022": 802, "device_counts_2023": 789, "device_counts_2024": 630, "stop_counts_2018": 6431, "stop_counts_2019": 4893, "stop_counts_2020": 2549, "stop_counts_2021": 2055, "stop_counts_2022": 2738, "stop_counts_2023": 1183, "stop_counts_2024": 1456, "AREA_acre": 26.879846634833878 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16616, 39.978308 ], [ -75.165849, 39.979714 ], [ -75.161134, 39.979106 ], [ -75.161443, 39.977694 ], [ -75.163006, 39.977899 ], [ -75.163325, 39.976471 ], [ -75.164888, 39.976668 ], [ -75.166463, 39.976877 ], [ -75.16616, 39.978308 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290004", "device_counts_2018": 3186, "device_counts_2019": 2644, "device_counts_2020": 1502, "device_counts_2021": 1140, "device_counts_2022": 1484, "device_counts_2023": 1143, "device_counts_2024": 1093, "stop_counts_2018": 10372, "stop_counts_2019": 7622, "stop_counts_2020": 3982, "stop_counts_2021": 3207, "stop_counts_2022": 4189, "stop_counts_2023": 4404, "stop_counts_2024": 2113, "AREA_acre": 44.020429163695468 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120614, 40.027626 ], [ -75.120036, 40.028328 ], [ -75.118184, 40.030534 ], [ -75.11721, 40.030312 ], [ -75.116846, 40.028803 ], [ -75.115139, 40.029057 ], [ -75.114461, 40.026784 ], [ -75.117173, 40.026386 ], [ -75.119735, 40.026017 ], [ -75.122279, 40.02565 ], [ -75.120614, 40.027626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010386001", "device_counts_2018": 2059, "device_counts_2019": 1621, "device_counts_2020": 1314, "device_counts_2021": 1157, "device_counts_2022": 1494, "device_counts_2023": 2505, "device_counts_2024": 2201, "stop_counts_2018": 8834, "stop_counts_2019": 7459, "stop_counts_2020": 6278, "stop_counts_2021": 5521, "stop_counts_2022": 7090, "stop_counts_2023": 8736, "stop_counts_2024": 10735, "AREA_acre": 825.92955904365613 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221348, 40.072432 ], [ -75.222268, 40.073056 ], [ -75.215751, 40.072877 ], [ -75.215385, 40.073257 ], [ -75.211625, 40.070754 ], [ -75.2112, 40.068809 ], [ -75.211138, 40.068318 ], [ -75.208933, 40.067015 ], [ -75.209573, 40.066375 ], [ -75.206782, 40.064755 ], [ -75.20615, 40.065376 ], [ -75.204744, 40.064538 ], [ -75.20714, 40.062139 ], [ -75.202545, 40.059884 ], [ -75.201625, 40.056796 ], [ -75.204845, 40.054823 ], [ -75.201462, 40.052316 ], [ -75.198319, 40.050328 ], [ -75.196511, 40.049188 ], [ -75.198059, 40.047739 ], [ -75.198411, 40.045827 ], [ -75.201433, 40.042404 ], [ -75.207005, 40.047063 ], [ -75.209622, 40.047047 ], [ -75.209969, 40.047081 ], [ -75.212717, 40.049239 ], [ -75.214124, 40.049661 ], [ -75.217922, 40.055271 ], [ -75.217672, 40.055359 ], [ -75.213767, 40.056678 ], [ -75.212549, 40.058425 ], [ -75.214011, 40.0571 ], [ -75.216866, 40.057179 ], [ -75.21901, 40.060468 ], [ -75.220769, 40.064065 ], [ -75.218506, 40.066949 ], [ -75.215152, 40.069139 ], [ -75.215983, 40.069557 ], [ -75.218898, 40.067813 ], [ -75.222536, 40.071328 ], [ -75.221348, 40.072432 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373001", "device_counts_2018": 5658, "device_counts_2019": 4726, "device_counts_2020": 2062, "device_counts_2021": 3141, "device_counts_2022": 4927, "device_counts_2023": 6466, "device_counts_2024": 5330, "stop_counts_2018": 13373, "stop_counts_2019": 11424, "stop_counts_2020": 6548, "stop_counts_2021": 7443, "stop_counts_2022": 11250, "stop_counts_2023": 11080, "stop_counts_2024": 8592, "AREA_acre": 78.512069338141458 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177806, 39.91309 ], [ -75.172294, 39.912393 ], [ -75.171928, 39.912348 ], [ -75.169806, 39.911326 ], [ -75.17081, 39.908594 ], [ -75.173234, 39.908002 ], [ -75.178512, 39.90867 ], [ -75.177806, 39.91309 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353013", "device_counts_2018": 1345, "device_counts_2019": 1319, "device_counts_2020": 939, "device_counts_2021": 957, "device_counts_2022": 1338, "device_counts_2023": 1245, "device_counts_2024": 1440, "stop_counts_2018": 4924, "stop_counts_2019": 5165, "stop_counts_2020": 3045, "stop_counts_2021": 3595, "stop_counts_2022": 3998, "stop_counts_2023": 2488, "stop_counts_2024": 2704, "AREA_acre": 39.460414537346161 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.995269, 40.062344 ], [ -74.991704, 40.062339 ], [ -74.987379, 40.065368 ], [ -74.986875, 40.064955 ], [ -74.985576, 40.063345 ], [ -74.990432, 40.060396 ], [ -74.991709, 40.061095 ], [ -74.995269, 40.062344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010376001", "device_counts_2018": 9328, "device_counts_2019": 9762, "device_counts_2020": 3288, "device_counts_2021": 5408, "device_counts_2022": 8365, "device_counts_2023": 7685, "device_counts_2024": 6570, "stop_counts_2018": 23425, "stop_counts_2019": 23677, "stop_counts_2020": 7582, "stop_counts_2021": 10029, "stop_counts_2022": 16388, "stop_counts_2023": 18291, "stop_counts_2024": 16034, "AREA_acre": 85.836817474608253 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155093, 39.958709 ], [ -75.154512, 39.961711 ], [ -75.154312, 39.962614 ], [ -75.152146, 39.962452 ], [ -75.148029, 39.962265 ], [ -75.148181, 39.961418 ], [ -75.14913, 39.956191 ], [ -75.151223, 39.956862 ], [ -75.154451, 39.956777 ], [ -75.155538, 39.956923 ], [ -75.155093, 39.958709 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019809001", "device_counts_2018": 44192, "device_counts_2019": 35871, "device_counts_2020": 15954, "device_counts_2021": 22431, "device_counts_2022": 29292, "device_counts_2023": 38416, "device_counts_2024": 36384, "stop_counts_2018": 168311, "stop_counts_2019": 134257, "stop_counts_2020": 67098, "stop_counts_2021": 69521, "stop_counts_2022": 94250, "stop_counts_2023": 124504, "stop_counts_2024": 119445, "AREA_acre": 5121.5329231940441 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.257003, 39.878422 ], [ -75.254897, 39.880006 ], [ -75.246231, 39.889505 ], [ -75.241825, 39.892006 ], [ -75.243752, 39.893025 ], [ -75.238643, 39.898691 ], [ -75.240331, 39.904113 ], [ -75.237752, 39.904713 ], [ -75.235164, 39.906453 ], [ -75.231964, 39.909874 ], [ -75.230417, 39.911046 ], [ -75.22918, 39.909127 ], [ -75.224988, 39.915064 ], [ -75.223236, 39.917589 ], [ -75.221873, 39.919551 ], [ -75.216768, 39.926956 ], [ -75.212428, 39.92523 ], [ -75.211253, 39.928519 ], [ -75.206204, 39.934974 ], [ -75.206173, 39.935067 ], [ -75.206101, 39.935281 ], [ -75.206072, 39.935371 ], [ -75.215858, 39.933066 ], [ -75.215569, 39.933489 ], [ -75.213893, 39.935906 ], [ -75.215778, 39.935624 ], [ -75.212064, 39.938213 ], [ -75.207838, 39.941286 ], [ -75.207099, 39.941281 ], [ -75.205185, 39.941116 ], [ -75.205431, 39.93877 ], [ -75.20114, 39.937468 ], [ -75.200194, 39.938545 ], [ -75.197924, 39.938063 ], [ -75.199503, 39.934508 ], [ -75.199844, 39.932447 ], [ -75.199586, 39.931807 ], [ -75.194623, 39.92681 ], [ -75.193156, 39.924592 ], [ -75.195045, 39.921011 ], [ -75.192494, 39.921266 ], [ -75.189653, 39.921807 ], [ -75.189413, 39.921073 ], [ -75.19022, 39.915884 ], [ -75.192285, 39.906428 ], [ -75.193987, 39.905633 ], [ -75.193923, 39.900403 ], [ -75.19631, 39.901071 ], [ -75.195253, 39.899322 ], [ -75.196239, 39.893365 ], [ -75.195514, 39.89184 ], [ -75.195217294768597, 39.877343945193211 ], [ -75.199857, 39.873222 ], [ -75.204087, 39.871204 ], [ -75.211515931142685, 39.867051552431704 ], [ -75.216039, 39.871115 ], [ -75.215787, 39.875052 ], [ -75.211873, 39.880681 ], [ -75.212248, 39.883027 ], [ -75.213969, 39.883692 ], [ -75.221643, 39.882386 ], [ -75.223317, 39.883766 ], [ -75.227493, 39.88182 ], [ -75.228516, 39.880973 ], [ -75.229911, 39.882411 ], [ -75.233426, 39.889178 ], [ -75.235941, 39.890059 ], [ -75.239244, 39.889103 ], [ -75.24072, 39.887833 ], [ -75.242544, 39.884969 ], [ -75.24413, 39.881256 ], [ -75.246044, 39.878981 ], [ -75.248463, 39.87765 ], [ -75.253515, 39.876015 ], [ -75.261245, 39.876484 ], [ -75.257003, 39.878422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169021", "device_counts_2018": 1434, "device_counts_2019": 1027, "device_counts_2020": 464, "device_counts_2021": 339, "device_counts_2022": 505, "device_counts_2023": 785, "device_counts_2024": 636, "stop_counts_2018": 7574, "stop_counts_2019": 4470, "stop_counts_2020": 1876, "stop_counts_2021": 1041, "stop_counts_2022": 1744, "stop_counts_2023": 4070, "stop_counts_2024": 2810, "AREA_acre": 27.964164593565602 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183009, 39.994439 ], [ -75.182341, 39.997519 ], [ -75.180188, 39.997253 ], [ -75.178576, 39.99704 ], [ -75.179248, 39.993963 ], [ -75.182463, 39.994365 ], [ -75.183009, 39.994439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172024", "device_counts_2018": 1151, "device_counts_2019": 939, "device_counts_2020": 482, "device_counts_2021": 287, "device_counts_2022": 395, "device_counts_2023": 730, "device_counts_2024": 509, "stop_counts_2018": 5111, "stop_counts_2019": 3073, "stop_counts_2020": 1906, "stop_counts_2021": 873, "stop_counts_2022": 1399, "stop_counts_2023": 2558, "stop_counts_2024": 1514, "AREA_acre": 17.582964895174488 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173282, 39.999516 ], [ -75.170087, 39.999116 ], [ -75.17042, 39.997618 ], [ -75.171997, 39.997826 ], [ -75.172355, 39.99624 ], [ -75.173948, 39.996432 ], [ -75.173282, 39.999516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308003", "device_counts_2018": 1442, "device_counts_2019": 1250, "device_counts_2020": 586, "device_counts_2021": 504, "device_counts_2022": 662, "device_counts_2023": 962, "device_counts_2024": 1012, "stop_counts_2018": 8092, "stop_counts_2019": 5733, "stop_counts_2020": 3375, "stop_counts_2021": 2460, "stop_counts_2022": 3199, "stop_counts_2023": 3607, "stop_counts_2024": 4960, "AREA_acre": 66.602256403584875 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085794, 40.055424 ], [ -75.085676, 40.057208 ], [ -75.083654, 40.056213 ], [ -75.081865, 40.055214 ], [ -75.079814, 40.054084 ], [ -75.078631, 40.055357 ], [ -75.076734, 40.05735 ], [ -75.075032, 40.056359 ], [ -75.076902, 40.054387 ], [ -75.079334, 40.051809 ], [ -75.079878, 40.051217 ], [ -75.085847, 40.05441 ], [ -75.085794, 40.055424 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107003", "device_counts_2018": 822, "device_counts_2019": 663, "device_counts_2020": 296, "device_counts_2021": 318, "device_counts_2022": 343, "device_counts_2023": 656, "device_counts_2024": 456, "stop_counts_2018": 2910, "stop_counts_2019": 1789, "stop_counts_2020": 861, "stop_counts_2021": 825, "stop_counts_2022": 916, "stop_counts_2023": 2448, "stop_counts_2024": 1982, "AREA_acre": 15.024585764900072 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211723, 39.970722 ], [ -75.208356, 39.970706 ], [ -75.208038, 39.968984 ], [ -75.211189, 39.968634 ], [ -75.211334, 39.968726 ], [ -75.211723, 39.970722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176022", "device_counts_2018": 984, "device_counts_2019": 705, "device_counts_2020": 450, "device_counts_2021": 330, "device_counts_2022": 446, "device_counts_2023": 612, "device_counts_2024": 326, "stop_counts_2018": 3082, "stop_counts_2019": 1895, "stop_counts_2020": 1335, "stop_counts_2021": 719, "stop_counts_2022": 1305, "stop_counts_2023": 1704, "stop_counts_2024": 1450, "AREA_acre": 18.980932054631065 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129921, 39.99546 ], [ -75.126054, 39.994957 ], [ -75.126374, 39.993462 ], [ -75.126915, 39.991834 ], [ -75.130122, 39.994573 ], [ -75.129921, 39.99546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010287001", "device_counts_2018": 3857, "device_counts_2019": 3188, "device_counts_2020": 1883, "device_counts_2021": 1782, "device_counts_2022": 1956, "device_counts_2023": 1600, "device_counts_2024": 1110, "stop_counts_2018": 12240, "stop_counts_2019": 9639, "stop_counts_2020": 5371, "stop_counts_2021": 4631, "stop_counts_2022": 5056, "stop_counts_2023": 6325, "stop_counts_2024": 2468, "AREA_acre": 42.694768687202277 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135664, 40.023155 ], [ -75.133287, 40.023784 ], [ -75.131584, 40.024069 ], [ -75.131594, 40.023893 ], [ -75.131339, 40.023947 ], [ -75.130367, 40.024146 ], [ -75.131171, 40.019997 ], [ -75.134016, 40.020372 ], [ -75.134194, 40.019619 ], [ -75.135434, 40.019782 ], [ -75.135818, 40.020645 ], [ -75.135664, 40.023155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060005", "device_counts_2018": 1074, "device_counts_2019": 897, "device_counts_2020": 388, "device_counts_2021": 271, "device_counts_2022": 396, "device_counts_2023": 561, "device_counts_2024": 380, "stop_counts_2018": 4298, "stop_counts_2019": 2599, "stop_counts_2020": 1053, "stop_counts_2021": 608, "stop_counts_2022": 1183, "stop_counts_2023": 2977, "stop_counts_2024": 1324, "AREA_acre": 19.856028187986997 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239511, 39.918979 ], [ -75.237427, 39.917207 ], [ -75.236026, 39.916036 ], [ -75.237599, 39.914934 ], [ -75.238984, 39.916102 ], [ -75.241088, 39.917868 ], [ -75.239511, 39.918979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292003", "device_counts_2018": 1905, "device_counts_2019": 1402, "device_counts_2020": 819, "device_counts_2021": 705, "device_counts_2022": 1250, "device_counts_2023": 862, "device_counts_2024": 604, "stop_counts_2018": 4458, "stop_counts_2019": 3480, "stop_counts_2020": 1925, "stop_counts_2021": 1607, "stop_counts_2022": 2509, "stop_counts_2023": 3463, "stop_counts_2024": 2895, "AREA_acre": 42.14721253674216 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.09399, 40.027037 ], [ -75.092162, 40.02805 ], [ -75.086551, 40.031133 ], [ -75.085263, 40.031381 ], [ -75.08508, 40.031266 ], [ -75.086997, 40.029443 ], [ -75.090563, 40.025791 ], [ -75.091879, 40.024435 ], [ -75.092414, 40.025353 ], [ -75.093609, 40.026718 ], [ -75.09399, 40.027037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095004", "device_counts_2018": 1679, "device_counts_2019": 1416, "device_counts_2020": 644, "device_counts_2021": 472, "device_counts_2022": 693, "device_counts_2023": 910, "device_counts_2024": 658, "stop_counts_2018": 8531, "stop_counts_2019": 4996, "stop_counts_2020": 1824, "stop_counts_2021": 1630, "stop_counts_2022": 1977, "stop_counts_2023": 3439, "stop_counts_2024": 4451, "AREA_acre": 23.747298499665732 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239479, 39.968097 ], [ -75.239133, 39.969893 ], [ -75.237455, 39.970141 ], [ -75.237283, 39.968899 ], [ -75.237818, 39.96633 ], [ -75.238137, 39.96481 ], [ -75.24011, 39.965055 ], [ -75.239479, 39.968097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010367001", "device_counts_2018": 16209, "device_counts_2019": 15422, "device_counts_2020": 5335, "device_counts_2021": 7425, "device_counts_2022": 9808, "device_counts_2023": 13159, "device_counts_2024": 12987, "stop_counts_2018": 46277, "stop_counts_2019": 42055, "stop_counts_2020": 13209, "stop_counts_2021": 15642, "stop_counts_2022": 21059, "stop_counts_2023": 39605, "stop_counts_2024": 41414, "AREA_acre": 148.89632311634833 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14913, 39.956191 ], [ -75.148181, 39.961418 ], [ -75.146557, 39.961255 ], [ -75.146586, 39.962174 ], [ -75.14482, 39.961762 ], [ -75.143279, 39.9614 ], [ -75.142528, 39.964985 ], [ -75.138827, 39.963129 ], [ -75.138081, 39.962936 ], [ -75.139954, 39.956928 ], [ -75.141607, 39.955491 ], [ -75.148408, 39.95633 ], [ -75.14913, 39.956191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362031", "device_counts_2018": 2851, "device_counts_2019": 2976, "device_counts_2020": 2054, "device_counts_2021": 1934, "device_counts_2022": 2764, "device_counts_2023": 2936, "device_counts_2024": 2308, "stop_counts_2018": 12518, "stop_counts_2019": 10865, "stop_counts_2020": 9301, "stop_counts_2021": 8601, "stop_counts_2022": 11280, "stop_counts_2023": 7367, "stop_counts_2024": 5868, "AREA_acre": 104.15957963005603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.97582, 40.081889 ], [ -74.973763, 40.084534 ], [ -74.971945, 40.086891 ], [ -74.971509, 40.087342 ], [ -74.968451, 40.084426 ], [ -74.966814, 40.082209 ], [ -74.97031, 40.080347 ], [ -74.973615, 40.078901 ], [ -74.975247, 40.078848 ], [ -74.97725, 40.080506 ], [ -74.97582, 40.081889 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256002", "device_counts_2018": 1165, "device_counts_2019": 909, "device_counts_2020": 355, "device_counts_2021": 278, "device_counts_2022": 342, "device_counts_2023": 530, "device_counts_2024": 328, "stop_counts_2018": 4284, "stop_counts_2019": 2757, "stop_counts_2020": 1208, "stop_counts_2021": 645, "stop_counts_2022": 825, "stop_counts_2023": 1661, "stop_counts_2024": 2217, "AREA_acre": 46.300878925477718 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192891, 40.062662 ], [ -75.188921, 40.066497 ], [ -75.187657, 40.065837 ], [ -75.185757, 40.065121 ], [ -75.188629, 40.062443 ], [ -75.191054, 40.060176 ], [ -75.191876, 40.061257 ], [ -75.192891, 40.062662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019002", "device_counts_2018": 3230, "device_counts_2019": 2645, "device_counts_2020": 1068, "device_counts_2021": 1218, "device_counts_2022": 1510, "device_counts_2023": 2308, "device_counts_2024": 1974, "stop_counts_2018": 9883, "stop_counts_2019": 7088, "stop_counts_2020": 2958, "stop_counts_2021": 2812, "stop_counts_2022": 3364, "stop_counts_2023": 6058, "stop_counts_2024": 3750, "AREA_acre": 34.201042771054382 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177761, 39.941461 ], [ -75.177598, 39.942228 ], [ -75.174104, 39.941793 ], [ -75.174271, 39.941021 ], [ -75.174481, 39.940056 ], [ -75.171341, 39.939663 ], [ -75.171602, 39.938447 ], [ -75.173173, 39.938641 ], [ -75.17631, 39.939021 ], [ -75.178251, 39.939268 ], [ -75.177761, 39.941461 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071022", "device_counts_2018": 991, "device_counts_2019": 679, "device_counts_2020": 334, "device_counts_2021": 273, "device_counts_2022": 302, "device_counts_2023": 410, "device_counts_2024": 306, "stop_counts_2018": 4436, "stop_counts_2019": 3547, "stop_counts_2020": 1379, "stop_counts_2021": 1046, "stop_counts_2022": 998, "stop_counts_2023": 2346, "stop_counts_2024": 2319, "AREA_acre": 22.189131806570263 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231766, 39.93846 ], [ -75.229077, 39.940637 ], [ -75.226854, 39.938767 ], [ -75.227831, 39.938077 ], [ -75.228358, 39.9377 ], [ -75.229726, 39.936743 ], [ -75.230224, 39.937177 ], [ -75.231766, 39.93846 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082004", "device_counts_2018": 891, "device_counts_2019": 672, "device_counts_2020": 435, "device_counts_2021": 305, "device_counts_2022": 442, "device_counts_2023": 358, "device_counts_2024": 354, "stop_counts_2018": 3307, "stop_counts_2019": 2469, "stop_counts_2020": 1801, "stop_counts_2021": 943, "stop_counts_2022": 1397, "stop_counts_2023": 1218, "stop_counts_2024": 1439, "AREA_acre": 18.632680677487716 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245999, 39.94656 ], [ -75.244026, 39.946316 ], [ -75.242107, 39.945829 ], [ -75.241771, 39.945297 ], [ -75.246634, 39.943541 ], [ -75.245999, 39.94656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164003", "device_counts_2018": 1965, "device_counts_2019": 1747, "device_counts_2020": 798, "device_counts_2021": 686, "device_counts_2022": 882, "device_counts_2023": 1164, "device_counts_2024": 807, "stop_counts_2018": 7484, "stop_counts_2019": 5841, "stop_counts_2020": 2248, "stop_counts_2021": 2161, "stop_counts_2022": 2918, "stop_counts_2023": 3632, "stop_counts_2024": 2318, "AREA_acre": 34.991999493815769 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147887, 39.993078 ], [ -75.142999, 39.992449 ], [ -75.143668, 39.989365 ], [ -75.147542, 39.989863 ], [ -75.148305, 39.990968 ], [ -75.147887, 39.993078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255003", "device_counts_2018": 1760, "device_counts_2019": 1908, "device_counts_2020": 656, "device_counts_2021": 666, "device_counts_2022": 771, "device_counts_2023": 1017, "device_counts_2024": 686, "stop_counts_2018": 5941, "stop_counts_2019": 4934, "stop_counts_2020": 1501, "stop_counts_2021": 1507, "stop_counts_2022": 1896, "stop_counts_2023": 2113, "stop_counts_2024": 2216, "AREA_acre": 59.318151821225349 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191054, 40.060176 ], [ -75.188629, 40.062443 ], [ -75.186236, 40.060989 ], [ -75.183366, 40.05922 ], [ -75.186535, 40.056209 ], [ -75.187306, 40.055484 ], [ -75.188077, 40.056898 ], [ -75.189423, 40.058417 ], [ -75.19022, 40.059199 ], [ -75.191054, 40.060176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289022", "device_counts_2018": 1351, "device_counts_2019": 841, "device_counts_2020": 554, "device_counts_2021": 537, "device_counts_2022": 840, "device_counts_2023": 763, "device_counts_2024": 529, "stop_counts_2018": 6360, "stop_counts_2019": 3814, "stop_counts_2020": 1916, "stop_counts_2021": 1758, "stop_counts_2022": 3094, "stop_counts_2023": 2993, "stop_counts_2024": 3202, "AREA_acre": 53.065816881049692 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116106, 40.022109 ], [ -75.114917, 40.021956 ], [ -75.114348, 40.024951 ], [ -75.113323, 40.024916 ], [ -75.114461, 40.026784 ], [ -75.112773, 40.027036 ], [ -75.111664, 40.025651 ], [ -75.111228, 40.023211 ], [ -75.110242, 40.022242 ], [ -75.110835, 40.02172 ], [ -75.112217, 40.020056 ], [ -75.116243, 40.020558 ], [ -75.116106, 40.022109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289012", "device_counts_2018": 1868, "device_counts_2019": 1505, "device_counts_2020": 893, "device_counts_2021": 749, "device_counts_2022": 1148, "device_counts_2023": 1547, "device_counts_2024": 940, "stop_counts_2018": 7947, "stop_counts_2019": 5548, "stop_counts_2020": 3244, "stop_counts_2021": 3563, "stop_counts_2022": 4565, "stop_counts_2023": 6495, "stop_counts_2024": 4172, "AREA_acre": 100.09301586788794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116272, 40.017423 ], [ -75.117154, 40.019006 ], [ -75.116404, 40.018909 ], [ -75.113951, 40.018603 ], [ -75.108678, 40.017942 ], [ -75.109024, 40.016286 ], [ -75.11136, 40.015867 ], [ -75.111811, 40.013662 ], [ -75.112161, 40.012085 ], [ -75.119439, 40.013026 ], [ -75.116272, 40.017423 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164001", "device_counts_2018": 2143, "device_counts_2019": 1755, "device_counts_2020": 823, "device_counts_2021": 748, "device_counts_2022": 1042, "device_counts_2023": 1367, "device_counts_2024": 1036, "stop_counts_2018": 7375, "stop_counts_2019": 5701, "stop_counts_2020": 2868, "stop_counts_2021": 2280, "stop_counts_2022": 3273, "stop_counts_2023": 2507, "stop_counts_2024": 1710, "AREA_acre": 34.556158615725096 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142999, 39.992449 ], [ -75.142173, 39.992343 ], [ -75.140198, 39.992086 ], [ -75.138352, 39.991851 ], [ -75.139021, 39.988764 ], [ -75.140861, 39.989001 ], [ -75.142846, 39.989257 ], [ -75.143668, 39.989365 ], [ -75.142999, 39.992449 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010239001", "device_counts_2018": 1746, "device_counts_2019": 1297, "device_counts_2020": 404, "device_counts_2021": 356, "device_counts_2022": 493, "device_counts_2023": 1215, "device_counts_2024": 1067, "stop_counts_2018": 5910, "stop_counts_2019": 3918, "stop_counts_2020": 1471, "stop_counts_2021": 1408, "stop_counts_2022": 1309, "stop_counts_2023": 3820, "stop_counts_2024": 4173, "AREA_acre": 54.173060316733363 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190086, 40.038232 ], [ -75.188797, 40.03948 ], [ -75.187922, 40.037547 ], [ -75.188396, 40.037255 ], [ -75.182925, 40.034066 ], [ -75.181235, 40.033097 ], [ -75.183058, 40.03129 ], [ -75.184519, 40.032497 ], [ -75.186455, 40.033226 ], [ -75.190987, 40.037353 ], [ -75.190086, 40.038232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363034", "device_counts_2018": 594, "device_counts_2019": 520, "device_counts_2020": 436, "device_counts_2021": 399, "device_counts_2022": 488, "device_counts_2023": 461, "device_counts_2024": 408, "stop_counts_2018": 6853, "stop_counts_2019": 4345, "stop_counts_2020": 2714, "stop_counts_2021": 2668, "stop_counts_2022": 3181, "stop_counts_2023": 2766, "stop_counts_2024": 1389, "AREA_acre": 96.234195972448362 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.970261, 40.097964 ], [ -74.968536, 40.098492 ], [ -74.967496, 40.100803 ], [ -74.967515, 40.101869 ], [ -74.96767, 40.1027 ], [ -74.962196, 40.103382 ], [ -74.961156, 40.103446 ], [ -74.960807, 40.101572 ], [ -74.96163, 40.097804 ], [ -74.962107, 40.097709 ], [ -74.964688, 40.097347 ], [ -74.970028, 40.096943 ], [ -74.970623, 40.096983 ], [ -74.970261, 40.097964 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315022", "device_counts_2018": 2978, "device_counts_2019": 2924, "device_counts_2020": 1606, "device_counts_2021": 1763, "device_counts_2022": 2072, "device_counts_2023": 1420, "device_counts_2024": 1186, "stop_counts_2018": 6839, "stop_counts_2019": 7199, "stop_counts_2020": 3546, "stop_counts_2021": 3492, "stop_counts_2022": 4548, "stop_counts_2023": 1706, "stop_counts_2024": 2843, "AREA_acre": 47.303940125538034 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054287, 40.044448 ], [ -75.052228, 40.043271 ], [ -75.049027, 40.041412 ], [ -75.05122, 40.039091 ], [ -75.0518, 40.038476 ], [ -75.055055, 40.040279 ], [ -75.053865, 40.041545 ], [ -75.055946, 40.042831 ], [ -75.054287, 40.044448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314012", "device_counts_2018": 2621, "device_counts_2019": 2389, "device_counts_2020": 1458, "device_counts_2021": 1454, "device_counts_2022": 1793, "device_counts_2023": 1193, "device_counts_2024": 1162, "stop_counts_2018": 7794, "stop_counts_2019": 6571, "stop_counts_2020": 4153, "stop_counts_2021": 3904, "stop_counts_2022": 5103, "stop_counts_2023": 2367, "stop_counts_2024": 3738, "AREA_acre": 46.05310408784387 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.067109, 40.047015 ], [ -75.066427, 40.046619 ], [ -75.063437, 40.049751 ], [ -75.061374, 40.048585 ], [ -75.06446, 40.045522 ], [ -75.061926, 40.04411 ], [ -75.063143, 40.042901 ], [ -75.065919, 40.044399 ], [ -75.066547, 40.044741 ], [ -75.068338, 40.045728 ], [ -75.067109, 40.047015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042021", "device_counts_2018": 1835, "device_counts_2019": 1749, "device_counts_2020": 852, "device_counts_2021": 934, "device_counts_2022": 1077, "device_counts_2023": 1749, "device_counts_2024": 1617, "stop_counts_2018": 5888, "stop_counts_2019": 5415, "stop_counts_2020": 3617, "stop_counts_2021": 3386, "stop_counts_2022": 4421, "stop_counts_2023": 6419, "stop_counts_2024": 5150, "AREA_acre": 35.46414641755343 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151014, 39.916842 ], [ -75.15073, 39.918097 ], [ -75.150461, 39.919345 ], [ -75.147813, 39.919001 ], [ -75.146538, 39.91884 ], [ -75.147357, 39.91509 ], [ -75.151276, 39.9156 ], [ -75.151014, 39.916842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010011", "device_counts_2018": 11156, "device_counts_2019": 10168, "device_counts_2020": 2166, "device_counts_2021": 4509, "device_counts_2022": 5641, "device_counts_2023": 11029, "device_counts_2024": 10095, "stop_counts_2018": 27077, "stop_counts_2019": 23353, "stop_counts_2020": 5552, "stop_counts_2021": 8333, "stop_counts_2022": 10396, "stop_counts_2023": 23482, "stop_counts_2024": 20846, "AREA_acre": 31.029114160903639 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153424, 39.946817 ], [ -75.153174, 39.947962 ], [ -75.152337, 39.949421 ], [ -75.149186, 39.949032 ], [ -75.149954, 39.945505 ], [ -75.150764, 39.945558 ], [ -75.153184, 39.945536 ], [ -75.153424, 39.946817 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082006", "device_counts_2018": 1571, "device_counts_2019": 1239, "device_counts_2020": 567, "device_counts_2021": 397, "device_counts_2022": 586, "device_counts_2023": 737, "device_counts_2024": 682, "stop_counts_2018": 8685, "stop_counts_2019": 5953, "stop_counts_2020": 3019, "stop_counts_2021": 2205, "stop_counts_2022": 2411, "stop_counts_2023": 2423, "stop_counts_2024": 2092, "AREA_acre": 40.473414410616215 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249371, 39.950153 ], [ -75.243381, 39.949411 ], [ -75.243536, 39.948659 ], [ -75.244026, 39.946316 ], [ -75.245999, 39.94656 ], [ -75.249258, 39.9473 ], [ -75.249371, 39.950153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372002", "device_counts_2018": 1399, "device_counts_2019": 1371, "device_counts_2020": 744, "device_counts_2021": 902, "device_counts_2022": 1230, "device_counts_2023": 1674, "device_counts_2024": 1222, "stop_counts_2018": 4916, "stop_counts_2019": 4680, "stop_counts_2020": 3526, "stop_counts_2021": 4162, "stop_counts_2022": 4633, "stop_counts_2023": 3693, "stop_counts_2024": 2802, "AREA_acre": 49.106061168025704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165081, 39.913368 ], [ -75.16453, 39.915875 ], [ -75.161956, 39.915546 ], [ -75.159844, 39.915286 ], [ -75.160789, 39.910942 ], [ -75.165482, 39.911531 ], [ -75.165081, 39.913368 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082005", "device_counts_2018": 1693, "device_counts_2019": 1197, "device_counts_2020": 610, "device_counts_2021": 502, "device_counts_2022": 764, "device_counts_2023": 834, "device_counts_2024": 687, "stop_counts_2018": 6101, "stop_counts_2019": 3951, "stop_counts_2020": 1953, "stop_counts_2021": 1374, "stop_counts_2022": 1763, "stop_counts_2023": 1966, "stop_counts_2024": 1390, "AREA_acre": 66.844305422337314 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.251577, 39.952127 ], [ -75.250816, 39.953475 ], [ -75.244719, 39.952676 ], [ -75.242754, 39.952432 ], [ -75.243068, 39.950926 ], [ -75.249056, 39.951679 ], [ -75.249371, 39.950153 ], [ -75.249258, 39.9473 ], [ -75.245999, 39.94656 ], [ -75.246634, 39.943541 ], [ -75.247028, 39.943414 ], [ -75.247208, 39.943904 ], [ -75.250118, 39.94697 ], [ -75.251609, 39.951466 ], [ -75.251577, 39.952127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260002", "device_counts_2018": 632, "device_counts_2019": 520, "device_counts_2020": 265, "device_counts_2021": 182, "device_counts_2022": 234, "device_counts_2023": 360, "device_counts_2024": 378, "stop_counts_2018": 3819, "stop_counts_2019": 2403, "stop_counts_2020": 1660, "stop_counts_2021": 881, "stop_counts_2022": 1053, "stop_counts_2023": 1177, "stop_counts_2024": 2072, "AREA_acre": 25.98460010324181 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170406, 40.074391 ], [ -75.170822, 40.076226 ], [ -75.167309, 40.074208 ], [ -75.167097, 40.07332 ], [ -75.16899, 40.071473 ], [ -75.171716, 40.073039 ], [ -75.170406, 40.074391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382003", "device_counts_2018": 12157, "device_counts_2019": 10334, "device_counts_2020": 6761, "device_counts_2021": 5029, "device_counts_2022": 6594, "device_counts_2023": 6924, "device_counts_2024": 6108, "stop_counts_2018": 33629, "stop_counts_2019": 29234, "stop_counts_2020": 19589, "stop_counts_2021": 16481, "stop_counts_2022": 22862, "stop_counts_2023": 19475, "stop_counts_2024": 23572, "AREA_acre": 255.38176784956161 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101811, 40.002863 ], [ -75.094849, 40.006678 ], [ -75.094104, 40.007096 ], [ -75.092574, 40.007932 ], [ -75.092494, 40.007976 ], [ -75.092088, 40.007531 ], [ -75.092011, 40.007299 ], [ -75.09205, 40.007033 ], [ -75.092196, 40.006789 ], [ -75.09263, 40.006343 ], [ -75.092775, 40.005977 ], [ -75.092811, 40.005871 ], [ -75.0927, 40.005674 ], [ -75.092482, 40.005427 ], [ -75.092057, 40.004937 ], [ -75.090028, 40.004264 ], [ -75.088513, 40.00354 ], [ -75.087984, 40.00303 ], [ -75.087369, 40.001571 ], [ -75.087302, 40.000157 ], [ -75.086895, 39.999532 ], [ -75.086234, 39.998967 ], [ -75.08637, 39.998895 ], [ -75.086505, 39.998825 ], [ -75.094523, 39.994603 ], [ -75.097949, 39.998496 ], [ -75.098979, 39.999688 ], [ -75.099609, 40.000365 ], [ -75.099998, 40.000816 ], [ -75.100085, 40.000977 ], [ -75.100973, 40.001086 ], [ -75.103179, 40.002096 ], [ -75.101811, 40.002863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254003", "device_counts_2018": 465, "device_counts_2019": 407, "device_counts_2020": 235, "device_counts_2021": 144, "device_counts_2022": 179, "device_counts_2023": 280, "device_counts_2024": 252, "stop_counts_2018": 2687, "stop_counts_2019": 1753, "stop_counts_2020": 1032, "stop_counts_2021": 893, "stop_counts_2022": 700, "stop_counts_2023": 1880, "stop_counts_2024": 570, "AREA_acre": 23.345725325813323 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181313, 40.061221 ], [ -75.179314, 40.060393 ], [ -75.178248, 40.059704 ], [ -75.180513, 40.057498 ], [ -75.183366, 40.05922 ], [ -75.181313, 40.061221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112002", "device_counts_2018": 986, "device_counts_2019": 780, "device_counts_2020": 379, "device_counts_2021": 253, "device_counts_2022": 333, "device_counts_2023": 508, "device_counts_2024": 376, "stop_counts_2018": 4848, "stop_counts_2019": 2500, "stop_counts_2020": 1241, "stop_counts_2021": 705, "stop_counts_2022": 1099, "stop_counts_2023": 2767, "stop_counts_2024": 1243, "AREA_acre": 19.541583406560022 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232182, 39.973599 ], [ -75.231194, 39.973709 ], [ -75.229266, 39.973926 ], [ -75.229026, 39.972644 ], [ -75.228735, 39.971107 ], [ -75.231617, 39.970789 ], [ -75.232182, 39.973599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177022", "device_counts_2018": 1706, "device_counts_2019": 1333, "device_counts_2020": 687, "device_counts_2021": 554, "device_counts_2022": 755, "device_counts_2023": 1119, "device_counts_2024": 715, "stop_counts_2018": 5736, "stop_counts_2019": 4262, "stop_counts_2020": 2021, "stop_counts_2021": 1798, "stop_counts_2022": 2028, "stop_counts_2023": 5025, "stop_counts_2024": 805, "AREA_acre": 21.708199048849384 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123212, 39.993054 ], [ -75.122221, 39.992929 ], [ -75.121617, 39.99592 ], [ -75.119665, 39.995671 ], [ -75.12031, 39.992672 ], [ -75.123686, 39.990836 ], [ -75.123212, 39.993054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115003", "device_counts_2018": 939, "device_counts_2019": 772, "device_counts_2020": 412, "device_counts_2021": 316, "device_counts_2022": 378, "device_counts_2023": 610, "device_counts_2024": 558, "stop_counts_2018": 4403, "stop_counts_2019": 2976, "stop_counts_2020": 2163, "stop_counts_2021": 1354, "stop_counts_2022": 1865, "stop_counts_2023": 2780, "stop_counts_2024": 4049, "AREA_acre": 30.580018493470735 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.252323, 39.976786 ], [ -75.250979, 39.977684 ], [ -75.248944, 39.979106 ], [ -75.248628, 39.978707 ], [ -75.247797, 39.975079 ], [ -75.250203, 39.974815 ], [ -75.251914, 39.974623 ], [ -75.252323, 39.976786 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170002", "device_counts_2018": 7891, "device_counts_2019": 7277, "device_counts_2020": 3962, "device_counts_2021": 3051, "device_counts_2022": 4322, "device_counts_2023": 4489, "device_counts_2024": 3091, "stop_counts_2018": 24693, "stop_counts_2019": 22650, "stop_counts_2020": 11639, "stop_counts_2021": 8727, "stop_counts_2022": 11431, "stop_counts_2023": 11605, "stop_counts_2024": 10930, "AREA_acre": 167.67466690989261 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182239, 40.011676 ], [ -75.175669, 40.016051 ], [ -75.16914, 40.008832 ], [ -75.169741, 40.008585 ], [ -75.172209, 40.007898 ], [ -75.173853, 40.007468 ], [ -75.178633, 40.005052 ], [ -75.179692, 40.007898 ], [ -75.180147, 40.009251 ], [ -75.182239, 40.011676 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037011", "device_counts_2018": 1330, "device_counts_2019": 958, "device_counts_2020": 440, "device_counts_2021": 370, "device_counts_2022": 524, "device_counts_2023": 806, "device_counts_2024": 582, "stop_counts_2018": 6801, "stop_counts_2019": 4127, "stop_counts_2020": 1849, "stop_counts_2021": 1449, "stop_counts_2022": 1816, "stop_counts_2023": 2259, "stop_counts_2024": 1312, "AREA_acre": 15.244500222459742 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178705, 39.928046 ], [ -75.178615, 39.928469 ], [ -75.178445, 39.929271 ], [ -75.175289, 39.928867 ], [ -75.175562, 39.927642 ], [ -75.175741, 39.92685 ], [ -75.178859, 39.927265 ], [ -75.178705, 39.928046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326007", "device_counts_2018": 971, "device_counts_2019": 847, "device_counts_2020": 430, "device_counts_2021": 435, "device_counts_2022": 683, "device_counts_2023": 436, "device_counts_2024": 806, "stop_counts_2018": 4666, "stop_counts_2019": 3545, "stop_counts_2020": 2101, "stop_counts_2021": 1819, "stop_counts_2022": 2651, "stop_counts_2023": 737, "stop_counts_2024": 1684, "AREA_acre": 43.900347886958961 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040219, 40.026061 ], [ -75.036898, 40.027779 ], [ -75.034354, 40.029096 ], [ -75.032752, 40.02705 ], [ -75.039452, 40.022917 ], [ -75.038625, 40.024239 ], [ -75.039768, 40.025551 ], [ -75.040219, 40.026061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330003", "device_counts_2018": 1182, "device_counts_2019": 989, "device_counts_2020": 491, "device_counts_2021": 528, "device_counts_2022": 586, "device_counts_2023": 382, "device_counts_2024": 528, "stop_counts_2018": 4243, "stop_counts_2019": 3919, "stop_counts_2020": 2175, "stop_counts_2021": 1867, "stop_counts_2022": 2636, "stop_counts_2023": 548, "stop_counts_2024": 840, "AREA_acre": 19.93059505541061 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.039289, 40.03734 ], [ -75.036276, 40.038441 ], [ -75.034538, 40.036464 ], [ -75.03728, 40.035045 ], [ -75.039289, 40.03734 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024004", "device_counts_2018": 3393, "device_counts_2019": 2993, "device_counts_2020": 1513, "device_counts_2021": 1856, "device_counts_2022": 2191, "device_counts_2023": 2363, "device_counts_2024": 2510, "stop_counts_2018": 7428, "stop_counts_2019": 6054, "stop_counts_2020": 3257, "stop_counts_2021": 3748, "stop_counts_2022": 4467, "stop_counts_2023": 4662, "stop_counts_2024": 5824, "AREA_acre": 16.836500196297674 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158424, 39.936372 ], [ -75.15815, 39.937589 ], [ -75.156622, 39.937182 ], [ -75.15506, 39.936807 ], [ -75.155304, 39.935934 ], [ -75.155577, 39.934667 ], [ -75.157089, 39.935103 ], [ -75.157351, 39.934897 ], [ -75.158669, 39.935226 ], [ -75.158424, 39.936372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040021", "device_counts_2018": 1030, "device_counts_2019": 905, "device_counts_2020": 513, "device_counts_2021": 482, "device_counts_2022": 702, "device_counts_2023": 613, "device_counts_2024": 482, "stop_counts_2018": 3842, "stop_counts_2019": 3698, "stop_counts_2020": 2621, "stop_counts_2021": 2186, "stop_counts_2022": 2914, "stop_counts_2023": 1007, "stop_counts_2024": 969, "AREA_acre": 18.790086979429937 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166563, 39.921418 ], [ -75.163412, 39.921015 ], [ -75.163956, 39.918518 ], [ -75.167085, 39.918959 ], [ -75.166563, 39.921418 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271001", "device_counts_2018": 2379, "device_counts_2019": 2298, "device_counts_2020": 1023, "device_counts_2021": 1115, "device_counts_2022": 1473, "device_counts_2023": 1042, "device_counts_2024": 837, "stop_counts_2018": 6537, "stop_counts_2019": 5781, "stop_counts_2020": 2738, "stop_counts_2021": 2664, "stop_counts_2022": 3280, "stop_counts_2023": 2558, "stop_counts_2024": 990, "AREA_acre": 40.20235465741824 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12632, 40.055481 ], [ -75.124916, 40.054684 ], [ -75.122147, 40.053177 ], [ -75.122776, 40.049613 ], [ -75.124614, 40.049849 ], [ -75.125298, 40.051492 ], [ -75.127143, 40.051748 ], [ -75.12632, 40.055481 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274011", "device_counts_2018": 2057, "device_counts_2019": 1611, "device_counts_2020": 729, "device_counts_2021": 568, "device_counts_2022": 876, "device_counts_2023": 812, "device_counts_2024": 683, "stop_counts_2018": 7389, "stop_counts_2019": 5131, "stop_counts_2020": 2489, "stop_counts_2021": 1685, "stop_counts_2022": 2445, "stop_counts_2023": 2451, "stop_counts_2024": 2232, "AREA_acre": 24.051666615685946 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12916, 40.04257 ], [ -75.128834, 40.044086 ], [ -75.128495, 40.045626 ], [ -75.126639, 40.045392 ], [ -75.126987, 40.043857 ], [ -75.127317, 40.04232 ], [ -75.126311, 40.042203 ], [ -75.126643, 40.040681 ], [ -75.129498, 40.041048 ], [ -75.12916, 40.04257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010174001", "device_counts_2018": 2436, "device_counts_2019": 2067, "device_counts_2020": 857, "device_counts_2021": 807, "device_counts_2022": 1054, "device_counts_2023": 1572, "device_counts_2024": 1191, "stop_counts_2018": 8028, "stop_counts_2019": 6778, "stop_counts_2020": 2551, "stop_counts_2021": 2081, "stop_counts_2022": 2777, "stop_counts_2023": 3842, "stop_counts_2024": 2030, "AREA_acre": 45.163093457415194 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149877, 39.998385 ], [ -75.15002, 39.999096 ], [ -75.147717, 39.999974 ], [ -75.147404, 39.99924 ], [ -75.146731, 39.997627 ], [ -75.14708, 39.996143 ], [ -75.147461, 39.994656 ], [ -75.147887, 39.993078 ], [ -75.149238, 39.993253 ], [ -75.150813, 39.99346 ], [ -75.149877, 39.998385 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259004", "device_counts_2018": 478, "device_counts_2019": 394, "device_counts_2020": 236, "device_counts_2021": 135, "device_counts_2022": 182, "device_counts_2023": 202, "device_counts_2024": 280, "stop_counts_2018": 3538, "stop_counts_2019": 2282, "stop_counts_2020": 1742, "stop_counts_2021": 781, "stop_counts_2022": 786, "stop_counts_2023": 883, "stop_counts_2024": 2065, "AREA_acre": 21.53475308331441 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180901, 40.080219 ], [ -75.179756, 40.081333 ], [ -75.176145, 40.079288 ], [ -75.177137, 40.078269 ], [ -75.179022, 40.079344 ], [ -75.180238, 40.078084 ], [ -75.182053, 40.079102 ], [ -75.180901, 40.080219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010208001", "device_counts_2018": 1253, "device_counts_2019": 1035, "device_counts_2020": 342, "device_counts_2021": 480, "device_counts_2022": 865, "device_counts_2023": 632, "device_counts_2024": 632, "stop_counts_2018": 7741, "stop_counts_2019": 5511, "stop_counts_2020": 1855, "stop_counts_2021": 1946, "stop_counts_2022": 2968, "stop_counts_2023": 2612, "stop_counts_2024": 2233, "AREA_acre": 92.145684066434114 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193231, 40.024996 ], [ -75.185463, 40.028875 ], [ -75.181668, 40.025657 ], [ -75.190007, 40.022524 ], [ -75.191105, 40.021663 ], [ -75.193048, 40.023558 ], [ -75.193308, 40.024091 ], [ -75.193231, 40.024996 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037013", "device_counts_2018": 1876, "device_counts_2019": 1298, "device_counts_2020": 590, "device_counts_2021": 568, "device_counts_2022": 761, "device_counts_2023": 1090, "device_counts_2024": 759, "stop_counts_2018": 8459, "stop_counts_2019": 4930, "stop_counts_2020": 2335, "stop_counts_2021": 2268, "stop_counts_2022": 2540, "stop_counts_2023": 3057, "stop_counts_2024": 1536, "AREA_acre": 24.142171160452364 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182804, 39.928575 ], [ -75.180624, 39.928289 ], [ -75.178705, 39.928046 ], [ -75.178859, 39.927265 ], [ -75.179242, 39.925606 ], [ -75.181159, 39.92585 ], [ -75.181698, 39.925924 ], [ -75.182743, 39.926058 ], [ -75.18333, 39.926134 ], [ -75.182804, 39.928575 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352001", "device_counts_2018": 1820, "device_counts_2019": 1623, "device_counts_2020": 1039, "device_counts_2021": 979, "device_counts_2022": 1466, "device_counts_2023": 1396, "device_counts_2024": 1748, "stop_counts_2018": 8974, "stop_counts_2019": 8525, "stop_counts_2020": 6618, "stop_counts_2021": 5412, "stop_counts_2022": 7763, "stop_counts_2023": 5803, "stop_counts_2024": 7073, "AREA_acre": 274.12798694492892 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.998259, 40.05808 ], [ -74.991254, 40.059949 ], [ -74.990432, 40.060396 ], [ -74.985576, 40.063345 ], [ -74.984171, 40.064075 ], [ -74.982355, 40.064672 ], [ -74.981154, 40.064912 ], [ -74.980718, 40.06472 ], [ -74.980378, 40.060349 ], [ -74.984302, 40.05585 ], [ -74.983904, 40.054994 ], [ -74.984098, 40.054782 ], [ -74.984752, 40.055355 ], [ -74.987256, 40.05286 ], [ -74.990389, 40.050984 ], [ -74.994151, 40.054401 ], [ -74.998259, 40.05808 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382002", "device_counts_2018": 6033, "device_counts_2019": 4786, "device_counts_2020": 3268, "device_counts_2021": 2966, "device_counts_2022": 3739, "device_counts_2023": 3599, "device_counts_2024": 3091, "stop_counts_2018": 15178, "stop_counts_2019": 12481, "stop_counts_2020": 8787, "stop_counts_2021": 7835, "stop_counts_2022": 10620, "stop_counts_2023": 8541, "stop_counts_2024": 6777, "AREA_acre": 62.028714583805289 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.107339, 39.989644 ], [ -75.100302, 39.993322 ], [ -75.098035, 39.990748 ], [ -75.099128, 39.990172 ], [ -75.102621, 39.988348 ], [ -75.105064, 39.987073 ], [ -75.105915, 39.988037 ], [ -75.107339, 39.989644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134022", "device_counts_2018": 1321, "device_counts_2019": 1506, "device_counts_2020": 344, "device_counts_2021": 399, "device_counts_2022": 505, "device_counts_2023": 1069, "device_counts_2024": 1219, "stop_counts_2018": 3365, "stop_counts_2019": 3117, "stop_counts_2020": 1218, "stop_counts_2021": 1180, "stop_counts_2022": 1284, "stop_counts_2023": 2871, "stop_counts_2024": 2051, "AREA_acre": 14.546611266983627 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168804, 39.966145 ], [ -75.168569, 39.967226 ], [ -75.165349, 39.967149 ], [ -75.165813, 39.965075 ], [ -75.168959, 39.965463 ], [ -75.168804, 39.966145 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083021", "device_counts_2018": 1196, "device_counts_2019": 1045, "device_counts_2020": 448, "device_counts_2021": 372, "device_counts_2022": 415, "device_counts_2023": 654, "device_counts_2024": 687, "stop_counts_2018": 4664, "stop_counts_2019": 3823, "stop_counts_2020": 1680, "stop_counts_2021": 1171, "stop_counts_2022": 1520, "stop_counts_2023": 2404, "stop_counts_2024": 1705, "AREA_acre": 22.066656723296862 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24441, 39.954226 ], [ -75.240449, 39.953733 ], [ -75.238476, 39.953485 ], [ -75.238796, 39.951942 ], [ -75.242754, 39.952432 ], [ -75.244719, 39.952676 ], [ -75.24441, 39.954226 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172022", "device_counts_2018": 1024, "device_counts_2019": 736, "device_counts_2020": 369, "device_counts_2021": 229, "device_counts_2022": 316, "device_counts_2023": 355, "device_counts_2024": 198, "stop_counts_2018": 5210, "stop_counts_2019": 3065, "stop_counts_2020": 1396, "stop_counts_2021": 961, "stop_counts_2022": 1403, "stop_counts_2023": 2473, "stop_counts_2024": 549, "AREA_acre": 19.93025518142985 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176301, 39.999921 ], [ -75.173282, 39.999516 ], [ -75.173948, 39.996432 ], [ -75.175539, 39.996639 ], [ -75.175188, 39.998233 ], [ -75.178237, 39.998611 ], [ -75.176301, 39.999921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084004", "device_counts_2018": 5593, "device_counts_2019": 5183, "device_counts_2020": 2413, "device_counts_2021": 1851, "device_counts_2022": 2177, "device_counts_2023": 2640, "device_counts_2024": 1879, "stop_counts_2018": 16906, "stop_counts_2019": 16087, "stop_counts_2020": 6745, "stop_counts_2021": 5367, "stop_counts_2022": 5879, "stop_counts_2023": 6840, "stop_counts_2024": 6608, "AREA_acre": 34.672633289678785 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236971, 39.960698 ], [ -75.234869, 39.961231 ], [ -75.232857, 39.960976 ], [ -75.230801, 39.960722 ], [ -75.231277, 39.958448 ], [ -75.235342, 39.958951 ], [ -75.235504, 39.958192 ], [ -75.237448, 39.958433 ], [ -75.236971, 39.960698 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215002", "device_counts_2018": 1509, "device_counts_2019": 1239, "device_counts_2020": 770, "device_counts_2021": 618, "device_counts_2022": 1220, "device_counts_2023": 1622, "device_counts_2024": 1243, "stop_counts_2018": 5775, "stop_counts_2019": 4399, "stop_counts_2020": 2834, "stop_counts_2021": 2471, "stop_counts_2022": 3729, "stop_counts_2023": 5232, "stop_counts_2024": 4263, "AREA_acre": 66.937269030959428 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238068, 40.032127 ], [ -75.234535, 40.030426 ], [ -75.233394, 40.031906 ], [ -75.22815, 40.034714 ], [ -75.226904, 40.033041 ], [ -75.228138, 40.032482 ], [ -75.226787, 40.030802 ], [ -75.228765, 40.029792 ], [ -75.229513, 40.029492 ], [ -75.232005, 40.028228 ], [ -75.232628, 40.028355 ], [ -75.234604, 40.029926 ], [ -75.238068, 40.032127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373002", "device_counts_2018": 5591, "device_counts_2019": 4889, "device_counts_2020": 2070, "device_counts_2021": 3170, "device_counts_2022": 4008, "device_counts_2023": 4082, "device_counts_2024": 4263, "stop_counts_2018": 20708, "stop_counts_2019": 17906, "stop_counts_2020": 11965, "stop_counts_2021": 12690, "stop_counts_2022": 16003, "stop_counts_2023": 12533, "stop_counts_2024": 12068, "AREA_acre": 192.4752621003646 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19022, 39.915884 ], [ -75.189481, 39.91484 ], [ -75.188144, 39.914281 ], [ -75.177806, 39.91309 ], [ -75.178512, 39.90867 ], [ -75.1828, 39.909208 ], [ -75.183387, 39.906617 ], [ -75.190073, 39.90752 ], [ -75.192285, 39.906428 ], [ -75.19022, 39.915884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198001", "device_counts_2018": 2604, "device_counts_2019": 2710, "device_counts_2020": 720, "device_counts_2021": 538, "device_counts_2022": 745, "device_counts_2023": 1143, "device_counts_2024": 763, "stop_counts_2018": 8342, "stop_counts_2019": 7483, "stop_counts_2020": 2247, "stop_counts_2021": 1762, "stop_counts_2022": 2448, "stop_counts_2023": 2590, "stop_counts_2024": 1689, "AREA_acre": 59.282727107610292 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147325, 40.010382 ], [ -75.147247, 40.011906 ], [ -75.147205, 40.015188 ], [ -75.141745, 40.012939 ], [ -75.141786, 40.012708 ], [ -75.14332, 40.012926 ], [ -75.143981, 40.009949 ], [ -75.142438, 40.009743 ], [ -75.141913, 40.009674 ], [ -75.142256, 40.008093 ], [ -75.142772, 40.008153 ], [ -75.143346, 40.008227 ], [ -75.147603, 40.008779 ], [ -75.147325, 40.010382 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014003", "device_counts_2018": 4642, "device_counts_2019": 3710, "device_counts_2020": 1206, "device_counts_2021": 1422, "device_counts_2022": 1821, "device_counts_2023": 3142, "device_counts_2024": 2870, "stop_counts_2018": 13533, "stop_counts_2019": 9922, "stop_counts_2020": 3533, "stop_counts_2021": 3585, "stop_counts_2022": 4459, "stop_counts_2023": 7574, "stop_counts_2024": 6820, "AREA_acre": 35.879549729690737 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171906, 39.944443 ], [ -75.168762, 39.94405 ], [ -75.165575, 39.943664 ], [ -75.165988, 39.94182 ], [ -75.166204, 39.940813 ], [ -75.169386, 39.941211 ], [ -75.170955, 39.941404 ], [ -75.170532, 39.94338 ], [ -75.172104, 39.943577 ], [ -75.171906, 39.944443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010200002", "device_counts_2018": 11330, "device_counts_2019": 10131, "device_counts_2020": 4115, "device_counts_2021": 4388, "device_counts_2022": 5378, "device_counts_2023": 7939, "device_counts_2024": 5044, "stop_counts_2018": 43233, "stop_counts_2019": 35908, "stop_counts_2020": 15529, "stop_counts_2021": 14122, "stop_counts_2022": 17277, "stop_counts_2023": 25743, "stop_counts_2024": 14387, "AREA_acre": 46.835920231021333 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152549, 40.003181 ], [ -75.151603, 40.007665 ], [ -75.151246, 40.009279 ], [ -75.15109, 40.009934 ], [ -75.148817, 40.002698 ], [ -75.148148, 40.000987 ], [ -75.152926, 40.001592 ], [ -75.152549, 40.003181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010184002", "device_counts_2018": 1486, "device_counts_2019": 1248, "device_counts_2020": 920, "device_counts_2021": 868, "device_counts_2022": 1309, "device_counts_2023": 1695, "device_counts_2024": 1346, "stop_counts_2018": 11250, "stop_counts_2019": 9574, "stop_counts_2020": 6535, "stop_counts_2021": 5648, "stop_counts_2022": 7927, "stop_counts_2023": 7171, "stop_counts_2024": 5274, "AREA_acre": 457.06101505632216 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.066765, 39.99318 ], [ -75.065419, 39.995046 ], [ -75.069049, 39.999566 ], [ -75.070175, 40.00106 ], [ -75.070609, 40.001652 ], [ -75.067245, 40.004293 ], [ -75.067696, 40.005333 ], [ -75.064579, 40.006194 ], [ -75.063056, 40.006098 ], [ -75.062126, 40.006643 ], [ -75.053723885964288, 40.004080276035694 ], [ -75.058089, 39.997404 ], [ -75.059017, 39.992512 ], [ -75.059792271613105, 39.991537274057499 ], [ -75.064175, 39.986027 ], [ -75.064645979616898, 39.985641523490607 ], [ -75.071834, 39.99042 ], [ -75.066765, 39.99318 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202005", "device_counts_2018": 1631, "device_counts_2019": 1367, "device_counts_2020": 616, "device_counts_2021": 502, "device_counts_2022": 640, "device_counts_2023": 733, "device_counts_2024": 405, "stop_counts_2018": 7843, "stop_counts_2019": 5495, "stop_counts_2020": 2266, "stop_counts_2021": 1688, "stop_counts_2022": 1602, "stop_counts_2023": 2381, "stop_counts_2024": 1669, "AREA_acre": 34.189173328245452 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160943, 40.012647 ], [ -75.156652, 40.014618 ], [ -75.156653, 40.014419 ], [ -75.157775, 40.009231 ], [ -75.160936, 40.009632 ], [ -75.160453, 40.012067 ], [ -75.160943, 40.012647 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256001", "device_counts_2018": 672, "device_counts_2019": 521, "device_counts_2020": 270, "device_counts_2021": 210, "device_counts_2022": 262, "device_counts_2023": 431, "device_counts_2024": 377, "stop_counts_2018": 3084, "stop_counts_2019": 2574, "stop_counts_2020": 1324, "stop_counts_2021": 1030, "stop_counts_2022": 1434, "stop_counts_2023": 3063, "stop_counts_2024": 1288, "AREA_acre": 83.816585948798974 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190512, 40.070271 ], [ -75.188052, 40.072503 ], [ -75.181751, 40.068902 ], [ -75.18437, 40.066442 ], [ -75.185757, 40.065121 ], [ -75.187657, 40.065837 ], [ -75.188921, 40.066497 ], [ -75.190512, 40.070271 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010285001", "device_counts_2018": 3991, "device_counts_2019": 3334, "device_counts_2020": 1919, "device_counts_2021": 1589, "device_counts_2022": 1943, "device_counts_2023": 1745, "device_counts_2024": 1393, "stop_counts_2018": 14951, "stop_counts_2019": 10659, "stop_counts_2020": 5690, "stop_counts_2021": 5170, "stop_counts_2022": 5693, "stop_counts_2023": 3985, "stop_counts_2024": 2826, "AREA_acre": 65.832350540862976 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135724, 40.023602 ], [ -75.135096, 40.026079 ], [ -75.135334, 40.027632 ], [ -75.13506, 40.02915 ], [ -75.135144, 40.031362 ], [ -75.135042, 40.033284 ], [ -75.13129, 40.032818 ], [ -75.131829, 40.030321 ], [ -75.132352, 40.028019 ], [ -75.13251, 40.027274 ], [ -75.132838, 40.025783 ], [ -75.133167, 40.024299 ], [ -75.133287, 40.023784 ], [ -75.135664, 40.023155 ], [ -75.135724, 40.023602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310003", "device_counts_2018": 1283, "device_counts_2019": 1131, "device_counts_2020": 602, "device_counts_2021": 542, "device_counts_2022": 711, "device_counts_2023": 705, "device_counts_2024": 560, "stop_counts_2018": 5277, "stop_counts_2019": 3405, "stop_counts_2020": 1822, "stop_counts_2021": 1565, "stop_counts_2022": 2568, "stop_counts_2023": 2452, "stop_counts_2024": 780, "AREA_acre": 48.318491181821479 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075037, 40.047638 ], [ -75.073936, 40.048841 ], [ -75.072108, 40.050765 ], [ -75.068475, 40.048729 ], [ -75.069073, 40.048109 ], [ -75.07207, 40.045024 ], [ -75.075637, 40.047005 ], [ -75.075037, 40.047638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011013", "device_counts_2018": 5156, "device_counts_2019": 3033, "device_counts_2020": 655, "device_counts_2021": 864, "device_counts_2022": 1032, "device_counts_2023": 2109, "device_counts_2024": 2079, "stop_counts_2018": 11473, "stop_counts_2019": 6813, "stop_counts_2020": 1544, "stop_counts_2021": 1758, "stop_counts_2022": 2399, "stop_counts_2023": 3730, "stop_counts_2024": 3518, "AREA_acre": 13.196206871116154 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161843, 39.94662 ], [ -75.160267, 39.946422 ], [ -75.159481, 39.946325 ], [ -75.159984, 39.944009 ], [ -75.162348, 39.944299 ], [ -75.161843, 39.94662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063004", "device_counts_2018": 3352, "device_counts_2019": 2434, "device_counts_2020": 1244, "device_counts_2021": 898, "device_counts_2022": 1159, "device_counts_2023": 1948, "device_counts_2024": 1620, "stop_counts_2018": 13689, "stop_counts_2019": 9543, "stop_counts_2020": 4755, "stop_counts_2021": 3759, "stop_counts_2022": 4185, "stop_counts_2023": 5481, "stop_counts_2024": 5506, "AREA_acre": 90.409918284947935 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246856, 39.918759 ], [ -75.239671, 39.923779 ], [ -75.236655, 39.921242 ], [ -75.236789, 39.920899 ], [ -75.239511, 39.918979 ], [ -75.241088, 39.917868 ], [ -75.242454, 39.916907 ], [ -75.243821, 39.916027 ], [ -75.244935, 39.91545 ], [ -75.246308, 39.917176 ], [ -75.246856, 39.918759 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093005", "device_counts_2018": 4225, "device_counts_2019": 2434, "device_counts_2020": 746, "device_counts_2021": 650, "device_counts_2022": 767, "device_counts_2023": 1395, "device_counts_2024": 1142, "stop_counts_2018": 15582, "stop_counts_2019": 7797, "stop_counts_2020": 2393, "stop_counts_2021": 1703, "stop_counts_2022": 1856, "stop_counts_2023": 3987, "stop_counts_2024": 2701, "AREA_acre": 29.111545233266288 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227679, 39.965072 ], [ -75.22786, 39.966191 ], [ -75.224105, 39.964739 ], [ -75.223531, 39.964601 ], [ -75.223746, 39.963026 ], [ -75.22422, 39.963086 ], [ -75.226891, 39.963415 ], [ -75.227443, 39.960311 ], [ -75.228645, 39.960463 ], [ -75.227679, 39.965072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102003", "device_counts_2018": 1503, "device_counts_2019": 1217, "device_counts_2020": 470, "device_counts_2021": 381, "device_counts_2022": 512, "device_counts_2023": 705, "device_counts_2024": 714, "stop_counts_2018": 5857, "stop_counts_2019": 4750, "stop_counts_2020": 1763, "stop_counts_2021": 1711, "stop_counts_2022": 1886, "stop_counts_2023": 3608, "stop_counts_2024": 2552, "AREA_acre": 25.745438420495741 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232573, 39.970683 ], [ -75.231617, 39.970789 ], [ -75.228735, 39.971107 ], [ -75.228248, 39.968409 ], [ -75.230162, 39.968216 ], [ -75.231833, 39.96746 ], [ -75.232228, 39.968829 ], [ -75.232573, 39.970683 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135001", "device_counts_2018": 3045, "device_counts_2019": 2925, "device_counts_2020": 393, "device_counts_2021": 1604, "device_counts_2022": 1946, "device_counts_2023": 2406, "device_counts_2024": 2175, "stop_counts_2018": 6451, "stop_counts_2019": 5970, "stop_counts_2020": 1505, "stop_counts_2021": 2968, "stop_counts_2022": 3452, "stop_counts_2023": 5468, "stop_counts_2024": 6144, "AREA_acre": 29.914471531321023 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174869, 39.96971 ], [ -75.174367, 39.972035 ], [ -75.172659, 39.971823 ], [ -75.173163, 39.969503 ], [ -75.170997, 39.969227 ], [ -75.171344, 39.967275 ], [ -75.172108, 39.967284 ], [ -75.17539, 39.967345 ], [ -75.174869, 39.96971 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010147002", "device_counts_2018": 9564, "device_counts_2019": 8150, "device_counts_2020": 2515, "device_counts_2021": 2813, "device_counts_2022": 4210, "device_counts_2023": 6082, "device_counts_2024": 3622, "stop_counts_2018": 35915, "stop_counts_2019": 28254, "stop_counts_2020": 7227, "stop_counts_2021": 7205, "stop_counts_2022": 12485, "stop_counts_2023": 17135, "stop_counts_2024": 10903, "AREA_acre": 56.799426096387727 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165511, 39.981244 ], [ -75.159219, 39.980435 ], [ -75.157581, 39.980223 ], [ -75.158526, 39.97585 ], [ -75.16175, 39.976262 ], [ -75.163325, 39.976471 ], [ -75.163006, 39.977899 ], [ -75.161443, 39.977694 ], [ -75.161134, 39.979106 ], [ -75.165849, 39.979714 ], [ -75.165511, 39.981244 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010156002", "device_counts_2018": 2549, "device_counts_2019": 2326, "device_counts_2020": 1316, "device_counts_2021": 1044, "device_counts_2022": 1505, "device_counts_2023": 2609, "device_counts_2024": 1519, "stop_counts_2018": 7785, "stop_counts_2019": 6450, "stop_counts_2020": 3317, "stop_counts_2021": 2505, "stop_counts_2022": 3844, "stop_counts_2023": 5042, "stop_counts_2024": 2885, "AREA_acre": 41.677287375566038 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144169, 39.983092 ], [ -75.139868, 39.982536 ], [ -75.141349, 39.978121 ], [ -75.14315, 39.978966 ], [ -75.143188, 39.978359 ], [ -75.14501, 39.978597 ], [ -75.144169, 39.983092 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010173002", "device_counts_2018": 6859, "device_counts_2019": 5940, "device_counts_2020": 2258, "device_counts_2021": 2187, "device_counts_2022": 3208, "device_counts_2023": 3928, "device_counts_2024": 2889, "stop_counts_2018": 21339, "stop_counts_2019": 18487, "stop_counts_2020": 7726, "stop_counts_2021": 6023, "stop_counts_2022": 8592, "stop_counts_2023": 10868, "stop_counts_2024": 7282, "AREA_acre": 188.65814767537449 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167215, 39.997197 ], [ -75.163734, 39.996753 ], [ -75.163093, 39.999752 ], [ -75.166562, 40.000199 ], [ -75.165896, 40.003269 ], [ -75.160843, 40.002634 ], [ -75.158926, 40.004009 ], [ -75.157365, 40.003799 ], [ -75.157703, 40.00221 ], [ -75.158222, 39.999121 ], [ -75.155232, 39.998728 ], [ -75.153609, 39.998515 ], [ -75.153782, 39.997718 ], [ -75.154588, 39.993938 ], [ -75.157791, 39.994342 ], [ -75.159366, 39.994525 ], [ -75.160946, 39.994737 ], [ -75.164094, 39.995169 ], [ -75.167568, 39.995621 ], [ -75.167215, 39.997197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019801001", "device_counts_2018": 4282, "device_counts_2019": 3878, "device_counts_2020": 2441, "device_counts_2021": 2154, "device_counts_2022": 2995, "device_counts_2023": 3753, "device_counts_2024": 3978, "stop_counts_2018": 9418, "stop_counts_2019": 8577, "stop_counts_2020": 6492, "stop_counts_2021": 4587, "stop_counts_2022": 6840, "stop_counts_2023": 16393, "stop_counts_2024": 18209, "AREA_acre": 1411.6758226822976 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232952, 40.083618 ], [ -75.2305, 40.086022 ], [ -75.228599, 40.084874 ], [ -75.228078, 40.084434 ], [ -75.227899, 40.084282 ], [ -75.224633, 40.079605 ], [ -75.218189, 40.075823 ], [ -75.215093, 40.077141 ], [ -75.216984, 40.074811 ], [ -75.215385, 40.073257 ], [ -75.215751, 40.072877 ], [ -75.222268, 40.073056 ], [ -75.221348, 40.072432 ], [ -75.222536, 40.071328 ], [ -75.218898, 40.067813 ], [ -75.215983, 40.069557 ], [ -75.215152, 40.069139 ], [ -75.218506, 40.066949 ], [ -75.220769, 40.064065 ], [ -75.21901, 40.060468 ], [ -75.216866, 40.057179 ], [ -75.214011, 40.0571 ], [ -75.212549, 40.058425 ], [ -75.213767, 40.056678 ], [ -75.217672, 40.055359 ], [ -75.217922, 40.055271 ], [ -75.214124, 40.049661 ], [ -75.212717, 40.049239 ], [ -75.209969, 40.047081 ], [ -75.20994, 40.044636 ], [ -75.208173, 40.04199 ], [ -75.207016, 40.0416 ], [ -75.205047, 40.043123 ], [ -75.205546, 40.039057 ], [ -75.203164, 40.037635 ], [ -75.202846, 40.039503 ], [ -75.200359, 40.037477 ], [ -75.198918, 40.038973 ], [ -75.197535, 40.033892 ], [ -75.196938, 40.033266 ], [ -75.190861, 40.031144 ], [ -75.189063, 40.031905 ], [ -75.187776, 40.030771 ], [ -75.186194, 40.029468 ], [ -75.185463, 40.028875 ], [ -75.193231, 40.024996 ], [ -75.193308, 40.024091 ], [ -75.197636, 40.021461 ], [ -75.201269, 40.017189 ], [ -75.205848, 40.015281 ], [ -75.206139, 40.014753 ], [ -75.206207, 40.01472 ], [ -75.207599, 40.012719 ], [ -75.208008, 40.012997 ], [ -75.207221, 40.016673 ], [ -75.205622, 40.017107 ], [ -75.204055, 40.017273 ], [ -75.204057, 40.020213 ], [ -75.204479, 40.020942 ], [ -75.203241, 40.024681 ], [ -75.202496, 40.025609 ], [ -75.20323, 40.025839 ], [ -75.205616, 40.028661 ], [ -75.203407, 40.029561 ], [ -75.205569, 40.032514 ], [ -75.207715, 40.031573 ], [ -75.208278, 40.033762 ], [ -75.208938, 40.035221 ], [ -75.210398, 40.03751 ], [ -75.213026, 40.039412 ], [ -75.214111, 40.040124 ], [ -75.216923, 40.042249 ], [ -75.217846, 40.044343 ], [ -75.217827, 40.0471 ], [ -75.218194, 40.047966 ], [ -75.218706, 40.04851 ], [ -75.227161, 40.052534 ], [ -75.230417, 40.053374 ], [ -75.231223, 40.053703 ], [ -75.228838, 40.056168 ], [ -75.228561, 40.057265 ], [ -75.230156, 40.05955 ], [ -75.228493, 40.060331 ], [ -75.226991, 40.058899 ], [ -75.22495, 40.059866 ], [ -75.226412, 40.061987 ], [ -75.2248, 40.062554 ], [ -75.225109, 40.06608 ], [ -75.223538, 40.067435 ], [ -75.226651, 40.070458 ], [ -75.228088, 40.070649 ], [ -75.227005, 40.072605 ], [ -75.225202, 40.074072 ], [ -75.230411, 40.077042 ], [ -75.225988, 40.079068 ], [ -75.22779, 40.08149 ], [ -75.231412, 40.082658 ], [ -75.232952, 40.083618 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337022", "device_counts_2018": 1550, "device_counts_2019": 1500, "device_counts_2020": 1093, "device_counts_2021": 1032, "device_counts_2022": 1306, "device_counts_2023": 1297, "device_counts_2024": 1345, "stop_counts_2018": 9639, "stop_counts_2019": 7726, "stop_counts_2020": 5578, "stop_counts_2021": 5328, "stop_counts_2022": 5667, "stop_counts_2023": 4832, "stop_counts_2024": 6059, "AREA_acre": 141.41479362049441 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068862, 40.071845 ], [ -75.065724, 40.070193 ], [ -75.05821, 40.074605 ], [ -75.055857, 40.073249 ], [ -75.053579, 40.073299 ], [ -75.055004, 40.071771 ], [ -75.058052, 40.068549 ], [ -75.059221, 40.067297 ], [ -75.061118, 40.068122 ], [ -75.06304, 40.066143 ], [ -75.067355, 40.068727 ], [ -75.067838, 40.068959 ], [ -75.070412, 40.07022 ], [ -75.068862, 40.071845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010103001", "device_counts_2018": 2507, "device_counts_2019": 2247, "device_counts_2020": 900, "device_counts_2021": 755, "device_counts_2022": 1055, "device_counts_2023": 1698, "device_counts_2024": 967, "stop_counts_2018": 9795, "stop_counts_2019": 7516, "stop_counts_2020": 3160, "stop_counts_2021": 2090, "stop_counts_2022": 2876, "stop_counts_2023": 3886, "stop_counts_2024": 2641, "AREA_acre": 41.579236772040446 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228735, 39.971107 ], [ -75.225841, 39.97143 ], [ -75.225372, 39.969517 ], [ -75.223118, 39.969747 ], [ -75.222444, 39.966531 ], [ -75.222431, 39.966487 ], [ -75.224812, 39.966206 ], [ -75.22514, 39.968145 ], [ -75.228149, 39.967843 ], [ -75.228248, 39.968409 ], [ -75.228735, 39.971107 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378002", "device_counts_2018": 4760, "device_counts_2019": 3918, "device_counts_2020": 2606, "device_counts_2021": 2969, "device_counts_2022": 3357, "device_counts_2023": 3548, "device_counts_2024": 2938, "stop_counts_2018": 15927, "stop_counts_2019": 14076, "stop_counts_2020": 9284, "stop_counts_2021": 10959, "stop_counts_2022": 11300, "stop_counts_2023": 9953, "stop_counts_2024": 13318, "AREA_acre": 1239.2499599551932 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118068, 39.974275 ], [ -75.113227, 39.976803 ], [ -75.111738, 39.977578 ], [ -75.108971, 39.979021 ], [ -75.105976, 39.980595 ], [ -75.101439, 39.982974 ], [ -75.099, 39.98424 ], [ -75.094393, 39.98663 ], [ -75.089616, 39.989064 ], [ -75.080932, 39.993498 ], [ -75.080785, 39.993572 ], [ -75.078288, 39.990945 ], [ -75.067664096638595, 39.983171324838914 ], [ -75.068604301203905, 39.982401807940505 ], [ -75.068802, 39.98224 ], [ -75.075605, 39.978041 ], [ -75.085831, 39.975102 ], [ -75.092364511040302, 39.974530410977785 ], [ -75.093718, 39.974412 ], [ -75.107540936015297, 39.970476576233416 ], [ -75.108119, 39.970312 ], [ -75.112771104124008, 39.968258553445018 ], [ -75.115617, 39.97296 ], [ -75.118068, 39.974275 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010219001", "device_counts_2018": 1481, "device_counts_2019": 1370, "device_counts_2020": 780, "device_counts_2021": 730, "device_counts_2022": 961, "device_counts_2023": 1697, "device_counts_2024": 1449, "stop_counts_2018": 7510, "stop_counts_2019": 6260, "stop_counts_2020": 3715, "stop_counts_2021": 3931, "stop_counts_2022": 4566, "stop_counts_2023": 4878, "stop_counts_2024": 3548, "AREA_acre": 351.52238277942723 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.254629, 40.047592 ], [ -75.25412, 40.048324 ], [ -75.238182, 40.059771 ], [ -75.236386, 40.057398 ], [ -75.236042, 40.056711 ], [ -75.235917, 40.055079 ], [ -75.236234, 40.052739 ], [ -75.236301, 40.051037 ], [ -75.235419, 40.048775 ], [ -75.243483, 40.045379 ], [ -75.244871, 40.045819 ], [ -75.244974, 40.047166 ], [ -75.245728, 40.049257 ], [ -75.246742, 40.048517 ], [ -75.248689, 40.045941 ], [ -75.249271, 40.04534 ], [ -75.251298, 40.043505 ], [ -75.254678, 40.045924 ], [ -75.254629, 40.047592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345011", "device_counts_2018": 1091, "device_counts_2019": 1024, "device_counts_2020": 742, "device_counts_2021": 653, "device_counts_2022": 915, "device_counts_2023": 1119, "device_counts_2024": 1112, "stop_counts_2018": 6986, "stop_counts_2019": 5717, "stop_counts_2020": 4121, "stop_counts_2021": 2668, "stop_counts_2022": 3488, "stop_counts_2023": 5592, "stop_counts_2024": 8440, "AREA_acre": 37.986194733384238 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.042114, 40.070038 ], [ -75.039748, 40.072411 ], [ -75.041869, 40.075429 ], [ -75.040606, 40.07535 ], [ -75.036627, 40.073019 ], [ -75.039163, 40.070369 ], [ -75.040265, 40.068747 ], [ -75.0406, 40.068042 ], [ -75.042114, 40.070038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010022", "device_counts_2018": 1883, "device_counts_2019": 1658, "device_counts_2020": 444, "device_counts_2021": 644, "device_counts_2022": 877, "device_counts_2023": 1953, "device_counts_2024": 1545, "stop_counts_2018": 3426, "stop_counts_2019": 3359, "stop_counts_2020": 1166, "stop_counts_2021": 1063, "stop_counts_2022": 1516, "stop_counts_2023": 3185, "stop_counts_2024": 2168, "AREA_acre": 17.341514010945712 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150037, 39.945144 ], [ -75.144933, 39.944494 ], [ -75.145243, 39.943087 ], [ -75.150339, 39.94373 ], [ -75.150037, 39.945144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010366001", "device_counts_2018": 43173, "device_counts_2019": 36207, "device_counts_2020": 11441, "device_counts_2021": 18188, "device_counts_2022": 24489, "device_counts_2023": 25279, "device_counts_2024": 22116, "stop_counts_2018": 131336, "stop_counts_2019": 114550, "stop_counts_2020": 30501, "stop_counts_2021": 46185, "stop_counts_2022": 64717, "stop_counts_2023": 90203, "stop_counts_2024": 94604, "AREA_acre": 614.5819614998552 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14617, 39.931321 ], [ -75.145146, 39.933321 ], [ -75.144656, 39.935402 ], [ -75.143467, 39.938725 ], [ -75.144529, 39.938873 ], [ -75.14406, 39.940972 ], [ -75.142466, 39.948174 ], [ -75.141469, 39.951698 ], [ -75.141625, 39.955279 ], [ -75.141607, 39.955491 ], [ -75.139954, 39.956928 ], [ -75.138081, 39.962936 ], [ -75.136755, 39.962766 ], [ -75.130217089517501, 39.958589210316127 ], [ -75.13352, 39.954412 ], [ -75.1339950133858, 39.9528358192197 ], [ -75.13572, 39.947112 ], [ -75.13612, 39.933912 ], [ -75.135887594594593, 39.932517567567601 ], [ -75.135346189189193, 39.929269135135087 ], [ -75.137217, 39.928886 ], [ -75.146413, 39.930114 ], [ -75.14617, 39.931321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008034", "device_counts_2018": 2579, "device_counts_2019": 2085, "device_counts_2020": 621, "device_counts_2021": 980, "device_counts_2022": 1184, "device_counts_2023": 1927, "device_counts_2024": 2310, "stop_counts_2018": 5461, "stop_counts_2019": 4668, "stop_counts_2020": 1388, "stop_counts_2021": 1739, "stop_counts_2022": 2178, "stop_counts_2023": 3252, "stop_counts_2024": 3988, "AREA_acre": 4.1481991214687479 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173813, 39.950531 ], [ -75.172752, 39.950398 ], [ -75.173085, 39.948799 ], [ -75.174173, 39.948921 ], [ -75.173813, 39.950531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377001", "device_counts_2018": 8267, "device_counts_2019": 6802, "device_counts_2020": 1831, "device_counts_2021": 2554, "device_counts_2022": 3476, "device_counts_2023": 3830, "device_counts_2024": 3673, "stop_counts_2018": 31965, "stop_counts_2019": 28074, "stop_counts_2020": 5755, "stop_counts_2021": 7071, "stop_counts_2022": 9889, "stop_counts_2023": 14598, "stop_counts_2024": 18822, "AREA_acre": 90.416046544657888 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156275, 39.986283 ], [ -75.154063, 39.986003 ], [ -75.150913, 39.985597 ], [ -75.150197, 39.985504 ], [ -75.147766, 39.98519 ], [ -75.148109, 39.983604 ], [ -75.151266, 39.983978 ], [ -75.152235, 39.979531 ], [ -75.157581, 39.980223 ], [ -75.156275, 39.986283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382001", "device_counts_2018": 6341, "device_counts_2019": 5403, "device_counts_2020": 3869, "device_counts_2021": 3461, "device_counts_2022": 4066, "device_counts_2023": 3928, "device_counts_2024": 2835, "stop_counts_2018": 17530, "stop_counts_2019": 15642, "stop_counts_2020": 10875, "stop_counts_2021": 10387, "stop_counts_2022": 12382, "stop_counts_2023": 9999, "stop_counts_2024": 7803, "AREA_acre": 138.37691362449499 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109709, 39.992334 ], [ -75.108144, 39.993156 ], [ -75.102674, 39.996008 ], [ -75.100367, 39.997206 ], [ -75.097949, 39.998496 ], [ -75.094523, 39.994603 ], [ -75.097007, 39.993399 ], [ -75.095726, 39.99195 ], [ -75.098035, 39.990748 ], [ -75.100302, 39.993322 ], [ -75.107339, 39.989644 ], [ -75.10773, 39.990079 ], [ -75.108859, 39.991356 ], [ -75.109528, 39.992123 ], [ -75.109709, 39.992334 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388002", "device_counts_2018": 1867, "device_counts_2019": 1699, "device_counts_2020": 789, "device_counts_2021": 844, "device_counts_2022": 942, "device_counts_2023": 1189, "device_counts_2024": 907, "stop_counts_2018": 5441, "stop_counts_2019": 4322, "stop_counts_2020": 2374, "stop_counts_2021": 2505, "stop_counts_2022": 2341, "stop_counts_2023": 3336, "stop_counts_2024": 2822, "AREA_acre": 48.585489417517039 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198787, 40.054802 ], [ -75.191876, 40.061257 ], [ -75.191054, 40.060176 ], [ -75.19022, 40.059199 ], [ -75.195763, 40.055507 ], [ -75.194647, 40.054791 ], [ -75.196319, 40.053234 ], [ -75.198787, 40.054802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275001", "device_counts_2018": 2105, "device_counts_2019": 1877, "device_counts_2020": 926, "device_counts_2021": 843, "device_counts_2022": 1360, "device_counts_2023": 1187, "device_counts_2024": 1316, "stop_counts_2018": 7896, "stop_counts_2019": 5701, "stop_counts_2020": 3263, "stop_counts_2021": 2526, "stop_counts_2022": 3559, "stop_counts_2023": 6452, "stop_counts_2024": 5164, "AREA_acre": 65.798407326646455 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13479, 40.04146 ], [ -75.134724, 40.046134 ], [ -75.132121, 40.046018 ], [ -75.131283, 40.045984 ], [ -75.128495, 40.045626 ], [ -75.128834, 40.044086 ], [ -75.12916, 40.04257 ], [ -75.129498, 40.041048 ], [ -75.131387, 40.041648 ], [ -75.132216, 40.041759 ], [ -75.133031, 40.041872 ], [ -75.13346, 40.039994 ], [ -75.134969, 40.04022 ], [ -75.13479, 40.04146 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278003", "device_counts_2018": 5643, "device_counts_2019": 4058, "device_counts_2020": 1475, "device_counts_2021": 1265, "device_counts_2022": 2320, "device_counts_2023": 1701, "device_counts_2024": 1678, "stop_counts_2018": 12834, "stop_counts_2019": 9762, "stop_counts_2020": 3487, "stop_counts_2021": 3138, "stop_counts_2022": 4455, "stop_counts_2023": 4558, "stop_counts_2024": 4984, "AREA_acre": 57.699256081456802 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151249, 40.041174 ], [ -75.149908, 40.040376 ], [ -75.148083, 40.04048 ], [ -75.146469, 40.040087 ], [ -75.144302, 40.04109 ], [ -75.144571, 40.039836 ], [ -75.144749, 40.039072 ], [ -75.145554, 40.035262 ], [ -75.148179, 40.035598 ], [ -75.149859, 40.035827 ], [ -75.149126, 40.037464 ], [ -75.149988, 40.038971 ], [ -75.151505, 40.040612 ], [ -75.151249, 40.041174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284003", "device_counts_2018": 1163, "device_counts_2019": 867, "device_counts_2020": 384, "device_counts_2021": 308, "device_counts_2022": 424, "device_counts_2023": 582, "device_counts_2024": 328, "stop_counts_2018": 5025, "stop_counts_2019": 3190, "stop_counts_2020": 1453, "stop_counts_2021": 912, "stop_counts_2022": 1299, "stop_counts_2023": 2254, "stop_counts_2024": 405, "AREA_acre": 40.066696474581782 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140638, 40.025262 ], [ -75.140303, 40.026745 ], [ -75.138698, 40.026536 ], [ -75.137096, 40.026336 ], [ -75.135096, 40.026079 ], [ -75.135724, 40.023602 ], [ -75.135664, 40.023155 ], [ -75.135854, 40.023082 ], [ -75.135939, 40.02305 ], [ -75.136799, 40.022663 ], [ -75.137001, 40.022923 ], [ -75.140979, 40.023667 ], [ -75.140638, 40.025262 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291003", "device_counts_2018": 6556, "device_counts_2019": 5388, "device_counts_2020": 3329, "device_counts_2021": 3098, "device_counts_2022": 4017, "device_counts_2023": 3066, "device_counts_2024": 2251, "stop_counts_2018": 16913, "stop_counts_2019": 12785, "stop_counts_2020": 7688, "stop_counts_2021": 6724, "stop_counts_2022": 9636, "stop_counts_2023": 6433, "stop_counts_2024": 3525, "AREA_acre": 55.939945134098785 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.107909, 40.03215 ], [ -75.106912, 40.033135 ], [ -75.105935, 40.0341 ], [ -75.104725, 40.035321 ], [ -75.101148, 40.033334 ], [ -75.103903, 40.030589 ], [ -75.104306, 40.029846 ], [ -75.106431, 40.029197 ], [ -75.109057, 40.031741 ], [ -75.107909, 40.03215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300003", "device_counts_2018": 2409, "device_counts_2019": 1023, "device_counts_2020": 375, "device_counts_2021": 273, "device_counts_2022": 370, "device_counts_2023": 734, "device_counts_2024": 282, "stop_counts_2018": 8714, "stop_counts_2019": 4605, "stop_counts_2020": 1727, "stop_counts_2021": 1229, "stop_counts_2022": 1739, "stop_counts_2023": 3461, "stop_counts_2024": 1324, "AREA_acre": 28.883830796814941 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077663, 40.018853 ], [ -75.076696, 40.019926 ], [ -75.075199, 40.019109 ], [ -75.076164, 40.018049 ], [ -75.075429, 40.017665 ], [ -75.07505, 40.017159 ], [ -75.077257, 40.014973 ], [ -75.079927, 40.016418 ], [ -75.077663, 40.018853 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302002", "device_counts_2018": 948, "device_counts_2019": 632, "device_counts_2020": 372, "device_counts_2021": 321, "device_counts_2022": 417, "device_counts_2023": 664, "device_counts_2024": 278, "stop_counts_2018": 5822, "stop_counts_2019": 3563, "stop_counts_2020": 2122, "stop_counts_2021": 1590, "stop_counts_2022": 2585, "stop_counts_2023": 2324, "stop_counts_2024": 2871, "AREA_acre": 24.817596738435427 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081849, 40.028512 ], [ -75.080866, 40.029556 ], [ -75.07908, 40.028552 ], [ -75.077861, 40.027869 ], [ -75.080031, 40.025569 ], [ -75.081379, 40.026314 ], [ -75.083038, 40.027241 ], [ -75.081849, 40.028512 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306006", "device_counts_2018": 592, "device_counts_2019": 526, "device_counts_2020": 241, "device_counts_2021": 219, "device_counts_2022": 289, "device_counts_2023": 610, "device_counts_2024": 255, "stop_counts_2018": 2972, "stop_counts_2019": 2442, "stop_counts_2020": 1266, "stop_counts_2021": 942, "stop_counts_2022": 1470, "stop_counts_2023": 1240, "stop_counts_2024": 1054, "AREA_acre": 43.107703784977481 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100896, 40.052723 ], [ -75.097525, 40.054642 ], [ -75.094056, 40.056771 ], [ -75.093483, 40.057259 ], [ -75.092524, 40.055467 ], [ -75.093706, 40.054203 ], [ -75.094766, 40.053095 ], [ -75.096242, 40.051528 ], [ -75.097243, 40.052051 ], [ -75.098234, 40.052593 ], [ -75.100681, 40.05254 ], [ -75.100935, 40.052699 ], [ -75.100896, 40.052723 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336003", "device_counts_2018": 1543, "device_counts_2019": 1214, "device_counts_2020": 791, "device_counts_2021": 694, "device_counts_2022": 940, "device_counts_2023": 857, "device_counts_2024": 710, "stop_counts_2018": 11431, "stop_counts_2019": 6038, "stop_counts_2020": 3786, "stop_counts_2021": 3158, "stop_counts_2022": 3918, "stop_counts_2023": 3778, "stop_counts_2024": 2299, "AREA_acre": 74.496789651333842 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068074, 40.060824 ], [ -75.065685, 40.063332 ], [ -75.062124, 40.061348 ], [ -75.060101, 40.060221 ], [ -75.061304, 40.058975 ], [ -75.059693, 40.058084 ], [ -75.055937, 40.055993 ], [ -75.057125, 40.054722 ], [ -75.060891, 40.056823 ], [ -75.064499, 40.058826 ], [ -75.067196, 40.060321 ], [ -75.068074, 40.060824 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010346001", "device_counts_2018": 15293, "device_counts_2019": 14155, "device_counts_2020": 9050, "device_counts_2021": 8512, "device_counts_2022": 11528, "device_counts_2023": 13263, "device_counts_2024": 12902, "stop_counts_2018": 57984, "stop_counts_2019": 52960, "stop_counts_2020": 33708, "stop_counts_2021": 33962, "stop_counts_2022": 44306, "stop_counts_2023": 48187, "stop_counts_2024": 46697, "AREA_acre": 461.20759527595584 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035087, 40.074617 ], [ -75.028952, 40.080968 ], [ -75.013126, 40.072071 ], [ -75.021707, 40.063392 ], [ -75.022217, 40.06352 ], [ -75.028256, 40.067314 ], [ -75.02966, 40.068154 ], [ -75.032965, 40.072152 ], [ -75.035087, 40.074617 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349003", "device_counts_2018": 1228, "device_counts_2019": 976, "device_counts_2020": 558, "device_counts_2021": 529, "device_counts_2022": 711, "device_counts_2023": 812, "device_counts_2024": 737, "stop_counts_2018": 4437, "stop_counts_2019": 3636, "stop_counts_2020": 2067, "stop_counts_2021": 1865, "stop_counts_2022": 2333, "stop_counts_2023": 2050, "stop_counts_2024": 1115, "AREA_acre": 64.208268725699938 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.018683, 40.040047 ], [ -75.013422, 40.043306 ], [ -75.012708, 40.043779 ], [ -75.010101, 40.041671 ], [ -75.012125, 40.040582 ], [ -75.010099, 40.039038 ], [ -75.012541, 40.038027 ], [ -75.01783, 40.039076 ], [ -75.018683, 40.040047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010359001", "device_counts_2018": 6251, "device_counts_2019": 6573, "device_counts_2020": 5523, "device_counts_2021": 5287, "device_counts_2022": 6609, "device_counts_2023": 10268, "device_counts_2024": 10037, "stop_counts_2018": 24912, "stop_counts_2019": 27303, "stop_counts_2020": 23952, "stop_counts_2021": 23111, "stop_counts_2022": 27842, "stop_counts_2023": 33528, "stop_counts_2024": 29158, "AREA_acre": 189.66372300134367 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024306, 40.111181 ], [ -75.023041, 40.112998 ], [ -75.018457, 40.118119 ], [ -75.015384, 40.123599 ], [ -75.010453, 40.120681 ], [ -75.008712, 40.119612 ], [ -75.013156, 40.11397 ], [ -75.014449, 40.115451 ], [ -75.01993, 40.110978 ], [ -75.023459, 40.110847 ], [ -75.024306, 40.111181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362013", "device_counts_2018": 1040, "device_counts_2019": 1004, "device_counts_2020": 650, "device_counts_2021": 672, "device_counts_2022": 967, "device_counts_2023": 985, "device_counts_2024": 1019, "stop_counts_2018": 5263, "stop_counts_2019": 4960, "stop_counts_2020": 3069, "stop_counts_2021": 3417, "stop_counts_2022": 5476, "stop_counts_2023": 5910, "stop_counts_2024": 4955, "AREA_acre": 61.210742982106709 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.990155, 40.084052 ], [ -74.988885, 40.083129 ], [ -74.987586, 40.082663 ], [ -74.987408, 40.081351 ], [ -74.986539, 40.080333 ], [ -74.988911, 40.07812 ], [ -74.990003, 40.077975 ], [ -74.994348, 40.081681 ], [ -74.990155, 40.084052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306004", "device_counts_2018": 1492, "device_counts_2019": 1085, "device_counts_2020": 656, "device_counts_2021": 584, "device_counts_2022": 802, "device_counts_2023": 913, "device_counts_2024": 680, "stop_counts_2018": 5644, "stop_counts_2019": 2752, "stop_counts_2020": 1633, "stop_counts_2021": 1739, "stop_counts_2022": 2061, "stop_counts_2023": 1815, "stop_counts_2024": 2761, "AREA_acre": 32.389538720779768 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100394, 40.048691 ], [ -75.09822, 40.051023 ], [ -75.097243, 40.052051 ], [ -75.096242, 40.051528 ], [ -75.094593, 40.050655 ], [ -75.095623, 40.049584 ], [ -75.098017, 40.047096 ], [ -75.099559, 40.047973 ], [ -75.100394, 40.048691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314014", "device_counts_2018": 642, "device_counts_2019": 417, "device_counts_2020": 246, "device_counts_2021": 222, "device_counts_2022": 354, "device_counts_2023": 327, "device_counts_2024": 174, "stop_counts_2018": 3765, "stop_counts_2019": 2179, "stop_counts_2020": 1087, "stop_counts_2021": 1234, "stop_counts_2022": 1958, "stop_counts_2023": 590, "stop_counts_2024": 295, "AREA_acre": 21.003099054081204 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070634, 40.043272 ], [ -75.068338, 40.045728 ], [ -75.066547, 40.044741 ], [ -75.065919, 40.044399 ], [ -75.067069, 40.043188 ], [ -75.068234, 40.041945 ], [ -75.069459, 40.042621 ], [ -75.070634, 40.043272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315012", "device_counts_2018": 2969, "device_counts_2019": 2495, "device_counts_2020": 1218, "device_counts_2021": 1186, "device_counts_2022": 1649, "device_counts_2023": 1191, "device_counts_2024": 941, "stop_counts_2018": 10681, "stop_counts_2019": 8325, "stop_counts_2020": 4480, "stop_counts_2021": 3996, "stop_counts_2022": 5015, "stop_counts_2023": 2469, "stop_counts_2024": 1767, "AREA_acre": 38.651909468619806 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047973, 40.037283 ], [ -75.047405, 40.037892 ], [ -75.045778, 40.036986 ], [ -75.043199, 40.035544 ], [ -75.044671, 40.034771 ], [ -75.04677, 40.033683 ], [ -75.047718, 40.033301 ], [ -75.050349, 40.034769 ], [ -75.047973, 40.037283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319004", "device_counts_2018": 1086, "device_counts_2019": 805, "device_counts_2020": 367, "device_counts_2021": 399, "device_counts_2022": 495, "device_counts_2023": 791, "device_counts_2024": 987, "stop_counts_2018": 3266, "stop_counts_2019": 2616, "stop_counts_2020": 1335, "stop_counts_2021": 1155, "stop_counts_2022": 1557, "stop_counts_2023": 1393, "stop_counts_2024": 1776, "AREA_acre": 28.522421102631114 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068516, 40.021385 ], [ -75.062802, 40.024402 ], [ -75.06308, 40.022452 ], [ -75.062925, 40.021777 ], [ -75.06701, 40.01967 ], [ -75.067412, 40.020111 ], [ -75.068516, 40.021385 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325002", "device_counts_2018": 1276, "device_counts_2019": 872, "device_counts_2020": 505, "device_counts_2021": 466, "device_counts_2022": 559, "device_counts_2023": 633, "device_counts_2024": 555, "stop_counts_2018": 7465, "stop_counts_2019": 4833, "stop_counts_2020": 2612, "stop_counts_2021": 2073, "stop_counts_2022": 3142, "stop_counts_2023": 5469, "stop_counts_2024": 3180, "AREA_acre": 38.710492497825342 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051104, 40.026407 ], [ -75.049273, 40.027351 ], [ -75.047453, 40.028294 ], [ -75.046555, 40.027265 ], [ -75.044721, 40.025179 ], [ -75.048375, 40.023291 ], [ -75.049304, 40.024351 ], [ -75.050202, 40.02538 ], [ -75.051104, 40.026407 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330002", "device_counts_2018": 504, "device_counts_2019": 353, "device_counts_2020": 261, "device_counts_2021": 213, "device_counts_2022": 285, "device_counts_2023": 332, "device_counts_2024": 283, "stop_counts_2018": 4135, "stop_counts_2019": 1698, "stop_counts_2020": 1623, "stop_counts_2021": 980, "stop_counts_2022": 1690, "stop_counts_2023": 1374, "stop_counts_2024": 823, "AREA_acre": 14.27327469059006 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.034538, 40.036464 ], [ -75.032295, 40.037622 ], [ -75.031903, 40.036993 ], [ -75.030905, 40.035358 ], [ -75.032739, 40.034407 ], [ -75.034538, 40.036464 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088023", "device_counts_2018": 7112, "device_counts_2019": 5938, "device_counts_2020": 1748, "device_counts_2021": 2209, "device_counts_2022": 4849, "device_counts_2023": 4416, "device_counts_2024": 3190, "stop_counts_2018": 21444, "stop_counts_2019": 18135, "stop_counts_2020": 4573, "stop_counts_2021": 6260, "stop_counts_2022": 13228, "stop_counts_2023": 17345, "stop_counts_2024": 16251, "AREA_acre": 29.702047764411155 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205092, 39.954419 ], [ -75.204933, 39.955181 ], [ -75.200098, 39.954582 ], [ -75.200525, 39.952695 ], [ -75.200801, 39.951458 ], [ -75.203083, 39.951745 ], [ -75.202828, 39.95297 ], [ -75.204107, 39.953128 ], [ -75.20546, 39.952682 ], [ -75.205092, 39.954419 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153002", "device_counts_2018": 1334, "device_counts_2019": 972, "device_counts_2020": 403, "device_counts_2021": 406, "device_counts_2022": 624, "device_counts_2023": 588, "device_counts_2024": 383, "stop_counts_2018": 4129, "stop_counts_2019": 3312, "stop_counts_2020": 1323, "stop_counts_2021": 1588, "stop_counts_2022": 1775, "stop_counts_2023": 1366, "stop_counts_2024": 783, "AREA_acre": 17.161820416032484 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162951, 39.985542 ], [ -75.161383, 39.985339 ], [ -75.158246, 39.984934 ], [ -75.158567, 39.98342 ], [ -75.163286, 39.984034 ], [ -75.162951, 39.985542 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160007", "device_counts_2018": 719, "device_counts_2019": 604, "device_counts_2020": 301, "device_counts_2021": 273, "device_counts_2022": 377, "device_counts_2023": 756, "device_counts_2024": 631, "stop_counts_2018": 2778, "stop_counts_2019": 2774, "stop_counts_2020": 1331, "stop_counts_2021": 978, "stop_counts_2022": 1333, "stop_counts_2023": 3272, "stop_counts_2024": 2361, "AREA_acre": 22.645129821928439 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127579, 39.981383 ], [ -75.125062, 39.982373 ], [ -75.123266, 39.980344 ], [ -75.122449, 39.979411 ], [ -75.124193, 39.9785 ], [ -75.125018, 39.979426 ], [ -75.125593, 39.979124 ], [ -75.127579, 39.981383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167012", "device_counts_2018": 847, "device_counts_2019": 643, "device_counts_2020": 311, "device_counts_2021": 227, "device_counts_2022": 244, "device_counts_2023": 380, "device_counts_2024": 274, "stop_counts_2018": 3254, "stop_counts_2019": 3172, "stop_counts_2020": 1187, "stop_counts_2021": 755, "stop_counts_2022": 641, "stop_counts_2023": 1771, "stop_counts_2024": 904, "AREA_acre": 20.859246591889708 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164094, 39.995169 ], [ -75.160946, 39.994737 ], [ -75.161948, 39.990185 ], [ -75.1635, 39.990401 ], [ -75.16294, 39.993043 ], [ -75.164094, 39.995169 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170003", "device_counts_2018": 2740, "device_counts_2019": 2734, "device_counts_2020": 1124, "device_counts_2021": 1268, "device_counts_2022": 1601, "device_counts_2023": 1196, "device_counts_2024": 1673, "stop_counts_2018": 10309, "stop_counts_2019": 8601, "stop_counts_2020": 3072, "stop_counts_2021": 2843, "stop_counts_2022": 3340, "stop_counts_2023": 3245, "stop_counts_2024": 4116, "AREA_acre": 89.146328164131276 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187821, 40.006102 ], [ -75.185412, 40.009513 ], [ -75.185674, 40.01012 ], [ -75.183611, 40.010905 ], [ -75.182239, 40.011676 ], [ -75.180147, 40.009251 ], [ -75.179692, 40.007898 ], [ -75.178633, 40.005052 ], [ -75.178809, 40.004937 ], [ -75.181141, 40.003697 ], [ -75.183644, 40.004204 ], [ -75.18335, 40.005521 ], [ -75.183204, 40.006624 ], [ -75.18535, 40.006527 ], [ -75.186349, 40.006533 ], [ -75.186477, 40.005921 ], [ -75.187821, 40.006102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180024", "device_counts_2018": 636, "device_counts_2019": 502, "device_counts_2020": 364, "device_counts_2021": 300, "device_counts_2022": 398, "device_counts_2023": 380, "device_counts_2024": 178, "stop_counts_2018": 2183, "stop_counts_2019": 1742, "stop_counts_2020": 1142, "stop_counts_2021": 1037, "stop_counts_2022": 1160, "stop_counts_2023": 1093, "stop_counts_2024": 321, "AREA_acre": 20.926880991944447 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.110525, 39.980787 ], [ -75.108828, 39.981673 ], [ -75.106968, 39.982648 ], [ -75.105921, 39.981461 ], [ -75.105976, 39.980595 ], [ -75.108971, 39.979021 ], [ -75.110525, 39.980787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190001", "device_counts_2018": 1751, "device_counts_2019": 1426, "device_counts_2020": 841, "device_counts_2021": 630, "device_counts_2022": 834, "device_counts_2023": 831, "device_counts_2024": 707, "stop_counts_2018": 6264, "stop_counts_2019": 4485, "stop_counts_2020": 3121, "stop_counts_2021": 2383, "stop_counts_2022": 3387, "stop_counts_2023": 1752, "stop_counts_2024": 2007, "AREA_acre": 24.568717235138454 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103146, 40.006202 ], [ -75.102552, 40.009202 ], [ -75.100373, 40.008914 ], [ -75.098428, 40.008664 ], [ -75.098734, 40.007196 ], [ -75.100691, 40.007435 ], [ -75.101064, 40.005695 ], [ -75.101826, 40.005667 ], [ -75.10327, 40.005602 ], [ -75.103146, 40.006202 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027011", "device_counts_2018": 1144, "device_counts_2019": 834, "device_counts_2020": 334, "device_counts_2021": 312, "device_counts_2022": 469, "device_counts_2023": 884, "device_counts_2024": 1110, "stop_counts_2018": 4172, "stop_counts_2019": 3109, "stop_counts_2020": 1533, "stop_counts_2021": 1432, "stop_counts_2022": 1745, "stop_counts_2023": 3736, "stop_counts_2024": 1770, "AREA_acre": 18.578754339034042 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154735, 39.931208 ], [ -75.154454, 39.93242 ], [ -75.152893, 39.932208 ], [ -75.151309, 39.932007 ], [ -75.151852, 39.929555 ], [ -75.154997, 39.929984 ], [ -75.154735, 39.931208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030014", "device_counts_2018": 925, "device_counts_2019": 748, "device_counts_2020": 362, "device_counts_2021": 326, "device_counts_2022": 451, "device_counts_2023": 324, "device_counts_2024": 784, "stop_counts_2018": 4183, "stop_counts_2019": 2574, "stop_counts_2020": 1497, "stop_counts_2021": 1417, "stop_counts_2022": 2320, "stop_counts_2023": 912, "stop_counts_2024": 1471, "AREA_acre": 12.551952457635402 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175289, 39.928867 ], [ -75.175032, 39.930087 ], [ -75.172907, 39.929811 ], [ -75.173426, 39.927363 ], [ -75.175562, 39.927642 ], [ -75.175289, 39.928867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039021", "device_counts_2018": 1567, "device_counts_2019": 1386, "device_counts_2020": 768, "device_counts_2021": 818, "device_counts_2022": 1119, "device_counts_2023": 1294, "device_counts_2024": 1215, "stop_counts_2018": 5957, "stop_counts_2019": 4534, "stop_counts_2020": 3100, "stop_counts_2021": 3022, "stop_counts_2022": 3677, "stop_counts_2023": 3676, "stop_counts_2024": 4510, "AREA_acre": 19.152237082358063 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174033, 39.919809 ], [ -75.173748, 39.92106 ], [ -75.170581, 39.920653 ], [ -75.170854, 39.91941 ], [ -75.171122, 39.918152 ], [ -75.174302, 39.918562 ], [ -75.174033, 39.919809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363033", "device_counts_2018": 786, "device_counts_2019": 750, "device_counts_2020": 565, "device_counts_2021": 514, "device_counts_2022": 680, "device_counts_2023": 785, "device_counts_2024": 661, "stop_counts_2018": 6760, "stop_counts_2019": 5301, "stop_counts_2020": 3846, "stop_counts_2021": 3492, "stop_counts_2022": 4968, "stop_counts_2023": 3393, "stop_counts_2024": 1561, "AREA_acre": 52.633178069143682 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.976091, 40.097433 ], [ -74.974647, 40.098954 ], [ -74.973395, 40.099759 ], [ -74.970836, 40.100755 ], [ -74.967496, 40.100803 ], [ -74.968536, 40.098492 ], [ -74.970261, 40.097964 ], [ -74.970623, 40.096983 ], [ -74.971016, 40.096392 ], [ -74.972898, 40.096859 ], [ -74.97577, 40.096412 ], [ -74.976091, 40.097433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042012", "device_counts_2018": 1717, "device_counts_2019": 1307, "device_counts_2020": 794, "device_counts_2021": 745, "device_counts_2022": 1059, "device_counts_2023": 1295, "device_counts_2024": 1015, "stop_counts_2018": 9449, "stop_counts_2019": 5942, "stop_counts_2020": 3999, "stop_counts_2021": 3210, "stop_counts_2022": 4514, "stop_counts_2023": 5298, "stop_counts_2024": 2632, "AREA_acre": 30.740407973748589 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155233, 39.921686 ], [ -75.155056, 39.922495 ], [ -75.149916, 39.921819 ], [ -75.150461, 39.919345 ], [ -75.155597, 39.920013 ], [ -75.155233, 39.921686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010054001", "device_counts_2018": 2348, "device_counts_2019": 1755, "device_counts_2020": 971, "device_counts_2021": 791, "device_counts_2022": 1373, "device_counts_2023": 1846, "device_counts_2024": 1778, "stop_counts_2018": 9275, "stop_counts_2019": 6142, "stop_counts_2020": 3157, "stop_counts_2021": 2180, "stop_counts_2022": 3414, "stop_counts_2023": 4412, "stop_counts_2024": 3609, "AREA_acre": 590.97100380860388 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264878, 39.887927 ], [ -75.262485, 39.888406 ], [ -75.261743, 39.891774 ], [ -75.259112, 39.892436 ], [ -75.256789, 39.895189 ], [ -75.257362, 39.895844 ], [ -75.255093, 39.898756 ], [ -75.253285, 39.898094 ], [ -75.252349, 39.897618 ], [ -75.243752, 39.893025 ], [ -75.241825, 39.892006 ], [ -75.246231, 39.889505 ], [ -75.254897, 39.880006 ], [ -75.257003, 39.878422 ], [ -75.261245, 39.876484 ], [ -75.262539, 39.876578 ], [ -75.264928, 39.881112 ], [ -75.264433, 39.882167 ], [ -75.261937, 39.883 ], [ -75.264602, 39.884737 ], [ -75.262844, 39.885682 ], [ -75.265153, 39.887142 ], [ -75.264878, 39.887927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065002", "device_counts_2018": 1072, "device_counts_2019": 668, "device_counts_2020": 329, "device_counts_2021": 274, "device_counts_2022": 254, "device_counts_2023": 410, "device_counts_2024": 249, "stop_counts_2018": 4090, "stop_counts_2019": 2207, "stop_counts_2020": 851, "stop_counts_2021": 577, "stop_counts_2022": 757, "stop_counts_2023": 886, "stop_counts_2024": 989, "AREA_acre": 104.11917731298892 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243369, 39.931908 ], [ -75.241909, 39.933544 ], [ -75.237617, 39.932526 ], [ -75.236833, 39.933768 ], [ -75.235249, 39.934997 ], [ -75.234499, 39.93613 ], [ -75.233213, 39.935057 ], [ -75.231533, 39.933634 ], [ -75.232567, 39.932912 ], [ -75.231276, 39.931827 ], [ -75.232362, 39.931074 ], [ -75.235478, 39.928877 ], [ -75.237726, 39.92932 ], [ -75.242972, 39.93094 ], [ -75.243643, 39.930897 ], [ -75.243369, 39.931908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246001", "device_counts_2018": 1908, "device_counts_2019": 1490, "device_counts_2020": 584, "device_counts_2021": 555, "device_counts_2022": 655, "device_counts_2023": 958, "device_counts_2024": 658, "stop_counts_2018": 8133, "stop_counts_2019": 4622, "stop_counts_2020": 2439, "stop_counts_2021": 1502, "stop_counts_2022": 1799, "stop_counts_2023": 2277, "stop_counts_2024": 2358, "AREA_acre": 53.719899347627354 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173951, 40.035193 ], [ -75.172726, 40.035986 ], [ -75.171368, 40.037315 ], [ -75.170377, 40.036921 ], [ -75.164809, 40.036452 ], [ -75.165094, 40.036234 ], [ -75.165747, 40.035702 ], [ -75.169211, 40.032314 ], [ -75.17061, 40.033131 ], [ -75.173724, 40.035012 ], [ -75.173951, 40.035193 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252007", "device_counts_2018": 1042, "device_counts_2019": 745, "device_counts_2020": 400, "device_counts_2021": 254, "device_counts_2022": 371, "device_counts_2023": 460, "device_counts_2024": 406, "stop_counts_2018": 5312, "stop_counts_2019": 3659, "stop_counts_2020": 1811, "stop_counts_2021": 1321, "stop_counts_2022": 1459, "stop_counts_2023": 2641, "stop_counts_2024": 384, "AREA_acre": 32.163228239948808 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179194, 40.048872 ], [ -75.175804, 40.052241 ], [ -75.17326, 40.050667 ], [ -75.176247, 40.047752 ], [ -75.176624, 40.047398 ], [ -75.178144, 40.04821 ], [ -75.179194, 40.048872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259006", "device_counts_2018": 408, "device_counts_2019": 301, "device_counts_2020": 189, "device_counts_2021": 119, "device_counts_2022": 182, "device_counts_2023": 179, "device_counts_2024": 121, "stop_counts_2018": 1855, "stop_counts_2019": 1815, "stop_counts_2020": 708, "stop_counts_2021": 433, "stop_counts_2022": 509, "stop_counts_2023": 212, "stop_counts_2024": 125, "AREA_acre": 16.183209098120695 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176438, 40.084649 ], [ -75.172951, 40.082581 ], [ -75.174143, 40.08135 ], [ -75.177696, 40.083378 ], [ -75.176438, 40.084649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107001", "device_counts_2018": 893, "device_counts_2019": 691, "device_counts_2020": 341, "device_counts_2021": 308, "device_counts_2022": 492, "device_counts_2023": 863, "device_counts_2024": 630, "stop_counts_2018": 3301, "stop_counts_2019": 2030, "stop_counts_2020": 1084, "stop_counts_2021": 741, "stop_counts_2022": 980, "stop_counts_2023": 1535, "stop_counts_2024": 674, "AREA_acre": 20.281105705085455 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212148, 39.973012 ], [ -75.205979, 39.971429 ], [ -75.205907, 39.970875 ], [ -75.208356, 39.970706 ], [ -75.211723, 39.970722 ], [ -75.212148, 39.973012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110001", "device_counts_2018": 1876, "device_counts_2019": 1593, "device_counts_2020": 694, "device_counts_2021": 719, "device_counts_2022": 1009, "device_counts_2023": 785, "device_counts_2024": 685, "stop_counts_2018": 4787, "stop_counts_2019": 3648, "stop_counts_2020": 1461, "stop_counts_2021": 1349, "stop_counts_2022": 1879, "stop_counts_2023": 1095, "stop_counts_2024": 1059, "AREA_acre": 36.656438689797909 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212211, 39.973242 ], [ -75.209834, 39.973505 ], [ -75.208901, 39.973613 ], [ -75.208756, 39.972864 ], [ -75.208323, 39.972912 ], [ -75.208081, 39.972962 ], [ -75.206302, 39.973162 ], [ -75.204176, 39.973395 ], [ -75.203871, 39.97176 ], [ -75.199139, 39.972707 ], [ -75.199505, 39.974646 ], [ -75.198809, 39.974722 ], [ -75.198817, 39.972434 ], [ -75.199608, 39.97193 ], [ -75.20083, 39.971455 ], [ -75.203722, 39.970929 ], [ -75.205979, 39.971429 ], [ -75.212148, 39.973012 ], [ -75.212211, 39.973242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119005", "device_counts_2018": 473, "device_counts_2019": 380, "device_counts_2020": 155, "device_counts_2021": 158, "device_counts_2022": 164, "device_counts_2023": 202, "device_counts_2024": 123, "stop_counts_2018": 1947, "stop_counts_2019": 1489, "stop_counts_2020": 718, "stop_counts_2021": 649, "stop_counts_2022": 588, "stop_counts_2023": 568, "stop_counts_2024": 257, "AREA_acre": 15.429477444124229 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232932, 39.988934 ], [ -75.230433, 39.98946 ], [ -75.229017, 39.989747 ], [ -75.226573, 39.989763 ], [ -75.226577, 39.989221 ], [ -75.227054, 39.989209 ], [ -75.228123, 39.988356 ], [ -75.229911, 39.987936 ], [ -75.230168, 39.988695 ], [ -75.23267, 39.988155 ], [ -75.232932, 39.988934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010131002", "device_counts_2018": 1164, "device_counts_2019": 1160, "device_counts_2020": 353, "device_counts_2021": 440, "device_counts_2022": 1121, "device_counts_2023": 1927, "device_counts_2024": 1497, "stop_counts_2018": 3732, "stop_counts_2019": 2662, "stop_counts_2020": 1169, "stop_counts_2021": 686, "stop_counts_2022": 1983, "stop_counts_2023": 2443, "stop_counts_2024": 2408, "AREA_acre": 17.302953101686974 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151852, 39.964712 ], [ -75.147796, 39.963527 ], [ -75.148029, 39.962265 ], [ -75.152146, 39.962452 ], [ -75.151852, 39.964712 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137004", "device_counts_2018": 1741, "device_counts_2019": 1500, "device_counts_2020": 668, "device_counts_2021": 680, "device_counts_2022": 1024, "device_counts_2023": 1246, "device_counts_2024": 1238, "stop_counts_2018": 4942, "stop_counts_2019": 3819, "stop_counts_2020": 1982, "stop_counts_2021": 1738, "stop_counts_2022": 2521, "stop_counts_2023": 3520, "stop_counts_2024": 3459, "AREA_acre": 16.079558954027121 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184945, 39.975479 ], [ -75.182327, 39.975143 ], [ -75.181707, 39.975062 ], [ -75.182147, 39.973009 ], [ -75.185394, 39.973417 ], [ -75.184945, 39.975479 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012023", "device_counts_2018": 2340, "device_counts_2019": 1950, "device_counts_2020": 711, "device_counts_2021": 748, "device_counts_2022": 1045, "device_counts_2023": 2157, "device_counts_2024": 2150, "stop_counts_2018": 6685, "stop_counts_2019": 5365, "stop_counts_2020": 2259, "stop_counts_2021": 1972, "stop_counts_2022": 2540, "stop_counts_2023": 3864, "stop_counts_2024": 4498, "AREA_acre": 14.517957972152473 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174627, 39.946753 ], [ -75.171488, 39.946353 ], [ -75.171906, 39.944443 ], [ -75.175054, 39.944832 ], [ -75.174627, 39.946753 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010017001", "device_counts_2018": 1877, "device_counts_2019": 1632, "device_counts_2020": 674, "device_counts_2021": 626, "device_counts_2022": 719, "device_counts_2023": 1906, "device_counts_2024": 1314, "stop_counts_2018": 5314, "stop_counts_2019": 4532, "stop_counts_2020": 2288, "stop_counts_2021": 1844, "stop_counts_2022": 2190, "stop_counts_2023": 4262, "stop_counts_2024": 2783, "AREA_acre": 29.096327829957044 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148157, 39.938899 ], [ -75.144646, 39.938373 ], [ -75.144529, 39.938873 ], [ -75.143467, 39.938725 ], [ -75.144656, 39.935402 ], [ -75.146808, 39.935982 ], [ -75.148694, 39.936486 ], [ -75.148157, 39.938899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263013", "device_counts_2018": 1903, "device_counts_2019": 1845, "device_counts_2020": 904, "device_counts_2021": 818, "device_counts_2022": 1097, "device_counts_2023": 1220, "device_counts_2024": 1014, "stop_counts_2018": 5671, "stop_counts_2019": 4437, "stop_counts_2020": 1979, "stop_counts_2021": 1568, "stop_counts_2022": 2387, "stop_counts_2023": 2112, "stop_counts_2024": 2494, "AREA_acre": 27.986461247509499 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163884, 40.073088 ], [ -75.161285, 40.075764 ], [ -75.158417, 40.074169 ], [ -75.161313, 40.071386 ], [ -75.163884, 40.073088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265003", "device_counts_2018": 907, "device_counts_2019": 635, "device_counts_2020": 330, "device_counts_2021": 263, "device_counts_2022": 329, "device_counts_2023": 300, "device_counts_2024": 334, "stop_counts_2018": 3450, "stop_counts_2019": 2082, "stop_counts_2020": 1459, "stop_counts_2021": 827, "stop_counts_2022": 949, "stop_counts_2023": 2153, "stop_counts_2024": 2318, "AREA_acre": 17.701622682360384 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153763, 40.060098 ], [ -75.151141, 40.061326 ], [ -75.149219, 40.058432 ], [ -75.152752, 40.05859 ], [ -75.153763, 40.060098 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267001", "device_counts_2018": 576, "device_counts_2019": 514, "device_counts_2020": 271, "device_counts_2021": 185, "device_counts_2022": 217, "device_counts_2023": 223, "device_counts_2024": 277, "stop_counts_2018": 2588, "stop_counts_2019": 2845, "stop_counts_2020": 1292, "stop_counts_2021": 825, "stop_counts_2022": 992, "stop_counts_2023": 649, "stop_counts_2024": 848, "AREA_acre": 19.63301719515248 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145445, 40.058254 ], [ -75.143167, 40.058143 ], [ -75.142292, 40.057941 ], [ -75.142849, 40.055357 ], [ -75.145211, 40.055661 ], [ -75.146002, 40.055765 ], [ -75.145445, 40.058254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273002", "device_counts_2018": 2277, "device_counts_2019": 3551, "device_counts_2020": 850, "device_counts_2021": 808, "device_counts_2022": 1155, "device_counts_2023": 989, "device_counts_2024": 810, "stop_counts_2018": 7236, "stop_counts_2019": 11305, "stop_counts_2020": 2353, "stop_counts_2021": 2335, "stop_counts_2022": 2946, "stop_counts_2023": 1767, "stop_counts_2024": 1285, "AREA_acre": 44.613629389237175 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12386, 40.035562 ], [ -75.123686, 40.037144 ], [ -75.121072, 40.036815 ], [ -75.121421, 40.035281 ], [ -75.120074, 40.035111 ], [ -75.114896, 40.034447 ], [ -75.116083, 40.033037 ], [ -75.120713, 40.03364 ], [ -75.121711, 40.03347 ], [ -75.121964, 40.03373 ], [ -75.1236, 40.032771 ], [ -75.124167, 40.032575 ], [ -75.12386, 40.035562 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198004", "device_counts_2018": 878, "device_counts_2019": 650, "device_counts_2020": 345, "device_counts_2021": 310, "device_counts_2022": 428, "device_counts_2023": 533, "device_counts_2024": 432, "stop_counts_2018": 3568, "stop_counts_2019": 2485, "stop_counts_2020": 1309, "stop_counts_2021": 932, "stop_counts_2022": 1136, "stop_counts_2023": 2596, "stop_counts_2024": 866, "AREA_acre": 14.31254199918942 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139815, 40.010939 ], [ -75.139484, 40.012453 ], [ -75.137826, 40.012233 ], [ -75.138483, 40.009234 ], [ -75.141425, 40.00961 ], [ -75.139815, 40.010939 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202003", "device_counts_2018": 709, "device_counts_2019": 491, "device_counts_2020": 221, "device_counts_2021": 184, "device_counts_2022": 214, "device_counts_2023": 172, "device_counts_2024": 304, "stop_counts_2018": 3856, "stop_counts_2019": 1983, "stop_counts_2020": 845, "stop_counts_2021": 761, "stop_counts_2022": 804, "stop_counts_2023": 315, "stop_counts_2024": 1242, "AREA_acre": 16.94709596163791 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161095, 40.008883 ], [ -75.160936, 40.009632 ], [ -75.157775, 40.009231 ], [ -75.157945, 40.008486 ], [ -75.158106, 40.007736 ], [ -75.158278, 40.006994 ], [ -75.161409, 40.007399 ], [ -75.161095, 40.008883 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210003", "device_counts_2018": 1625, "device_counts_2019": 1497, "device_counts_2020": 669, "device_counts_2021": 702, "device_counts_2022": 992, "device_counts_2023": 1747, "device_counts_2024": 1544, "stop_counts_2018": 4391, "stop_counts_2019": 3326, "stop_counts_2020": 1900, "stop_counts_2021": 1690, "stop_counts_2022": 2359, "stop_counts_2023": 3061, "stop_counts_2024": 5799, "AREA_acre": 32.825779023905049 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212764, 40.025348 ], [ -75.209437, 40.026929 ], [ -75.207732, 40.023783 ], [ -75.208035, 40.023114 ], [ -75.209213, 40.021899 ], [ -75.210348, 40.022259 ], [ -75.212764, 40.025348 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010216001", "device_counts_2018": 1109, "device_counts_2019": 840, "device_counts_2020": 521, "device_counts_2021": 459, "device_counts_2022": 557, "device_counts_2023": 635, "device_counts_2024": 579, "stop_counts_2018": 5041, "stop_counts_2019": 3356, "stop_counts_2020": 1896, "stop_counts_2021": 1714, "stop_counts_2022": 2373, "stop_counts_2023": 1878, "stop_counts_2024": 1816, "AREA_acre": 87.877679339116426 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236642, 40.036295 ], [ -75.234363, 40.040917 ], [ -75.234005, 40.041307 ], [ -75.22853, 40.04386 ], [ -75.227444, 40.043197 ], [ -75.226267, 40.042401 ], [ -75.228104, 40.040855 ], [ -75.234937, 40.0349 ], [ -75.236642, 40.036295 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388001", "device_counts_2018": 1610, "device_counts_2019": 1528, "device_counts_2020": 499, "device_counts_2021": 491, "device_counts_2022": 637, "device_counts_2023": 1090, "device_counts_2024": 1220, "stop_counts_2018": 4482, "stop_counts_2019": 3976, "stop_counts_2020": 1542, "stop_counts_2021": 1414, "stop_counts_2022": 1900, "stop_counts_2023": 2030, "stop_counts_2024": 2528, "AREA_acre": 201.29651902140961 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.201625, 40.056796 ], [ -75.202545, 40.059884 ], [ -75.202475, 40.06265 ], [ -75.196385, 40.066623 ], [ -75.195726, 40.065177 ], [ -75.192891, 40.062662 ], [ -75.191876, 40.061257 ], [ -75.198787, 40.054802 ], [ -75.201462, 40.052316 ], [ -75.204845, 40.054823 ], [ -75.201625, 40.056796 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070003", "device_counts_2018": 1740, "device_counts_2019": 1402, "device_counts_2020": 778, "device_counts_2021": 581, "device_counts_2022": 707, "device_counts_2023": 832, "device_counts_2024": 708, "stop_counts_2018": 5540, "stop_counts_2019": 4207, "stop_counts_2020": 2824, "stop_counts_2021": 1620, "stop_counts_2022": 1865, "stop_counts_2023": 3773, "stop_counts_2024": 2362, "AREA_acre": 40.569257193030452 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225887, 39.935625 ], [ -75.223219, 39.933389 ], [ -75.221731, 39.93443 ], [ -75.220543, 39.933446 ], [ -75.217811, 39.935357 ], [ -75.217058, 39.934733 ], [ -75.221287, 39.931789 ], [ -75.222696, 39.930808 ], [ -75.224592, 39.93241 ], [ -75.227252, 39.934661 ], [ -75.225887, 39.935625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072005", "device_counts_2018": 591, "device_counts_2019": 457, "device_counts_2020": 228, "device_counts_2021": 184, "device_counts_2022": 248, "device_counts_2023": 197, "device_counts_2024": 230, "stop_counts_2018": 2760, "stop_counts_2019": 2223, "stop_counts_2020": 948, "stop_counts_2021": 618, "stop_counts_2022": 1186, "stop_counts_2023": 1289, "stop_counts_2024": 1228, "AREA_acre": 12.961829177525152 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233718, 39.944559 ], [ -75.232349, 39.945515 ], [ -75.231754, 39.945721 ], [ -75.2305, 39.944656 ], [ -75.230947, 39.944336 ], [ -75.233074, 39.942849 ], [ -75.233566, 39.943265 ], [ -75.234474, 39.944027 ], [ -75.233718, 39.944559 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078001", "device_counts_2018": 1331, "device_counts_2019": 1189, "device_counts_2020": 315, "device_counts_2021": 268, "device_counts_2022": 390, "device_counts_2023": 892, "device_counts_2024": 735, "stop_counts_2018": 4270, "stop_counts_2019": 3363, "stop_counts_2020": 1184, "stop_counts_2021": 794, "stop_counts_2022": 863, "stop_counts_2023": 2304, "stop_counts_2024": 2638, "AREA_acre": 23.908785397698161 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21652, 39.944171 ], [ -75.213961, 39.945974 ], [ -75.211389, 39.947796 ], [ -75.210103, 39.946697 ], [ -75.2109, 39.946153 ], [ -75.211401, 39.945802 ], [ -75.212687, 39.944885 ], [ -75.214999, 39.943265 ], [ -75.215246, 39.943087 ], [ -75.215615, 39.943402 ], [ -75.21652, 39.944171 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082001", "device_counts_2018": 1151, "device_counts_2019": 935, "device_counts_2020": 400, "device_counts_2021": 317, "device_counts_2022": 395, "device_counts_2023": 481, "device_counts_2024": 578, "stop_counts_2018": 5342, "stop_counts_2019": 3563, "stop_counts_2020": 1489, "stop_counts_2021": 1004, "stop_counts_2022": 1353, "stop_counts_2023": 2409, "stop_counts_2024": 1960, "AREA_acre": 20.355363173842651 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243068, 39.950926 ], [ -75.242754, 39.952432 ], [ -75.238796, 39.951942 ], [ -75.239118, 39.950446 ], [ -75.239232, 39.949923 ], [ -75.24323, 39.950172 ], [ -75.243068, 39.950926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084002", "device_counts_2018": 1642, "device_counts_2019": 1492, "device_counts_2020": 575, "device_counts_2021": 540, "device_counts_2022": 768, "device_counts_2023": 736, "device_counts_2024": 454, "stop_counts_2018": 4623, "stop_counts_2019": 4437, "stop_counts_2020": 1898, "stop_counts_2021": 1336, "stop_counts_2022": 2006, "stop_counts_2023": 1266, "stop_counts_2024": 1072, "AREA_acre": 17.245725880845217 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235504, 39.958192 ], [ -75.235342, 39.958951 ], [ -75.231277, 39.958448 ], [ -75.231557, 39.957102 ], [ -75.233732, 39.956801 ], [ -75.235745, 39.957049 ], [ -75.235504, 39.958192 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039011", "device_counts_2018": 4950, "device_counts_2019": 4015, "device_counts_2020": 2124, "device_counts_2021": 2068, "device_counts_2022": 2818, "device_counts_2023": 3577, "device_counts_2024": 2789, "stop_counts_2018": 14511, "stop_counts_2019": 11877, "stop_counts_2020": 6499, "stop_counts_2021": 6156, "stop_counts_2022": 7653, "stop_counts_2023": 9731, "stop_counts_2024": 7236, "AREA_acre": 28.37929522765533 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172945, 39.924836 ], [ -75.172416, 39.927232 ], [ -75.171397, 39.927104 ], [ -75.169228, 39.926806 ], [ -75.169494, 39.925596 ], [ -75.169499, 39.925531 ], [ -75.169744, 39.924409 ], [ -75.170023, 39.923138 ], [ -75.173226, 39.923556 ], [ -75.172945, 39.924836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362021", "device_counts_2018": 852, "device_counts_2019": 787, "device_counts_2020": 507, "device_counts_2021": 474, "device_counts_2022": 656, "device_counts_2023": 992, "device_counts_2024": 755, "stop_counts_2018": 5577, "stop_counts_2019": 5100, "stop_counts_2020": 4257, "stop_counts_2021": 3828, "stop_counts_2022": 5162, "stop_counts_2023": 4807, "stop_counts_2024": 4601, "AREA_acre": 66.799769763207735 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.982385, 40.091724 ], [ -74.982114, 40.091942 ], [ -74.979893, 40.09381 ], [ -74.976072, 40.090653 ], [ -74.97559, 40.089861 ], [ -74.979504, 40.087814 ], [ -74.980601, 40.087914 ], [ -74.981491, 40.087994 ], [ -74.98418, 40.089906 ], [ -74.982385, 40.091724 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072004", "device_counts_2018": 651, "device_counts_2019": 510, "device_counts_2020": 244, "device_counts_2021": 208, "device_counts_2022": 229, "device_counts_2023": 352, "device_counts_2024": 252, "stop_counts_2018": 3083, "stop_counts_2019": 2360, "stop_counts_2020": 872, "stop_counts_2021": 620, "stop_counts_2022": 720, "stop_counts_2023": 670, "stop_counts_2024": 609, "AREA_acre": 12.561140649181263 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2305, 39.944656 ], [ -75.228686, 39.945913 ], [ -75.226805, 39.945083 ], [ -75.228184, 39.944134 ], [ -75.229553, 39.943168 ], [ -75.230947, 39.944336 ], [ -75.2305, 39.944656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190003", "device_counts_2018": 2587, "device_counts_2019": 2095, "device_counts_2020": 1072, "device_counts_2021": 830, "device_counts_2022": 1236, "device_counts_2023": 1521, "device_counts_2024": 1594, "stop_counts_2018": 9875, "stop_counts_2019": 7759, "stop_counts_2020": 3616, "stop_counts_2021": 3817, "stop_counts_2022": 4405, "stop_counts_2023": 5526, "stop_counts_2024": 12090, "AREA_acre": 63.271130642663948 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.097431, 40.013325 ], [ -75.097055, 40.015202 ], [ -75.097041, 40.01595 ], [ -75.09704, 40.016018 ], [ -75.096279, 40.015957 ], [ -75.094365, 40.014794 ], [ -75.09342, 40.013136 ], [ -75.094547, 40.011027 ], [ -75.094995, 40.009984 ], [ -75.094673, 40.009351 ], [ -75.092494, 40.007976 ], [ -75.092574, 40.007932 ], [ -75.094104, 40.007096 ], [ -75.094816, 40.008195 ], [ -75.098428, 40.008664 ], [ -75.097431, 40.013325 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010385001", "device_counts_2018": 1942, "device_counts_2019": 1830, "device_counts_2020": 842, "device_counts_2021": 838, "device_counts_2022": 1084, "device_counts_2023": 1848, "device_counts_2024": 1501, "stop_counts_2018": 5258, "stop_counts_2019": 4586, "stop_counts_2020": 2650, "stop_counts_2021": 2248, "stop_counts_2022": 2900, "stop_counts_2023": 4514, "stop_counts_2024": 4666, "AREA_acre": 93.295754562716908 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2112, 40.068809 ], [ -75.209082, 40.070894 ], [ -75.210566, 40.071803 ], [ -75.206418, 40.076011 ], [ -75.203427, 40.07418 ], [ -75.202651, 40.073212 ], [ -75.204166, 40.069595 ], [ -75.205815, 40.070106 ], [ -75.208933, 40.067015 ], [ -75.211138, 40.068318 ], [ -75.2112, 40.068809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178006", "device_counts_2018": 1234, "device_counts_2019": 943, "device_counts_2020": 662, "device_counts_2021": 579, "device_counts_2022": 735, "device_counts_2023": 909, "device_counts_2024": 714, "stop_counts_2018": 4341, "stop_counts_2019": 3753, "stop_counts_2020": 2183, "stop_counts_2021": 1715, "stop_counts_2022": 2171, "stop_counts_2023": 6372, "stop_counts_2024": 4093, "AREA_acre": 34.196569367818164 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1249, 39.990159 ], [ -75.124593, 39.990328 ], [ -75.122248, 39.988511 ], [ -75.118392, 39.990528 ], [ -75.116751, 39.988652 ], [ -75.120138, 39.986877 ], [ -75.121438, 39.987859 ], [ -75.121855, 39.987436 ], [ -75.122417, 39.987001 ], [ -75.125491, 39.989836 ], [ -75.1249, 39.990159 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319001", "device_counts_2018": 1956, "device_counts_2019": 2040, "device_counts_2020": 1201, "device_counts_2021": 1230, "device_counts_2022": 1600, "device_counts_2023": 1702, "device_counts_2024": 1571, "stop_counts_2018": 6924, "stop_counts_2019": 5610, "stop_counts_2020": 3248, "stop_counts_2021": 3136, "stop_counts_2022": 3890, "stop_counts_2023": 3566, "stop_counts_2024": 3333, "AREA_acre": 28.543669823507631 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.065108, 40.027073 ], [ -75.062599, 40.027433 ], [ -75.062394, 40.027444 ], [ -75.062419, 40.027136 ], [ -75.059761, 40.024161 ], [ -75.06308, 40.022452 ], [ -75.062802, 40.024402 ], [ -75.063254, 40.024912 ], [ -75.065492, 40.026589 ], [ -75.065108, 40.027073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356014", "device_counts_2018": 4485, "device_counts_2019": 5058, "device_counts_2020": 3877, "device_counts_2021": 3749, "device_counts_2022": 5120, "device_counts_2023": 9402, "device_counts_2024": 9080, "stop_counts_2018": 13723, "stop_counts_2019": 16156, "stop_counts_2020": 13252, "stop_counts_2021": 12745, "stop_counts_2022": 17238, "stop_counts_2023": 34767, "stop_counts_2024": 31392, "AREA_acre": 74.825254644871706 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033474, 40.098205 ], [ -75.030235, 40.103387 ], [ -75.028883, 40.102543 ], [ -75.027635, 40.101765 ], [ -75.023927, 40.100702 ], [ -75.030725, 40.09553 ], [ -75.030477, 40.098088 ], [ -75.034298, 40.097871 ], [ -75.033474, 40.098205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177011", "device_counts_2018": 1838, "device_counts_2019": 1671, "device_counts_2020": 1053, "device_counts_2021": 754, "device_counts_2022": 866, "device_counts_2023": 1190, "device_counts_2024": 530, "stop_counts_2018": 6380, "stop_counts_2019": 5998, "stop_counts_2020": 3784, "stop_counts_2021": 2233, "stop_counts_2022": 3308, "stop_counts_2023": 3920, "stop_counts_2024": 3441, "AREA_acre": 25.176689734243407 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119665, 39.995671 ], [ -75.119328, 39.997255 ], [ -75.116414, 39.996881 ], [ -75.116751, 39.995294 ], [ -75.115778, 39.995167 ], [ -75.12031, 39.992672 ], [ -75.119665, 39.995671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022002", "device_counts_2018": 1389, "device_counts_2019": 1123, "device_counts_2020": 381, "device_counts_2021": 343, "device_counts_2022": 520, "device_counts_2023": 939, "device_counts_2024": 810, "stop_counts_2018": 3704, "stop_counts_2019": 3648, "stop_counts_2020": 1501, "stop_counts_2021": 1079, "stop_counts_2022": 1539, "stop_counts_2023": 2659, "stop_counts_2024": 1624, "AREA_acre": 15.925384117181279 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17385, 39.93545 ], [ -75.170729, 39.935024 ], [ -75.170455, 39.936232 ], [ -75.167303, 39.935695 ], [ -75.16764, 39.93415 ], [ -75.17034, 39.934498 ], [ -75.172389, 39.934765 ], [ -75.17397, 39.934974 ], [ -75.17385, 39.93545 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266005", "device_counts_2018": 549, "device_counts_2019": 458, "device_counts_2020": 213, "device_counts_2021": 153, "device_counts_2022": 173, "device_counts_2023": 150, "device_counts_2024": 204, "stop_counts_2018": 3338, "stop_counts_2019": 2081, "stop_counts_2020": 1052, "stop_counts_2021": 663, "stop_counts_2022": 574, "stop_counts_2023": 2128, "stop_counts_2024": 545, "AREA_acre": 13.402698785792802 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151053, 40.064852 ], [ -75.147353, 40.064371 ], [ -75.147649, 40.06301 ], [ -75.151414, 40.063206 ], [ -75.151053, 40.064852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316003", "device_counts_2018": 2686, "device_counts_2019": 2426, "device_counts_2020": 1613, "device_counts_2021": 1549, "device_counts_2022": 2016, "device_counts_2023": 1342, "device_counts_2024": 1039, "stop_counts_2018": 8200, "stop_counts_2019": 6751, "stop_counts_2020": 3841, "stop_counts_2021": 3707, "stop_counts_2022": 5339, "stop_counts_2023": 2318, "stop_counts_2024": 2171, "AREA_acre": 21.666398450833654 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.062207, 40.027471 ], [ -75.058848, 40.030998 ], [ -75.056077, 40.029455 ], [ -75.056872, 40.028943 ], [ -75.058579, 40.028225 ], [ -75.059227, 40.027909 ], [ -75.062207, 40.027471 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104001", "device_counts_2018": 595, "device_counts_2019": 424, "device_counts_2020": 207, "device_counts_2021": 177, "device_counts_2022": 213, "device_counts_2023": 182, "device_counts_2024": 179, "stop_counts_2018": 2634, "stop_counts_2019": 1985, "stop_counts_2020": 1133, "stop_counts_2021": 757, "stop_counts_2022": 630, "stop_counts_2023": 166, "stop_counts_2024": 594, "AREA_acre": 16.909786952679934 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223118, 39.969747 ], [ -75.220823, 39.969982 ], [ -75.220578, 39.968067 ], [ -75.220402, 39.966641 ], [ -75.222444, 39.966531 ], [ -75.223118, 39.969747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149006", "device_counts_2018": 2176, "device_counts_2019": 2067, "device_counts_2020": 823, "device_counts_2021": 823, "device_counts_2022": 1001, "device_counts_2023": 1417, "device_counts_2024": 1319, "stop_counts_2018": 7126, "stop_counts_2019": 5339, "stop_counts_2020": 2061, "stop_counts_2021": 1757, "stop_counts_2022": 2094, "stop_counts_2023": 2532, "stop_counts_2024": 3835, "AREA_acre": 33.145783672453753 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188033, 39.984126 ], [ -75.184794, 39.983706 ], [ -75.184298, 39.983647 ], [ -75.181758, 39.983325 ], [ -75.185497, 39.980804 ], [ -75.188661, 39.981207 ], [ -75.188033, 39.984126 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281002", "device_counts_2018": 2326, "device_counts_2019": 1810, "device_counts_2020": 730, "device_counts_2021": 620, "device_counts_2022": 998, "device_counts_2023": 1164, "device_counts_2024": 860, "stop_counts_2018": 6369, "stop_counts_2019": 5128, "stop_counts_2020": 2692, "stop_counts_2021": 1642, "stop_counts_2022": 2537, "stop_counts_2023": 2297, "stop_counts_2024": 1414, "AREA_acre": 41.183398295151477 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152369, 40.031387 ], [ -75.151356, 40.031255 ], [ -75.151521, 40.030498 ], [ -75.148206, 40.030851 ], [ -75.146575, 40.030637 ], [ -75.146705, 40.030127 ], [ -75.14685, 40.029481 ], [ -75.147218, 40.027644 ], [ -75.148865, 40.027857 ], [ -75.148751, 40.028476 ], [ -75.151263, 40.027186 ], [ -75.15152, 40.027556 ], [ -75.153282, 40.029955 ], [ -75.152369, 40.031387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081023", "device_counts_2018": 950, "device_counts_2019": 844, "device_counts_2020": 387, "device_counts_2021": 311, "device_counts_2022": 365, "device_counts_2023": 554, "device_counts_2024": 427, "stop_counts_2018": 4167, "stop_counts_2019": 2983, "stop_counts_2020": 1406, "stop_counts_2021": 912, "stop_counts_2022": 1223, "stop_counts_2023": 1557, "stop_counts_2024": 1626, "AREA_acre": 14.474647404895274 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238166, 39.955011 ], [ -75.234212, 39.954521 ], [ -75.234531, 39.953 ], [ -75.238476, 39.953485 ], [ -75.238166, 39.955011 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344002", "device_counts_2018": 904, "device_counts_2019": 846, "device_counts_2020": 509, "device_counts_2021": 451, "device_counts_2022": 738, "device_counts_2023": 789, "device_counts_2024": 788, "stop_counts_2018": 6479, "stop_counts_2019": 4594, "stop_counts_2020": 3189, "stop_counts_2021": 2655, "stop_counts_2022": 3924, "stop_counts_2023": 2681, "stop_counts_2024": 2936, "AREA_acre": 152.29779259095139 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057068, 40.089697 ], [ -75.053907, 40.091873 ], [ -75.050752, 40.09478 ], [ -75.047567, 40.09192 ], [ -75.047052, 40.09108 ], [ -75.045685, 40.089021 ], [ -75.048799, 40.088354 ], [ -75.049588, 40.08746 ], [ -75.050151, 40.086275 ], [ -75.050745, 40.086616 ], [ -75.051362, 40.086035 ], [ -75.051852, 40.08559 ], [ -75.053386, 40.084845 ], [ -75.055093, 40.084078 ], [ -75.055386, 40.083679 ], [ -75.054568, 40.081271 ], [ -75.054083, 40.080901 ], [ -75.052327, 40.079859 ], [ -75.052737, 40.079427 ], [ -75.054985, 40.081228 ], [ -75.056738, 40.086984 ], [ -75.055807, 40.088095 ], [ -75.057068, 40.089697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349001", "device_counts_2018": 3534, "device_counts_2019": 3247, "device_counts_2020": 2440, "device_counts_2021": 2403, "device_counts_2022": 4923, "device_counts_2023": 5118, "device_counts_2024": 4360, "stop_counts_2018": 12500, "stop_counts_2019": 10918, "stop_counts_2020": 7424, "stop_counts_2021": 7836, "stop_counts_2022": 14645, "stop_counts_2023": 17719, "stop_counts_2024": 11582, "AREA_acre": 255.71726303777487 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.008224, 40.052113 ], [ -75.007886, 40.052381 ], [ -75.004795, 40.054747 ], [ -74.999877, 40.050402 ], [ -74.99627, 40.047202 ], [ -75.003514, 40.042822 ], [ -75.006278, 40.041155 ], [ -75.009595, 40.043924 ], [ -75.007927, 40.045033 ], [ -75.012273, 40.048885 ], [ -75.008224, 40.052113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254001", "device_counts_2018": 514, "device_counts_2019": 357, "device_counts_2020": 197, "device_counts_2021": 159, "device_counts_2022": 191, "device_counts_2023": 250, "device_counts_2024": 326, "stop_counts_2018": 2613, "stop_counts_2019": 1930, "stop_counts_2020": 1419, "stop_counts_2021": 793, "stop_counts_2022": 818, "stop_counts_2023": 1558, "stop_counts_2024": 822, "AREA_acre": 30.205351467172932 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173445, 40.059867 ], [ -75.170787, 40.0626 ], [ -75.168641, 40.061373 ], [ -75.172869, 40.057256 ], [ -75.174312, 40.058142 ], [ -75.173445, 40.059867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028012", "device_counts_2018": 1213, "device_counts_2019": 946, "device_counts_2020": 465, "device_counts_2021": 464, "device_counts_2022": 728, "device_counts_2023": 815, "device_counts_2024": 508, "stop_counts_2018": 5429, "stop_counts_2019": 3262, "stop_counts_2020": 1717, "stop_counts_2021": 1439, "stop_counts_2022": 2559, "stop_counts_2023": 1306, "stop_counts_2024": 1288, "AREA_acre": 18.358762272144904 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158745, 39.927564 ], [ -75.158666, 39.927955 ], [ -75.155546, 39.92755 ], [ -75.156095, 39.925103 ], [ -75.157666, 39.925313 ], [ -75.159204, 39.925511 ], [ -75.158745, 39.927564 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019804001", "device_counts_2018": 96952, "device_counts_2019": 89311, "device_counts_2020": 23441, "device_counts_2021": 53468, "device_counts_2022": 67845, "device_counts_2023": 132497, "device_counts_2024": 131028, "stop_counts_2018": 292003, "stop_counts_2019": 253786, "stop_counts_2020": 68645, "stop_counts_2021": 138663, "stop_counts_2022": 164638, "stop_counts_2023": 369743, "stop_counts_2024": 383475, "AREA_acre": 729.84807502610704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248463, 39.87765 ], [ -75.246044, 39.878981 ], [ -75.24413, 39.881256 ], [ -75.242544, 39.884969 ], [ -75.24072, 39.887833 ], [ -75.239244, 39.889103 ], [ -75.235941, 39.890059 ], [ -75.233426, 39.889178 ], [ -75.229911, 39.882411 ], [ -75.228516, 39.880973 ], [ -75.227493, 39.88182 ], [ -75.223317, 39.883766 ], [ -75.221643, 39.882386 ], [ -75.213969, 39.883692 ], [ -75.212248, 39.883027 ], [ -75.211873, 39.880681 ], [ -75.215787, 39.875052 ], [ -75.215722, 39.876087 ], [ -75.21977, 39.875479 ], [ -75.223763, 39.875858 ], [ -75.229985, 39.876847 ], [ -75.234122, 39.877181 ], [ -75.23637, 39.876187 ], [ -75.24047, 39.872381 ], [ -75.241746, 39.872585 ], [ -75.246824, 39.875142 ], [ -75.248431, 39.876485 ], [ -75.253515, 39.876015 ], [ -75.248463, 39.87765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008031", "device_counts_2018": 1652, "device_counts_2019": 1328, "device_counts_2020": 460, "device_counts_2021": 648, "device_counts_2022": 840, "device_counts_2023": 1746, "device_counts_2024": 1567, "stop_counts_2018": 3281, "stop_counts_2019": 2725, "stop_counts_2020": 964, "stop_counts_2021": 1018, "stop_counts_2022": 1618, "stop_counts_2023": 2041, "stop_counts_2024": 2045, "AREA_acre": 9.0506687242948818 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177323, 39.950964 ], [ -75.176519, 39.95087 ], [ -75.175738, 39.950769 ], [ -75.176239, 39.948414 ], [ -75.177843, 39.94861 ], [ -75.177323, 39.950964 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024002", "device_counts_2018": 5555, "device_counts_2019": 4320, "device_counts_2020": 1941, "device_counts_2021": 3322, "device_counts_2022": 4019, "device_counts_2023": 3346, "device_counts_2024": 2683, "stop_counts_2018": 11885, "stop_counts_2019": 8023, "stop_counts_2020": 4112, "stop_counts_2021": 5316, "stop_counts_2022": 6651, "stop_counts_2023": 4405, "stop_counts_2024": 4475, "AREA_acre": 25.516469486496945 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159517, 39.9331 ], [ -75.157351, 39.934897 ], [ -75.157089, 39.935103 ], [ -75.155577, 39.934667 ], [ -75.155304, 39.935934 ], [ -75.153774, 39.935516 ], [ -75.154194, 39.933649 ], [ -75.154454, 39.93242 ], [ -75.156025, 39.932635 ], [ -75.157578, 39.932837 ], [ -75.159142, 39.933049 ], [ -75.159517, 39.9331 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215003", "device_counts_2018": 778, "device_counts_2019": 891, "device_counts_2020": 409, "device_counts_2021": 402, "device_counts_2022": 438, "device_counts_2023": 683, "device_counts_2024": 681, "stop_counts_2018": 4125, "stop_counts_2019": 3027, "stop_counts_2020": 1575, "stop_counts_2021": 1606, "stop_counts_2022": 1914, "stop_counts_2023": 2928, "stop_counts_2024": 2636, "AREA_acre": 60.369054452538911 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227199, 40.035255 ], [ -75.225727, 40.03676 ], [ -75.222808, 40.038112 ], [ -75.222052, 40.037775 ], [ -75.218759, 40.036654 ], [ -75.222011, 40.035206 ], [ -75.225849, 40.033506 ], [ -75.224657, 40.031899 ], [ -75.225127, 40.031643 ], [ -75.226787, 40.030802 ], [ -75.228138, 40.032482 ], [ -75.226904, 40.033041 ], [ -75.22815, 40.034714 ], [ -75.227199, 40.035255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010258001", "device_counts_2018": 1886, "device_counts_2019": 1335, "device_counts_2020": 684, "device_counts_2021": 548, "device_counts_2022": 634, "device_counts_2023": 936, "device_counts_2024": 738, "stop_counts_2018": 8554, "stop_counts_2019": 5731, "stop_counts_2020": 3066, "stop_counts_2021": 2003, "stop_counts_2022": 2590, "stop_counts_2023": 5554, "stop_counts_2024": 2423, "AREA_acre": 146.19346141126087 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188461, 40.07275 ], [ -75.186096, 40.075123 ], [ -75.182053, 40.079102 ], [ -75.180238, 40.078084 ], [ -75.176841, 40.07598 ], [ -75.179448, 40.071261 ], [ -75.180482, 40.070191 ], [ -75.181751, 40.068902 ], [ -75.188052, 40.072503 ], [ -75.188461, 40.07275 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323003", "device_counts_2018": 2488, "device_counts_2019": 1839, "device_counts_2020": 1328, "device_counts_2021": 1128, "device_counts_2022": 1575, "device_counts_2023": 1446, "device_counts_2024": 836, "stop_counts_2018": 9129, "stop_counts_2019": 6997, "stop_counts_2020": 4932, "stop_counts_2021": 3476, "stop_counts_2022": 4713, "stop_counts_2023": 4322, "stop_counts_2024": 5315, "AREA_acre": 75.426556039727316 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054495, 40.024648 ], [ -75.051104, 40.026407 ], [ -75.050202, 40.02538 ], [ -75.049304, 40.024351 ], [ -75.048375, 40.023291 ], [ -75.045381, 40.019868 ], [ -75.04879, 40.018141 ], [ -75.051773, 40.021535 ], [ -75.052702, 40.022592 ], [ -75.053604, 40.023615 ], [ -75.054495, 40.024648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257003", "device_counts_2018": 1198, "device_counts_2019": 1049, "device_counts_2020": 587, "device_counts_2021": 626, "device_counts_2022": 766, "device_counts_2023": 1068, "device_counts_2024": 758, "stop_counts_2018": 3524, "stop_counts_2019": 2725, "stop_counts_2020": 1824, "stop_counts_2021": 1729, "stop_counts_2022": 2124, "stop_counts_2023": 1817, "stop_counts_2024": 2020, "AREA_acre": 37.413227637761594 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.200878, 40.074958 ], [ -75.199786, 40.075366 ], [ -75.199715, 40.073803 ], [ -75.196741, 40.067365 ], [ -75.198673, 40.068575 ], [ -75.20079, 40.070707 ], [ -75.202651, 40.073212 ], [ -75.200878, 40.074958 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037014", "device_counts_2018": 1280, "device_counts_2019": 982, "device_counts_2020": 491, "device_counts_2021": 472, "device_counts_2022": 538, "device_counts_2023": 350, "device_counts_2024": 455, "stop_counts_2018": 7069, "stop_counts_2019": 4269, "stop_counts_2020": 1966, "stop_counts_2021": 1919, "stop_counts_2022": 2181, "stop_counts_2023": 759, "stop_counts_2024": 1666, "AREA_acre": 22.2562966808905 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.18524, 39.930146 ], [ -75.183601, 39.929928 ], [ -75.182804, 39.928575 ], [ -75.18333, 39.926134 ], [ -75.184393, 39.926276 ], [ -75.186029, 39.926481 ], [ -75.18524, 39.930146 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063003", "device_counts_2018": 1343, "device_counts_2019": 796, "device_counts_2020": 509, "device_counts_2021": 358, "device_counts_2022": 403, "device_counts_2023": 862, "device_counts_2024": 226, "stop_counts_2018": 5031, "stop_counts_2019": 2989, "stop_counts_2020": 1949, "stop_counts_2021": 1396, "stop_counts_2022": 1324, "stop_counts_2023": 2086, "stop_counts_2024": 275, "AREA_acre": 17.434771198816996 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23816, 39.924839 ], [ -75.234991, 39.922169 ], [ -75.236789, 39.920899 ], [ -75.236655, 39.921242 ], [ -75.239671, 39.923779 ], [ -75.23816, 39.924839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081021", "device_counts_2018": 1098, "device_counts_2019": 777, "device_counts_2020": 362, "device_counts_2021": 270, "device_counts_2022": 354, "device_counts_2023": 453, "device_counts_2024": 430, "stop_counts_2018": 4939, "stop_counts_2019": 2499, "stop_counts_2020": 1391, "stop_counts_2021": 1062, "stop_counts_2022": 1070, "stop_counts_2023": 993, "stop_counts_2024": 1522, "AREA_acre": 14.193917466228154 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238796, 39.951942 ], [ -75.234856, 39.951444 ], [ -75.235165, 39.949953 ], [ -75.239118, 39.950446 ], [ -75.238796, 39.951942 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083013", "device_counts_2018": 2232, "device_counts_2019": 1624, "device_counts_2020": 824, "device_counts_2021": 682, "device_counts_2022": 928, "device_counts_2023": 1009, "device_counts_2024": 988, "stop_counts_2018": 7278, "stop_counts_2019": 5497, "stop_counts_2020": 2486, "stop_counts_2021": 2265, "stop_counts_2022": 2526, "stop_counts_2023": 2572, "stop_counts_2024": 2088, "AREA_acre": 48.945130402872834 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249006, 39.956907 ], [ -75.249499, 39.957189 ], [ -75.247897, 39.95724 ], [ -75.247989, 39.956758 ], [ -75.243975, 39.95626 ], [ -75.244084, 39.955743 ], [ -75.24441, 39.954226 ], [ -75.244719, 39.952676 ], [ -75.250816, 39.953475 ], [ -75.249006, 39.956907 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153001", "device_counts_2018": 2974, "device_counts_2019": 3276, "device_counts_2020": 893, "device_counts_2021": 1021, "device_counts_2022": 1470, "device_counts_2023": 2033, "device_counts_2024": 1323, "stop_counts_2018": 6251, "stop_counts_2019": 7186, "stop_counts_2020": 2065, "stop_counts_2021": 2081, "stop_counts_2022": 3223, "stop_counts_2023": 3141, "stop_counts_2024": 2717, "AREA_acre": 23.836604745554272 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158567, 39.98342 ], [ -75.158246, 39.984934 ], [ -75.157899, 39.986492 ], [ -75.156275, 39.986283 ], [ -75.157581, 39.980223 ], [ -75.159219, 39.980435 ], [ -75.158567, 39.98342 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169024", "device_counts_2018": 2295, "device_counts_2019": 1720, "device_counts_2020": 534, "device_counts_2021": 419, "device_counts_2022": 926, "device_counts_2023": 1168, "device_counts_2024": 1314, "stop_counts_2018": 9052, "stop_counts_2019": 5671, "stop_counts_2020": 2794, "stop_counts_2021": 1193, "stop_counts_2022": 2805, "stop_counts_2023": 1940, "stop_counts_2024": 1815, "AREA_acre": 35.848446811532206 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187604, 39.998195 ], [ -75.182341, 39.997519 ], [ -75.183009, 39.994439 ], [ -75.185793, 39.994349 ], [ -75.186633, 39.994448 ], [ -75.187604, 39.998195 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177021", "device_counts_2018": 1205, "device_counts_2019": 910, "device_counts_2020": 497, "device_counts_2021": 467, "device_counts_2022": 768, "device_counts_2023": 834, "device_counts_2024": 552, "stop_counts_2018": 3821, "stop_counts_2019": 3225, "stop_counts_2020": 1252, "stop_counts_2021": 1352, "stop_counts_2022": 2096, "stop_counts_2023": 1796, "stop_counts_2024": 3329, "AREA_acre": 23.841257062632856 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126915, 39.991834 ], [ -75.126374, 39.993462 ], [ -75.123212, 39.993054 ], [ -75.123686, 39.990836 ], [ -75.124593, 39.990328 ], [ -75.1249, 39.990159 ], [ -75.125491, 39.989836 ], [ -75.127031, 39.990386 ], [ -75.126915, 39.991834 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100001", "device_counts_2018": 1094, "device_counts_2019": 816, "device_counts_2020": 443, "device_counts_2021": 346, "device_counts_2022": 394, "device_counts_2023": 410, "device_counts_2024": 505, "stop_counts_2018": 6178, "stop_counts_2019": 4045, "stop_counts_2020": 2089, "stop_counts_2021": 1712, "stop_counts_2022": 2021, "stop_counts_2023": 5889, "stop_counts_2024": 4259, "AREA_acre": 29.004559418024698 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250481, 39.96946 ], [ -75.247518, 39.969093 ], [ -75.246531, 39.968967 ], [ -75.246848, 39.967449 ], [ -75.247169, 39.965927 ], [ -75.251119, 39.966398 ], [ -75.250481, 39.96946 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010016001", "device_counts_2018": 8226, "device_counts_2019": 6866, "device_counts_2020": 2573, "device_counts_2021": 3376, "device_counts_2022": 3639, "device_counts_2023": 4838, "device_counts_2024": 4873, "stop_counts_2018": 17457, "stop_counts_2019": 14105, "stop_counts_2020": 5287, "stop_counts_2021": 6522, "stop_counts_2022": 7425, "stop_counts_2023": 8253, "stop_counts_2024": 10249, "AREA_acre": 27.040568186202215 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152546, 39.941148 ], [ -75.152334, 39.942015 ], [ -75.150755, 39.941818 ], [ -75.147604, 39.941422 ], [ -75.148157, 39.938899 ], [ -75.151773, 39.939548 ], [ -75.152771, 39.940039 ], [ -75.152546, 39.941148 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362011", "device_counts_2018": 687, "device_counts_2019": 579, "device_counts_2020": 436, "device_counts_2021": 344, "device_counts_2022": 484, "device_counts_2023": 810, "device_counts_2024": 477, "stop_counts_2018": 5297, "stop_counts_2019": 4420, "stop_counts_2020": 2310, "stop_counts_2021": 2316, "stop_counts_2022": 2741, "stop_counts_2023": 2874, "stop_counts_2024": 1203, "AREA_acre": 58.424933204878727 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.987586, 40.082663 ], [ -74.985377, 40.082317 ], [ -74.981807, 40.082355 ], [ -74.982487, 40.077246 ], [ -74.984631, 40.074335 ], [ -74.984901, 40.07448 ], [ -74.986886, 40.075332 ], [ -74.987568, 40.075825 ], [ -74.985706, 40.07568 ], [ -74.984093, 40.079508 ], [ -74.986539, 40.080333 ], [ -74.987408, 40.081351 ], [ -74.987586, 40.082663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314015", "device_counts_2018": 1921, "device_counts_2019": 1657, "device_counts_2020": 922, "device_counts_2021": 938, "device_counts_2022": 1277, "device_counts_2023": 966, "device_counts_2024": 755, "stop_counts_2018": 6369, "stop_counts_2019": 4723, "stop_counts_2020": 2394, "stop_counts_2021": 2194, "stop_counts_2022": 3398, "stop_counts_2023": 6925, "stop_counts_2024": 2801, "AREA_acre": 26.631342258898723 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07207, 40.045024 ], [ -75.069073, 40.048109 ], [ -75.067109, 40.047015 ], [ -75.068338, 40.045728 ], [ -75.070634, 40.043272 ], [ -75.072645, 40.044394 ], [ -75.07207, 40.045024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320002", "device_counts_2018": 543, "device_counts_2019": 496, "device_counts_2020": 338, "device_counts_2021": 296, "device_counts_2022": 420, "device_counts_2023": 258, "device_counts_2024": 329, "stop_counts_2018": 3659, "stop_counts_2019": 2922, "stop_counts_2020": 1728, "stop_counts_2021": 1673, "stop_counts_2022": 2304, "stop_counts_2023": 587, "stop_counts_2024": 440, "AREA_acre": 23.748148025307959 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056294, 40.026703 ], [ -75.053968, 40.027905 ], [ -75.052898, 40.028462 ], [ -75.051104, 40.026407 ], [ -75.054495, 40.024648 ], [ -75.055398, 40.025673 ], [ -75.056294, 40.026703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105002", "device_counts_2018": 3752, "device_counts_2019": 3604, "device_counts_2020": 1756, "device_counts_2021": 1675, "device_counts_2022": 2211, "device_counts_2023": 2485, "device_counts_2024": 1972, "stop_counts_2018": 12810, "stop_counts_2019": 12009, "stop_counts_2020": 5958, "stop_counts_2021": 4563, "stop_counts_2022": 6471, "stop_counts_2023": 6307, "stop_counts_2024": 5312, "AREA_acre": 69.256124215111228 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.217767, 39.972627 ], [ -75.216331, 39.97279 ], [ -75.212211, 39.973242 ], [ -75.212148, 39.973012 ], [ -75.211723, 39.970722 ], [ -75.211334, 39.968726 ], [ -75.211231, 39.967879 ], [ -75.21365, 39.967696 ], [ -75.2168, 39.967459 ], [ -75.216996, 39.968969 ], [ -75.217172, 39.970351 ], [ -75.217767, 39.972627 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144003", "device_counts_2018": 1978, "device_counts_2019": 1909, "device_counts_2020": 709, "device_counts_2021": 724, "device_counts_2022": 1012, "device_counts_2023": 1876, "device_counts_2024": 1982, "stop_counts_2018": 5434, "stop_counts_2019": 5298, "stop_counts_2020": 2141, "stop_counts_2021": 2064, "stop_counts_2022": 3010, "stop_counts_2023": 5333, "stop_counts_2024": 7155, "AREA_acre": 33.130341576041054 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146082, 39.972833 ], [ -75.145559, 39.975638 ], [ -75.141976, 39.97519 ], [ -75.142581, 39.972388 ], [ -75.144459, 39.972629 ], [ -75.145018, 39.970191 ], [ -75.146543, 39.97038 ], [ -75.146082, 39.972833 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337024", "device_counts_2018": 329, "device_counts_2019": 309, "device_counts_2020": 173, "device_counts_2021": 146, "device_counts_2022": 208, "device_counts_2023": 150, "device_counts_2024": 155, "stop_counts_2018": 2590, "stop_counts_2019": 1716, "stop_counts_2020": 1021, "stop_counts_2021": 670, "stop_counts_2022": 1056, "stop_counts_2023": 3437, "stop_counts_2024": 1221, "AREA_acre": 28.684350817184392 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058052, 40.068549 ], [ -75.055004, 40.071771 ], [ -75.053221, 40.070759 ], [ -75.056259, 40.067555 ], [ -75.057477, 40.066268 ], [ -75.059221, 40.067297 ], [ -75.058052, 40.068549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348033", "device_counts_2018": 850, "device_counts_2019": 566, "device_counts_2020": 320, "device_counts_2021": 330, "device_counts_2022": 469, "device_counts_2023": 1141, "device_counts_2024": 1728, "stop_counts_2018": 3332, "stop_counts_2019": 2192, "stop_counts_2020": 1567, "stop_counts_2021": 1417, "stop_counts_2022": 1976, "stop_counts_2023": 3861, "stop_counts_2024": 4383, "AREA_acre": 42.917605265452963 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.009331, 40.065812 ], [ -75.008788, 40.06735 ], [ -75.007719, 40.067102 ], [ -75.008319, 40.06252 ], [ -75.005996, 40.061324 ], [ -75.008018, 40.059417 ], [ -75.003644, 40.059552 ], [ -75.007814, 40.057407 ], [ -75.008245, 40.057796 ], [ -75.008801, 40.058401 ], [ -75.009405, 40.062552 ], [ -75.009331, 40.065812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358001", "device_counts_2018": 3841, "device_counts_2019": 4114, "device_counts_2020": 3072, "device_counts_2021": 3003, "device_counts_2022": 4085, "device_counts_2023": 6875, "device_counts_2024": 6846, "stop_counts_2018": 15785, "stop_counts_2019": 17288, "stop_counts_2020": 12801, "stop_counts_2021": 11404, "stop_counts_2022": 16066, "stop_counts_2023": 20428, "stop_counts_2024": 17616, "AREA_acre": 219.16987288440788 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.027242, 40.116639 ], [ -75.024606, 40.119216 ], [ -75.025511, 40.119714 ], [ -75.027824, 40.120924 ], [ -75.027205, 40.121653 ], [ -75.026346, 40.123524 ], [ -75.024153, 40.12492 ], [ -75.020183, 40.122282 ], [ -75.023292, 40.125201 ], [ -75.0201, 40.126358 ], [ -75.015384, 40.123599 ], [ -75.018457, 40.118119 ], [ -75.023041, 40.112998 ], [ -75.024699, 40.113964 ], [ -75.027231, 40.115422 ], [ -75.028062, 40.1157 ], [ -75.027242, 40.116639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271003", "device_counts_2018": 1063, "device_counts_2019": 986, "device_counts_2020": 382, "device_counts_2021": 315, "device_counts_2022": 400, "device_counts_2023": 715, "device_counts_2024": 409, "stop_counts_2018": 5090, "stop_counts_2019": 2604, "stop_counts_2020": 1518, "stop_counts_2021": 837, "stop_counts_2022": 1331, "stop_counts_2023": 2955, "stop_counts_2024": 1584, "AREA_acre": 40.306987374988282 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127143, 40.051748 ], [ -75.125298, 40.051492 ], [ -75.124614, 40.049849 ], [ -75.125631, 40.045259 ], [ -75.126639, 40.045392 ], [ -75.128495, 40.045626 ], [ -75.127143, 40.051748 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284001", "device_counts_2018": 1146, "device_counts_2019": 907, "device_counts_2020": 440, "device_counts_2021": 298, "device_counts_2022": 376, "device_counts_2023": 504, "device_counts_2024": 308, "stop_counts_2018": 5435, "stop_counts_2019": 3741, "stop_counts_2020": 1863, "stop_counts_2021": 1056, "stop_counts_2022": 1215, "stop_counts_2023": 3423, "stop_counts_2024": 840, "AREA_acre": 23.440049988178 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139304, 40.031288 ], [ -75.136757, 40.030964 ], [ -75.137091, 40.029412 ], [ -75.135802, 40.029254 ], [ -75.136137, 40.027741 ], [ -75.13998, 40.028245 ], [ -75.139304, 40.031288 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300007", "device_counts_2018": 3318, "device_counts_2019": 2382, "device_counts_2020": 1329, "device_counts_2021": 969, "device_counts_2022": 1194, "device_counts_2023": 1548, "device_counts_2024": 940, "stop_counts_2018": 12067, "stop_counts_2019": 8345, "stop_counts_2020": 5173, "stop_counts_2021": 3265, "stop_counts_2022": 3684, "stop_counts_2023": 3886, "stop_counts_2024": 3561, "AREA_acre": 44.214311095329258 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081309, 40.02076 ], [ -75.080281, 40.021866 ], [ -75.079414, 40.021387 ], [ -75.076696, 40.019926 ], [ -75.077663, 40.018853 ], [ -75.079927, 40.016418 ], [ -75.083508, 40.018365 ], [ -75.081309, 40.02076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019800001", "device_counts_2018": 65640, "device_counts_2019": 60152, "device_counts_2020": 16657, "device_counts_2021": 33014, "device_counts_2022": 49827, "device_counts_2023": 53915, "device_counts_2024": 42217, "stop_counts_2018": 197941, "stop_counts_2019": 184600, "stop_counts_2020": 46581, "stop_counts_2021": 84398, "stop_counts_2022": 139532, "stop_counts_2023": 177801, "stop_counts_2024": 151430, "AREA_acre": 2584.3618294319685 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227057, 39.982691 ], [ -75.225573, 39.987151 ], [ -75.225109, 39.987582 ], [ -75.220317, 39.990286 ], [ -75.217994, 39.994223 ], [ -75.210844, 39.998511 ], [ -75.209317, 39.99842 ], [ -75.20728, 39.999054 ], [ -75.206217, 40.000419 ], [ -75.203579, 40.000755 ], [ -75.202057, 40.004729 ], [ -75.206209, 40.006641 ], [ -75.206868, 40.006944 ], [ -75.203156, 40.008256 ], [ -75.207993, 40.009842 ], [ -75.207237, 40.01022 ], [ -75.206968, 40.011372 ], [ -75.205978, 40.011723 ], [ -75.205485, 40.011501 ], [ -75.203107, 40.010138 ], [ -75.197451, 40.008315 ], [ -75.19281, 40.006733 ], [ -75.192467, 40.006482 ], [ -75.19132, 40.003715 ], [ -75.191754, 39.999748 ], [ -75.188447, 40.000272 ], [ -75.186861, 40.000409 ], [ -75.187604, 39.998195 ], [ -75.186633, 39.994448 ], [ -75.185793, 39.994349 ], [ -75.186148, 39.992662 ], [ -75.186713, 39.990215 ], [ -75.187382, 39.98713 ], [ -75.188033, 39.984126 ], [ -75.188661, 39.981207 ], [ -75.189076, 39.979387 ], [ -75.189882, 39.977933 ], [ -75.189674, 39.977173 ], [ -75.187816, 39.976363 ], [ -75.186368, 39.973537 ], [ -75.185394, 39.973417 ], [ -75.185594, 39.972518 ], [ -75.183561, 39.970778 ], [ -75.181589, 39.969025 ], [ -75.179683, 39.967416 ], [ -75.177513, 39.965382 ], [ -75.176778, 39.964822 ], [ -75.176219, 39.964409 ], [ -75.175984, 39.964208 ], [ -75.17786, 39.964555 ], [ -75.183323, 39.964374 ], [ -75.181601, 39.962006 ], [ -75.179937, 39.960028 ], [ -75.179126, 39.958004 ], [ -75.17972, 39.956164 ], [ -75.179768, 39.955993 ], [ -75.179889, 39.955436 ], [ -75.181105, 39.95458 ], [ -75.188266, 39.955441 ], [ -75.187446, 39.95945 ], [ -75.187415, 39.963367 ], [ -75.187551, 39.963931 ], [ -75.187933, 39.965074 ], [ -75.188987, 39.96591 ], [ -75.192139, 39.966888 ], [ -75.192308, 39.967724 ], [ -75.203722, 39.970929 ], [ -75.20083, 39.971455 ], [ -75.199608, 39.97193 ], [ -75.198817, 39.972434 ], [ -75.198809, 39.974722 ], [ -75.199505, 39.974646 ], [ -75.20372, 39.974182 ], [ -75.209321, 39.97625 ], [ -75.213469, 39.977791 ], [ -75.223157, 39.981381 ], [ -75.224066, 39.981508 ], [ -75.226202, 39.981608 ], [ -75.227057, 39.982691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111004", "device_counts_2018": 2890, "device_counts_2019": 2447, "device_counts_2020": 1168, "device_counts_2021": 1169, "device_counts_2022": 1488, "device_counts_2023": 1775, "device_counts_2024": 1373, "stop_counts_2018": 10096, "stop_counts_2019": 7194, "stop_counts_2020": 3359, "stop_counts_2021": 2694, "stop_counts_2022": 3501, "stop_counts_2023": 3123, "stop_counts_2024": 3359, "AREA_acre": 37.126197875239342 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230171, 39.978794 ], [ -75.226765, 39.977211 ], [ -75.226131, 39.972964 ], [ -75.229026, 39.972644 ], [ -75.229266, 39.973926 ], [ -75.229855, 39.977069 ], [ -75.230171, 39.978794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125002", "device_counts_2018": 9392, "device_counts_2019": 8177, "device_counts_2020": 2838, "device_counts_2021": 3253, "device_counts_2022": 4930, "device_counts_2023": 6545, "device_counts_2024": 6435, "stop_counts_2018": 27946, "stop_counts_2019": 23361, "stop_counts_2020": 9677, "stop_counts_2021": 8319, "stop_counts_2022": 12258, "stop_counts_2023": 29541, "stop_counts_2024": 20549, "AREA_acre": 43.022823415565334 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176219, 39.964409 ], [ -75.172848, 39.963923 ], [ -75.170958, 39.963692 ], [ -75.169378, 39.963498 ], [ -75.167806, 39.963306 ], [ -75.168429, 39.9604 ], [ -75.171583, 39.960795 ], [ -75.173374, 39.961668 ], [ -75.175984, 39.964208 ], [ -75.176219, 39.964409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213004", "device_counts_2018": 562, "device_counts_2019": 465, "device_counts_2020": 303, "device_counts_2021": 279, "device_counts_2022": 383, "device_counts_2023": 485, "device_counts_2024": 459, "stop_counts_2018": 2782, "stop_counts_2019": 2423, "stop_counts_2020": 1741, "stop_counts_2021": 1166, "stop_counts_2022": 1475, "stop_counts_2023": 697, "stop_counts_2024": 1095, "AREA_acre": 22.332726385985904 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220448, 40.031211 ], [ -75.219029, 40.032081 ], [ -75.2177, 40.030848 ], [ -75.216449, 40.029641 ], [ -75.214188, 40.028699 ], [ -75.216632, 40.027602 ], [ -75.219114, 40.029931 ], [ -75.220448, 40.031211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362032", "device_counts_2018": 719, "device_counts_2019": 736, "device_counts_2020": 435, "device_counts_2021": 402, "device_counts_2022": 489, "device_counts_2023": 1060, "device_counts_2024": 731, "stop_counts_2018": 2996, "stop_counts_2019": 3228, "stop_counts_2020": 1944, "stop_counts_2021": 1860, "stop_counts_2022": 2823, "stop_counts_2023": 2825, "stop_counts_2024": 1683, "AREA_acre": 68.661134669797292 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.973615, 40.078901 ], [ -74.97031, 40.080347 ], [ -74.966814, 40.082209 ], [ -74.966078, 40.081031 ], [ -74.964883, 40.077273 ], [ -74.969879, 40.076657 ], [ -74.970537, 40.076281 ], [ -74.972817, 40.077559 ], [ -74.973615, 40.078901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101001", "device_counts_2018": 1190, "device_counts_2019": 963, "device_counts_2020": 442, "device_counts_2021": 321, "device_counts_2022": 401, "device_counts_2023": 664, "device_counts_2024": 511, "stop_counts_2018": 4714, "stop_counts_2019": 2848, "stop_counts_2020": 1247, "stop_counts_2021": 823, "stop_counts_2022": 1196, "stop_counts_2023": 1100, "stop_counts_2024": 1585, "AREA_acre": 18.391597473290432 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.241013, 39.975833 ], [ -75.23857, 39.976101 ], [ -75.237983, 39.972957 ], [ -75.240427, 39.972687 ], [ -75.241013, 39.975833 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201021", "device_counts_2018": 3028, "device_counts_2019": 2673, "device_counts_2020": 1122, "device_counts_2021": 1018, "device_counts_2022": 1338, "device_counts_2023": 1313, "device_counts_2024": 782, "stop_counts_2018": 7690, "stop_counts_2019": 7080, "stop_counts_2020": 3160, "stop_counts_2021": 2246, "stop_counts_2022": 3239, "stop_counts_2023": 2595, "stop_counts_2024": 1330, "AREA_acre": 17.556931881975935 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155681, 40.011457 ], [ -75.151428, 40.010903 ], [ -75.15109, 40.009934 ], [ -75.151246, 40.009279 ], [ -75.156028, 40.009868 ], [ -75.155681, 40.011457 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337011", "device_counts_2018": 1501, "device_counts_2019": 1348, "device_counts_2020": 951, "device_counts_2021": 899, "device_counts_2022": 1180, "device_counts_2023": 1040, "device_counts_2024": 968, "stop_counts_2018": 7710, "stop_counts_2019": 6566, "stop_counts_2020": 4032, "stop_counts_2021": 3529, "stop_counts_2022": 3744, "stop_counts_2023": 2761, "stop_counts_2024": 4426, "AREA_acre": 72.927359665375619 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051875, 40.069988 ], [ -75.050462, 40.071509 ], [ -75.051719, 40.072241 ], [ -75.047467, 40.076419 ], [ -75.045793, 40.075329 ], [ -75.044088, 40.072639 ], [ -75.045884, 40.069653 ], [ -75.047381, 40.070558 ], [ -75.047762, 40.069395 ], [ -75.049545, 40.070978 ], [ -75.050755, 40.069544 ], [ -75.051875, 40.069988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237002", "device_counts_2018": 2859, "device_counts_2019": 2177, "device_counts_2020": 953, "device_counts_2021": 759, "device_counts_2022": 1055, "device_counts_2023": 2381, "device_counts_2024": 2152, "stop_counts_2018": 8080, "stop_counts_2019": 6827, "stop_counts_2020": 2995, "stop_counts_2021": 1947, "stop_counts_2022": 2664, "stop_counts_2023": 5841, "stop_counts_2024": 5357, "AREA_acre": 101.33421982292349 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194083, 40.051633 ], [ -75.19326, 40.053057 ], [ -75.193951, 40.054358 ], [ -75.192966, 40.055267 ], [ -75.191752, 40.054604 ], [ -75.188077, 40.056898 ], [ -75.187306, 40.055484 ], [ -75.185287, 40.051743 ], [ -75.185221, 40.051585 ], [ -75.186752, 40.050103 ], [ -75.188499, 40.050211 ], [ -75.190817, 40.051189 ], [ -75.192123, 40.047679 ], [ -75.194411, 40.050637 ], [ -75.194083, 40.051633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176014", "device_counts_2018": 1698, "device_counts_2019": 1322, "device_counts_2020": 739, "device_counts_2021": 647, "device_counts_2022": 855, "device_counts_2023": 889, "device_counts_2024": 841, "stop_counts_2018": 7779, "stop_counts_2019": 5026, "stop_counts_2020": 2512, "stop_counts_2021": 2267, "stop_counts_2022": 3596, "stop_counts_2023": 1816, "stop_counts_2024": 3349, "AREA_acre": 33.115769405697776 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135807, 39.993154 ], [ -75.134444, 39.996049 ], [ -75.132367, 39.995776 ], [ -75.13191, 39.995754 ], [ -75.130122, 39.994573 ], [ -75.130558, 39.992474 ], [ -75.135121, 39.99306 ], [ -75.135807, 39.993154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263011", "device_counts_2018": 966, "device_counts_2019": 717, "device_counts_2020": 364, "device_counts_2021": 309, "device_counts_2022": 365, "device_counts_2023": 587, "device_counts_2024": 278, "stop_counts_2018": 5989, "stop_counts_2019": 3281, "stop_counts_2020": 1740, "stop_counts_2021": 1106, "stop_counts_2022": 1267, "stop_counts_2023": 1772, "stop_counts_2024": 1521, "AREA_acre": 31.767856516998553 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167097, 40.07332 ], [ -75.166062, 40.074338 ], [ -75.163884, 40.073088 ], [ -75.161313, 40.071386 ], [ -75.162035, 40.070685 ], [ -75.164781, 40.072161 ], [ -75.166725, 40.070165 ], [ -75.16899, 40.071473 ], [ -75.167097, 40.07332 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253005", "device_counts_2018": 685, "device_counts_2019": 504, "device_counts_2020": 313, "device_counts_2021": 169, "device_counts_2022": 260, "device_counts_2023": 324, "device_counts_2024": 458, "stop_counts_2018": 3001, "stop_counts_2019": 2074, "stop_counts_2020": 1063, "stop_counts_2021": 609, "stop_counts_2022": 1008, "stop_counts_2023": 1754, "stop_counts_2024": 1290, "AREA_acre": 26.449505778311639 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184472, 40.054919 ], [ -75.182825, 40.056545 ], [ -75.180513, 40.057498 ], [ -75.179017, 40.05658 ], [ -75.18052, 40.055118 ], [ -75.180252, 40.054955 ], [ -75.181906, 40.053341 ], [ -75.182944, 40.053989 ], [ -75.184472, 40.054919 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086012", "device_counts_2018": 1895, "device_counts_2019": 1537, "device_counts_2020": 656, "device_counts_2021": 643, "device_counts_2022": 990, "device_counts_2023": 938, "device_counts_2024": 1246, "stop_counts_2018": 6013, "stop_counts_2019": 4609, "stop_counts_2020": 2363, "stop_counts_2021": 1711, "stop_counts_2022": 2971, "stop_counts_2023": 3668, "stop_counts_2024": 6873, "AREA_acre": 31.279548475287594 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.215872, 39.954586 ], [ -75.214643, 39.955607 ], [ -75.211677, 39.95524 ], [ -75.212393, 39.951811 ], [ -75.21635, 39.952302 ], [ -75.215872, 39.954586 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331023", "device_counts_2018": 1002, "device_counts_2019": 901, "device_counts_2020": 669, "device_counts_2021": 650, "device_counts_2022": 848, "device_counts_2023": 763, "device_counts_2024": 839, "stop_counts_2018": 3973, "stop_counts_2019": 3209, "stop_counts_2020": 2208, "stop_counts_2021": 2527, "stop_counts_2022": 3164, "stop_counts_2023": 1183, "stop_counts_2024": 1182, "AREA_acre": 26.639330048716872 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033482, 40.043203 ], [ -75.030535, 40.044372 ], [ -75.028257, 40.041363 ], [ -75.03134, 40.040236 ], [ -75.031919, 40.041201 ], [ -75.033482, 40.043203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283003", "device_counts_2018": 3565, "device_counts_2019": 3034, "device_counts_2020": 1241, "device_counts_2021": 1013, "device_counts_2022": 1436, "device_counts_2023": 2154, "device_counts_2024": 1543, "stop_counts_2018": 8292, "stop_counts_2019": 7270, "stop_counts_2020": 2539, "stop_counts_2021": 1873, "stop_counts_2022": 2717, "stop_counts_2023": 3602, "stop_counts_2024": 1880, "AREA_acre": 24.641727750480982 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148245, 40.022959 ], [ -75.147894, 40.024553 ], [ -75.147555, 40.026138 ], [ -75.145359, 40.025873 ], [ -75.145718, 40.024214 ], [ -75.146379, 40.021204 ], [ -75.14711, 40.02128 ], [ -75.148567, 40.021476 ], [ -75.148245, 40.022959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073003", "device_counts_2018": 625, "device_counts_2019": 506, "device_counts_2020": 242, "device_counts_2021": 184, "device_counts_2022": 211, "device_counts_2023": 426, "device_counts_2024": 432, "stop_counts_2018": 2537, "stop_counts_2019": 1790, "stop_counts_2020": 873, "stop_counts_2021": 561, "stop_counts_2022": 623, "stop_counts_2023": 1818, "stop_counts_2024": 1626, "AREA_acre": 23.268960124860175 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224736, 39.945465 ], [ -75.222369, 39.947135 ], [ -75.219002, 39.944283 ], [ -75.219138, 39.944186 ], [ -75.22022, 39.943415 ], [ -75.221612, 39.944584 ], [ -75.222759, 39.943806 ], [ -75.22361, 39.944505 ], [ -75.224736, 39.945465 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108004", "device_counts_2018": 1491, "device_counts_2019": 1210, "device_counts_2020": 497, "device_counts_2021": 573, "device_counts_2022": 755, "device_counts_2023": 756, "device_counts_2024": 738, "stop_counts_2018": 5136, "stop_counts_2019": 3553, "stop_counts_2020": 1421, "stop_counts_2021": 1394, "stop_counts_2022": 1952, "stop_counts_2023": 2261, "stop_counts_2024": 1769, "AREA_acre": 20.9133550141329 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.202342, 39.963137 ], [ -75.202334, 39.963495 ], [ -75.197519, 39.964025 ], [ -75.197197, 39.962287 ], [ -75.199436, 39.962042 ], [ -75.202235, 39.961643 ], [ -75.20236, 39.962859 ], [ -75.202342, 39.963137 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281003", "device_counts_2018": 3568, "device_counts_2019": 2547, "device_counts_2020": 1446, "device_counts_2021": 898, "device_counts_2022": 1263, "device_counts_2023": 1422, "device_counts_2024": 1193, "stop_counts_2018": 8626, "stop_counts_2019": 6209, "stop_counts_2020": 3058, "stop_counts_2021": 1660, "stop_counts_2022": 2583, "stop_counts_2023": 1626, "stop_counts_2024": 1459, "AREA_acre": 25.110800031767251 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151263, 40.027186 ], [ -75.148751, 40.028476 ], [ -75.148865, 40.027857 ], [ -75.147218, 40.027644 ], [ -75.147555, 40.026138 ], [ -75.147894, 40.024553 ], [ -75.148245, 40.022959 ], [ -75.149552, 40.024785 ], [ -75.149984, 40.02539 ], [ -75.150781, 40.026565 ], [ -75.151263, 40.027186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261003", "device_counts_2018": 955, "device_counts_2019": 772, "device_counts_2020": 417, "device_counts_2021": 319, "device_counts_2022": 380, "device_counts_2023": 504, "device_counts_2024": 330, "stop_counts_2018": 6247, "stop_counts_2019": 4417, "stop_counts_2020": 2576, "stop_counts_2021": 1500, "stop_counts_2022": 1781, "stop_counts_2023": 1204, "stop_counts_2024": 1207, "AREA_acre": 39.660479858872471 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179448, 40.071261 ], [ -75.176841, 40.07598 ], [ -75.175509, 40.075214 ], [ -75.17394, 40.07431 ], [ -75.178918, 40.069175 ], [ -75.180482, 40.070191 ], [ -75.179448, 40.071261 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362023", "device_counts_2018": 772, "device_counts_2019": 729, "device_counts_2020": 524, "device_counts_2021": 502, "device_counts_2022": 664, "device_counts_2023": 632, "device_counts_2024": 658, "stop_counts_2018": 6370, "stop_counts_2019": 4535, "stop_counts_2020": 3519, "stop_counts_2021": 2627, "stop_counts_2022": 4169, "stop_counts_2023": 1981, "stop_counts_2024": 1092, "AREA_acre": 82.973073625122169 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.984631, 40.074335 ], [ -74.982487, 40.077246 ], [ -74.981807, 40.082355 ], [ -74.980732, 40.082105 ], [ -74.97725, 40.080506 ], [ -74.977684, 40.079834 ], [ -74.981173, 40.071985 ], [ -74.983657, 40.073786 ], [ -74.984631, 40.074335 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019808001", "device_counts_2018": 2780, "device_counts_2019": 2430, "device_counts_2020": 926, "device_counts_2021": 688, "device_counts_2022": 1166, "device_counts_2023": 990, "device_counts_2024": 959, "stop_counts_2018": 6413, "stop_counts_2019": 5480, "stop_counts_2020": 2807, "stop_counts_2021": 1386, "stop_counts_2022": 2117, "stop_counts_2023": 1725, "stop_counts_2024": 10104, "AREA_acre": 532.90866982648049 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.276482, 39.976959 ], [ -75.275871, 39.977245 ], [ -75.271639, 39.972082 ], [ -75.269314, 39.97301 ], [ -75.26562, 39.969941 ], [ -75.2619, 39.972584 ], [ -75.259933, 39.974448 ], [ -75.261996, 39.977598 ], [ -75.265918, 39.979251 ], [ -75.267973, 39.980757 ], [ -75.265511, 39.981857 ], [ -75.261282, 39.978272 ], [ -75.259062, 39.982814 ], [ -75.257113, 39.983789 ], [ -75.255918, 39.978122 ], [ -75.255661, 39.976755 ], [ -75.255196, 39.97426 ], [ -75.254752, 39.971527 ], [ -75.255123, 39.970036 ], [ -75.250481, 39.96946 ], [ -75.251119, 39.966398 ], [ -75.247169, 39.965927 ], [ -75.247109, 39.964294 ], [ -75.246425, 39.964276 ], [ -75.246753, 39.962705 ], [ -75.247688, 39.962817 ], [ -75.248056, 39.964074 ], [ -75.250313, 39.965069 ], [ -75.25414, 39.965404 ], [ -75.25711, 39.963719 ], [ -75.259078, 39.965692 ], [ -75.267386, 39.966215 ], [ -75.270002, 39.967479 ], [ -75.270598, 39.96866 ], [ -75.275394, 39.969575 ], [ -75.280266, 39.974964 ], [ -75.276482, 39.976959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090003", "device_counts_2018": 3149, "device_counts_2019": 3260, "device_counts_2020": 1081, "device_counts_2021": 1640, "device_counts_2022": 2170, "device_counts_2023": 2837, "device_counts_2024": 2515, "stop_counts_2018": 9745, "stop_counts_2019": 9627, "stop_counts_2020": 3314, "stop_counts_2021": 4869, "stop_counts_2022": 6568, "stop_counts_2023": 14430, "stop_counts_2024": 9682, "AREA_acre": 38.449558688265114 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191389, 39.962922 ], [ -75.187415, 39.963367 ], [ -75.187446, 39.95945 ], [ -75.188266, 39.955441 ], [ -75.189489, 39.955593 ], [ -75.189063, 39.957606 ], [ -75.18921, 39.958811 ], [ -75.189564, 39.960998 ], [ -75.191117, 39.96144 ], [ -75.191389, 39.962922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163004", "device_counts_2018": 1892, "device_counts_2019": 1491, "device_counts_2020": 695, "device_counts_2021": 692, "device_counts_2022": 949, "device_counts_2023": 1673, "device_counts_2024": 1142, "stop_counts_2018": 6159, "stop_counts_2019": 4510, "stop_counts_2020": 2365, "stop_counts_2021": 2387, "stop_counts_2022": 3073, "stop_counts_2023": 4657, "stop_counts_2024": 2466, "AREA_acre": 57.289829086885476 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139021, 39.988764 ], [ -75.133549, 39.98806 ], [ -75.131557, 39.987799 ], [ -75.129641, 39.987546 ], [ -75.130794, 39.986928 ], [ -75.131907, 39.986306 ], [ -75.132208, 39.984741 ], [ -75.1351, 39.98519 ], [ -75.136167, 39.985328 ], [ -75.136759, 39.985402 ], [ -75.13746, 39.985492 ], [ -75.139669, 39.985802 ], [ -75.139021, 39.988764 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190005", "device_counts_2018": 5819, "device_counts_2019": 4924, "device_counts_2020": 2650, "device_counts_2021": 2122, "device_counts_2022": 2755, "device_counts_2023": 2861, "device_counts_2024": 1723, "stop_counts_2018": 18331, "stop_counts_2019": 13620, "stop_counts_2020": 7741, "stop_counts_2021": 6866, "stop_counts_2022": 8558, "stop_counts_2023": 9372, "stop_counts_2024": 7611, "AREA_acre": 59.891443675341797 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10327, 40.005602 ], [ -75.101826, 40.005667 ], [ -75.101064, 40.005695 ], [ -75.100691, 40.007435 ], [ -75.098734, 40.007196 ], [ -75.098428, 40.008664 ], [ -75.094816, 40.008195 ], [ -75.094104, 40.007096 ], [ -75.094849, 40.006678 ], [ -75.101811, 40.002863 ], [ -75.103797, 40.003134 ], [ -75.10327, 40.005602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363031", "device_counts_2018": 1707, "device_counts_2019": 1682, "device_counts_2020": 1098, "device_counts_2021": 1072, "device_counts_2022": 1482, "device_counts_2023": 1524, "device_counts_2024": 1776, "stop_counts_2018": 9713, "stop_counts_2019": 10210, "stop_counts_2020": 7467, "stop_counts_2021": 6223, "stop_counts_2022": 8513, "stop_counts_2023": 7952, "stop_counts_2024": 8898, "AREA_acre": 435.82976247373756 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.983393, 40.103684 ], [ -74.97896, 40.106169 ], [ -74.969941, 40.113339 ], [ -74.969758, 40.115927 ], [ -74.966621, 40.117932 ], [ -74.96408, 40.117766 ], [ -74.96345, 40.110013 ], [ -74.965194, 40.107777 ], [ -74.963491, 40.10674 ], [ -74.961156, 40.103446 ], [ -74.962196, 40.103382 ], [ -74.96767, 40.1027 ], [ -74.971183, 40.102233 ], [ -74.97588, 40.100421 ], [ -74.9781, 40.099212 ], [ -74.981997, 40.102454 ], [ -74.983393, 40.103684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011021", "device_counts_2018": 7788, "device_counts_2019": 6502, "device_counts_2020": 2855, "device_counts_2021": 3065, "device_counts_2022": 3605, "device_counts_2023": 6191, "device_counts_2024": 5859, "stop_counts_2018": 20558, "stop_counts_2019": 17865, "stop_counts_2020": 8931, "stop_counts_2021": 7967, "stop_counts_2022": 9382, "stop_counts_2023": 17680, "stop_counts_2024": 16416, "AREA_acre": 32.915483899034612 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159984, 39.944009 ], [ -75.156841, 39.943615 ], [ -75.156337, 39.945923 ], [ -75.153184, 39.945536 ], [ -75.153694, 39.943218 ], [ -75.153916, 39.942205 ], [ -75.155488, 39.942407 ], [ -75.156673, 39.942551 ], [ -75.160205, 39.942997 ], [ -75.159984, 39.944009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279014", "device_counts_2018": 1314, "device_counts_2019": 1063, "device_counts_2020": 453, "device_counts_2021": 349, "device_counts_2022": 435, "device_counts_2023": 684, "device_counts_2024": 278, "stop_counts_2018": 6932, "stop_counts_2019": 3894, "stop_counts_2020": 2262, "stop_counts_2021": 1221, "stop_counts_2022": 1445, "stop_counts_2023": 3098, "stop_counts_2024": 819, "AREA_acre": 30.566793602715265 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158217, 40.045076 ], [ -75.156675, 40.04536 ], [ -75.154966, 40.046241 ], [ -75.153691, 40.04655 ], [ -75.153883, 40.043659 ], [ -75.153946, 40.042752 ], [ -75.158306, 40.042861 ], [ -75.158217, 40.045076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330005", "device_counts_2018": 1109, "device_counts_2019": 788, "device_counts_2020": 503, "device_counts_2021": 451, "device_counts_2022": 706, "device_counts_2023": 482, "device_counts_2024": 404, "stop_counts_2018": 6349, "stop_counts_2019": 3488, "stop_counts_2020": 2590, "stop_counts_2021": 2095, "stop_counts_2022": 3860, "stop_counts_2023": 2696, "stop_counts_2024": 1011, "AREA_acre": 29.989233378614664 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036906, 40.032252 ], [ -75.035488, 40.03299 ], [ -75.032739, 40.034407 ], [ -75.030907, 40.032318 ], [ -75.03517, 40.030116 ], [ -75.036055, 40.031206 ], [ -75.036906, 40.032252 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178003", "device_counts_2018": 715, "device_counts_2019": 540, "device_counts_2020": 354, "device_counts_2021": 256, "device_counts_2022": 358, "device_counts_2023": 308, "device_counts_2024": 250, "stop_counts_2018": 2990, "stop_counts_2019": 2258, "stop_counts_2020": 1172, "stop_counts_2021": 1257, "stop_counts_2022": 1254, "stop_counts_2023": 1661, "stop_counts_2024": 2105, "AREA_acre": 16.699974772786426 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116662, 39.991437 ], [ -75.113816, 39.992924 ], [ -75.112775, 39.991747 ], [ -75.113665, 39.990278 ], [ -75.114257, 39.989952 ], [ -75.115083, 39.989526 ], [ -75.116662, 39.991437 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341001", "device_counts_2018": 368, "device_counts_2019": 316, "device_counts_2020": 223, "device_counts_2021": 190, "device_counts_2022": 303, "device_counts_2023": 405, "device_counts_2024": 354, "stop_counts_2018": 2400, "stop_counts_2019": 1743, "stop_counts_2020": 1183, "stop_counts_2021": 1046, "stop_counts_2022": 1710, "stop_counts_2023": 1304, "stop_counts_2024": 3209, "AREA_acre": 46.099307344065977 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076258, 40.080605 ], [ -75.073705, 40.079182 ], [ -75.071007, 40.077682 ], [ -75.073477, 40.07526 ], [ -75.078592, 40.078097 ], [ -75.076258, 40.080605 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078004", "device_counts_2018": 1208, "device_counts_2019": 1057, "device_counts_2020": 376, "device_counts_2021": 386, "device_counts_2022": 514, "device_counts_2023": 713, "device_counts_2024": 636, "stop_counts_2018": 3680, "stop_counts_2019": 3018, "stop_counts_2020": 1244, "stop_counts_2021": 832, "stop_counts_2022": 1147, "stop_counts_2023": 2426, "stop_counts_2024": 1916, "AREA_acre": 25.214948337594876 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219234, 39.948368 ], [ -75.217121, 39.94861 ], [ -75.215162, 39.946978 ], [ -75.217733, 39.945183 ], [ -75.221237, 39.948161 ], [ -75.219234, 39.948368 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098021", "device_counts_2018": 1267, "device_counts_2019": 872, "device_counts_2020": 493, "device_counts_2021": 355, "device_counts_2022": 442, "device_counts_2023": 435, "device_counts_2024": 453, "stop_counts_2018": 8823, "stop_counts_2019": 5124, "stop_counts_2020": 2906, "stop_counts_2021": 1878, "stop_counts_2022": 2307, "stop_counts_2023": 1662, "stop_counts_2024": 1305, "AREA_acre": 38.931365447440953 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264257, 39.974419 ], [ -75.263054, 39.975749 ], [ -75.261996, 39.977598 ], [ -75.259933, 39.974448 ], [ -75.2619, 39.972584 ], [ -75.264148, 39.97148 ], [ -75.266109, 39.972898 ], [ -75.264257, 39.974419 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134021", "device_counts_2018": 2456, "device_counts_2019": 1767, "device_counts_2020": 695, "device_counts_2021": 713, "device_counts_2022": 1019, "device_counts_2023": 1720, "device_counts_2024": 1647, "stop_counts_2018": 5780, "stop_counts_2019": 3956, "stop_counts_2020": 1907, "stop_counts_2021": 1645, "stop_counts_2022": 2071, "stop_counts_2023": 3253, "stop_counts_2024": 3162, "AREA_acre": 18.805956841333849 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172108, 39.967284 ], [ -75.171344, 39.967275 ], [ -75.170177, 39.96725 ], [ -75.168569, 39.967226 ], [ -75.168804, 39.966145 ], [ -75.168959, 39.965463 ], [ -75.169102, 39.964781 ], [ -75.17068, 39.964975 ], [ -75.17256, 39.965219 ], [ -75.172108, 39.967284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353021", "device_counts_2018": 2810, "device_counts_2019": 2734, "device_counts_2020": 2161, "device_counts_2021": 1851, "device_counts_2022": 2531, "device_counts_2023": 2639, "device_counts_2024": 2260, "stop_counts_2018": 13119, "stop_counts_2019": 12865, "stop_counts_2020": 9698, "stop_counts_2021": 8092, "stop_counts_2022": 11198, "stop_counts_2023": 11265, "stop_counts_2024": 9454, "AREA_acre": 87.154620203368239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.997635, 40.079699 ], [ -74.994348, 40.081681 ], [ -74.990003, 40.077975 ], [ -74.987568, 40.075825 ], [ -74.986886, 40.075332 ], [ -74.984901, 40.07448 ], [ -74.987148, 40.072702 ], [ -74.987857, 40.072829 ], [ -74.988467, 40.073908 ], [ -74.991271, 40.07631 ], [ -74.995282, 40.077149 ], [ -74.998488, 40.078701 ], [ -74.997635, 40.079699 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259001", "device_counts_2018": 2976, "device_counts_2019": 2709, "device_counts_2020": 1555, "device_counts_2021": 1294, "device_counts_2022": 1550, "device_counts_2023": 1567, "device_counts_2024": 1267, "stop_counts_2018": 8434, "stop_counts_2019": 7717, "stop_counts_2020": 3878, "stop_counts_2021": 3170, "stop_counts_2022": 3721, "stop_counts_2023": 2002, "stop_counts_2024": 1794, "AREA_acre": 30.294853213638596 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174143, 40.08135 ], [ -75.172951, 40.082581 ], [ -75.169914, 40.080818 ], [ -75.172621, 40.078103 ], [ -75.175627, 40.07984 ], [ -75.174143, 40.08135 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286006", "device_counts_2018": 1331, "device_counts_2019": 1049, "device_counts_2020": 568, "device_counts_2021": 472, "device_counts_2022": 561, "device_counts_2023": 580, "device_counts_2024": 457, "stop_counts_2018": 5322, "stop_counts_2019": 3942, "stop_counts_2020": 2208, "stop_counts_2021": 1932, "stop_counts_2022": 2417, "stop_counts_2023": 1959, "stop_counts_2024": 1136, "AREA_acre": 27.656278759425419 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131829, 40.030321 ], [ -75.128974, 40.029953 ], [ -75.126686, 40.029667 ], [ -75.126866, 40.028955 ], [ -75.127646, 40.027416 ], [ -75.132352, 40.028019 ], [ -75.131829, 40.030321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348023", "device_counts_2018": 1618, "device_counts_2019": 1447, "device_counts_2020": 969, "device_counts_2021": 935, "device_counts_2022": 1437, "device_counts_2023": 2489, "device_counts_2024": 2815, "stop_counts_2018": 8719, "stop_counts_2019": 7307, "stop_counts_2020": 5285, "stop_counts_2021": 4605, "stop_counts_2022": 6215, "stop_counts_2023": 6620, "stop_counts_2024": 10229, "AREA_acre": 102.61154885244603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.013797, 40.058001 ], [ -75.013284, 40.058573 ], [ -75.013062, 40.059109 ], [ -75.013066, 40.059901 ], [ -75.013629, 40.062047 ], [ -75.012747, 40.062185 ], [ -75.013145, 40.066335 ], [ -75.011381, 40.06842 ], [ -75.009635, 40.067672 ], [ -75.008788, 40.06735 ], [ -75.009331, 40.065812 ], [ -75.009405, 40.062552 ], [ -75.008801, 40.058401 ], [ -75.008245, 40.057796 ], [ -75.008555, 40.057808 ], [ -75.012828, 40.056404 ], [ -75.014444, 40.057424 ], [ -75.013797, 40.058001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277003", "device_counts_2018": 1554, "device_counts_2019": 1254, "device_counts_2020": 577, "device_counts_2021": 469, "device_counts_2022": 545, "device_counts_2023": 1017, "device_counts_2024": 756, "stop_counts_2018": 4769, "stop_counts_2019": 3978, "stop_counts_2020": 1874, "stop_counts_2021": 1252, "stop_counts_2022": 1776, "stop_counts_2023": 1600, "stop_counts_2024": 1292, "AREA_acre": 22.297909517901235 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153101, 40.050412 ], [ -75.152881, 40.052844 ], [ -75.150142, 40.051578 ], [ -75.15082, 40.048518 ], [ -75.153235, 40.048842 ], [ -75.153101, 40.050412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192002", "device_counts_2018": 2281, "device_counts_2019": 1780, "device_counts_2020": 1108, "device_counts_2021": 1120, "device_counts_2022": 1397, "device_counts_2023": 1322, "device_counts_2024": 968, "stop_counts_2018": 9491, "stop_counts_2019": 6401, "stop_counts_2020": 3742, "stop_counts_2021": 3787, "stop_counts_2022": 4443, "stop_counts_2023": 3813, "stop_counts_2024": 2404, "AREA_acre": 45.655048346544781 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116411, 40.001624 ], [ -75.11609, 40.003067 ], [ -75.113986, 40.00356 ], [ -75.109864, 40.003027 ], [ -75.110017, 40.002282 ], [ -75.11046, 40.000268 ], [ -75.112398, 40.00052 ], [ -75.114785, 39.999838 ], [ -75.116722, 40.000088 ], [ -75.116411, 40.001624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245001", "device_counts_2018": 1354, "device_counts_2019": 998, "device_counts_2020": 484, "device_counts_2021": 389, "device_counts_2022": 528, "device_counts_2023": 787, "device_counts_2024": 482, "stop_counts_2018": 5463, "stop_counts_2019": 3212, "stop_counts_2020": 1420, "stop_counts_2021": 1030, "stop_counts_2022": 1409, "stop_counts_2023": 1073, "stop_counts_2024": 1266, "AREA_acre": 25.057467120295048 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166655, 40.03089 ], [ -75.164571, 40.032912 ], [ -75.162906, 40.031923 ], [ -75.161239, 40.030941 ], [ -75.16327, 40.02896 ], [ -75.163749, 40.029255 ], [ -75.166488, 40.030794 ], [ -75.166655, 40.03089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041021", "device_counts_2018": 2018, "device_counts_2019": 1661, "device_counts_2020": 734, "device_counts_2021": 802, "device_counts_2022": 1120, "device_counts_2023": 864, "device_counts_2024": 682, "stop_counts_2018": 9907, "stop_counts_2019": 7559, "stop_counts_2020": 3462, "stop_counts_2021": 3381, "stop_counts_2022": 5302, "stop_counts_2023": 4707, "stop_counts_2024": 2957, "AREA_acre": 28.220522722721423 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160275, 39.920611 ], [ -75.155597, 39.920013 ], [ -75.155865, 39.918755 ], [ -75.156139, 39.917515 ], [ -75.160826, 39.918116 ], [ -75.160275, 39.920611 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356021", "device_counts_2018": 698, "device_counts_2019": 669, "device_counts_2020": 462, "device_counts_2021": 417, "device_counts_2022": 598, "device_counts_2023": 764, "device_counts_2024": 459, "stop_counts_2018": 4151, "stop_counts_2019": 4589, "stop_counts_2020": 2910, "stop_counts_2021": 2897, "stop_counts_2022": 4037, "stop_counts_2023": 2008, "stop_counts_2024": 1347, "AREA_acre": 122.60261423841087 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.05401, 40.108143 ], [ -75.049254, 40.105823 ], [ -75.046843, 40.105712 ], [ -75.039857, 40.101835 ], [ -75.042613, 40.100504 ], [ -75.047115, 40.098377 ], [ -75.049676, 40.102037 ], [ -75.050974, 40.103122 ], [ -75.053057, 40.10618 ], [ -75.05401, 40.108143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010092001", "device_counts_2018": 5912, "device_counts_2019": 4372, "device_counts_2020": 1927, "device_counts_2021": 1976, "device_counts_2022": 2516, "device_counts_2023": 3957, "device_counts_2024": 2737, "stop_counts_2018": 20697, "stop_counts_2019": 13362, "stop_counts_2020": 5669, "stop_counts_2021": 5429, "stop_counts_2022": 5820, "stop_counts_2023": 10721, "stop_counts_2024": 6734, "AREA_acre": 87.95419232359383 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21306, 39.962577 ], [ -75.21056, 39.962571 ], [ -75.209058, 39.962329 ], [ -75.206889, 39.962485 ], [ -75.20627, 39.958823 ], [ -75.201971, 39.959176 ], [ -75.201824, 39.957827 ], [ -75.201953, 39.957149 ], [ -75.204145, 39.957422 ], [ -75.208128, 39.957915 ], [ -75.211039, 39.958276 ], [ -75.214018, 39.958643 ], [ -75.21306, 39.962577 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010375001", "device_counts_2018": 3389, "device_counts_2019": 3237, "device_counts_2020": 1544, "device_counts_2021": 1551, "device_counts_2022": 2484, "device_counts_2023": 1879, "device_counts_2024": 1599, "stop_counts_2018": 11004, "stop_counts_2019": 10079, "stop_counts_2020": 4159, "stop_counts_2021": 3922, "stop_counts_2022": 6341, "stop_counts_2023": 6267, "stop_counts_2024": 3354, "AREA_acre": 117.27484552121034 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.253999, 39.988304 ], [ -75.251438, 39.989504 ], [ -75.25, 39.99018 ], [ -75.249214, 39.990547 ], [ -75.247948, 39.991138 ], [ -75.246187, 39.989516 ], [ -75.246416, 39.988266 ], [ -75.245478, 39.986619 ], [ -75.248991, 39.985109 ], [ -75.248346, 39.982968 ], [ -75.251063, 39.981601 ], [ -75.255676, 39.987499 ], [ -75.253999, 39.988304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140002", "device_counts_2018": 1192, "device_counts_2019": 991, "device_counts_2020": 405, "device_counts_2021": 359, "device_counts_2022": 506, "device_counts_2023": 861, "device_counts_2024": 558, "stop_counts_2018": 5955, "stop_counts_2019": 3759, "stop_counts_2020": 1633, "stop_counts_2021": 1047, "stop_counts_2022": 1470, "stop_counts_2023": 2505, "stop_counts_2024": 630, "AREA_acre": 24.610029436905389 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164888, 39.976668 ], [ -75.163325, 39.976471 ], [ -75.16175, 39.976262 ], [ -75.162507, 39.972799 ], [ -75.164069, 39.973009 ], [ -75.165461, 39.974033 ], [ -75.164888, 39.976668 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331011", "device_counts_2018": 897, "device_counts_2019": 831, "device_counts_2020": 621, "device_counts_2021": 486, "device_counts_2022": 702, "device_counts_2023": 511, "device_counts_2024": 730, "stop_counts_2018": 4702, "stop_counts_2019": 4032, "stop_counts_2020": 3159, "stop_counts_2021": 1795, "stop_counts_2022": 3352, "stop_counts_2023": 2009, "stop_counts_2024": 3085, "AREA_acre": 33.472357541797201 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045919, 40.039643 ], [ -75.043322, 40.040305 ], [ -75.040003, 40.041793 ], [ -75.03836, 40.039695 ], [ -75.041692, 40.038218 ], [ -75.042536, 40.037722 ], [ -75.044192, 40.03866 ], [ -75.045806, 40.039579 ], [ -75.045919, 40.039643 ] ] ] ] } } +] +} diff --git a/assets/data/philly_2018.geojson b/assets/data/philly_2018.geojson new file mode 100644 index 0000000..309e8fc --- /dev/null +++ b/assets/data/philly_2018.geojson @@ -0,0 +1,1342 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "GEOID": "421010289023", "device_counts": 1109, "stop_counts": 7039 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117389, 40.02504 ], [ -75.114348, 40.024951 ], [ -75.114917, 40.021956 ], [ -75.116106, 40.022109 ], [ -75.117959, 40.022349 ], [ -75.117389, 40.02504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152001", "device_counts": 899, "stop_counts": 3594 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167078, 39.984517 ], [ -75.166408, 39.987598 ], [ -75.164184, 39.987311 ], [ -75.164517, 39.985759 ], [ -75.164855, 39.984239 ], [ -75.166419, 39.984436 ], [ -75.167078, 39.984517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042011", "device_counts": 1046, "stop_counts": 3054 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149405, 39.924207 ], [ -75.147842, 39.924015 ], [ -75.14691, 39.923887 ], [ -75.147431, 39.921502 ], [ -75.149916, 39.921819 ], [ -75.149405, 39.924207 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236002", "device_counts": 1716, "stop_counts": 5707 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196382, 40.042203 ], [ -75.193841, 40.045069 ], [ -75.193091, 40.04459 ], [ -75.191199, 40.043386 ], [ -75.187315, 40.040929 ], [ -75.188797, 40.03948 ], [ -75.190086, 40.038232 ], [ -75.193657, 40.039688 ], [ -75.194933, 40.042022 ], [ -75.196382, 40.042203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010018001", "device_counts": 1640, "stop_counts": 3566 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156011, 39.940006 ], [ -75.155888, 39.94056 ], [ -75.152771, 39.940039 ], [ -75.153065, 39.938763 ], [ -75.153286, 39.937736 ], [ -75.154807, 39.93815 ], [ -75.156317, 39.938569 ], [ -75.156011, 39.940006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180022", "device_counts": 1934, "stop_counts": 6333 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106968, 39.982648 ], [ -75.105437, 39.983452 ], [ -75.102999, 39.98472 ], [ -75.101439, 39.982974 ], [ -75.105976, 39.980595 ], [ -75.105921, 39.981461 ], [ -75.106968, 39.982648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007003", "device_counts": 4673, "stop_counts": 11150 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180909, 39.952982 ], [ -75.176191, 39.952387 ], [ -75.176519, 39.95087 ], [ -75.177323, 39.950964 ], [ -75.181663, 39.951509 ], [ -75.180909, 39.952982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240001", "device_counts": 1172, "stop_counts": 5627 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186194, 40.029468 ], [ -75.183731, 40.030637 ], [ -75.1793, 40.027944 ], [ -75.181668, 40.025657 ], [ -75.185463, 40.028875 ], [ -75.186194, 40.029468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379004", "device_counts": 1699, "stop_counts": 4811 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103366, 39.985129 ], [ -75.100912, 39.986416 ], [ -75.100552, 39.986001 ], [ -75.099, 39.98424 ], [ -75.101439, 39.982974 ], [ -75.102999, 39.98472 ], [ -75.103366, 39.985129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331024", "device_counts": 891, "stop_counts": 4350 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033824, 40.04466 ], [ -75.031636, 40.04566 ], [ -75.031781, 40.047141 ], [ -75.030489, 40.048407 ], [ -75.026037, 40.048163 ], [ -75.02654, 40.045822 ], [ -75.030535, 40.044372 ], [ -75.033482, 40.043203 ], [ -75.034393, 40.044379 ], [ -75.033824, 40.04466 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178001", "device_counts": 2071, "stop_counts": 6193 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115778, 39.995167 ], [ -75.113387, 39.996493 ], [ -75.111369, 39.994211 ], [ -75.113816, 39.992924 ], [ -75.115778, 39.995167 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316001", "device_counts": 461, "stop_counts": 2881 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058568, 40.036548 ], [ -75.055334, 40.034739 ], [ -75.057092, 40.032869 ], [ -75.060338, 40.034685 ], [ -75.058568, 40.036548 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299001", "device_counts": 1545, "stop_counts": 7925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080857, 40.011903 ], [ -75.079046, 40.013007 ], [ -75.077257, 40.014973 ], [ -75.07505, 40.017159 ], [ -75.073747, 40.013717 ], [ -75.073295, 40.012543 ], [ -75.075229, 40.012101 ], [ -75.079279, 40.010409 ], [ -75.080314, 40.011393 ], [ -75.080857, 40.011903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110003", "device_counts": 1903, "stop_counts": 6504 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209321, 39.97625 ], [ -75.20372, 39.974182 ], [ -75.204176, 39.973395 ], [ -75.206302, 39.973162 ], [ -75.208081, 39.972962 ], [ -75.208323, 39.972912 ], [ -75.208756, 39.972864 ], [ -75.208901, 39.973613 ], [ -75.209834, 39.973505 ], [ -75.209976, 39.974242 ], [ -75.209114, 39.974321 ], [ -75.208903, 39.974618 ], [ -75.210123, 39.975067 ], [ -75.209321, 39.97625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033004", "device_counts": 877, "stop_counts": 3658 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195923, 39.939102 ], [ -75.193271, 39.939032 ], [ -75.193615, 39.937485 ], [ -75.193873, 39.936286 ], [ -75.197012, 39.936678 ], [ -75.195923, 39.939102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274021", "device_counts": 1077, "stop_counts": 5641 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126987, 40.043857 ], [ -75.125968, 40.043728 ], [ -75.121754, 40.04317 ], [ -75.122078, 40.041664 ], [ -75.126311, 40.042203 ], [ -75.127317, 40.04232 ], [ -75.126987, 40.043857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283005", "device_counts": 672, "stop_counts": 4488 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144716, 40.028855 ], [ -75.142334, 40.028543 ], [ -75.143001, 40.025561 ], [ -75.145359, 40.025873 ], [ -75.144716, 40.028855 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114002", "device_counts": 825, "stop_counts": 3073 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242792, 39.981061 ], [ -75.239335, 39.981447 ], [ -75.239467, 39.980914 ], [ -75.239124, 39.979069 ], [ -75.241574, 39.978799 ], [ -75.242354, 39.978712 ], [ -75.242792, 39.981061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317002", "device_counts": 1459, "stop_counts": 6251 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071824, 40.033503 ], [ -75.071097, 40.034742 ], [ -75.070001, 40.03532 ], [ -75.069596, 40.035093 ], [ -75.066523, 40.033377 ], [ -75.067697, 40.03212 ], [ -75.068878, 40.030875 ], [ -75.069719, 40.029984 ], [ -75.072682, 40.031938 ], [ -75.071824, 40.033503 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305025", "device_counts": 430, "stop_counts": 2145 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109431, 40.045874 ], [ -75.109406, 40.04584 ], [ -75.108728, 40.045469 ], [ -75.107491, 40.046751 ], [ -75.105191, 40.0454 ], [ -75.105787, 40.044735 ], [ -75.10827, 40.042213 ], [ -75.111153, 40.042187 ], [ -75.109431, 40.045874 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168006", "device_counts": 1350, "stop_counts": 4876 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168248, 39.992579 ], [ -75.167925, 39.994025 ], [ -75.167568, 39.995621 ], [ -75.164094, 39.995169 ], [ -75.16294, 39.993043 ], [ -75.1635, 39.990401 ], [ -75.165738, 39.990675 ], [ -75.167918, 39.990947 ], [ -75.168561, 39.991047 ], [ -75.168248, 39.992579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214001", "device_counts": 4266, "stop_counts": 12195 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232005, 40.028228 ], [ -75.229513, 40.029492 ], [ -75.227885, 40.028193 ], [ -75.226157, 40.027648 ], [ -75.223862, 40.026345 ], [ -75.221837, 40.027263 ], [ -75.22124, 40.027551 ], [ -75.219658, 40.02755 ], [ -75.218841, 40.0266 ], [ -75.219699, 40.02614 ], [ -75.221027, 40.026228 ], [ -75.223694, 40.023712 ], [ -75.226652, 40.025267 ], [ -75.228149, 40.026031 ], [ -75.232628, 40.028355 ], [ -75.232005, 40.028228 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065004", "device_counts": 763, "stop_counts": 3529 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233873, 39.937703 ], [ -75.231766, 39.93846 ], [ -75.230224, 39.937177 ], [ -75.233213, 39.935057 ], [ -75.234499, 39.93613 ], [ -75.233873, 39.937703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010205002", "device_counts": 4900, "stop_counts": 16622 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174037, 40.016962 ], [ -75.172342, 40.017604 ], [ -75.170096, 40.015723 ], [ -75.167776, 40.011086 ], [ -75.157218, 40.016166 ], [ -75.15409, 40.016325 ], [ -75.153849, 40.015891 ], [ -75.155185, 40.015295 ], [ -75.156652, 40.014618 ], [ -75.160943, 40.012647 ], [ -75.166871, 40.009901 ], [ -75.167292, 40.009695 ], [ -75.167945, 40.009378 ], [ -75.16914, 40.008832 ], [ -75.175669, 40.016051 ], [ -75.174037, 40.016962 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060001", "device_counts": 5460, "stop_counts": 22068 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242832, 39.911272 ], [ -75.240333, 39.912999 ], [ -75.238951, 39.911823 ], [ -75.23374, 39.914073 ], [ -75.231662, 39.912252 ], [ -75.238529, 39.908213 ], [ -75.237281, 39.908241 ], [ -75.235164, 39.906453 ], [ -75.237752, 39.904713 ], [ -75.240331, 39.904113 ], [ -75.240576, 39.904062 ], [ -75.241558, 39.907257 ], [ -75.242832, 39.911272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042022", "device_counts": 5253, "stop_counts": 13606 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156139, 39.917515 ], [ -75.151014, 39.916842 ], [ -75.151276, 39.9156 ], [ -75.147357, 39.91509 ], [ -75.148124, 39.913772 ], [ -75.156708, 39.914869 ], [ -75.156139, 39.917515 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263023", "device_counts": 1160, "stop_counts": 4503 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164106, 40.068662 ], [ -75.162035, 40.070685 ], [ -75.157379, 40.067944 ], [ -75.159299, 40.065913 ], [ -75.162495, 40.067732 ], [ -75.164106, 40.068662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311011", "device_counts": 1521, "stop_counts": 7290 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078565, 40.043904 ], [ -75.077403, 40.045139 ], [ -75.073836, 40.043174 ], [ -75.075032, 40.04194 ], [ -75.075452, 40.041477 ], [ -75.078996, 40.043455 ], [ -75.078565, 40.043904 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262001", "device_counts": 434, "stop_counts": 2928 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16697, 40.067709 ], [ -75.165348, 40.069372 ], [ -75.164106, 40.068662 ], [ -75.162495, 40.067732 ], [ -75.162957, 40.067255 ], [ -75.163822, 40.066357 ], [ -75.165706, 40.067438 ], [ -75.166072, 40.067194 ], [ -75.16697, 40.067709 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167024", "device_counts": 1757, "stop_counts": 5525 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160695, 39.988495 ], [ -75.158335, 39.988186 ], [ -75.155934, 39.987877 ], [ -75.156275, 39.986283 ], [ -75.157899, 39.986492 ], [ -75.161032, 39.986907 ], [ -75.160695, 39.988495 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010248002", "device_counts": 1945, "stop_counts": 7811 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171755, 40.048359 ], [ -75.170884, 40.049199 ], [ -75.167701, 40.047245 ], [ -75.166038, 40.046218 ], [ -75.163175, 40.047076 ], [ -75.16483, 40.045468 ], [ -75.167207, 40.043149 ], [ -75.169492, 40.044531 ], [ -75.170725, 40.046151 ], [ -75.171536, 40.047888 ], [ -75.171755, 40.048359 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299004", "device_counts": 1219, "stop_counts": 7084 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075429, 40.017665 ], [ -75.074136, 40.019026 ], [ -75.07338, 40.019654 ], [ -75.072575, 40.018868 ], [ -75.071847, 40.016952 ], [ -75.070864, 40.014353 ], [ -75.073747, 40.013717 ], [ -75.07505, 40.017159 ], [ -75.075429, 40.017665 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010211002", "device_counts": 5156, "stop_counts": 13124 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211308, 40.02997 ], [ -75.207715, 40.031573 ], [ -75.205569, 40.032514 ], [ -75.203407, 40.029561 ], [ -75.205616, 40.028661 ], [ -75.20323, 40.025839 ], [ -75.207732, 40.023783 ], [ -75.209437, 40.026929 ], [ -75.210588, 40.02903 ], [ -75.211308, 40.02997 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267002", "device_counts": 573, "stop_counts": 2931 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145553, 40.054117 ], [ -75.145211, 40.055661 ], [ -75.142849, 40.055357 ], [ -75.143189, 40.05381 ], [ -75.143571, 40.052297 ], [ -75.145881, 40.052598 ], [ -75.145553, 40.054117 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027023", "device_counts": 1063, "stop_counts": 3086 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151852, 39.929555 ], [ -75.148329, 39.929093 ], [ -75.148701, 39.927896 ], [ -75.149166, 39.926696 ], [ -75.152407, 39.927129 ], [ -75.151852, 39.929555 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244002", "device_counts": 1687, "stop_counts": 6372 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165275, 40.024087 ], [ -75.160983, 40.027253 ], [ -75.160053, 40.026023 ], [ -75.159551, 40.023925 ], [ -75.162024, 40.022286 ], [ -75.165275, 40.024087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010156001", "device_counts": 1941, "stop_counts": 7226 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14501, 39.978597 ], [ -75.143188, 39.978359 ], [ -75.14315, 39.978966 ], [ -75.141349, 39.978121 ], [ -75.139868, 39.982536 ], [ -75.138137, 39.982312 ], [ -75.138768, 39.979323 ], [ -75.139715, 39.974897 ], [ -75.141976, 39.97519 ], [ -75.145559, 39.975638 ], [ -75.14501, 39.978597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329001", "device_counts": 1322, "stop_counts": 5152 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028257, 40.041363 ], [ -75.02562, 40.042322 ], [ -75.021752, 40.043668 ], [ -75.020499, 40.043542 ], [ -75.020392, 40.04353 ], [ -75.021984, 40.037965 ], [ -75.021682, 40.037088 ], [ -75.023594, 40.036101 ], [ -75.023317, 40.039937 ], [ -75.024465, 40.040664 ], [ -75.024132, 40.039782 ], [ -75.027031, 40.038744 ], [ -75.027846, 40.040678 ], [ -75.028257, 40.041363 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254002", "device_counts": 836, "stop_counts": 4947 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180513, 40.057498 ], [ -75.178248, 40.059704 ], [ -75.177077, 40.060236 ], [ -75.174312, 40.058142 ], [ -75.172869, 40.057256 ], [ -75.174759, 40.057282 ], [ -75.176188, 40.055819 ], [ -75.175743, 40.054577 ], [ -75.179017, 40.05658 ], [ -75.180513, 40.057498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326003", "device_counts": 798, "stop_counts": 4628 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044655, 40.031231 ], [ -75.042537, 40.032328 ], [ -75.038616, 40.034355 ], [ -75.03733, 40.032782 ], [ -75.041188, 40.030786 ], [ -75.043304, 40.029688 ], [ -75.044655, 40.031231 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294003", "device_counts": 2434, "stop_counts": 7820 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087577, 40.012516 ], [ -75.086348, 40.013868 ], [ -75.085818, 40.014448 ], [ -75.082668, 40.009938 ], [ -75.080314, 40.011393 ], [ -75.079279, 40.010409 ], [ -75.078749, 40.009878 ], [ -75.078448, 40.008586 ], [ -75.083087, 40.007437 ], [ -75.083788, 40.008503 ], [ -75.084912, 40.009489 ], [ -75.088731, 40.010923 ], [ -75.087577, 40.012516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348031", "device_counts": 1783, "stop_counts": 8859 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.005996, 40.061324 ], [ -75.002288, 40.063869 ], [ -75.00009, 40.062745 ], [ -74.998385, 40.064117 ], [ -74.995269, 40.062344 ], [ -74.991709, 40.061095 ], [ -74.990432, 40.060396 ], [ -74.991254, 40.059949 ], [ -74.998259, 40.05808 ], [ -75.001181, 40.057232 ], [ -75.004795, 40.054747 ], [ -75.007814, 40.057407 ], [ -75.003644, 40.059552 ], [ -75.008018, 40.059417 ], [ -75.005996, 40.061324 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237001", "device_counts": 1056, "stop_counts": 7199 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190893, 40.044241 ], [ -75.187368, 40.047688 ], [ -75.185932, 40.046809 ], [ -75.187332, 40.045452 ], [ -75.184524, 40.043654 ], [ -75.185569, 40.042625 ], [ -75.187315, 40.040929 ], [ -75.191199, 40.043386 ], [ -75.190893, 40.044241 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012021", "device_counts": 3216, "stop_counts": 7806 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17118, 39.947784 ], [ -75.16803, 39.947386 ], [ -75.166458, 39.947196 ], [ -75.166767, 39.945768 ], [ -75.171488, 39.946353 ], [ -75.17118, 39.947784 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252006", "device_counts": 1342, "stop_counts": 7594 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183398, 40.048254 ], [ -75.179616, 40.051956 ], [ -75.177983, 40.05356 ], [ -75.177193, 40.05308 ], [ -75.175804, 40.052241 ], [ -75.179194, 40.048872 ], [ -75.178144, 40.04821 ], [ -75.17922, 40.047155 ], [ -75.181057, 40.045381 ], [ -75.181701, 40.044831 ], [ -75.182203, 40.045894 ], [ -75.183398, 40.048254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243004", "device_counts": 892, "stop_counts": 2872 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173246, 40.018411 ], [ -75.169534, 40.022381 ], [ -75.165707, 40.019731 ], [ -75.163915, 40.02099 ], [ -75.162782, 40.020368 ], [ -75.163758, 40.019234 ], [ -75.172342, 40.017604 ], [ -75.173246, 40.018411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110004", "device_counts": 1413, "stop_counts": 6063 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.204176, 39.973395 ], [ -75.20372, 39.974182 ], [ -75.199505, 39.974646 ], [ -75.199139, 39.972707 ], [ -75.203871, 39.97176 ], [ -75.204176, 39.973395 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172023", "device_counts": 1362, "stop_counts": 4817 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180188, 39.997253 ], [ -75.178237, 39.998611 ], [ -75.175188, 39.998233 ], [ -75.175539, 39.996639 ], [ -75.178576, 39.99704 ], [ -75.180188, 39.997253 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067001", "device_counts": 1161, "stop_counts": 5738 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224111, 39.921005 ], [ -75.22216, 39.923892 ], [ -75.221562, 39.924744 ], [ -75.21931, 39.928012 ], [ -75.216768, 39.926956 ], [ -75.221873, 39.919551 ], [ -75.222772, 39.919918 ], [ -75.224111, 39.921005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010005001", "device_counts": 67270, "stop_counts": 260925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165063, 39.953608 ], [ -75.163402, 39.953339 ], [ -75.163329, 39.95333 ], [ -75.163093, 39.9544 ], [ -75.151539, 39.952948 ], [ -75.152337, 39.949421 ], [ -75.157062, 39.950006 ], [ -75.163937, 39.950866 ], [ -75.164011, 39.950876 ], [ -75.165063, 39.953608 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249004", "device_counts": 816, "stop_counts": 3174 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161898, 40.052842 ], [ -75.160222, 40.051826 ], [ -75.159041, 40.051106 ], [ -75.160528, 40.049664 ], [ -75.161656, 40.048559 ], [ -75.164529, 40.050306 ], [ -75.161898, 40.052842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031005", "device_counts": 1287, "stop_counts": 4847 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179553, 39.933178 ], [ -75.176069, 39.932721 ], [ -75.176513, 39.930716 ], [ -75.180001, 39.93117 ], [ -75.179553, 39.933178 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340001", "device_counts": 692, "stop_counts": 3480 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0759, 40.072884 ], [ -75.073477, 40.07526 ], [ -75.071007, 40.077682 ], [ -75.067912, 40.075976 ], [ -75.067333, 40.075504 ], [ -75.068958, 40.072358 ], [ -75.068862, 40.071845 ], [ -75.070412, 40.07022 ], [ -75.074029, 40.071983 ], [ -75.0759, 40.072884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085003", "device_counts": 1901, "stop_counts": 5539 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226002, 39.954591 ], [ -75.225746, 39.955814 ], [ -75.223775, 39.955565 ], [ -75.221798, 39.955319 ], [ -75.221923, 39.954723 ], [ -75.222056, 39.954102 ], [ -75.222279, 39.95304 ], [ -75.226224, 39.953528 ], [ -75.226002, 39.954591 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152002", "device_counts": 2622, "stop_counts": 11853 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175803, 39.988812 ], [ -75.173682, 39.990167 ], [ -75.171839, 39.989935 ], [ -75.168894, 39.98955 ], [ -75.169234, 39.987959 ], [ -75.168428, 39.987857 ], [ -75.166408, 39.987598 ], [ -75.167078, 39.984517 ], [ -75.17151, 39.98509 ], [ -75.171197, 39.986603 ], [ -75.174361, 39.987024 ], [ -75.174044, 39.988507 ], [ -75.174665, 39.988427 ], [ -75.175803, 39.988812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010106001", "device_counts": 1253, "stop_counts": 4294 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211334, 39.968726 ], [ -75.211189, 39.968634 ], [ -75.210101, 39.967961 ], [ -75.208344, 39.966876 ], [ -75.209344, 39.964621 ], [ -75.209058, 39.962329 ], [ -75.21056, 39.962571 ], [ -75.211231, 39.967879 ], [ -75.211334, 39.968726 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338001", "device_counts": 1262, "stop_counts": 6087 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073304, 40.062812 ], [ -75.067355, 40.068727 ], [ -75.06304, 40.066143 ], [ -75.064491, 40.064588 ], [ -75.065685, 40.063332 ], [ -75.068074, 40.060824 ], [ -75.069224, 40.059583 ], [ -75.072766, 40.061554 ], [ -75.073909, 40.062192 ], [ -75.073304, 40.062812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010015001", "device_counts": 3478, "stop_counts": 8173 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156673, 39.942551 ], [ -75.155488, 39.942407 ], [ -75.153916, 39.942205 ], [ -75.152334, 39.942015 ], [ -75.152546, 39.941148 ], [ -75.152771, 39.940039 ], [ -75.155888, 39.94056 ], [ -75.156388, 39.940627 ], [ -75.156853, 39.941683 ], [ -75.156673, 39.942551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355003", "device_counts": 10268, "stop_counts": 37624 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041488, 40.087338 ], [ -75.034808, 40.092423 ], [ -75.030725, 40.09553 ], [ -75.023927, 40.100702 ], [ -75.022086, 40.100212 ], [ -75.018233, 40.097105 ], [ -75.021451, 40.096963 ], [ -75.027681, 40.095046 ], [ -75.025866, 40.090515 ], [ -75.027097, 40.087878 ], [ -75.028337, 40.086604 ], [ -75.033547, 40.089582 ], [ -75.037498, 40.085459 ], [ -75.0384, 40.084472 ], [ -75.039509, 40.085702 ], [ -75.040877, 40.086966 ], [ -75.041488, 40.087338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180023", "device_counts": 919, "stop_counts": 5047 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111221, 39.985268 ], [ -75.108359, 39.986753 ], [ -75.105437, 39.983452 ], [ -75.106968, 39.982648 ], [ -75.108828, 39.981673 ], [ -75.111221, 39.985268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028025", "device_counts": 2845, "stop_counts": 7312 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161047, 39.931817 ], [ -75.159517, 39.9331 ], [ -75.159142, 39.933049 ], [ -75.157578, 39.932837 ], [ -75.157843, 39.931615 ], [ -75.158121, 39.930394 ], [ -75.158296, 39.929602 ], [ -75.161428, 39.930017 ], [ -75.161047, 39.931817 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115001", "device_counts": 629, "stop_counts": 3544 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.252544, 39.98077 ], [ -75.251063, 39.981601 ], [ -75.248944, 39.979106 ], [ -75.250979, 39.977684 ], [ -75.253104, 39.98018 ], [ -75.252544, 39.98077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042013", "device_counts": 1031, "stop_counts": 4162 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149916, 39.921819 ], [ -75.147431, 39.921502 ], [ -75.14769, 39.920273 ], [ -75.147813, 39.919001 ], [ -75.150461, 39.919345 ], [ -75.149916, 39.921819 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027022", "device_counts": 850, "stop_counts": 4019 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150101, 39.924305 ], [ -75.149166, 39.926696 ], [ -75.148701, 39.927896 ], [ -75.146985, 39.927665 ], [ -75.147842, 39.924015 ], [ -75.149405, 39.924207 ], [ -75.150101, 39.924305 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010120001", "device_counts": 1366, "stop_counts": 3427 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233713, 39.992176 ], [ -75.231762, 39.99309 ], [ -75.225664, 39.995848 ], [ -75.225662, 39.991469 ], [ -75.23106, 39.991764 ], [ -75.233672, 39.991882 ], [ -75.233713, 39.992176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268004", "device_counts": 3562, "stop_counts": 11100 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142214, 40.050563 ], [ -75.14156, 40.053599 ], [ -75.137767, 40.053112 ], [ -75.139107, 40.047011 ], [ -75.142898, 40.047493 ], [ -75.142214, 40.050563 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010023", "device_counts": 10159, "stop_counts": 23081 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149954, 39.945505 ], [ -75.149186, 39.949032 ], [ -75.14408, 39.948379 ], [ -75.144009, 39.944388 ], [ -75.144933, 39.944494 ], [ -75.150037, 39.945144 ], [ -75.149954, 39.945505 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098022", "device_counts": 3144, "stop_counts": 11903 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.273552, 39.978279 ], [ -75.273103, 39.974965 ], [ -75.270639, 39.974669 ], [ -75.271363, 39.972843 ], [ -75.267588, 39.974662 ], [ -75.265558, 39.975641 ], [ -75.264257, 39.974419 ], [ -75.266109, 39.972898 ], [ -75.264148, 39.97148 ], [ -75.2619, 39.972584 ], [ -75.26562, 39.969941 ], [ -75.269314, 39.97301 ], [ -75.271639, 39.972082 ], [ -75.275871, 39.977245 ], [ -75.273552, 39.978279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032002", "device_counts": 728, "stop_counts": 2693 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184449, 39.933813 ], [ -75.181162, 39.933385 ], [ -75.181419, 39.932161 ], [ -75.184705, 39.932584 ], [ -75.184449, 39.933813 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012014", "device_counts": 2023, "stop_counts": 4770 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181445, 39.947597 ], [ -75.180328, 39.947455 ], [ -75.178156, 39.94719 ], [ -75.178578, 39.945269 ], [ -75.179409, 39.945377 ], [ -75.18188, 39.945691 ], [ -75.181445, 39.947597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320001", "device_counts": 2456, "stop_counts": 8040 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.053249, 40.0317 ], [ -75.050972, 40.032324 ], [ -75.048355, 40.029324 ], [ -75.047904, 40.02881 ], [ -75.047453, 40.028294 ], [ -75.049273, 40.027351 ], [ -75.051104, 40.026407 ], [ -75.052898, 40.028462 ], [ -75.051073, 40.029403 ], [ -75.053249, 40.0317 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033002", "device_counts": 9811, "stop_counts": 27761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205185, 39.941116 ], [ -75.204582, 39.942352 ], [ -75.202929, 39.943301 ], [ -75.200277, 39.943652 ], [ -75.193985, 39.942154 ], [ -75.192664, 39.941567 ], [ -75.188712, 39.939567 ], [ -75.18824, 39.939878 ], [ -75.188885, 39.936887 ], [ -75.19306, 39.93741 ], [ -75.193615, 39.937485 ], [ -75.193271, 39.939032 ], [ -75.195923, 39.939102 ], [ -75.197012, 39.936678 ], [ -75.197266, 39.935453 ], [ -75.197537, 39.934232 ], [ -75.199503, 39.934508 ], [ -75.197924, 39.938063 ], [ -75.200194, 39.938545 ], [ -75.20114, 39.937468 ], [ -75.205431, 39.93877 ], [ -75.205185, 39.941116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079004", "device_counts": 927, "stop_counts": 3786 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222589, 39.951519 ], [ -75.222279, 39.95304 ], [ -75.220295, 39.952792 ], [ -75.218347, 39.952553 ], [ -75.218676, 39.951032 ], [ -75.218833, 39.950273 ], [ -75.22275, 39.950754 ], [ -75.222589, 39.951519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104004", "device_counts": 2299, "stop_counts": 7800 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22017, 39.964844 ], [ -75.216516, 39.965214 ], [ -75.216376, 39.964094 ], [ -75.216181, 39.962546 ], [ -75.217002, 39.959015 ], [ -75.218954, 39.95926 ], [ -75.219175, 39.959288 ], [ -75.219439, 39.960941 ], [ -75.219693, 39.962523 ], [ -75.220044, 39.963819 ], [ -75.22017, 39.964844 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160005", "device_counts": 1030, "stop_counts": 3231 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130448, 39.978589 ], [ -75.127579, 39.981383 ], [ -75.125593, 39.979124 ], [ -75.128628, 39.977533 ], [ -75.130448, 39.978589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204004", "device_counts": 878, "stop_counts": 3633 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155239, 40.020486 ], [ -75.152161, 40.020161 ], [ -75.152386, 40.018145 ], [ -75.154576, 40.017272 ], [ -75.155692, 40.019078 ], [ -75.155239, 40.020486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197003", "device_counts": 726, "stop_counts": 3304 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138463, 40.020171 ], [ -75.13674, 40.019958 ], [ -75.136984, 40.018789 ], [ -75.136811, 40.016899 ], [ -75.13911, 40.017187 ], [ -75.138463, 40.020171 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266006", "device_counts": 887, "stop_counts": 3983 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151879, 40.062406 ], [ -75.151414, 40.063206 ], [ -75.147649, 40.06301 ], [ -75.148107, 40.060903 ], [ -75.149219, 40.058432 ], [ -75.151141, 40.061326 ], [ -75.15175, 40.06222 ], [ -75.151879, 40.062406 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136011", "device_counts": 2128, "stop_counts": 5622 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178056, 39.970112 ], [ -75.17646, 39.96991 ], [ -75.174869, 39.96971 ], [ -75.17539, 39.967345 ], [ -75.178641, 39.967399 ], [ -75.178056, 39.970112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244001", "device_counts": 1318, "stop_counts": 4565 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166993, 40.025012 ], [ -75.165275, 40.024087 ], [ -75.162024, 40.022286 ], [ -75.162462, 40.021954 ], [ -75.162782, 40.020368 ], [ -75.163915, 40.02099 ], [ -75.168482, 40.023512 ], [ -75.166993, 40.025012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345021", "device_counts": 430, "stop_counts": 4456 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047286, 40.082932 ], [ -75.041488, 40.087338 ], [ -75.040877, 40.086966 ], [ -75.042143, 40.084065 ], [ -75.046249, 40.081459 ], [ -75.047286, 40.082932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202004", "device_counts": 2057, "stop_counts": 6043 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167292, 40.009695 ], [ -75.166871, 40.009901 ], [ -75.160943, 40.012647 ], [ -75.160453, 40.012067 ], [ -75.160936, 40.009632 ], [ -75.161095, 40.008883 ], [ -75.164576, 40.009337 ], [ -75.164733, 40.008616 ], [ -75.167945, 40.009378 ], [ -75.167292, 40.009695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161002", "device_counts": 2300, "stop_counts": 7809 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.125491, 39.989836 ], [ -75.122417, 39.987001 ], [ -75.120252, 39.984755 ], [ -75.122679, 39.983488 ], [ -75.125062, 39.982373 ], [ -75.125836, 39.983251 ], [ -75.124654, 39.984526 ], [ -75.124728, 39.985801 ], [ -75.127363, 39.988792 ], [ -75.125491, 39.989836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178007", "device_counts": 1431, "stop_counts": 5199 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123686, 39.990836 ], [ -75.12031, 39.992672 ], [ -75.118392, 39.990528 ], [ -75.122248, 39.988511 ], [ -75.124593, 39.990328 ], [ -75.123686, 39.990836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081011", "device_counts": 1287, "stop_counts": 5739 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235479, 39.948433 ], [ -75.235165, 39.949953 ], [ -75.230959, 39.949438 ], [ -75.231271, 39.947909 ], [ -75.233604, 39.947351 ], [ -75.235049, 39.946992 ], [ -75.235822, 39.946835 ], [ -75.235479, 39.948433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199002", "device_counts": 1613, "stop_counts": 5731 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144069, 40.006684 ], [ -75.143346, 40.008227 ], [ -75.142772, 40.008153 ], [ -75.142256, 40.008093 ], [ -75.140472, 40.007878 ], [ -75.14116, 40.004784 ], [ -75.141491, 40.003288 ], [ -75.143292, 40.003523 ], [ -75.143437, 40.005071 ], [ -75.144069, 40.006684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024001", "device_counts": 1362, "stop_counts": 2980 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156317, 39.938569 ], [ -75.154807, 39.93815 ], [ -75.153286, 39.937736 ], [ -75.153774, 39.935516 ], [ -75.155304, 39.935934 ], [ -75.15506, 39.936807 ], [ -75.156622, 39.937182 ], [ -75.156317, 39.938569 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267004", "device_counts": 1576, "stop_counts": 8331 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149705, 40.054649 ], [ -75.149478, 40.056217 ], [ -75.146002, 40.055765 ], [ -75.145211, 40.055661 ], [ -75.145553, 40.054117 ], [ -75.145881, 40.052598 ], [ -75.149919, 40.053127 ], [ -75.149705, 40.054649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283002", "device_counts": 674, "stop_counts": 3282 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142334, 40.028543 ], [ -75.13998, 40.028245 ], [ -75.140303, 40.026745 ], [ -75.140638, 40.025262 ], [ -75.143001, 40.025561 ], [ -75.142334, 40.028543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010003002", "device_counts": 9643, "stop_counts": 23394 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179937, 39.960028 ], [ -75.172002, 39.959007 ], [ -75.172783, 39.955604 ], [ -75.177527, 39.95549 ], [ -75.179122, 39.955984 ], [ -75.17972, 39.956164 ], [ -75.179126, 39.958004 ], [ -75.179937, 39.960028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377002", "device_counts": 5155, "stop_counts": 22499 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151266, 39.983978 ], [ -75.148109, 39.983604 ], [ -75.148437, 39.98211 ], [ -75.146769, 39.981893 ], [ -75.146102, 39.984978 ], [ -75.144154, 39.984724 ], [ -75.14405, 39.983721 ], [ -75.144169, 39.983092 ], [ -75.14501, 39.978597 ], [ -75.150661, 39.979325 ], [ -75.152235, 39.979531 ], [ -75.151266, 39.983978 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037022", "device_counts": 1759, "stop_counts": 6603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184393, 39.926276 ], [ -75.18333, 39.926134 ], [ -75.182743, 39.926058 ], [ -75.181698, 39.925924 ], [ -75.182243, 39.923442 ], [ -75.183295, 39.923575 ], [ -75.183434, 39.922939 ], [ -75.185202, 39.922574 ], [ -75.184393, 39.926276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094004", "device_counts": 2039, "stop_counts": 8812 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236481, 39.963047 ], [ -75.235842, 39.966085 ], [ -75.23189, 39.965593 ], [ -75.232527, 39.962557 ], [ -75.23454, 39.962807 ], [ -75.236587, 39.962519 ], [ -75.236481, 39.963047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010208002", "device_counts": 1313, "stop_counts": 4135 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205848, 40.015281 ], [ -75.201269, 40.017189 ], [ -75.197636, 40.021461 ], [ -75.193308, 40.024091 ], [ -75.193048, 40.023558 ], [ -75.191105, 40.021663 ], [ -75.192405, 40.020495 ], [ -75.198361, 40.01527 ], [ -75.200278, 40.013708 ], [ -75.200954, 40.013061 ], [ -75.206139, 40.014753 ], [ -75.205848, 40.015281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353022", "device_counts": 3260, "stop_counts": 14530 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.003606, 40.071362 ], [ -74.998488, 40.078701 ], [ -74.995282, 40.077149 ], [ -74.991271, 40.07631 ], [ -74.988467, 40.073908 ], [ -74.987857, 40.072829 ], [ -74.993531, 40.071863 ], [ -74.996409, 40.06659 ], [ -74.99873, 40.065828 ], [ -74.998385, 40.064117 ], [ -75.007269, 40.069161 ], [ -75.003606, 40.071362 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308004", "device_counts": 886, "stop_counts": 6872 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0868, 40.052744 ], [ -75.085847, 40.05441 ], [ -75.079878, 40.051217 ], [ -75.082888, 40.048197 ], [ -75.086165, 40.050024 ], [ -75.085989, 40.050878 ], [ -75.0868, 40.052744 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153003", "device_counts": 1458, "stop_counts": 4112 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164184, 39.987311 ], [ -75.161032, 39.986907 ], [ -75.157899, 39.986492 ], [ -75.158246, 39.984934 ], [ -75.161383, 39.985339 ], [ -75.162951, 39.985542 ], [ -75.164517, 39.985759 ], [ -75.164184, 39.987311 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266008", "device_counts": 738, "stop_counts": 4019 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151596, 40.070328 ], [ -75.148331, 40.068485 ], [ -75.148648, 40.067138 ], [ -75.150505, 40.067377 ], [ -75.151534, 40.067507 ], [ -75.152322, 40.068901 ], [ -75.151596, 40.070328 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171003", "device_counts": 3697, "stop_counts": 13503 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178633, 40.005052 ], [ -75.173853, 40.007468 ], [ -75.172209, 40.007898 ], [ -75.169741, 40.008585 ], [ -75.16914, 40.008832 ], [ -75.165554, 40.004859 ], [ -75.165896, 40.003269 ], [ -75.168943, 40.00366 ], [ -75.169093, 40.003671 ], [ -75.171247, 40.003951 ], [ -75.176913, 40.004697 ], [ -75.178809, 40.004937 ], [ -75.178633, 40.005052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040022", "device_counts": 1559, "stop_counts": 5506 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167085, 39.918959 ], [ -75.163956, 39.918518 ], [ -75.16453, 39.915875 ], [ -75.166914, 39.916189 ], [ -75.167681, 39.916283 ], [ -75.167085, 39.918959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267003", "device_counts": 1113, "stop_counts": 5282 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149919, 40.053127 ], [ -75.145881, 40.052598 ], [ -75.143571, 40.052297 ], [ -75.143841, 40.050771 ], [ -75.147004, 40.051175 ], [ -75.148578, 40.051383 ], [ -75.150142, 40.051578 ], [ -75.149919, 40.053127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190004", "device_counts": 993, "stop_counts": 4997 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101864, 40.012369 ], [ -75.101557, 40.013878 ], [ -75.099374, 40.013583 ], [ -75.100373, 40.008914 ], [ -75.102552, 40.009202 ], [ -75.101864, 40.012369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039024", "device_counts": 1553, "stop_counts": 8251 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177438, 39.91897 ], [ -75.177082, 39.920207 ], [ -75.174033, 39.919809 ], [ -75.174302, 39.918562 ], [ -75.175217, 39.915653 ], [ -75.17718, 39.91489 ], [ -75.178268, 39.915053 ], [ -75.177438, 39.91897 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201022", "device_counts": 2482, "stop_counts": 5249 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156028, 40.009868 ], [ -75.151246, 40.009279 ], [ -75.151603, 40.007665 ], [ -75.156376, 40.008284 ], [ -75.156028, 40.009868 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180013", "device_counts": 631, "stop_counts": 2780 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115605, 39.983551 ], [ -75.115251, 39.983157 ], [ -75.11345, 39.984105 ], [ -75.110939, 39.980568 ], [ -75.113008, 39.979488 ], [ -75.116075, 39.982938 ], [ -75.115605, 39.983551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040024", "device_counts": 3026, "stop_counts": 10882 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170581, 39.920653 ], [ -75.170309, 39.921885 ], [ -75.166563, 39.921418 ], [ -75.167085, 39.918959 ], [ -75.170854, 39.91941 ], [ -75.170581, 39.920653 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238001", "device_counts": 778, "stop_counts": 2827 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184524, 40.043654 ], [ -75.18308, 40.045068 ], [ -75.182203, 40.045894 ], [ -75.181701, 40.044831 ], [ -75.180884, 40.043246 ], [ -75.183101, 40.041063 ], [ -75.185569, 40.042625 ], [ -75.184524, 40.043654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204002", "device_counts": 3849, "stop_counts": 8391 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154576, 40.017272 ], [ -75.152386, 40.018145 ], [ -75.152161, 40.020161 ], [ -75.148953, 40.019743 ], [ -75.147139, 40.019518 ], [ -75.147143, 40.01901 ], [ -75.149544, 40.01787 ], [ -75.153849, 40.015891 ], [ -75.15409, 40.016325 ], [ -75.154576, 40.017272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207004", "device_counts": 6423, "stop_counts": 16853 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207599, 40.012719 ], [ -75.206207, 40.01472 ], [ -75.206139, 40.014753 ], [ -75.200954, 40.013061 ], [ -75.200278, 40.013708 ], [ -75.194847, 40.012175 ], [ -75.192879, 40.01162 ], [ -75.186537, 40.009831 ], [ -75.190514, 40.008407 ], [ -75.192225, 40.00722 ], [ -75.192467, 40.006482 ], [ -75.19281, 40.006733 ], [ -75.197451, 40.008315 ], [ -75.203107, 40.010138 ], [ -75.205485, 40.011501 ], [ -75.205978, 40.011723 ], [ -75.206968, 40.011372 ], [ -75.206286, 40.011923 ], [ -75.207599, 40.012719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160006", "device_counts": 2697, "stop_counts": 9341 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126136, 39.976082 ], [ -75.123334, 39.977514 ], [ -75.121032, 39.977811 ], [ -75.119763, 39.976369 ], [ -75.119969, 39.975911 ], [ -75.122592, 39.97388 ], [ -75.123391, 39.974403 ], [ -75.125201, 39.975558 ], [ -75.126136, 39.976082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306002", "device_counts": 954, "stop_counts": 3504 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.095999, 40.046002 ], [ -75.092242, 40.049978 ], [ -75.091416, 40.049543 ], [ -75.091268, 40.048083 ], [ -75.091859, 40.047485 ], [ -75.094175, 40.045026 ], [ -75.095999, 40.046002 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030023", "device_counts": 1054, "stop_counts": 3496 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174495, 39.932523 ], [ -75.17397, 39.934974 ], [ -75.172389, 39.934765 ], [ -75.172922, 39.932328 ], [ -75.17319, 39.931104 ], [ -75.174764, 39.931307 ], [ -75.174495, 39.932523 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271002", "device_counts": 983, "stop_counts": 4748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124614, 40.049849 ], [ -75.122776, 40.049613 ], [ -75.123566, 40.044993 ], [ -75.125631, 40.045259 ], [ -75.124614, 40.049849 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007001", "device_counts": 5069, "stop_counts": 10691 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176191, 39.952387 ], [ -75.173489, 39.952052 ], [ -75.173813, 39.950531 ], [ -75.175738, 39.950769 ], [ -75.176519, 39.95087 ], [ -75.176191, 39.952387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274012", "device_counts": 2059, "stop_counts": 8425 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129498, 40.041048 ], [ -75.126643, 40.040681 ], [ -75.126977, 40.039155 ], [ -75.127641, 40.036063 ], [ -75.130518, 40.036437 ], [ -75.129498, 40.041048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310007", "device_counts": 612, "stop_counts": 3785 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079334, 40.051809 ], [ -75.076902, 40.054387 ], [ -75.07509, 40.053364 ], [ -75.075675, 40.052745 ], [ -75.072108, 40.050765 ], [ -75.073936, 40.048841 ], [ -75.077529, 40.050805 ], [ -75.079334, 40.051809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010021", "device_counts": 14319, "stop_counts": 30038 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150339, 39.94373 ], [ -75.145243, 39.943087 ], [ -75.144933, 39.944494 ], [ -75.144009, 39.944388 ], [ -75.14408, 39.948379 ], [ -75.142466, 39.948174 ], [ -75.14406, 39.940972 ], [ -75.147604, 39.941422 ], [ -75.150755, 39.941818 ], [ -75.150339, 39.94373 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160001", "device_counts": 531, "stop_counts": 2119 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122679, 39.983488 ], [ -75.120252, 39.984755 ], [ -75.118522, 39.982825 ], [ -75.120973, 39.981546 ], [ -75.122679, 39.983488 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266007", "device_counts": 1891, "stop_counts": 6235 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153513, 40.064285 ], [ -75.152602, 40.067646 ], [ -75.152322, 40.068901 ], [ -75.151534, 40.067507 ], [ -75.150505, 40.067377 ], [ -75.150719, 40.066367 ], [ -75.151053, 40.064852 ], [ -75.151414, 40.063206 ], [ -75.151879, 40.062406 ], [ -75.152915, 40.063881 ], [ -75.153513, 40.064285 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242003", "device_counts": 1367, "stop_counts": 5840 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168308, 40.029173 ], [ -75.166488, 40.030794 ], [ -75.163749, 40.029255 ], [ -75.166395, 40.026593 ], [ -75.169816, 40.02845 ], [ -75.168308, 40.029173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063002", "device_counts": 1584, "stop_counts": 6268 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236833, 39.925765 ], [ -75.234368, 39.923694 ], [ -75.233121, 39.924558 ], [ -75.232438, 39.92397 ], [ -75.234991, 39.922169 ], [ -75.23816, 39.924839 ], [ -75.236833, 39.925765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008032", "device_counts": 2964, "stop_counts": 6595 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175738, 39.950769 ], [ -75.173813, 39.950531 ], [ -75.174173, 39.948921 ], [ -75.174323, 39.948177 ], [ -75.176239, 39.948414 ], [ -75.175738, 39.950769 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267005", "device_counts": 2106, "stop_counts": 7512 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155554, 40.054074 ], [ -75.153438, 40.055707 ], [ -75.152594, 40.056367 ], [ -75.152723, 40.054825 ], [ -75.149705, 40.054649 ], [ -75.149919, 40.053127 ], [ -75.150142, 40.051578 ], [ -75.152881, 40.052844 ], [ -75.155214, 40.053922 ], [ -75.155554, 40.054074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264002", "device_counts": 477, "stop_counts": 3200 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160911, 40.057865 ], [ -75.160983, 40.060654 ], [ -75.158413, 40.059181 ], [ -75.160691, 40.056831 ], [ -75.162122, 40.057638 ], [ -75.160911, 40.057865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136023", "device_counts": 823, "stop_counts": 2933 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180729, 39.972841 ], [ -75.178108, 39.972509 ], [ -75.178606, 39.97018 ], [ -75.181234, 39.970504 ], [ -75.180729, 39.972841 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063001", "device_counts": 1760, "stop_counts": 5320 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235594, 39.92664 ], [ -75.234328, 39.925573 ], [ -75.233121, 39.924558 ], [ -75.234368, 39.923694 ], [ -75.236833, 39.925765 ], [ -75.235594, 39.92664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326006", "device_counts": 1082, "stop_counts": 3257 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041957, 40.028152 ], [ -75.0387, 40.029839 ], [ -75.036898, 40.027779 ], [ -75.040219, 40.026061 ], [ -75.041957, 40.028152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010142001", "device_counts": 1304, "stop_counts": 3541 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146543, 39.97038 ], [ -75.145018, 39.970191 ], [ -75.145487, 39.96823 ], [ -75.143524, 39.967942 ], [ -75.144002, 39.96567 ], [ -75.147146, 39.967126 ], [ -75.146543, 39.97038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390008", "device_counts": 796, "stop_counts": 4667 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094339, 40.032217 ], [ -75.093497, 40.033072 ], [ -75.09227, 40.034323 ], [ -75.090599, 40.033398 ], [ -75.091806, 40.032145 ], [ -75.093021, 40.030888 ], [ -75.093204, 40.030704 ], [ -75.093542, 40.031195 ], [ -75.094339, 40.032217 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011011", "device_counts": 3731, "stop_counts": 7494 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165341, 39.944664 ], [ -75.164845, 39.946999 ], [ -75.164772, 39.946983 ], [ -75.163648, 39.946836 ], [ -75.163955, 39.945423 ], [ -75.163137, 39.944388 ], [ -75.165274, 39.944655 ], [ -75.165341, 39.944664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010133002", "device_counts": 6152, "stop_counts": 16617 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164744, 39.970436 ], [ -75.164555, 39.970816 ], [ -75.159702, 39.970202 ], [ -75.160395, 39.967064 ], [ -75.160678, 39.96577 ], [ -75.163949, 39.966166 ], [ -75.163743, 39.967125 ], [ -75.165256, 39.967563 ], [ -75.164744, 39.970436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111005", "device_counts": 3830, "stop_counts": 11095 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226451, 39.977717 ], [ -75.224848, 39.97712 ], [ -75.21953, 39.974639 ], [ -75.219655, 39.97377 ], [ -75.219481, 39.973665 ], [ -75.222827, 39.973318 ], [ -75.226131, 39.972964 ], [ -75.226765, 39.977211 ], [ -75.226451, 39.977717 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079001", "device_counts": 911, "stop_counts": 2689 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218347, 39.952553 ], [ -75.21635, 39.952302 ], [ -75.212393, 39.951811 ], [ -75.212716, 39.950292 ], [ -75.214691, 39.950542 ], [ -75.218676, 39.951032 ], [ -75.218347, 39.952553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010021002", "device_counts": 2672, "stop_counts": 10235 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17717, 39.936933 ], [ -75.178464, 39.938278 ], [ -75.17631, 39.939021 ], [ -75.173173, 39.938641 ], [ -75.17385, 39.93545 ], [ -75.17397, 39.934974 ], [ -75.178514, 39.935544 ], [ -75.17717, 39.936933 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169013", "device_counts": 2686, "stop_counts": 11302 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179748, 39.991715 ], [ -75.179584, 39.992463 ], [ -75.179248, 39.993963 ], [ -75.178576, 39.99704 ], [ -75.175539, 39.996639 ], [ -75.176212, 39.993572 ], [ -75.176535, 39.992076 ], [ -75.177206, 39.988991 ], [ -75.178616, 39.989179 ], [ -75.180257, 39.989388 ], [ -75.179748, 39.991715 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273004", "device_counts": 762, "stop_counts": 4978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123535, 40.038719 ], [ -75.12281, 40.040181 ], [ -75.120434, 40.039886 ], [ -75.121072, 40.036815 ], [ -75.123686, 40.037144 ], [ -75.123535, 40.038719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261001", "device_counts": 1229, "stop_counts": 5329 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178918, 40.069175 ], [ -75.17394, 40.07431 ], [ -75.171716, 40.073039 ], [ -75.16899, 40.071473 ], [ -75.170657, 40.069832 ], [ -75.172207, 40.068288 ], [ -75.173459, 40.067054 ], [ -75.174044, 40.067381 ], [ -75.178918, 40.069175 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316002", "device_counts": 1719, "stop_counts": 5001 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058231, 40.031651 ], [ -75.057092, 40.032869 ], [ -75.054054, 40.03118 ], [ -75.055416, 40.030086 ], [ -75.055661, 40.029843 ], [ -75.056077, 40.029455 ], [ -75.058848, 40.030998 ], [ -75.058231, 40.031651 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209001", "device_counts": 1204, "stop_counts": 4276 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211564, 40.020898 ], [ -75.209213, 40.021899 ], [ -75.208035, 40.023114 ], [ -75.207732, 40.023783 ], [ -75.207501, 40.023328 ], [ -75.207536, 40.021731 ], [ -75.207595, 40.019536 ], [ -75.207863, 40.018582 ], [ -75.209735, 40.018509 ], [ -75.211564, 40.020898 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164002", "device_counts": 512, "stop_counts": 2132 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140861, 39.989001 ], [ -75.139021, 39.988764 ], [ -75.139669, 39.985802 ], [ -75.14152, 39.986016 ], [ -75.140861, 39.989001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010020001", "device_counts": 3196, "stop_counts": 9310 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184956, 39.940084 ], [ -75.18314, 39.939895 ], [ -75.181494, 39.939687 ], [ -75.179839, 39.939478 ], [ -75.180621, 39.935816 ], [ -75.183916, 39.93624 ], [ -75.185498, 39.937597 ], [ -75.184956, 39.940084 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008041", "device_counts": 9723, "stop_counts": 23285 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170667, 39.950131 ], [ -75.167517, 39.949744 ], [ -75.16803, 39.947386 ], [ -75.17118, 39.947784 ], [ -75.170667, 39.950131 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369003", "device_counts": 17737, "stop_counts": 78348 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195616, 39.954027 ], [ -75.194152, 39.95618 ], [ -75.189489, 39.955593 ], [ -75.188266, 39.955441 ], [ -75.181105, 39.95458 ], [ -75.179889, 39.955436 ], [ -75.180223, 39.954472 ], [ -75.180909, 39.952982 ], [ -75.181663, 39.951509 ], [ -75.194786, 39.953142 ], [ -75.194623, 39.953902 ], [ -75.195616, 39.954027 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369001", "device_counts": 12399, "stop_counts": 42669 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196603, 39.954149 ], [ -75.196121, 39.956429 ], [ -75.194152, 39.95618 ], [ -75.195616, 39.954027 ], [ -75.194623, 39.953902 ], [ -75.194786, 39.953142 ], [ -75.181663, 39.951509 ], [ -75.183288, 39.949512 ], [ -75.185634, 39.948021 ], [ -75.187231, 39.947176 ], [ -75.191689, 39.95032 ], [ -75.195322, 39.950781 ], [ -75.197243, 39.951021 ], [ -75.196603, 39.954149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010012", "device_counts": 5237, "stop_counts": 10292 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153694, 39.943218 ], [ -75.153184, 39.945536 ], [ -75.150764, 39.945558 ], [ -75.149954, 39.945505 ], [ -75.150037, 39.945144 ], [ -75.150339, 39.94373 ], [ -75.150755, 39.941818 ], [ -75.152334, 39.942015 ], [ -75.153916, 39.942205 ], [ -75.153694, 39.943218 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010002001", "device_counts": 28462, "stop_counts": 83246 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162339, 39.957825 ], [ -75.155538, 39.956923 ], [ -75.154451, 39.956777 ], [ -75.151223, 39.956862 ], [ -75.151539, 39.952948 ], [ -75.163093, 39.9544 ], [ -75.162339, 39.957825 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010003001", "device_counts": 31451, "stop_counts": 116633 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172002, 39.959007 ], [ -75.162413, 39.957834 ], [ -75.162339, 39.957825 ], [ -75.163093, 39.9544 ], [ -75.163151, 39.954411 ], [ -75.171134, 39.955394 ], [ -75.172783, 39.955604 ], [ -75.172002, 39.959007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007002", "device_counts": 28237, "stop_counts": 81946 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173489, 39.952052 ], [ -75.164011, 39.950876 ], [ -75.164338, 39.949346 ], [ -75.16594, 39.949553 ], [ -75.167517, 39.949744 ], [ -75.170667, 39.950131 ], [ -75.172752, 39.950398 ], [ -75.173813, 39.950531 ], [ -75.173489, 39.952052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008042", "device_counts": 8126, "stop_counts": 18033 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16594, 39.949553 ], [ -75.164338, 39.949346 ], [ -75.164752, 39.947424 ], [ -75.166362, 39.947633 ], [ -75.16594, 39.949553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030015", "device_counts": 961, "stop_counts": 2627 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174764, 39.931307 ], [ -75.17319, 39.931104 ], [ -75.171065, 39.930827 ], [ -75.171339, 39.929608 ], [ -75.172907, 39.929811 ], [ -75.175032, 39.930087 ], [ -75.174764, 39.931307 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373003", "device_counts": 6221, "stop_counts": 15041 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193987, 39.905633 ], [ -75.192285, 39.906428 ], [ -75.190073, 39.90752 ], [ -75.183387, 39.906617 ], [ -75.173566, 39.905394 ], [ -75.174808, 39.899179 ], [ -75.174959, 39.898488 ], [ -75.176562, 39.898666 ], [ -75.187183, 39.896682 ], [ -75.189993, 39.89681 ], [ -75.19194, 39.896089 ], [ -75.193923, 39.900403 ], [ -75.193987, 39.905633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010056001", "device_counts": 5985, "stop_counts": 19259 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249109, 39.901113 ], [ -75.247308, 39.902282 ], [ -75.244985, 39.903178 ], [ -75.240576, 39.904062 ], [ -75.240331, 39.904113 ], [ -75.238643, 39.898691 ], [ -75.243752, 39.893025 ], [ -75.252349, 39.897618 ], [ -75.249109, 39.901113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122011", "device_counts": 3257, "stop_counts": 11447 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214054, 40.00501 ], [ -75.209771, 40.006983 ], [ -75.206868, 40.006944 ], [ -75.206209, 40.006641 ], [ -75.207589, 40.005981 ], [ -75.209385, 40.002429 ], [ -75.21114, 40.002124 ], [ -75.215355, 40.001244 ], [ -75.214054, 40.00501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122031", "device_counts": 8567, "stop_counts": 24328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213537, 40.006554 ], [ -75.213745, 40.00716 ], [ -75.207993, 40.009842 ], [ -75.203156, 40.008256 ], [ -75.206868, 40.006944 ], [ -75.209771, 40.006983 ], [ -75.214054, 40.00501 ], [ -75.213537, 40.006554 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183003", "device_counts": 2897, "stop_counts": 8966 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.08637, 39.998895 ], [ -75.086234, 39.998967 ], [ -75.079781, 40.002337 ], [ -75.077476, 40.004139 ], [ -75.075687, 40.005553 ], [ -75.073149, 40.001517 ], [ -75.070609, 40.001652 ], [ -75.070175, 40.00106 ], [ -75.07472, 39.9987 ], [ -75.080522, 39.996472 ], [ -75.079364, 39.994264 ], [ -75.080785, 39.993572 ], [ -75.080932, 39.993498 ], [ -75.084452, 39.997146 ], [ -75.086505, 39.998825 ], [ -75.08637, 39.998895 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010216002", "device_counts": 3257, "stop_counts": 13519 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249271, 40.04534 ], [ -75.248689, 40.045941 ], [ -75.246742, 40.048517 ], [ -75.245728, 40.049257 ], [ -75.244974, 40.047166 ], [ -75.244871, 40.045819 ], [ -75.243483, 40.045379 ], [ -75.235419, 40.048775 ], [ -75.23204, 40.045328 ], [ -75.22853, 40.04386 ], [ -75.234005, 40.041307 ], [ -75.234363, 40.040917 ], [ -75.236642, 40.036295 ], [ -75.234937, 40.0349 ], [ -75.23564, 40.034249 ], [ -75.233394, 40.031906 ], [ -75.234535, 40.030426 ], [ -75.238068, 40.032127 ], [ -75.245598, 40.037655 ], [ -75.249181, 40.041951 ], [ -75.251298, 40.043505 ], [ -75.249271, 40.04534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272002", "device_counts": 2669, "stop_counts": 11351 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118503, 40.049061 ], [ -75.117478, 40.048927 ], [ -75.112588, 40.04638 ], [ -75.112363, 40.047563 ], [ -75.110985, 40.046769 ], [ -75.111033, 40.044404 ], [ -75.112248, 40.04321 ], [ -75.11307, 40.043971 ], [ -75.113544, 40.042711 ], [ -75.114119, 40.043644 ], [ -75.119454, 40.04448 ], [ -75.118503, 40.049061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318004", "device_counts": 953, "stop_counts": 4646 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084089, 40.031826 ], [ -75.080757, 40.032541 ], [ -75.081231, 40.032046 ], [ -75.079443, 40.031051 ], [ -75.080866, 40.029556 ], [ -75.084197, 40.031438 ], [ -75.084089, 40.031826 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365012", "device_counts": 3244, "stop_counts": 12334 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024891, 40.129216 ], [ -75.020571, 40.132274 ], [ -75.015066, 40.137992 ], [ -75.009117, 40.134355 ], [ -75.012295, 40.131736 ], [ -75.013206, 40.130233 ], [ -75.021931, 40.127467 ], [ -75.024891, 40.129216 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345012", "device_counts": 1720, "stop_counts": 7081 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04312, 40.077166 ], [ -75.040252, 40.079994 ], [ -75.036758, 40.079083 ], [ -75.03536, 40.074939 ], [ -75.035087, 40.074617 ], [ -75.036627, 40.073019 ], [ -75.040606, 40.07535 ], [ -75.041869, 40.075429 ], [ -75.04312, 40.077166 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218003", "device_counts": 671, "stop_counts": 4035 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23365, 40.057887 ], [ -75.230156, 40.05955 ], [ -75.228561, 40.057265 ], [ -75.228838, 40.056168 ], [ -75.231223, 40.053703 ], [ -75.231721, 40.054078 ], [ -75.23365, 40.057887 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353012", "device_counts": 913, "stop_counts": 6894 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.99873, 40.065828 ], [ -74.996409, 40.06659 ], [ -74.993531, 40.071863 ], [ -74.987857, 40.072829 ], [ -74.988454, 40.066701 ], [ -74.987379, 40.065368 ], [ -74.991704, 40.062339 ], [ -74.995269, 40.062344 ], [ -74.998385, 40.064117 ], [ -74.99873, 40.065828 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091002", "device_counts": 8643, "stop_counts": 29644 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.201137, 39.959242 ], [ -75.198681, 39.959429 ], [ -75.198844, 39.960637 ], [ -75.194015, 39.961124 ], [ -75.193905, 39.960514 ], [ -75.193574, 39.958689 ], [ -75.194152, 39.95618 ], [ -75.196121, 39.956429 ], [ -75.199622, 39.95686 ], [ -75.201137, 39.959242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019003", "device_counts": 4579, "stop_counts": 11069 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171341, 39.939663 ], [ -75.171125, 39.940626 ], [ -75.169386, 39.941211 ], [ -75.166204, 39.940813 ], [ -75.166208, 39.940431 ], [ -75.166292, 39.940031 ], [ -75.166816, 39.937869 ], [ -75.170025, 39.938263 ], [ -75.171602, 39.938447 ], [ -75.171341, 39.939663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010020002", "device_counts": 1097, "stop_counts": 4734 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.18824, 39.939878 ], [ -75.186551, 39.94023 ], [ -75.184956, 39.940084 ], [ -75.185498, 39.937597 ], [ -75.183916, 39.93624 ], [ -75.187326, 39.936679 ], [ -75.188885, 39.936887 ], [ -75.18824, 39.939878 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029001", "device_counts": 5409, "stop_counts": 13167 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169494, 39.925596 ], [ -75.169228, 39.926806 ], [ -75.168956, 39.928035 ], [ -75.168689, 39.929256 ], [ -75.168567, 39.929252 ], [ -75.166507, 39.929037 ], [ -75.166246, 39.930207 ], [ -75.163504, 39.92983 ], [ -75.165005, 39.92855 ], [ -75.16735, 39.926579 ], [ -75.169428, 39.925593 ], [ -75.169494, 39.925596 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066004", "device_counts": 3273, "stop_counts": 11940 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234337, 39.927526 ], [ -75.230104, 39.929711 ], [ -75.229222, 39.929172 ], [ -75.230654, 39.928158 ], [ -75.2294, 39.927156 ], [ -75.22869, 39.926602 ], [ -75.229818, 39.925811 ], [ -75.231194, 39.924845 ], [ -75.232438, 39.92397 ], [ -75.233121, 39.924558 ], [ -75.234328, 39.925573 ], [ -75.234337, 39.927526 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080004", "device_counts": 2705, "stop_counts": 10860 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230323, 39.952475 ], [ -75.229999, 39.953996 ], [ -75.226224, 39.953528 ], [ -75.226539, 39.952 ], [ -75.226869, 39.95046 ], [ -75.22703, 39.949702 ], [ -75.230793, 39.950172 ], [ -75.230323, 39.952475 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084001", "device_counts": 1513, "stop_counts": 5794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235745, 39.957049 ], [ -75.233732, 39.956801 ], [ -75.231557, 39.957102 ], [ -75.231937, 39.955319 ], [ -75.232153, 39.954262 ], [ -75.234212, 39.954521 ], [ -75.233984, 39.955579 ], [ -75.235997, 39.955831 ], [ -75.235745, 39.957049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094002", "device_counts": 2818, "stop_counts": 8246 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232527, 39.962557 ], [ -75.230552, 39.96231 ], [ -75.22992, 39.965352 ], [ -75.227679, 39.965072 ], [ -75.228645, 39.960463 ], [ -75.230801, 39.960722 ], [ -75.232857, 39.960976 ], [ -75.232527, 39.962557 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095003", "device_counts": 1926, "stop_counts": 6616 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24011, 39.965055 ], [ -75.238137, 39.96481 ], [ -75.237798, 39.963206 ], [ -75.236481, 39.963047 ], [ -75.236587, 39.962519 ], [ -75.236808, 39.961471 ], [ -75.238785, 39.961715 ], [ -75.240762, 39.96196 ], [ -75.24011, 39.965055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010106002", "device_counts": 2707, "stop_counts": 9656 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209344, 39.964621 ], [ -75.208344, 39.966876 ], [ -75.20756, 39.966381 ], [ -75.202342, 39.963137 ], [ -75.20236, 39.962859 ], [ -75.206889, 39.962485 ], [ -75.209058, 39.962329 ], [ -75.209344, 39.964621 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247004", "device_counts": 1382, "stop_counts": 6669 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16483, 40.045468 ], [ -75.163175, 40.047076 ], [ -75.161656, 40.048559 ], [ -75.158132, 40.046418 ], [ -75.158217, 40.045076 ], [ -75.161033, 40.045769 ], [ -75.163452, 40.043431 ], [ -75.163739, 40.044801 ], [ -75.16483, 40.045468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010141001", "device_counts": 4753, "stop_counts": 17593 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154149, 39.970778 ], [ -75.152188, 39.972318 ], [ -75.151915, 39.973588 ], [ -75.150315, 39.973382 ], [ -75.146082, 39.972833 ], [ -75.146543, 39.97038 ], [ -75.147146, 39.967126 ], [ -75.153018, 39.968549 ], [ -75.154549, 39.968931 ], [ -75.154149, 39.970778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135004", "device_counts": 2961, "stop_counts": 10085 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169274, 39.971406 ], [ -75.167703, 39.971211 ], [ -75.164555, 39.970816 ], [ -75.164744, 39.970436 ], [ -75.165256, 39.967563 ], [ -75.165349, 39.967149 ], [ -75.168569, 39.967226 ], [ -75.170177, 39.96725 ], [ -75.169274, 39.971406 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139002", "device_counts": 1780, "stop_counts": 7823 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173414, 39.976363 ], [ -75.171813, 39.976164 ], [ -75.171213, 39.978952 ], [ -75.170287, 39.978845 ], [ -75.16616, 39.978308 ], [ -75.166463, 39.976877 ], [ -75.16722, 39.973397 ], [ -75.168263, 39.975259 ], [ -75.173785, 39.974677 ], [ -75.173414, 39.976363 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010145001", "device_counts": 1887, "stop_counts": 7559 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151306, 39.976382 ], [ -75.150661, 39.979325 ], [ -75.14501, 39.978597 ], [ -75.145559, 39.975638 ], [ -75.149734, 39.976182 ], [ -75.150315, 39.973382 ], [ -75.151915, 39.973588 ], [ -75.151306, 39.976382 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153004", "device_counts": 2822, "stop_counts": 9462 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164855, 39.984239 ], [ -75.164517, 39.985759 ], [ -75.162951, 39.985542 ], [ -75.163286, 39.984034 ], [ -75.158567, 39.98342 ], [ -75.159219, 39.980435 ], [ -75.165511, 39.981244 ], [ -75.164855, 39.984239 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152004", "device_counts": 2044, "stop_counts": 9424 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171847, 39.983599 ], [ -75.17151, 39.98509 ], [ -75.167078, 39.984517 ], [ -75.166419, 39.984436 ], [ -75.164855, 39.984239 ], [ -75.165511, 39.981244 ], [ -75.167076, 39.981454 ], [ -75.172161, 39.9821 ], [ -75.171847, 39.983599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163002", "device_counts": 3233, "stop_counts": 8656 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138352, 39.991851 ], [ -75.135466, 39.991479 ], [ -75.132893, 39.991144 ], [ -75.133549, 39.98806 ], [ -75.139021, 39.988764 ], [ -75.138352, 39.991851 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199004", "device_counts": 2643, "stop_counts": 9206 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148277, 40.005697 ], [ -75.143437, 40.005071 ], [ -75.143292, 40.003523 ], [ -75.141491, 40.003288 ], [ -75.14116, 40.004784 ], [ -75.137529, 40.004304 ], [ -75.137669, 40.003645 ], [ -75.139876, 40.002845 ], [ -75.142416, 40.00195 ], [ -75.147717, 39.999974 ], [ -75.148148, 40.000987 ], [ -75.148817, 40.002698 ], [ -75.148277, 40.005697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176023", "device_counts": 2821, "stop_counts": 8650 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138524, 39.999743 ], [ -75.132172, 39.998913 ], [ -75.12926, 39.998539 ], [ -75.129921, 39.99546 ], [ -75.130122, 39.994573 ], [ -75.13191, 39.995754 ], [ -75.138713, 39.998891 ], [ -75.138524, 39.999743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298004", "device_counts": 3937, "stop_counts": 12304 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070429, 40.013167 ], [ -75.068503, 40.013619 ], [ -75.068202, 40.014729 ], [ -75.06807, 40.014992 ], [ -75.065941, 40.015727 ], [ -75.064145, 40.013681 ], [ -75.062519, 40.014542 ], [ -75.061413, 40.013284 ], [ -75.061339, 40.012764 ], [ -75.069508, 40.010798 ], [ -75.069786, 40.011543 ], [ -75.06999, 40.012032 ], [ -75.070429, 40.013167 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192004", "device_counts": 2947, "stop_counts": 9383 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112398, 40.00052 ], [ -75.11046, 40.000268 ], [ -75.110017, 40.002282 ], [ -75.104197, 40.001525 ], [ -75.106442, 40.000322 ], [ -75.109848, 39.998436 ], [ -75.110983, 39.997801 ], [ -75.112923, 39.99806 ], [ -75.112398, 40.00052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288003", "device_counts": 4192, "stop_counts": 13406 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127922, 40.021979 ], [ -75.127234, 40.02353 ], [ -75.126967, 40.024818 ], [ -75.123525, 40.025463 ], [ -75.122279, 40.02565 ], [ -75.119735, 40.026017 ], [ -75.119603, 40.025117 ], [ -75.119823, 40.02412 ], [ -75.121762, 40.024364 ], [ -75.122095, 40.022864 ], [ -75.122425, 40.021314 ], [ -75.124346, 40.021552 ], [ -75.127588, 40.021935 ], [ -75.127922, 40.021979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010241001", "device_counts": 8943, "stop_counts": 27635 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176428, 40.037794 ], [ -75.175208, 40.036232 ], [ -75.173951, 40.035193 ], [ -75.173724, 40.035012 ], [ -75.17061, 40.033131 ], [ -75.173482, 40.030336 ], [ -75.174572, 40.029244 ], [ -75.181235, 40.033097 ], [ -75.176428, 40.037794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264005", "device_counts": 1535, "stop_counts": 6060 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165714, 40.06439 ], [ -75.162018, 40.063095 ], [ -75.163166, 40.061911 ], [ -75.165453, 40.059541 ], [ -75.168641, 40.061373 ], [ -75.165714, 40.06439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260001", "device_counts": 1505, "stop_counts": 6800 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172621, 40.078103 ], [ -75.169914, 40.080818 ], [ -75.163399, 40.07695 ], [ -75.166062, 40.074338 ], [ -75.167097, 40.07332 ], [ -75.167309, 40.074208 ], [ -75.170822, 40.076226 ], [ -75.170289, 40.076767 ], [ -75.172621, 40.078103 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010270002", "device_counts": 1285, "stop_counts": 6928 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137767, 40.053112 ], [ -75.133814, 40.0526 ], [ -75.130783, 40.052206 ], [ -75.132121, 40.046018 ], [ -75.134724, 40.046134 ], [ -75.136019, 40.046229 ], [ -75.137529, 40.046805 ], [ -75.139107, 40.047011 ], [ -75.137767, 40.053112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281001", "device_counts": 1731, "stop_counts": 7748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152369, 40.031387 ], [ -75.151272, 40.032579 ], [ -75.149859, 40.035827 ], [ -75.148179, 40.035598 ], [ -75.145554, 40.035262 ], [ -75.146575, 40.030637 ], [ -75.148206, 40.030851 ], [ -75.151521, 40.030498 ], [ -75.151356, 40.031255 ], [ -75.152369, 40.031387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321003", "device_counts": 1672, "stop_counts": 7232 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.065113, 40.017511 ], [ -75.06113, 40.019725 ], [ -75.057513, 40.021597 ], [ -75.055687, 40.019504 ], [ -75.059304, 40.017638 ], [ -75.063385, 40.01552 ], [ -75.065113, 40.017511 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334004", "device_counts": 11129, "stop_counts": 32873 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060654, 40.050999 ], [ -75.058283, 40.053484 ], [ -75.057125, 40.054722 ], [ -75.054947, 40.053507 ], [ -75.056036, 40.05224 ], [ -75.052836, 40.050498 ], [ -75.050943, 40.050215 ], [ -75.051057, 40.049022 ], [ -75.051146, 40.048113 ], [ -75.051682, 40.046963 ], [ -75.054287, 40.044448 ], [ -75.057048, 40.04603 ], [ -75.059937, 40.047751 ], [ -75.058284, 40.049688 ], [ -75.060654, 40.050999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319005", "device_counts": 1251, "stop_counts": 6748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073364, 40.025369 ], [ -75.067957, 40.026583 ], [ -75.065403, 40.027033 ], [ -75.065108, 40.027073 ], [ -75.065492, 40.026589 ], [ -75.063254, 40.024912 ], [ -75.062802, 40.024402 ], [ -75.068516, 40.021385 ], [ -75.069087, 40.021904 ], [ -75.073364, 40.025369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330004", "device_counts": 1833, "stop_counts": 9570 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.03517, 40.030116 ], [ -75.030907, 40.032318 ], [ -75.032739, 40.034407 ], [ -75.030905, 40.035358 ], [ -75.029881, 40.034072 ], [ -75.02798, 40.031894 ], [ -75.029706, 40.030947 ], [ -75.028413, 40.029758 ], [ -75.032752, 40.02705 ], [ -75.034354, 40.029096 ], [ -75.03517, 40.030116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010001001", "device_counts": 27633, "stop_counts": 73362 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148472, 39.952578 ], [ -75.141469, 39.951698 ], [ -75.142466, 39.948174 ], [ -75.14408, 39.948379 ], [ -75.149186, 39.949032 ], [ -75.148472, 39.952578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008011", "device_counts": 3177, "stop_counts": 8970 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181663, 39.951509 ], [ -75.177323, 39.950964 ], [ -75.177843, 39.94861 ], [ -75.180021, 39.948872 ], [ -75.181134, 39.949008 ], [ -75.183288, 39.949512 ], [ -75.181663, 39.951509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087021", "device_counts": 4680, "stop_counts": 14489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208761, 39.95488 ], [ -75.2086, 39.955636 ], [ -75.208128, 39.957915 ], [ -75.204145, 39.957422 ], [ -75.204933, 39.955181 ], [ -75.205092, 39.954419 ], [ -75.20546, 39.952682 ], [ -75.205583, 39.952056 ], [ -75.209264, 39.952522 ], [ -75.208761, 39.95488 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098023", "device_counts": 3874, "stop_counts": 13213 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.273552, 39.978279 ], [ -75.271309, 39.979275 ], [ -75.267588, 39.974662 ], [ -75.271363, 39.972843 ], [ -75.270639, 39.974669 ], [ -75.273103, 39.974965 ], [ -75.273552, 39.978279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134012", "device_counts": 3308, "stop_counts": 8072 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176778, 39.964822 ], [ -75.17539, 39.967345 ], [ -75.172108, 39.967284 ], [ -75.17256, 39.965219 ], [ -75.172848, 39.963923 ], [ -75.176219, 39.964409 ], [ -75.176778, 39.964822 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158001", "device_counts": 1038, "stop_counts": 4045 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131238, 39.977786 ], [ -75.130448, 39.978589 ], [ -75.128628, 39.977533 ], [ -75.129573, 39.975894 ], [ -75.128693, 39.974284 ], [ -75.127903, 39.972811 ], [ -75.129224, 39.972357 ], [ -75.130366, 39.97445 ], [ -75.13267, 39.975304 ], [ -75.131238, 39.977786 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379006", "device_counts": 1444, "stop_counts": 5157 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.098035, 39.990748 ], [ -75.095726, 39.99195 ], [ -75.093664, 39.9896 ], [ -75.091216, 39.99088 ], [ -75.089616, 39.989064 ], [ -75.094393, 39.98663 ], [ -75.095964, 39.988395 ], [ -75.097054, 39.987828 ], [ -75.099128, 39.990172 ], [ -75.098035, 39.990748 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010235001", "device_counts": 1023, "stop_counts": 3751 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209969, 40.047081 ], [ -75.209622, 40.047047 ], [ -75.207005, 40.047063 ], [ -75.201433, 40.042404 ], [ -75.193127, 40.035381 ], [ -75.189063, 40.031905 ], [ -75.190861, 40.031144 ], [ -75.196938, 40.033266 ], [ -75.197535, 40.033892 ], [ -75.198918, 40.038973 ], [ -75.200359, 40.037477 ], [ -75.202846, 40.039503 ], [ -75.203164, 40.037635 ], [ -75.205546, 40.039057 ], [ -75.205047, 40.043123 ], [ -75.207016, 40.0416 ], [ -75.208173, 40.04199 ], [ -75.20994, 40.044636 ], [ -75.209969, 40.047081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279022", "device_counts": 2921, "stop_counts": 10509 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158834, 40.035884 ], [ -75.158363, 40.036346 ], [ -75.158341, 40.042021 ], [ -75.158306, 40.042861 ], [ -75.153946, 40.042752 ], [ -75.154068, 40.041016 ], [ -75.154415, 40.039493 ], [ -75.149988, 40.038971 ], [ -75.149126, 40.037464 ], [ -75.149859, 40.035827 ], [ -75.151272, 40.032579 ], [ -75.152369, 40.031387 ], [ -75.154034, 40.031564 ], [ -75.154776, 40.031452 ], [ -75.157119, 40.030993 ], [ -75.158124, 40.030825 ], [ -75.15764, 40.033206 ], [ -75.159601, 40.035137 ], [ -75.158834, 40.035884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149002", "device_counts": 2059, "stop_counts": 7610 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176933, 39.982713 ], [ -75.175344, 39.982517 ], [ -75.175989, 39.979572 ], [ -75.177585, 39.979774 ], [ -75.176933, 39.982713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151023", "device_counts": 2087, "stop_counts": 9017 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183795, 39.988236 ], [ -75.183601, 39.989159 ], [ -75.183459, 39.9898 ], [ -75.180257, 39.989388 ], [ -75.178616, 39.989179 ], [ -75.179043, 39.987154 ], [ -75.180258, 39.986345 ], [ -75.180896, 39.986709 ], [ -75.18255, 39.986509 ], [ -75.184136, 39.986721 ], [ -75.183795, 39.988236 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152003", "device_counts": 988, "stop_counts": 4420 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174694, 39.985506 ], [ -75.174361, 39.987024 ], [ -75.171197, 39.986603 ], [ -75.17151, 39.98509 ], [ -75.171847, 39.983599 ], [ -75.175026, 39.98402 ], [ -75.174694, 39.985506 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157002", "device_counts": 631, "stop_counts": 3165 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136423, 39.97902 ], [ -75.136105, 39.980514 ], [ -75.133733, 39.980208 ], [ -75.13437, 39.977219 ], [ -75.136739, 39.977527 ], [ -75.136423, 39.97902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158005", "device_counts": 1350, "stop_counts": 4236 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133374, 39.97409 ], [ -75.13267, 39.975304 ], [ -75.130366, 39.97445 ], [ -75.129224, 39.972357 ], [ -75.131239, 39.97165 ], [ -75.133286, 39.970766 ], [ -75.134401, 39.972303 ], [ -75.133374, 39.97409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378003", "device_counts": 953, "stop_counts": 3606 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117697, 39.980904 ], [ -75.117355, 39.981481 ], [ -75.116146, 39.980111 ], [ -75.114768, 39.978568 ], [ -75.117217, 39.977289 ], [ -75.118611, 39.978879 ], [ -75.117697, 39.980904 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163001", "device_counts": 2790, "stop_counts": 9686 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130898, 39.99089 ], [ -75.127031, 39.990386 ], [ -75.125491, 39.989836 ], [ -75.127363, 39.988792 ], [ -75.129641, 39.987546 ], [ -75.131557, 39.987799 ], [ -75.130898, 39.99089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167011", "device_counts": 1352, "stop_counts": 4737 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160946, 39.994737 ], [ -75.159366, 39.994525 ], [ -75.160044, 39.991473 ], [ -75.160365, 39.989991 ], [ -75.161948, 39.990185 ], [ -75.160946, 39.994737 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168003", "device_counts": 823, "stop_counts": 3061 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165738, 39.990675 ], [ -75.1635, 39.990401 ], [ -75.164184, 39.987311 ], [ -75.166408, 39.987598 ], [ -75.165738, 39.990675 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169023", "device_counts": 2213, "stop_counts": 9314 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186148, 39.992662 ], [ -75.185793, 39.994349 ], [ -75.183009, 39.994439 ], [ -75.182463, 39.994365 ], [ -75.179248, 39.993963 ], [ -75.179584, 39.992463 ], [ -75.179748, 39.991715 ], [ -75.185808, 39.992075 ], [ -75.186148, 39.992662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175002", "device_counts": 1684, "stop_counts": 6221 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141495, 39.995422 ], [ -75.140498, 39.999993 ], [ -75.138524, 39.999743 ], [ -75.138713, 39.998891 ], [ -75.139199, 39.996661 ], [ -75.139851, 39.993672 ], [ -75.14183, 39.993929 ], [ -75.141495, 39.995422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177025", "device_counts": 1775, "stop_counts": 5749 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12538, 39.998043 ], [ -75.125058, 39.999628 ], [ -75.120933, 39.999097 ], [ -75.121617, 39.99592 ], [ -75.125737, 39.996451 ], [ -75.12538, 39.998043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177013", "device_counts": 1293, "stop_counts": 4535 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118994, 39.998852 ], [ -75.117055, 39.998601 ], [ -75.115107, 39.998347 ], [ -75.115447, 39.996753 ], [ -75.116414, 39.996881 ], [ -75.119328, 39.997255 ], [ -75.118994, 39.998852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178004", "device_counts": 595, "stop_counts": 2279 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118392, 39.990528 ], [ -75.116662, 39.991437 ], [ -75.115083, 39.989526 ], [ -75.116751, 39.988652 ], [ -75.118392, 39.990528 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179003", "device_counts": 971, "stop_counts": 3427 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115605, 39.983551 ], [ -75.114934, 39.984697 ], [ -75.111887, 39.986296 ], [ -75.111221, 39.985268 ], [ -75.11345, 39.984105 ], [ -75.115251, 39.983157 ], [ -75.115605, 39.983551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183002", "device_counts": 753, "stop_counts": 4489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07472, 39.9987 ], [ -75.070175, 40.00106 ], [ -75.069049, 39.999566 ], [ -75.072513, 39.996193 ], [ -75.073491, 39.997297 ], [ -75.07472, 39.9987 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188005", "device_counts": 2506, "stop_counts": 7707 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111558, 39.997475 ], [ -75.109617, 39.995123 ], [ -75.108659, 39.993741 ], [ -75.108144, 39.993156 ], [ -75.109709, 39.992334 ], [ -75.110258, 39.992957 ], [ -75.111369, 39.994211 ], [ -75.113387, 39.996493 ], [ -75.111558, 39.997475 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188007", "device_counts": 1627, "stop_counts": 8380 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109848, 39.998436 ], [ -75.106442, 40.000322 ], [ -75.104335, 39.997884 ], [ -75.104043, 39.997555 ], [ -75.106215, 39.996224 ], [ -75.107775, 39.996084 ], [ -75.109848, 39.998436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192006", "device_counts": 744, "stop_counts": 2319 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12441, 40.002634 ], [ -75.119314, 40.002003 ], [ -75.119644, 40.000464 ], [ -75.124732, 40.001124 ], [ -75.12441, 40.002634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383003", "device_counts": 4092, "stop_counts": 11363 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135533, 40.013463 ], [ -75.13519, 40.015056 ], [ -75.134194, 40.019619 ], [ -75.131828, 40.019316 ], [ -75.132327, 40.014695 ], [ -75.131135, 40.014535 ], [ -75.131779, 40.011482 ], [ -75.135858, 40.011982 ], [ -75.135533, 40.013463 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197002", "device_counts": 1107, "stop_counts": 4099 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13981, 40.014014 ], [ -75.137502, 40.01371 ], [ -75.136231, 40.013547 ], [ -75.135533, 40.013463 ], [ -75.135858, 40.011982 ], [ -75.136537, 40.012068 ], [ -75.137826, 40.012233 ], [ -75.139484, 40.012453 ], [ -75.140125, 40.012538 ], [ -75.13981, 40.014014 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198002", "device_counts": 751, "stop_counts": 3137 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14332, 40.012926 ], [ -75.141786, 40.012708 ], [ -75.142438, 40.009743 ], [ -75.143981, 40.009949 ], [ -75.14332, 40.012926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201012", "device_counts": 3003, "stop_counts": 6764 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154205, 40.003395 ], [ -75.152549, 40.003181 ], [ -75.152926, 40.001592 ], [ -75.153609, 39.998515 ], [ -75.155232, 39.998728 ], [ -75.154205, 40.003395 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201023", "device_counts": 1966, "stop_counts": 7235 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157945, 40.008486 ], [ -75.157775, 40.009231 ], [ -75.156653, 40.014419 ], [ -75.156652, 40.014618 ], [ -75.155185, 40.015295 ], [ -75.155681, 40.011457 ], [ -75.156028, 40.009868 ], [ -75.156376, 40.008284 ], [ -75.158106, 40.007736 ], [ -75.157945, 40.008486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209004", "device_counts": 1333, "stop_counts": 3593 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213266, 40.021301 ], [ -75.21275, 40.021541 ], [ -75.211564, 40.020898 ], [ -75.209735, 40.018509 ], [ -75.211744, 40.017388 ], [ -75.213, 40.018652 ], [ -75.214841, 40.020594 ], [ -75.213266, 40.021301 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210005", "device_counts": 536, "stop_counts": 2649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214311, 40.024553 ], [ -75.212764, 40.025348 ], [ -75.210348, 40.022259 ], [ -75.209213, 40.021899 ], [ -75.211564, 40.020898 ], [ -75.21275, 40.021541 ], [ -75.213266, 40.021301 ], [ -75.215348, 40.023903 ], [ -75.214311, 40.024553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213005", "device_counts": 464, "stop_counts": 1980 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225849, 40.033506 ], [ -75.222011, 40.035206 ], [ -75.220899, 40.033847 ], [ -75.220237, 40.033215 ], [ -75.219029, 40.032081 ], [ -75.220448, 40.031211 ], [ -75.222391, 40.033052 ], [ -75.224657, 40.031899 ], [ -75.225849, 40.033506 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213002", "device_counts": 1154, "stop_counts": 3643 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220237, 40.033215 ], [ -75.216638, 40.034833 ], [ -75.214493, 40.032838 ], [ -75.2177, 40.030848 ], [ -75.219029, 40.032081 ], [ -75.220237, 40.033215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214003", "device_counts": 719, "stop_counts": 2667 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226157, 40.027648 ], [ -75.223474, 40.029441 ], [ -75.221837, 40.027263 ], [ -75.223862, 40.026345 ], [ -75.226157, 40.027648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214002", "device_counts": 305, "stop_counts": 1334 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219728, 40.029436 ], [ -75.219114, 40.029931 ], [ -75.216632, 40.027602 ], [ -75.218841, 40.0266 ], [ -75.219658, 40.02755 ], [ -75.22124, 40.027551 ], [ -75.219728, 40.029436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217004", "device_counts": 509, "stop_counts": 5139 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222808, 40.038112 ], [ -75.218547, 40.042626 ], [ -75.214663, 40.040052 ], [ -75.214111, 40.040124 ], [ -75.213026, 40.039412 ], [ -75.218759, 40.036654 ], [ -75.222052, 40.037775 ], [ -75.222808, 40.038112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010387001", "device_counts": 2379, "stop_counts": 5856 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207327, 40.076561 ], [ -75.205081, 40.078823 ], [ -75.202649, 40.07739 ], [ -75.200378, 40.07959 ], [ -75.197601, 40.077991 ], [ -75.199361, 40.075928 ], [ -75.199496, 40.07547 ], [ -75.199786, 40.075366 ], [ -75.200878, 40.074958 ], [ -75.202651, 40.073212 ], [ -75.203427, 40.07418 ], [ -75.206418, 40.076011 ], [ -75.207327, 40.076561 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388003", "device_counts": 1569, "stop_counts": 4561 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195763, 40.055507 ], [ -75.19022, 40.059199 ], [ -75.189423, 40.058417 ], [ -75.188077, 40.056898 ], [ -75.191752, 40.054604 ], [ -75.192966, 40.055267 ], [ -75.193951, 40.054358 ], [ -75.194647, 40.054791 ], [ -75.195763, 40.055507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238003", "device_counts": 1570, "stop_counts": 4906 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182925, 40.034066 ], [ -75.1804, 40.036534 ], [ -75.177629, 40.039229 ], [ -75.176428, 40.037794 ], [ -75.181235, 40.033097 ], [ -75.182925, 40.034066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240004", "device_counts": 1117, "stop_counts": 5878 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1793, 40.027944 ], [ -75.177222, 40.026659 ], [ -75.175207, 40.02544 ], [ -75.178141, 40.022595 ], [ -75.181668, 40.025657 ], [ -75.1793, 40.027944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243001", "device_counts": 628, "stop_counts": 4622 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178141, 40.022595 ], [ -75.175207, 40.02544 ], [ -75.174043, 40.026588 ], [ -75.172523, 40.025758 ], [ -75.176861, 40.021501 ], [ -75.178141, 40.022595 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247002", "device_counts": 3239, "stop_counts": 9860 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165078, 40.041858 ], [ -75.163452, 40.043431 ], [ -75.161033, 40.045769 ], [ -75.158217, 40.045076 ], [ -75.158306, 40.042861 ], [ -75.158341, 40.042021 ], [ -75.162077, 40.038163 ], [ -75.164852, 40.039867 ], [ -75.165078, 40.041858 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249001", "device_counts": 1266, "stop_counts": 5294 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161898, 40.052842 ], [ -75.158889, 40.055768 ], [ -75.157748, 40.055153 ], [ -75.157557, 40.055034 ], [ -75.157729, 40.052626 ], [ -75.15878, 40.053225 ], [ -75.160222, 40.051826 ], [ -75.161898, 40.052842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252002", "device_counts": 1333, "stop_counts": 4155 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181057, 40.045381 ], [ -75.177154, 40.042988 ], [ -75.177651, 40.0425 ], [ -75.17573, 40.041333 ], [ -75.177757, 40.039401 ], [ -75.180884, 40.043246 ], [ -75.181701, 40.044831 ], [ -75.181057, 40.045381 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253004", "device_counts": 661, "stop_counts": 3051 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186535, 40.056209 ], [ -75.183366, 40.05922 ], [ -75.180513, 40.057498 ], [ -75.182825, 40.056545 ], [ -75.184472, 40.054919 ], [ -75.186535, 40.056209 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253002", "device_counts": 847, "stop_counts": 4076 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184693, 40.050641 ], [ -75.181906, 40.053341 ], [ -75.179616, 40.051956 ], [ -75.183398, 40.048254 ], [ -75.184573, 40.050403 ], [ -75.184693, 40.050641 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255001", "device_counts": 483, "stop_counts": 3767 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188629, 40.062443 ], [ -75.185757, 40.065121 ], [ -75.18437, 40.066442 ], [ -75.181956, 40.064987 ], [ -75.186236, 40.060989 ], [ -75.188629, 40.062443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259005", "device_counts": 610, "stop_counts": 3752 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177696, 40.083378 ], [ -75.174143, 40.08135 ], [ -75.175627, 40.07984 ], [ -75.176145, 40.079288 ], [ -75.179756, 40.081333 ], [ -75.177696, 40.083378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260003", "device_counts": 768, "stop_counts": 5744 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174171, 40.076549 ], [ -75.172621, 40.078103 ], [ -75.170289, 40.076767 ], [ -75.170822, 40.076226 ], [ -75.170406, 40.074391 ], [ -75.171716, 40.073039 ], [ -75.17394, 40.07431 ], [ -75.175509, 40.075214 ], [ -75.174171, 40.076549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263022", "device_counts": 2454, "stop_counts": 8886 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157379, 40.067944 ], [ -75.156776, 40.068675 ], [ -75.156285, 40.067006 ], [ -75.152602, 40.067646 ], [ -75.153513, 40.064285 ], [ -75.155254, 40.062431 ], [ -75.156726, 40.064442 ], [ -75.159299, 40.065913 ], [ -75.157379, 40.067944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264003", "device_counts": 1302, "stop_counts": 4136 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163166, 40.061911 ], [ -75.161105, 40.060726 ], [ -75.160983, 40.060654 ], [ -75.160911, 40.057865 ], [ -75.162122, 40.057638 ], [ -75.165453, 40.059541 ], [ -75.163166, 40.061911 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265005", "device_counts": 815, "stop_counts": 3236 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157748, 40.055153 ], [ -75.15553, 40.056216 ], [ -75.156168, 40.057019 ], [ -75.154904, 40.057595 ], [ -75.153438, 40.055707 ], [ -75.155554, 40.054074 ], [ -75.157557, 40.055034 ], [ -75.157748, 40.055153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265004", "device_counts": 1236, "stop_counts": 4866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154904, 40.057595 ], [ -75.152752, 40.05859 ], [ -75.149219, 40.058432 ], [ -75.152594, 40.056367 ], [ -75.153438, 40.055707 ], [ -75.154904, 40.057595 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266003", "device_counts": 942, "stop_counts": 3771 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150505, 40.067377 ], [ -75.148648, 40.067138 ], [ -75.148331, 40.068485 ], [ -75.146683, 40.067547 ], [ -75.147022, 40.065892 ], [ -75.150719, 40.066367 ], [ -75.150505, 40.067377 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268001", "device_counts": 2549, "stop_counts": 11420 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14117, 40.063012 ], [ -75.140709, 40.064133 ], [ -75.139427, 40.063358 ], [ -75.136719, 40.061821 ], [ -75.135124, 40.060989 ], [ -75.136631, 40.059187 ], [ -75.137025, 40.058773 ], [ -75.139067, 40.058017 ], [ -75.140544, 40.058209 ], [ -75.142182, 40.058424 ], [ -75.14117, 40.063012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268002", "device_counts": 2924, "stop_counts": 8612 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141443, 40.054208 ], [ -75.141106, 40.054608 ], [ -75.139067, 40.058017 ], [ -75.137025, 40.058773 ], [ -75.137767, 40.053112 ], [ -75.14156, 40.053599 ], [ -75.141443, 40.054208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273001", "device_counts": 7772, "stop_counts": 26021 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121072, 40.036815 ], [ -75.120434, 40.039886 ], [ -75.120103, 40.041417 ], [ -75.115488, 40.041183 ], [ -75.113544, 40.042711 ], [ -75.11307, 40.043971 ], [ -75.112248, 40.04321 ], [ -75.114427, 40.039903 ], [ -75.114369, 40.0393 ], [ -75.113767, 40.037366 ], [ -75.113107, 40.036567 ], [ -75.114896, 40.034447 ], [ -75.120074, 40.035111 ], [ -75.121421, 40.035281 ], [ -75.121072, 40.036815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274022", "device_counts": 1280, "stop_counts": 5057 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127641, 40.036063 ], [ -75.12386, 40.035562 ], [ -75.124167, 40.032575 ], [ -75.126164, 40.032281 ], [ -75.128428, 40.032472 ], [ -75.127641, 40.036063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275002", "device_counts": 2057, "stop_counts": 8312 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132967, 40.038346 ], [ -75.132216, 40.041759 ], [ -75.131387, 40.041648 ], [ -75.129498, 40.041048 ], [ -75.130518, 40.036437 ], [ -75.132476, 40.036684 ], [ -75.132967, 40.038346 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276003", "device_counts": 2561, "stop_counts": 7415 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143868, 40.042901 ], [ -75.143547, 40.044426 ], [ -75.138205, 40.043739 ], [ -75.138534, 40.042223 ], [ -75.139322, 40.04232 ], [ -75.139612, 40.0408 ], [ -75.144224, 40.041381 ], [ -75.143868, 40.042901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277002", "device_counts": 1087, "stop_counts": 6406 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150142, 40.051578 ], [ -75.148578, 40.051383 ], [ -75.148708, 40.050778 ], [ -75.147265, 40.049965 ], [ -75.147337, 40.049656 ], [ -75.147672, 40.048117 ], [ -75.148345, 40.048204 ], [ -75.15082, 40.048518 ], [ -75.150142, 40.051578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279021", "device_counts": 1277, "stop_counts": 6519 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154068, 40.041016 ], [ -75.153946, 40.042752 ], [ -75.153883, 40.043659 ], [ -75.152081, 40.043608 ], [ -75.149796, 40.043673 ], [ -75.150336, 40.042028 ], [ -75.151249, 40.041174 ], [ -75.151505, 40.040612 ], [ -75.149988, 40.038971 ], [ -75.154415, 40.039493 ], [ -75.154068, 40.041016 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283001", "device_counts": 704, "stop_counts": 3338 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141668, 40.0316 ], [ -75.139304, 40.031288 ], [ -75.13998, 40.028245 ], [ -75.142334, 40.028543 ], [ -75.141668, 40.0316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283007", "device_counts": 3838, "stop_counts": 10065 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147218, 40.027644 ], [ -75.14685, 40.029481 ], [ -75.144284, 40.030814 ], [ -75.144716, 40.028855 ], [ -75.145359, 40.025873 ], [ -75.147555, 40.026138 ], [ -75.147218, 40.027644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286002", "device_counts": 2274, "stop_counts": 6127 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133167, 40.024299 ], [ -75.132838, 40.025783 ], [ -75.130774, 40.026421 ], [ -75.127935, 40.026158 ], [ -75.127816, 40.024683 ], [ -75.130367, 40.024146 ], [ -75.131339, 40.023947 ], [ -75.131594, 40.023893 ], [ -75.131584, 40.024069 ], [ -75.133287, 40.023784 ], [ -75.133167, 40.024299 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010287002", "device_counts": 1234, "stop_counts": 5367 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134016, 40.020372 ], [ -75.131171, 40.019997 ], [ -75.130367, 40.024146 ], [ -75.127816, 40.024683 ], [ -75.126967, 40.024818 ], [ -75.127234, 40.02353 ], [ -75.127922, 40.021979 ], [ -75.128883, 40.018945 ], [ -75.131828, 40.019316 ], [ -75.134194, 40.019619 ], [ -75.134016, 40.020372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289025", "device_counts": 682, "stop_counts": 3510 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117173, 40.026386 ], [ -75.114461, 40.026784 ], [ -75.113323, 40.024916 ], [ -75.114348, 40.024951 ], [ -75.117389, 40.02504 ], [ -75.117173, 40.026386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294001", "device_counts": 724, "stop_counts": 3015 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085519, 40.014787 ], [ -75.083248, 40.013562 ], [ -75.0817, 40.012736 ], [ -75.080857, 40.011903 ], [ -75.080314, 40.011393 ], [ -75.082668, 40.009938 ], [ -75.085818, 40.014448 ], [ -75.085519, 40.014787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298003", "device_counts": 1077, "stop_counts": 3585 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070504, 40.017255 ], [ -75.067782, 40.017853 ], [ -75.066195, 40.016956 ], [ -75.066752, 40.016661 ], [ -75.065941, 40.015727 ], [ -75.06807, 40.014992 ], [ -75.068202, 40.014729 ], [ -75.068353, 40.014209 ], [ -75.069585, 40.014649 ], [ -75.070504, 40.017255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300006", "device_counts": 3680, "stop_counts": 12167 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086382, 40.015257 ], [ -75.083508, 40.018365 ], [ -75.079927, 40.016418 ], [ -75.083248, 40.013562 ], [ -75.085519, 40.014787 ], [ -75.086382, 40.015257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300001", "device_counts": 522, "stop_counts": 2280 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075622, 40.024074 ], [ -75.073963, 40.025073 ], [ -75.073364, 40.025369 ], [ -75.069087, 40.021904 ], [ -75.072271, 40.020248 ], [ -75.073892, 40.022107 ], [ -75.074175, 40.022429 ], [ -75.075622, 40.024074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301001", "device_counts": 1069, "stop_counts": 5577 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085089, 40.022761 ], [ -75.084426, 40.022417 ], [ -75.084269, 40.022331 ], [ -75.081309, 40.02076 ], [ -75.083508, 40.018365 ], [ -75.084591, 40.019701 ], [ -75.086819, 40.020966 ], [ -75.085089, 40.022761 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302001", "device_counts": 6078, "stop_counts": 27388 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081931, 40.024707 ], [ -75.080031, 40.025569 ], [ -75.077861, 40.027869 ], [ -75.075488, 40.027071 ], [ -75.073364, 40.025369 ], [ -75.073963, 40.025073 ], [ -75.075622, 40.024074 ], [ -75.079414, 40.021387 ], [ -75.080281, 40.021866 ], [ -75.081309, 40.02076 ], [ -75.084269, 40.022331 ], [ -75.081931, 40.024707 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305022", "device_counts": 785, "stop_counts": 5023 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105314, 40.049378 ], [ -75.102875, 40.047968 ], [ -75.105191, 40.0454 ], [ -75.107491, 40.046751 ], [ -75.105314, 40.049378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305024", "device_counts": 2217, "stop_counts": 8172 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105787, 40.044735 ], [ -75.103518, 40.043463 ], [ -75.101105, 40.045038 ], [ -75.100374, 40.044605 ], [ -75.104633, 40.040073 ], [ -75.10827, 40.042213 ], [ -75.105787, 40.044735 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307003", "device_counts": 3410, "stop_counts": 12497 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092524, 40.055467 ], [ -75.093483, 40.057259 ], [ -75.087425, 40.063599 ], [ -75.085729, 40.062589 ], [ -75.08478, 40.062044 ], [ -75.089972, 40.057821 ], [ -75.088408, 40.05694 ], [ -75.089115, 40.056227 ], [ -75.092131, 40.053178 ], [ -75.093706, 40.054203 ], [ -75.092524, 40.055467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310005", "device_counts": 603, "stop_counts": 4522 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079809, 40.048391 ], [ -75.07863, 40.049634 ], [ -75.075037, 40.047638 ], [ -75.075637, 40.047005 ], [ -75.076223, 40.046386 ], [ -75.077403, 40.045139 ], [ -75.079188, 40.046133 ], [ -75.080987, 40.047133 ], [ -75.079809, 40.048391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311014", "device_counts": 905, "stop_counts": 6530 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082674, 40.04242 ], [ -75.080351, 40.044905 ], [ -75.079188, 40.046133 ], [ -75.077403, 40.045139 ], [ -75.078565, 40.043904 ], [ -75.078996, 40.043455 ], [ -75.080164, 40.042213 ], [ -75.080904, 40.041432 ], [ -75.082674, 40.04242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313003", "device_counts": 3823, "stop_counts": 12690 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075336, 40.038281 ], [ -75.072996, 40.040803 ], [ -75.071817, 40.040124 ], [ -75.070025, 40.039139 ], [ -75.068003, 40.038059 ], [ -75.069261, 40.036809 ], [ -75.070523, 40.035618 ], [ -75.07355, 40.037298 ], [ -75.075336, 40.038281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314011", "device_counts": 2267, "stop_counts": 7232 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068475, 40.048729 ], [ -75.066045, 40.051181 ], [ -75.063437, 40.049751 ], [ -75.066427, 40.046619 ], [ -75.067109, 40.047015 ], [ -75.069073, 40.048109 ], [ -75.068475, 40.048729 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314013", "device_counts": 1726, "stop_counts": 7789 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068234, 40.041945 ], [ -75.067069, 40.043188 ], [ -75.065919, 40.044399 ], [ -75.063143, 40.042901 ], [ -75.06434, 40.041676 ], [ -75.06558, 40.040442 ], [ -75.067663, 40.041634 ], [ -75.068234, 40.041945 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315014", "device_counts": 687, "stop_counts": 2854 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.053584, 40.036574 ], [ -75.0518, 40.038476 ], [ -75.05122, 40.039091 ], [ -75.047973, 40.037283 ], [ -75.050349, 40.034769 ], [ -75.051973, 40.035672 ], [ -75.053584, 40.036574 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315015", "device_counts": 676, "stop_counts": 3927 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.049027, 40.041412 ], [ -75.047424, 40.040497 ], [ -75.045919, 40.039643 ], [ -75.045806, 40.039579 ], [ -75.047405, 40.037892 ], [ -75.047973, 40.037283 ], [ -75.05122, 40.039091 ], [ -75.049027, 40.041412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316005", "device_counts": 436, "stop_counts": 3465 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060338, 40.034685 ], [ -75.057092, 40.032869 ], [ -75.058231, 40.031651 ], [ -75.058848, 40.030998 ], [ -75.0621, 40.032813 ], [ -75.060338, 40.034685 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318002", "device_counts": 899, "stop_counts": 5454 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07908, 40.028552 ], [ -75.077661, 40.030054 ], [ -75.076783, 40.031474 ], [ -75.073733, 40.029784 ], [ -75.074325, 40.028469 ], [ -75.075488, 40.027071 ], [ -75.077861, 40.027869 ], [ -75.07908, 40.028552 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319002", "device_counts": 1154, "stop_counts": 5322 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06308, 40.022452 ], [ -75.059761, 40.024161 ], [ -75.057513, 40.021597 ], [ -75.06113, 40.019725 ], [ -75.062925, 40.021777 ], [ -75.06308, 40.022452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320006", "device_counts": 638, "stop_counts": 4490 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057594, 40.026031 ], [ -75.056953, 40.026361 ], [ -75.056294, 40.026703 ], [ -75.055398, 40.025673 ], [ -75.054495, 40.024648 ], [ -75.053604, 40.023615 ], [ -75.055564, 40.022606 ], [ -75.057806, 40.025174 ], [ -75.057594, 40.026031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323002", "device_counts": 1129, "stop_counts": 5461 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057513, 40.021597 ], [ -75.055564, 40.022606 ], [ -75.053604, 40.023615 ], [ -75.052702, 40.022592 ], [ -75.051773, 40.021535 ], [ -75.055687, 40.019504 ], [ -75.057513, 40.021597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326002", "device_counts": 676, "stop_counts": 3240 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045554, 40.032261 ], [ -75.043433, 40.033356 ], [ -75.039473, 40.035404 ], [ -75.038616, 40.034355 ], [ -75.042537, 40.032328 ], [ -75.044655, 40.031231 ], [ -75.045554, 40.032261 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326005", "device_counts": 1810, "stop_counts": 4810 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0387, 40.029839 ], [ -75.036055, 40.031206 ], [ -75.03517, 40.030116 ], [ -75.034354, 40.029096 ], [ -75.036898, 40.027779 ], [ -75.0387, 40.029839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330001", "device_counts": 843, "stop_counts": 4540 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035331, 40.038788 ], [ -75.034423, 40.03912 ], [ -75.033427, 40.039473 ], [ -75.032295, 40.037622 ], [ -75.034538, 40.036464 ], [ -75.036276, 40.038441 ], [ -75.035331, 40.038788 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331013", "device_counts": 971, "stop_counts": 3649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036557, 40.041926 ], [ -75.033482, 40.043203 ], [ -75.031919, 40.041201 ], [ -75.03134, 40.040236 ], [ -75.033427, 40.039473 ], [ -75.034423, 40.03912 ], [ -75.035726, 40.040863 ], [ -75.036557, 40.041926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335003", "device_counts": 2458, "stop_counts": 6946 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073256, 40.05533 ], [ -75.069224, 40.059583 ], [ -75.06743, 40.0586 ], [ -75.067204, 40.05641 ], [ -75.067582, 40.05606 ], [ -75.065475, 40.05619 ], [ -75.065544, 40.055704 ], [ -75.068503, 40.05259 ], [ -75.069721, 40.053284 ], [ -75.071514, 40.054341 ], [ -75.073256, 40.05533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336002", "device_counts": 802, "stop_counts": 5580 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060101, 40.060221 ], [ -75.058923, 40.061473 ], [ -75.058323, 40.062116 ], [ -75.052996, 40.059096 ], [ -75.053574, 40.058477 ], [ -75.054745, 40.057252 ], [ -75.055937, 40.055993 ], [ -75.059693, 40.058084 ], [ -75.061304, 40.058975 ], [ -75.060101, 40.060221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337021", "device_counts": 653, "stop_counts": 3561 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055857, 40.073249 ], [ -75.049347, 40.077036 ], [ -75.048258, 40.077034 ], [ -75.045793, 40.075329 ], [ -75.047467, 40.076419 ], [ -75.051719, 40.072241 ], [ -75.050462, 40.071509 ], [ -75.051875, 40.069988 ], [ -75.053221, 40.070759 ], [ -75.055004, 40.071771 ], [ -75.053579, 40.073299 ], [ -75.055857, 40.073249 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338004", "device_counts": 670, "stop_counts": 3702 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081402, 40.060031 ], [ -75.077504, 40.064196 ], [ -75.075991, 40.064342 ], [ -75.073304, 40.062812 ], [ -75.073909, 40.062192 ], [ -75.074826, 40.062706 ], [ -75.07876, 40.0585 ], [ -75.081402, 40.060031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340003", "device_counts": 691, "stop_counts": 2651 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07966, 40.069203 ], [ -75.077202, 40.071627 ], [ -75.0759, 40.072884 ], [ -75.074029, 40.071983 ], [ -75.077112, 40.068714 ], [ -75.075439, 40.067803 ], [ -75.076022, 40.067172 ], [ -75.074845, 40.066538 ], [ -75.077177, 40.065785 ], [ -75.07805, 40.06636 ], [ -75.080965, 40.067974 ], [ -75.07966, 40.069203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345022", "device_counts": 6432, "stop_counts": 19339 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037498, 40.085459 ], [ -75.028952, 40.080968 ], [ -75.035087, 40.074617 ], [ -75.03536, 40.074939 ], [ -75.036758, 40.079083 ], [ -75.0384, 40.084472 ], [ -75.037498, 40.085459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347012", "device_counts": 1420, "stop_counts": 8858 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040265, 40.068747 ], [ -75.036372, 40.066447 ], [ -75.033152, 40.068038 ], [ -75.033861, 40.071694 ], [ -75.032965, 40.072152 ], [ -75.02966, 40.068154 ], [ -75.028256, 40.067314 ], [ -75.028512, 40.06684 ], [ -75.028362, 40.064504 ], [ -75.029986, 40.064398 ], [ -75.033628, 40.060834 ], [ -75.034523, 40.058672 ], [ -75.03433, 40.057067 ], [ -75.035062, 40.057327 ], [ -75.035532, 40.05881 ], [ -75.034225, 40.062701 ], [ -75.03528, 40.064995 ], [ -75.0406, 40.068042 ], [ -75.040265, 40.068747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348022", "device_counts": 2075, "stop_counts": 7800 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.020575, 40.061252 ], [ -75.014109, 40.066867 ], [ -75.011311, 40.071169 ], [ -75.007269, 40.069161 ], [ -75.008128, 40.068585 ], [ -75.008788, 40.06735 ], [ -75.009635, 40.067672 ], [ -75.011381, 40.06842 ], [ -75.013145, 40.066335 ], [ -75.012747, 40.062185 ], [ -75.013629, 40.062047 ], [ -75.013066, 40.059901 ], [ -75.013062, 40.059109 ], [ -75.013284, 40.058573 ], [ -75.013797, 40.058001 ], [ -75.014444, 40.057424 ], [ -75.019815, 40.060783 ], [ -75.020575, 40.061252 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349004", "device_counts": 1947, "stop_counts": 7755 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021984, 40.037965 ], [ -75.020392, 40.04353 ], [ -75.018502, 40.044081 ], [ -75.016377, 40.045672 ], [ -75.013422, 40.043306 ], [ -75.018683, 40.040047 ], [ -75.01783, 40.039076 ], [ -75.021682, 40.037088 ], [ -75.021984, 40.037965 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263014", "device_counts": 517, "stop_counts": 2878 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166725, 40.070165 ], [ -75.164781, 40.072161 ], [ -75.162035, 40.070685 ], [ -75.164106, 40.068662 ], [ -75.165348, 40.069372 ], [ -75.166725, 40.070165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361002", "device_counts": 1993, "stop_counts": 5621 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.001796, 40.10493 ], [ -74.997124, 40.108151 ], [ -74.995134, 40.106336 ], [ -74.995483, 40.106202 ], [ -74.992326, 40.103876 ], [ -74.993327, 40.102963 ], [ -74.992674, 40.10104 ], [ -74.995464, 40.099166 ], [ -74.999804, 40.103236 ], [ -75.001796, 40.10493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347022", "device_counts": 662, "stop_counts": 2819 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028756, 40.056781 ], [ -75.028397, 40.056728 ], [ -75.028291, 40.056363 ], [ -75.025431, 40.05637 ], [ -75.024345, 40.05644 ], [ -75.023374, 40.055334 ], [ -75.024173, 40.051483 ], [ -75.026753, 40.050779 ], [ -75.028549, 40.056169 ], [ -75.029032, 40.056399 ], [ -75.028756, 40.056781 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363022", "device_counts": 1172, "stop_counts": 7792 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981997, 40.102454 ], [ -74.9781, 40.099212 ], [ -74.977757, 40.098433 ], [ -74.981659, 40.095571 ], [ -74.979893, 40.09381 ], [ -74.986551, 40.099366 ], [ -74.981997, 40.102454 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038003", "device_counts": 1081, "stop_counts": 3808 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179651, 39.923652 ], [ -75.176295, 39.92425 ], [ -75.176361, 39.92396 ], [ -75.176906, 39.921464 ], [ -75.180045, 39.921872 ], [ -75.179651, 39.923652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083024", "device_counts": 1199, "stop_counts": 4675 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.244084, 39.955743 ], [ -75.240137, 39.955252 ], [ -75.238166, 39.955011 ], [ -75.238476, 39.953485 ], [ -75.240449, 39.953733 ], [ -75.24441, 39.954226 ], [ -75.244084, 39.955743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176021", "device_counts": 2005, "stop_counts": 7522 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12926, 39.998539 ], [ -75.12538, 39.998043 ], [ -75.125737, 39.996451 ], [ -75.126054, 39.994957 ], [ -75.129921, 39.99546 ], [ -75.12926, 39.998539 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009022", "device_counts": 5833, "stop_counts": 15481 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159751, 39.948783 ], [ -75.157392, 39.94849 ], [ -75.156646, 39.948394 ], [ -75.156855, 39.947246 ], [ -75.157113, 39.946025 ], [ -75.159481, 39.946325 ], [ -75.160267, 39.946422 ], [ -75.159751, 39.948783 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011022", "device_counts": 2812, "stop_counts": 7001 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159481, 39.946325 ], [ -75.157113, 39.946025 ], [ -75.156337, 39.945923 ], [ -75.156841, 39.943615 ], [ -75.159984, 39.944009 ], [ -75.159481, 39.946325 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012013", "device_counts": 2568, "stop_counts": 5822 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178156, 39.94719 ], [ -75.174627, 39.946753 ], [ -75.175054, 39.944832 ], [ -75.176985, 39.94508 ], [ -75.178578, 39.945269 ], [ -75.178156, 39.94719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013002", "device_counts": 1296, "stop_counts": 4154 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180838, 39.942631 ], [ -75.180624, 39.943641 ], [ -75.177374, 39.943231 ], [ -75.177554, 39.942487 ], [ -75.177598, 39.942228 ], [ -75.177761, 39.941461 ], [ -75.181002, 39.941863 ], [ -75.180838, 39.942631 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014002", "device_counts": 1205, "stop_counts": 3847 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177374, 39.943231 ], [ -75.177169, 39.944209 ], [ -75.176985, 39.94508 ], [ -75.175054, 39.944832 ], [ -75.175241, 39.943969 ], [ -75.175628, 39.942254 ], [ -75.177554, 39.942487 ], [ -75.177374, 39.943231 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019001", "device_counts": 1615, "stop_counts": 4603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174271, 39.941021 ], [ -75.174104, 39.941793 ], [ -75.170955, 39.941404 ], [ -75.169386, 39.941211 ], [ -75.171125, 39.940626 ], [ -75.171341, 39.939663 ], [ -75.174481, 39.940056 ], [ -75.174271, 39.941021 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025003", "device_counts": 787, "stop_counts": 2446 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154194, 39.933649 ], [ -75.151041, 39.933227 ], [ -75.149463, 39.933019 ], [ -75.149728, 39.931793 ], [ -75.151309, 39.932007 ], [ -75.152893, 39.932208 ], [ -75.154454, 39.93242 ], [ -75.154194, 39.933649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028023", "device_counts": 1155, "stop_counts": 3718 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161428, 39.930017 ], [ -75.158296, 39.929602 ], [ -75.158393, 39.929177 ], [ -75.158666, 39.927955 ], [ -75.158745, 39.927564 ], [ -75.161881, 39.927985 ], [ -75.161428, 39.930017 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030013", "device_counts": 1076, "stop_counts": 5046 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172907, 39.929811 ], [ -75.171339, 39.929608 ], [ -75.170891, 39.929552 ], [ -75.171137, 39.928329 ], [ -75.171397, 39.927104 ], [ -75.172416, 39.927232 ], [ -75.173426, 39.927363 ], [ -75.172907, 39.929811 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031006", "device_counts": 1539, "stop_counts": 4796 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181419, 39.932161 ], [ -75.181162, 39.933385 ], [ -75.180621, 39.935816 ], [ -75.179035, 39.935612 ], [ -75.179553, 39.933178 ], [ -75.180001, 39.93117 ], [ -75.181589, 39.931366 ], [ -75.181419, 39.932161 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032006", "device_counts": 921, "stop_counts": 3971 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.189148, 39.935671 ], [ -75.187578, 39.935461 ], [ -75.188115, 39.933014 ], [ -75.188636, 39.930583 ], [ -75.190222, 39.930779 ], [ -75.189148, 39.935671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033001", "device_counts": 1306, "stop_counts": 6926 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192322, 39.931054 ], [ -75.191274, 39.935934 ], [ -75.189148, 39.935671 ], [ -75.190222, 39.930779 ], [ -75.191783, 39.930982 ], [ -75.192322, 39.931054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037015", "device_counts": 948, "stop_counts": 3688 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183601, 39.929928 ], [ -75.181944, 39.929729 ], [ -75.178445, 39.929271 ], [ -75.178615, 39.928469 ], [ -75.178705, 39.928046 ], [ -75.180624, 39.928289 ], [ -75.182804, 39.928575 ], [ -75.183601, 39.929928 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039023", "device_counts": 1441, "stop_counts": 5275 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17718, 39.91489 ], [ -75.175217, 39.915653 ], [ -75.175394, 39.914691 ], [ -75.171877, 39.914256 ], [ -75.172294, 39.912393 ], [ -75.177806, 39.91309 ], [ -75.17718, 39.91489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039012", "device_counts": 1574, "stop_counts": 4749 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173226, 39.923556 ], [ -75.170023, 39.923138 ], [ -75.170309, 39.921885 ], [ -75.170581, 39.920653 ], [ -75.173748, 39.92106 ], [ -75.173226, 39.923556 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040012", "device_counts": 1269, "stop_counts": 4314 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166014, 39.923903 ], [ -75.162876, 39.923489 ], [ -75.163412, 39.921015 ], [ -75.166563, 39.921418 ], [ -75.166014, 39.923903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042014", "device_counts": 1591, "stop_counts": 8305 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154526, 39.924895 ], [ -75.152938, 39.924679 ], [ -75.150101, 39.924305 ], [ -75.149405, 39.924207 ], [ -75.149916, 39.921819 ], [ -75.155056, 39.922495 ], [ -75.154526, 39.924895 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042024", "device_counts": 751, "stop_counts": 5204 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155597, 39.920013 ], [ -75.150461, 39.919345 ], [ -75.15073, 39.918097 ], [ -75.155865, 39.918755 ], [ -75.155597, 39.920013 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037023", "device_counts": 1683, "stop_counts": 5199 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186029, 39.926481 ], [ -75.184393, 39.926276 ], [ -75.185202, 39.922574 ], [ -75.186937, 39.922318 ], [ -75.186029, 39.926481 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037012", "device_counts": 1298, "stop_counts": 5237 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178859, 39.927265 ], [ -75.175741, 39.92685 ], [ -75.176088, 39.925198 ], [ -75.179242, 39.925606 ], [ -75.178859, 39.927265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060003", "device_counts": 748, "stop_counts": 4304 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240333, 39.912999 ], [ -75.238949, 39.913959 ], [ -75.237599, 39.914934 ], [ -75.236026, 39.916036 ], [ -75.23463, 39.914848 ], [ -75.23374, 39.914073 ], [ -75.238951, 39.911823 ], [ -75.240333, 39.912999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062001", "device_counts": 1487, "stop_counts": 5750 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230327, 39.922201 ], [ -75.227538, 39.91984 ], [ -75.22943, 39.918507 ], [ -75.232221, 39.920865 ], [ -75.230327, 39.922201 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065005", "device_counts": 677, "stop_counts": 3044 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247028, 39.943414 ], [ -75.246634, 39.943541 ], [ -75.241771, 39.945297 ], [ -75.240266, 39.945866 ], [ -75.238875, 39.94468 ], [ -75.240969, 39.943762 ], [ -75.243542, 39.942306 ], [ -75.246822, 39.94297 ], [ -75.247028, 39.943414 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066002", "device_counts": 839, "stop_counts": 3242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231276, 39.931827 ], [ -75.230248, 39.932551 ], [ -75.227589, 39.930313 ], [ -75.229222, 39.929172 ], [ -75.230104, 39.929711 ], [ -75.232362, 39.931074 ], [ -75.231276, 39.931827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067006", "device_counts": 1196, "stop_counts": 5077 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22495, 39.923838 ], [ -75.22444, 39.924188 ], [ -75.225832, 39.925361 ], [ -75.22484, 39.926055 ], [ -75.223452, 39.92489 ], [ -75.22216, 39.923892 ], [ -75.224111, 39.921005 ], [ -75.224926, 39.921692 ], [ -75.226319, 39.922867 ], [ -75.22495, 39.923838 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070001", "device_counts": 1184, "stop_counts": 4151 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220278, 39.939572 ], [ -75.218874, 39.938393 ], [ -75.217614, 39.93733 ], [ -75.218983, 39.936369 ], [ -75.219442, 39.936041 ], [ -75.222098, 39.938279 ], [ -75.220278, 39.939572 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070002", "device_counts": 706, "stop_counts": 2995 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223012, 39.937643 ], [ -75.222098, 39.938279 ], [ -75.219442, 39.936041 ], [ -75.220343, 39.935408 ], [ -75.221605, 39.936464 ], [ -75.222986, 39.9355 ], [ -75.224388, 39.936676 ], [ -75.223012, 39.937643 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071024", "device_counts": 748, "stop_counts": 4859 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229553, 39.943168 ], [ -75.228184, 39.944134 ], [ -75.226334, 39.942562 ], [ -75.229077, 39.940637 ], [ -75.229528, 39.941018 ], [ -75.230928, 39.942194 ], [ -75.229553, 39.943168 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073001", "device_counts": 885, "stop_counts": 4990 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221612, 39.944584 ], [ -75.22022, 39.943415 ], [ -75.219138, 39.944186 ], [ -75.217136, 39.94374 ], [ -75.220175, 39.941602 ], [ -75.221367, 39.942626 ], [ -75.222759, 39.943806 ], [ -75.221612, 39.944584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074003", "device_counts": 1363, "stop_counts": 6081 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.215246, 39.943087 ], [ -75.212601, 39.94085 ], [ -75.213865, 39.939974 ], [ -75.215089, 39.939093 ], [ -75.217764, 39.941343 ], [ -75.215246, 39.943087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078002", "device_counts": 903, "stop_counts": 2210 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219002, 39.944283 ], [ -75.217733, 39.945183 ], [ -75.215162, 39.946978 ], [ -75.213961, 39.945974 ], [ -75.21652, 39.944171 ], [ -75.215615, 39.943402 ], [ -75.217136, 39.94374 ], [ -75.219138, 39.944186 ], [ -75.219002, 39.944283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078005", "device_counts": 1799, "stop_counts": 4696 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.217121, 39.94861 ], [ -75.21292, 39.949065 ], [ -75.211389, 39.947796 ], [ -75.213961, 39.945974 ], [ -75.215162, 39.946978 ], [ -75.217121, 39.94861 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079003", "device_counts": 1930, "stop_counts": 5447 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222914, 39.949975 ], [ -75.22275, 39.950754 ], [ -75.218833, 39.950273 ], [ -75.219234, 39.948368 ], [ -75.221237, 39.948161 ], [ -75.223315, 39.947925 ], [ -75.222914, 39.949975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081013", "device_counts": 922, "stop_counts": 3527 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239232, 39.949923 ], [ -75.239118, 39.950446 ], [ -75.235165, 39.949953 ], [ -75.235479, 39.948433 ], [ -75.23943, 39.948931 ], [ -75.239232, 39.949923 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082003", "device_counts": 1419, "stop_counts": 4799 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243536, 39.948659 ], [ -75.239641, 39.947932 ], [ -75.240052, 39.945917 ], [ -75.240266, 39.945866 ], [ -75.241771, 39.945297 ], [ -75.242107, 39.945829 ], [ -75.244026, 39.946316 ], [ -75.243536, 39.948659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176015", "device_counts": 1554, "stop_counts": 5021 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13735, 39.996421 ], [ -75.134444, 39.996049 ], [ -75.135807, 39.993154 ], [ -75.135121, 39.99306 ], [ -75.135466, 39.991479 ], [ -75.138352, 39.991851 ], [ -75.13735, 39.996421 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084006", "device_counts": 2059, "stop_counts": 5555 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239658, 39.957534 ], [ -75.238785, 39.961715 ], [ -75.236808, 39.961471 ], [ -75.234869, 39.961231 ], [ -75.236971, 39.960698 ], [ -75.237448, 39.958433 ], [ -75.237934, 39.956062 ], [ -75.239909, 39.956313 ], [ -75.239658, 39.957534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085002", "device_counts": 2680, "stop_counts": 8560 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225634, 39.956372 ], [ -75.225351, 39.957714 ], [ -75.221397, 39.957227 ], [ -75.221559, 39.956461 ], [ -75.221798, 39.955319 ], [ -75.223775, 39.955565 ], [ -75.225746, 39.955814 ], [ -75.225634, 39.956372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087013", "device_counts": 2357, "stop_counts": 7240 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211677, 39.95524 ], [ -75.208761, 39.95488 ], [ -75.209264, 39.952522 ], [ -75.209326, 39.951436 ], [ -75.212393, 39.951811 ], [ -75.211677, 39.95524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088012", "device_counts": 4981, "stop_counts": 10634 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199622, 39.95686 ], [ -75.196121, 39.956429 ], [ -75.196603, 39.954149 ], [ -75.200098, 39.954582 ], [ -75.199622, 39.95686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093002", "device_counts": 1105, "stop_counts": 3910 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22422, 39.963086 ], [ -75.223746, 39.963026 ], [ -75.219693, 39.962523 ], [ -75.219439, 39.960941 ], [ -75.224541, 39.961567 ], [ -75.22422, 39.963086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094003", "device_counts": 1566, "stop_counts": 5302 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236587, 39.962519 ], [ -75.23454, 39.962807 ], [ -75.232527, 39.962557 ], [ -75.232857, 39.960976 ], [ -75.234869, 39.961231 ], [ -75.236808, 39.961471 ], [ -75.236587, 39.962519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096004", "device_counts": 1589, "stop_counts": 4840 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247169, 39.965927 ], [ -75.242087, 39.965303 ], [ -75.242406, 39.963779 ], [ -75.246425, 39.964276 ], [ -75.247109, 39.964294 ], [ -75.247169, 39.965927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100003", "device_counts": 622, "stop_counts": 3039 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250203, 39.974815 ], [ -75.247797, 39.975079 ], [ -75.247494, 39.975113 ], [ -75.246935, 39.972111 ], [ -75.24887, 39.972339 ], [ -75.249901, 39.973197 ], [ -75.250203, 39.974815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101002", "device_counts": 1364, "stop_counts": 5507 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240984, 39.971378 ], [ -75.241209, 39.9726 ], [ -75.240427, 39.972687 ], [ -75.237983, 39.972957 ], [ -75.237455, 39.970141 ], [ -75.239133, 39.969893 ], [ -75.24181, 39.971472 ], [ -75.240984, 39.971378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104002", "device_counts": 765, "stop_counts": 3723 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220823, 39.969982 ], [ -75.217172, 39.970351 ], [ -75.216996, 39.968969 ], [ -75.217866, 39.968342 ], [ -75.220578, 39.968067 ], [ -75.220823, 39.969982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105001", "device_counts": 1370, "stop_counts": 4367 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2168, 39.967459 ], [ -75.21365, 39.967696 ], [ -75.213228, 39.964331 ], [ -75.216376, 39.964094 ], [ -75.216516, 39.965214 ], [ -75.2168, 39.967459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109002", "device_counts": 716, "stop_counts": 2804 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191719, 39.964652 ], [ -75.187933, 39.965074 ], [ -75.187551, 39.963931 ], [ -75.191494, 39.963503 ], [ -75.191719, 39.964652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111002", "device_counts": 2610, "stop_counts": 6052 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225841, 39.97143 ], [ -75.222613, 39.97212 ], [ -75.222827, 39.973318 ], [ -75.219481, 39.973665 ], [ -75.219655, 39.97377 ], [ -75.21953, 39.974639 ], [ -75.216331, 39.97279 ], [ -75.217767, 39.972627 ], [ -75.217172, 39.970351 ], [ -75.220823, 39.969982 ], [ -75.223118, 39.969747 ], [ -75.225372, 39.969517 ], [ -75.225841, 39.97143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112004", "device_counts": 1233, "stop_counts": 5343 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237983, 39.972957 ], [ -75.235493, 39.973234 ], [ -75.234732, 39.973315 ], [ -75.234203, 39.9705 ], [ -75.235697, 39.970336 ], [ -75.237455, 39.970141 ], [ -75.237983, 39.972957 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115004", "device_counts": 917, "stop_counts": 4193 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255661, 39.976755 ], [ -75.253747, 39.975937 ], [ -75.252323, 39.976786 ], [ -75.251914, 39.974623 ], [ -75.255196, 39.97426 ], [ -75.255661, 39.976755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118006", "device_counts": 550, "stop_counts": 2276 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239838, 39.989287 ], [ -75.238361, 39.990486 ], [ -75.237785, 39.990669 ], [ -75.237879, 39.990229 ], [ -75.237488, 39.987996 ], [ -75.237176, 39.986439 ], [ -75.238184, 39.986061 ], [ -75.23987, 39.988202 ], [ -75.239838, 39.989287 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010121001", "device_counts": 5273, "stop_counts": 14833 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226402, 40.001255 ], [ -75.220665, 40.003944 ], [ -75.219551, 39.999839 ], [ -75.223637, 39.999066 ], [ -75.226402, 40.001255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122042", "device_counts": 5083, "stop_counts": 22315 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220665, 40.003944 ], [ -75.213745, 40.00716 ], [ -75.213537, 40.006554 ], [ -75.214054, 40.00501 ], [ -75.215355, 40.001244 ], [ -75.21114, 40.002124 ], [ -75.209695, 39.99965 ], [ -75.208809, 39.999431 ], [ -75.20728, 39.999054 ], [ -75.209317, 39.99842 ], [ -75.210844, 39.998511 ], [ -75.217994, 39.994223 ], [ -75.219551, 39.999839 ], [ -75.220665, 40.003944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134011", "device_counts": 2473, "stop_counts": 5855 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178641, 39.967399 ], [ -75.17539, 39.967345 ], [ -75.176778, 39.964822 ], [ -75.177513, 39.965382 ], [ -75.179683, 39.967416 ], [ -75.178641, 39.967399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136022", "device_counts": 1074, "stop_counts": 4460 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.185394, 39.973417 ], [ -75.182147, 39.973009 ], [ -75.180729, 39.972841 ], [ -75.181234, 39.970504 ], [ -75.183561, 39.970778 ], [ -75.185594, 39.972518 ], [ -75.185394, 39.973417 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136024", "device_counts": 349, "stop_counts": 1391 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175948, 39.972232 ], [ -75.174367, 39.972035 ], [ -75.174869, 39.96971 ], [ -75.17646, 39.96991 ], [ -75.175948, 39.972232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010138001", "device_counts": 900, "stop_counts": 3587 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179172, 39.979988 ], [ -75.177585, 39.979774 ], [ -75.175989, 39.979572 ], [ -75.174393, 39.97938 ], [ -75.173126, 39.97775 ], [ -75.173414, 39.976363 ], [ -75.179779, 39.977188 ], [ -75.179172, 39.979988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144002", "device_counts": 8102, "stop_counts": 24218 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141976, 39.97519 ], [ -75.139715, 39.974897 ], [ -75.133374, 39.97409 ], [ -75.134401, 39.972303 ], [ -75.134428, 39.968791 ], [ -75.135143, 39.968687 ], [ -75.139578, 39.969515 ], [ -75.140665, 39.969652 ], [ -75.141433, 39.972471 ], [ -75.142581, 39.972388 ], [ -75.141976, 39.97519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144001", "device_counts": 1625, "stop_counts": 4989 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144459, 39.972629 ], [ -75.142581, 39.972388 ], [ -75.141433, 39.972471 ], [ -75.140665, 39.969652 ], [ -75.143095, 39.969954 ], [ -75.145018, 39.970191 ], [ -75.144459, 39.972629 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028011", "device_counts": 1772, "stop_counts": 6354 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158393, 39.929177 ], [ -75.158296, 39.929602 ], [ -75.158121, 39.930394 ], [ -75.154997, 39.929984 ], [ -75.155463, 39.927956 ], [ -75.155546, 39.92755 ], [ -75.158666, 39.927955 ], [ -75.158393, 39.929177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313001", "device_counts": 1778, "stop_counts": 4873 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070025, 40.039139 ], [ -75.067663, 40.041634 ], [ -75.06558, 40.040442 ], [ -75.068003, 40.038059 ], [ -75.070025, 40.039139 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031004", "device_counts": 1050, "stop_counts": 4069 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181589, 39.931366 ], [ -75.180001, 39.93117 ], [ -75.176513, 39.930716 ], [ -75.176606, 39.930285 ], [ -75.178445, 39.929271 ], [ -75.181944, 39.929729 ], [ -75.181589, 39.931366 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202001", "device_counts": 1740, "stop_counts": 6959 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165554, 40.004859 ], [ -75.165228, 40.006354 ], [ -75.161747, 40.005905 ], [ -75.161409, 40.007399 ], [ -75.158278, 40.006994 ], [ -75.158926, 40.004009 ], [ -75.160843, 40.002634 ], [ -75.165896, 40.003269 ], [ -75.165554, 40.004859 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010359002", "device_counts": 3712, "stop_counts": 14994 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028883, 40.102543 ], [ -75.026305, 40.108324 ], [ -75.025585, 40.109312 ], [ -75.024306, 40.111181 ], [ -75.023459, 40.110847 ], [ -75.01993, 40.110978 ], [ -75.014449, 40.115451 ], [ -75.013156, 40.11397 ], [ -75.008712, 40.119612 ], [ -75.006991, 40.118599 ], [ -75.005391, 40.114802 ], [ -75.017061, 40.105919 ], [ -75.023927, 40.100702 ], [ -75.027635, 40.101765 ], [ -75.028883, 40.102543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010061002", "device_counts": 777, "stop_counts": 3678 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22943, 39.918507 ], [ -75.227538, 39.91984 ], [ -75.225839, 39.918503 ], [ -75.227809, 39.916106 ], [ -75.230094, 39.918046 ], [ -75.22943, 39.918507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204001", "device_counts": 1185, "stop_counts": 3660 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157303, 40.022607 ], [ -75.154929, 40.02229 ], [ -75.155239, 40.020486 ], [ -75.155692, 40.019078 ], [ -75.156094, 40.019695 ], [ -75.159035, 40.0228 ], [ -75.157303, 40.022607 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264006", "device_counts": 582, "stop_counts": 3017 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166072, 40.067194 ], [ -75.165706, 40.067438 ], [ -75.163822, 40.066357 ], [ -75.162957, 40.067255 ], [ -75.159774, 40.06542 ], [ -75.160688, 40.064468 ], [ -75.162018, 40.063095 ], [ -75.165714, 40.06439 ], [ -75.168099, 40.065219 ], [ -75.166072, 40.067194 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313005", "device_counts": 824, "stop_counts": 3328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.072645, 40.044394 ], [ -75.070634, 40.043272 ], [ -75.069459, 40.042621 ], [ -75.071817, 40.040124 ], [ -75.072996, 40.040803 ], [ -75.071813, 40.042033 ], [ -75.073836, 40.043174 ], [ -75.072645, 40.044394 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302003", "device_counts": 1356, "stop_counts": 6802 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086568, 40.023537 ], [ -75.084726, 40.025458 ], [ -75.083038, 40.027241 ], [ -75.081379, 40.026314 ], [ -75.080031, 40.025569 ], [ -75.081931, 40.024707 ], [ -75.084269, 40.022331 ], [ -75.084426, 40.022417 ], [ -75.085089, 40.022761 ], [ -75.086568, 40.023537 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289021", "device_counts": 1190, "stop_counts": 4972 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112217, 40.020056 ], [ -75.110835, 40.02172 ], [ -75.110242, 40.022242 ], [ -75.104845, 40.02356 ], [ -75.103204, 40.021057 ], [ -75.107446, 40.017517 ], [ -75.107063, 40.016777 ], [ -75.107152, 40.016728 ], [ -75.109024, 40.016286 ], [ -75.108678, 40.017942 ], [ -75.113951, 40.018603 ], [ -75.112217, 40.020056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338003", "device_counts": 512, "stop_counts": 2207 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07876, 40.0585 ], [ -75.074826, 40.062706 ], [ -75.073909, 40.062192 ], [ -75.072766, 40.061554 ], [ -75.076734, 40.05735 ], [ -75.07876, 40.0585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146003", "device_counts": 689, "stop_counts": 3465 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156616, 39.974198 ], [ -75.155061, 39.973996 ], [ -75.151915, 39.973588 ], [ -75.152188, 39.972318 ], [ -75.156893, 39.972927 ], [ -75.156616, 39.974198 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307001", "device_counts": 2491, "stop_counts": 8898 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089972, 40.057821 ], [ -75.08478, 40.062044 ], [ -75.083833, 40.061472 ], [ -75.083525, 40.06127 ], [ -75.08498, 40.058893 ], [ -75.085676, 40.057208 ], [ -75.085794, 40.055424 ], [ -75.085847, 40.05441 ], [ -75.089115, 40.056227 ], [ -75.088408, 40.05694 ], [ -75.089972, 40.057821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199001", "device_counts": 2024, "stop_counts": 6058 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140472, 40.007878 ], [ -75.139652, 40.007755 ], [ -75.136858, 40.007394 ], [ -75.137529, 40.004304 ], [ -75.14116, 40.004784 ], [ -75.140472, 40.007878 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064002", "device_counts": 948, "stop_counts": 6136 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243254, 39.92947 ], [ -75.242254, 39.929287 ], [ -75.241996, 39.930036 ], [ -75.239625, 39.92957 ], [ -75.239873, 39.928824 ], [ -75.238729, 39.928585 ], [ -75.239493, 39.928024 ], [ -75.242349, 39.926031 ], [ -75.243494, 39.926963 ], [ -75.243254, 39.92947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118002", "device_counts": 811, "stop_counts": 5122 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237488, 39.987996 ], [ -75.232932, 39.988934 ], [ -75.23267, 39.988155 ], [ -75.232136, 39.986635 ], [ -75.234774, 39.986089 ], [ -75.23703, 39.985619 ], [ -75.237176, 39.986439 ], [ -75.237488, 39.987996 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080002", "device_counts": 2294, "stop_counts": 6463 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22703, 39.949702 ], [ -75.226869, 39.95046 ], [ -75.222914, 39.949975 ], [ -75.223315, 39.947925 ], [ -75.224946, 39.947744 ], [ -75.227419, 39.94777 ], [ -75.22703, 39.949702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311023", "device_counts": 2031, "stop_counts": 8206 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085499, 40.034421 ], [ -75.084311, 40.035676 ], [ -75.083148, 40.036924 ], [ -75.080981, 40.035713 ], [ -75.081757, 40.034924 ], [ -75.084273, 40.032172 ], [ -75.084832, 40.032349 ], [ -75.085313, 40.033521 ], [ -75.085499, 40.034421 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372003", "device_counts": 668, "stop_counts": 2153 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166914, 39.916189 ], [ -75.16453, 39.915875 ], [ -75.165081, 39.913368 ], [ -75.167462, 39.913675 ], [ -75.166914, 39.916189 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311021", "device_counts": 848, "stop_counts": 4234 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084412, 40.039499 ], [ -75.082674, 40.04242 ], [ -75.080904, 40.041432 ], [ -75.081533, 40.040754 ], [ -75.082114, 40.040147 ], [ -75.084464, 40.037657 ], [ -75.083148, 40.036924 ], [ -75.084311, 40.035676 ], [ -75.086804, 40.037049 ], [ -75.084412, 40.039499 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101007", "device_counts": 1039, "stop_counts": 3494 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245247, 39.973778 ], [ -75.24329, 39.973997 ], [ -75.242987, 39.972396 ], [ -75.241209, 39.9726 ], [ -75.240984, 39.971378 ], [ -75.24181, 39.971472 ], [ -75.243788, 39.971723 ], [ -75.244885, 39.971854 ], [ -75.245247, 39.973778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242002", "device_counts": 939, "stop_counts": 4412 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174572, 40.029244 ], [ -75.173482, 40.030336 ], [ -75.169816, 40.02845 ], [ -75.172523, 40.025758 ], [ -75.174043, 40.026588 ], [ -75.173611, 40.028691 ], [ -75.174572, 40.029244 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331014", "device_counts": 648, "stop_counts": 4832 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040003, 40.041793 ], [ -75.038285, 40.042589 ], [ -75.034393, 40.044379 ], [ -75.033482, 40.043203 ], [ -75.036557, 40.041926 ], [ -75.035726, 40.040863 ], [ -75.036639, 40.04046 ], [ -75.03836, 40.039695 ], [ -75.040003, 40.041793 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171002", "device_counts": 1156, "stop_counts": 5015 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171595, 40.002377 ], [ -75.171247, 40.003951 ], [ -75.169093, 40.003671 ], [ -75.169754, 40.000622 ], [ -75.171912, 40.000883 ], [ -75.171595, 40.002377 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348011", "device_counts": 684, "stop_counts": 4799 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.019047, 40.056391 ], [ -75.012828, 40.056404 ], [ -75.010143, 40.054607 ], [ -75.0112, 40.053653 ], [ -75.012956, 40.051541 ], [ -75.015331, 40.050165 ], [ -75.015641, 40.050595 ], [ -75.016153, 40.051807 ], [ -75.019023, 40.054967 ], [ -75.019047, 40.056391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062003", "device_counts": 706, "stop_counts": 4133 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233878, 39.919693 ], [ -75.231092, 39.917343 ], [ -75.232692, 39.916219 ], [ -75.235477, 39.918575 ], [ -75.233878, 39.919693 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090004", "device_counts": 5498, "stop_counts": 17673 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193574, 39.958689 ], [ -75.18921, 39.958811 ], [ -75.189063, 39.957606 ], [ -75.189489, 39.955593 ], [ -75.194152, 39.95618 ], [ -75.193574, 39.958689 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379002", "device_counts": 628, "stop_counts": 3018 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.102621, 39.988348 ], [ -75.099128, 39.990172 ], [ -75.097054, 39.987828 ], [ -75.100552, 39.986001 ], [ -75.100912, 39.986416 ], [ -75.102621, 39.988348 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197005", "device_counts": 927, "stop_counts": 3263 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141745, 40.012939 ], [ -75.141126, 40.015818 ], [ -75.139464, 40.015599 ], [ -75.13981, 40.014014 ], [ -75.140125, 40.012538 ], [ -75.141786, 40.012708 ], [ -75.141745, 40.012939 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113002", "device_counts": 1225, "stop_counts": 5847 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23407, 39.980326 ], [ -75.230171, 39.978794 ], [ -75.229855, 39.977069 ], [ -75.231783, 39.976852 ], [ -75.233691, 39.976642 ], [ -75.234013, 39.978361 ], [ -75.23407, 39.980326 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305013", "device_counts": 1224, "stop_counts": 8962 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.104633, 40.040073 ], [ -75.100374, 40.044605 ], [ -75.098357, 40.043483 ], [ -75.099539, 40.042241 ], [ -75.103163, 40.039196 ], [ -75.104633, 40.040073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278002", "device_counts": 3545, "stop_counts": 10745 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146978, 40.04173 ], [ -75.146776, 40.044848 ], [ -75.143547, 40.044426 ], [ -75.143868, 40.042901 ], [ -75.144224, 40.041381 ], [ -75.144302, 40.04109 ], [ -75.146469, 40.040087 ], [ -75.148083, 40.04048 ], [ -75.146978, 40.04173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022001", "device_counts": 2363, "stop_counts": 5735 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170025, 39.938263 ], [ -75.166816, 39.937869 ], [ -75.167083, 39.936742 ], [ -75.167303, 39.935695 ], [ -75.170455, 39.936232 ], [ -75.170025, 39.938263 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317005", "device_counts": 1026, "stop_counts": 4579 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.074325, 40.028469 ], [ -75.073733, 40.029784 ], [ -75.072682, 40.031938 ], [ -75.069719, 40.029984 ], [ -75.068878, 40.030875 ], [ -75.067697, 40.03212 ], [ -75.066299, 40.031344 ], [ -75.068445, 40.02871 ], [ -75.065403, 40.027033 ], [ -75.067957, 40.026583 ], [ -75.073364, 40.025369 ], [ -75.075488, 40.027071 ], [ -75.074325, 40.028469 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175003", "device_counts": 2947, "stop_counts": 7453 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147461, 39.994656 ], [ -75.14183, 39.993929 ], [ -75.139851, 39.993672 ], [ -75.140198, 39.992086 ], [ -75.142173, 39.992343 ], [ -75.142999, 39.992449 ], [ -75.147887, 39.993078 ], [ -75.147461, 39.994656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072002", "device_counts": 2821, "stop_counts": 9304 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233604, 39.947351 ], [ -75.231271, 39.947909 ], [ -75.229894, 39.947791 ], [ -75.228202, 39.94627 ], [ -75.228686, 39.945913 ], [ -75.2305, 39.944656 ], [ -75.231754, 39.945721 ], [ -75.232349, 39.945515 ], [ -75.233718, 39.944559 ], [ -75.233604, 39.947351 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171004", "device_counts": 2575, "stop_counts": 7829 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186861, 40.000409 ], [ -75.186812, 40.000434 ], [ -75.184564, 40.002493 ], [ -75.183953, 40.002838 ], [ -75.181141, 40.003697 ], [ -75.178809, 40.004937 ], [ -75.176913, 40.004697 ], [ -75.17725, 40.003097 ], [ -75.171595, 40.002377 ], [ -75.171912, 40.000883 ], [ -75.174663, 40.001009 ], [ -75.176301, 39.999921 ], [ -75.178237, 39.998611 ], [ -75.180188, 39.997253 ], [ -75.182341, 39.997519 ], [ -75.187604, 39.998195 ], [ -75.186861, 40.000409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036002", "device_counts": 1324, "stop_counts": 4992 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199844, 39.932447 ], [ -75.199503, 39.934508 ], [ -75.197537, 39.934232 ], [ -75.196486, 39.930309 ], [ -75.193621, 39.929965 ], [ -75.194153, 39.927514 ], [ -75.194623, 39.92681 ], [ -75.199586, 39.931807 ], [ -75.199844, 39.932447 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333002", "device_counts": 2558, "stop_counts": 9508 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04703, 40.052268 ], [ -75.044906, 40.053657 ], [ -75.046558, 40.05458 ], [ -75.045268, 40.055875 ], [ -75.046537, 40.056567 ], [ -75.045522, 40.057614 ], [ -75.041248, 40.054576 ], [ -75.039449, 40.055286 ], [ -75.040059, 40.054079 ], [ -75.040247, 40.053158 ], [ -75.042279, 40.049992 ], [ -75.045149, 40.048854 ], [ -75.04703, 40.052268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113001", "device_counts": 2541, "stop_counts": 7328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239335, 39.981447 ], [ -75.239042, 39.98195 ], [ -75.23407, 39.980326 ], [ -75.234013, 39.978361 ], [ -75.238891, 39.977818 ], [ -75.239124, 39.979069 ], [ -75.239467, 39.980914 ], [ -75.239335, 39.981447 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275003", "device_counts": 2475, "stop_counts": 7145 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134818, 40.036987 ], [ -75.132476, 40.036684 ], [ -75.130518, 40.036437 ], [ -75.13129, 40.032818 ], [ -75.135042, 40.033284 ], [ -75.134818, 40.036987 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347013", "device_counts": 4349, "stop_counts": 10847 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.039163, 40.070369 ], [ -75.036627, 40.073019 ], [ -75.035087, 40.074617 ], [ -75.032965, 40.072152 ], [ -75.033861, 40.071694 ], [ -75.033152, 40.068038 ], [ -75.036372, 40.066447 ], [ -75.040265, 40.068747 ], [ -75.039163, 40.070369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336005", "device_counts": 626, "stop_counts": 3052 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.061118, 40.068122 ], [ -75.059221, 40.067297 ], [ -75.057477, 40.066268 ], [ -75.055477, 40.065149 ], [ -75.056605, 40.063955 ], [ -75.057135, 40.063364 ], [ -75.057697, 40.062787 ], [ -75.06304, 40.066143 ], [ -75.061118, 40.068122 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167022", "device_counts": 1032, "stop_counts": 3638 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159366, 39.994525 ], [ -75.157791, 39.994342 ], [ -75.158144, 39.992771 ], [ -75.15769, 39.99118 ], [ -75.160044, 39.991473 ], [ -75.159366, 39.994525 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095001", "device_counts": 1009, "stop_counts": 3967 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237283, 39.968899 ], [ -75.237455, 39.970141 ], [ -75.235697, 39.970336 ], [ -75.235356, 39.968509 ], [ -75.235842, 39.966085 ], [ -75.237818, 39.96633 ], [ -75.237283, 39.968899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329005", "device_counts": 1743, "stop_counts": 6045 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033427, 40.039473 ], [ -75.03134, 40.040236 ], [ -75.028257, 40.041363 ], [ -75.027846, 40.040678 ], [ -75.027031, 40.038744 ], [ -75.031903, 40.036993 ], [ -75.032295, 40.037622 ], [ -75.033427, 40.039473 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352002", "device_counts": 1764, "stop_counts": 5400 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.999877, 40.050402 ], [ -74.994151, 40.054401 ], [ -74.990389, 40.050984 ], [ -74.987256, 40.05286 ], [ -74.984752, 40.055355 ], [ -74.984098, 40.054782 ], [ -74.986873, 40.052097 ], [ -74.99627, 40.047202 ], [ -74.999877, 40.050402 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010342001", "device_counts": 421, "stop_counts": 3671 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077179, 40.082798 ], [ -75.075061, 40.084174 ], [ -75.073278, 40.083085 ], [ -75.070181, 40.081194 ], [ -75.073705, 40.079182 ], [ -75.076258, 40.080605 ], [ -75.077121, 40.08108 ], [ -75.078845, 40.082048 ], [ -75.077179, 40.082798 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362033", "device_counts": 1429, "stop_counts": 7903 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.982413, 40.065736 ], [ -74.981173, 40.071985 ], [ -74.977684, 40.079834 ], [ -74.97725, 40.080506 ], [ -74.975247, 40.078848 ], [ -74.973615, 40.078901 ], [ -74.972817, 40.077559 ], [ -74.970537, 40.076281 ], [ -74.971156, 40.073992 ], [ -74.973251, 40.071487 ], [ -74.980525, 40.065702 ], [ -74.980688, 40.065007 ], [ -74.980718, 40.06472 ], [ -74.981154, 40.064912 ], [ -74.982355, 40.064672 ], [ -74.982413, 40.065736 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169012", "device_counts": 1245, "stop_counts": 5260 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176535, 39.992076 ], [ -75.176212, 39.993572 ], [ -75.174615, 39.993359 ], [ -75.171441, 39.992946 ], [ -75.171594, 39.9922 ], [ -75.173182, 39.992412 ], [ -75.173682, 39.990167 ], [ -75.175803, 39.988812 ], [ -75.177206, 39.988991 ], [ -75.176535, 39.992076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188002", "device_counts": 933, "stop_counts": 5488 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.104335, 39.997884 ], [ -75.102026, 39.999078 ], [ -75.101235, 39.998188 ], [ -75.100367, 39.997206 ], [ -75.102674, 39.996008 ], [ -75.103369, 39.996794 ], [ -75.104043, 39.997555 ], [ -75.104335, 39.997884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316006", "device_counts": 915, "stop_counts": 4222 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055334, 40.034739 ], [ -75.053701, 40.033844 ], [ -75.050972, 40.032324 ], [ -75.053249, 40.0317 ], [ -75.054054, 40.03118 ], [ -75.057092, 40.032869 ], [ -75.055334, 40.034739 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325003", "device_counts": 2046, "stop_counts": 9143 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048355, 40.029324 ], [ -75.04744, 40.029792 ], [ -75.044655, 40.031231 ], [ -75.043304, 40.029688 ], [ -75.042858, 40.029185 ], [ -75.041957, 40.028152 ], [ -75.040219, 40.026061 ], [ -75.039768, 40.025551 ], [ -75.043408, 40.023672 ], [ -75.044721, 40.025179 ], [ -75.046555, 40.027265 ], [ -75.047453, 40.028294 ], [ -75.047904, 40.02881 ], [ -75.048355, 40.029324 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191002", "device_counts": 1287, "stop_counts": 5934 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105434, 40.011197 ], [ -75.105099, 40.012784 ], [ -75.101864, 40.012369 ], [ -75.102552, 40.009202 ], [ -75.105768, 40.009619 ], [ -75.105434, 40.011197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038001", "device_counts": 862, "stop_counts": 3222 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180045, 39.921872 ], [ -75.176906, 39.921464 ], [ -75.177082, 39.920207 ], [ -75.177438, 39.91897 ], [ -75.180576, 39.919369 ], [ -75.180045, 39.921872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365021", "device_counts": 953, "stop_counts": 7346 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.000381, 40.123264 ], [ -74.996392, 40.127195 ], [ -74.997885, 40.127816 ], [ -74.994187, 40.131516 ], [ -74.993595, 40.132266 ], [ -74.992288, 40.130682 ], [ -74.993687, 40.126584 ], [ -74.989014, 40.12607 ], [ -74.987193, 40.123286 ], [ -74.993533, 40.11868 ], [ -74.997052, 40.121168 ], [ -75.000381, 40.123264 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341006", "device_counts": 379, "stop_counts": 1680 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082456, 40.082884 ], [ -75.078845, 40.082048 ], [ -75.077121, 40.08108 ], [ -75.076258, 40.080605 ], [ -75.078592, 40.078097 ], [ -75.082882, 40.079474 ], [ -75.082456, 40.082884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191004", "device_counts": 2053, "stop_counts": 9780 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.11136, 40.015867 ], [ -75.109024, 40.016286 ], [ -75.107152, 40.016728 ], [ -75.107063, 40.016777 ], [ -75.106018, 40.016352 ], [ -75.098916, 40.016433 ], [ -75.09704, 40.016018 ], [ -75.097041, 40.01595 ], [ -75.097055, 40.015202 ], [ -75.097431, 40.013325 ], [ -75.099374, 40.013583 ], [ -75.101557, 40.013878 ], [ -75.101864, 40.012369 ], [ -75.105099, 40.012784 ], [ -75.111811, 40.013662 ], [ -75.11136, 40.015867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243003", "device_counts": 640, "stop_counts": 4218 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170176, 40.022731 ], [ -75.169124, 40.023865 ], [ -75.168482, 40.023512 ], [ -75.163915, 40.02099 ], [ -75.165707, 40.019731 ], [ -75.169534, 40.022381 ], [ -75.170176, 40.022731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365022", "device_counts": 1400, "stop_counts": 6793 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.010453, 40.120681 ], [ -75.00527, 40.12605 ], [ -75.003255, 40.131012 ], [ -74.997885, 40.127816 ], [ -74.996392, 40.127195 ], [ -75.000381, 40.123264 ], [ -74.997052, 40.121168 ], [ -75.005391, 40.114802 ], [ -75.006991, 40.118599 ], [ -75.008712, 40.119612 ], [ -75.010453, 40.120681 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084003", "device_counts": 1077, "stop_counts": 3668 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237448, 39.958433 ], [ -75.235504, 39.958192 ], [ -75.235745, 39.957049 ], [ -75.235997, 39.955831 ], [ -75.237934, 39.956062 ], [ -75.237448, 39.958433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209002", "device_counts": 288, "stop_counts": 1951 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207863, 40.018582 ], [ -75.207595, 40.019536 ], [ -75.204057, 40.020213 ], [ -75.204055, 40.017273 ], [ -75.205622, 40.017107 ], [ -75.208116, 40.017764 ], [ -75.207863, 40.018582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172012", "device_counts": 2614, "stop_counts": 8507 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171997, 39.997826 ], [ -75.17042, 39.997618 ], [ -75.167215, 39.997197 ], [ -75.167568, 39.995621 ], [ -75.170767, 39.996036 ], [ -75.172355, 39.99624 ], [ -75.171997, 39.997826 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082007", "device_counts": 836, "stop_counts": 3555 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249056, 39.951679 ], [ -75.243068, 39.950926 ], [ -75.24323, 39.950172 ], [ -75.243381, 39.949411 ], [ -75.249371, 39.950153 ], [ -75.249056, 39.951679 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107002", "device_counts": 4440, "stop_counts": 14549 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211189, 39.968634 ], [ -75.208038, 39.968984 ], [ -75.207839, 39.967943 ], [ -75.203258, 39.968447 ], [ -75.203058, 39.967396 ], [ -75.20264, 39.965169 ], [ -75.202334, 39.963495 ], [ -75.202342, 39.963137 ], [ -75.20756, 39.966381 ], [ -75.208344, 39.966876 ], [ -75.210101, 39.967961 ], [ -75.211189, 39.968634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198006", "device_counts": 2111, "stop_counts": 5450 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138577, 40.008789 ], [ -75.138483, 40.009234 ], [ -75.137826, 40.012233 ], [ -75.136537, 40.012068 ], [ -75.135858, 40.011982 ], [ -75.136858, 40.007394 ], [ -75.139652, 40.007755 ], [ -75.138577, 40.008789 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365011", "device_counts": 5263, "stop_counts": 19487 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.01385, 40.128896 ], [ -75.013206, 40.130233 ], [ -75.012295, 40.131736 ], [ -75.009117, 40.134355 ], [ -75.003255, 40.131012 ], [ -75.00527, 40.12605 ], [ -75.010453, 40.120681 ], [ -75.015384, 40.123599 ], [ -75.01385, 40.128896 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140003", "device_counts": 3263, "stop_counts": 9980 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16175, 39.976262 ], [ -75.158526, 39.97585 ], [ -75.158782, 39.974482 ], [ -75.159237, 39.972384 ], [ -75.162507, 39.972799 ], [ -75.16175, 39.976262 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113003", "device_counts": 949, "stop_counts": 4662 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238891, 39.977818 ], [ -75.234013, 39.978361 ], [ -75.233691, 39.976642 ], [ -75.236087, 39.97638 ], [ -75.23857, 39.976101 ], [ -75.238891, 39.977818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310006", "device_counts": 573, "stop_counts": 2592 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082888, 40.048197 ], [ -75.079878, 40.051217 ], [ -75.079334, 40.051809 ], [ -75.077529, 40.050805 ], [ -75.073936, 40.048841 ], [ -75.075037, 40.047638 ], [ -75.07863, 40.049634 ], [ -75.079809, 40.048391 ], [ -75.080987, 40.047133 ], [ -75.082888, 40.048197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280001", "device_counts": 789, "stop_counts": 4252 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157153, 40.02413 ], [ -75.154245, 40.025634 ], [ -75.15461, 40.023801 ], [ -75.153357, 40.022088 ], [ -75.154929, 40.02229 ], [ -75.157303, 40.022607 ], [ -75.157153, 40.02413 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033003", "device_counts": 694, "stop_counts": 2443 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193615, 39.937485 ], [ -75.19306, 39.93741 ], [ -75.188885, 39.936887 ], [ -75.189148, 39.935671 ], [ -75.191274, 39.935934 ], [ -75.193315, 39.936206 ], [ -75.193873, 39.936286 ], [ -75.193615, 39.937485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274024", "device_counts": 1676, "stop_counts": 7661 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126643, 40.040681 ], [ -75.126311, 40.042203 ], [ -75.122078, 40.041664 ], [ -75.12281, 40.040181 ], [ -75.123535, 40.038719 ], [ -75.124744, 40.038876 ], [ -75.126977, 40.039155 ], [ -75.126643, 40.040681 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031002", "device_counts": 733, "stop_counts": 2953 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176513, 39.930716 ], [ -75.176069, 39.932721 ], [ -75.174495, 39.932523 ], [ -75.174764, 39.931307 ], [ -75.175032, 39.930087 ], [ -75.176606, 39.930285 ], [ -75.176513, 39.930716 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149004", "device_counts": 872, "stop_counts": 3697 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181579, 39.983313 ], [ -75.179952, 39.983108 ], [ -75.180591, 39.980167 ], [ -75.181135, 39.980238 ], [ -75.182215, 39.980373 ], [ -75.181579, 39.983313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279013", "device_counts": 1075, "stop_counts": 4752 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158132, 40.046418 ], [ -75.158017, 40.048126 ], [ -75.157958, 40.049025 ], [ -75.154793, 40.048902 ], [ -75.154966, 40.046241 ], [ -75.156675, 40.04536 ], [ -75.158217, 40.045076 ], [ -75.158132, 40.046418 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172021", "device_counts": 2552, "stop_counts": 9300 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174663, 40.001009 ], [ -75.171912, 40.000883 ], [ -75.169754, 40.000622 ], [ -75.170087, 39.999116 ], [ -75.173282, 39.999516 ], [ -75.176301, 39.999921 ], [ -75.174663, 40.001009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090001", "device_counts": 870, "stop_counts": 1954 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194297, 39.962607 ], [ -75.191389, 39.962922 ], [ -75.191117, 39.96144 ], [ -75.189564, 39.960998 ], [ -75.193905, 39.960514 ], [ -75.194015, 39.961124 ], [ -75.194297, 39.962607 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032001", "device_counts": 1119, "stop_counts": 4069 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183916, 39.93624 ], [ -75.180621, 39.935816 ], [ -75.181162, 39.933385 ], [ -75.184449, 39.933813 ], [ -75.183916, 39.93624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028022", "device_counts": 3243, "stop_counts": 8591 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16735, 39.926579 ], [ -75.165005, 39.92855 ], [ -75.161881, 39.927985 ], [ -75.162338, 39.92592 ], [ -75.165483, 39.926333 ], [ -75.16735, 39.926579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111001", "device_counts": 8305, "stop_counts": 25870 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2263, 39.977951 ], [ -75.224093, 39.981369 ], [ -75.224066, 39.981508 ], [ -75.223157, 39.981381 ], [ -75.213469, 39.977791 ], [ -75.212211, 39.973242 ], [ -75.216331, 39.97279 ], [ -75.21953, 39.974639 ], [ -75.224848, 39.97712 ], [ -75.226451, 39.977717 ], [ -75.2263, 39.977951 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247001", "device_counts": 998, "stop_counts": 4277 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167207, 40.043149 ], [ -75.16483, 40.045468 ], [ -75.163739, 40.044801 ], [ -75.163452, 40.043431 ], [ -75.165078, 40.041858 ], [ -75.164852, 40.039867 ], [ -75.16516, 40.039474 ], [ -75.166622, 40.040379 ], [ -75.165819, 40.042309 ], [ -75.167207, 40.043149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010269001", "device_counts": 1249, "stop_counts": 3971 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130059, 40.055474 ], [ -75.129021, 40.057091 ], [ -75.12632, 40.055481 ], [ -75.127143, 40.051748 ], [ -75.130783, 40.052206 ], [ -75.130059, 40.055474 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081012", "device_counts": 1884, "stop_counts": 6472 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239641, 39.947932 ], [ -75.23943, 39.948931 ], [ -75.235479, 39.948433 ], [ -75.235822, 39.946835 ], [ -75.235917, 39.946793 ], [ -75.240052, 39.945917 ], [ -75.239641, 39.947932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010117001", "device_counts": 3078, "stop_counts": 11824 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247948, 39.991138 ], [ -75.237331, 39.996128 ], [ -75.235298, 39.99707 ], [ -75.234136, 39.995598 ], [ -75.234027, 39.994736 ], [ -75.233713, 39.992176 ], [ -75.236255, 39.990971 ], [ -75.237785, 39.990669 ], [ -75.238361, 39.990486 ], [ -75.239838, 39.989287 ], [ -75.245478, 39.986619 ], [ -75.246416, 39.988266 ], [ -75.246187, 39.989516 ], [ -75.247948, 39.991138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168005", "device_counts": 861, "stop_counts": 3203 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170767, 39.996036 ], [ -75.167568, 39.995621 ], [ -75.167925, 39.994025 ], [ -75.171115, 39.994444 ], [ -75.170767, 39.996036 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178005", "device_counts": 1514, "stop_counts": 6251 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12031, 39.992672 ], [ -75.115778, 39.995167 ], [ -75.113816, 39.992924 ], [ -75.116662, 39.991437 ], [ -75.118392, 39.990528 ], [ -75.12031, 39.992672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010006001", "device_counts": 29517, "stop_counts": 88715 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164338, 39.949346 ], [ -75.164011, 39.950876 ], [ -75.163937, 39.950866 ], [ -75.157062, 39.950006 ], [ -75.152337, 39.949421 ], [ -75.153174, 39.947962 ], [ -75.156646, 39.948394 ], [ -75.157392, 39.94849 ], [ -75.159751, 39.948783 ], [ -75.162114, 39.94908 ], [ -75.164265, 39.94934 ], [ -75.164338, 39.949346 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312003", "device_counts": 1964, "stop_counts": 7292 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084273, 40.032172 ], [ -75.081757, 40.034924 ], [ -75.079636, 40.033743 ], [ -75.077266, 40.036262 ], [ -75.074901, 40.034935 ], [ -75.074439, 40.03398 ], [ -75.077022, 40.033387 ], [ -75.080757, 40.032541 ], [ -75.084089, 40.031826 ], [ -75.084273, 40.032172 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087012", "device_counts": 3352, "stop_counts": 8721 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211039, 39.958276 ], [ -75.208128, 39.957915 ], [ -75.2086, 39.955636 ], [ -75.208761, 39.95488 ], [ -75.211677, 39.95524 ], [ -75.211039, 39.958276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301005", "device_counts": 830, "stop_counts": 4905 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091879, 40.024435 ], [ -75.090563, 40.025791 ], [ -75.086568, 40.023537 ], [ -75.085089, 40.022761 ], [ -75.086819, 40.020966 ], [ -75.087283, 40.020485 ], [ -75.090373, 40.022233 ], [ -75.092729, 40.023597 ], [ -75.091879, 40.024435 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372004", "device_counts": 12561, "stop_counts": 34970 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159844, 39.915286 ], [ -75.156708, 39.914869 ], [ -75.148124, 39.913772 ], [ -75.149188, 39.908604 ], [ -75.160789, 39.910942 ], [ -75.159844, 39.915286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365013", "device_counts": 2616, "stop_counts": 6819 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021931, 40.127467 ], [ -75.013206, 40.130233 ], [ -75.01385, 40.128896 ], [ -75.015384, 40.123599 ], [ -75.0201, 40.126358 ], [ -75.021931, 40.127467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309003", "device_counts": 6000, "stop_counts": 17861 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.088975, 40.044332 ], [ -75.088312, 40.045514 ], [ -75.086975, 40.048567 ], [ -75.082343, 40.045991 ], [ -75.085031, 40.043731 ], [ -75.086453, 40.042566 ], [ -75.084412, 40.039499 ], [ -75.086804, 40.037049 ], [ -75.087802, 40.036032 ], [ -75.087931, 40.036236 ], [ -75.088091, 40.03654 ], [ -75.088709, 40.03795 ], [ -75.088631, 40.042747 ], [ -75.088975, 40.044332 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115002", "device_counts": 911, "stop_counts": 5739 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255918, 39.978122 ], [ -75.253929, 39.979067 ], [ -75.253104, 39.98018 ], [ -75.250979, 39.977684 ], [ -75.252323, 39.976786 ], [ -75.253747, 39.975937 ], [ -75.255661, 39.976755 ], [ -75.255918, 39.978122 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108002", "device_counts": 929, "stop_counts": 4804 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.203058, 39.967396 ], [ -75.198248, 39.96793 ], [ -75.197832, 39.965697 ], [ -75.20264, 39.965169 ], [ -75.203058, 39.967396 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167023", "device_counts": 3019, "stop_counts": 8831 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15769, 39.99118 ], [ -75.158144, 39.992771 ], [ -75.157791, 39.994342 ], [ -75.154588, 39.993938 ], [ -75.155593, 39.989369 ], [ -75.155934, 39.987877 ], [ -75.158335, 39.988186 ], [ -75.15769, 39.99118 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265006", "device_counts": 1708, "stop_counts": 6381 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160691, 40.056831 ], [ -75.158413, 40.059181 ], [ -75.157371, 40.058584 ], [ -75.156168, 40.057019 ], [ -75.15553, 40.056216 ], [ -75.157748, 40.055153 ], [ -75.158889, 40.055768 ], [ -75.160691, 40.056831 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010212002", "device_counts": 2108, "stop_counts": 6561 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213692, 40.032135 ], [ -75.21114, 40.0346 ], [ -75.208938, 40.035221 ], [ -75.208278, 40.033762 ], [ -75.207715, 40.031573 ], [ -75.211308, 40.02997 ], [ -75.213692, 40.032135 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087011", "device_counts": 964, "stop_counts": 3296 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212716, 39.950292 ], [ -75.212393, 39.951811 ], [ -75.209326, 39.951436 ], [ -75.209259, 39.949541 ], [ -75.21292, 39.949065 ], [ -75.212716, 39.950292 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313002", "device_counts": 3813, "stop_counts": 9297 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070523, 40.035618 ], [ -75.069261, 40.036809 ], [ -75.068003, 40.038059 ], [ -75.06558, 40.040442 ], [ -75.061043, 40.037981 ], [ -75.062463, 40.036912 ], [ -75.064362, 40.036306 ], [ -75.065147, 40.036446 ], [ -75.070001, 40.03532 ], [ -75.070523, 40.035618 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179002", "device_counts": 1653, "stop_counts": 7364 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111887, 39.986296 ], [ -75.109192, 39.987702 ], [ -75.11017, 39.988806 ], [ -75.10773, 39.990079 ], [ -75.107339, 39.989644 ], [ -75.105915, 39.988037 ], [ -75.108359, 39.986753 ], [ -75.111221, 39.985268 ], [ -75.111887, 39.986296 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081022", "device_counts": 992, "stop_counts": 3748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238476, 39.953485 ], [ -75.234531, 39.953 ], [ -75.234856, 39.951444 ], [ -75.238796, 39.951942 ], [ -75.238476, 39.953485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109001", "device_counts": 1145, "stop_counts": 4852 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19531, 39.968045 ], [ -75.192139, 39.966888 ], [ -75.188987, 39.96591 ], [ -75.187933, 39.965074 ], [ -75.191719, 39.964652 ], [ -75.191826, 39.965222 ], [ -75.194727, 39.964903 ], [ -75.19531, 39.968045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010384002", "device_counts": 4225, "stop_counts": 16083 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24055, 40.070468 ], [ -75.238583, 40.069546 ], [ -75.235951, 40.071238 ], [ -75.230082, 40.0663 ], [ -75.232439, 40.064739 ], [ -75.231724, 40.064099 ], [ -75.238182, 40.059771 ], [ -75.239545, 40.062977 ], [ -75.240092, 40.067344 ], [ -75.240321, 40.068383 ], [ -75.241075, 40.070395 ], [ -75.24055, 40.070468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326001", "device_counts": 2779, "stop_counts": 6594 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04677, 40.033683 ], [ -75.044671, 40.034771 ], [ -75.043199, 40.035544 ], [ -75.04086, 40.036757 ], [ -75.040594, 40.036859 ], [ -75.039473, 40.035404 ], [ -75.043433, 40.033356 ], [ -75.045554, 40.032261 ], [ -75.04677, 40.033683 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163003", "device_counts": 855, "stop_counts": 3035 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132893, 39.991144 ], [ -75.130898, 39.99089 ], [ -75.131557, 39.987799 ], [ -75.133549, 39.98806 ], [ -75.132893, 39.991144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032004", "device_counts": 1394, "stop_counts": 4593 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188885, 39.936887 ], [ -75.187326, 39.936679 ], [ -75.183916, 39.93624 ], [ -75.184449, 39.933813 ], [ -75.184705, 39.932584 ], [ -75.188115, 39.933014 ], [ -75.187578, 39.935461 ], [ -75.189148, 39.935671 ], [ -75.188885, 39.936887 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033006", "device_counts": 1024, "stop_counts": 5864 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.197266, 39.935453 ], [ -75.197012, 39.936678 ], [ -75.193873, 39.936286 ], [ -75.194133, 39.935048 ], [ -75.194408, 39.933822 ], [ -75.197537, 39.934232 ], [ -75.197266, 39.935453 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338002", "device_counts": 894, "stop_counts": 4868 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076734, 40.05735 ], [ -75.072766, 40.061554 ], [ -75.069224, 40.059583 ], [ -75.073256, 40.05533 ], [ -75.075032, 40.056359 ], [ -75.076734, 40.05735 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201024", "device_counts": 1715, "stop_counts": 6212 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155185, 40.015295 ], [ -75.153849, 40.015891 ], [ -75.152431, 40.01321 ], [ -75.152163, 40.01254 ], [ -75.151428, 40.010903 ], [ -75.155681, 40.011457 ], [ -75.155185, 40.015295 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262003", "device_counts": 716, "stop_counts": 5941 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170657, 40.069832 ], [ -75.16697, 40.067709 ], [ -75.166072, 40.067194 ], [ -75.168099, 40.065219 ], [ -75.168757, 40.065479 ], [ -75.172207, 40.068288 ], [ -75.170657, 40.069832 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379005", "device_counts": 718, "stop_counts": 2390 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100552, 39.986001 ], [ -75.097054, 39.987828 ], [ -75.095964, 39.988395 ], [ -75.094393, 39.98663 ], [ -75.099, 39.98424 ], [ -75.100552, 39.986001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025001", "device_counts": 1795, "stop_counts": 6317 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150229, 39.936921 ], [ -75.148694, 39.936486 ], [ -75.146808, 39.935982 ], [ -75.147616, 39.932313 ], [ -75.149463, 39.933019 ], [ -75.151041, 39.933227 ], [ -75.150229, 39.936921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010360001", "device_counts": 11245, "stop_counts": 44098 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.023927, 40.100702 ], [ -75.017061, 40.105919 ], [ -75.005391, 40.114802 ], [ -75.003554, 40.110847 ], [ -75.000959, 40.111393 ], [ -74.997124, 40.108151 ], [ -75.001796, 40.10493 ], [ -75.014156, 40.096236 ], [ -75.015528, 40.09486 ], [ -75.018233, 40.097105 ], [ -75.022086, 40.100212 ], [ -75.023927, 40.100702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357011", "device_counts": 3198, "stop_counts": 13415 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033722, 40.106639 ], [ -75.029192, 40.111392 ], [ -75.025585, 40.109312 ], [ -75.026305, 40.108324 ], [ -75.028883, 40.102543 ], [ -75.030235, 40.103387 ], [ -75.032998, 40.10511 ], [ -75.033897, 40.105689 ], [ -75.033722, 40.106639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041023", "device_counts": 1058, "stop_counts": 4527 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163956, 39.918518 ], [ -75.161362, 39.918177 ], [ -75.161956, 39.915546 ], [ -75.16453, 39.915875 ], [ -75.163956, 39.918518 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195011", "device_counts": 3035, "stop_counts": 9718 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137847, 40.002799 ], [ -75.133561, 40.002265 ], [ -75.131501, 40.001999 ], [ -75.132172, 39.998913 ], [ -75.138524, 39.999743 ], [ -75.137847, 40.002799 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160004", "device_counts": 471, "stop_counts": 1833 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.125062, 39.982373 ], [ -75.122679, 39.983488 ], [ -75.120973, 39.981546 ], [ -75.123266, 39.980344 ], [ -75.125062, 39.982373 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161004", "device_counts": 951, "stop_counts": 2758 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129641, 39.987546 ], [ -75.127022, 39.984597 ], [ -75.124728, 39.985801 ], [ -75.124654, 39.984526 ], [ -75.127398, 39.98308 ], [ -75.130794, 39.986928 ], [ -75.129641, 39.987546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010332001", "device_counts": 2752, "stop_counts": 7222 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054287, 40.044448 ], [ -75.051682, 40.046963 ], [ -75.047775, 40.046246 ], [ -75.045269, 40.046509 ], [ -75.045201, 40.044354 ], [ -75.044877, 40.043079 ], [ -75.046204, 40.041796 ], [ -75.050465, 40.044662 ], [ -75.052228, 40.043271 ], [ -75.054287, 40.044448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179005", "device_counts": 1405, "stop_counts": 5312 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121855, 39.987436 ], [ -75.121438, 39.987859 ], [ -75.120138, 39.986877 ], [ -75.116751, 39.988652 ], [ -75.115083, 39.989526 ], [ -75.114257, 39.989952 ], [ -75.113492, 39.988768 ], [ -75.11674, 39.98673 ], [ -75.115524, 39.985365 ], [ -75.115224, 39.985018 ], [ -75.114934, 39.984697 ], [ -75.115605, 39.983551 ], [ -75.116075, 39.982938 ], [ -75.116836, 39.982072 ], [ -75.117355, 39.981481 ], [ -75.118522, 39.982825 ], [ -75.120252, 39.984755 ], [ -75.122417, 39.987001 ], [ -75.121855, 39.987436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344003", "device_counts": 1114, "stop_counts": 6700 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059388, 40.096462 ], [ -75.054861, 40.100183 ], [ -75.054966, 40.100963 ], [ -75.050974, 40.103122 ], [ -75.049676, 40.102037 ], [ -75.047115, 40.098377 ], [ -75.046737, 40.09524 ], [ -75.047299, 40.092762 ], [ -75.047567, 40.09192 ], [ -75.050752, 40.09478 ], [ -75.053907, 40.091873 ], [ -75.057068, 40.089697 ], [ -75.058343, 40.090153 ], [ -75.063708, 40.090568 ], [ -75.059388, 40.096462 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125001", "device_counts": 15886, "stop_counts": 49464 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171583, 39.960795 ], [ -75.168429, 39.9604 ], [ -75.167806, 39.963306 ], [ -75.166227, 39.963112 ], [ -75.161384, 39.962474 ], [ -75.161443, 39.962172 ], [ -75.161411, 39.962102 ], [ -75.162293, 39.958058 ], [ -75.162339, 39.957825 ], [ -75.162413, 39.957834 ], [ -75.172002, 39.959007 ], [ -75.171583, 39.960795 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090002", "device_counts": 1821, "stop_counts": 4728 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193905, 39.960514 ], [ -75.189564, 39.960998 ], [ -75.18921, 39.958811 ], [ -75.193574, 39.958689 ], [ -75.193905, 39.960514 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010375002", "device_counts": 1025, "stop_counts": 5579 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.265511, 39.981857 ], [ -75.259476, 39.984955 ], [ -75.255676, 39.987499 ], [ -75.251063, 39.981601 ], [ -75.252544, 39.98077 ], [ -75.253104, 39.98018 ], [ -75.253929, 39.979067 ], [ -75.255918, 39.978122 ], [ -75.257113, 39.983789 ], [ -75.259062, 39.982814 ], [ -75.261282, 39.978272 ], [ -75.265511, 39.981857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191003", "device_counts": 1290, "stop_counts": 7994 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106083, 40.00813 ], [ -75.105768, 40.009619 ], [ -75.102552, 40.009202 ], [ -75.103146, 40.006202 ], [ -75.106403, 40.006621 ], [ -75.106083, 40.00813 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093001", "device_counts": 1003, "stop_counts": 3978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223531, 39.964601 ], [ -75.221952, 39.96425 ], [ -75.220044, 39.963819 ], [ -75.219693, 39.962523 ], [ -75.223746, 39.963026 ], [ -75.223531, 39.964601 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112005", "device_counts": 954, "stop_counts": 4192 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23857, 39.976101 ], [ -75.236087, 39.97638 ], [ -75.235493, 39.973234 ], [ -75.237983, 39.972957 ], [ -75.23857, 39.976101 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282003", "device_counts": 12652, "stop_counts": 50809 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144749, 40.039072 ], [ -75.144571, 40.039836 ], [ -75.139212, 40.039146 ], [ -75.137633, 40.038943 ], [ -75.137945, 40.037539 ], [ -75.138323, 40.035876 ], [ -75.139766, 40.034506 ], [ -75.143944, 40.032192 ], [ -75.143363, 40.034976 ], [ -75.145554, 40.035262 ], [ -75.144749, 40.039072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262002", "device_counts": 487, "stop_counts": 3487 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16899, 40.071473 ], [ -75.166725, 40.070165 ], [ -75.165348, 40.069372 ], [ -75.16697, 40.067709 ], [ -75.170657, 40.069832 ], [ -75.16899, 40.071473 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070004", "device_counts": 589, "stop_counts": 2698 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225358, 39.936 ], [ -75.224388, 39.936676 ], [ -75.222986, 39.9355 ], [ -75.221731, 39.93443 ], [ -75.223219, 39.933389 ], [ -75.225887, 39.935625 ], [ -75.225358, 39.936 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331021", "device_counts": 1078, "stop_counts": 5978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.026037, 40.048163 ], [ -75.023007, 40.049197 ], [ -75.021343, 40.048294 ], [ -75.020489, 40.04639 ], [ -75.021752, 40.043668 ], [ -75.02562, 40.042322 ], [ -75.02603, 40.043117 ], [ -75.02654, 40.045822 ], [ -75.026037, 40.048163 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192003", "device_counts": 1060, "stop_counts": 4646 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116722, 40.000088 ], [ -75.114785, 39.999838 ], [ -75.112398, 40.00052 ], [ -75.112923, 39.99806 ], [ -75.115107, 39.998347 ], [ -75.117055, 39.998601 ], [ -75.116722, 40.000088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025004", "device_counts": 4003, "stop_counts": 10804 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153774, 39.935516 ], [ -75.153286, 39.937736 ], [ -75.150229, 39.936921 ], [ -75.151041, 39.933227 ], [ -75.154194, 39.933649 ], [ -75.153774, 39.935516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310002", "device_counts": 1816, "stop_counts": 5836 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076902, 40.054387 ], [ -75.075032, 40.056359 ], [ -75.073256, 40.05533 ], [ -75.071514, 40.054341 ], [ -75.069721, 40.053284 ], [ -75.072108, 40.050765 ], [ -75.075675, 40.052745 ], [ -75.07509, 40.053364 ], [ -75.076902, 40.054387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168004", "device_counts": 826, "stop_counts": 2628 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167918, 39.990947 ], [ -75.165738, 39.990675 ], [ -75.166408, 39.987598 ], [ -75.168428, 39.987857 ], [ -75.167918, 39.990947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315023", "device_counts": 544, "stop_counts": 2882 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056848, 40.03839 ], [ -75.053584, 40.036574 ], [ -75.051973, 40.035672 ], [ -75.053701, 40.033844 ], [ -75.055334, 40.034739 ], [ -75.058568, 40.036548 ], [ -75.056848, 40.03839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190002", "device_counts": 1486, "stop_counts": 6632 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.099374, 40.013583 ], [ -75.097431, 40.013325 ], [ -75.098428, 40.008664 ], [ -75.100373, 40.008914 ], [ -75.099374, 40.013583 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010211001", "device_counts": 631, "stop_counts": 3784 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207732, 40.023783 ], [ -75.20323, 40.025839 ], [ -75.202496, 40.025609 ], [ -75.203241, 40.024681 ], [ -75.204479, 40.020942 ], [ -75.204057, 40.020213 ], [ -75.207595, 40.019536 ], [ -75.207536, 40.021731 ], [ -75.207501, 40.023328 ], [ -75.207732, 40.023783 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305023", "device_counts": 568, "stop_counts": 3463 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109406, 40.04584 ], [ -75.10789, 40.048195 ], [ -75.10323, 40.051355 ], [ -75.101335, 40.049539 ], [ -75.102875, 40.047968 ], [ -75.105314, 40.049378 ], [ -75.107491, 40.046751 ], [ -75.108728, 40.045469 ], [ -75.109406, 40.04584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169011", "device_counts": 1502, "stop_counts": 6291 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175539, 39.996639 ], [ -75.173948, 39.996432 ], [ -75.172355, 39.99624 ], [ -75.170767, 39.996036 ], [ -75.171115, 39.994444 ], [ -75.171173, 39.994165 ], [ -75.171441, 39.992946 ], [ -75.174615, 39.993359 ], [ -75.176212, 39.993572 ], [ -75.175539, 39.996639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010367002", "device_counts": 4220, "stop_counts": 11918 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148029, 39.962265 ], [ -75.147796, 39.963527 ], [ -75.147146, 39.967126 ], [ -75.144002, 39.96567 ], [ -75.142528, 39.964985 ], [ -75.143279, 39.9614 ], [ -75.14482, 39.961762 ], [ -75.146586, 39.962174 ], [ -75.146557, 39.961255 ], [ -75.148181, 39.961418 ], [ -75.148029, 39.962265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197001", "device_counts": 1864, "stop_counts": 6333 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136811, 40.016899 ], [ -75.136984, 40.018789 ], [ -75.13674, 40.019958 ], [ -75.135818, 40.020645 ], [ -75.135434, 40.019782 ], [ -75.134194, 40.019619 ], [ -75.13519, 40.015056 ], [ -75.135533, 40.013463 ], [ -75.136231, 40.013547 ], [ -75.137502, 40.01371 ], [ -75.136811, 40.016899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265001", "device_counts": 1552, "stop_counts": 4566 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15642, 40.061234 ], [ -75.155254, 40.062431 ], [ -75.153513, 40.064285 ], [ -75.152915, 40.063881 ], [ -75.151879, 40.062406 ], [ -75.15175, 40.06222 ], [ -75.15597, 40.060525 ], [ -75.15642, 40.061234 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152005", "device_counts": 638, "stop_counts": 2340 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175047, 39.983956 ], [ -75.175026, 39.98402 ], [ -75.171847, 39.983599 ], [ -75.172161, 39.9821 ], [ -75.174771, 39.982444 ], [ -75.174991, 39.98246 ], [ -75.175344, 39.982517 ], [ -75.175047, 39.983956 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012025", "device_counts": 1789, "stop_counts": 3890 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174323, 39.948177 ], [ -75.17118, 39.947784 ], [ -75.171488, 39.946353 ], [ -75.174627, 39.946753 ], [ -75.174323, 39.948177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264007", "device_counts": 609, "stop_counts": 4347 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162495, 40.067732 ], [ -75.159299, 40.065913 ], [ -75.156726, 40.064442 ], [ -75.158621, 40.063281 ], [ -75.160688, 40.064468 ], [ -75.159774, 40.06542 ], [ -75.162957, 40.067255 ], [ -75.162495, 40.067732 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357021", "device_counts": 1507, "stop_counts": 8342 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044216, 40.115747 ], [ -75.043856, 40.115997 ], [ -75.037097, 40.117646 ], [ -75.033268, 40.116139 ], [ -75.032101, 40.115319 ], [ -75.032756, 40.11432 ], [ -75.030665, 40.113106 ], [ -75.029956, 40.114481 ], [ -75.028279, 40.11408 ], [ -75.029541, 40.112852 ], [ -75.029615, 40.112667 ], [ -75.029517, 40.11245 ], [ -75.029273, 40.112301 ], [ -75.029192, 40.111392 ], [ -75.033722, 40.106639 ], [ -75.033897, 40.105689 ], [ -75.03946, 40.107362 ], [ -75.048542, 40.112729 ], [ -75.044216, 40.115747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179004", "device_counts": 1356, "stop_counts": 6422 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113665, 39.990278 ], [ -75.109528, 39.992123 ], [ -75.108859, 39.991356 ], [ -75.10773, 39.990079 ], [ -75.11017, 39.988806 ], [ -75.109192, 39.987702 ], [ -75.111887, 39.986296 ], [ -75.112356, 39.98702 ], [ -75.113123, 39.988217 ], [ -75.113492, 39.988768 ], [ -75.114257, 39.989952 ], [ -75.113665, 39.990278 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317001", "device_counts": 803, "stop_counts": 4062 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.066299, 40.031344 ], [ -75.064448, 40.030313 ], [ -75.065635, 40.029071 ], [ -75.064004, 40.028165 ], [ -75.065108, 40.027073 ], [ -75.065403, 40.027033 ], [ -75.068445, 40.02871 ], [ -75.066299, 40.031344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066003", "device_counts": 2948, "stop_counts": 10167 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236986, 39.927821 ], [ -75.235478, 39.928877 ], [ -75.232362, 39.931074 ], [ -75.230104, 39.929711 ], [ -75.234337, 39.927526 ], [ -75.234328, 39.925573 ], [ -75.235594, 39.92664 ], [ -75.236986, 39.927821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389003", "device_counts": 1740, "stop_counts": 6717 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177193, 40.05308 ], [ -75.175743, 40.054577 ], [ -75.176188, 40.055819 ], [ -75.174759, 40.057282 ], [ -75.172869, 40.057256 ], [ -75.168958, 40.054846 ], [ -75.17326, 40.050667 ], [ -75.175804, 40.052241 ], [ -75.177193, 40.05308 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010016002", "device_counts": 2658, "stop_counts": 5704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147604, 39.941422 ], [ -75.14406, 39.940972 ], [ -75.144529, 39.938873 ], [ -75.144646, 39.938373 ], [ -75.148157, 39.938899 ], [ -75.147604, 39.941422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283004", "device_counts": 1503, "stop_counts": 7758 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145718, 40.024214 ], [ -75.145359, 40.025873 ], [ -75.143001, 40.025561 ], [ -75.140638, 40.025262 ], [ -75.140979, 40.023667 ], [ -75.141328, 40.022091 ], [ -75.141589, 40.020811 ], [ -75.143223, 40.020796 ], [ -75.145593, 40.021104 ], [ -75.146379, 40.021204 ], [ -75.145718, 40.024214 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025002", "device_counts": 1844, "stop_counts": 5347 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149463, 39.933019 ], [ -75.147616, 39.932313 ], [ -75.146808, 39.935982 ], [ -75.144656, 39.935402 ], [ -75.145146, 39.933321 ], [ -75.14617, 39.931321 ], [ -75.149728, 39.931793 ], [ -75.149463, 39.933019 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055003", "device_counts": 1871, "stop_counts": 10881 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255597, 39.899596 ], [ -75.251288, 39.904403 ], [ -75.249736, 39.903575 ], [ -75.247414, 39.906162 ], [ -75.244247, 39.908271 ], [ -75.241558, 39.907257 ], [ -75.240576, 39.904062 ], [ -75.244985, 39.903178 ], [ -75.247308, 39.902282 ], [ -75.249109, 39.901113 ], [ -75.252349, 39.897618 ], [ -75.253285, 39.898094 ], [ -75.255093, 39.898756 ], [ -75.255597, 39.899596 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010342002", "device_counts": 1024, "stop_counts": 6624 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082456, 40.082884 ], [ -75.077805, 40.08577 ], [ -75.076363, 40.087265 ], [ -75.073616, 40.087907 ], [ -75.074488, 40.086788 ], [ -75.071691, 40.086977 ], [ -75.068235, 40.085035 ], [ -75.062288, 40.084478 ], [ -75.068463, 40.080164 ], [ -75.067597, 40.0788 ], [ -75.066273, 40.077544 ], [ -75.067333, 40.075504 ], [ -75.067912, 40.075976 ], [ -75.071007, 40.077682 ], [ -75.073705, 40.079182 ], [ -75.070181, 40.081194 ], [ -75.073278, 40.083085 ], [ -75.075061, 40.084174 ], [ -75.077179, 40.082798 ], [ -75.078845, 40.082048 ], [ -75.082456, 40.082884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010351001", "device_counts": 3459, "stop_counts": 11319 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.99627, 40.047202 ], [ -74.986873, 40.052097 ], [ -74.984098, 40.054782 ], [ -74.983904, 40.054994 ], [ -74.982202, 40.053804 ], [ -74.982732, 40.053014 ], [ -74.980228, 40.050581 ], [ -74.981789, 40.04954 ], [ -74.984503, 40.051939 ], [ -74.986317, 40.050837 ], [ -74.983929, 40.048065 ], [ -74.985114, 40.046992 ], [ -74.988129, 40.049737 ], [ -74.992793, 40.046975 ], [ -74.989105, 40.043678 ], [ -74.990976, 40.042526 ], [ -74.99627, 40.047202 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362014", "device_counts": 473, "stop_counts": 4118 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.988911, 40.07812 ], [ -74.986539, 40.080333 ], [ -74.984093, 40.079508 ], [ -74.985706, 40.07568 ], [ -74.987568, 40.075825 ], [ -74.990003, 40.077975 ], [ -74.988911, 40.07812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010015002", "device_counts": 6784, "stop_counts": 17021 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165988, 39.94182 ], [ -75.165575, 39.943664 ], [ -75.165493, 39.943653 ], [ -75.160205, 39.942997 ], [ -75.156673, 39.942551 ], [ -75.156853, 39.941683 ], [ -75.156388, 39.940627 ], [ -75.16218, 39.94135 ], [ -75.165909, 39.941811 ], [ -75.165988, 39.94182 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024003", "device_counts": 5481, "stop_counts": 13052 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161399, 39.937157 ], [ -75.16092, 39.939367 ], [ -75.157848, 39.938982 ], [ -75.156317, 39.938569 ], [ -75.156622, 39.937182 ], [ -75.15815, 39.937589 ], [ -75.158424, 39.936372 ], [ -75.158669, 39.935226 ], [ -75.160199, 39.9356 ], [ -75.161678, 39.935849 ], [ -75.161399, 39.937157 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070005", "device_counts": 1090, "stop_counts": 5143 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222986, 39.9355 ], [ -75.221605, 39.936464 ], [ -75.220343, 39.935408 ], [ -75.219442, 39.936041 ], [ -75.218983, 39.936369 ], [ -75.217614, 39.93733 ], [ -75.215778, 39.935624 ], [ -75.217058, 39.934733 ], [ -75.217811, 39.935357 ], [ -75.220543, 39.933446 ], [ -75.221731, 39.93443 ], [ -75.222986, 39.9355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010092002", "device_counts": 2468, "stop_counts": 8522 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.206889, 39.962485 ], [ -75.20236, 39.962859 ], [ -75.202235, 39.961643 ], [ -75.201971, 39.959176 ], [ -75.20627, 39.958823 ], [ -75.206889, 39.962485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108003", "device_counts": 1151, "stop_counts": 4961 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198248, 39.96793 ], [ -75.195863, 39.968193 ], [ -75.19531, 39.968045 ], [ -75.194727, 39.964903 ], [ -75.194297, 39.962607 ], [ -75.197197, 39.962287 ], [ -75.197519, 39.964025 ], [ -75.197832, 39.965697 ], [ -75.198248, 39.96793 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146001", "device_counts": 8772, "stop_counts": 28344 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158526, 39.97585 ], [ -75.157581, 39.980223 ], [ -75.152235, 39.979531 ], [ -75.150661, 39.979325 ], [ -75.151306, 39.976382 ], [ -75.154452, 39.976794 ], [ -75.155061, 39.973996 ], [ -75.156616, 39.974198 ], [ -75.158782, 39.974482 ], [ -75.158526, 39.97585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191005", "device_counts": 4078, "stop_counts": 17690 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113483, 40.005927 ], [ -75.112821, 40.009007 ], [ -75.106083, 40.00813 ], [ -75.106403, 40.006621 ], [ -75.103146, 40.006202 ], [ -75.10327, 40.005602 ], [ -75.103797, 40.003134 ], [ -75.101811, 40.002863 ], [ -75.103179, 40.002096 ], [ -75.104197, 40.001525 ], [ -75.110017, 40.002282 ], [ -75.109864, 40.003027 ], [ -75.113986, 40.00356 ], [ -75.113483, 40.005927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240002", "device_counts": 3856, "stop_counts": 11638 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183058, 40.03129 ], [ -75.181235, 40.033097 ], [ -75.174572, 40.029244 ], [ -75.177222, 40.026659 ], [ -75.1793, 40.027944 ], [ -75.183731, 40.030637 ], [ -75.183058, 40.03129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010269002", "device_counts": 1307, "stop_counts": 8608 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137025, 40.058773 ], [ -75.136631, 40.059187 ], [ -75.135124, 40.060989 ], [ -75.130135, 40.057796 ], [ -75.129021, 40.057091 ], [ -75.130059, 40.055474 ], [ -75.130783, 40.052206 ], [ -75.133814, 40.0526 ], [ -75.137767, 40.053112 ], [ -75.137025, 40.058773 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318001", "device_counts": 2474, "stop_counts": 8924 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080757, 40.032541 ], [ -75.077022, 40.033387 ], [ -75.074439, 40.03398 ], [ -75.071097, 40.034742 ], [ -75.071824, 40.033503 ], [ -75.072682, 40.031938 ], [ -75.073733, 40.029784 ], [ -75.076783, 40.031474 ], [ -75.078277, 40.032301 ], [ -75.079443, 40.031051 ], [ -75.081231, 40.032046 ], [ -75.080757, 40.032541 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325004", "device_counts": 1298, "stop_counts": 7328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048375, 40.023291 ], [ -75.044721, 40.025179 ], [ -75.043408, 40.023672 ], [ -75.039768, 40.025551 ], [ -75.038625, 40.024239 ], [ -75.039452, 40.022917 ], [ -75.045381, 40.019868 ], [ -75.048375, 40.023291 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072001", "device_counts": 1007, "stop_counts": 4132 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237132, 39.943237 ], [ -75.235219, 39.943494 ], [ -75.234474, 39.944027 ], [ -75.233566, 39.943265 ], [ -75.233074, 39.942849 ], [ -75.231676, 39.941671 ], [ -75.233632, 39.940292 ], [ -75.236424, 39.942646 ], [ -75.237132, 39.943237 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201011", "device_counts": 3947, "stop_counts": 18293 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158278, 40.006994 ], [ -75.158106, 40.007736 ], [ -75.156376, 40.008284 ], [ -75.151603, 40.007665 ], [ -75.152549, 40.003181 ], [ -75.154205, 40.003395 ], [ -75.157365, 40.003799 ], [ -75.158926, 40.004009 ], [ -75.158278, 40.006994 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276004", "device_counts": 3922, "stop_counts": 12681 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142898, 40.047493 ], [ -75.139107, 40.047011 ], [ -75.137529, 40.046805 ], [ -75.138205, 40.043739 ], [ -75.143547, 40.044426 ], [ -75.142898, 40.047493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280004", "device_counts": 2743, "stop_counts": 9953 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154245, 40.025634 ], [ -75.153761, 40.025871 ], [ -75.152086, 40.026744 ], [ -75.150781, 40.026565 ], [ -75.149984, 40.02539 ], [ -75.149552, 40.024785 ], [ -75.148245, 40.022959 ], [ -75.148567, 40.021476 ], [ -75.153357, 40.022088 ], [ -75.15461, 40.023801 ], [ -75.154245, 40.025634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288002", "device_counts": 918, "stop_counts": 3910 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122425, 40.021314 ], [ -75.122095, 40.022864 ], [ -75.121762, 40.024364 ], [ -75.119823, 40.02412 ], [ -75.120136, 40.022627 ], [ -75.120481, 40.02109 ], [ -75.121407, 40.019548 ], [ -75.122752, 40.019722 ], [ -75.122425, 40.021314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298002", "device_counts": 1049, "stop_counts": 5529 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.067782, 40.017853 ], [ -75.066116, 40.018648 ], [ -75.065113, 40.017511 ], [ -75.063385, 40.01552 ], [ -75.062519, 40.014542 ], [ -75.064145, 40.013681 ], [ -75.065941, 40.015727 ], [ -75.066752, 40.016661 ], [ -75.066195, 40.016956 ], [ -75.067782, 40.017853 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301003", "device_counts": 569, "stop_counts": 3574 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.090373, 40.022233 ], [ -75.087283, 40.020485 ], [ -75.090325, 40.017356 ], [ -75.091304, 40.017883 ], [ -75.089718, 40.019875 ], [ -75.091492, 40.021027 ], [ -75.090373, 40.022233 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305021", "device_counts": 1750, "stop_counts": 7863 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105191, 40.0454 ], [ -75.102875, 40.047968 ], [ -75.101335, 40.049539 ], [ -75.100394, 40.048691 ], [ -75.099559, 40.047973 ], [ -75.098017, 40.047096 ], [ -75.101105, 40.045038 ], [ -75.103518, 40.043463 ], [ -75.105787, 40.044735 ], [ -75.105191, 40.0454 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311024", "device_counts": 1125, "stop_counts": 6618 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084464, 40.037657 ], [ -75.082114, 40.040147 ], [ -75.07862, 40.038205 ], [ -75.079265, 40.037516 ], [ -75.080981, 40.035713 ], [ -75.083148, 40.036924 ], [ -75.084464, 40.037657 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313006", "device_counts": 591, "stop_counts": 3713 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071817, 40.040124 ], [ -75.069459, 40.042621 ], [ -75.068234, 40.041945 ], [ -75.067663, 40.041634 ], [ -75.070025, 40.039139 ], [ -75.071817, 40.040124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315013", "device_counts": 926, "stop_counts": 2703 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051973, 40.035672 ], [ -75.050349, 40.034769 ], [ -75.047718, 40.033301 ], [ -75.048574, 40.032982 ], [ -75.050972, 40.032324 ], [ -75.053701, 40.033844 ], [ -75.051973, 40.035672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317003", "device_counts": 2376, "stop_counts": 6072 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064448, 40.030313 ], [ -75.062828, 40.02941 ], [ -75.062426, 40.027979 ], [ -75.062394, 40.027444 ], [ -75.062599, 40.027433 ], [ -75.065108, 40.027073 ], [ -75.064004, 40.028165 ], [ -75.065635, 40.029071 ], [ -75.064448, 40.030313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320007", "device_counts": 1060, "stop_counts": 4231 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055416, 40.030086 ], [ -75.054054, 40.03118 ], [ -75.053249, 40.0317 ], [ -75.051073, 40.029403 ], [ -75.052898, 40.028462 ], [ -75.053968, 40.027905 ], [ -75.055661, 40.029843 ], [ -75.055416, 40.030086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329003", "device_counts": 762, "stop_counts": 5818 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029881, 40.034072 ], [ -75.026887, 40.035695 ], [ -75.025367, 40.033347 ], [ -75.02798, 40.031894 ], [ -75.029881, 40.034072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339003", "device_counts": 3947, "stop_counts": 16157 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.096733, 40.068989 ], [ -75.090317, 40.075115 ], [ -75.085044, 40.072141 ], [ -75.085496, 40.06747 ], [ -75.089378, 40.064705 ], [ -75.09037, 40.065285 ], [ -75.096733, 40.068989 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341002", "device_counts": 848, "stop_counts": 4924 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079769, 40.076854 ], [ -75.078592, 40.078097 ], [ -75.073477, 40.07526 ], [ -75.0759, 40.072884 ], [ -75.077202, 40.071627 ], [ -75.078867, 40.072559 ], [ -75.077595, 40.073918 ], [ -75.080159, 40.075454 ], [ -75.079769, 40.076854 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169022", "device_counts": 1856, "stop_counts": 6207 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186148, 39.992662 ], [ -75.185808, 39.992075 ], [ -75.179748, 39.991715 ], [ -75.180257, 39.989388 ], [ -75.183459, 39.9898 ], [ -75.186713, 39.990215 ], [ -75.186148, 39.992662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355002", "device_counts": 3017, "stop_counts": 11146 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033547, 40.089582 ], [ -75.028337, 40.086604 ], [ -75.027097, 40.087878 ], [ -75.023996, 40.086107 ], [ -75.025229, 40.08482 ], [ -75.028952, 40.080968 ], [ -75.037498, 40.085459 ], [ -75.033547, 40.089582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347023", "device_counts": 846, "stop_counts": 5900 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035062, 40.057327 ], [ -75.03433, 40.057067 ], [ -75.033734, 40.056884 ], [ -75.029032, 40.056399 ], [ -75.028549, 40.056169 ], [ -75.026753, 40.050779 ], [ -75.031695, 40.051607 ], [ -75.032754, 40.052569 ], [ -75.036019, 40.051602 ], [ -75.035062, 40.057327 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083023", "device_counts": 1714, "stop_counts": 6665 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243975, 39.95626 ], [ -75.243608, 39.95802 ], [ -75.239658, 39.957534 ], [ -75.239909, 39.956313 ], [ -75.240137, 39.955252 ], [ -75.244084, 39.955743 ], [ -75.243975, 39.95626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009011", "device_counts": 10049, "stop_counts": 23604 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162114, 39.94908 ], [ -75.159751, 39.948783 ], [ -75.160267, 39.946422 ], [ -75.161843, 39.94662 ], [ -75.162627, 39.946713 ], [ -75.162114, 39.94908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013003", "device_counts": 1231, "stop_counts": 3162 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181002, 39.941863 ], [ -75.177761, 39.941461 ], [ -75.178251, 39.939268 ], [ -75.179839, 39.939478 ], [ -75.181494, 39.939687 ], [ -75.181002, 39.941863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149003", "device_counts": 1280, "stop_counts": 4762 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179952, 39.983108 ], [ -75.178535, 39.982919 ], [ -75.176933, 39.982713 ], [ -75.177585, 39.979774 ], [ -75.179172, 39.979988 ], [ -75.180591, 39.980167 ], [ -75.179952, 39.983108 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151012", "device_counts": 1327, "stop_counts": 6270 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186713, 39.990215 ], [ -75.183459, 39.9898 ], [ -75.183601, 39.989159 ], [ -75.183795, 39.988236 ], [ -75.184136, 39.986721 ], [ -75.185719, 39.986919 ], [ -75.187382, 39.98713 ], [ -75.186713, 39.990215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158004", "device_counts": 2495, "stop_counts": 5321 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134401, 39.972303 ], [ -75.133286, 39.970766 ], [ -75.131239, 39.97165 ], [ -75.130452, 39.970189 ], [ -75.134428, 39.968791 ], [ -75.134401, 39.972303 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165001", "device_counts": 787, "stop_counts": 3258 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152389, 39.993659 ], [ -75.150813, 39.99346 ], [ -75.149238, 39.993253 ], [ -75.149587, 39.991665 ], [ -75.15273, 39.992072 ], [ -75.152389, 39.993659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177023", "device_counts": 1046, "stop_counts": 3983 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120933, 39.999097 ], [ -75.118994, 39.998852 ], [ -75.119328, 39.997255 ], [ -75.119665, 39.995671 ], [ -75.121617, 39.99592 ], [ -75.120933, 39.999097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178002", "device_counts": 1431, "stop_counts": 4987 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113816, 39.992924 ], [ -75.111369, 39.994211 ], [ -75.110258, 39.992957 ], [ -75.109709, 39.992334 ], [ -75.109528, 39.992123 ], [ -75.113665, 39.990278 ], [ -75.112775, 39.991747 ], [ -75.113816, 39.992924 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010184001", "device_counts": 1261, "stop_counts": 5860 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075687, 40.005553 ], [ -75.072702, 40.007904 ], [ -75.068883, 40.00879 ], [ -75.068346, 40.006924 ], [ -75.067696, 40.005333 ], [ -75.067245, 40.004293 ], [ -75.070609, 40.001652 ], [ -75.073149, 40.001517 ], [ -75.075687, 40.005553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028013", "device_counts": 1456, "stop_counts": 5334 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157843, 39.931615 ], [ -75.157578, 39.932837 ], [ -75.156025, 39.932635 ], [ -75.154454, 39.93242 ], [ -75.154735, 39.931208 ], [ -75.154997, 39.929984 ], [ -75.158121, 39.930394 ], [ -75.157843, 39.931615 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032003", "device_counts": 1225, "stop_counts": 6269 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184705, 39.932584 ], [ -75.181419, 39.932161 ], [ -75.181589, 39.931366 ], [ -75.181944, 39.929729 ], [ -75.183601, 39.929928 ], [ -75.18524, 39.930146 ], [ -75.184705, 39.932584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039013", "device_counts": 1463, "stop_counts": 6063 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176906, 39.921464 ], [ -75.176361, 39.92396 ], [ -75.173226, 39.923556 ], [ -75.173748, 39.92106 ], [ -75.174033, 39.919809 ], [ -75.177082, 39.920207 ], [ -75.176906, 39.921464 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041012", "device_counts": 1864, "stop_counts": 7185 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159904, 39.922287 ], [ -75.158363, 39.922092 ], [ -75.155233, 39.921686 ], [ -75.155597, 39.920013 ], [ -75.160275, 39.920611 ], [ -75.159904, 39.922287 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062002", "device_counts": 793, "stop_counts": 3701 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232221, 39.920865 ], [ -75.22943, 39.918507 ], [ -75.230094, 39.918046 ], [ -75.231092, 39.917343 ], [ -75.233878, 39.919693 ], [ -75.232221, 39.920865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067002", "device_counts": 926, "stop_counts": 4317 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227538, 39.91984 ], [ -75.224926, 39.921692 ], [ -75.224111, 39.921005 ], [ -75.222772, 39.919918 ], [ -75.221873, 39.919551 ], [ -75.223236, 39.917589 ], [ -75.22421, 39.917832 ], [ -75.225839, 39.918503 ], [ -75.227538, 39.91984 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192001", "device_counts": 786, "stop_counts": 3218 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119314, 40.002003 ], [ -75.116411, 40.001624 ], [ -75.116722, 40.000088 ], [ -75.119644, 40.000464 ], [ -75.119314, 40.002003 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383002", "device_counts": 1678, "stop_counts": 4574 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131828, 40.019316 ], [ -75.128883, 40.018945 ], [ -75.130585, 40.011325 ], [ -75.131779, 40.011482 ], [ -75.131135, 40.014535 ], [ -75.132327, 40.014695 ], [ -75.131828, 40.019316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010200001", "device_counts": 5861, "stop_counts": 14838 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153609, 39.998515 ], [ -75.152926, 40.001592 ], [ -75.148148, 40.000987 ], [ -75.147717, 39.999974 ], [ -75.15002, 39.999096 ], [ -75.153782, 39.997718 ], [ -75.153609, 39.998515 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207002", "device_counts": 445, "stop_counts": 1499 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191289, 40.013697 ], [ -75.187708, 40.01641 ], [ -75.185937, 40.014895 ], [ -75.187771, 40.013623 ], [ -75.187402, 40.013303 ], [ -75.189317, 40.011994 ], [ -75.191289, 40.013697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214005", "device_counts": 565, "stop_counts": 2533 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224657, 40.031899 ], [ -75.222391, 40.033052 ], [ -75.220448, 40.031211 ], [ -75.219114, 40.029931 ], [ -75.219728, 40.029436 ], [ -75.22124, 40.027551 ], [ -75.221837, 40.027263 ], [ -75.223474, 40.029441 ], [ -75.225127, 40.031643 ], [ -75.224657, 40.031899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217002", "device_counts": 2321, "stop_counts": 12399 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235419, 40.048775 ], [ -75.230603, 40.050962 ], [ -75.230049, 40.051219 ], [ -75.229214, 40.048037 ], [ -75.2223, 40.045151 ], [ -75.223307, 40.045054 ], [ -75.227444, 40.043197 ], [ -75.22853, 40.04386 ], [ -75.23204, 40.045328 ], [ -75.235419, 40.048775 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010239002", "device_counts": 1989, "stop_counts": 5333 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190987, 40.037353 ], [ -75.186455, 40.033226 ], [ -75.184519, 40.032497 ], [ -75.183058, 40.03129 ], [ -75.183731, 40.030637 ], [ -75.186194, 40.029468 ], [ -75.187776, 40.030771 ], [ -75.189063, 40.031905 ], [ -75.193127, 40.035381 ], [ -75.190987, 40.037353 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067004", "device_counts": 1282, "stop_counts": 5138 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231194, 39.924845 ], [ -75.229818, 39.925811 ], [ -75.226761, 39.923242 ], [ -75.228132, 39.922273 ], [ -75.230327, 39.922201 ], [ -75.232438, 39.92397 ], [ -75.231194, 39.924845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071021", "device_counts": 1008, "stop_counts": 4207 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226805, 39.945083 ], [ -75.22498, 39.943534 ], [ -75.224129, 39.942836 ], [ -75.222753, 39.941654 ], [ -75.224113, 39.940691 ], [ -75.224607, 39.941109 ], [ -75.225508, 39.941871 ], [ -75.226334, 39.942562 ], [ -75.228184, 39.944134 ], [ -75.226805, 39.945083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074001", "device_counts": 924, "stop_counts": 2997 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211401, 39.945802 ], [ -75.207649, 39.942475 ], [ -75.208799, 39.941644 ], [ -75.212687, 39.944885 ], [ -75.211401, 39.945802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080003", "device_counts": 1330, "stop_counts": 4097 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230959, 39.949438 ], [ -75.230793, 39.950172 ], [ -75.22703, 39.949702 ], [ -75.227419, 39.94777 ], [ -75.229894, 39.947791 ], [ -75.231271, 39.947909 ], [ -75.230959, 39.949438 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176012", "device_counts": 1342, "stop_counts": 4426 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139851, 39.993672 ], [ -75.139199, 39.996661 ], [ -75.13735, 39.996421 ], [ -75.138352, 39.991851 ], [ -75.140198, 39.992086 ], [ -75.139851, 39.993672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085006", "device_counts": 2134, "stop_counts": 6928 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231277, 39.958448 ], [ -75.225351, 39.957714 ], [ -75.225634, 39.956372 ], [ -75.231557, 39.957102 ], [ -75.231277, 39.958448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095002", "device_counts": 797, "stop_counts": 3660 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237818, 39.96633 ], [ -75.235842, 39.966085 ], [ -75.236481, 39.963047 ], [ -75.237798, 39.963206 ], [ -75.238137, 39.96481 ], [ -75.237818, 39.96633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249003", "device_counts": 726, "stop_counts": 3087 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160528, 40.049664 ], [ -75.158017, 40.048126 ], [ -75.158132, 40.046418 ], [ -75.161656, 40.048559 ], [ -75.160528, 40.049664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256003", "device_counts": 1170, "stop_counts": 3742 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196385, 40.066623 ], [ -75.193222, 40.06909 ], [ -75.190594, 40.071973 ], [ -75.189117, 40.073124 ], [ -75.188461, 40.07275 ], [ -75.188052, 40.072503 ], [ -75.190512, 40.070271 ], [ -75.188921, 40.066497 ], [ -75.192891, 40.062662 ], [ -75.195726, 40.065177 ], [ -75.196385, 40.066623 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100002", "device_counts": 787, "stop_counts": 3406 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249177, 39.970857 ], [ -75.24887, 39.972339 ], [ -75.246935, 39.972111 ], [ -75.247518, 39.969093 ], [ -75.250481, 39.96946 ], [ -75.249177, 39.970857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101006", "device_counts": 2058, "stop_counts": 7540 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247494, 39.975113 ], [ -75.24554, 39.97533 ], [ -75.24358, 39.975546 ], [ -75.24329, 39.973997 ], [ -75.245247, 39.973778 ], [ -75.244885, 39.971854 ], [ -75.246935, 39.972111 ], [ -75.247494, 39.975113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112006", "device_counts": 974, "stop_counts": 4411 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236087, 39.97638 ], [ -75.233691, 39.976642 ], [ -75.233659, 39.973437 ], [ -75.234732, 39.973315 ], [ -75.235493, 39.973234 ], [ -75.236087, 39.97638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114004", "device_counts": 861, "stop_counts": 4584 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.244138, 39.978517 ], [ -75.242354, 39.978712 ], [ -75.241574, 39.978799 ], [ -75.241013, 39.975833 ], [ -75.24358, 39.975546 ], [ -75.244138, 39.978517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122041", "device_counts": 1185, "stop_counts": 8342 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21114, 40.002124 ], [ -75.209385, 40.002429 ], [ -75.203194, 40.003393 ], [ -75.202057, 40.004729 ], [ -75.203579, 40.000755 ], [ -75.206217, 40.000419 ], [ -75.20728, 39.999054 ], [ -75.208809, 39.999431 ], [ -75.209695, 39.99965 ], [ -75.21114, 40.002124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135003", "device_counts": 503, "stop_counts": 1729 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172659, 39.971823 ], [ -75.17055, 39.97157 ], [ -75.170997, 39.969227 ], [ -75.173163, 39.969503 ], [ -75.172659, 39.971823 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146002", "device_counts": 717, "stop_counts": 3114 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154452, 39.976794 ], [ -75.151306, 39.976382 ], [ -75.151915, 39.973588 ], [ -75.155061, 39.973996 ], [ -75.154452, 39.976794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264001", "device_counts": 752, "stop_counts": 5658 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161105, 40.060726 ], [ -75.158621, 40.063281 ], [ -75.156726, 40.064442 ], [ -75.155254, 40.062431 ], [ -75.15642, 40.061234 ], [ -75.158413, 40.059181 ], [ -75.160983, 40.060654 ], [ -75.161105, 40.060726 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266004", "device_counts": 552, "stop_counts": 2488 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150719, 40.066367 ], [ -75.147022, 40.065892 ], [ -75.147353, 40.064371 ], [ -75.151053, 40.064852 ], [ -75.150719, 40.066367 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010270001", "device_counts": 1078, "stop_counts": 4604 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132121, 40.046018 ], [ -75.130783, 40.052206 ], [ -75.127143, 40.051748 ], [ -75.128495, 40.045626 ], [ -75.131283, 40.045984 ], [ -75.132121, 40.046018 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274025", "device_counts": 1340, "stop_counts": 6962 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126639, 40.045392 ], [ -75.125631, 40.045259 ], [ -75.123566, 40.044993 ], [ -75.121432, 40.044731 ], [ -75.121754, 40.04317 ], [ -75.125968, 40.043728 ], [ -75.126987, 40.043857 ], [ -75.126639, 40.045392 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245004", "device_counts": 2216, "stop_counts": 7926 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169211, 40.032314 ], [ -75.165747, 40.035702 ], [ -75.165094, 40.036234 ], [ -75.16298, 40.036142 ], [ -75.164571, 40.032912 ], [ -75.166655, 40.03089 ], [ -75.169211, 40.032314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379001", "device_counts": 660, "stop_counts": 2739 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105064, 39.987073 ], [ -75.102621, 39.988348 ], [ -75.100912, 39.986416 ], [ -75.103366, 39.985129 ], [ -75.105064, 39.987073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357022", "device_counts": 1178, "stop_counts": 11630 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037842, 40.120213 ], [ -75.036495, 40.12039 ], [ -75.034996, 40.119328 ], [ -75.030059, 40.116298 ], [ -75.02923, 40.11597 ], [ -75.030162, 40.114978 ], [ -75.029956, 40.114481 ], [ -75.030665, 40.113106 ], [ -75.032756, 40.11432 ], [ -75.032101, 40.115319 ], [ -75.033268, 40.116139 ], [ -75.037097, 40.117646 ], [ -75.043856, 40.115997 ], [ -75.037842, 40.120213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137002", "device_counts": 1644, "stop_counts": 6756 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181755, 39.977444 ], [ -75.181135, 39.980238 ], [ -75.180591, 39.980167 ], [ -75.179172, 39.979988 ], [ -75.179779, 39.977188 ], [ -75.180729, 39.972841 ], [ -75.182147, 39.973009 ], [ -75.181707, 39.975062 ], [ -75.182327, 39.975143 ], [ -75.181755, 39.977444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022003", "device_counts": 2038, "stop_counts": 6386 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173173, 39.938641 ], [ -75.171602, 39.938447 ], [ -75.170025, 39.938263 ], [ -75.170455, 39.936232 ], [ -75.170729, 39.935024 ], [ -75.17385, 39.93545 ], [ -75.173173, 39.938641 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243002", "device_counts": 1570, "stop_counts": 8887 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176861, 40.021501 ], [ -75.172523, 40.025758 ], [ -75.169124, 40.023865 ], [ -75.170176, 40.022731 ], [ -75.169534, 40.022381 ], [ -75.173246, 40.018411 ], [ -75.176861, 40.021501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088011", "device_counts": 6885, "stop_counts": 19754 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.200525, 39.952695 ], [ -75.200098, 39.954582 ], [ -75.196603, 39.954149 ], [ -75.197243, 39.951021 ], [ -75.199204, 39.951257 ], [ -75.200801, 39.951458 ], [ -75.200525, 39.952695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273003", "device_counts": 1433, "stop_counts": 6571 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121432, 40.044731 ], [ -75.119454, 40.04448 ], [ -75.114119, 40.043644 ], [ -75.113544, 40.042711 ], [ -75.115488, 40.041183 ], [ -75.120103, 40.041417 ], [ -75.119782, 40.042926 ], [ -75.121754, 40.04317 ], [ -75.121432, 40.044731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197006", "device_counts": 1988, "stop_counts": 5906 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140105, 40.02039 ], [ -75.138463, 40.020171 ], [ -75.13911, 40.017187 ], [ -75.139464, 40.015599 ], [ -75.141126, 40.015818 ], [ -75.140105, 40.02039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010061001", "device_counts": 2690, "stop_counts": 12273 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23463, 39.914848 ], [ -75.232692, 39.916219 ], [ -75.231092, 39.917343 ], [ -75.230094, 39.918046 ], [ -75.227809, 39.916106 ], [ -75.225839, 39.918503 ], [ -75.22421, 39.917832 ], [ -75.223236, 39.917589 ], [ -75.224988, 39.915064 ], [ -75.22918, 39.909127 ], [ -75.230417, 39.911046 ], [ -75.231662, 39.912252 ], [ -75.23374, 39.914073 ], [ -75.23463, 39.914848 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098011", "device_counts": 1827, "stop_counts": 5102 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.269257, 39.980186 ], [ -75.267973, 39.980757 ], [ -75.265918, 39.979251 ], [ -75.261996, 39.977598 ], [ -75.263054, 39.975749 ], [ -75.268293, 39.978967 ], [ -75.269257, 39.980186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334002", "device_counts": 4864, "stop_counts": 15008 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054947, 40.053507 ], [ -75.054197, 40.054405 ], [ -75.053348, 40.056454 ], [ -75.052749, 40.058042 ], [ -75.051784, 40.057504 ], [ -75.049762, 40.056374 ], [ -75.048291, 40.055538 ], [ -75.047749, 40.055363 ], [ -75.050464, 40.052507 ], [ -75.050943, 40.050215 ], [ -75.052836, 40.050498 ], [ -75.056036, 40.05224 ], [ -75.054947, 40.053507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171001", "device_counts": 1078, "stop_counts": 4268 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176913, 40.004697 ], [ -75.171247, 40.003951 ], [ -75.171595, 40.002377 ], [ -75.17725, 40.003097 ], [ -75.176913, 40.004697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086021", "device_counts": 6063, "stop_counts": 15231 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218954, 39.95926 ], [ -75.217002, 39.959015 ], [ -75.214018, 39.958643 ], [ -75.211039, 39.958276 ], [ -75.211677, 39.95524 ], [ -75.214643, 39.955607 ], [ -75.215471, 39.956489 ], [ -75.219421, 39.956979 ], [ -75.218954, 39.95926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112003", "device_counts": 1067, "stop_counts": 3978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234732, 39.973315 ], [ -75.233659, 39.973437 ], [ -75.232182, 39.973599 ], [ -75.231617, 39.970789 ], [ -75.232573, 39.970683 ], [ -75.234203, 39.9705 ], [ -75.234732, 39.973315 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257002", "device_counts": 641, "stop_counts": 3141 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199786, 40.075366 ], [ -75.199496, 40.07547 ], [ -75.196263, 40.073051 ], [ -75.193222, 40.06909 ], [ -75.196385, 40.066623 ], [ -75.196741, 40.067365 ], [ -75.199715, 40.073803 ], [ -75.199786, 40.075366 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010174002", "device_counts": 4788, "stop_counts": 13872 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153782, 39.997718 ], [ -75.15002, 39.999096 ], [ -75.149877, 39.998385 ], [ -75.150813, 39.99346 ], [ -75.152389, 39.993659 ], [ -75.154588, 39.993938 ], [ -75.153782, 39.997718 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238004", "device_counts": 971, "stop_counts": 4203 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187922, 40.037547 ], [ -75.186595, 40.037617 ], [ -75.184831, 40.039346 ], [ -75.1804, 40.036534 ], [ -75.182925, 40.034066 ], [ -75.188396, 40.037255 ], [ -75.187922, 40.037547 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013004", "device_counts": 861, "stop_counts": 2455 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183366, 39.942946 ], [ -75.180611, 39.944631 ], [ -75.180409, 39.944602 ], [ -75.180624, 39.943641 ], [ -75.180838, 39.942631 ], [ -75.181002, 39.941863 ], [ -75.184474, 39.942274 ], [ -75.183366, 39.942946 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122012", "device_counts": 1000, "stop_counts": 9298 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207589, 40.005981 ], [ -75.206209, 40.006641 ], [ -75.202057, 40.004729 ], [ -75.203194, 40.003393 ], [ -75.209385, 40.002429 ], [ -75.207589, 40.005981 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078003", "device_counts": 1258, "stop_counts": 3310 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223315, 39.947925 ], [ -75.221237, 39.948161 ], [ -75.217733, 39.945183 ], [ -75.219002, 39.944283 ], [ -75.222369, 39.947135 ], [ -75.223315, 39.947925 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114001", "device_counts": 2571, "stop_counts": 9933 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.251063, 39.981601 ], [ -75.248346, 39.982968 ], [ -75.247094, 39.983595 ], [ -75.24654, 39.980645 ], [ -75.24554, 39.97533 ], [ -75.247494, 39.975113 ], [ -75.247797, 39.975079 ], [ -75.248628, 39.978707 ], [ -75.248944, 39.979106 ], [ -75.251063, 39.981601 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096002", "device_counts": 1764, "stop_counts": 6858 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242406, 39.963779 ], [ -75.242087, 39.965303 ], [ -75.24011, 39.965055 ], [ -75.240762, 39.96196 ], [ -75.242735, 39.962202 ], [ -75.242406, 39.963779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010132001", "device_counts": 1546, "stop_counts": 6365 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156085, 39.96931 ], [ -75.154549, 39.968931 ], [ -75.153018, 39.968549 ], [ -75.154013, 39.963976 ], [ -75.157125, 39.964556 ], [ -75.156085, 39.96931 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093003", "device_counts": 2525, "stop_counts": 7134 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224541, 39.961567 ], [ -75.219439, 39.960941 ], [ -75.219175, 39.959288 ], [ -75.22092, 39.959505 ], [ -75.2229, 39.959745 ], [ -75.224868, 39.960005 ], [ -75.224541, 39.961567 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010380001", "device_counts": 3190, "stop_counts": 11682 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089831, 40.004441 ], [ -75.087448, 40.006079 ], [ -75.083087, 40.007437 ], [ -75.078448, 40.008586 ], [ -75.077476, 40.004139 ], [ -75.079781, 40.002337 ], [ -75.086234, 39.998967 ], [ -75.086895, 39.999532 ], [ -75.087302, 40.000157 ], [ -75.087369, 40.001571 ], [ -75.087984, 40.00303 ], [ -75.088513, 40.00354 ], [ -75.090028, 40.004264 ], [ -75.089831, 40.004441 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101004", "device_counts": 1530, "stop_counts": 6202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243788, 39.971723 ], [ -75.24181, 39.971472 ], [ -75.239133, 39.969893 ], [ -75.239479, 39.968097 ], [ -75.244416, 39.968706 ], [ -75.243788, 39.971723 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067003", "device_counts": 1235, "stop_counts": 5093 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228132, 39.922273 ], [ -75.226761, 39.923242 ], [ -75.226319, 39.922867 ], [ -75.224926, 39.921692 ], [ -75.227538, 39.91984 ], [ -75.230327, 39.922201 ], [ -75.228132, 39.922273 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139003", "device_counts": 1790, "stop_counts": 8603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177852, 39.974247 ], [ -75.173785, 39.974677 ], [ -75.168263, 39.975259 ], [ -75.16722, 39.973397 ], [ -75.167421, 39.972493 ], [ -75.167703, 39.971211 ], [ -75.169274, 39.971406 ], [ -75.17055, 39.97157 ], [ -75.172659, 39.971823 ], [ -75.174367, 39.972035 ], [ -75.175948, 39.972232 ], [ -75.177862, 39.97248 ], [ -75.177852, 39.974247 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320003", "device_counts": 1354, "stop_counts": 5506 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058579, 40.028225 ], [ -75.056872, 40.028943 ], [ -75.056077, 40.029455 ], [ -75.055661, 40.029843 ], [ -75.053968, 40.027905 ], [ -75.056294, 40.026703 ], [ -75.056953, 40.026361 ], [ -75.057594, 40.026031 ], [ -75.059227, 40.027909 ], [ -75.058579, 40.028225 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180011", "device_counts": 957, "stop_counts": 3167 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116836, 39.982072 ], [ -75.116075, 39.982938 ], [ -75.113008, 39.979488 ], [ -75.110939, 39.980568 ], [ -75.110525, 39.980787 ], [ -75.108971, 39.979021 ], [ -75.111738, 39.977578 ], [ -75.113227, 39.976803 ], [ -75.114768, 39.978568 ], [ -75.116146, 39.980111 ], [ -75.117355, 39.981481 ], [ -75.116836, 39.982072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282002", "device_counts": 2224, "stop_counts": 9600 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142471, 40.031766 ], [ -75.138971, 40.032845 ], [ -75.139766, 40.034506 ], [ -75.138323, 40.035876 ], [ -75.137945, 40.037539 ], [ -75.137633, 40.038943 ], [ -75.135257, 40.03864 ], [ -75.134472, 40.038514 ], [ -75.134818, 40.036987 ], [ -75.135042, 40.033284 ], [ -75.135144, 40.031362 ], [ -75.13506, 40.02915 ], [ -75.135802, 40.029254 ], [ -75.137091, 40.029412 ], [ -75.136757, 40.030964 ], [ -75.139304, 40.031288 ], [ -75.141668, 40.0316 ], [ -75.142471, 40.031766 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055001", "device_counts": 3467, "stop_counts": 13269 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2525, 39.906614 ], [ -75.249929, 39.909352 ], [ -75.251498, 39.910051 ], [ -75.2472, 39.913578 ], [ -75.24694, 39.916871 ], [ -75.247341, 39.918541 ], [ -75.246856, 39.918759 ], [ -75.246308, 39.917176 ], [ -75.244935, 39.91545 ], [ -75.243226, 39.913112 ], [ -75.242832, 39.911272 ], [ -75.243939, 39.910021 ], [ -75.246021, 39.911148 ], [ -75.248751, 39.909248 ], [ -75.246275, 39.90746 ], [ -75.247414, 39.906162 ], [ -75.249736, 39.903575 ], [ -75.251288, 39.904403 ], [ -75.253492, 39.905585 ], [ -75.2525, 39.906614 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010138002", "device_counts": 2394, "stop_counts": 8732 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179779, 39.977188 ], [ -75.173414, 39.976363 ], [ -75.173785, 39.974677 ], [ -75.177852, 39.974247 ], [ -75.177862, 39.97248 ], [ -75.178108, 39.972509 ], [ -75.180729, 39.972841 ], [ -75.179779, 39.977188 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302005", "device_counts": 2646, "stop_counts": 9589 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086997, 40.029443 ], [ -75.08508, 40.031266 ], [ -75.084915, 40.031241 ], [ -75.084794, 40.031223 ], [ -75.084197, 40.031438 ], [ -75.080866, 40.029556 ], [ -75.081849, 40.028512 ], [ -75.083038, 40.027241 ], [ -75.085375, 40.028555 ], [ -75.086997, 40.029443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071013", "device_counts": 1726, "stop_counts": 5482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22548, 39.939725 ], [ -75.224113, 39.940691 ], [ -75.222753, 39.941654 ], [ -75.221545, 39.940652 ], [ -75.220278, 39.939572 ], [ -75.222098, 39.938279 ], [ -75.223012, 39.937643 ], [ -75.224292, 39.938734 ], [ -75.22548, 39.939725 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298001", "device_counts": 682, "stop_counts": 3769 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07338, 40.019654 ], [ -75.072271, 40.020248 ], [ -75.069087, 40.021904 ], [ -75.068516, 40.021385 ], [ -75.067412, 40.020111 ], [ -75.06701, 40.01967 ], [ -75.066116, 40.018648 ], [ -75.067782, 40.017853 ], [ -75.070504, 40.017255 ], [ -75.071847, 40.016952 ], [ -75.072575, 40.018868 ], [ -75.07338, 40.019654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158006", "device_counts": 456, "stop_counts": 1995 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128693, 39.974284 ], [ -75.125201, 39.975558 ], [ -75.123391, 39.974403 ], [ -75.127903, 39.972811 ], [ -75.128693, 39.974284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073004", "device_counts": 2238, "stop_counts": 7057 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229894, 39.947791 ], [ -75.227419, 39.94777 ], [ -75.224946, 39.947744 ], [ -75.223315, 39.947925 ], [ -75.222369, 39.947135 ], [ -75.224736, 39.945465 ], [ -75.22361, 39.944505 ], [ -75.22498, 39.943534 ], [ -75.226805, 39.945083 ], [ -75.228686, 39.945913 ], [ -75.228202, 39.94627 ], [ -75.229894, 39.947791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263024", "device_counts": 6318, "stop_counts": 19761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161313, 40.071386 ], [ -75.158417, 40.074169 ], [ -75.154076, 40.071732 ], [ -75.156776, 40.068675 ], [ -75.157379, 40.067944 ], [ -75.162035, 40.070685 ], [ -75.161313, 40.071386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010293001", "device_counts": 4913, "stop_counts": 13775 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.096744, 40.01873 ], [ -75.095897, 40.019604 ], [ -75.09441, 40.019534 ], [ -75.091304, 40.017883 ], [ -75.090325, 40.017356 ], [ -75.086382, 40.015257 ], [ -75.085519, 40.014787 ], [ -75.085818, 40.014448 ], [ -75.086348, 40.013868 ], [ -75.087577, 40.012516 ], [ -75.09228, 40.015294 ], [ -75.094365, 40.014794 ], [ -75.096279, 40.015957 ], [ -75.09704, 40.016018 ], [ -75.096744, 40.01873 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246002", "device_counts": 1010, "stop_counts": 5415 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172201, 40.042922 ], [ -75.173355, 40.04362 ], [ -75.170725, 40.046151 ], [ -75.169492, 40.044531 ], [ -75.170855, 40.040445 ], [ -75.172027, 40.039141 ], [ -75.174567, 40.040638 ], [ -75.172201, 40.042922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072003", "device_counts": 433, "stop_counts": 2125 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233074, 39.942849 ], [ -75.230947, 39.944336 ], [ -75.229553, 39.943168 ], [ -75.230928, 39.942194 ], [ -75.231676, 39.941671 ], [ -75.233074, 39.942849 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282001", "device_counts": 4550, "stop_counts": 13107 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146705, 40.030127 ], [ -75.146575, 40.030637 ], [ -75.145554, 40.035262 ], [ -75.143363, 40.034976 ], [ -75.143944, 40.032192 ], [ -75.139766, 40.034506 ], [ -75.138971, 40.032845 ], [ -75.142471, 40.031766 ], [ -75.144284, 40.030814 ], [ -75.14685, 40.029481 ], [ -75.146705, 40.030127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252001", "device_counts": 772, "stop_counts": 3918 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177154, 40.042988 ], [ -75.175285, 40.044782 ], [ -75.173686, 40.045803 ], [ -75.171536, 40.047888 ], [ -75.170725, 40.046151 ], [ -75.173355, 40.04362 ], [ -75.17573, 40.041333 ], [ -75.177651, 40.0425 ], [ -75.177154, 40.042988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311013", "device_counts": 1603, "stop_counts": 6526 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081533, 40.040754 ], [ -75.080904, 40.041432 ], [ -75.080164, 40.042213 ], [ -75.076652, 40.040257 ], [ -75.077394, 40.039464 ], [ -75.07821, 40.038617 ], [ -75.07862, 40.038205 ], [ -75.082114, 40.040147 ], [ -75.081533, 40.040754 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031001", "device_counts": 1826, "stop_counts": 6070 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179035, 39.935612 ], [ -75.178514, 39.935544 ], [ -75.17397, 39.934974 ], [ -75.174495, 39.932523 ], [ -75.176069, 39.932721 ], [ -75.179553, 39.933178 ], [ -75.179035, 39.935612 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309002", "device_counts": 600, "stop_counts": 4401 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085031, 40.043731 ], [ -75.082674, 40.04242 ], [ -75.084412, 40.039499 ], [ -75.086453, 40.042566 ], [ -75.085031, 40.043731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195013", "device_counts": 1549, "stop_counts": 6338 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131501, 40.001999 ], [ -75.128604, 40.001619 ], [ -75.12926, 39.998539 ], [ -75.132172, 39.998913 ], [ -75.131501, 40.001999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071011", "device_counts": 1164, "stop_counts": 5929 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229726, 39.936743 ], [ -75.228358, 39.9377 ], [ -75.227831, 39.938077 ], [ -75.225358, 39.936 ], [ -75.225887, 39.935625 ], [ -75.227252, 39.934661 ], [ -75.228533, 39.935732 ], [ -75.229726, 39.936743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306007", "device_counts": 1796, "stop_counts": 8003 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094766, 40.053095 ], [ -75.093706, 40.054203 ], [ -75.092131, 40.053178 ], [ -75.088344, 40.051235 ], [ -75.088873, 40.050674 ], [ -75.091173, 40.051098 ], [ -75.091416, 40.049543 ], [ -75.092242, 40.049978 ], [ -75.094183, 40.051071 ], [ -75.094593, 40.050655 ], [ -75.096242, 40.051528 ], [ -75.094766, 40.053095 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040014", "device_counts": 3169, "stop_counts": 8550 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169499, 39.925531 ], [ -75.169494, 39.925596 ], [ -75.169428, 39.925593 ], [ -75.16735, 39.926579 ], [ -75.165483, 39.926333 ], [ -75.166014, 39.923903 ], [ -75.169744, 39.924409 ], [ -75.169499, 39.925531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010376002", "device_counts": 11916, "stop_counts": 35337 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162293, 39.958058 ], [ -75.161411, 39.962102 ], [ -75.161443, 39.962172 ], [ -75.161384, 39.962474 ], [ -75.161188, 39.963422 ], [ -75.154312, 39.962614 ], [ -75.154512, 39.961711 ], [ -75.155093, 39.958709 ], [ -75.155538, 39.956923 ], [ -75.162339, 39.957825 ], [ -75.162293, 39.958058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183004", "device_counts": 921, "stop_counts": 3746 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080522, 39.996472 ], [ -75.07472, 39.9987 ], [ -75.073491, 39.997297 ], [ -75.079364, 39.994264 ], [ -75.080522, 39.996472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195022", "device_counts": 1882, "stop_counts": 6325 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128282, 40.003116 ], [ -75.127863, 40.005057 ], [ -75.123949, 40.004814 ], [ -75.12441, 40.002634 ], [ -75.124732, 40.001124 ], [ -75.128604, 40.001619 ], [ -75.128282, 40.003116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030011", "device_counts": 1044, "stop_counts": 3882 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171065, 39.930827 ], [ -75.168423, 39.930465 ], [ -75.168689, 39.929256 ], [ -75.170891, 39.929552 ], [ -75.171339, 39.929608 ], [ -75.171065, 39.930827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209003", "device_counts": 2817, "stop_counts": 6775 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213, 40.018652 ], [ -75.211744, 40.017388 ], [ -75.209735, 40.018509 ], [ -75.207863, 40.018582 ], [ -75.208116, 40.017764 ], [ -75.205622, 40.017107 ], [ -75.207221, 40.016673 ], [ -75.208008, 40.012997 ], [ -75.212219, 40.015461 ], [ -75.214752, 40.017784 ], [ -75.213, 40.018652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004011", "device_counts": 15247, "stop_counts": 56200 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180223, 39.954472 ], [ -75.179889, 39.955436 ], [ -75.179768, 39.955993 ], [ -75.17972, 39.956164 ], [ -75.179122, 39.955984 ], [ -75.177527, 39.95549 ], [ -75.172783, 39.955604 ], [ -75.173291, 39.952934 ], [ -75.173489, 39.952052 ], [ -75.176191, 39.952387 ], [ -75.180909, 39.952982 ], [ -75.180223, 39.954472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029003", "device_counts": 5008, "stop_counts": 14503 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16764, 39.93415 ], [ -75.167578, 39.934143 ], [ -75.159517, 39.9331 ], [ -75.161047, 39.931817 ], [ -75.163504, 39.92983 ], [ -75.166246, 39.930207 ], [ -75.165968, 39.931427 ], [ -75.16815, 39.931701 ], [ -75.16764, 39.93415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085007", "device_counts": 4046, "stop_counts": 12170 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230801, 39.960722 ], [ -75.228645, 39.960463 ], [ -75.227443, 39.960311 ], [ -75.224868, 39.960005 ], [ -75.225351, 39.957714 ], [ -75.231277, 39.958448 ], [ -75.230801, 39.960722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010141002", "device_counts": 5065, "stop_counts": 12915 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159442, 39.971467 ], [ -75.159237, 39.972384 ], [ -75.158782, 39.974482 ], [ -75.156616, 39.974198 ], [ -75.156893, 39.972927 ], [ -75.152188, 39.972318 ], [ -75.154149, 39.970778 ], [ -75.154549, 39.968931 ], [ -75.156085, 39.96931 ], [ -75.159702, 39.970202 ], [ -75.159442, 39.971467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168001", "device_counts": 1249, "stop_counts": 4230 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173182, 39.992412 ], [ -75.171594, 39.9922 ], [ -75.171441, 39.992946 ], [ -75.168248, 39.992579 ], [ -75.168561, 39.991047 ], [ -75.167918, 39.990947 ], [ -75.168428, 39.987857 ], [ -75.169234, 39.987959 ], [ -75.168894, 39.98955 ], [ -75.171839, 39.989935 ], [ -75.173682, 39.990167 ], [ -75.173182, 39.992412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176013", "device_counts": 3037, "stop_counts": 10006 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135121, 39.99306 ], [ -75.130558, 39.992474 ], [ -75.130122, 39.994573 ], [ -75.126915, 39.991834 ], [ -75.127031, 39.990386 ], [ -75.130898, 39.99089 ], [ -75.132893, 39.991144 ], [ -75.135466, 39.991479 ], [ -75.135121, 39.99306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010205001", "device_counts": 6467, "stop_counts": 24628 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172342, 40.017604 ], [ -75.163758, 40.019234 ], [ -75.162782, 40.020368 ], [ -75.162462, 40.021954 ], [ -75.162024, 40.022286 ], [ -75.159551, 40.023925 ], [ -75.159315, 40.02341 ], [ -75.159214, 40.023192 ], [ -75.159035, 40.0228 ], [ -75.156094, 40.019695 ], [ -75.155692, 40.019078 ], [ -75.154576, 40.017272 ], [ -75.15409, 40.016325 ], [ -75.157218, 40.016166 ], [ -75.167776, 40.011086 ], [ -75.170096, 40.015723 ], [ -75.172342, 40.017604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300005", "device_counts": 874, "stop_counts": 4976 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083248, 40.013562 ], [ -75.079927, 40.016418 ], [ -75.077257, 40.014973 ], [ -75.079046, 40.013007 ], [ -75.080857, 40.011903 ], [ -75.0817, 40.012736 ], [ -75.083248, 40.013562 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027021", "device_counts": 1792, "stop_counts": 6330 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151309, 39.932007 ], [ -75.149728, 39.931793 ], [ -75.14617, 39.931321 ], [ -75.146413, 39.930114 ], [ -75.146985, 39.927665 ], [ -75.148701, 39.927896 ], [ -75.148329, 39.929093 ], [ -75.151852, 39.929555 ], [ -75.151309, 39.932007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134023", "device_counts": 2123, "stop_counts": 5640 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17256, 39.965219 ], [ -75.17068, 39.964975 ], [ -75.169102, 39.964781 ], [ -75.168959, 39.965463 ], [ -75.165813, 39.965075 ], [ -75.166227, 39.963112 ], [ -75.167806, 39.963306 ], [ -75.169378, 39.963498 ], [ -75.170958, 39.963692 ], [ -75.172848, 39.963923 ], [ -75.17256, 39.965219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010380002", "device_counts": 2974, "stop_counts": 9660 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078448, 40.008586 ], [ -75.072371, 40.010089 ], [ -75.070581, 40.010533 ], [ -75.069508, 40.010798 ], [ -75.068883, 40.00879 ], [ -75.072702, 40.007904 ], [ -75.075687, 40.005553 ], [ -75.077476, 40.004139 ], [ -75.078448, 40.008586 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009021", "device_counts": 7903, "stop_counts": 19510 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156855, 39.947246 ], [ -75.156646, 39.948394 ], [ -75.153174, 39.947962 ], [ -75.153424, 39.946817 ], [ -75.153184, 39.945536 ], [ -75.156337, 39.945923 ], [ -75.157113, 39.946025 ], [ -75.156855, 39.947246 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012024", "device_counts": 4052, "stop_counts": 9543 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168443, 39.945524 ], [ -75.166767, 39.945768 ], [ -75.166458, 39.947196 ], [ -75.164845, 39.946999 ], [ -75.165341, 39.944664 ], [ -75.165575, 39.943664 ], [ -75.168762, 39.94405 ], [ -75.168443, 39.945524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030021", "device_counts": 1335, "stop_counts": 3753 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17034, 39.934498 ], [ -75.16764, 39.93415 ], [ -75.16815, 39.931701 ], [ -75.1708, 39.932052 ], [ -75.17034, 39.934498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040011", "device_counts": 1222, "stop_counts": 3923 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165483, 39.926333 ], [ -75.162338, 39.92592 ], [ -75.162876, 39.923489 ], [ -75.166014, 39.923903 ], [ -75.165483, 39.926333 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042023", "device_counts": 777, "stop_counts": 3747 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155865, 39.918755 ], [ -75.15073, 39.918097 ], [ -75.151014, 39.916842 ], [ -75.156139, 39.917515 ], [ -75.155865, 39.918755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071012", "device_counts": 1195, "stop_counts": 4370 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226854, 39.938767 ], [ -75.22548, 39.939725 ], [ -75.224292, 39.938734 ], [ -75.223012, 39.937643 ], [ -75.224388, 39.936676 ], [ -75.225358, 39.936 ], [ -75.227831, 39.938077 ], [ -75.226854, 39.938767 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074005", "device_counts": 1502, "stop_counts": 4831 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218874, 39.938393 ], [ -75.217502, 39.939355 ], [ -75.215089, 39.939093 ], [ -75.213865, 39.939974 ], [ -75.212064, 39.938213 ], [ -75.215778, 39.935624 ], [ -75.217614, 39.93733 ], [ -75.218874, 39.938393 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088024", "device_counts": 4345, "stop_counts": 10592 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205583, 39.952056 ], [ -75.20546, 39.952682 ], [ -75.204107, 39.953128 ], [ -75.202828, 39.95297 ], [ -75.203083, 39.951745 ], [ -75.200801, 39.951458 ], [ -75.199204, 39.951257 ], [ -75.199427, 39.950419 ], [ -75.201156, 39.949839 ], [ -75.201151, 39.950414 ], [ -75.205802, 39.950985 ], [ -75.205583, 39.952056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101003", "device_counts": 868, "stop_counts": 3723 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24358, 39.975546 ], [ -75.241013, 39.975833 ], [ -75.240427, 39.972687 ], [ -75.241209, 39.9726 ], [ -75.242987, 39.972396 ], [ -75.24329, 39.973997 ], [ -75.24358, 39.975546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118005", "device_counts": 783, "stop_counts": 5436 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245478, 39.986619 ], [ -75.239838, 39.989287 ], [ -75.23987, 39.988202 ], [ -75.238184, 39.986061 ], [ -75.240153, 39.985213 ], [ -75.244491, 39.985667 ], [ -75.245478, 39.986619 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137003", "device_counts": 1103, "stop_counts": 5229 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183838, 39.980585 ], [ -75.182215, 39.980373 ], [ -75.181135, 39.980238 ], [ -75.181755, 39.977444 ], [ -75.184439, 39.977788 ], [ -75.183838, 39.980585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162003", "device_counts": 572, "stop_counts": 2341 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136759, 39.985402 ], [ -75.136167, 39.985328 ], [ -75.1351, 39.98519 ], [ -75.135445, 39.983598 ], [ -75.13578, 39.982009 ], [ -75.137443, 39.982223 ], [ -75.136759, 39.985402 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180012", "device_counts": 730, "stop_counts": 3939 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111221, 39.985268 ], [ -75.108828, 39.981673 ], [ -75.110525, 39.980787 ], [ -75.110939, 39.980568 ], [ -75.11345, 39.984105 ], [ -75.111221, 39.985268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198005", "device_counts": 800, "stop_counts": 3239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142438, 40.009743 ], [ -75.141786, 40.012708 ], [ -75.140125, 40.012538 ], [ -75.139484, 40.012453 ], [ -75.139815, 40.010939 ], [ -75.141425, 40.00961 ], [ -75.141913, 40.009674 ], [ -75.142438, 40.009743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202002", "device_counts": 812, "stop_counts": 3484 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167945, 40.009378 ], [ -75.164733, 40.008616 ], [ -75.165228, 40.006354 ], [ -75.165554, 40.004859 ], [ -75.16914, 40.008832 ], [ -75.167945, 40.009378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010212001", "device_counts": 2359, "stop_counts": 8244 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218759, 40.036654 ], [ -75.213026, 40.039412 ], [ -75.210398, 40.03751 ], [ -75.208938, 40.035221 ], [ -75.21114, 40.0346 ], [ -75.213692, 40.032135 ], [ -75.214493, 40.032838 ], [ -75.216638, 40.034833 ], [ -75.217925, 40.03616 ], [ -75.218759, 40.036654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236001", "device_counts": 853, "stop_counts": 2726 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196511, 40.049188 ], [ -75.194491, 40.051466 ], [ -75.194083, 40.051633 ], [ -75.194411, 40.050637 ], [ -75.192123, 40.047679 ], [ -75.192346, 40.046309 ], [ -75.193091, 40.04459 ], [ -75.193841, 40.045069 ], [ -75.198059, 40.047739 ], [ -75.196511, 40.049188 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252004", "device_counts": 830, "stop_counts": 5408 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178144, 40.04821 ], [ -75.176624, 40.047398 ], [ -75.176247, 40.047752 ], [ -75.174713, 40.046823 ], [ -75.173686, 40.045803 ], [ -75.175285, 40.044782 ], [ -75.17922, 40.047155 ], [ -75.178144, 40.04821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263021", "device_counts": 1630, "stop_counts": 7742 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156776, 40.068675 ], [ -75.154076, 40.071732 ], [ -75.151596, 40.070328 ], [ -75.152322, 40.068901 ], [ -75.152602, 40.067646 ], [ -75.156285, 40.067006 ], [ -75.156776, 40.068675 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266002", "device_counts": 997, "stop_counts": 4108 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147353, 40.064371 ], [ -75.147022, 40.065892 ], [ -75.146683, 40.067547 ], [ -75.145187, 40.066692 ], [ -75.146051, 40.062926 ], [ -75.147649, 40.06301 ], [ -75.147353, 40.064371 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277004", "device_counts": 1060, "stop_counts": 3763 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155214, 40.053922 ], [ -75.152881, 40.052844 ], [ -75.153101, 40.050412 ], [ -75.155446, 40.050508 ], [ -75.155214, 40.053922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289013", "device_counts": 757, "stop_counts": 3264 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116243, 40.020558 ], [ -75.112217, 40.020056 ], [ -75.113951, 40.018603 ], [ -75.116404, 40.018909 ], [ -75.116243, 40.020558 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390006", "device_counts": 1167, "stop_counts": 5927 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.09299, 40.036729 ], [ -75.090543, 40.039142 ], [ -75.09159, 40.039734 ], [ -75.089246, 40.042252 ], [ -75.088631, 40.042747 ], [ -75.088709, 40.03795 ], [ -75.088091, 40.03654 ], [ -75.089404, 40.037263 ], [ -75.091031, 40.035582 ], [ -75.09227, 40.034323 ], [ -75.093532, 40.035024 ], [ -75.09299, 40.036729 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311022", "device_counts": 734, "stop_counts": 4009 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087802, 40.036032 ], [ -75.086804, 40.037049 ], [ -75.084311, 40.035676 ], [ -75.085499, 40.034421 ], [ -75.085313, 40.033521 ], [ -75.087159, 40.03479 ], [ -75.087802, 40.036032 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316004", "device_counts": 1462, "stop_counts": 4224 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.063188, 40.031566 ], [ -75.0621, 40.032813 ], [ -75.058848, 40.030998 ], [ -75.062207, 40.027471 ], [ -75.062394, 40.027444 ], [ -75.062426, 40.027979 ], [ -75.062828, 40.02941 ], [ -75.063188, 40.031566 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330007", "device_counts": 526, "stop_counts": 3431 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.03728, 40.035045 ], [ -75.034538, 40.036464 ], [ -75.032739, 40.034407 ], [ -75.035488, 40.03299 ], [ -75.03728, 40.035045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341005", "device_counts": 1497, "stop_counts": 5471 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086906, 40.078648 ], [ -75.082456, 40.082884 ], [ -75.082882, 40.079474 ], [ -75.078592, 40.078097 ], [ -75.079769, 40.076854 ], [ -75.080159, 40.075454 ], [ -75.081603, 40.076328 ], [ -75.082501, 40.07656 ], [ -75.085244, 40.077159 ], [ -75.086906, 40.078648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362022", "device_counts": 1041, "stop_counts": 6429 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981807, 40.082355 ], [ -74.980158, 40.086256 ], [ -74.980601, 40.087914 ], [ -74.979504, 40.087814 ], [ -74.976576, 40.085827 ], [ -74.973763, 40.084534 ], [ -74.97582, 40.081889 ], [ -74.97725, 40.080506 ], [ -74.980732, 40.082105 ], [ -74.981807, 40.082355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277001", "device_counts": 2079, "stop_counts": 7373 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148578, 40.051383 ], [ -75.147004, 40.051175 ], [ -75.143841, 40.050771 ], [ -75.142214, 40.050563 ], [ -75.142898, 40.047493 ], [ -75.144959, 40.04868 ], [ -75.147672, 40.048117 ], [ -75.147337, 40.049656 ], [ -75.147265, 40.049965 ], [ -75.148708, 40.050778 ], [ -75.148578, 40.051383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027013", "device_counts": 1321, "stop_counts": 5640 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155463, 39.927956 ], [ -75.154997, 39.929984 ], [ -75.151852, 39.929555 ], [ -75.152407, 39.927129 ], [ -75.155546, 39.92755 ], [ -75.155463, 39.927956 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358002", "device_counts": 1478, "stop_counts": 7507 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037842, 40.120213 ], [ -75.024891, 40.129216 ], [ -75.021931, 40.127467 ], [ -75.0201, 40.126358 ], [ -75.023292, 40.125201 ], [ -75.020183, 40.122282 ], [ -75.024153, 40.12492 ], [ -75.026346, 40.123524 ], [ -75.027205, 40.121653 ], [ -75.027824, 40.120924 ], [ -75.029773, 40.121875 ], [ -75.032646, 40.121786 ], [ -75.036495, 40.12039 ], [ -75.037842, 40.120213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340002", "device_counts": 447, "stop_counts": 3042 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077112, 40.068714 ], [ -75.074029, 40.071983 ], [ -75.070412, 40.07022 ], [ -75.067838, 40.068959 ], [ -75.069297, 40.068345 ], [ -75.074845, 40.066538 ], [ -75.076022, 40.067172 ], [ -75.075439, 40.067803 ], [ -75.077112, 40.068714 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010231001", "device_counts": 2347, "stop_counts": 6473 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208933, 40.067015 ], [ -75.205815, 40.070106 ], [ -75.204166, 40.069595 ], [ -75.202651, 40.073212 ], [ -75.20079, 40.070707 ], [ -75.198673, 40.068575 ], [ -75.196741, 40.067365 ], [ -75.196385, 40.066623 ], [ -75.202475, 40.06265 ], [ -75.202545, 40.059884 ], [ -75.20714, 40.062139 ], [ -75.204744, 40.064538 ], [ -75.20615, 40.065376 ], [ -75.206782, 40.064755 ], [ -75.209573, 40.066375 ], [ -75.208933, 40.067015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114006", "device_counts": 3603, "stop_counts": 12366 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248991, 39.985109 ], [ -75.245478, 39.986619 ], [ -75.244491, 39.985667 ], [ -75.240153, 39.985213 ], [ -75.23724, 39.98484 ], [ -75.239042, 39.98195 ], [ -75.239335, 39.981447 ], [ -75.242792, 39.981061 ], [ -75.24654, 39.980645 ], [ -75.247094, 39.983595 ], [ -75.248346, 39.982968 ], [ -75.248991, 39.985109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149005", "device_counts": 806, "stop_counts": 3347 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.185497, 39.980804 ], [ -75.181758, 39.983325 ], [ -75.181579, 39.983313 ], [ -75.182215, 39.980373 ], [ -75.183838, 39.980585 ], [ -75.185497, 39.980804 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030022", "device_counts": 986, "stop_counts": 3158 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172389, 39.934765 ], [ -75.17034, 39.934498 ], [ -75.1708, 39.932052 ], [ -75.172922, 39.932328 ], [ -75.172389, 39.934765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010248001", "device_counts": 662, "stop_counts": 3545 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167701, 40.047245 ], [ -75.164529, 40.050306 ], [ -75.161656, 40.048559 ], [ -75.163175, 40.047076 ], [ -75.166038, 40.046218 ], [ -75.167701, 40.047245 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019803001", "device_counts": 18682, "stop_counts": 67570 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.025229, 40.08482 ], [ -75.023996, 40.086107 ], [ -75.015528, 40.09486 ], [ -75.014156, 40.096236 ], [ -75.001796, 40.10493 ], [ -74.999804, 40.103236 ], [ -74.995464, 40.099166 ], [ -74.991264, 40.095778 ], [ -74.989094, 40.093928 ], [ -74.987421, 40.09255 ], [ -74.98418, 40.089906 ], [ -74.987065, 40.086049 ], [ -74.990155, 40.084052 ], [ -74.994348, 40.081681 ], [ -74.997635, 40.079699 ], [ -74.998488, 40.078701 ], [ -75.003606, 40.071362 ], [ -75.007269, 40.069161 ], [ -75.011311, 40.071169 ], [ -75.013126, 40.072071 ], [ -75.028952, 40.080968 ], [ -75.025229, 40.08482 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085005", "device_counts": 2182, "stop_counts": 6231 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231557, 39.957102 ], [ -75.225634, 39.956372 ], [ -75.225746, 39.955814 ], [ -75.226002, 39.954591 ], [ -75.231937, 39.955319 ], [ -75.231557, 39.957102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333001", "device_counts": 3860, "stop_counts": 13508 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044521, 40.058702 ], [ -75.044991, 40.059372 ], [ -75.044275, 40.059356 ], [ -75.044201, 40.059477 ], [ -75.043614, 40.060811 ], [ -75.041907, 40.064683 ], [ -75.038539, 40.060858 ], [ -75.038719, 40.056435 ], [ -75.039449, 40.055286 ], [ -75.041248, 40.054576 ], [ -75.045522, 40.057614 ], [ -75.044521, 40.058702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010203002", "device_counts": 8322, "stop_counts": 22798 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153849, 40.015891 ], [ -75.149544, 40.01787 ], [ -75.147143, 40.01901 ], [ -75.147205, 40.015188 ], [ -75.147247, 40.011906 ], [ -75.150585, 40.012283 ], [ -75.152163, 40.01254 ], [ -75.152431, 40.01321 ], [ -75.153849, 40.015891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080001", "device_counts": 1745, "stop_counts": 5126 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226539, 39.952 ], [ -75.226224, 39.953528 ], [ -75.222279, 39.95304 ], [ -75.222589, 39.951519 ], [ -75.22275, 39.950754 ], [ -75.222914, 39.949975 ], [ -75.226869, 39.95046 ], [ -75.226539, 39.952 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114005", "device_counts": 1659, "stop_counts": 8584 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24654, 39.980645 ], [ -75.242792, 39.981061 ], [ -75.242354, 39.978712 ], [ -75.244138, 39.978517 ], [ -75.24358, 39.975546 ], [ -75.24554, 39.97533 ], [ -75.24654, 39.980645 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263012", "device_counts": 669, "stop_counts": 3646 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166062, 40.074338 ], [ -75.163399, 40.07695 ], [ -75.161285, 40.075764 ], [ -75.163884, 40.073088 ], [ -75.166062, 40.074338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088022", "device_counts": 5161, "stop_counts": 14557 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.204145, 39.957422 ], [ -75.201953, 39.957149 ], [ -75.199622, 39.95686 ], [ -75.200098, 39.954582 ], [ -75.204933, 39.955181 ], [ -75.204145, 39.957422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278001", "device_counts": 1281, "stop_counts": 7780 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150336, 40.042028 ], [ -75.149796, 40.043673 ], [ -75.149591, 40.04483 ], [ -75.150148, 40.045658 ], [ -75.148225, 40.0456 ], [ -75.146776, 40.044848 ], [ -75.146978, 40.04173 ], [ -75.148083, 40.04048 ], [ -75.149908, 40.040376 ], [ -75.151249, 40.041174 ], [ -75.150336, 40.042028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010220001", "device_counts": 1828, "stop_counts": 7199 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264431, 40.054094 ], [ -75.255006, 40.062704 ], [ -75.243288, 40.073494 ], [ -75.242047, 40.071949 ], [ -75.241075, 40.070395 ], [ -75.240321, 40.068383 ], [ -75.240092, 40.067344 ], [ -75.239545, 40.062977 ], [ -75.238182, 40.059771 ], [ -75.25412, 40.048324 ], [ -75.254629, 40.047592 ], [ -75.254678, 40.045924 ], [ -75.255098, 40.046122 ], [ -75.257655, 40.047611 ], [ -75.264431, 40.054094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096001", "device_counts": 2201, "stop_counts": 7762 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246531, 39.968967 ], [ -75.244416, 39.968706 ], [ -75.239479, 39.968097 ], [ -75.24011, 39.965055 ], [ -75.242087, 39.965303 ], [ -75.24177, 39.96682 ], [ -75.246848, 39.967449 ], [ -75.246531, 39.968967 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259003", "device_counts": 580, "stop_counts": 3483 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179022, 40.079344 ], [ -75.177137, 40.078269 ], [ -75.174171, 40.076549 ], [ -75.175509, 40.075214 ], [ -75.176841, 40.07598 ], [ -75.180238, 40.078084 ], [ -75.179022, 40.079344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038004", "device_counts": 859, "stop_counts": 3534 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181703, 39.92329 ], [ -75.181424, 39.923337 ], [ -75.180313, 39.92354 ], [ -75.179651, 39.923652 ], [ -75.180045, 39.921872 ], [ -75.180576, 39.919369 ], [ -75.182512, 39.919629 ], [ -75.181703, 39.92329 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339002", "device_counts": 2206, "stop_counts": 8057 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089378, 40.064705 ], [ -75.085496, 40.06747 ], [ -75.085044, 40.072141 ], [ -75.08415, 40.071824 ], [ -75.083255, 40.071209 ], [ -75.083726, 40.068173 ], [ -75.083648, 40.065704 ], [ -75.08151, 40.064789 ], [ -75.079532, 40.066175 ], [ -75.078352, 40.065426 ], [ -75.083483, 40.063738 ], [ -75.083514, 40.063756 ], [ -75.083515, 40.063725 ], [ -75.084747, 40.06316 ], [ -75.085729, 40.062589 ], [ -75.087425, 40.063599 ], [ -75.089378, 40.064705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341004", "device_counts": 3850, "stop_counts": 15240 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089088, 40.076374 ], [ -75.086906, 40.078648 ], [ -75.085244, 40.077159 ], [ -75.082501, 40.07656 ], [ -75.083255, 40.071209 ], [ -75.08415, 40.071824 ], [ -75.085044, 40.072141 ], [ -75.090317, 40.075115 ], [ -75.089088, 40.076374 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329004", "device_counts": 645, "stop_counts": 3744 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.031903, 40.036993 ], [ -75.027031, 40.038744 ], [ -75.025862, 40.036255 ], [ -75.026887, 40.035695 ], [ -75.029881, 40.034072 ], [ -75.030905, 40.035358 ], [ -75.031903, 40.036993 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011012", "device_counts": 4012, "stop_counts": 7775 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165575, 39.943664 ], [ -75.165341, 39.944664 ], [ -75.165274, 39.944655 ], [ -75.163137, 39.944388 ], [ -75.162348, 39.944299 ], [ -75.159984, 39.944009 ], [ -75.160205, 39.942997 ], [ -75.165493, 39.943653 ], [ -75.165575, 39.943664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320004", "device_counts": 494, "stop_counts": 3665 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057806, 40.025174 ], [ -75.055564, 40.022606 ], [ -75.057513, 40.021597 ], [ -75.059761, 40.024161 ], [ -75.057806, 40.025174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252003", "device_counts": 627, "stop_counts": 3296 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17922, 40.047155 ], [ -75.175285, 40.044782 ], [ -75.177154, 40.042988 ], [ -75.181057, 40.045381 ], [ -75.17922, 40.047155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255002", "device_counts": 1004, "stop_counts": 3977 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186236, 40.060989 ], [ -75.181956, 40.064987 ], [ -75.18437, 40.066442 ], [ -75.181751, 40.068902 ], [ -75.176526, 40.065896 ], [ -75.181313, 40.061221 ], [ -75.183366, 40.05922 ], [ -75.186236, 40.060989 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168002", "device_counts": 662, "stop_counts": 2507 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171173, 39.994165 ], [ -75.171115, 39.994444 ], [ -75.167925, 39.994025 ], [ -75.168248, 39.992579 ], [ -75.171441, 39.992946 ], [ -75.171173, 39.994165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167021", "device_counts": 873, "stop_counts": 3463 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160365, 39.989991 ], [ -75.160044, 39.991473 ], [ -75.15769, 39.99118 ], [ -75.158335, 39.988186 ], [ -75.160695, 39.988495 ], [ -75.160365, 39.989991 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390005", "device_counts": 910, "stop_counts": 4668 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092349, 40.029658 ], [ -75.091594, 40.030086 ], [ -75.089854, 40.031036 ], [ -75.088078, 40.032 ], [ -75.086551, 40.031133 ], [ -75.092162, 40.02805 ], [ -75.092295, 40.028879 ], [ -75.092349, 40.029658 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356013", "device_counts": 400, "stop_counts": 2850 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.046737, 40.09524 ], [ -75.047115, 40.098377 ], [ -75.042613, 40.100504 ], [ -75.042503, 40.099942 ], [ -75.039643, 40.098344 ], [ -75.042043, 40.09527 ], [ -75.040595, 40.093338 ], [ -75.046527, 40.092672 ], [ -75.047299, 40.092762 ], [ -75.046737, 40.09524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010132002", "device_counts": 7928, "stop_counts": 23610 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160678, 39.96577 ], [ -75.160395, 39.967064 ], [ -75.159702, 39.970202 ], [ -75.156085, 39.96931 ], [ -75.157125, 39.964556 ], [ -75.154013, 39.963976 ], [ -75.154312, 39.962614 ], [ -75.161188, 39.963422 ], [ -75.160678, 39.96577 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004022", "device_counts": 46967, "stop_counts": 228728 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173291, 39.952934 ], [ -75.171723, 39.952725 ], [ -75.171134, 39.955394 ], [ -75.163151, 39.954411 ], [ -75.163093, 39.9544 ], [ -75.163329, 39.95333 ], [ -75.163402, 39.953339 ], [ -75.165063, 39.953608 ], [ -75.164011, 39.950876 ], [ -75.173489, 39.952052 ], [ -75.173291, 39.952934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236003", "device_counts": 995, "stop_counts": 3220 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198411, 40.045827 ], [ -75.198059, 40.047739 ], [ -75.193841, 40.045069 ], [ -75.196382, 40.042203 ], [ -75.194933, 40.042022 ], [ -75.193657, 40.039688 ], [ -75.190086, 40.038232 ], [ -75.190987, 40.037353 ], [ -75.193127, 40.035381 ], [ -75.201433, 40.042404 ], [ -75.198411, 40.045827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010293002", "device_counts": 2926, "stop_counts": 13446 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094995, 40.009984 ], [ -75.094547, 40.011027 ], [ -75.09342, 40.013136 ], [ -75.094365, 40.014794 ], [ -75.09228, 40.015294 ], [ -75.087577, 40.012516 ], [ -75.088731, 40.010923 ], [ -75.089271, 40.010063 ], [ -75.091815, 40.006007 ], [ -75.092482, 40.005427 ], [ -75.0927, 40.005674 ], [ -75.092811, 40.005871 ], [ -75.092775, 40.005977 ], [ -75.09263, 40.006343 ], [ -75.092196, 40.006789 ], [ -75.09205, 40.007033 ], [ -75.092011, 40.007299 ], [ -75.092088, 40.007531 ], [ -75.092494, 40.007976 ], [ -75.094673, 40.009351 ], [ -75.094995, 40.009984 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119001", "device_counts": 1379, "stop_counts": 7129 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23267, 39.988155 ], [ -75.230168, 39.988695 ], [ -75.229911, 39.987936 ], [ -75.228801, 39.982326 ], [ -75.2301, 39.981556 ], [ -75.230791, 39.982516 ], [ -75.232136, 39.986635 ], [ -75.23267, 39.988155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040013", "device_counts": 3547, "stop_counts": 8658 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170023, 39.923138 ], [ -75.169744, 39.924409 ], [ -75.166014, 39.923903 ], [ -75.166563, 39.921418 ], [ -75.170309, 39.921885 ], [ -75.170023, 39.923138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069001", "device_counts": 1029, "stop_counts": 6153 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218389, 39.929335 ], [ -75.215858, 39.933066 ], [ -75.206072, 39.935371 ], [ -75.206101, 39.935281 ], [ -75.206173, 39.935067 ], [ -75.206204, 39.934974 ], [ -75.211253, 39.928519 ], [ -75.212428, 39.92523 ], [ -75.216768, 39.926956 ], [ -75.214825, 39.929799 ], [ -75.216769, 39.928686 ], [ -75.218389, 39.929335 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085001", "device_counts": 3884, "stop_counts": 10469 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224868, 39.960005 ], [ -75.2229, 39.959745 ], [ -75.22092, 39.959505 ], [ -75.221244, 39.957984 ], [ -75.221397, 39.957227 ], [ -75.225351, 39.957714 ], [ -75.224868, 39.960005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112007", "device_counts": 1007, "stop_counts": 4837 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233691, 39.976642 ], [ -75.231783, 39.976852 ], [ -75.231194, 39.973709 ], [ -75.232182, 39.973599 ], [ -75.233659, 39.973437 ], [ -75.233691, 39.976642 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151022", "device_counts": 1793, "stop_counts": 6927 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184794, 39.983706 ], [ -75.184136, 39.986721 ], [ -75.18255, 39.986509 ], [ -75.180896, 39.986709 ], [ -75.180258, 39.986345 ], [ -75.178118, 39.984769 ], [ -75.178535, 39.982919 ], [ -75.179952, 39.983108 ], [ -75.181579, 39.983313 ], [ -75.181758, 39.983325 ], [ -75.184298, 39.983647 ], [ -75.184794, 39.983706 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010166002", "device_counts": 2458, "stop_counts": 6240 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155934, 39.987877 ], [ -75.155593, 39.989369 ], [ -75.15339, 39.989086 ], [ -75.154063, 39.986003 ], [ -75.156275, 39.986283 ], [ -75.155934, 39.987877 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195012", "device_counts": 3930, "stop_counts": 13034 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128604, 40.001619 ], [ -75.124732, 40.001124 ], [ -75.125058, 39.999628 ], [ -75.12538, 39.998043 ], [ -75.12926, 39.998539 ], [ -75.128604, 40.001619 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207003", "device_counts": 2183, "stop_counts": 9489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191874, 40.014201 ], [ -75.191289, 40.013697 ], [ -75.189317, 40.011994 ], [ -75.187402, 40.013303 ], [ -75.187771, 40.013623 ], [ -75.185937, 40.014895 ], [ -75.182239, 40.011676 ], [ -75.183611, 40.010905 ], [ -75.185674, 40.01012 ], [ -75.186537, 40.009831 ], [ -75.192879, 40.01162 ], [ -75.191874, 40.014201 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217003", "device_counts": 2610, "stop_counts": 8761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227444, 40.043197 ], [ -75.223307, 40.045054 ], [ -75.2223, 40.045151 ], [ -75.219201, 40.044379 ], [ -75.217846, 40.044343 ], [ -75.216923, 40.042249 ], [ -75.214111, 40.040124 ], [ -75.214663, 40.040052 ], [ -75.218547, 40.042626 ], [ -75.222808, 40.038112 ], [ -75.225234, 40.041319 ], [ -75.226267, 40.042401 ], [ -75.227444, 40.043197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247003", "device_counts": 765, "stop_counts": 3717 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170588, 40.0381 ], [ -75.168911, 40.03847 ], [ -75.166622, 40.040379 ], [ -75.16516, 40.039474 ], [ -75.164852, 40.039867 ], [ -75.162077, 40.038163 ], [ -75.162752, 40.037499 ], [ -75.16405, 40.036816 ], [ -75.164809, 40.036452 ], [ -75.170377, 40.036921 ], [ -75.171368, 40.037315 ], [ -75.170588, 40.0381 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267006", "device_counts": 1693, "stop_counts": 4806 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152594, 40.056367 ], [ -75.149219, 40.058432 ], [ -75.149478, 40.056217 ], [ -75.149705, 40.054649 ], [ -75.152723, 40.054825 ], [ -75.152594, 40.056367 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276002", "device_counts": 2455, "stop_counts": 6464 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144302, 40.04109 ], [ -75.144224, 40.041381 ], [ -75.139612, 40.0408 ], [ -75.139212, 40.039146 ], [ -75.144571, 40.039836 ], [ -75.144302, 40.04109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300004", "device_counts": 3575, "stop_counts": 11159 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079414, 40.021387 ], [ -75.075622, 40.024074 ], [ -75.074175, 40.022429 ], [ -75.073892, 40.022107 ], [ -75.074969, 40.021505 ], [ -75.075964, 40.020705 ], [ -75.076696, 40.019926 ], [ -75.079414, 40.021387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307002", "device_counts": 2133, "stop_counts": 7116 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089115, 40.056227 ], [ -75.085847, 40.05441 ], [ -75.0868, 40.052744 ], [ -75.085989, 40.050878 ], [ -75.087804, 40.051795 ], [ -75.088344, 40.051235 ], [ -75.092131, 40.053178 ], [ -75.089115, 40.056227 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314023", "device_counts": 3339, "stop_counts": 10273 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06446, 40.045522 ], [ -75.061374, 40.048585 ], [ -75.059937, 40.047751 ], [ -75.057048, 40.04603 ], [ -75.058858, 40.044338 ], [ -75.061075, 40.041761 ], [ -75.063143, 40.042901 ], [ -75.061926, 40.04411 ], [ -75.06446, 40.045522 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323001", "device_counts": 2015, "stop_counts": 5914 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055687, 40.019504 ], [ -75.051773, 40.021535 ], [ -75.04879, 40.018141 ], [ -75.052816, 40.016119 ], [ -75.053922, 40.017488 ], [ -75.055687, 40.019504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356011", "device_counts": 2227, "stop_counts": 9579 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047299, 40.092762 ], [ -75.046527, 40.092672 ], [ -75.040595, 40.093338 ], [ -75.042043, 40.09527 ], [ -75.039643, 40.098344 ], [ -75.038082, 40.097456 ], [ -75.036962, 40.095913 ], [ -75.035842, 40.098099 ], [ -75.034298, 40.097871 ], [ -75.030477, 40.098088 ], [ -75.030725, 40.09553 ], [ -75.034808, 40.092423 ], [ -75.041488, 40.087338 ], [ -75.045685, 40.089021 ], [ -75.047052, 40.09108 ], [ -75.047567, 40.09192 ], [ -75.047299, 40.092762 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012012", "device_counts": 2231, "stop_counts": 5734 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180021, 39.948872 ], [ -75.177843, 39.94861 ], [ -75.176239, 39.948414 ], [ -75.174323, 39.948177 ], [ -75.174627, 39.946753 ], [ -75.178156, 39.94719 ], [ -75.180328, 39.947455 ], [ -75.180021, 39.948872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028021", "device_counts": 1071, "stop_counts": 3183 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161881, 39.927985 ], [ -75.158745, 39.927564 ], [ -75.159204, 39.925511 ], [ -75.162338, 39.92592 ], [ -75.161881, 39.927985 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041014", "device_counts": 2610, "stop_counts": 8899 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162338, 39.92592 ], [ -75.159204, 39.925511 ], [ -75.157666, 39.925313 ], [ -75.158192, 39.922891 ], [ -75.162876, 39.923489 ], [ -75.162338, 39.92592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004021", "device_counts": 5764, "stop_counts": 22883 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172783, 39.955604 ], [ -75.171134, 39.955394 ], [ -75.171723, 39.952725 ], [ -75.173291, 39.952934 ], [ -75.172783, 39.955604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329002", "device_counts": 2440, "stop_counts": 8648 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029706, 40.030947 ], [ -75.02798, 40.031894 ], [ -75.025367, 40.033347 ], [ -75.026887, 40.035695 ], [ -75.025862, 40.036255 ], [ -75.027031, 40.038744 ], [ -75.024132, 40.039782 ], [ -75.024465, 40.040664 ], [ -75.023317, 40.039937 ], [ -75.023594, 40.036101 ], [ -75.021682, 40.037088 ], [ -75.021239, 40.036075 ], [ -75.021603, 40.033996 ], [ -75.028413, 40.029758 ], [ -75.029706, 40.030947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019806001", "device_counts": 36255, "stop_counts": 126383 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1828, 39.909208 ], [ -75.178512, 39.90867 ], [ -75.173234, 39.908002 ], [ -75.17081, 39.908594 ], [ -75.169806, 39.911326 ], [ -75.171928, 39.912348 ], [ -75.165482, 39.911531 ], [ -75.163309, 39.910567 ], [ -75.16566, 39.899583 ], [ -75.170885, 39.898848 ], [ -75.174808, 39.899179 ], [ -75.173566, 39.905394 ], [ -75.183387, 39.906617 ], [ -75.1828, 39.909208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030024", "device_counts": 1274, "stop_counts": 3933 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172922, 39.932328 ], [ -75.1708, 39.932052 ], [ -75.16815, 39.931701 ], [ -75.168423, 39.930465 ], [ -75.171065, 39.930827 ], [ -75.17319, 39.931104 ], [ -75.172922, 39.932328 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010133001", "device_counts": 5672, "stop_counts": 15737 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165813, 39.965075 ], [ -75.165349, 39.967149 ], [ -75.165256, 39.967563 ], [ -75.163743, 39.967125 ], [ -75.163949, 39.966166 ], [ -75.160678, 39.96577 ], [ -75.161188, 39.963422 ], [ -75.161384, 39.962474 ], [ -75.166227, 39.963112 ], [ -75.165813, 39.965075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024005", "device_counts": 8545, "stop_counts": 19528 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167083, 39.936742 ], [ -75.166816, 39.937869 ], [ -75.166292, 39.940031 ], [ -75.16092, 39.939367 ], [ -75.161399, 39.937157 ], [ -75.161678, 39.935849 ], [ -75.167019, 39.936737 ], [ -75.167083, 39.936742 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378001", "device_counts": 6222, "stop_counts": 15668 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122592, 39.97388 ], [ -75.119969, 39.975911 ], [ -75.119763, 39.976369 ], [ -75.118611, 39.978879 ], [ -75.117217, 39.977289 ], [ -75.114768, 39.978568 ], [ -75.113227, 39.976803 ], [ -75.118068, 39.974275 ], [ -75.115617, 39.97296 ], [ -75.112771104124008, 39.968258553445018 ], [ -75.1189552837088, 39.965528846214504 ], [ -75.122211, 39.970172 ], [ -75.121806, 39.970925 ], [ -75.120231, 39.972387 ], [ -75.119617, 39.97295 ], [ -75.121504, 39.97321 ], [ -75.122592, 39.97388 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010001002", "device_counts": 31730, "stop_counts": 86057 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151539, 39.952948 ], [ -75.151223, 39.956862 ], [ -75.14913, 39.956191 ], [ -75.148408, 39.95633 ], [ -75.141607, 39.955491 ], [ -75.141625, 39.955279 ], [ -75.141469, 39.951698 ], [ -75.148472, 39.952578 ], [ -75.149186, 39.949032 ], [ -75.152337, 39.949421 ], [ -75.151539, 39.952948 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334001", "device_counts": 3479, "stop_counts": 8714 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050582, 40.058769 ], [ -75.048323, 40.061176 ], [ -75.044991, 40.059372 ], [ -75.044521, 40.058702 ], [ -75.045522, 40.057614 ], [ -75.046537, 40.056567 ], [ -75.047749, 40.055363 ], [ -75.048291, 40.055538 ], [ -75.049762, 40.056374 ], [ -75.051784, 40.057504 ], [ -75.050582, 40.058769 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242004", "device_counts": 1265, "stop_counts": 6447 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169816, 40.02845 ], [ -75.166395, 40.026593 ], [ -75.169124, 40.023865 ], [ -75.172523, 40.025758 ], [ -75.169816, 40.02845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238002", "device_counts": 1430, "stop_counts": 5679 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183101, 40.041063 ], [ -75.180884, 40.043246 ], [ -75.177757, 40.039401 ], [ -75.177629, 40.039229 ], [ -75.1804, 40.036534 ], [ -75.184831, 40.039346 ], [ -75.183101, 40.041063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274013", "device_counts": 2641, "stop_counts": 7693 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130518, 40.036437 ], [ -75.127641, 40.036063 ], [ -75.128428, 40.032472 ], [ -75.13129, 40.032818 ], [ -75.130518, 40.036437 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108001", "device_counts": 834, "stop_counts": 2989 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.203722, 39.970929 ], [ -75.192308, 39.967724 ], [ -75.192139, 39.966888 ], [ -75.19531, 39.968045 ], [ -75.195863, 39.968193 ], [ -75.198248, 39.96793 ], [ -75.203058, 39.967396 ], [ -75.203258, 39.968447 ], [ -75.203722, 39.970929 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204003", "device_counts": 3826, "stop_counts": 8647 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154929, 40.02229 ], [ -75.153357, 40.022088 ], [ -75.148567, 40.021476 ], [ -75.14711, 40.02128 ], [ -75.147139, 40.019518 ], [ -75.148953, 40.019743 ], [ -75.152161, 40.020161 ], [ -75.155239, 40.020486 ], [ -75.154929, 40.02229 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306005", "device_counts": 566, "stop_counts": 3053 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10323, 40.051355 ], [ -75.100935, 40.052699 ], [ -75.100681, 40.05254 ], [ -75.098234, 40.052593 ], [ -75.097243, 40.052051 ], [ -75.09822, 40.051023 ], [ -75.100394, 40.048691 ], [ -75.101335, 40.049539 ], [ -75.10323, 40.051355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074004", "device_counts": 1846, "stop_counts": 7920 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221545, 39.940652 ], [ -75.220175, 39.941602 ], [ -75.217136, 39.94374 ], [ -75.215615, 39.943402 ], [ -75.215246, 39.943087 ], [ -75.217764, 39.941343 ], [ -75.215089, 39.939093 ], [ -75.217502, 39.939355 ], [ -75.218874, 39.938393 ], [ -75.220278, 39.939572 ], [ -75.221545, 39.940652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277005", "device_counts": 777, "stop_counts": 3118 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157858, 40.050602 ], [ -75.155446, 40.050508 ], [ -75.153101, 40.050412 ], [ -75.153235, 40.048842 ], [ -75.154793, 40.048902 ], [ -75.157958, 40.049025 ], [ -75.157858, 40.050602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388004", "device_counts": 988, "stop_counts": 4277 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198787, 40.054802 ], [ -75.196319, 40.053234 ], [ -75.194647, 40.054791 ], [ -75.193951, 40.054358 ], [ -75.19326, 40.053057 ], [ -75.194083, 40.051633 ], [ -75.194491, 40.051466 ], [ -75.196511, 40.049188 ], [ -75.198319, 40.050328 ], [ -75.201462, 40.052316 ], [ -75.198787, 40.054802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361001", "device_counts": 1013, "stop_counts": 5268 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.995134, 40.106336 ], [ -74.994438, 40.105853 ], [ -74.992199, 40.103978 ], [ -74.986551, 40.099366 ], [ -74.979893, 40.09381 ], [ -74.982114, 40.091942 ], [ -74.981539, 40.094456 ], [ -74.986603, 40.096475 ], [ -74.987151, 40.098943 ], [ -74.991264, 40.095778 ], [ -74.995464, 40.099166 ], [ -74.992674, 40.10104 ], [ -74.993327, 40.102963 ], [ -74.992326, 40.103876 ], [ -74.995483, 40.106202 ], [ -74.995134, 40.106336 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010131001", "device_counts": 2148, "stop_counts": 7467 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154013, 39.963976 ], [ -75.153018, 39.968549 ], [ -75.147146, 39.967126 ], [ -75.147796, 39.963527 ], [ -75.151852, 39.964712 ], [ -75.152146, 39.962452 ], [ -75.154312, 39.962614 ], [ -75.154013, 39.963976 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286005", "device_counts": 1702, "stop_counts": 5935 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128428, 40.032472 ], [ -75.126164, 40.032281 ], [ -75.124167, 40.032575 ], [ -75.124701, 40.029398 ], [ -75.126686, 40.029667 ], [ -75.128974, 40.029953 ], [ -75.128428, 40.032472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308002", "device_counts": 1372, "stop_counts": 4883 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083525, 40.06127 ], [ -75.081402, 40.060031 ], [ -75.07876, 40.0585 ], [ -75.076734, 40.05735 ], [ -75.078631, 40.055357 ], [ -75.08498, 40.058893 ], [ -75.083525, 40.06127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337023", "device_counts": 472, "stop_counts": 3426 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056259, 40.067555 ], [ -75.053221, 40.070759 ], [ -75.051875, 40.069988 ], [ -75.052315, 40.068484 ], [ -75.054244, 40.066434 ], [ -75.055477, 40.065149 ], [ -75.057477, 40.066268 ], [ -75.056259, 40.067555 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353011", "device_counts": 4719, "stop_counts": 22184 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.987857, 40.072829 ], [ -74.987148, 40.072702 ], [ -74.984901, 40.07448 ], [ -74.984631, 40.074335 ], [ -74.983657, 40.073786 ], [ -74.981173, 40.071985 ], [ -74.982413, 40.065736 ], [ -74.982355, 40.064672 ], [ -74.984171, 40.064075 ], [ -74.985576, 40.063345 ], [ -74.986875, 40.064955 ], [ -74.987379, 40.065368 ], [ -74.988454, 40.066701 ], [ -74.987857, 40.072829 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213003", "device_counts": 1286, "stop_counts": 4105 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2177, 40.030848 ], [ -75.214493, 40.032838 ], [ -75.213692, 40.032135 ], [ -75.211308, 40.02997 ], [ -75.214188, 40.028699 ], [ -75.216449, 40.029641 ], [ -75.2177, 40.030848 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096005", "device_counts": 1689, "stop_counts": 4121 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246848, 39.967449 ], [ -75.24177, 39.96682 ], [ -75.242087, 39.965303 ], [ -75.247169, 39.965927 ], [ -75.246848, 39.967449 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088021", "device_counts": 1575, "stop_counts": 3700 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205802, 39.950985 ], [ -75.201151, 39.950414 ], [ -75.201156, 39.949839 ], [ -75.205167, 39.948522 ], [ -75.205656, 39.948053 ], [ -75.205759, 39.949832 ], [ -75.205802, 39.950985 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188001", "device_counts": 2666, "stop_counts": 9862 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10289, 40.00005 ], [ -75.100973, 40.001086 ], [ -75.100085, 40.000977 ], [ -75.099998, 40.000816 ], [ -75.099609, 40.000365 ], [ -75.098979, 39.999688 ], [ -75.097949, 39.998496 ], [ -75.100367, 39.997206 ], [ -75.101235, 39.998188 ], [ -75.102026, 39.999078 ], [ -75.10289, 40.00005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188003", "device_counts": 1308, "stop_counts": 6226 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106442, 40.000322 ], [ -75.104197, 40.001525 ], [ -75.103179, 40.002096 ], [ -75.100973, 40.001086 ], [ -75.10289, 40.00005 ], [ -75.102026, 39.999078 ], [ -75.104335, 39.997884 ], [ -75.106442, 40.000322 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249002", "device_counts": 1359, "stop_counts": 4678 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159041, 40.051106 ], [ -75.160222, 40.051826 ], [ -75.15878, 40.053225 ], [ -75.157729, 40.052626 ], [ -75.157858, 40.050602 ], [ -75.157958, 40.049025 ], [ -75.158017, 40.048126 ], [ -75.160528, 40.049664 ], [ -75.159041, 40.051106 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286003", "device_counts": 1808, "stop_counts": 6525 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13251, 40.027274 ], [ -75.132352, 40.028019 ], [ -75.127646, 40.027416 ], [ -75.127824, 40.026663 ], [ -75.127935, 40.026158 ], [ -75.130774, 40.026421 ], [ -75.132838, 40.025783 ], [ -75.13251, 40.027274 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294002", "device_counts": 2462, "stop_counts": 9113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092482, 40.005427 ], [ -75.091815, 40.006007 ], [ -75.089271, 40.010063 ], [ -75.088731, 40.010923 ], [ -75.084912, 40.009489 ], [ -75.083788, 40.008503 ], [ -75.083087, 40.007437 ], [ -75.087448, 40.006079 ], [ -75.089831, 40.004441 ], [ -75.090028, 40.004264 ], [ -75.092057, 40.004937 ], [ -75.092482, 40.005427 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290003", "device_counts": 2747, "stop_counts": 9519 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123027, 40.027692 ], [ -75.122727, 40.029151 ], [ -75.121711, 40.03347 ], [ -75.120713, 40.03364 ], [ -75.116083, 40.033037 ], [ -75.117268, 40.031624 ], [ -75.118184, 40.030534 ], [ -75.120036, 40.028328 ], [ -75.120614, 40.027626 ], [ -75.122279, 40.02565 ], [ -75.123525, 40.025463 ], [ -75.123027, 40.027692 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119004", "device_counts": 1235, "stop_counts": 4350 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233672, 39.991882 ], [ -75.23106, 39.991764 ], [ -75.225662, 39.991469 ], [ -75.225891, 39.988131 ], [ -75.226577, 39.989221 ], [ -75.226573, 39.989763 ], [ -75.229017, 39.989747 ], [ -75.230433, 39.98946 ], [ -75.232932, 39.988934 ], [ -75.233528, 39.990653 ], [ -75.233672, 39.991882 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161001", "device_counts": 4972, "stop_counts": 15021 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132881, 39.981631 ], [ -75.132544, 39.983166 ], [ -75.132208, 39.984741 ], [ -75.131907, 39.986306 ], [ -75.130794, 39.986928 ], [ -75.127398, 39.98308 ], [ -75.124654, 39.984526 ], [ -75.125836, 39.983251 ], [ -75.125062, 39.982373 ], [ -75.127579, 39.981383 ], [ -75.130448, 39.978589 ], [ -75.13319, 39.980134 ], [ -75.132881, 39.981631 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087022", "device_counts": 1980, "stop_counts": 5567 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209264, 39.952522 ], [ -75.205583, 39.952056 ], [ -75.205802, 39.950985 ], [ -75.205759, 39.949832 ], [ -75.208044, 39.949748 ], [ -75.209259, 39.949541 ], [ -75.209326, 39.951436 ], [ -75.209264, 39.952522 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165003", "device_counts": 2729, "stop_counts": 9354 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151815, 39.988886 ], [ -75.150238, 39.988684 ], [ -75.149587, 39.991665 ], [ -75.149238, 39.993253 ], [ -75.147887, 39.993078 ], [ -75.148305, 39.990968 ], [ -75.147542, 39.989863 ], [ -75.145126, 39.986485 ], [ -75.144154, 39.984724 ], [ -75.146102, 39.984978 ], [ -75.147766, 39.98519 ], [ -75.150197, 39.985504 ], [ -75.151199, 39.987798 ], [ -75.151815, 39.988886 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172013", "device_counts": 2098, "stop_counts": 8644 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169093, 40.003671 ], [ -75.168943, 40.00366 ], [ -75.165896, 40.003269 ], [ -75.166562, 40.000199 ], [ -75.169754, 40.000622 ], [ -75.169093, 40.003671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036001", "device_counts": 2876, "stop_counts": 15325 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193621, 39.929965 ], [ -75.192047, 39.929756 ], [ -75.191783, 39.930982 ], [ -75.190222, 39.930779 ], [ -75.188636, 39.930583 ], [ -75.18524, 39.930146 ], [ -75.186029, 39.926481 ], [ -75.194153, 39.927514 ], [ -75.193621, 39.929965 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317004", "device_counts": 4463, "stop_counts": 12590 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070001, 40.03532 ], [ -75.065147, 40.036446 ], [ -75.064362, 40.036306 ], [ -75.063188, 40.031566 ], [ -75.062828, 40.02941 ], [ -75.064448, 40.030313 ], [ -75.066299, 40.031344 ], [ -75.067697, 40.03212 ], [ -75.066523, 40.033377 ], [ -75.069596, 40.035093 ], [ -75.070001, 40.03532 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062004", "device_counts": 3140, "stop_counts": 13198 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239511, 39.918979 ], [ -75.236789, 39.920899 ], [ -75.234991, 39.922169 ], [ -75.232438, 39.92397 ], [ -75.230327, 39.922201 ], [ -75.232221, 39.920865 ], [ -75.233878, 39.919693 ], [ -75.235477, 39.918575 ], [ -75.232692, 39.916219 ], [ -75.23463, 39.914848 ], [ -75.236026, 39.916036 ], [ -75.237427, 39.917207 ], [ -75.239511, 39.918979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319003", "device_counts": 1136, "stop_counts": 3742 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06701, 40.01967 ], [ -75.062925, 40.021777 ], [ -75.06113, 40.019725 ], [ -75.065113, 40.017511 ], [ -75.066116, 40.018648 ], [ -75.06701, 40.01967 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010173001", "device_counts": 1797, "stop_counts": 5955 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166562, 40.000199 ], [ -75.163093, 39.999752 ], [ -75.163734, 39.996753 ], [ -75.167215, 39.997197 ], [ -75.166562, 40.000199 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119003", "device_counts": 2094, "stop_counts": 6453 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228792, 39.980705 ], [ -75.225891, 39.988131 ], [ -75.225109, 39.987582 ], [ -75.225573, 39.987151 ], [ -75.227057, 39.982691 ], [ -75.226202, 39.981608 ], [ -75.224066, 39.981508 ], [ -75.224093, 39.981369 ], [ -75.2263, 39.977951 ], [ -75.228471, 39.97896 ], [ -75.228792, 39.980705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010018002", "device_counts": 5253, "stop_counts": 13300 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166208, 39.940431 ], [ -75.166204, 39.940813 ], [ -75.165988, 39.94182 ], [ -75.165909, 39.941811 ], [ -75.16218, 39.94135 ], [ -75.156388, 39.940627 ], [ -75.155888, 39.94056 ], [ -75.156011, 39.940006 ], [ -75.156317, 39.938569 ], [ -75.157848, 39.938982 ], [ -75.16092, 39.939367 ], [ -75.166292, 39.940031 ], [ -75.166208, 39.940431 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175005", "device_counts": 1256, "stop_counts": 5474 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143145, 39.998701 ], [ -75.142805, 40.000294 ], [ -75.141568, 40.000126 ], [ -75.140498, 39.999993 ], [ -75.141495, 39.995422 ], [ -75.143792, 39.995715 ], [ -75.143145, 39.998701 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337012", "device_counts": 3279, "stop_counts": 12338 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054244, 40.066434 ], [ -75.052315, 40.068484 ], [ -75.051875, 40.069988 ], [ -75.050755, 40.069544 ], [ -75.05122, 40.06663 ], [ -75.047725, 40.064686 ], [ -75.050091, 40.06216 ], [ -75.051681, 40.063022 ], [ -75.051859, 40.063187 ], [ -75.055477, 40.065149 ], [ -75.054244, 40.066434 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027012", "device_counts": 1169, "stop_counts": 5466 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155546, 39.92755 ], [ -75.152407, 39.927129 ], [ -75.152938, 39.924679 ], [ -75.154526, 39.924895 ], [ -75.156095, 39.925103 ], [ -75.155546, 39.92755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312001", "device_counts": 1362, "stop_counts": 5658 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080981, 40.035713 ], [ -75.079265, 40.037516 ], [ -75.077266, 40.036262 ], [ -75.079636, 40.033743 ], [ -75.081757, 40.034924 ], [ -75.080981, 40.035713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083022", "device_counts": 3851, "stop_counts": 13790 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243371, 39.959166 ], [ -75.242735, 39.962202 ], [ -75.240762, 39.96196 ], [ -75.238785, 39.961715 ], [ -75.239658, 39.957534 ], [ -75.243608, 39.95802 ], [ -75.243371, 39.959166 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074002", "device_counts": 2486, "stop_counts": 6009 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214999, 39.943265 ], [ -75.212687, 39.944885 ], [ -75.208799, 39.941644 ], [ -75.207838, 39.941286 ], [ -75.212064, 39.938213 ], [ -75.213865, 39.939974 ], [ -75.212601, 39.94085 ], [ -75.215246, 39.943087 ], [ -75.214999, 39.943265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011014", "device_counts": 2078, "stop_counts": 4469 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163648, 39.946836 ], [ -75.162627, 39.946713 ], [ -75.161843, 39.94662 ], [ -75.162348, 39.944299 ], [ -75.163137, 39.944388 ], [ -75.163955, 39.945423 ], [ -75.163648, 39.946836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357012", "device_counts": 2027, "stop_counts": 11841 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.030162, 40.114978 ], [ -75.02923, 40.11597 ], [ -75.028062, 40.1157 ], [ -75.027231, 40.115422 ], [ -75.024699, 40.113964 ], [ -75.023041, 40.112998 ], [ -75.024306, 40.111181 ], [ -75.025585, 40.109312 ], [ -75.029192, 40.111392 ], [ -75.029273, 40.112301 ], [ -75.029517, 40.11245 ], [ -75.029615, 40.112667 ], [ -75.029541, 40.112852 ], [ -75.028279, 40.11408 ], [ -75.029956, 40.114481 ], [ -75.030162, 40.114978 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238005", "device_counts": 879, "stop_counts": 4081 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188797, 40.03948 ], [ -75.187315, 40.040929 ], [ -75.185569, 40.042625 ], [ -75.183101, 40.041063 ], [ -75.184831, 40.039346 ], [ -75.186595, 40.037617 ], [ -75.187922, 40.037547 ], [ -75.188797, 40.03948 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362024", "device_counts": 1058, "stop_counts": 5091 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.979504, 40.087814 ], [ -74.97559, 40.089861 ], [ -74.976072, 40.090653 ], [ -74.971509, 40.087342 ], [ -74.971945, 40.086891 ], [ -74.973763, 40.084534 ], [ -74.976576, 40.085827 ], [ -74.979504, 40.087814 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010103002", "device_counts": 2269, "stop_counts": 7183 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228149, 39.967843 ], [ -75.22514, 39.968145 ], [ -75.224812, 39.966206 ], [ -75.222431, 39.966487 ], [ -75.221952, 39.96425 ], [ -75.223531, 39.964601 ], [ -75.224105, 39.964739 ], [ -75.22786, 39.966191 ], [ -75.228149, 39.967843 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162001", "device_counts": 1280, "stop_counts": 4117 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135445, 39.983598 ], [ -75.1351, 39.98519 ], [ -75.132208, 39.984741 ], [ -75.132544, 39.983166 ], [ -75.132881, 39.981631 ], [ -75.13578, 39.982009 ], [ -75.135445, 39.983598 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305011", "device_counts": 1325, "stop_counts": 5386 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101105, 40.045038 ], [ -75.098017, 40.047096 ], [ -75.095999, 40.046002 ], [ -75.094175, 40.045026 ], [ -75.096603, 40.042487 ], [ -75.098357, 40.043483 ], [ -75.100374, 40.044605 ], [ -75.101105, 40.045038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027024", "device_counts": 1096, "stop_counts": 3022 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152407, 39.927129 ], [ -75.149166, 39.926696 ], [ -75.150101, 39.924305 ], [ -75.152938, 39.924679 ], [ -75.152407, 39.927129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390002", "device_counts": 845, "stop_counts": 5154 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091031, 40.035582 ], [ -75.089404, 40.037263 ], [ -75.088091, 40.03654 ], [ -75.087931, 40.036236 ], [ -75.090599, 40.033398 ], [ -75.09227, 40.034323 ], [ -75.091031, 40.035582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111003", "device_counts": 2094, "stop_counts": 6770 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229026, 39.972644 ], [ -75.226131, 39.972964 ], [ -75.222827, 39.973318 ], [ -75.222613, 39.97212 ], [ -75.225841, 39.97143 ], [ -75.228735, 39.971107 ], [ -75.229026, 39.972644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344001", "device_counts": 3596, "stop_counts": 15716 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055093, 40.084078 ], [ -75.053386, 40.084845 ], [ -75.051852, 40.08559 ], [ -75.051362, 40.086035 ], [ -75.050745, 40.086616 ], [ -75.050151, 40.086275 ], [ -75.049588, 40.08746 ], [ -75.048799, 40.088354 ], [ -75.045685, 40.089021 ], [ -75.041488, 40.087338 ], [ -75.047286, 40.082932 ], [ -75.051031, 40.080086 ], [ -75.052737, 40.079427 ], [ -75.052327, 40.079859 ], [ -75.054083, 40.080901 ], [ -75.054568, 40.081271 ], [ -75.055386, 40.083679 ], [ -75.055093, 40.084078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118003", "device_counts": 2129, "stop_counts": 7170 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23724, 39.98484 ], [ -75.234186, 39.983702 ], [ -75.234703, 39.985307 ], [ -75.234774, 39.986089 ], [ -75.232136, 39.986635 ], [ -75.230791, 39.982516 ], [ -75.2301, 39.981556 ], [ -75.228792, 39.980705 ], [ -75.228471, 39.97896 ], [ -75.2263, 39.977951 ], [ -75.226451, 39.977717 ], [ -75.226765, 39.977211 ], [ -75.230171, 39.978794 ], [ -75.23407, 39.980326 ], [ -75.239042, 39.98195 ], [ -75.23724, 39.98484 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065003", "device_counts": 944, "stop_counts": 4326 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233213, 39.935057 ], [ -75.230224, 39.937177 ], [ -75.229726, 39.936743 ], [ -75.228533, 39.935732 ], [ -75.231533, 39.933634 ], [ -75.233213, 39.935057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083011", "device_counts": 4945, "stop_counts": 13486 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250883, 39.959024 ], [ -75.248546, 39.960269 ], [ -75.247688, 39.962817 ], [ -75.246753, 39.962705 ], [ -75.242735, 39.962202 ], [ -75.243371, 39.959166 ], [ -75.24739, 39.959662 ], [ -75.247897, 39.95724 ], [ -75.249499, 39.957189 ], [ -75.250883, 39.959024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040023", "device_counts": 3167, "stop_counts": 8826 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171122, 39.918152 ], [ -75.170854, 39.91941 ], [ -75.167085, 39.918959 ], [ -75.167681, 39.916283 ], [ -75.171423, 39.916757 ], [ -75.171122, 39.918152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301004", "device_counts": 1106, "stop_counts": 4063 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.095897, 40.019604 ], [ -75.094374, 40.021159 ], [ -75.092729, 40.023597 ], [ -75.090373, 40.022233 ], [ -75.091492, 40.021027 ], [ -75.089718, 40.019875 ], [ -75.091304, 40.017883 ], [ -75.09441, 40.019534 ], [ -75.095897, 40.019604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358003", "device_counts": 681, "stop_counts": 5061 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036495, 40.12039 ], [ -75.032646, 40.121786 ], [ -75.029773, 40.121875 ], [ -75.027824, 40.120924 ], [ -75.025511, 40.119714 ], [ -75.024606, 40.119216 ], [ -75.027242, 40.116639 ], [ -75.028062, 40.1157 ], [ -75.02923, 40.11597 ], [ -75.030059, 40.116298 ], [ -75.034996, 40.119328 ], [ -75.036495, 40.12039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161003", "device_counts": 1176, "stop_counts": 4095 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127363, 39.988792 ], [ -75.124728, 39.985801 ], [ -75.127022, 39.984597 ], [ -75.129641, 39.987546 ], [ -75.127363, 39.988792 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336004", "device_counts": 867, "stop_counts": 4903 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064491, 40.064588 ], [ -75.06304, 40.066143 ], [ -75.057697, 40.062787 ], [ -75.058323, 40.062116 ], [ -75.058923, 40.061473 ], [ -75.060101, 40.060221 ], [ -75.062124, 40.061348 ], [ -75.065685, 40.063332 ], [ -75.064491, 40.064588 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292002", "device_counts": 7211, "stop_counts": 20745 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111228, 40.023211 ], [ -75.109611, 40.023588 ], [ -75.104059, 40.029441 ], [ -75.104306, 40.029846 ], [ -75.103068, 40.029895 ], [ -75.10292, 40.029929 ], [ -75.10267, 40.029987 ], [ -75.10128, 40.029514 ], [ -75.096726, 40.026698 ], [ -75.096038, 40.026567 ], [ -75.09399, 40.027037 ], [ -75.093609, 40.026718 ], [ -75.092414, 40.025353 ], [ -75.091879, 40.024435 ], [ -75.092729, 40.023597 ], [ -75.094374, 40.021159 ], [ -75.095897, 40.019604 ], [ -75.096744, 40.01873 ], [ -75.09704, 40.016018 ], [ -75.098916, 40.016433 ], [ -75.106018, 40.016352 ], [ -75.107063, 40.016777 ], [ -75.107446, 40.017517 ], [ -75.103204, 40.021057 ], [ -75.104845, 40.02356 ], [ -75.110242, 40.022242 ], [ -75.111228, 40.023211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177012", "device_counts": 3071, "stop_counts": 9483 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116414, 39.996881 ], [ -75.115447, 39.996753 ], [ -75.115107, 39.998347 ], [ -75.112923, 39.99806 ], [ -75.110983, 39.997801 ], [ -75.111558, 39.997475 ], [ -75.113387, 39.996493 ], [ -75.115778, 39.995167 ], [ -75.116751, 39.995294 ], [ -75.116414, 39.996881 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348021", "device_counts": 1309, "stop_counts": 8726 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021707, 40.063392 ], [ -75.013126, 40.072071 ], [ -75.011311, 40.071169 ], [ -75.014109, 40.066867 ], [ -75.020575, 40.061252 ], [ -75.021185, 40.061691 ], [ -75.021992, 40.063113 ], [ -75.021707, 40.063392 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362012", "device_counts": 611, "stop_counts": 3325 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.990155, 40.084052 ], [ -74.987065, 40.086049 ], [ -74.98418, 40.089906 ], [ -74.981491, 40.087994 ], [ -74.980601, 40.087914 ], [ -74.980158, 40.086256 ], [ -74.981807, 40.082355 ], [ -74.985377, 40.082317 ], [ -74.987586, 40.082663 ], [ -74.988885, 40.083129 ], [ -74.990155, 40.084052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064003", "device_counts": 3163, "stop_counts": 15005 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247759, 39.921708 ], [ -75.247321, 39.922178 ], [ -75.245928, 39.924474 ], [ -75.244336, 39.92625 ], [ -75.243643, 39.930897 ], [ -75.242972, 39.93094 ], [ -75.243254, 39.92947 ], [ -75.243494, 39.926963 ], [ -75.242349, 39.926031 ], [ -75.239493, 39.928024 ], [ -75.236833, 39.925765 ], [ -75.23816, 39.924839 ], [ -75.239671, 39.923779 ], [ -75.246856, 39.918759 ], [ -75.247341, 39.918541 ], [ -75.247484, 39.919242 ], [ -75.247459, 39.921343 ], [ -75.247759, 39.921708 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363011", "device_counts": 20971, "stop_counts": 76661 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.976783, 40.095969 ], [ -74.97577, 40.096412 ], [ -74.972898, 40.096859 ], [ -74.971016, 40.096392 ], [ -74.970302, 40.096022 ], [ -74.96876, 40.094759 ], [ -74.966752, 40.092976 ], [ -74.965723, 40.091635 ], [ -74.961859, 40.093621 ], [ -74.958749, 40.096929 ], [ -74.956063, 40.09557 ], [ -74.955777, 40.095103 ], [ -74.956506, 40.093115 ], [ -74.958036, 40.089665 ], [ -74.958392, 40.084508 ], [ -74.958284, 40.084145 ], [ -74.962737, 40.077839 ], [ -74.964883, 40.077273 ], [ -74.966078, 40.081031 ], [ -74.966814, 40.082209 ], [ -74.968451, 40.084426 ], [ -74.971509, 40.087342 ], [ -74.976072, 40.090653 ], [ -74.97648, 40.091256 ], [ -74.976783, 40.095969 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289024", "device_counts": 1100, "stop_counts": 5143 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119823, 40.02412 ], [ -75.119603, 40.025117 ], [ -75.119735, 40.026017 ], [ -75.117173, 40.026386 ], [ -75.117389, 40.02504 ], [ -75.117959, 40.022349 ], [ -75.120136, 40.022627 ], [ -75.119823, 40.02412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291001", "device_counts": 9897, "stop_counts": 30638 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.114427, 40.039903 ], [ -75.112248, 40.04321 ], [ -75.111033, 40.044404 ], [ -75.110985, 40.046769 ], [ -75.109431, 40.045874 ], [ -75.111153, 40.042187 ], [ -75.10827, 40.042213 ], [ -75.104633, 40.040073 ], [ -75.103163, 40.039196 ], [ -75.101572, 40.038293 ], [ -75.098416, 40.036101 ], [ -75.100573, 40.033957 ], [ -75.101148, 40.033334 ], [ -75.104725, 40.035321 ], [ -75.105935, 40.0341 ], [ -75.10857, 40.035495 ], [ -75.108733, 40.036723 ], [ -75.110011, 40.039149 ], [ -75.112042, 40.037847 ], [ -75.113107, 40.036567 ], [ -75.113767, 40.037366 ], [ -75.114369, 40.0393 ], [ -75.114427, 40.039903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010143001", "device_counts": 6251, "stop_counts": 14604 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134428, 39.968791 ], [ -75.130452, 39.970189 ], [ -75.12899, 39.967518 ], [ -75.127301, 39.968823 ], [ -75.127225, 39.970029 ], [ -75.126535, 39.970303 ], [ -75.126008, 39.969362 ], [ -75.124954, 39.969879 ], [ -75.125899, 39.971765 ], [ -75.123489, 39.972651 ], [ -75.122592, 39.97388 ], [ -75.121504, 39.97321 ], [ -75.119617, 39.97295 ], [ -75.120231, 39.972387 ], [ -75.121806, 39.970925 ], [ -75.122211, 39.970172 ], [ -75.1189552837088, 39.965528846214504 ], [ -75.11922, 39.965412 ], [ -75.123862977243505, 39.962819168552294 ], [ -75.125416361661095, 39.961951694137291 ], [ -75.128697, 39.966977 ], [ -75.134347, 39.964477 ], [ -75.134428, 39.968791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188004", "device_counts": 1295, "stop_counts": 5356 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109617, 39.995123 ], [ -75.108487, 39.994991 ], [ -75.106215, 39.996224 ], [ -75.104043, 39.997555 ], [ -75.103369, 39.996794 ], [ -75.102674, 39.996008 ], [ -75.108144, 39.993156 ], [ -75.108659, 39.993741 ], [ -75.109617, 39.995123 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290002", "device_counts": 1254, "stop_counts": 6082 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117268, 40.031624 ], [ -75.112876, 40.031991 ], [ -75.112028, 40.030797 ], [ -75.111075, 40.031061 ], [ -75.110825, 40.029623 ], [ -75.112821, 40.027627 ], [ -75.112759, 40.027349 ], [ -75.112773, 40.027036 ], [ -75.114461, 40.026784 ], [ -75.115139, 40.029057 ], [ -75.116846, 40.028803 ], [ -75.11721, 40.030312 ], [ -75.118184, 40.030534 ], [ -75.117268, 40.031624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019802001", "device_counts": 3159, "stop_counts": 8904 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076363, 40.087265 ], [ -75.07127, 40.092532 ], [ -75.069456, 40.094411 ], [ -75.068496, 40.094573 ], [ -75.063708, 40.090568 ], [ -75.058343, 40.090153 ], [ -75.057068, 40.089697 ], [ -75.055807, 40.088095 ], [ -75.056738, 40.086984 ], [ -75.054985, 40.081228 ], [ -75.052737, 40.079427 ], [ -75.051031, 40.080086 ], [ -75.047286, 40.082932 ], [ -75.046249, 40.081459 ], [ -75.043495, 40.07805 ], [ -75.04312, 40.077166 ], [ -75.041869, 40.075429 ], [ -75.039748, 40.072411 ], [ -75.042114, 40.070038 ], [ -75.0406, 40.068042 ], [ -75.03528, 40.064995 ], [ -75.034225, 40.062701 ], [ -75.035532, 40.05881 ], [ -75.035062, 40.057327 ], [ -75.036019, 40.051602 ], [ -75.032754, 40.052569 ], [ -75.031695, 40.051607 ], [ -75.026753, 40.050779 ], [ -75.024173, 40.051483 ], [ -75.023374, 40.055334 ], [ -75.017956, 40.052322 ], [ -75.0172, 40.051445 ], [ -75.016833, 40.049374 ], [ -75.019409, 40.046474 ], [ -75.018502, 40.044081 ], [ -75.020392, 40.04353 ], [ -75.020499, 40.043542 ], [ -75.021752, 40.043668 ], [ -75.020489, 40.04639 ], [ -75.021343, 40.048294 ], [ -75.023007, 40.049197 ], [ -75.026037, 40.048163 ], [ -75.030489, 40.048407 ], [ -75.031781, 40.047141 ], [ -75.031636, 40.04566 ], [ -75.033824, 40.04466 ], [ -75.043694, 40.047502 ], [ -75.045269, 40.046509 ], [ -75.047775, 40.046246 ], [ -75.051682, 40.046963 ], [ -75.051146, 40.048113 ], [ -75.051057, 40.049022 ], [ -75.04796, 40.048016 ], [ -75.045149, 40.048854 ], [ -75.042279, 40.049992 ], [ -75.040247, 40.053158 ], [ -75.040059, 40.054079 ], [ -75.039449, 40.055286 ], [ -75.038719, 40.056435 ], [ -75.038539, 40.060858 ], [ -75.041907, 40.064683 ], [ -75.044675, 40.06484 ], [ -75.047963, 40.066822 ], [ -75.047114, 40.068037 ], [ -75.047762, 40.069395 ], [ -75.047381, 40.070558 ], [ -75.045884, 40.069653 ], [ -75.044088, 40.072639 ], [ -75.045793, 40.075329 ], [ -75.048258, 40.077034 ], [ -75.049347, 40.077036 ], [ -75.055857, 40.073249 ], [ -75.05821, 40.074605 ], [ -75.065724, 40.070193 ], [ -75.068862, 40.071845 ], [ -75.068958, 40.072358 ], [ -75.067333, 40.075504 ], [ -75.066273, 40.077544 ], [ -75.067597, 40.0788 ], [ -75.068463, 40.080164 ], [ -75.062288, 40.084478 ], [ -75.068235, 40.085035 ], [ -75.071691, 40.086977 ], [ -75.074488, 40.086788 ], [ -75.073616, 40.087907 ], [ -75.076363, 40.087265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242001", "device_counts": 1390, "stop_counts": 4748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17061, 40.033131 ], [ -75.169211, 40.032314 ], [ -75.166655, 40.03089 ], [ -75.166488, 40.030794 ], [ -75.168308, 40.029173 ], [ -75.169816, 40.02845 ], [ -75.173482, 40.030336 ], [ -75.17061, 40.033131 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215001", "device_counts": 994, "stop_counts": 4557 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228179, 40.037082 ], [ -75.226159, 40.038361 ], [ -75.228104, 40.040855 ], [ -75.226267, 40.042401 ], [ -75.225234, 40.041319 ], [ -75.222808, 40.038112 ], [ -75.225727, 40.03676 ], [ -75.227199, 40.035255 ], [ -75.228179, 40.037082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081025", "device_counts": 1057, "stop_counts": 4599 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234212, 39.954521 ], [ -75.232153, 39.954262 ], [ -75.229999, 39.953996 ], [ -75.230323, 39.952475 ], [ -75.234531, 39.953 ], [ -75.234212, 39.954521 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118001", "device_counts": 730, "stop_counts": 3425 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237785, 39.990669 ], [ -75.236255, 39.990971 ], [ -75.233713, 39.992176 ], [ -75.233672, 39.991882 ], [ -75.233528, 39.990653 ], [ -75.232932, 39.988934 ], [ -75.237488, 39.987996 ], [ -75.237879, 39.990229 ], [ -75.237785, 39.990669 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093004", "device_counts": 2807, "stop_counts": 8265 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226891, 39.963415 ], [ -75.22422, 39.963086 ], [ -75.224541, 39.961567 ], [ -75.224868, 39.960005 ], [ -75.227443, 39.960311 ], [ -75.226891, 39.963415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291002", "device_counts": 2222, "stop_counts": 8152 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112042, 40.037847 ], [ -75.110011, 40.039149 ], [ -75.108733, 40.036723 ], [ -75.10857, 40.035495 ], [ -75.105935, 40.0341 ], [ -75.106912, 40.033135 ], [ -75.107909, 40.03215 ], [ -75.109057, 40.031741 ], [ -75.111075, 40.031061 ], [ -75.110667, 40.033249 ], [ -75.111312, 40.034539 ], [ -75.11177, 40.03486 ], [ -75.113107, 40.036567 ], [ -75.112042, 40.037847 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158003", "device_counts": 1882, "stop_counts": 5359 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131239, 39.97165 ], [ -75.129224, 39.972357 ], [ -75.127903, 39.972811 ], [ -75.123391, 39.974403 ], [ -75.122592, 39.97388 ], [ -75.123489, 39.972651 ], [ -75.125899, 39.971765 ], [ -75.127102, 39.97135 ], [ -75.127716, 39.971081 ], [ -75.129432, 39.970543 ], [ -75.130452, 39.970189 ], [ -75.131239, 39.97165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033005", "device_counts": 885, "stop_counts": 3722 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194133, 39.935048 ], [ -75.193873, 39.936286 ], [ -75.193315, 39.936206 ], [ -75.191274, 39.935934 ], [ -75.192322, 39.931054 ], [ -75.193353, 39.931185 ], [ -75.192826, 39.933628 ], [ -75.194408, 39.933822 ], [ -75.194133, 39.935048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060004", "device_counts": 3268, "stop_counts": 12671 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243821, 39.916027 ], [ -75.242454, 39.916907 ], [ -75.241088, 39.917868 ], [ -75.238984, 39.916102 ], [ -75.237599, 39.914934 ], [ -75.238949, 39.913959 ], [ -75.240333, 39.912999 ], [ -75.242832, 39.911272 ], [ -75.243226, 39.913112 ], [ -75.244935, 39.91545 ], [ -75.243821, 39.916027 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310004", "device_counts": 1106, "stop_counts": 5496 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076223, 40.046386 ], [ -75.075637, 40.047005 ], [ -75.07207, 40.045024 ], [ -75.072645, 40.044394 ], [ -75.073836, 40.043174 ], [ -75.077403, 40.045139 ], [ -75.076223, 40.046386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361003", "device_counts": 1416, "stop_counts": 7249 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.991264, 40.095778 ], [ -74.987151, 40.098943 ], [ -74.986603, 40.096475 ], [ -74.981539, 40.094456 ], [ -74.982114, 40.091942 ], [ -74.982385, 40.091724 ], [ -74.98418, 40.089906 ], [ -74.987421, 40.09255 ], [ -74.989094, 40.093928 ], [ -74.991264, 40.095778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010381002", "device_counts": 6173, "stop_counts": 19074 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04879, 40.018141 ], [ -75.045381, 40.019868 ], [ -75.039452, 40.022917 ], [ -75.032752, 40.02705 ], [ -75.028413, 40.029758 ], [ -75.021603, 40.033996 ], [ -75.018427, 40.033507 ], [ -75.022508, 40.030832 ], [ -75.015583, 40.023134 ], [ -75.013803495273393, 40.020211161024498 ], [ -75.015515, 40.019511 ], [ -75.021195066674494, 40.018207388098602 ], [ -75.030467830814501, 40.016079228979407 ], [ -75.034216, 40.015219 ], [ -75.042889, 40.012032 ], [ -75.042966449521089, 40.011993450381205 ], [ -75.043218536113002, 40.011867977145386 ], [ -75.047798, 40.017326 ], [ -75.04879, 40.018141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245002", "device_counts": 2052, "stop_counts": 7320 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16327, 40.02896 ], [ -75.161239, 40.030941 ], [ -75.162906, 40.031923 ], [ -75.159601, 40.035137 ], [ -75.15764, 40.033206 ], [ -75.158124, 40.030825 ], [ -75.159033, 40.030316 ], [ -75.159551, 40.023925 ], [ -75.160053, 40.026023 ], [ -75.160983, 40.027253 ], [ -75.161425, 40.027764 ], [ -75.16327, 40.02896 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086022", "device_counts": 1719, "stop_counts": 5824 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219421, 39.956979 ], [ -75.215471, 39.956489 ], [ -75.214643, 39.955607 ], [ -75.215872, 39.954586 ], [ -75.219823, 39.955076 ], [ -75.219421, 39.956979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191001", "device_counts": 2258, "stop_counts": 9039 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112161, 40.012085 ], [ -75.111811, 40.013662 ], [ -75.105099, 40.012784 ], [ -75.105434, 40.011197 ], [ -75.108087, 40.011547 ], [ -75.108368, 40.009952 ], [ -75.112497, 40.010489 ], [ -75.112161, 40.012085 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348013", "device_counts": 5076, "stop_counts": 16983 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024345, 40.05644 ], [ -75.022122, 40.056373 ], [ -75.019047, 40.056391 ], [ -75.019023, 40.054967 ], [ -75.016153, 40.051807 ], [ -75.015641, 40.050595 ], [ -75.015331, 40.050165 ], [ -75.012956, 40.051541 ], [ -75.0112, 40.053653 ], [ -75.010143, 40.054607 ], [ -75.012828, 40.056404 ], [ -75.008555, 40.057808 ], [ -75.008245, 40.057796 ], [ -75.007814, 40.057407 ], [ -75.004795, 40.054747 ], [ -75.007886, 40.052381 ], [ -75.008224, 40.052113 ], [ -75.012273, 40.048885 ], [ -75.016377, 40.045672 ], [ -75.018502, 40.044081 ], [ -75.019409, 40.046474 ], [ -75.016833, 40.049374 ], [ -75.0172, 40.051445 ], [ -75.017956, 40.052322 ], [ -75.023374, 40.055334 ], [ -75.024345, 40.05644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008033", "device_counts": 7318, "stop_counts": 16172 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174173, 39.948921 ], [ -75.173085, 39.948799 ], [ -75.172752, 39.950398 ], [ -75.170667, 39.950131 ], [ -75.17118, 39.947784 ], [ -75.174323, 39.948177 ], [ -75.174173, 39.948921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284004", "device_counts": 2107, "stop_counts": 5457 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141328, 40.022091 ], [ -75.140979, 40.023667 ], [ -75.137001, 40.022923 ], [ -75.136799, 40.022663 ], [ -75.135939, 40.02305 ], [ -75.135854, 40.023082 ], [ -75.135664, 40.023155 ], [ -75.135818, 40.020645 ], [ -75.13674, 40.019958 ], [ -75.138463, 40.020171 ], [ -75.140105, 40.02039 ], [ -75.14126, 40.020456 ], [ -75.141589, 40.020811 ], [ -75.141328, 40.022091 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014001", "device_counts": 2580, "stop_counts": 8644 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177554, 39.942487 ], [ -75.175628, 39.942254 ], [ -75.175241, 39.943969 ], [ -75.175054, 39.944832 ], [ -75.171906, 39.944443 ], [ -75.172104, 39.943577 ], [ -75.170532, 39.94338 ], [ -75.170955, 39.941404 ], [ -75.174104, 39.941793 ], [ -75.177598, 39.942228 ], [ -75.177554, 39.942487 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013005", "device_counts": 3853, "stop_counts": 15000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193985, 39.942154 ], [ -75.191495, 39.943153 ], [ -75.187231, 39.947176 ], [ -75.186393, 39.946567 ], [ -75.185685, 39.946159 ], [ -75.18188, 39.945691 ], [ -75.179409, 39.945377 ], [ -75.180611, 39.944631 ], [ -75.183366, 39.942946 ], [ -75.184474, 39.942274 ], [ -75.181002, 39.941863 ], [ -75.181494, 39.939687 ], [ -75.18314, 39.939895 ], [ -75.184956, 39.940084 ], [ -75.186551, 39.94023 ], [ -75.18824, 39.939878 ], [ -75.188712, 39.939567 ], [ -75.192664, 39.941567 ], [ -75.193985, 39.942154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175001", "device_counts": 1295, "stop_counts": 6174 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147404, 39.99924 ], [ -75.146219, 39.999668 ], [ -75.143346, 40.000743 ], [ -75.142805, 40.000294 ], [ -75.143145, 39.998701 ], [ -75.143792, 39.995715 ], [ -75.14708, 39.996143 ], [ -75.146731, 39.997627 ], [ -75.147404, 39.99924 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010203001", "device_counts": 6224, "stop_counts": 17116 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152163, 40.01254 ], [ -75.150585, 40.012283 ], [ -75.147247, 40.011906 ], [ -75.147325, 40.010382 ], [ -75.147603, 40.008779 ], [ -75.148277, 40.005697 ], [ -75.148817, 40.002698 ], [ -75.15109, 40.009934 ], [ -75.151428, 40.010903 ], [ -75.152163, 40.01254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192005", "device_counts": 1217, "stop_counts": 5142 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124732, 40.001124 ], [ -75.119644, 40.000464 ], [ -75.116722, 40.000088 ], [ -75.117055, 39.998601 ], [ -75.118994, 39.998852 ], [ -75.120933, 39.999097 ], [ -75.125058, 39.999628 ], [ -75.124732, 40.001124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321001", "device_counts": 1479, "stop_counts": 7145 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.063385, 40.01552 ], [ -75.059304, 40.017638 ], [ -75.057542, 40.015615 ], [ -75.053922, 40.017488 ], [ -75.052816, 40.016119 ], [ -75.056898, 40.014204 ], [ -75.059285, 40.013387 ], [ -75.061339, 40.012764 ], [ -75.061413, 40.013284 ], [ -75.062519, 40.014542 ], [ -75.063385, 40.01552 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299002", "device_counts": 1664, "stop_counts": 6088 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079279, 40.010409 ], [ -75.075229, 40.012101 ], [ -75.073295, 40.012543 ], [ -75.072866, 40.011395 ], [ -75.06999, 40.012032 ], [ -75.069786, 40.011543 ], [ -75.069508, 40.010798 ], [ -75.070581, 40.010533 ], [ -75.072371, 40.010089 ], [ -75.078448, 40.008586 ], [ -75.078749, 40.009878 ], [ -75.079279, 40.010409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288001", "device_counts": 2014, "stop_counts": 7201 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127922, 40.021979 ], [ -75.127588, 40.021935 ], [ -75.124346, 40.021552 ], [ -75.122425, 40.021314 ], [ -75.122752, 40.019722 ], [ -75.124687, 40.019957 ], [ -75.125023, 40.018435 ], [ -75.128883, 40.018945 ], [ -75.127922, 40.021979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237004", "device_counts": 1144, "stop_counts": 5460 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188499, 40.050211 ], [ -75.186752, 40.050103 ], [ -75.185221, 40.051585 ], [ -75.184693, 40.050641 ], [ -75.184573, 40.050403 ], [ -75.183398, 40.048254 ], [ -75.182203, 40.045894 ], [ -75.18308, 40.045068 ], [ -75.184524, 40.043654 ], [ -75.187332, 40.045452 ], [ -75.185932, 40.046809 ], [ -75.187368, 40.047688 ], [ -75.188491, 40.048838 ], [ -75.188499, 40.050211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244003", "device_counts": 1952, "stop_counts": 8754 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169124, 40.023865 ], [ -75.166395, 40.026593 ], [ -75.163749, 40.029255 ], [ -75.16327, 40.02896 ], [ -75.161425, 40.027764 ], [ -75.160983, 40.027253 ], [ -75.165275, 40.024087 ], [ -75.166993, 40.025012 ], [ -75.168482, 40.023512 ], [ -75.169124, 40.023865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254004", "device_counts": 1282, "stop_counts": 5869 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181313, 40.061221 ], [ -75.176526, 40.065896 ], [ -75.175327, 40.065216 ], [ -75.170787, 40.0626 ], [ -75.173445, 40.059867 ], [ -75.174312, 40.058142 ], [ -75.177077, 40.060236 ], [ -75.178248, 40.059704 ], [ -75.179314, 40.060393 ], [ -75.181313, 40.061221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262004", "device_counts": 1112, "stop_counts": 5480 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173459, 40.067054 ], [ -75.172207, 40.068288 ], [ -75.168757, 40.065479 ], [ -75.168099, 40.065219 ], [ -75.165714, 40.06439 ], [ -75.168641, 40.061373 ], [ -75.170787, 40.0626 ], [ -75.175327, 40.065216 ], [ -75.173459, 40.067054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278004", "device_counts": 3182, "stop_counts": 9443 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15082, 40.048518 ], [ -75.148345, 40.048204 ], [ -75.147672, 40.048117 ], [ -75.144959, 40.04868 ], [ -75.142898, 40.047493 ], [ -75.143547, 40.044426 ], [ -75.146776, 40.044848 ], [ -75.148225, 40.0456 ], [ -75.150148, 40.045658 ], [ -75.15068, 40.046352 ], [ -75.150967, 40.046767 ], [ -75.15082, 40.048518 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280003", "device_counts": 2246, "stop_counts": 6922 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154776, 40.031452 ], [ -75.154034, 40.031564 ], [ -75.152369, 40.031387 ], [ -75.153282, 40.029955 ], [ -75.15152, 40.027556 ], [ -75.151263, 40.027186 ], [ -75.150781, 40.026565 ], [ -75.152086, 40.026744 ], [ -75.153761, 40.025871 ], [ -75.154245, 40.025634 ], [ -75.154064, 40.026198 ], [ -75.155694, 40.02613 ], [ -75.154776, 40.031452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309001", "device_counts": 1172, "stop_counts": 7786 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086165, 40.050024 ], [ -75.082888, 40.048197 ], [ -75.080987, 40.047133 ], [ -75.079188, 40.046133 ], [ -75.080351, 40.044905 ], [ -75.082674, 40.04242 ], [ -75.085031, 40.043731 ], [ -75.082343, 40.045991 ], [ -75.086975, 40.048567 ], [ -75.086165, 40.050024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335002", "device_counts": 8556, "stop_counts": 26566 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068503, 40.05259 ], [ -75.065544, 40.055704 ], [ -75.064818, 40.055218 ], [ -75.062881, 40.055983 ], [ -75.061736, 40.055892 ], [ -75.060891, 40.056823 ], [ -75.057125, 40.054722 ], [ -75.058283, 40.053484 ], [ -75.060654, 40.050999 ], [ -75.058284, 40.049688 ], [ -75.059937, 40.047751 ], [ -75.061374, 40.048585 ], [ -75.063437, 40.049751 ], [ -75.066045, 40.051181 ], [ -75.068503, 40.05259 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312002", "device_counts": 2045, "stop_counts": 8895 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07862, 40.038205 ], [ -75.07821, 40.038617 ], [ -75.077394, 40.039464 ], [ -75.075336, 40.038281 ], [ -75.07355, 40.037298 ], [ -75.070523, 40.035618 ], [ -75.070001, 40.03532 ], [ -75.071097, 40.034742 ], [ -75.074439, 40.03398 ], [ -75.074901, 40.034935 ], [ -75.077266, 40.036262 ], [ -75.079265, 40.037516 ], [ -75.07862, 40.038205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010332002", "device_counts": 1293, "stop_counts": 5728 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050465, 40.044662 ], [ -75.046204, 40.041796 ], [ -75.044877, 40.043079 ], [ -75.045201, 40.044354 ], [ -75.045269, 40.046509 ], [ -75.043694, 40.047502 ], [ -75.033824, 40.04466 ], [ -75.034393, 40.044379 ], [ -75.038285, 40.042589 ], [ -75.040003, 40.041793 ], [ -75.043322, 40.040305 ], [ -75.045919, 40.039643 ], [ -75.047424, 40.040497 ], [ -75.049027, 40.041412 ], [ -75.052228, 40.043271 ], [ -75.050465, 40.044662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333003", "device_counts": 2251, "stop_counts": 6973 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050943, 40.050215 ], [ -75.050464, 40.052507 ], [ -75.047749, 40.055363 ], [ -75.046537, 40.056567 ], [ -75.045268, 40.055875 ], [ -75.046558, 40.05458 ], [ -75.044906, 40.053657 ], [ -75.04703, 40.052268 ], [ -75.045149, 40.048854 ], [ -75.04796, 40.048016 ], [ -75.051057, 40.049022 ], [ -75.050943, 40.050215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344004", "device_counts": 1056, "stop_counts": 6978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069456, 40.094411 ], [ -75.060318, 40.103859 ], [ -75.058342, 40.105892 ], [ -75.054321, 40.108692 ], [ -75.05401, 40.108143 ], [ -75.053057, 40.10618 ], [ -75.050974, 40.103122 ], [ -75.054966, 40.100963 ], [ -75.054861, 40.100183 ], [ -75.059388, 40.096462 ], [ -75.063708, 40.090568 ], [ -75.068496, 40.094573 ], [ -75.069456, 40.094411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010017002", "device_counts": 2146, "stop_counts": 6026 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153065, 39.938763 ], [ -75.152771, 39.940039 ], [ -75.151773, 39.939548 ], [ -75.148157, 39.938899 ], [ -75.148694, 39.936486 ], [ -75.150229, 39.936921 ], [ -75.153286, 39.937736 ], [ -75.153065, 39.938763 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019805001", "device_counts": 5344, "stop_counts": 15103 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147143, 40.01901 ], [ -75.147139, 40.019518 ], [ -75.14711, 40.02128 ], [ -75.146379, 40.021204 ], [ -75.145593, 40.021104 ], [ -75.143223, 40.020796 ], [ -75.141589, 40.020811 ], [ -75.14126, 40.020456 ], [ -75.140105, 40.02039 ], [ -75.141126, 40.015818 ], [ -75.141745, 40.012939 ], [ -75.147205, 40.015188 ], [ -75.147143, 40.01901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008043", "device_counts": 9217, "stop_counts": 22178 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167517, 39.949744 ], [ -75.16594, 39.949553 ], [ -75.166362, 39.947633 ], [ -75.164752, 39.947424 ], [ -75.164845, 39.946999 ], [ -75.166458, 39.947196 ], [ -75.16803, 39.947386 ], [ -75.167517, 39.949744 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369002", "device_counts": 24174, "stop_counts": 124420 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207838, 39.941286 ], [ -75.20506, 39.943624 ], [ -75.205367, 39.944994 ], [ -75.207046, 39.946754 ], [ -75.205656, 39.948053 ], [ -75.205167, 39.948522 ], [ -75.201156, 39.949839 ], [ -75.199427, 39.950419 ], [ -75.199204, 39.951257 ], [ -75.197243, 39.951021 ], [ -75.195322, 39.950781 ], [ -75.191689, 39.95032 ], [ -75.187231, 39.947176 ], [ -75.191495, 39.943153 ], [ -75.193985, 39.942154 ], [ -75.200277, 39.943652 ], [ -75.202929, 39.943301 ], [ -75.204582, 39.942352 ], [ -75.205185, 39.941116 ], [ -75.207099, 39.941281 ], [ -75.207838, 39.941286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019807001", "device_counts": 39228, "stop_counts": 129921 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174808, 39.899179 ], [ -75.170885, 39.898848 ], [ -75.16566, 39.899583 ], [ -75.163309, 39.910567 ], [ -75.165482, 39.911531 ], [ -75.160789, 39.910942 ], [ -75.149188, 39.908604 ], [ -75.148124, 39.913772 ], [ -75.147357, 39.91509 ], [ -75.146538, 39.91884 ], [ -75.147813, 39.919001 ], [ -75.14769, 39.920273 ], [ -75.147431, 39.921502 ], [ -75.14691, 39.923887 ], [ -75.147842, 39.924015 ], [ -75.146985, 39.927665 ], [ -75.146413, 39.930114 ], [ -75.137217, 39.928886 ], [ -75.135346189189193, 39.929269135135087 ], [ -75.135022972973005, 39.927329837837803 ], [ -75.13502, 39.927312 ], [ -75.13282, 39.921612 ], [ -75.13012, 39.917013 ], [ -75.12792, 39.911813 ], [ -75.129004411764697, 39.907475352941191 ], [ -75.13082, 39.900213 ], [ -75.13342, 39.896213 ], [ -75.135984863397894, 39.893195957332175 ], [ -75.144184, 39.895633 ], [ -75.151526, 39.896647 ], [ -75.154644, 39.896849 ], [ -75.169028, 39.897243 ], [ -75.174959, 39.898488 ], [ -75.174808, 39.899179 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010021001", "device_counts": 1632, "stop_counts": 5591 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179839, 39.939478 ], [ -75.178251, 39.939268 ], [ -75.17631, 39.939021 ], [ -75.178464, 39.938278 ], [ -75.17717, 39.936933 ], [ -75.178514, 39.935544 ], [ -75.179035, 39.935612 ], [ -75.180621, 39.935816 ], [ -75.179839, 39.939478 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010023002", "device_counts": 6862, "stop_counts": 13923 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16764, 39.93415 ], [ -75.167303, 39.935695 ], [ -75.167236, 39.935685 ], [ -75.160437, 39.934549 ], [ -75.160199, 39.9356 ], [ -75.158669, 39.935226 ], [ -75.157351, 39.934897 ], [ -75.159517, 39.9331 ], [ -75.167578, 39.934143 ], [ -75.16764, 39.93415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175006", "device_counts": 2182, "stop_counts": 6748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147717, 39.999974 ], [ -75.142416, 40.00195 ], [ -75.139876, 40.002845 ], [ -75.137669, 40.003645 ], [ -75.137847, 40.002799 ], [ -75.138524, 39.999743 ], [ -75.140498, 39.999993 ], [ -75.141568, 40.000126 ], [ -75.142805, 40.000294 ], [ -75.143346, 40.000743 ], [ -75.146219, 39.999668 ], [ -75.147404, 39.99924 ], [ -75.147717, 39.999974 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065006", "device_counts": 2309, "stop_counts": 7648 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240969, 39.943762 ], [ -75.238875, 39.94468 ], [ -75.237132, 39.943237 ], [ -75.236424, 39.942646 ], [ -75.233632, 39.940292 ], [ -75.23242, 39.938995 ], [ -75.231766, 39.93846 ], [ -75.233873, 39.937703 ], [ -75.234499, 39.93613 ], [ -75.235249, 39.934997 ], [ -75.236833, 39.933768 ], [ -75.235002, 39.938127 ], [ -75.240697, 39.939075 ], [ -75.240367, 39.942171 ], [ -75.243542, 39.942306 ], [ -75.240969, 39.943762 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067007", "device_counts": 1856, "stop_counts": 7603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227309, 39.927571 ], [ -75.22278, 39.930749 ], [ -75.222696, 39.930808 ], [ -75.220588, 39.929047 ], [ -75.21931, 39.928012 ], [ -75.221562, 39.924744 ], [ -75.22216, 39.923892 ], [ -75.223452, 39.92489 ], [ -75.22484, 39.926055 ], [ -75.226681, 39.927543 ], [ -75.22869, 39.926602 ], [ -75.227309, 39.927571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109003", "device_counts": 1517, "stop_counts": 4763 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194727, 39.964903 ], [ -75.191826, 39.965222 ], [ -75.191719, 39.964652 ], [ -75.191494, 39.963503 ], [ -75.187551, 39.963931 ], [ -75.187415, 39.963367 ], [ -75.191389, 39.962922 ], [ -75.194297, 39.962607 ], [ -75.194727, 39.964903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091003", "device_counts": 3401, "stop_counts": 9039 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.202235, 39.961643 ], [ -75.199436, 39.962042 ], [ -75.198844, 39.960637 ], [ -75.198681, 39.959429 ], [ -75.201137, 39.959242 ], [ -75.199622, 39.95686 ], [ -75.201953, 39.957149 ], [ -75.201824, 39.957827 ], [ -75.201971, 39.959176 ], [ -75.202235, 39.961643 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102002", "device_counts": 4310, "stop_counts": 13287 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235356, 39.968509 ], [ -75.232228, 39.968829 ], [ -75.231833, 39.96746 ], [ -75.230162, 39.968216 ], [ -75.228248, 39.968409 ], [ -75.228149, 39.967843 ], [ -75.22786, 39.966191 ], [ -75.227679, 39.965072 ], [ -75.22992, 39.965352 ], [ -75.23189, 39.965593 ], [ -75.235842, 39.966085 ], [ -75.235356, 39.968509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100004", "device_counts": 2988, "stop_counts": 12105 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255196, 39.97426 ], [ -75.251914, 39.974623 ], [ -75.250203, 39.974815 ], [ -75.249901, 39.973197 ], [ -75.24887, 39.972339 ], [ -75.249177, 39.970857 ], [ -75.250481, 39.96946 ], [ -75.255123, 39.970036 ], [ -75.254752, 39.971527 ], [ -75.255196, 39.97426 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107004", "device_counts": 1299, "stop_counts": 5593 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208356, 39.970706 ], [ -75.205907, 39.970875 ], [ -75.205979, 39.971429 ], [ -75.203722, 39.970929 ], [ -75.203258, 39.968447 ], [ -75.207839, 39.967943 ], [ -75.208038, 39.968984 ], [ -75.208356, 39.970706 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010120002", "device_counts": 4598, "stop_counts": 11632 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235298, 39.99707 ], [ -75.230896, 39.99913 ], [ -75.227462, 40.000746 ], [ -75.226563, 39.999216 ], [ -75.225664, 39.995848 ], [ -75.231762, 39.99309 ], [ -75.233713, 39.992176 ], [ -75.234027, 39.994736 ], [ -75.234136, 39.995598 ], [ -75.235298, 39.99707 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170001", "device_counts": 3165, "stop_counts": 10003 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192225, 40.00722 ], [ -75.190514, 40.008407 ], [ -75.186537, 40.009831 ], [ -75.185674, 40.01012 ], [ -75.185412, 40.009513 ], [ -75.187821, 40.006102 ], [ -75.186477, 40.005921 ], [ -75.186349, 40.006533 ], [ -75.18535, 40.006527 ], [ -75.183204, 40.006624 ], [ -75.18335, 40.005521 ], [ -75.183644, 40.004204 ], [ -75.181141, 40.003697 ], [ -75.183953, 40.002838 ], [ -75.184564, 40.002493 ], [ -75.186812, 40.000434 ], [ -75.186861, 40.000409 ], [ -75.188447, 40.000272 ], [ -75.191754, 39.999748 ], [ -75.19132, 40.003715 ], [ -75.192467, 40.006482 ], [ -75.192225, 40.00722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137005", "device_counts": 2951, "stop_counts": 13638 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.189882, 39.977933 ], [ -75.189076, 39.979387 ], [ -75.188661, 39.981207 ], [ -75.185497, 39.980804 ], [ -75.183838, 39.980585 ], [ -75.184439, 39.977788 ], [ -75.184945, 39.975479 ], [ -75.185394, 39.973417 ], [ -75.186368, 39.973537 ], [ -75.187816, 39.976363 ], [ -75.189674, 39.977173 ], [ -75.189882, 39.977933 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010148001", "device_counts": 2718, "stop_counts": 10495 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172503, 39.980592 ], [ -75.172161, 39.9821 ], [ -75.167076, 39.981454 ], [ -75.165511, 39.981244 ], [ -75.165849, 39.979714 ], [ -75.16616, 39.978308 ], [ -75.170287, 39.978845 ], [ -75.171213, 39.978952 ], [ -75.172799, 39.97916 ], [ -75.172503, 39.980592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010145002", "device_counts": 1126, "stop_counts": 4666 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149734, 39.976182 ], [ -75.145559, 39.975638 ], [ -75.146082, 39.972833 ], [ -75.150315, 39.973382 ], [ -75.149734, 39.976182 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010142002", "device_counts": 18578, "stop_counts": 59780 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145018, 39.970191 ], [ -75.143095, 39.969954 ], [ -75.140665, 39.969652 ], [ -75.139578, 39.969515 ], [ -75.135143, 39.968687 ], [ -75.134428, 39.968791 ], [ -75.134347, 39.964477 ], [ -75.128697, 39.966977 ], [ -75.125416361661095, 39.961951694137291 ], [ -75.12692, 39.961112 ], [ -75.13012, 39.958712 ], [ -75.130217089517501, 39.958589210316127 ], [ -75.136755, 39.962766 ], [ -75.138081, 39.962936 ], [ -75.138827, 39.963129 ], [ -75.142528, 39.964985 ], [ -75.144002, 39.96567 ], [ -75.143524, 39.967942 ], [ -75.145487, 39.96823 ], [ -75.145018, 39.970191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162002", "device_counts": 1688, "stop_counts": 6204 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145126, 39.986485 ], [ -75.1435, 39.986275 ], [ -75.14152, 39.986016 ], [ -75.139669, 39.985802 ], [ -75.13746, 39.985492 ], [ -75.136759, 39.985402 ], [ -75.137443, 39.982223 ], [ -75.138137, 39.982312 ], [ -75.139868, 39.982536 ], [ -75.144169, 39.983092 ], [ -75.14405, 39.983721 ], [ -75.144154, 39.984724 ], [ -75.145126, 39.986485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157003", "device_counts": 3702, "stop_counts": 11244 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138768, 39.979323 ], [ -75.136423, 39.97902 ], [ -75.136739, 39.977527 ], [ -75.13437, 39.977219 ], [ -75.133733, 39.980208 ], [ -75.13319, 39.980134 ], [ -75.130448, 39.978589 ], [ -75.131238, 39.977786 ], [ -75.13267, 39.975304 ], [ -75.133374, 39.97409 ], [ -75.139715, 39.974897 ], [ -75.138768, 39.979323 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010206001", "device_counts": 4325, "stop_counts": 19752 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191105, 40.021663 ], [ -75.190007, 40.022524 ], [ -75.181668, 40.025657 ], [ -75.178141, 40.022595 ], [ -75.176861, 40.021501 ], [ -75.173246, 40.018411 ], [ -75.172342, 40.017604 ], [ -75.174037, 40.016962 ], [ -75.175669, 40.016051 ], [ -75.182239, 40.011676 ], [ -75.185937, 40.014895 ], [ -75.187708, 40.01641 ], [ -75.190034, 40.018727 ], [ -75.192405, 40.020495 ], [ -75.191105, 40.021663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036003", "device_counts": 5295, "stop_counts": 18356 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193156, 39.924592 ], [ -75.194623, 39.92681 ], [ -75.194153, 39.927514 ], [ -75.186029, 39.926481 ], [ -75.186937, 39.922318 ], [ -75.189653, 39.921807 ], [ -75.192494, 39.921266 ], [ -75.195045, 39.921011 ], [ -75.193156, 39.924592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383001", "device_counts": 15622, "stop_counts": 65710 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137529, 40.004304 ], [ -75.136858, 40.007394 ], [ -75.135858, 40.011982 ], [ -75.131779, 40.011482 ], [ -75.130585, 40.011325 ], [ -75.128883, 40.018945 ], [ -75.125023, 40.018435 ], [ -75.124687, 40.019957 ], [ -75.122752, 40.019722 ], [ -75.121407, 40.019548 ], [ -75.117154, 40.019006 ], [ -75.116272, 40.017423 ], [ -75.119439, 40.013026 ], [ -75.112161, 40.012085 ], [ -75.112497, 40.010489 ], [ -75.112821, 40.009007 ], [ -75.113483, 40.005927 ], [ -75.113986, 40.00356 ], [ -75.11609, 40.003067 ], [ -75.116411, 40.001624 ], [ -75.119314, 40.002003 ], [ -75.12441, 40.002634 ], [ -75.123949, 40.004814 ], [ -75.127863, 40.005057 ], [ -75.133021, 40.005104 ], [ -75.137669, 40.003645 ], [ -75.137529, 40.004304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389001", "device_counts": 4322, "stop_counts": 14184 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17326, 40.050667 ], [ -75.168958, 40.054846 ], [ -75.165715, 40.058033 ], [ -75.165453, 40.059541 ], [ -75.162122, 40.057638 ], [ -75.160691, 40.056831 ], [ -75.158889, 40.055768 ], [ -75.161898, 40.052842 ], [ -75.164529, 40.050306 ], [ -75.167701, 40.047245 ], [ -75.170884, 40.049199 ], [ -75.171755, 40.048359 ], [ -75.172888, 40.050431 ], [ -75.17326, 40.050667 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136012", "device_counts": 1532, "stop_counts": 4915 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183561, 39.970778 ], [ -75.181234, 39.970504 ], [ -75.178606, 39.97018 ], [ -75.178056, 39.970112 ], [ -75.178641, 39.967399 ], [ -75.179683, 39.967416 ], [ -75.181589, 39.969025 ], [ -75.183561, 39.970778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160003", "device_counts": 3411, "stop_counts": 9244 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124193, 39.9785 ], [ -75.122449, 39.979411 ], [ -75.123266, 39.980344 ], [ -75.120973, 39.981546 ], [ -75.118522, 39.982825 ], [ -75.117355, 39.981481 ], [ -75.117697, 39.980904 ], [ -75.118611, 39.978879 ], [ -75.119763, 39.976369 ], [ -75.121032, 39.977811 ], [ -75.123334, 39.977514 ], [ -75.124193, 39.9785 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010166001", "device_counts": 4005, "stop_counts": 11794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154588, 39.993938 ], [ -75.152389, 39.993659 ], [ -75.15273, 39.992072 ], [ -75.152871, 39.990551 ], [ -75.151815, 39.988886 ], [ -75.151199, 39.987798 ], [ -75.150197, 39.985504 ], [ -75.150913, 39.985597 ], [ -75.154063, 39.986003 ], [ -75.15339, 39.989086 ], [ -75.155593, 39.989369 ], [ -75.154588, 39.993938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010381001", "device_counts": 3669, "stop_counts": 14479 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069508, 40.010798 ], [ -75.061339, 40.012764 ], [ -75.059285, 40.013387 ], [ -75.056898, 40.014204 ], [ -75.052816, 40.016119 ], [ -75.04879, 40.018141 ], [ -75.047798, 40.017326 ], [ -75.043218536113002, 40.011867977145386 ], [ -75.04709, 40.009941 ], [ -75.052278982364697, 40.0055260511092 ], [ -75.053405, 40.004568 ], [ -75.053723885964288, 40.004080276035694 ], [ -75.062126, 40.006643 ], [ -75.063056, 40.006098 ], [ -75.064579, 40.006194 ], [ -75.067696, 40.005333 ], [ -75.068346, 40.006924 ], [ -75.068883, 40.00879 ], [ -75.069508, 40.010798 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010385002", "device_counts": 2014, "stop_counts": 5439 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224652, 40.084361 ], [ -75.224012, 40.084218 ], [ -75.217463, 40.080575 ], [ -75.207327, 40.076561 ], [ -75.206418, 40.076011 ], [ -75.210566, 40.071803 ], [ -75.209082, 40.070894 ], [ -75.2112, 40.068809 ], [ -75.211625, 40.070754 ], [ -75.215385, 40.073257 ], [ -75.216984, 40.074811 ], [ -75.215093, 40.077141 ], [ -75.218189, 40.075823 ], [ -75.224633, 40.079605 ], [ -75.227899, 40.084282 ], [ -75.224652, 40.084361 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010387002", "device_counts": 4407, "stop_counts": 15177 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2305, 40.086022 ], [ -75.22361, 40.092907 ], [ -75.213165, 40.086872 ], [ -75.21273, 40.086388 ], [ -75.211868, 40.086086 ], [ -75.209396, 40.084927 ], [ -75.200378, 40.07959 ], [ -75.202649, 40.07739 ], [ -75.205081, 40.078823 ], [ -75.207327, 40.076561 ], [ -75.217463, 40.080575 ], [ -75.224012, 40.084218 ], [ -75.224652, 40.084361 ], [ -75.227899, 40.084282 ], [ -75.228078, 40.084434 ], [ -75.228599, 40.084874 ], [ -75.2305, 40.086022 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389002", "device_counts": 2061, "stop_counts": 7374 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172869, 40.057256 ], [ -75.168641, 40.061373 ], [ -75.165453, 40.059541 ], [ -75.165715, 40.058033 ], [ -75.168958, 40.054846 ], [ -75.172869, 40.057256 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286001", "device_counts": 4017, "stop_counts": 13328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127824, 40.026663 ], [ -75.127646, 40.027416 ], [ -75.126866, 40.028955 ], [ -75.126686, 40.029667 ], [ -75.124701, 40.029398 ], [ -75.124167, 40.032575 ], [ -75.1236, 40.032771 ], [ -75.121964, 40.03373 ], [ -75.121711, 40.03347 ], [ -75.122727, 40.029151 ], [ -75.123027, 40.027692 ], [ -75.123525, 40.025463 ], [ -75.126967, 40.024818 ], [ -75.127816, 40.024683 ], [ -75.127935, 40.026158 ], [ -75.127824, 40.026663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218002", "device_counts": 1819, "stop_counts": 8282 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236234, 40.052739 ], [ -75.235917, 40.055079 ], [ -75.236042, 40.056711 ], [ -75.23365, 40.057887 ], [ -75.231721, 40.054078 ], [ -75.231223, 40.053703 ], [ -75.230417, 40.053374 ], [ -75.227161, 40.052534 ], [ -75.230049, 40.051219 ], [ -75.230603, 40.050962 ], [ -75.235419, 40.048775 ], [ -75.236301, 40.051037 ], [ -75.236234, 40.052739 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038002", "device_counts": 13525, "stop_counts": 52390 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19022, 39.915884 ], [ -75.189413, 39.921073 ], [ -75.189653, 39.921807 ], [ -75.186937, 39.922318 ], [ -75.185202, 39.922574 ], [ -75.183434, 39.922939 ], [ -75.181703, 39.92329 ], [ -75.182512, 39.919629 ], [ -75.180576, 39.919369 ], [ -75.177438, 39.91897 ], [ -75.178268, 39.915053 ], [ -75.17718, 39.91489 ], [ -75.177806, 39.91309 ], [ -75.188144, 39.914281 ], [ -75.189481, 39.91484 ], [ -75.19022, 39.915884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195021", "device_counts": 1593, "stop_counts": 4797 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137669, 40.003645 ], [ -75.133021, 40.005104 ], [ -75.127863, 40.005057 ], [ -75.128282, 40.003116 ], [ -75.133239, 40.003756 ], [ -75.133561, 40.002265 ], [ -75.137847, 40.002799 ], [ -75.137669, 40.003645 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086011", "device_counts": 2698, "stop_counts": 8368 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222056, 39.954102 ], [ -75.221923, 39.954723 ], [ -75.221798, 39.955319 ], [ -75.219823, 39.955076 ], [ -75.215872, 39.954586 ], [ -75.21635, 39.952302 ], [ -75.218347, 39.952553 ], [ -75.220295, 39.952792 ], [ -75.222279, 39.95304 ], [ -75.222056, 39.954102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104003", "device_counts": 1921, "stop_counts": 8863 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222444, 39.966531 ], [ -75.220402, 39.966641 ], [ -75.220578, 39.968067 ], [ -75.217866, 39.968342 ], [ -75.216996, 39.968969 ], [ -75.2168, 39.967459 ], [ -75.216516, 39.965214 ], [ -75.22017, 39.964844 ], [ -75.220044, 39.963819 ], [ -75.221952, 39.96425 ], [ -75.222431, 39.966487 ], [ -75.222444, 39.966531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363012", "device_counts": 949, "stop_counts": 6397 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.970623, 40.096983 ], [ -74.970028, 40.096943 ], [ -74.964688, 40.097347 ], [ -74.962107, 40.097709 ], [ -74.96163, 40.097804 ], [ -74.961049, 40.097431 ], [ -74.958749, 40.096929 ], [ -74.961859, 40.093621 ], [ -74.965723, 40.091635 ], [ -74.966752, 40.092976 ], [ -74.96876, 40.094759 ], [ -74.970302, 40.096022 ], [ -74.971016, 40.096392 ], [ -74.970623, 40.096983 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379003", "device_counts": 11142, "stop_counts": 33051 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.097007, 39.993399 ], [ -75.094523, 39.994603 ], [ -75.086505, 39.998825 ], [ -75.084452, 39.997146 ], [ -75.080932, 39.993498 ], [ -75.089616, 39.989064 ], [ -75.091216, 39.99088 ], [ -75.093664, 39.9896 ], [ -75.095726, 39.99195 ], [ -75.097007, 39.993399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390001", "device_counts": 17172, "stop_counts": 61398 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103903, 40.030589 ], [ -75.101148, 40.033334 ], [ -75.100573, 40.033957 ], [ -75.098416, 40.036101 ], [ -75.101572, 40.038293 ], [ -75.096603, 40.042487 ], [ -75.094175, 40.045026 ], [ -75.091859, 40.047485 ], [ -75.091098, 40.04706 ], [ -75.088312, 40.045514 ], [ -75.088975, 40.044332 ], [ -75.088631, 40.042747 ], [ -75.089246, 40.042252 ], [ -75.09159, 40.039734 ], [ -75.090543, 40.039142 ], [ -75.09299, 40.036729 ], [ -75.093532, 40.035024 ], [ -75.09227, 40.034323 ], [ -75.093497, 40.033072 ], [ -75.094339, 40.032217 ], [ -75.093542, 40.031195 ], [ -75.093204, 40.030704 ], [ -75.092349, 40.029658 ], [ -75.092295, 40.028879 ], [ -75.092162, 40.02805 ], [ -75.09399, 40.027037 ], [ -75.096038, 40.026567 ], [ -75.096726, 40.026698 ], [ -75.10128, 40.029514 ], [ -75.10267, 40.029987 ], [ -75.10292, 40.029929 ], [ -75.103068, 40.029895 ], [ -75.104306, 40.029846 ], [ -75.103903, 40.030589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390004", "device_counts": 2350, "stop_counts": 6944 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089204, 40.032628 ], [ -75.087159, 40.03479 ], [ -75.085313, 40.033521 ], [ -75.084832, 40.032349 ], [ -75.084273, 40.032172 ], [ -75.084089, 40.031826 ], [ -75.084197, 40.031438 ], [ -75.084794, 40.031223 ], [ -75.084915, 40.031241 ], [ -75.08508, 40.031266 ], [ -75.085263, 40.031381 ], [ -75.086551, 40.031133 ], [ -75.088078, 40.032 ], [ -75.089204, 40.032628 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355001", "device_counts": 4361, "stop_counts": 14690 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.027681, 40.095046 ], [ -75.021451, 40.096963 ], [ -75.018233, 40.097105 ], [ -75.015528, 40.09486 ], [ -75.023996, 40.086107 ], [ -75.027097, 40.087878 ], [ -75.025866, 40.090515 ], [ -75.027681, 40.095046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291004", "device_counts": 1576, "stop_counts": 4591 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112821, 40.027627 ], [ -75.110825, 40.029623 ], [ -75.111075, 40.031061 ], [ -75.109057, 40.031741 ], [ -75.106431, 40.029197 ], [ -75.110039, 40.028047 ], [ -75.111377, 40.027619 ], [ -75.112759, 40.027349 ], [ -75.112821, 40.027627 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019891001", "device_counts": 3855, "stop_counts": 17508 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.018427, 40.033507 ], [ -75.021603, 40.033996 ], [ -75.021239, 40.036075 ], [ -75.021682, 40.037088 ], [ -75.01783, 40.039076 ], [ -75.012541, 40.038027 ], [ -75.010099, 40.039038 ], [ -75.006278, 40.041155 ], [ -75.003514, 40.042822 ], [ -74.99627, 40.047202 ], [ -74.990976, 40.042526 ], [ -74.990302, 40.042377 ], [ -74.986997223360802, 40.039346956736601 ], [ -74.988884, 40.037289 ], [ -74.990215350336996, 40.036372563903093 ], [ -75.007469, 40.024496 ], [ -75.011115, 40.021311 ], [ -75.013795768141605, 40.020214322123898 ], [ -75.013803495273393, 40.020211161024498 ], [ -75.015583, 40.023134 ], [ -75.022508, 40.030832 ], [ -75.018427, 40.033507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010351002", "device_counts": 1007, "stop_counts": 6282 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.992793, 40.046975 ], [ -74.988129, 40.049737 ], [ -74.985114, 40.046992 ], [ -74.983929, 40.048065 ], [ -74.986317, 40.050837 ], [ -74.984503, 40.051939 ], [ -74.981789, 40.04954 ], [ -74.980228, 40.050581 ], [ -74.982732, 40.053014 ], [ -74.982202, 40.053804 ], [ -74.979695, 40.053399 ], [ -74.974319853259999, 40.048899133320006 ], [ -74.974713, 40.048711 ], [ -74.983540729443007, 40.042953785145897 ], [ -74.983913, 40.042711 ], [ -74.986997223360802, 40.039346956736601 ], [ -74.990302, 40.042377 ], [ -74.990976, 40.042526 ], [ -74.989105, 40.043678 ], [ -74.992793, 40.046975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356012", "device_counts": 1921, "stop_counts": 9924 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.042613, 40.100504 ], [ -75.039857, 40.101835 ], [ -75.032998, 40.10511 ], [ -75.030235, 40.103387 ], [ -75.033474, 40.098205 ], [ -75.034298, 40.097871 ], [ -75.035842, 40.098099 ], [ -75.036962, 40.095913 ], [ -75.038082, 40.097456 ], [ -75.039643, 40.098344 ], [ -75.042503, 40.099942 ], [ -75.042613, 40.100504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345023", "device_counts": 2880, "stop_counts": 12139 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.046249, 40.081459 ], [ -75.042143, 40.084065 ], [ -75.040877, 40.086966 ], [ -75.039509, 40.085702 ], [ -75.0384, 40.084472 ], [ -75.036758, 40.079083 ], [ -75.040252, 40.079994 ], [ -75.04312, 40.077166 ], [ -75.043495, 40.07805 ], [ -75.046249, 40.081459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012011", "device_counts": 3729, "stop_counts": 9107 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187231, 39.947176 ], [ -75.185634, 39.948021 ], [ -75.183288, 39.949512 ], [ -75.181134, 39.949008 ], [ -75.180021, 39.948872 ], [ -75.180328, 39.947455 ], [ -75.181445, 39.947597 ], [ -75.18188, 39.945691 ], [ -75.185685, 39.946159 ], [ -75.186393, 39.946567 ], [ -75.187231, 39.947176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013001", "device_counts": 2077, "stop_counts": 4480 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180409, 39.944602 ], [ -75.180611, 39.944631 ], [ -75.179409, 39.945377 ], [ -75.178578, 39.945269 ], [ -75.176985, 39.94508 ], [ -75.177169, 39.944209 ], [ -75.177374, 39.943231 ], [ -75.180624, 39.943641 ], [ -75.180409, 39.944602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191006", "device_counts": 1938, "stop_counts": 6918 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112497, 40.010489 ], [ -75.108368, 40.009952 ], [ -75.108087, 40.011547 ], [ -75.105434, 40.011197 ], [ -75.105768, 40.009619 ], [ -75.106083, 40.00813 ], [ -75.112821, 40.009007 ], [ -75.112497, 40.010489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195023", "device_counts": 1126, "stop_counts": 3736 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133239, 40.003756 ], [ -75.128282, 40.003116 ], [ -75.128604, 40.001619 ], [ -75.131501, 40.001999 ], [ -75.133561, 40.002265 ], [ -75.133239, 40.003756 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197004", "device_counts": 2370, "stop_counts": 10804 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139464, 40.015599 ], [ -75.13911, 40.017187 ], [ -75.136811, 40.016899 ], [ -75.137502, 40.01371 ], [ -75.13981, 40.014014 ], [ -75.139464, 40.015599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198003", "device_counts": 678, "stop_counts": 2408 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141913, 40.009674 ], [ -75.141425, 40.00961 ], [ -75.138483, 40.009234 ], [ -75.138577, 40.008789 ], [ -75.139652, 40.007755 ], [ -75.140472, 40.007878 ], [ -75.142256, 40.008093 ], [ -75.141913, 40.009674 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199003", "device_counts": 1136, "stop_counts": 4480 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147603, 40.008779 ], [ -75.143346, 40.008227 ], [ -75.144069, 40.006684 ], [ -75.143437, 40.005071 ], [ -75.148277, 40.005697 ], [ -75.147603, 40.008779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201013", "device_counts": 1654, "stop_counts": 7939 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157703, 40.00221 ], [ -75.157365, 40.003799 ], [ -75.154205, 40.003395 ], [ -75.155232, 39.998728 ], [ -75.158222, 39.999121 ], [ -75.157703, 40.00221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202006", "device_counts": 816, "stop_counts": 4240 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164733, 40.008616 ], [ -75.164576, 40.009337 ], [ -75.161095, 40.008883 ], [ -75.161409, 40.007399 ], [ -75.161747, 40.005905 ], [ -75.165228, 40.006354 ], [ -75.164733, 40.008616 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207001", "device_counts": 1859, "stop_counts": 6847 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198361, 40.01527 ], [ -75.192405, 40.020495 ], [ -75.190034, 40.018727 ], [ -75.187708, 40.01641 ], [ -75.191289, 40.013697 ], [ -75.191874, 40.014201 ], [ -75.192879, 40.01162 ], [ -75.194847, 40.012175 ], [ -75.200278, 40.013708 ], [ -75.198361, 40.01527 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210002", "device_counts": 482, "stop_counts": 2157 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218841, 40.0266 ], [ -75.216632, 40.027602 ], [ -75.214311, 40.024553 ], [ -75.215348, 40.023903 ], [ -75.216241, 40.023419 ], [ -75.219699, 40.02614 ], [ -75.218841, 40.0266 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210001", "device_counts": 1055, "stop_counts": 4096 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.216632, 40.027602 ], [ -75.214188, 40.028699 ], [ -75.211308, 40.02997 ], [ -75.210588, 40.02903 ], [ -75.209437, 40.026929 ], [ -75.212764, 40.025348 ], [ -75.214311, 40.024553 ], [ -75.216632, 40.027602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213001", "device_counts": 1197, "stop_counts": 4258 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222011, 40.035206 ], [ -75.218759, 40.036654 ], [ -75.217925, 40.03616 ], [ -75.216638, 40.034833 ], [ -75.220237, 40.033215 ], [ -75.220899, 40.033847 ], [ -75.222011, 40.035206 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214004", "device_counts": 794, "stop_counts": 4377 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228765, 40.029792 ], [ -75.226787, 40.030802 ], [ -75.225127, 40.031643 ], [ -75.223474, 40.029441 ], [ -75.226157, 40.027648 ], [ -75.227885, 40.028193 ], [ -75.229513, 40.029492 ], [ -75.228765, 40.029792 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215004", "device_counts": 829, "stop_counts": 4072 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234937, 40.0349 ], [ -75.228104, 40.040855 ], [ -75.226159, 40.038361 ], [ -75.228179, 40.037082 ], [ -75.227199, 40.035255 ], [ -75.22815, 40.034714 ], [ -75.233394, 40.031906 ], [ -75.23564, 40.034249 ], [ -75.234937, 40.0349 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217001", "device_counts": 1520, "stop_counts": 8621 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230049, 40.051219 ], [ -75.227161, 40.052534 ], [ -75.218706, 40.04851 ], [ -75.218194, 40.047966 ], [ -75.217827, 40.0471 ], [ -75.217846, 40.044343 ], [ -75.219201, 40.044379 ], [ -75.2223, 40.045151 ], [ -75.229214, 40.048037 ], [ -75.230049, 40.051219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218001", "device_counts": 1248, "stop_counts": 7646 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238182, 40.059771 ], [ -75.231724, 40.064099 ], [ -75.232439, 40.064739 ], [ -75.230082, 40.0663 ], [ -75.228446, 40.06254 ], [ -75.226882, 40.061813 ], [ -75.228493, 40.060331 ], [ -75.230156, 40.05955 ], [ -75.23365, 40.057887 ], [ -75.236042, 40.056711 ], [ -75.236386, 40.057398 ], [ -75.238182, 40.059771 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010384001", "device_counts": 1273, "stop_counts": 5441 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243288, 40.073494 ], [ -75.232952, 40.083618 ], [ -75.231412, 40.082658 ], [ -75.22779, 40.08149 ], [ -75.225988, 40.079068 ], [ -75.230411, 40.077042 ], [ -75.225202, 40.074072 ], [ -75.227005, 40.072605 ], [ -75.228088, 40.070649 ], [ -75.226651, 40.070458 ], [ -75.223538, 40.067435 ], [ -75.225109, 40.06608 ], [ -75.2248, 40.062554 ], [ -75.226412, 40.061987 ], [ -75.22495, 40.059866 ], [ -75.226991, 40.058899 ], [ -75.228493, 40.060331 ], [ -75.226882, 40.061813 ], [ -75.228446, 40.06254 ], [ -75.230082, 40.0663 ], [ -75.235951, 40.071238 ], [ -75.238583, 40.069546 ], [ -75.24055, 40.070468 ], [ -75.241075, 40.070395 ], [ -75.242047, 40.071949 ], [ -75.243288, 40.073494 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237003", "device_counts": 640, "stop_counts": 3736 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192346, 40.046309 ], [ -75.192123, 40.047679 ], [ -75.190817, 40.051189 ], [ -75.188499, 40.050211 ], [ -75.188491, 40.048838 ], [ -75.187368, 40.047688 ], [ -75.190893, 40.044241 ], [ -75.191199, 40.043386 ], [ -75.193091, 40.04459 ], [ -75.192346, 40.046309 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240003", "device_counts": 771, "stop_counts": 4202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177222, 40.026659 ], [ -75.174572, 40.029244 ], [ -75.173611, 40.028691 ], [ -75.174043, 40.026588 ], [ -75.175207, 40.02544 ], [ -75.177222, 40.026659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334003", "device_counts": 2368, "stop_counts": 7432 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055937, 40.055993 ], [ -75.054745, 40.057252 ], [ -75.053574, 40.058477 ], [ -75.052996, 40.059096 ], [ -75.052408, 40.059739 ], [ -75.051681, 40.063022 ], [ -75.050091, 40.06216 ], [ -75.048323, 40.061176 ], [ -75.050582, 40.058769 ], [ -75.051784, 40.057504 ], [ -75.052749, 40.058042 ], [ -75.053348, 40.056454 ], [ -75.054197, 40.054405 ], [ -75.054947, 40.053507 ], [ -75.057125, 40.054722 ], [ -75.055937, 40.055993 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335001", "device_counts": 764, "stop_counts": 4865 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068074, 40.060824 ], [ -75.067196, 40.060321 ], [ -75.064499, 40.058826 ], [ -75.060891, 40.056823 ], [ -75.061736, 40.055892 ], [ -75.062881, 40.055983 ], [ -75.064818, 40.055218 ], [ -75.065544, 40.055704 ], [ -75.065475, 40.05619 ], [ -75.067582, 40.05606 ], [ -75.067204, 40.05641 ], [ -75.06743, 40.0586 ], [ -75.069224, 40.059583 ], [ -75.068074, 40.060824 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336001", "device_counts": 2501, "stop_counts": 8707 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057697, 40.062787 ], [ -75.057135, 40.063364 ], [ -75.056605, 40.063955 ], [ -75.055477, 40.065149 ], [ -75.051859, 40.063187 ], [ -75.051681, 40.063022 ], [ -75.052408, 40.059739 ], [ -75.052996, 40.059096 ], [ -75.058323, 40.062116 ], [ -75.057697, 40.062787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337013", "device_counts": 3453, "stop_counts": 12944 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050755, 40.069544 ], [ -75.049545, 40.070978 ], [ -75.047762, 40.069395 ], [ -75.047114, 40.068037 ], [ -75.047963, 40.066822 ], [ -75.044675, 40.06484 ], [ -75.041907, 40.064683 ], [ -75.043614, 40.060811 ], [ -75.044201, 40.059477 ], [ -75.044275, 40.059356 ], [ -75.044991, 40.059372 ], [ -75.048323, 40.061176 ], [ -75.050091, 40.06216 ], [ -75.047725, 40.064686 ], [ -75.05122, 40.06663 ], [ -75.050755, 40.069544 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338005", "device_counts": 5435, "stop_counts": 15116 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085729, 40.062589 ], [ -75.084747, 40.06316 ], [ -75.083515, 40.063725 ], [ -75.083514, 40.063756 ], [ -75.083483, 40.063738 ], [ -75.078352, 40.065426 ], [ -75.077177, 40.065785 ], [ -75.074845, 40.066538 ], [ -75.069297, 40.068345 ], [ -75.067838, 40.068959 ], [ -75.067355, 40.068727 ], [ -75.073304, 40.062812 ], [ -75.075991, 40.064342 ], [ -75.077504, 40.064196 ], [ -75.081402, 40.060031 ], [ -75.083525, 40.06127 ], [ -75.083833, 40.061472 ], [ -75.08478, 40.062044 ], [ -75.085729, 40.062589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339001", "device_counts": 727, "stop_counts": 3210 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083726, 40.068173 ], [ -75.083255, 40.071209 ], [ -75.07966, 40.069203 ], [ -75.080965, 40.067974 ], [ -75.07805, 40.06636 ], [ -75.077177, 40.065785 ], [ -75.078352, 40.065426 ], [ -75.079532, 40.066175 ], [ -75.08151, 40.064789 ], [ -75.083648, 40.065704 ], [ -75.083726, 40.068173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341003", "device_counts": 909, "stop_counts": 4156 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082501, 40.07656 ], [ -75.081603, 40.076328 ], [ -75.080159, 40.075454 ], [ -75.077595, 40.073918 ], [ -75.078867, 40.072559 ], [ -75.077202, 40.071627 ], [ -75.07966, 40.069203 ], [ -75.083255, 40.071209 ], [ -75.082501, 40.07656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363032", "device_counts": 955, "stop_counts": 5867 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.9781, 40.099212 ], [ -74.97588, 40.100421 ], [ -74.971183, 40.102233 ], [ -74.96767, 40.1027 ], [ -74.967515, 40.101869 ], [ -74.967496, 40.100803 ], [ -74.970836, 40.100755 ], [ -74.973395, 40.099759 ], [ -74.974647, 40.098954 ], [ -74.976091, 40.097433 ], [ -74.97577, 40.096412 ], [ -74.976783, 40.095969 ], [ -74.977757, 40.098433 ], [ -74.9781, 40.099212 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347011", "device_counts": 1539, "stop_counts": 9645 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.034523, 40.058672 ], [ -75.033628, 40.060834 ], [ -75.029986, 40.064398 ], [ -75.028362, 40.064504 ], [ -75.028, 40.059736 ], [ -75.029005, 40.05752 ], [ -75.028756, 40.056781 ], [ -75.029032, 40.056399 ], [ -75.033734, 40.056884 ], [ -75.03433, 40.057067 ], [ -75.034523, 40.058672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348032", "device_counts": 2982, "stop_counts": 13518 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.008128, 40.068585 ], [ -75.007269, 40.069161 ], [ -74.998385, 40.064117 ], [ -75.00009, 40.062745 ], [ -75.002288, 40.063869 ], [ -75.005996, 40.061324 ], [ -75.008319, 40.06252 ], [ -75.007719, 40.067102 ], [ -75.008788, 40.06735 ], [ -75.008128, 40.068585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349002", "device_counts": 1541, "stop_counts": 11388 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.016377, 40.045672 ], [ -75.012273, 40.048885 ], [ -75.007927, 40.045033 ], [ -75.009595, 40.043924 ], [ -75.006278, 40.041155 ], [ -75.010099, 40.039038 ], [ -75.012125, 40.040582 ], [ -75.010101, 40.041671 ], [ -75.012708, 40.043779 ], [ -75.013422, 40.043306 ], [ -75.016377, 40.045672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352003", "device_counts": 2025, "stop_counts": 9649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.001181, 40.057232 ], [ -74.998259, 40.05808 ], [ -74.994151, 40.054401 ], [ -74.999877, 40.050402 ], [ -75.004795, 40.054747 ], [ -75.001181, 40.057232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356022", "device_counts": 2520, "stop_counts": 13750 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054321, 40.108692 ], [ -75.048542, 40.112729 ], [ -75.03946, 40.107362 ], [ -75.033897, 40.105689 ], [ -75.032998, 40.10511 ], [ -75.039857, 40.101835 ], [ -75.046843, 40.105712 ], [ -75.049254, 40.105823 ], [ -75.05401, 40.108143 ], [ -75.054321, 40.108692 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010364001", "device_counts": 6977, "stop_counts": 27060 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.005391, 40.114802 ], [ -74.997052, 40.121168 ], [ -74.993533, 40.11868 ], [ -74.987193, 40.123286 ], [ -74.983523, 40.123671 ], [ -74.982213, 40.122057 ], [ -74.982748, 40.120887 ], [ -74.980058, 40.119883 ], [ -74.973219, 40.119891 ], [ -74.970119, 40.117201 ], [ -74.964526, 40.118372 ], [ -74.96408, 40.117766 ], [ -74.966621, 40.117932 ], [ -74.969758, 40.115927 ], [ -74.969941, 40.113339 ], [ -74.97896, 40.106169 ], [ -74.983393, 40.103684 ], [ -74.981997, 40.102454 ], [ -74.986551, 40.099366 ], [ -74.992199, 40.103978 ], [ -74.994438, 40.105853 ], [ -74.995134, 40.106336 ], [ -74.997124, 40.108151 ], [ -75.000959, 40.111393 ], [ -75.003554, 40.110847 ], [ -75.005391, 40.114802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347021", "device_counts": 1657, "stop_counts": 7798 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029005, 40.05752 ], [ -75.028, 40.059736 ], [ -75.028362, 40.064504 ], [ -75.028512, 40.06684 ], [ -75.028256, 40.067314 ], [ -75.022217, 40.06352 ], [ -75.021707, 40.063392 ], [ -75.021992, 40.063113 ], [ -75.024818, 40.060286 ], [ -75.024701, 40.057278 ], [ -75.024345, 40.05644 ], [ -75.025431, 40.05637 ], [ -75.028291, 40.056363 ], [ -75.028397, 40.056728 ], [ -75.028756, 40.056781 ], [ -75.029005, 40.05752 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363021", "device_counts": 1277, "stop_counts": 5671 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981659, 40.095571 ], [ -74.977757, 40.098433 ], [ -74.976783, 40.095969 ], [ -74.97648, 40.091256 ], [ -74.976072, 40.090653 ], [ -74.979893, 40.09381 ], [ -74.981659, 40.095571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292001", "device_counts": 3530, "stop_counts": 12697 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112759, 40.027349 ], [ -75.111377, 40.027619 ], [ -75.110039, 40.028047 ], [ -75.106431, 40.029197 ], [ -75.104306, 40.029846 ], [ -75.104059, 40.029441 ], [ -75.109611, 40.023588 ], [ -75.111228, 40.023211 ], [ -75.111664, 40.025651 ], [ -75.112773, 40.027036 ], [ -75.112759, 40.027349 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010050001", "device_counts": 5250, "stop_counts": 44655 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19631, 39.901071 ], [ -75.193923, 39.900403 ], [ -75.19194, 39.896089 ], [ -75.189993, 39.89681 ], [ -75.187183, 39.896682 ], [ -75.176562, 39.898666 ], [ -75.174959, 39.898488 ], [ -75.169028, 39.897243 ], [ -75.154644, 39.896849 ], [ -75.151526, 39.896647 ], [ -75.144184, 39.895633 ], [ -75.135984863397894, 39.893195957332175 ], [ -75.140006484713695, 39.88846533381718 ], [ -75.140221, 39.888213 ], [ -75.142421, 39.886413 ], [ -75.145323920519388, 39.884284191619102 ], [ -75.145421, 39.884213 ], [ -75.150721, 39.882713 ], [ -75.17453546617179, 39.88219692897281 ], [ -75.183023, 39.882013 ], [ -75.189268267037193, 39.880724294103416 ], [ -75.189323, 39.880713 ], [ -75.195018, 39.877521 ], [ -75.195217294768597, 39.877343945193211 ], [ -75.195514, 39.89184 ], [ -75.196239, 39.893365 ], [ -75.195253, 39.899322 ], [ -75.19631, 39.901071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275004", "device_counts": 785, "stop_counts": 3413 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134969, 40.04022 ], [ -75.13346, 40.039994 ], [ -75.133031, 40.041872 ], [ -75.132216, 40.041759 ], [ -75.132967, 40.038346 ], [ -75.132476, 40.036684 ], [ -75.134818, 40.036987 ], [ -75.134472, 40.038514 ], [ -75.134969, 40.04022 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276001", "device_counts": 3404, "stop_counts": 14848 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139322, 40.04232 ], [ -75.138534, 40.042223 ], [ -75.138205, 40.043739 ], [ -75.137529, 40.046805 ], [ -75.136019, 40.046229 ], [ -75.134724, 40.046134 ], [ -75.13479, 40.04146 ], [ -75.134969, 40.04022 ], [ -75.134472, 40.038514 ], [ -75.135257, 40.03864 ], [ -75.137633, 40.038943 ], [ -75.139212, 40.039146 ], [ -75.139612, 40.0408 ], [ -75.139322, 40.04232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277006", "device_counts": 1731, "stop_counts": 5083 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157729, 40.052626 ], [ -75.157557, 40.055034 ], [ -75.155554, 40.054074 ], [ -75.155214, 40.053922 ], [ -75.155446, 40.050508 ], [ -75.157858, 40.050602 ], [ -75.157729, 40.052626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279011", "device_counts": 993, "stop_counts": 4211 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154793, 40.048902 ], [ -75.153235, 40.048842 ], [ -75.15082, 40.048518 ], [ -75.150967, 40.046767 ], [ -75.15068, 40.046352 ], [ -75.151891, 40.046389 ], [ -75.153691, 40.04655 ], [ -75.154966, 40.046241 ], [ -75.154793, 40.048902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279012", "device_counts": 1338, "stop_counts": 6300 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153691, 40.04655 ], [ -75.151891, 40.046389 ], [ -75.15068, 40.046352 ], [ -75.150148, 40.045658 ], [ -75.149591, 40.04483 ], [ -75.149796, 40.043673 ], [ -75.152081, 40.043608 ], [ -75.153883, 40.043659 ], [ -75.153691, 40.04655 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280002", "device_counts": 2172, "stop_counts": 7473 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159551, 40.023925 ], [ -75.159033, 40.030316 ], [ -75.158124, 40.030825 ], [ -75.157119, 40.030993 ], [ -75.154776, 40.031452 ], [ -75.155694, 40.02613 ], [ -75.154064, 40.026198 ], [ -75.154245, 40.025634 ], [ -75.157153, 40.02413 ], [ -75.157303, 40.022607 ], [ -75.159035, 40.0228 ], [ -75.159214, 40.023192 ], [ -75.159315, 40.02341 ], [ -75.159551, 40.023925 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283006", "device_counts": 657, "stop_counts": 3581 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144284, 40.030814 ], [ -75.142471, 40.031766 ], [ -75.141668, 40.0316 ], [ -75.142334, 40.028543 ], [ -75.144716, 40.028855 ], [ -75.144284, 40.030814 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284002", "device_counts": 818, "stop_counts": 3764 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13998, 40.028245 ], [ -75.136137, 40.027741 ], [ -75.135802, 40.029254 ], [ -75.13506, 40.02915 ], [ -75.135334, 40.027632 ], [ -75.135096, 40.026079 ], [ -75.137096, 40.026336 ], [ -75.138698, 40.026536 ], [ -75.140303, 40.026745 ], [ -75.13998, 40.028245 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286004", "device_counts": 1149, "stop_counts": 4684 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13129, 40.032818 ], [ -75.128428, 40.032472 ], [ -75.128974, 40.029953 ], [ -75.131829, 40.030321 ], [ -75.13129, 40.032818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289011", "device_counts": 1910, "stop_counts": 8582 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120481, 40.02109 ], [ -75.120136, 40.022627 ], [ -75.117959, 40.022349 ], [ -75.116106, 40.022109 ], [ -75.116243, 40.020558 ], [ -75.116404, 40.018909 ], [ -75.117154, 40.019006 ], [ -75.121407, 40.019548 ], [ -75.120481, 40.02109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290001", "device_counts": 2078, "stop_counts": 6736 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116083, 40.033037 ], [ -75.114896, 40.034447 ], [ -75.113107, 40.036567 ], [ -75.11177, 40.03486 ], [ -75.111312, 40.034539 ], [ -75.110667, 40.033249 ], [ -75.111075, 40.031061 ], [ -75.112028, 40.030797 ], [ -75.112876, 40.031991 ], [ -75.117268, 40.031624 ], [ -75.116083, 40.033037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298005", "device_counts": 1493, "stop_counts": 4056 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071847, 40.016952 ], [ -75.070504, 40.017255 ], [ -75.069585, 40.014649 ], [ -75.068353, 40.014209 ], [ -75.068202, 40.014729 ], [ -75.068503, 40.013619 ], [ -75.070429, 40.013167 ], [ -75.070864, 40.014353 ], [ -75.071847, 40.016952 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299003", "device_counts": 1458, "stop_counts": 4361 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073747, 40.013717 ], [ -75.070864, 40.014353 ], [ -75.070429, 40.013167 ], [ -75.06999, 40.012032 ], [ -75.072866, 40.011395 ], [ -75.073295, 40.012543 ], [ -75.073747, 40.013717 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300002", "device_counts": 915, "stop_counts": 4872 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075964, 40.020705 ], [ -75.074969, 40.021505 ], [ -75.073892, 40.022107 ], [ -75.072271, 40.020248 ], [ -75.07338, 40.019654 ], [ -75.074136, 40.019026 ], [ -75.075429, 40.017665 ], [ -75.076164, 40.018049 ], [ -75.075199, 40.019109 ], [ -75.076696, 40.019926 ], [ -75.075964, 40.020705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301002", "device_counts": 1799, "stop_counts": 9366 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087283, 40.020485 ], [ -75.086819, 40.020966 ], [ -75.084591, 40.019701 ], [ -75.083508, 40.018365 ], [ -75.086382, 40.015257 ], [ -75.090325, 40.017356 ], [ -75.087283, 40.020485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302004", "device_counts": 1663, "stop_counts": 7154 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086997, 40.029443 ], [ -75.085375, 40.028555 ], [ -75.083038, 40.027241 ], [ -75.084726, 40.025458 ], [ -75.086568, 40.023537 ], [ -75.090563, 40.025791 ], [ -75.086997, 40.029443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390003", "device_counts": 546, "stop_counts": 3200 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.090599, 40.033398 ], [ -75.087931, 40.036236 ], [ -75.087802, 40.036032 ], [ -75.087159, 40.03479 ], [ -75.089204, 40.032628 ], [ -75.090599, 40.033398 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390007", "device_counts": 995, "stop_counts": 4856 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.093021, 40.030888 ], [ -75.091806, 40.032145 ], [ -75.090599, 40.033398 ], [ -75.089204, 40.032628 ], [ -75.088078, 40.032 ], [ -75.089854, 40.031036 ], [ -75.091594, 40.030086 ], [ -75.092349, 40.029658 ], [ -75.093204, 40.030704 ], [ -75.093021, 40.030888 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305012", "device_counts": 1054, "stop_counts": 6013 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103163, 40.039196 ], [ -75.099539, 40.042241 ], [ -75.098357, 40.043483 ], [ -75.096603, 40.042487 ], [ -75.101572, 40.038293 ], [ -75.103163, 40.039196 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149001", "device_counts": 1470, "stop_counts": 6785 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175344, 39.982517 ], [ -75.174991, 39.98246 ], [ -75.174771, 39.982444 ], [ -75.172161, 39.9821 ], [ -75.172503, 39.980592 ], [ -75.172799, 39.97916 ], [ -75.174393, 39.97938 ], [ -75.175989, 39.979572 ], [ -75.175344, 39.982517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151021", "device_counts": 2300, "stop_counts": 10898 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179043, 39.987154 ], [ -75.178616, 39.989179 ], [ -75.177206, 39.988991 ], [ -75.175803, 39.988812 ], [ -75.174665, 39.988427 ], [ -75.174044, 39.988507 ], [ -75.174361, 39.987024 ], [ -75.174694, 39.985506 ], [ -75.175026, 39.98402 ], [ -75.175047, 39.983956 ], [ -75.175344, 39.982517 ], [ -75.176933, 39.982713 ], [ -75.178535, 39.982919 ], [ -75.178118, 39.984769 ], [ -75.180258, 39.986345 ], [ -75.179043, 39.987154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151011", "device_counts": 926, "stop_counts": 4269 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187382, 39.98713 ], [ -75.185719, 39.986919 ], [ -75.184136, 39.986721 ], [ -75.184794, 39.983706 ], [ -75.188033, 39.984126 ], [ -75.187382, 39.98713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377003", "device_counts": 647, "stop_counts": 2151 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148109, 39.983604 ], [ -75.147766, 39.98519 ], [ -75.146102, 39.984978 ], [ -75.146769, 39.981893 ], [ -75.148437, 39.98211 ], [ -75.148109, 39.983604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010023001", "device_counts": 2893, "stop_counts": 7143 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167303, 39.935695 ], [ -75.167083, 39.936742 ], [ -75.167019, 39.936737 ], [ -75.161678, 39.935849 ], [ -75.160199, 39.9356 ], [ -75.160437, 39.934549 ], [ -75.167236, 39.935685 ], [ -75.167303, 39.935695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028024", "device_counts": 2293, "stop_counts": 6214 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163504, 39.92983 ], [ -75.161047, 39.931817 ], [ -75.161428, 39.930017 ], [ -75.161881, 39.927985 ], [ -75.165005, 39.92855 ], [ -75.163504, 39.92983 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029002", "device_counts": 2564, "stop_counts": 5110 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168689, 39.929256 ], [ -75.168423, 39.930465 ], [ -75.16815, 39.931701 ], [ -75.165968, 39.931427 ], [ -75.166246, 39.930207 ], [ -75.166507, 39.929037 ], [ -75.168567, 39.929252 ], [ -75.168689, 39.929256 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030012", "device_counts": 2086, "stop_counts": 5187 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171137, 39.928329 ], [ -75.170891, 39.929552 ], [ -75.168689, 39.929256 ], [ -75.168956, 39.928035 ], [ -75.169228, 39.926806 ], [ -75.171397, 39.927104 ], [ -75.171137, 39.928329 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031003", "device_counts": 841, "stop_counts": 3125 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176606, 39.930285 ], [ -75.175032, 39.930087 ], [ -75.175289, 39.928867 ], [ -75.178445, 39.929271 ], [ -75.176606, 39.930285 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032005", "device_counts": 831, "stop_counts": 3134 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188115, 39.933014 ], [ -75.184705, 39.932584 ], [ -75.18524, 39.930146 ], [ -75.188636, 39.930583 ], [ -75.188115, 39.933014 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036004", "device_counts": 1088, "stop_counts": 5699 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.197537, 39.934232 ], [ -75.194408, 39.933822 ], [ -75.192826, 39.933628 ], [ -75.193353, 39.931185 ], [ -75.192322, 39.931054 ], [ -75.191783, 39.930982 ], [ -75.192047, 39.929756 ], [ -75.193621, 39.929965 ], [ -75.196486, 39.930309 ], [ -75.197537, 39.934232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096003", "device_counts": 1677, "stop_counts": 5245 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246425, 39.964276 ], [ -75.242406, 39.963779 ], [ -75.242735, 39.962202 ], [ -75.246753, 39.962705 ], [ -75.246425, 39.964276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098012", "device_counts": 3549, "stop_counts": 11885 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.269257, 39.980186 ], [ -75.268293, 39.978967 ], [ -75.263054, 39.975749 ], [ -75.264257, 39.974419 ], [ -75.265558, 39.975641 ], [ -75.267588, 39.974662 ], [ -75.271309, 39.979275 ], [ -75.269257, 39.980186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101005", "device_counts": 2663, "stop_counts": 7284 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246935, 39.972111 ], [ -75.244885, 39.971854 ], [ -75.243788, 39.971723 ], [ -75.244416, 39.968706 ], [ -75.246531, 39.968967 ], [ -75.247518, 39.969093 ], [ -75.246935, 39.972111 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102001", "device_counts": 1112, "stop_counts": 4479 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235697, 39.970336 ], [ -75.234203, 39.9705 ], [ -75.232573, 39.970683 ], [ -75.232228, 39.968829 ], [ -75.235356, 39.968509 ], [ -75.235697, 39.970336 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105003", "device_counts": 2481, "stop_counts": 9005 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.216181, 39.962546 ], [ -75.216376, 39.964094 ], [ -75.213228, 39.964331 ], [ -75.21365, 39.967696 ], [ -75.211231, 39.967879 ], [ -75.21056, 39.962571 ], [ -75.21306, 39.962577 ], [ -75.214018, 39.958643 ], [ -75.217002, 39.959015 ], [ -75.216181, 39.962546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108005", "device_counts": 847, "stop_counts": 4017 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.20264, 39.965169 ], [ -75.197832, 39.965697 ], [ -75.197519, 39.964025 ], [ -75.202334, 39.963495 ], [ -75.20264, 39.965169 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110002", "device_counts": 1195, "stop_counts": 4603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213469, 39.977791 ], [ -75.209321, 39.97625 ], [ -75.210123, 39.975067 ], [ -75.208903, 39.974618 ], [ -75.209114, 39.974321 ], [ -75.209976, 39.974242 ], [ -75.209834, 39.973505 ], [ -75.212211, 39.973242 ], [ -75.213469, 39.977791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112001", "device_counts": 671, "stop_counts": 2242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231783, 39.976852 ], [ -75.229855, 39.977069 ], [ -75.229266, 39.973926 ], [ -75.231194, 39.973709 ], [ -75.231783, 39.976852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114003", "device_counts": 899, "stop_counts": 5542 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.241574, 39.978799 ], [ -75.239124, 39.979069 ], [ -75.238891, 39.977818 ], [ -75.23857, 39.976101 ], [ -75.241013, 39.975833 ], [ -75.241574, 39.978799 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118004", "device_counts": 838, "stop_counts": 3193 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238184, 39.986061 ], [ -75.237176, 39.986439 ], [ -75.23703, 39.985619 ], [ -75.234774, 39.986089 ], [ -75.234703, 39.985307 ], [ -75.234186, 39.983702 ], [ -75.23724, 39.98484 ], [ -75.240153, 39.985213 ], [ -75.238184, 39.986061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119002", "device_counts": 1031, "stop_counts": 6958 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228801, 39.982326 ], [ -75.229911, 39.987936 ], [ -75.228123, 39.988356 ], [ -75.227054, 39.989209 ], [ -75.226577, 39.989221 ], [ -75.225891, 39.988131 ], [ -75.228792, 39.980705 ], [ -75.2301, 39.981556 ], [ -75.228801, 39.982326 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010121002", "device_counts": 2577, "stop_counts": 10498 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227462, 40.000746 ], [ -75.226402, 40.001255 ], [ -75.223637, 39.999066 ], [ -75.219551, 39.999839 ], [ -75.217994, 39.994223 ], [ -75.220317, 39.990286 ], [ -75.225109, 39.987582 ], [ -75.225891, 39.988131 ], [ -75.225662, 39.991469 ], [ -75.225664, 39.995848 ], [ -75.226563, 39.999216 ], [ -75.227462, 40.000746 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125003", "device_counts": 15366, "stop_counts": 33391 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183323, 39.964374 ], [ -75.17786, 39.964555 ], [ -75.175984, 39.964208 ], [ -75.173374, 39.961668 ], [ -75.171583, 39.960795 ], [ -75.172002, 39.959007 ], [ -75.179937, 39.960028 ], [ -75.181601, 39.962006 ], [ -75.183323, 39.964374 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135002", "device_counts": 1204, "stop_counts": 3099 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170997, 39.969227 ], [ -75.17055, 39.97157 ], [ -75.169274, 39.971406 ], [ -75.170177, 39.96725 ], [ -75.171344, 39.967275 ], [ -75.170997, 39.969227 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136021", "device_counts": 595, "stop_counts": 2141 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178108, 39.972509 ], [ -75.177862, 39.97248 ], [ -75.175948, 39.972232 ], [ -75.17646, 39.96991 ], [ -75.178056, 39.970112 ], [ -75.178606, 39.97018 ], [ -75.178108, 39.972509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137001", "device_counts": 1079, "stop_counts": 4289 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184439, 39.977788 ], [ -75.181755, 39.977444 ], [ -75.182327, 39.975143 ], [ -75.184945, 39.975479 ], [ -75.184439, 39.977788 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157001", "device_counts": 1071, "stop_counts": 3661 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138137, 39.982312 ], [ -75.137443, 39.982223 ], [ -75.13578, 39.982009 ], [ -75.132881, 39.981631 ], [ -75.13319, 39.980134 ], [ -75.133733, 39.980208 ], [ -75.136105, 39.980514 ], [ -75.136423, 39.97902 ], [ -75.138768, 39.979323 ], [ -75.138137, 39.982312 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158002", "device_counts": 728, "stop_counts": 2039 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129573, 39.975894 ], [ -75.128628, 39.977533 ], [ -75.127401, 39.976845 ], [ -75.126136, 39.976082 ], [ -75.125201, 39.975558 ], [ -75.128693, 39.974284 ], [ -75.129573, 39.975894 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160002", "device_counts": 1204, "stop_counts": 3583 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128628, 39.977533 ], [ -75.125593, 39.979124 ], [ -75.125018, 39.979426 ], [ -75.124193, 39.9785 ], [ -75.123334, 39.977514 ], [ -75.126136, 39.976082 ], [ -75.127401, 39.976845 ], [ -75.128628, 39.977533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164004", "device_counts": 1426, "stop_counts": 5124 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147542, 39.989863 ], [ -75.143668, 39.989365 ], [ -75.142846, 39.989257 ], [ -75.140861, 39.989001 ], [ -75.14152, 39.986016 ], [ -75.1435, 39.986275 ], [ -75.145126, 39.986485 ], [ -75.147542, 39.989863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167013", "device_counts": 1406, "stop_counts": 6522 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1635, 39.990401 ], [ -75.161948, 39.990185 ], [ -75.160365, 39.989991 ], [ -75.160695, 39.988495 ], [ -75.161032, 39.986907 ], [ -75.164184, 39.987311 ], [ -75.1635, 39.990401 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039014", "device_counts": 2846, "stop_counts": 10427 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176295, 39.92425 ], [ -75.176088, 39.925198 ], [ -75.175741, 39.92685 ], [ -75.175562, 39.927642 ], [ -75.173426, 39.927363 ], [ -75.172416, 39.927232 ], [ -75.172945, 39.924836 ], [ -75.173226, 39.923556 ], [ -75.176361, 39.92396 ], [ -75.176295, 39.92425 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172011", "device_counts": 2301, "stop_counts": 7100 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170087, 39.999116 ], [ -75.169754, 40.000622 ], [ -75.166562, 40.000199 ], [ -75.167215, 39.997197 ], [ -75.17042, 39.997618 ], [ -75.170087, 39.999116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175004", "device_counts": 997, "stop_counts": 4033 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14708, 39.996143 ], [ -75.143792, 39.995715 ], [ -75.141495, 39.995422 ], [ -75.14183, 39.993929 ], [ -75.147461, 39.994656 ], [ -75.14708, 39.996143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177024", "device_counts": 1049, "stop_counts": 4261 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126054, 39.994957 ], [ -75.125737, 39.996451 ], [ -75.121617, 39.99592 ], [ -75.122221, 39.992929 ], [ -75.123212, 39.993054 ], [ -75.126374, 39.993462 ], [ -75.126054, 39.994957 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179001", "device_counts": 658, "stop_counts": 3259 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.11674, 39.98673 ], [ -75.113492, 39.988768 ], [ -75.113123, 39.988217 ], [ -75.112356, 39.98702 ], [ -75.111887, 39.986296 ], [ -75.114934, 39.984697 ], [ -75.115224, 39.985018 ], [ -75.115524, 39.985365 ], [ -75.11674, 39.98673 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180021", "device_counts": 1044, "stop_counts": 4077 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105915, 39.988037 ], [ -75.105064, 39.987073 ], [ -75.103366, 39.985129 ], [ -75.102999, 39.98472 ], [ -75.105437, 39.983452 ], [ -75.108359, 39.986753 ], [ -75.105915, 39.988037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183001", "device_counts": 1379, "stop_counts": 6950 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079364, 39.994264 ], [ -75.073491, 39.997297 ], [ -75.072513, 39.996193 ], [ -75.069049, 39.999566 ], [ -75.065419, 39.995046 ], [ -75.066765, 39.99318 ], [ -75.071834, 39.99042 ], [ -75.064645979616898, 39.985641523490607 ], [ -75.067664096638595, 39.983171324838914 ], [ -75.078288, 39.990945 ], [ -75.080785, 39.993572 ], [ -75.079364, 39.994264 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188006", "device_counts": 1008, "stop_counts": 3790 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.110983, 39.997801 ], [ -75.109848, 39.998436 ], [ -75.107775, 39.996084 ], [ -75.106215, 39.996224 ], [ -75.108487, 39.994991 ], [ -75.109617, 39.995123 ], [ -75.111558, 39.997475 ], [ -75.110983, 39.997801 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037021", "device_counts": 2523, "stop_counts": 9981 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183295, 39.923575 ], [ -75.182243, 39.923442 ], [ -75.181698, 39.925924 ], [ -75.181159, 39.92585 ], [ -75.179242, 39.925606 ], [ -75.176088, 39.925198 ], [ -75.176295, 39.92425 ], [ -75.179651, 39.923652 ], [ -75.180313, 39.92354 ], [ -75.181424, 39.923337 ], [ -75.181703, 39.92329 ], [ -75.183434, 39.922939 ], [ -75.183295, 39.923575 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039022", "device_counts": 2270, "stop_counts": 6872 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175217, 39.915653 ], [ -75.174302, 39.918562 ], [ -75.171122, 39.918152 ], [ -75.171423, 39.916757 ], [ -75.171877, 39.914256 ], [ -75.175394, 39.914691 ], [ -75.175217, 39.915653 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041011", "device_counts": 1714, "stop_counts": 6890 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158192, 39.922891 ], [ -75.157666, 39.925313 ], [ -75.156095, 39.925103 ], [ -75.154526, 39.924895 ], [ -75.155056, 39.922495 ], [ -75.155233, 39.921686 ], [ -75.158363, 39.922092 ], [ -75.158192, 39.922891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041013", "device_counts": 1689, "stop_counts": 6270 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162876, 39.923489 ], [ -75.158192, 39.922891 ], [ -75.158363, 39.922092 ], [ -75.159904, 39.922287 ], [ -75.160275, 39.920611 ], [ -75.163412, 39.921015 ], [ -75.162876, 39.923489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041024", "device_counts": 1091, "stop_counts": 5277 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163412, 39.921015 ], [ -75.160275, 39.920611 ], [ -75.160826, 39.918116 ], [ -75.161362, 39.918177 ], [ -75.163956, 39.918518 ], [ -75.163412, 39.921015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041022", "device_counts": 2697, "stop_counts": 12145 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161362, 39.918177 ], [ -75.160826, 39.918116 ], [ -75.156139, 39.917515 ], [ -75.156708, 39.914869 ], [ -75.159844, 39.915286 ], [ -75.161956, 39.915546 ], [ -75.161362, 39.918177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055002", "device_counts": 995, "stop_counts": 6688 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248751, 39.909248 ], [ -75.246021, 39.911148 ], [ -75.243939, 39.910021 ], [ -75.242832, 39.911272 ], [ -75.241558, 39.907257 ], [ -75.244247, 39.908271 ], [ -75.247414, 39.906162 ], [ -75.246275, 39.90746 ], [ -75.248751, 39.909248 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060002", "device_counts": 1326, "stop_counts": 7502 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238529, 39.908213 ], [ -75.231662, 39.912252 ], [ -75.230417, 39.911046 ], [ -75.231964, 39.909874 ], [ -75.235164, 39.906453 ], [ -75.237281, 39.908241 ], [ -75.238529, 39.908213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064001", "device_counts": 1288, "stop_counts": 7187 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242972, 39.93094 ], [ -75.237726, 39.92932 ], [ -75.235478, 39.928877 ], [ -75.236986, 39.927821 ], [ -75.235594, 39.92664 ], [ -75.236833, 39.925765 ], [ -75.239493, 39.928024 ], [ -75.238729, 39.928585 ], [ -75.239873, 39.928824 ], [ -75.239625, 39.92957 ], [ -75.241996, 39.930036 ], [ -75.242254, 39.929287 ], [ -75.243254, 39.92947 ], [ -75.242972, 39.93094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065001", "device_counts": 908, "stop_counts": 2787 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231533, 39.933634 ], [ -75.228533, 39.935732 ], [ -75.227252, 39.934661 ], [ -75.230248, 39.932551 ], [ -75.231276, 39.931827 ], [ -75.232567, 39.932912 ], [ -75.231533, 39.933634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066001", "device_counts": 4201, "stop_counts": 13728 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230654, 39.928158 ], [ -75.229222, 39.929172 ], [ -75.227589, 39.930313 ], [ -75.230248, 39.932551 ], [ -75.227252, 39.934661 ], [ -75.224592, 39.93241 ], [ -75.222696, 39.930808 ], [ -75.22278, 39.930749 ], [ -75.227309, 39.927571 ], [ -75.22869, 39.926602 ], [ -75.2294, 39.927156 ], [ -75.230654, 39.928158 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139001", "device_counts": 408, "stop_counts": 1688 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174393, 39.97938 ], [ -75.172799, 39.97916 ], [ -75.171213, 39.978952 ], [ -75.171813, 39.976164 ], [ -75.173414, 39.976363 ], [ -75.173126, 39.97775 ], [ -75.174393, 39.97938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010143002", "device_counts": 923, "stop_counts": 2818 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129432, 39.970543 ], [ -75.127716, 39.971081 ], [ -75.127102, 39.97135 ], [ -75.125899, 39.971765 ], [ -75.124954, 39.969879 ], [ -75.126008, 39.969362 ], [ -75.126535, 39.970303 ], [ -75.127225, 39.970029 ], [ -75.127301, 39.968823 ], [ -75.12899, 39.967518 ], [ -75.130452, 39.970189 ], [ -75.129432, 39.970543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245003", "device_counts": 2167, "stop_counts": 9810 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164809, 40.036452 ], [ -75.16405, 40.036816 ], [ -75.162752, 40.037499 ], [ -75.162077, 40.038163 ], [ -75.158341, 40.042021 ], [ -75.158363, 40.036346 ], [ -75.158834, 40.035884 ], [ -75.159601, 40.035137 ], [ -75.162906, 40.031923 ], [ -75.164571, 40.032912 ], [ -75.16298, 40.036142 ], [ -75.165094, 40.036234 ], [ -75.164809, 40.036452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246003", "device_counts": 3818, "stop_counts": 12937 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177757, 40.039401 ], [ -75.17573, 40.041333 ], [ -75.173355, 40.04362 ], [ -75.172201, 40.042922 ], [ -75.174567, 40.040638 ], [ -75.172027, 40.039141 ], [ -75.17206, 40.038118 ], [ -75.171368, 40.037315 ], [ -75.172726, 40.035986 ], [ -75.173951, 40.035193 ], [ -75.175208, 40.036232 ], [ -75.176428, 40.037794 ], [ -75.177629, 40.039229 ], [ -75.177757, 40.039401 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247005", "device_counts": 1856, "stop_counts": 7087 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172027, 40.039141 ], [ -75.170855, 40.040445 ], [ -75.169492, 40.044531 ], [ -75.167207, 40.043149 ], [ -75.165819, 40.042309 ], [ -75.166622, 40.040379 ], [ -75.168911, 40.03847 ], [ -75.170588, 40.0381 ], [ -75.171368, 40.037315 ], [ -75.17206, 40.038118 ], [ -75.172027, 40.039141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252005", "device_counts": 691, "stop_counts": 4848 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176247, 40.047752 ], [ -75.17326, 40.050667 ], [ -75.172888, 40.050431 ], [ -75.171755, 40.048359 ], [ -75.171536, 40.047888 ], [ -75.173686, 40.045803 ], [ -75.174713, 40.046823 ], [ -75.176247, 40.047752 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253003", "device_counts": 1756, "stop_counts": 6659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186535, 40.056209 ], [ -75.184472, 40.054919 ], [ -75.182944, 40.053989 ], [ -75.181906, 40.053341 ], [ -75.184693, 40.050641 ], [ -75.185221, 40.051585 ], [ -75.185287, 40.051743 ], [ -75.187306, 40.055484 ], [ -75.186535, 40.056209 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253001", "device_counts": 1056, "stop_counts": 5871 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180252, 40.054955 ], [ -75.18052, 40.055118 ], [ -75.179017, 40.05658 ], [ -75.175743, 40.054577 ], [ -75.177193, 40.05308 ], [ -75.177983, 40.05356 ], [ -75.179616, 40.051956 ], [ -75.181906, 40.053341 ], [ -75.180252, 40.054955 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257001", "device_counts": 2681, "stop_counts": 12304 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199361, 40.075928 ], [ -75.197601, 40.077991 ], [ -75.189117, 40.073124 ], [ -75.190594, 40.071973 ], [ -75.193222, 40.06909 ], [ -75.196263, 40.073051 ], [ -75.199496, 40.07547 ], [ -75.199361, 40.075928 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259002", "device_counts": 571, "stop_counts": 3625 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176145, 40.079288 ], [ -75.175627, 40.07984 ], [ -75.172621, 40.078103 ], [ -75.174171, 40.076549 ], [ -75.177137, 40.078269 ], [ -75.176145, 40.079288 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261002", "device_counts": 1865, "stop_counts": 5924 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180482, 40.070191 ], [ -75.178918, 40.069175 ], [ -75.174044, 40.067381 ], [ -75.173459, 40.067054 ], [ -75.175327, 40.065216 ], [ -75.176526, 40.065896 ], [ -75.181751, 40.068902 ], [ -75.180482, 40.070191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348012", "device_counts": 1878, "stop_counts": 8401 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024818, 40.060286 ], [ -75.021992, 40.063113 ], [ -75.021185, 40.061691 ], [ -75.020575, 40.061252 ], [ -75.019815, 40.060783 ], [ -75.014444, 40.057424 ], [ -75.012828, 40.056404 ], [ -75.019047, 40.056391 ], [ -75.022122, 40.056373 ], [ -75.024345, 40.05644 ], [ -75.024701, 40.057278 ], [ -75.024818, 40.060286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264004", "device_counts": 636, "stop_counts": 4110 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162018, 40.063095 ], [ -75.160688, 40.064468 ], [ -75.158621, 40.063281 ], [ -75.161105, 40.060726 ], [ -75.163166, 40.061911 ], [ -75.162018, 40.063095 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265002", "device_counts": 823, "stop_counts": 3210 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158413, 40.059181 ], [ -75.15642, 40.061234 ], [ -75.15597, 40.060525 ], [ -75.15175, 40.06222 ], [ -75.151141, 40.061326 ], [ -75.153763, 40.060098 ], [ -75.152752, 40.05859 ], [ -75.154904, 40.057595 ], [ -75.156168, 40.057019 ], [ -75.157371, 40.058584 ], [ -75.158413, 40.059181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266001", "device_counts": 1020, "stop_counts": 3925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148107, 40.060903 ], [ -75.147649, 40.06301 ], [ -75.146051, 40.062926 ], [ -75.145187, 40.066692 ], [ -75.143117, 40.065493 ], [ -75.140709, 40.064133 ], [ -75.14117, 40.063012 ], [ -75.142182, 40.058424 ], [ -75.142292, 40.057941 ], [ -75.143167, 40.058143 ], [ -75.145445, 40.058254 ], [ -75.149219, 40.058432 ], [ -75.148107, 40.060903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267007", "device_counts": 1232, "stop_counts": 4518 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149219, 40.058432 ], [ -75.145445, 40.058254 ], [ -75.146002, 40.055765 ], [ -75.149478, 40.056217 ], [ -75.149219, 40.058432 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268003", "device_counts": 2574, "stop_counts": 8614 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143571, 40.052297 ], [ -75.143189, 40.05381 ], [ -75.142849, 40.055357 ], [ -75.142292, 40.057941 ], [ -75.142182, 40.058424 ], [ -75.140544, 40.058209 ], [ -75.139067, 40.058017 ], [ -75.141106, 40.054608 ], [ -75.141443, 40.054208 ], [ -75.14156, 40.053599 ], [ -75.142214, 40.050563 ], [ -75.143841, 40.050771 ], [ -75.143571, 40.052297 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272001", "device_counts": 727, "stop_counts": 2936 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117104, 40.050304 ], [ -75.112363, 40.047563 ], [ -75.112588, 40.04638 ], [ -75.117478, 40.048927 ], [ -75.117104, 40.050304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272003", "device_counts": 1943, "stop_counts": 12421 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122776, 40.049613 ], [ -75.122147, 40.053177 ], [ -75.118652, 40.051186 ], [ -75.117104, 40.050304 ], [ -75.117478, 40.048927 ], [ -75.118503, 40.049061 ], [ -75.119454, 40.04448 ], [ -75.121432, 40.044731 ], [ -75.123566, 40.044993 ], [ -75.122776, 40.049613 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273005", "device_counts": 736, "stop_counts": 3671 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122078, 40.041664 ], [ -75.121754, 40.04317 ], [ -75.119782, 40.042926 ], [ -75.120103, 40.041417 ], [ -75.120434, 40.039886 ], [ -75.12281, 40.040181 ], [ -75.122078, 40.041664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274023", "device_counts": 1661, "stop_counts": 6131 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126977, 40.039155 ], [ -75.124744, 40.038876 ], [ -75.123535, 40.038719 ], [ -75.123686, 40.037144 ], [ -75.12386, 40.035562 ], [ -75.127641, 40.036063 ], [ -75.126977, 40.039155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306003", "device_counts": 1681, "stop_counts": 4698 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.098017, 40.047096 ], [ -75.095623, 40.049584 ], [ -75.094593, 40.050655 ], [ -75.094183, 40.051071 ], [ -75.092242, 40.049978 ], [ -75.095999, 40.046002 ], [ -75.098017, 40.047096 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306001", "device_counts": 1826, "stop_counts": 6612 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091268, 40.048083 ], [ -75.091416, 40.049543 ], [ -75.091173, 40.051098 ], [ -75.088873, 40.050674 ], [ -75.088344, 40.051235 ], [ -75.087804, 40.051795 ], [ -75.085989, 40.050878 ], [ -75.086165, 40.050024 ], [ -75.086975, 40.048567 ], [ -75.088312, 40.045514 ], [ -75.091098, 40.04706 ], [ -75.091859, 40.047485 ], [ -75.091268, 40.048083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308001", "device_counts": 429, "stop_counts": 3093 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.08498, 40.058893 ], [ -75.078631, 40.055357 ], [ -75.079814, 40.054084 ], [ -75.081865, 40.055214 ], [ -75.083654, 40.056213 ], [ -75.085676, 40.057208 ], [ -75.08498, 40.058893 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310001", "device_counts": 1325, "stop_counts": 5867 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069721, 40.053284 ], [ -75.068503, 40.05259 ], [ -75.066045, 40.051181 ], [ -75.068475, 40.048729 ], [ -75.072108, 40.050765 ], [ -75.069721, 40.053284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311012", "device_counts": 967, "stop_counts": 3851 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078996, 40.043455 ], [ -75.075452, 40.041477 ], [ -75.076652, 40.040257 ], [ -75.080164, 40.042213 ], [ -75.078996, 40.043455 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313004", "device_counts": 2315, "stop_counts": 8022 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076652, 40.040257 ], [ -75.075452, 40.041477 ], [ -75.075032, 40.04194 ], [ -75.073836, 40.043174 ], [ -75.071813, 40.042033 ], [ -75.072996, 40.040803 ], [ -75.075336, 40.038281 ], [ -75.077394, 40.039464 ], [ -75.076652, 40.040257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314022", "device_counts": 1419, "stop_counts": 6723 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06434, 40.041676 ], [ -75.063143, 40.042901 ], [ -75.061075, 40.041761 ], [ -75.058555, 40.040311 ], [ -75.059801, 40.039152 ], [ -75.061043, 40.037981 ], [ -75.06558, 40.040442 ], [ -75.06434, 40.041676 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314021", "device_counts": 2191, "stop_counts": 7215 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058858, 40.044338 ], [ -75.057048, 40.04603 ], [ -75.054287, 40.044448 ], [ -75.055946, 40.042831 ], [ -75.058555, 40.040311 ], [ -75.061075, 40.041761 ], [ -75.058858, 40.044338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315021", "device_counts": 5147, "stop_counts": 15355 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059801, 40.039152 ], [ -75.058555, 40.040311 ], [ -75.055946, 40.042831 ], [ -75.053865, 40.041545 ], [ -75.055055, 40.040279 ], [ -75.0518, 40.038476 ], [ -75.053584, 40.036574 ], [ -75.056848, 40.03839 ], [ -75.058568, 40.036548 ], [ -75.061043, 40.037981 ], [ -75.059801, 40.039152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315011", "device_counts": 1681, "stop_counts": 5842 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045806, 40.039579 ], [ -75.044192, 40.03866 ], [ -75.042536, 40.037722 ], [ -75.04086, 40.036757 ], [ -75.043199, 40.035544 ], [ -75.045778, 40.036986 ], [ -75.047405, 40.037892 ], [ -75.045806, 40.039579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316007", "device_counts": 4256, "stop_counts": 10631 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064362, 40.036306 ], [ -75.062463, 40.036912 ], [ -75.061043, 40.037981 ], [ -75.058568, 40.036548 ], [ -75.060338, 40.034685 ], [ -75.0621, 40.032813 ], [ -75.063188, 40.031566 ], [ -75.064362, 40.036306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318003", "device_counts": 448, "stop_counts": 2541 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079443, 40.031051 ], [ -75.078277, 40.032301 ], [ -75.076783, 40.031474 ], [ -75.077661, 40.030054 ], [ -75.07908, 40.028552 ], [ -75.080866, 40.029556 ], [ -75.079443, 40.031051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320005", "device_counts": 1463, "stop_counts": 5486 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.062394, 40.027444 ], [ -75.062207, 40.027471 ], [ -75.059227, 40.027909 ], [ -75.057594, 40.026031 ], [ -75.057806, 40.025174 ], [ -75.059761, 40.024161 ], [ -75.062419, 40.027136 ], [ -75.062394, 40.027444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321002", "device_counts": 814, "stop_counts": 5185 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059304, 40.017638 ], [ -75.055687, 40.019504 ], [ -75.053922, 40.017488 ], [ -75.057542, 40.015615 ], [ -75.059304, 40.017638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325001", "device_counts": 1608, "stop_counts": 4874 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048574, 40.032982 ], [ -75.047718, 40.033301 ], [ -75.04677, 40.033683 ], [ -75.045554, 40.032261 ], [ -75.044655, 40.031231 ], [ -75.04744, 40.029792 ], [ -75.048355, 40.029324 ], [ -75.050972, 40.032324 ], [ -75.048574, 40.032982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326004", "device_counts": 748, "stop_counts": 4708 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.043304, 40.029688 ], [ -75.041188, 40.030786 ], [ -75.03733, 40.032782 ], [ -75.036906, 40.032252 ], [ -75.036055, 40.031206 ], [ -75.0387, 40.029839 ], [ -75.041957, 40.028152 ], [ -75.042858, 40.029185 ], [ -75.043304, 40.029688 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330006", "device_counts": 1493, "stop_counts": 5437 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040594, 40.036859 ], [ -75.039289, 40.03734 ], [ -75.03728, 40.035045 ], [ -75.035488, 40.03299 ], [ -75.036906, 40.032252 ], [ -75.03733, 40.032782 ], [ -75.038616, 40.034355 ], [ -75.039473, 40.035404 ], [ -75.040594, 40.036859 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331022", "device_counts": 980, "stop_counts": 4047 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.030535, 40.044372 ], [ -75.02654, 40.045822 ], [ -75.02603, 40.043117 ], [ -75.02562, 40.042322 ], [ -75.028257, 40.041363 ], [ -75.030535, 40.044372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331012", "device_counts": 2557, "stop_counts": 7948 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041692, 40.038218 ], [ -75.03836, 40.039695 ], [ -75.036639, 40.04046 ], [ -75.035726, 40.040863 ], [ -75.034423, 40.03912 ], [ -75.035331, 40.038788 ], [ -75.036276, 40.038441 ], [ -75.039289, 40.03734 ], [ -75.040594, 40.036859 ], [ -75.04086, 40.036757 ], [ -75.042536, 40.037722 ], [ -75.041692, 40.038218 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067005", "device_counts": 1904, "stop_counts": 10120 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22869, 39.926602 ], [ -75.226681, 39.927543 ], [ -75.22484, 39.926055 ], [ -75.225832, 39.925361 ], [ -75.22444, 39.924188 ], [ -75.22495, 39.923838 ], [ -75.226319, 39.922867 ], [ -75.226761, 39.923242 ], [ -75.229818, 39.925811 ], [ -75.22869, 39.926602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009012", "device_counts": 12668, "stop_counts": 29675 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164845, 39.946999 ], [ -75.164752, 39.947424 ], [ -75.164338, 39.949346 ], [ -75.164265, 39.94934 ], [ -75.162114, 39.94908 ], [ -75.162627, 39.946713 ], [ -75.163648, 39.946836 ], [ -75.164772, 39.946983 ], [ -75.164845, 39.946999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012022", "device_counts": 2642, "stop_counts": 6118 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171488, 39.946353 ], [ -75.166767, 39.945768 ], [ -75.168443, 39.945524 ], [ -75.168762, 39.94405 ], [ -75.171906, 39.944443 ], [ -75.171488, 39.946353 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069003", "device_counts": 1245, "stop_counts": 6249 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221287, 39.931789 ], [ -75.217058, 39.934733 ], [ -75.215778, 39.935624 ], [ -75.213893, 39.935906 ], [ -75.215569, 39.933489 ], [ -75.215858, 39.933066 ], [ -75.218984, 39.932331 ], [ -75.220628, 39.931175 ], [ -75.219232, 39.930016 ], [ -75.220588, 39.929047 ], [ -75.222696, 39.930808 ], [ -75.221287, 39.931789 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069002", "device_counts": 1024, "stop_counts": 3408 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220628, 39.931175 ], [ -75.218984, 39.932331 ], [ -75.215858, 39.933066 ], [ -75.218389, 39.929335 ], [ -75.216769, 39.928686 ], [ -75.214825, 39.929799 ], [ -75.216768, 39.926956 ], [ -75.21931, 39.928012 ], [ -75.220588, 39.929047 ], [ -75.219232, 39.930016 ], [ -75.220628, 39.931175 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071023", "device_counts": 2390, "stop_counts": 8215 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229077, 39.940637 ], [ -75.226334, 39.942562 ], [ -75.225508, 39.941871 ], [ -75.224607, 39.941109 ], [ -75.224113, 39.940691 ], [ -75.22548, 39.939725 ], [ -75.226854, 39.938767 ], [ -75.229077, 39.940637 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071025", "device_counts": 782, "stop_counts": 3875 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233632, 39.940292 ], [ -75.231676, 39.941671 ], [ -75.230928, 39.942194 ], [ -75.229528, 39.941018 ], [ -75.229077, 39.940637 ], [ -75.231766, 39.93846 ], [ -75.23242, 39.938995 ], [ -75.233632, 39.940292 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072006", "device_counts": 3516, "stop_counts": 11223 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240052, 39.945917 ], [ -75.235917, 39.946793 ], [ -75.235822, 39.946835 ], [ -75.235049, 39.946992 ], [ -75.233604, 39.947351 ], [ -75.233718, 39.944559 ], [ -75.234474, 39.944027 ], [ -75.235219, 39.943494 ], [ -75.237132, 39.943237 ], [ -75.238875, 39.94468 ], [ -75.240266, 39.945866 ], [ -75.240052, 39.945917 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073002", "device_counts": 792, "stop_counts": 3439 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22498, 39.943534 ], [ -75.22361, 39.944505 ], [ -75.222759, 39.943806 ], [ -75.221367, 39.942626 ], [ -75.220175, 39.941602 ], [ -75.221545, 39.940652 ], [ -75.222753, 39.941654 ], [ -75.224129, 39.942836 ], [ -75.22498, 39.943534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010077001", "device_counts": 2467, "stop_counts": 8250 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21292, 39.949065 ], [ -75.209259, 39.949541 ], [ -75.208044, 39.949748 ], [ -75.205759, 39.949832 ], [ -75.205656, 39.948053 ], [ -75.207046, 39.946754 ], [ -75.208387, 39.945651 ], [ -75.208733, 39.946839 ], [ -75.210103, 39.946697 ], [ -75.211389, 39.947796 ], [ -75.21292, 39.949065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079002", "device_counts": 1744, "stop_counts": 4636 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218833, 39.950273 ], [ -75.218676, 39.951032 ], [ -75.214691, 39.950542 ], [ -75.212716, 39.950292 ], [ -75.21292, 39.949065 ], [ -75.217121, 39.94861 ], [ -75.219234, 39.948368 ], [ -75.218833, 39.950273 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081024", "device_counts": 1486, "stop_counts": 7120 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234856, 39.951444 ], [ -75.234531, 39.953 ], [ -75.230323, 39.952475 ], [ -75.230793, 39.950172 ], [ -75.230959, 39.949438 ], [ -75.235165, 39.949953 ], [ -75.234856, 39.951444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082002", "device_counts": 882, "stop_counts": 3847 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243381, 39.949411 ], [ -75.24323, 39.950172 ], [ -75.239232, 39.949923 ], [ -75.23943, 39.948931 ], [ -75.239641, 39.947932 ], [ -75.243536, 39.948659 ], [ -75.243381, 39.949411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176011", "device_counts": 856, "stop_counts": 2928 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138713, 39.998891 ], [ -75.13191, 39.995754 ], [ -75.132367, 39.995776 ], [ -75.134444, 39.996049 ], [ -75.13735, 39.996421 ], [ -75.139199, 39.996661 ], [ -75.138713, 39.998891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083012", "device_counts": 2511, "stop_counts": 8707 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247897, 39.95724 ], [ -75.24739, 39.959662 ], [ -75.243371, 39.959166 ], [ -75.243608, 39.95802 ], [ -75.243975, 39.95626 ], [ -75.247989, 39.956758 ], [ -75.247897, 39.95724 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084005", "device_counts": 1309, "stop_counts": 4205 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239909, 39.956313 ], [ -75.237934, 39.956062 ], [ -75.235997, 39.955831 ], [ -75.233984, 39.955579 ], [ -75.234212, 39.954521 ], [ -75.238166, 39.955011 ], [ -75.240137, 39.955252 ], [ -75.239909, 39.956313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085004", "device_counts": 1324, "stop_counts": 4140 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231937, 39.955319 ], [ -75.226002, 39.954591 ], [ -75.226224, 39.953528 ], [ -75.229999, 39.953996 ], [ -75.232153, 39.954262 ], [ -75.231937, 39.955319 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086023", "device_counts": 1139, "stop_counts": 3806 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221559, 39.956461 ], [ -75.221397, 39.957227 ], [ -75.221244, 39.957984 ], [ -75.22092, 39.959505 ], [ -75.219175, 39.959288 ], [ -75.218954, 39.95926 ], [ -75.219421, 39.956979 ], [ -75.219823, 39.955076 ], [ -75.221798, 39.955319 ], [ -75.221559, 39.956461 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091001", "device_counts": 949, "stop_counts": 2402 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199436, 39.962042 ], [ -75.197197, 39.962287 ], [ -75.194297, 39.962607 ], [ -75.194015, 39.961124 ], [ -75.198844, 39.960637 ], [ -75.199436, 39.962042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094001", "device_counts": 687, "stop_counts": 3022 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23189, 39.965593 ], [ -75.22992, 39.965352 ], [ -75.230552, 39.96231 ], [ -75.232527, 39.962557 ], [ -75.23189, 39.965593 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165002", "device_counts": 854, "stop_counts": 3539 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15273, 39.992072 ], [ -75.149587, 39.991665 ], [ -75.150238, 39.988684 ], [ -75.151815, 39.988886 ], [ -75.152871, 39.990551 ], [ -75.15273, 39.992072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372001", "device_counts": 2121, "stop_counts": 5852 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172294, 39.912393 ], [ -75.171877, 39.914256 ], [ -75.171423, 39.916757 ], [ -75.167681, 39.916283 ], [ -75.166914, 39.916189 ], [ -75.167462, 39.913675 ], [ -75.165081, 39.913368 ], [ -75.165482, 39.911531 ], [ -75.171928, 39.912348 ], [ -75.172294, 39.912393 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210004", "device_counts": 4798, "stop_counts": 14866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223694, 40.023712 ], [ -75.221027, 40.026228 ], [ -75.219699, 40.02614 ], [ -75.216241, 40.023419 ], [ -75.215348, 40.023903 ], [ -75.213266, 40.021301 ], [ -75.214841, 40.020594 ], [ -75.213, 40.018652 ], [ -75.214752, 40.017784 ], [ -75.218056, 40.020943 ], [ -75.219583, 40.021713 ], [ -75.222153, 40.022614 ], [ -75.223694, 40.023712 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140001", "device_counts": 5758, "stop_counts": 18515 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167421, 39.972493 ], [ -75.16722, 39.973397 ], [ -75.166463, 39.976877 ], [ -75.164888, 39.976668 ], [ -75.165461, 39.974033 ], [ -75.164069, 39.973009 ], [ -75.162507, 39.972799 ], [ -75.159237, 39.972384 ], [ -75.159442, 39.971467 ], [ -75.159702, 39.970202 ], [ -75.164555, 39.970816 ], [ -75.167703, 39.971211 ], [ -75.167421, 39.972493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010077002", "device_counts": 2165, "stop_counts": 7981 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2109, 39.946153 ], [ -75.210103, 39.946697 ], [ -75.208733, 39.946839 ], [ -75.208387, 39.945651 ], [ -75.207046, 39.946754 ], [ -75.205367, 39.944994 ], [ -75.20506, 39.943624 ], [ -75.207838, 39.941286 ], [ -75.208799, 39.941644 ], [ -75.207649, 39.942475 ], [ -75.211401, 39.945802 ], [ -75.2109, 39.946153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010147001", "device_counts": 1766, "stop_counts": 6431 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16616, 39.978308 ], [ -75.165849, 39.979714 ], [ -75.161134, 39.979106 ], [ -75.161443, 39.977694 ], [ -75.163006, 39.977899 ], [ -75.163325, 39.976471 ], [ -75.164888, 39.976668 ], [ -75.166463, 39.976877 ], [ -75.16616, 39.978308 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290004", "device_counts": 3186, "stop_counts": 10372 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120614, 40.027626 ], [ -75.120036, 40.028328 ], [ -75.118184, 40.030534 ], [ -75.11721, 40.030312 ], [ -75.116846, 40.028803 ], [ -75.115139, 40.029057 ], [ -75.114461, 40.026784 ], [ -75.117173, 40.026386 ], [ -75.119735, 40.026017 ], [ -75.122279, 40.02565 ], [ -75.120614, 40.027626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010386001", "device_counts": 2059, "stop_counts": 8834 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221348, 40.072432 ], [ -75.222268, 40.073056 ], [ -75.215751, 40.072877 ], [ -75.215385, 40.073257 ], [ -75.211625, 40.070754 ], [ -75.2112, 40.068809 ], [ -75.211138, 40.068318 ], [ -75.208933, 40.067015 ], [ -75.209573, 40.066375 ], [ -75.206782, 40.064755 ], [ -75.20615, 40.065376 ], [ -75.204744, 40.064538 ], [ -75.20714, 40.062139 ], [ -75.202545, 40.059884 ], [ -75.201625, 40.056796 ], [ -75.204845, 40.054823 ], [ -75.201462, 40.052316 ], [ -75.198319, 40.050328 ], [ -75.196511, 40.049188 ], [ -75.198059, 40.047739 ], [ -75.198411, 40.045827 ], [ -75.201433, 40.042404 ], [ -75.207005, 40.047063 ], [ -75.209622, 40.047047 ], [ -75.209969, 40.047081 ], [ -75.212717, 40.049239 ], [ -75.214124, 40.049661 ], [ -75.217922, 40.055271 ], [ -75.217672, 40.055359 ], [ -75.213767, 40.056678 ], [ -75.212549, 40.058425 ], [ -75.214011, 40.0571 ], [ -75.216866, 40.057179 ], [ -75.21901, 40.060468 ], [ -75.220769, 40.064065 ], [ -75.218506, 40.066949 ], [ -75.215152, 40.069139 ], [ -75.215983, 40.069557 ], [ -75.218898, 40.067813 ], [ -75.222536, 40.071328 ], [ -75.221348, 40.072432 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373001", "device_counts": 5658, "stop_counts": 13373 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177806, 39.91309 ], [ -75.172294, 39.912393 ], [ -75.171928, 39.912348 ], [ -75.169806, 39.911326 ], [ -75.17081, 39.908594 ], [ -75.173234, 39.908002 ], [ -75.178512, 39.90867 ], [ -75.177806, 39.91309 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353013", "device_counts": 1345, "stop_counts": 4924 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.995269, 40.062344 ], [ -74.991704, 40.062339 ], [ -74.987379, 40.065368 ], [ -74.986875, 40.064955 ], [ -74.985576, 40.063345 ], [ -74.990432, 40.060396 ], [ -74.991709, 40.061095 ], [ -74.995269, 40.062344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010376001", "device_counts": 9328, "stop_counts": 23425 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155093, 39.958709 ], [ -75.154512, 39.961711 ], [ -75.154312, 39.962614 ], [ -75.152146, 39.962452 ], [ -75.148029, 39.962265 ], [ -75.148181, 39.961418 ], [ -75.14913, 39.956191 ], [ -75.151223, 39.956862 ], [ -75.154451, 39.956777 ], [ -75.155538, 39.956923 ], [ -75.155093, 39.958709 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019809001", "device_counts": 44192, "stop_counts": 168311 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.257003, 39.878422 ], [ -75.254897, 39.880006 ], [ -75.246231, 39.889505 ], [ -75.241825, 39.892006 ], [ -75.243752, 39.893025 ], [ -75.238643, 39.898691 ], [ -75.240331, 39.904113 ], [ -75.237752, 39.904713 ], [ -75.235164, 39.906453 ], [ -75.231964, 39.909874 ], [ -75.230417, 39.911046 ], [ -75.22918, 39.909127 ], [ -75.224988, 39.915064 ], [ -75.223236, 39.917589 ], [ -75.221873, 39.919551 ], [ -75.216768, 39.926956 ], [ -75.212428, 39.92523 ], [ -75.211253, 39.928519 ], [ -75.206204, 39.934974 ], [ -75.206173, 39.935067 ], [ -75.206101, 39.935281 ], [ -75.206072, 39.935371 ], [ -75.215858, 39.933066 ], [ -75.215569, 39.933489 ], [ -75.213893, 39.935906 ], [ -75.215778, 39.935624 ], [ -75.212064, 39.938213 ], [ -75.207838, 39.941286 ], [ -75.207099, 39.941281 ], [ -75.205185, 39.941116 ], [ -75.205431, 39.93877 ], [ -75.20114, 39.937468 ], [ -75.200194, 39.938545 ], [ -75.197924, 39.938063 ], [ -75.199503, 39.934508 ], [ -75.199844, 39.932447 ], [ -75.199586, 39.931807 ], [ -75.194623, 39.92681 ], [ -75.193156, 39.924592 ], [ -75.195045, 39.921011 ], [ -75.192494, 39.921266 ], [ -75.189653, 39.921807 ], [ -75.189413, 39.921073 ], [ -75.19022, 39.915884 ], [ -75.192285, 39.906428 ], [ -75.193987, 39.905633 ], [ -75.193923, 39.900403 ], [ -75.19631, 39.901071 ], [ -75.195253, 39.899322 ], [ -75.196239, 39.893365 ], [ -75.195514, 39.89184 ], [ -75.195217294768597, 39.877343945193211 ], [ -75.199857, 39.873222 ], [ -75.204087, 39.871204 ], [ -75.211515931142685, 39.867051552431704 ], [ -75.216039, 39.871115 ], [ -75.215787, 39.875052 ], [ -75.211873, 39.880681 ], [ -75.212248, 39.883027 ], [ -75.213969, 39.883692 ], [ -75.221643, 39.882386 ], [ -75.223317, 39.883766 ], [ -75.227493, 39.88182 ], [ -75.228516, 39.880973 ], [ -75.229911, 39.882411 ], [ -75.233426, 39.889178 ], [ -75.235941, 39.890059 ], [ -75.239244, 39.889103 ], [ -75.24072, 39.887833 ], [ -75.242544, 39.884969 ], [ -75.24413, 39.881256 ], [ -75.246044, 39.878981 ], [ -75.248463, 39.87765 ], [ -75.253515, 39.876015 ], [ -75.261245, 39.876484 ], [ -75.257003, 39.878422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169021", "device_counts": 1434, "stop_counts": 7574 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183009, 39.994439 ], [ -75.182341, 39.997519 ], [ -75.180188, 39.997253 ], [ -75.178576, 39.99704 ], [ -75.179248, 39.993963 ], [ -75.182463, 39.994365 ], [ -75.183009, 39.994439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172024", "device_counts": 1151, "stop_counts": 5111 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173282, 39.999516 ], [ -75.170087, 39.999116 ], [ -75.17042, 39.997618 ], [ -75.171997, 39.997826 ], [ -75.172355, 39.99624 ], [ -75.173948, 39.996432 ], [ -75.173282, 39.999516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308003", "device_counts": 1442, "stop_counts": 8092 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085794, 40.055424 ], [ -75.085676, 40.057208 ], [ -75.083654, 40.056213 ], [ -75.081865, 40.055214 ], [ -75.079814, 40.054084 ], [ -75.078631, 40.055357 ], [ -75.076734, 40.05735 ], [ -75.075032, 40.056359 ], [ -75.076902, 40.054387 ], [ -75.079334, 40.051809 ], [ -75.079878, 40.051217 ], [ -75.085847, 40.05441 ], [ -75.085794, 40.055424 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107003", "device_counts": 822, "stop_counts": 2910 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211723, 39.970722 ], [ -75.208356, 39.970706 ], [ -75.208038, 39.968984 ], [ -75.211189, 39.968634 ], [ -75.211334, 39.968726 ], [ -75.211723, 39.970722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176022", "device_counts": 984, "stop_counts": 3082 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129921, 39.99546 ], [ -75.126054, 39.994957 ], [ -75.126374, 39.993462 ], [ -75.126915, 39.991834 ], [ -75.130122, 39.994573 ], [ -75.129921, 39.99546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010287001", "device_counts": 3857, "stop_counts": 12240 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135664, 40.023155 ], [ -75.133287, 40.023784 ], [ -75.131584, 40.024069 ], [ -75.131594, 40.023893 ], [ -75.131339, 40.023947 ], [ -75.130367, 40.024146 ], [ -75.131171, 40.019997 ], [ -75.134016, 40.020372 ], [ -75.134194, 40.019619 ], [ -75.135434, 40.019782 ], [ -75.135818, 40.020645 ], [ -75.135664, 40.023155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060005", "device_counts": 1074, "stop_counts": 4298 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239511, 39.918979 ], [ -75.237427, 39.917207 ], [ -75.236026, 39.916036 ], [ -75.237599, 39.914934 ], [ -75.238984, 39.916102 ], [ -75.241088, 39.917868 ], [ -75.239511, 39.918979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292003", "device_counts": 1905, "stop_counts": 4458 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.09399, 40.027037 ], [ -75.092162, 40.02805 ], [ -75.086551, 40.031133 ], [ -75.085263, 40.031381 ], [ -75.08508, 40.031266 ], [ -75.086997, 40.029443 ], [ -75.090563, 40.025791 ], [ -75.091879, 40.024435 ], [ -75.092414, 40.025353 ], [ -75.093609, 40.026718 ], [ -75.09399, 40.027037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095004", "device_counts": 1679, "stop_counts": 8531 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239479, 39.968097 ], [ -75.239133, 39.969893 ], [ -75.237455, 39.970141 ], [ -75.237283, 39.968899 ], [ -75.237818, 39.96633 ], [ -75.238137, 39.96481 ], [ -75.24011, 39.965055 ], [ -75.239479, 39.968097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010367001", "device_counts": 16209, "stop_counts": 46277 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14913, 39.956191 ], [ -75.148181, 39.961418 ], [ -75.146557, 39.961255 ], [ -75.146586, 39.962174 ], [ -75.14482, 39.961762 ], [ -75.143279, 39.9614 ], [ -75.142528, 39.964985 ], [ -75.138827, 39.963129 ], [ -75.138081, 39.962936 ], [ -75.139954, 39.956928 ], [ -75.141607, 39.955491 ], [ -75.148408, 39.95633 ], [ -75.14913, 39.956191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362031", "device_counts": 2851, "stop_counts": 12518 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.97582, 40.081889 ], [ -74.973763, 40.084534 ], [ -74.971945, 40.086891 ], [ -74.971509, 40.087342 ], [ -74.968451, 40.084426 ], [ -74.966814, 40.082209 ], [ -74.97031, 40.080347 ], [ -74.973615, 40.078901 ], [ -74.975247, 40.078848 ], [ -74.97725, 40.080506 ], [ -74.97582, 40.081889 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256002", "device_counts": 1165, "stop_counts": 4284 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192891, 40.062662 ], [ -75.188921, 40.066497 ], [ -75.187657, 40.065837 ], [ -75.185757, 40.065121 ], [ -75.188629, 40.062443 ], [ -75.191054, 40.060176 ], [ -75.191876, 40.061257 ], [ -75.192891, 40.062662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019002", "device_counts": 3230, "stop_counts": 9883 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177761, 39.941461 ], [ -75.177598, 39.942228 ], [ -75.174104, 39.941793 ], [ -75.174271, 39.941021 ], [ -75.174481, 39.940056 ], [ -75.171341, 39.939663 ], [ -75.171602, 39.938447 ], [ -75.173173, 39.938641 ], [ -75.17631, 39.939021 ], [ -75.178251, 39.939268 ], [ -75.177761, 39.941461 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071022", "device_counts": 991, "stop_counts": 4436 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231766, 39.93846 ], [ -75.229077, 39.940637 ], [ -75.226854, 39.938767 ], [ -75.227831, 39.938077 ], [ -75.228358, 39.9377 ], [ -75.229726, 39.936743 ], [ -75.230224, 39.937177 ], [ -75.231766, 39.93846 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082004", "device_counts": 891, "stop_counts": 3307 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245999, 39.94656 ], [ -75.244026, 39.946316 ], [ -75.242107, 39.945829 ], [ -75.241771, 39.945297 ], [ -75.246634, 39.943541 ], [ -75.245999, 39.94656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164003", "device_counts": 1965, "stop_counts": 7484 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147887, 39.993078 ], [ -75.142999, 39.992449 ], [ -75.143668, 39.989365 ], [ -75.147542, 39.989863 ], [ -75.148305, 39.990968 ], [ -75.147887, 39.993078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255003", "device_counts": 1760, "stop_counts": 5941 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191054, 40.060176 ], [ -75.188629, 40.062443 ], [ -75.186236, 40.060989 ], [ -75.183366, 40.05922 ], [ -75.186535, 40.056209 ], [ -75.187306, 40.055484 ], [ -75.188077, 40.056898 ], [ -75.189423, 40.058417 ], [ -75.19022, 40.059199 ], [ -75.191054, 40.060176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289022", "device_counts": 1351, "stop_counts": 6360 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116106, 40.022109 ], [ -75.114917, 40.021956 ], [ -75.114348, 40.024951 ], [ -75.113323, 40.024916 ], [ -75.114461, 40.026784 ], [ -75.112773, 40.027036 ], [ -75.111664, 40.025651 ], [ -75.111228, 40.023211 ], [ -75.110242, 40.022242 ], [ -75.110835, 40.02172 ], [ -75.112217, 40.020056 ], [ -75.116243, 40.020558 ], [ -75.116106, 40.022109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289012", "device_counts": 1868, "stop_counts": 7947 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116272, 40.017423 ], [ -75.117154, 40.019006 ], [ -75.116404, 40.018909 ], [ -75.113951, 40.018603 ], [ -75.108678, 40.017942 ], [ -75.109024, 40.016286 ], [ -75.11136, 40.015867 ], [ -75.111811, 40.013662 ], [ -75.112161, 40.012085 ], [ -75.119439, 40.013026 ], [ -75.116272, 40.017423 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164001", "device_counts": 2143, "stop_counts": 7375 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142999, 39.992449 ], [ -75.142173, 39.992343 ], [ -75.140198, 39.992086 ], [ -75.138352, 39.991851 ], [ -75.139021, 39.988764 ], [ -75.140861, 39.989001 ], [ -75.142846, 39.989257 ], [ -75.143668, 39.989365 ], [ -75.142999, 39.992449 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010239001", "device_counts": 1746, "stop_counts": 5910 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190086, 40.038232 ], [ -75.188797, 40.03948 ], [ -75.187922, 40.037547 ], [ -75.188396, 40.037255 ], [ -75.182925, 40.034066 ], [ -75.181235, 40.033097 ], [ -75.183058, 40.03129 ], [ -75.184519, 40.032497 ], [ -75.186455, 40.033226 ], [ -75.190987, 40.037353 ], [ -75.190086, 40.038232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363034", "device_counts": 594, "stop_counts": 6853 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.970261, 40.097964 ], [ -74.968536, 40.098492 ], [ -74.967496, 40.100803 ], [ -74.967515, 40.101869 ], [ -74.96767, 40.1027 ], [ -74.962196, 40.103382 ], [ -74.961156, 40.103446 ], [ -74.960807, 40.101572 ], [ -74.96163, 40.097804 ], [ -74.962107, 40.097709 ], [ -74.964688, 40.097347 ], [ -74.970028, 40.096943 ], [ -74.970623, 40.096983 ], [ -74.970261, 40.097964 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315022", "device_counts": 2978, "stop_counts": 6839 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054287, 40.044448 ], [ -75.052228, 40.043271 ], [ -75.049027, 40.041412 ], [ -75.05122, 40.039091 ], [ -75.0518, 40.038476 ], [ -75.055055, 40.040279 ], [ -75.053865, 40.041545 ], [ -75.055946, 40.042831 ], [ -75.054287, 40.044448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314012", "device_counts": 2621, "stop_counts": 7794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.067109, 40.047015 ], [ -75.066427, 40.046619 ], [ -75.063437, 40.049751 ], [ -75.061374, 40.048585 ], [ -75.06446, 40.045522 ], [ -75.061926, 40.04411 ], [ -75.063143, 40.042901 ], [ -75.065919, 40.044399 ], [ -75.066547, 40.044741 ], [ -75.068338, 40.045728 ], [ -75.067109, 40.047015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042021", "device_counts": 1835, "stop_counts": 5888 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151014, 39.916842 ], [ -75.15073, 39.918097 ], [ -75.150461, 39.919345 ], [ -75.147813, 39.919001 ], [ -75.146538, 39.91884 ], [ -75.147357, 39.91509 ], [ -75.151276, 39.9156 ], [ -75.151014, 39.916842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010011", "device_counts": 11156, "stop_counts": 27077 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153424, 39.946817 ], [ -75.153174, 39.947962 ], [ -75.152337, 39.949421 ], [ -75.149186, 39.949032 ], [ -75.149954, 39.945505 ], [ -75.150764, 39.945558 ], [ -75.153184, 39.945536 ], [ -75.153424, 39.946817 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082006", "device_counts": 1571, "stop_counts": 8685 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249371, 39.950153 ], [ -75.243381, 39.949411 ], [ -75.243536, 39.948659 ], [ -75.244026, 39.946316 ], [ -75.245999, 39.94656 ], [ -75.249258, 39.9473 ], [ -75.249371, 39.950153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372002", "device_counts": 1399, "stop_counts": 4916 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165081, 39.913368 ], [ -75.16453, 39.915875 ], [ -75.161956, 39.915546 ], [ -75.159844, 39.915286 ], [ -75.160789, 39.910942 ], [ -75.165482, 39.911531 ], [ -75.165081, 39.913368 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082005", "device_counts": 1693, "stop_counts": 6101 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.251577, 39.952127 ], [ -75.250816, 39.953475 ], [ -75.244719, 39.952676 ], [ -75.242754, 39.952432 ], [ -75.243068, 39.950926 ], [ -75.249056, 39.951679 ], [ -75.249371, 39.950153 ], [ -75.249258, 39.9473 ], [ -75.245999, 39.94656 ], [ -75.246634, 39.943541 ], [ -75.247028, 39.943414 ], [ -75.247208, 39.943904 ], [ -75.250118, 39.94697 ], [ -75.251609, 39.951466 ], [ -75.251577, 39.952127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260002", "device_counts": 632, "stop_counts": 3819 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170406, 40.074391 ], [ -75.170822, 40.076226 ], [ -75.167309, 40.074208 ], [ -75.167097, 40.07332 ], [ -75.16899, 40.071473 ], [ -75.171716, 40.073039 ], [ -75.170406, 40.074391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382003", "device_counts": 12157, "stop_counts": 33629 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101811, 40.002863 ], [ -75.094849, 40.006678 ], [ -75.094104, 40.007096 ], [ -75.092574, 40.007932 ], [ -75.092494, 40.007976 ], [ -75.092088, 40.007531 ], [ -75.092011, 40.007299 ], [ -75.09205, 40.007033 ], [ -75.092196, 40.006789 ], [ -75.09263, 40.006343 ], [ -75.092775, 40.005977 ], [ -75.092811, 40.005871 ], [ -75.0927, 40.005674 ], [ -75.092482, 40.005427 ], [ -75.092057, 40.004937 ], [ -75.090028, 40.004264 ], [ -75.088513, 40.00354 ], [ -75.087984, 40.00303 ], [ -75.087369, 40.001571 ], [ -75.087302, 40.000157 ], [ -75.086895, 39.999532 ], [ -75.086234, 39.998967 ], [ -75.08637, 39.998895 ], [ -75.086505, 39.998825 ], [ -75.094523, 39.994603 ], [ -75.097949, 39.998496 ], [ -75.098979, 39.999688 ], [ -75.099609, 40.000365 ], [ -75.099998, 40.000816 ], [ -75.100085, 40.000977 ], [ -75.100973, 40.001086 ], [ -75.103179, 40.002096 ], [ -75.101811, 40.002863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254003", "device_counts": 465, "stop_counts": 2687 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181313, 40.061221 ], [ -75.179314, 40.060393 ], [ -75.178248, 40.059704 ], [ -75.180513, 40.057498 ], [ -75.183366, 40.05922 ], [ -75.181313, 40.061221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112002", "device_counts": 986, "stop_counts": 4848 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232182, 39.973599 ], [ -75.231194, 39.973709 ], [ -75.229266, 39.973926 ], [ -75.229026, 39.972644 ], [ -75.228735, 39.971107 ], [ -75.231617, 39.970789 ], [ -75.232182, 39.973599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177022", "device_counts": 1706, "stop_counts": 5736 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123212, 39.993054 ], [ -75.122221, 39.992929 ], [ -75.121617, 39.99592 ], [ -75.119665, 39.995671 ], [ -75.12031, 39.992672 ], [ -75.123686, 39.990836 ], [ -75.123212, 39.993054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115003", "device_counts": 939, "stop_counts": 4403 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.252323, 39.976786 ], [ -75.250979, 39.977684 ], [ -75.248944, 39.979106 ], [ -75.248628, 39.978707 ], [ -75.247797, 39.975079 ], [ -75.250203, 39.974815 ], [ -75.251914, 39.974623 ], [ -75.252323, 39.976786 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170002", "device_counts": 7891, "stop_counts": 24693 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182239, 40.011676 ], [ -75.175669, 40.016051 ], [ -75.16914, 40.008832 ], [ -75.169741, 40.008585 ], [ -75.172209, 40.007898 ], [ -75.173853, 40.007468 ], [ -75.178633, 40.005052 ], [ -75.179692, 40.007898 ], [ -75.180147, 40.009251 ], [ -75.182239, 40.011676 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037011", "device_counts": 1330, "stop_counts": 6801 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178705, 39.928046 ], [ -75.178615, 39.928469 ], [ -75.178445, 39.929271 ], [ -75.175289, 39.928867 ], [ -75.175562, 39.927642 ], [ -75.175741, 39.92685 ], [ -75.178859, 39.927265 ], [ -75.178705, 39.928046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326007", "device_counts": 971, "stop_counts": 4666 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040219, 40.026061 ], [ -75.036898, 40.027779 ], [ -75.034354, 40.029096 ], [ -75.032752, 40.02705 ], [ -75.039452, 40.022917 ], [ -75.038625, 40.024239 ], [ -75.039768, 40.025551 ], [ -75.040219, 40.026061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330003", "device_counts": 1182, "stop_counts": 4243 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.039289, 40.03734 ], [ -75.036276, 40.038441 ], [ -75.034538, 40.036464 ], [ -75.03728, 40.035045 ], [ -75.039289, 40.03734 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024004", "device_counts": 3393, "stop_counts": 7428 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158424, 39.936372 ], [ -75.15815, 39.937589 ], [ -75.156622, 39.937182 ], [ -75.15506, 39.936807 ], [ -75.155304, 39.935934 ], [ -75.155577, 39.934667 ], [ -75.157089, 39.935103 ], [ -75.157351, 39.934897 ], [ -75.158669, 39.935226 ], [ -75.158424, 39.936372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040021", "device_counts": 1030, "stop_counts": 3842 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166563, 39.921418 ], [ -75.163412, 39.921015 ], [ -75.163956, 39.918518 ], [ -75.167085, 39.918959 ], [ -75.166563, 39.921418 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271001", "device_counts": 2379, "stop_counts": 6537 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12632, 40.055481 ], [ -75.124916, 40.054684 ], [ -75.122147, 40.053177 ], [ -75.122776, 40.049613 ], [ -75.124614, 40.049849 ], [ -75.125298, 40.051492 ], [ -75.127143, 40.051748 ], [ -75.12632, 40.055481 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274011", "device_counts": 2057, "stop_counts": 7389 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12916, 40.04257 ], [ -75.128834, 40.044086 ], [ -75.128495, 40.045626 ], [ -75.126639, 40.045392 ], [ -75.126987, 40.043857 ], [ -75.127317, 40.04232 ], [ -75.126311, 40.042203 ], [ -75.126643, 40.040681 ], [ -75.129498, 40.041048 ], [ -75.12916, 40.04257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010174001", "device_counts": 2436, "stop_counts": 8028 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149877, 39.998385 ], [ -75.15002, 39.999096 ], [ -75.147717, 39.999974 ], [ -75.147404, 39.99924 ], [ -75.146731, 39.997627 ], [ -75.14708, 39.996143 ], [ -75.147461, 39.994656 ], [ -75.147887, 39.993078 ], [ -75.149238, 39.993253 ], [ -75.150813, 39.99346 ], [ -75.149877, 39.998385 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259004", "device_counts": 478, "stop_counts": 3538 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180901, 40.080219 ], [ -75.179756, 40.081333 ], [ -75.176145, 40.079288 ], [ -75.177137, 40.078269 ], [ -75.179022, 40.079344 ], [ -75.180238, 40.078084 ], [ -75.182053, 40.079102 ], [ -75.180901, 40.080219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010208001", "device_counts": 1253, "stop_counts": 7741 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193231, 40.024996 ], [ -75.185463, 40.028875 ], [ -75.181668, 40.025657 ], [ -75.190007, 40.022524 ], [ -75.191105, 40.021663 ], [ -75.193048, 40.023558 ], [ -75.193308, 40.024091 ], [ -75.193231, 40.024996 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037013", "device_counts": 1876, "stop_counts": 8459 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182804, 39.928575 ], [ -75.180624, 39.928289 ], [ -75.178705, 39.928046 ], [ -75.178859, 39.927265 ], [ -75.179242, 39.925606 ], [ -75.181159, 39.92585 ], [ -75.181698, 39.925924 ], [ -75.182743, 39.926058 ], [ -75.18333, 39.926134 ], [ -75.182804, 39.928575 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352001", "device_counts": 1820, "stop_counts": 8974 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.998259, 40.05808 ], [ -74.991254, 40.059949 ], [ -74.990432, 40.060396 ], [ -74.985576, 40.063345 ], [ -74.984171, 40.064075 ], [ -74.982355, 40.064672 ], [ -74.981154, 40.064912 ], [ -74.980718, 40.06472 ], [ -74.980378, 40.060349 ], [ -74.984302, 40.05585 ], [ -74.983904, 40.054994 ], [ -74.984098, 40.054782 ], [ -74.984752, 40.055355 ], [ -74.987256, 40.05286 ], [ -74.990389, 40.050984 ], [ -74.994151, 40.054401 ], [ -74.998259, 40.05808 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382002", "device_counts": 6033, "stop_counts": 15178 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.107339, 39.989644 ], [ -75.100302, 39.993322 ], [ -75.098035, 39.990748 ], [ -75.099128, 39.990172 ], [ -75.102621, 39.988348 ], [ -75.105064, 39.987073 ], [ -75.105915, 39.988037 ], [ -75.107339, 39.989644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134022", "device_counts": 1321, "stop_counts": 3365 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168804, 39.966145 ], [ -75.168569, 39.967226 ], [ -75.165349, 39.967149 ], [ -75.165813, 39.965075 ], [ -75.168959, 39.965463 ], [ -75.168804, 39.966145 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083021", "device_counts": 1196, "stop_counts": 4664 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24441, 39.954226 ], [ -75.240449, 39.953733 ], [ -75.238476, 39.953485 ], [ -75.238796, 39.951942 ], [ -75.242754, 39.952432 ], [ -75.244719, 39.952676 ], [ -75.24441, 39.954226 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172022", "device_counts": 1024, "stop_counts": 5210 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176301, 39.999921 ], [ -75.173282, 39.999516 ], [ -75.173948, 39.996432 ], [ -75.175539, 39.996639 ], [ -75.175188, 39.998233 ], [ -75.178237, 39.998611 ], [ -75.176301, 39.999921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084004", "device_counts": 5593, "stop_counts": 16906 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236971, 39.960698 ], [ -75.234869, 39.961231 ], [ -75.232857, 39.960976 ], [ -75.230801, 39.960722 ], [ -75.231277, 39.958448 ], [ -75.235342, 39.958951 ], [ -75.235504, 39.958192 ], [ -75.237448, 39.958433 ], [ -75.236971, 39.960698 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215002", "device_counts": 1509, "stop_counts": 5775 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238068, 40.032127 ], [ -75.234535, 40.030426 ], [ -75.233394, 40.031906 ], [ -75.22815, 40.034714 ], [ -75.226904, 40.033041 ], [ -75.228138, 40.032482 ], [ -75.226787, 40.030802 ], [ -75.228765, 40.029792 ], [ -75.229513, 40.029492 ], [ -75.232005, 40.028228 ], [ -75.232628, 40.028355 ], [ -75.234604, 40.029926 ], [ -75.238068, 40.032127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373002", "device_counts": 5591, "stop_counts": 20708 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19022, 39.915884 ], [ -75.189481, 39.91484 ], [ -75.188144, 39.914281 ], [ -75.177806, 39.91309 ], [ -75.178512, 39.90867 ], [ -75.1828, 39.909208 ], [ -75.183387, 39.906617 ], [ -75.190073, 39.90752 ], [ -75.192285, 39.906428 ], [ -75.19022, 39.915884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198001", "device_counts": 2604, "stop_counts": 8342 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147325, 40.010382 ], [ -75.147247, 40.011906 ], [ -75.147205, 40.015188 ], [ -75.141745, 40.012939 ], [ -75.141786, 40.012708 ], [ -75.14332, 40.012926 ], [ -75.143981, 40.009949 ], [ -75.142438, 40.009743 ], [ -75.141913, 40.009674 ], [ -75.142256, 40.008093 ], [ -75.142772, 40.008153 ], [ -75.143346, 40.008227 ], [ -75.147603, 40.008779 ], [ -75.147325, 40.010382 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014003", "device_counts": 4642, "stop_counts": 13533 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171906, 39.944443 ], [ -75.168762, 39.94405 ], [ -75.165575, 39.943664 ], [ -75.165988, 39.94182 ], [ -75.166204, 39.940813 ], [ -75.169386, 39.941211 ], [ -75.170955, 39.941404 ], [ -75.170532, 39.94338 ], [ -75.172104, 39.943577 ], [ -75.171906, 39.944443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010200002", "device_counts": 11330, "stop_counts": 43233 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152549, 40.003181 ], [ -75.151603, 40.007665 ], [ -75.151246, 40.009279 ], [ -75.15109, 40.009934 ], [ -75.148817, 40.002698 ], [ -75.148148, 40.000987 ], [ -75.152926, 40.001592 ], [ -75.152549, 40.003181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010184002", "device_counts": 1486, "stop_counts": 11250 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.066765, 39.99318 ], [ -75.065419, 39.995046 ], [ -75.069049, 39.999566 ], [ -75.070175, 40.00106 ], [ -75.070609, 40.001652 ], [ -75.067245, 40.004293 ], [ -75.067696, 40.005333 ], [ -75.064579, 40.006194 ], [ -75.063056, 40.006098 ], [ -75.062126, 40.006643 ], [ -75.053723885964288, 40.004080276035694 ], [ -75.058089, 39.997404 ], [ -75.059017, 39.992512 ], [ -75.059792271613105, 39.991537274057499 ], [ -75.064175, 39.986027 ], [ -75.064645979616898, 39.985641523490607 ], [ -75.071834, 39.99042 ], [ -75.066765, 39.99318 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202005", "device_counts": 1631, "stop_counts": 7843 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160943, 40.012647 ], [ -75.156652, 40.014618 ], [ -75.156653, 40.014419 ], [ -75.157775, 40.009231 ], [ -75.160936, 40.009632 ], [ -75.160453, 40.012067 ], [ -75.160943, 40.012647 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256001", "device_counts": 672, "stop_counts": 3084 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190512, 40.070271 ], [ -75.188052, 40.072503 ], [ -75.181751, 40.068902 ], [ -75.18437, 40.066442 ], [ -75.185757, 40.065121 ], [ -75.187657, 40.065837 ], [ -75.188921, 40.066497 ], [ -75.190512, 40.070271 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010285001", "device_counts": 3991, "stop_counts": 14951 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135724, 40.023602 ], [ -75.135096, 40.026079 ], [ -75.135334, 40.027632 ], [ -75.13506, 40.02915 ], [ -75.135144, 40.031362 ], [ -75.135042, 40.033284 ], [ -75.13129, 40.032818 ], [ -75.131829, 40.030321 ], [ -75.132352, 40.028019 ], [ -75.13251, 40.027274 ], [ -75.132838, 40.025783 ], [ -75.133167, 40.024299 ], [ -75.133287, 40.023784 ], [ -75.135664, 40.023155 ], [ -75.135724, 40.023602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310003", "device_counts": 1283, "stop_counts": 5277 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075037, 40.047638 ], [ -75.073936, 40.048841 ], [ -75.072108, 40.050765 ], [ -75.068475, 40.048729 ], [ -75.069073, 40.048109 ], [ -75.07207, 40.045024 ], [ -75.075637, 40.047005 ], [ -75.075037, 40.047638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011013", "device_counts": 5156, "stop_counts": 11473 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161843, 39.94662 ], [ -75.160267, 39.946422 ], [ -75.159481, 39.946325 ], [ -75.159984, 39.944009 ], [ -75.162348, 39.944299 ], [ -75.161843, 39.94662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063004", "device_counts": 3352, "stop_counts": 13689 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246856, 39.918759 ], [ -75.239671, 39.923779 ], [ -75.236655, 39.921242 ], [ -75.236789, 39.920899 ], [ -75.239511, 39.918979 ], [ -75.241088, 39.917868 ], [ -75.242454, 39.916907 ], [ -75.243821, 39.916027 ], [ -75.244935, 39.91545 ], [ -75.246308, 39.917176 ], [ -75.246856, 39.918759 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093005", "device_counts": 4225, "stop_counts": 15582 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227679, 39.965072 ], [ -75.22786, 39.966191 ], [ -75.224105, 39.964739 ], [ -75.223531, 39.964601 ], [ -75.223746, 39.963026 ], [ -75.22422, 39.963086 ], [ -75.226891, 39.963415 ], [ -75.227443, 39.960311 ], [ -75.228645, 39.960463 ], [ -75.227679, 39.965072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102003", "device_counts": 1503, "stop_counts": 5857 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232573, 39.970683 ], [ -75.231617, 39.970789 ], [ -75.228735, 39.971107 ], [ -75.228248, 39.968409 ], [ -75.230162, 39.968216 ], [ -75.231833, 39.96746 ], [ -75.232228, 39.968829 ], [ -75.232573, 39.970683 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135001", "device_counts": 3045, "stop_counts": 6451 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174869, 39.96971 ], [ -75.174367, 39.972035 ], [ -75.172659, 39.971823 ], [ -75.173163, 39.969503 ], [ -75.170997, 39.969227 ], [ -75.171344, 39.967275 ], [ -75.172108, 39.967284 ], [ -75.17539, 39.967345 ], [ -75.174869, 39.96971 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010147002", "device_counts": 9564, "stop_counts": 35915 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165511, 39.981244 ], [ -75.159219, 39.980435 ], [ -75.157581, 39.980223 ], [ -75.158526, 39.97585 ], [ -75.16175, 39.976262 ], [ -75.163325, 39.976471 ], [ -75.163006, 39.977899 ], [ -75.161443, 39.977694 ], [ -75.161134, 39.979106 ], [ -75.165849, 39.979714 ], [ -75.165511, 39.981244 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010156002", "device_counts": 2549, "stop_counts": 7785 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144169, 39.983092 ], [ -75.139868, 39.982536 ], [ -75.141349, 39.978121 ], [ -75.14315, 39.978966 ], [ -75.143188, 39.978359 ], [ -75.14501, 39.978597 ], [ -75.144169, 39.983092 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010173002", "device_counts": 6859, "stop_counts": 21339 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167215, 39.997197 ], [ -75.163734, 39.996753 ], [ -75.163093, 39.999752 ], [ -75.166562, 40.000199 ], [ -75.165896, 40.003269 ], [ -75.160843, 40.002634 ], [ -75.158926, 40.004009 ], [ -75.157365, 40.003799 ], [ -75.157703, 40.00221 ], [ -75.158222, 39.999121 ], [ -75.155232, 39.998728 ], [ -75.153609, 39.998515 ], [ -75.153782, 39.997718 ], [ -75.154588, 39.993938 ], [ -75.157791, 39.994342 ], [ -75.159366, 39.994525 ], [ -75.160946, 39.994737 ], [ -75.164094, 39.995169 ], [ -75.167568, 39.995621 ], [ -75.167215, 39.997197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019801001", "device_counts": 4282, "stop_counts": 9418 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232952, 40.083618 ], [ -75.2305, 40.086022 ], [ -75.228599, 40.084874 ], [ -75.228078, 40.084434 ], [ -75.227899, 40.084282 ], [ -75.224633, 40.079605 ], [ -75.218189, 40.075823 ], [ -75.215093, 40.077141 ], [ -75.216984, 40.074811 ], [ -75.215385, 40.073257 ], [ -75.215751, 40.072877 ], [ -75.222268, 40.073056 ], [ -75.221348, 40.072432 ], [ -75.222536, 40.071328 ], [ -75.218898, 40.067813 ], [ -75.215983, 40.069557 ], [ -75.215152, 40.069139 ], [ -75.218506, 40.066949 ], [ -75.220769, 40.064065 ], [ -75.21901, 40.060468 ], [ -75.216866, 40.057179 ], [ -75.214011, 40.0571 ], [ -75.212549, 40.058425 ], [ -75.213767, 40.056678 ], [ -75.217672, 40.055359 ], [ -75.217922, 40.055271 ], [ -75.214124, 40.049661 ], [ -75.212717, 40.049239 ], [ -75.209969, 40.047081 ], [ -75.20994, 40.044636 ], [ -75.208173, 40.04199 ], [ -75.207016, 40.0416 ], [ -75.205047, 40.043123 ], [ -75.205546, 40.039057 ], [ -75.203164, 40.037635 ], [ -75.202846, 40.039503 ], [ -75.200359, 40.037477 ], [ -75.198918, 40.038973 ], [ -75.197535, 40.033892 ], [ -75.196938, 40.033266 ], [ -75.190861, 40.031144 ], [ -75.189063, 40.031905 ], [ -75.187776, 40.030771 ], [ -75.186194, 40.029468 ], [ -75.185463, 40.028875 ], [ -75.193231, 40.024996 ], [ -75.193308, 40.024091 ], [ -75.197636, 40.021461 ], [ -75.201269, 40.017189 ], [ -75.205848, 40.015281 ], [ -75.206139, 40.014753 ], [ -75.206207, 40.01472 ], [ -75.207599, 40.012719 ], [ -75.208008, 40.012997 ], [ -75.207221, 40.016673 ], [ -75.205622, 40.017107 ], [ -75.204055, 40.017273 ], [ -75.204057, 40.020213 ], [ -75.204479, 40.020942 ], [ -75.203241, 40.024681 ], [ -75.202496, 40.025609 ], [ -75.20323, 40.025839 ], [ -75.205616, 40.028661 ], [ -75.203407, 40.029561 ], [ -75.205569, 40.032514 ], [ -75.207715, 40.031573 ], [ -75.208278, 40.033762 ], [ -75.208938, 40.035221 ], [ -75.210398, 40.03751 ], [ -75.213026, 40.039412 ], [ -75.214111, 40.040124 ], [ -75.216923, 40.042249 ], [ -75.217846, 40.044343 ], [ -75.217827, 40.0471 ], [ -75.218194, 40.047966 ], [ -75.218706, 40.04851 ], [ -75.227161, 40.052534 ], [ -75.230417, 40.053374 ], [ -75.231223, 40.053703 ], [ -75.228838, 40.056168 ], [ -75.228561, 40.057265 ], [ -75.230156, 40.05955 ], [ -75.228493, 40.060331 ], [ -75.226991, 40.058899 ], [ -75.22495, 40.059866 ], [ -75.226412, 40.061987 ], [ -75.2248, 40.062554 ], [ -75.225109, 40.06608 ], [ -75.223538, 40.067435 ], [ -75.226651, 40.070458 ], [ -75.228088, 40.070649 ], [ -75.227005, 40.072605 ], [ -75.225202, 40.074072 ], [ -75.230411, 40.077042 ], [ -75.225988, 40.079068 ], [ -75.22779, 40.08149 ], [ -75.231412, 40.082658 ], [ -75.232952, 40.083618 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337022", "device_counts": 1550, "stop_counts": 9639 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068862, 40.071845 ], [ -75.065724, 40.070193 ], [ -75.05821, 40.074605 ], [ -75.055857, 40.073249 ], [ -75.053579, 40.073299 ], [ -75.055004, 40.071771 ], [ -75.058052, 40.068549 ], [ -75.059221, 40.067297 ], [ -75.061118, 40.068122 ], [ -75.06304, 40.066143 ], [ -75.067355, 40.068727 ], [ -75.067838, 40.068959 ], [ -75.070412, 40.07022 ], [ -75.068862, 40.071845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010103001", "device_counts": 2507, "stop_counts": 9795 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228735, 39.971107 ], [ -75.225841, 39.97143 ], [ -75.225372, 39.969517 ], [ -75.223118, 39.969747 ], [ -75.222444, 39.966531 ], [ -75.222431, 39.966487 ], [ -75.224812, 39.966206 ], [ -75.22514, 39.968145 ], [ -75.228149, 39.967843 ], [ -75.228248, 39.968409 ], [ -75.228735, 39.971107 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378002", "device_counts": 4760, "stop_counts": 15927 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118068, 39.974275 ], [ -75.113227, 39.976803 ], [ -75.111738, 39.977578 ], [ -75.108971, 39.979021 ], [ -75.105976, 39.980595 ], [ -75.101439, 39.982974 ], [ -75.099, 39.98424 ], [ -75.094393, 39.98663 ], [ -75.089616, 39.989064 ], [ -75.080932, 39.993498 ], [ -75.080785, 39.993572 ], [ -75.078288, 39.990945 ], [ -75.067664096638595, 39.983171324838914 ], [ -75.068604301203905, 39.982401807940505 ], [ -75.068802, 39.98224 ], [ -75.075605, 39.978041 ], [ -75.085831, 39.975102 ], [ -75.092364511040302, 39.974530410977785 ], [ -75.093718, 39.974412 ], [ -75.107540936015297, 39.970476576233416 ], [ -75.108119, 39.970312 ], [ -75.112771104124008, 39.968258553445018 ], [ -75.115617, 39.97296 ], [ -75.118068, 39.974275 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010219001", "device_counts": 1481, "stop_counts": 7510 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.254629, 40.047592 ], [ -75.25412, 40.048324 ], [ -75.238182, 40.059771 ], [ -75.236386, 40.057398 ], [ -75.236042, 40.056711 ], [ -75.235917, 40.055079 ], [ -75.236234, 40.052739 ], [ -75.236301, 40.051037 ], [ -75.235419, 40.048775 ], [ -75.243483, 40.045379 ], [ -75.244871, 40.045819 ], [ -75.244974, 40.047166 ], [ -75.245728, 40.049257 ], [ -75.246742, 40.048517 ], [ -75.248689, 40.045941 ], [ -75.249271, 40.04534 ], [ -75.251298, 40.043505 ], [ -75.254678, 40.045924 ], [ -75.254629, 40.047592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345011", "device_counts": 1091, "stop_counts": 6986 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.042114, 40.070038 ], [ -75.039748, 40.072411 ], [ -75.041869, 40.075429 ], [ -75.040606, 40.07535 ], [ -75.036627, 40.073019 ], [ -75.039163, 40.070369 ], [ -75.040265, 40.068747 ], [ -75.0406, 40.068042 ], [ -75.042114, 40.070038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010022", "device_counts": 1883, "stop_counts": 3426 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150037, 39.945144 ], [ -75.144933, 39.944494 ], [ -75.145243, 39.943087 ], [ -75.150339, 39.94373 ], [ -75.150037, 39.945144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010366001", "device_counts": 43173, "stop_counts": 131336 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14617, 39.931321 ], [ -75.145146, 39.933321 ], [ -75.144656, 39.935402 ], [ -75.143467, 39.938725 ], [ -75.144529, 39.938873 ], [ -75.14406, 39.940972 ], [ -75.142466, 39.948174 ], [ -75.141469, 39.951698 ], [ -75.141625, 39.955279 ], [ -75.141607, 39.955491 ], [ -75.139954, 39.956928 ], [ -75.138081, 39.962936 ], [ -75.136755, 39.962766 ], [ -75.130217089517501, 39.958589210316127 ], [ -75.13352, 39.954412 ], [ -75.1339950133858, 39.9528358192197 ], [ -75.13572, 39.947112 ], [ -75.13612, 39.933912 ], [ -75.135887594594593, 39.932517567567601 ], [ -75.135346189189193, 39.929269135135087 ], [ -75.137217, 39.928886 ], [ -75.146413, 39.930114 ], [ -75.14617, 39.931321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008034", "device_counts": 2579, "stop_counts": 5461 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173813, 39.950531 ], [ -75.172752, 39.950398 ], [ -75.173085, 39.948799 ], [ -75.174173, 39.948921 ], [ -75.173813, 39.950531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377001", "device_counts": 8267, "stop_counts": 31965 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156275, 39.986283 ], [ -75.154063, 39.986003 ], [ -75.150913, 39.985597 ], [ -75.150197, 39.985504 ], [ -75.147766, 39.98519 ], [ -75.148109, 39.983604 ], [ -75.151266, 39.983978 ], [ -75.152235, 39.979531 ], [ -75.157581, 39.980223 ], [ -75.156275, 39.986283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382001", "device_counts": 6341, "stop_counts": 17530 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109709, 39.992334 ], [ -75.108144, 39.993156 ], [ -75.102674, 39.996008 ], [ -75.100367, 39.997206 ], [ -75.097949, 39.998496 ], [ -75.094523, 39.994603 ], [ -75.097007, 39.993399 ], [ -75.095726, 39.99195 ], [ -75.098035, 39.990748 ], [ -75.100302, 39.993322 ], [ -75.107339, 39.989644 ], [ -75.10773, 39.990079 ], [ -75.108859, 39.991356 ], [ -75.109528, 39.992123 ], [ -75.109709, 39.992334 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388002", "device_counts": 1867, "stop_counts": 5441 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198787, 40.054802 ], [ -75.191876, 40.061257 ], [ -75.191054, 40.060176 ], [ -75.19022, 40.059199 ], [ -75.195763, 40.055507 ], [ -75.194647, 40.054791 ], [ -75.196319, 40.053234 ], [ -75.198787, 40.054802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275001", "device_counts": 2105, "stop_counts": 7896 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13479, 40.04146 ], [ -75.134724, 40.046134 ], [ -75.132121, 40.046018 ], [ -75.131283, 40.045984 ], [ -75.128495, 40.045626 ], [ -75.128834, 40.044086 ], [ -75.12916, 40.04257 ], [ -75.129498, 40.041048 ], [ -75.131387, 40.041648 ], [ -75.132216, 40.041759 ], [ -75.133031, 40.041872 ], [ -75.13346, 40.039994 ], [ -75.134969, 40.04022 ], [ -75.13479, 40.04146 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278003", "device_counts": 5643, "stop_counts": 12834 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151249, 40.041174 ], [ -75.149908, 40.040376 ], [ -75.148083, 40.04048 ], [ -75.146469, 40.040087 ], [ -75.144302, 40.04109 ], [ -75.144571, 40.039836 ], [ -75.144749, 40.039072 ], [ -75.145554, 40.035262 ], [ -75.148179, 40.035598 ], [ -75.149859, 40.035827 ], [ -75.149126, 40.037464 ], [ -75.149988, 40.038971 ], [ -75.151505, 40.040612 ], [ -75.151249, 40.041174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284003", "device_counts": 1163, "stop_counts": 5025 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140638, 40.025262 ], [ -75.140303, 40.026745 ], [ -75.138698, 40.026536 ], [ -75.137096, 40.026336 ], [ -75.135096, 40.026079 ], [ -75.135724, 40.023602 ], [ -75.135664, 40.023155 ], [ -75.135854, 40.023082 ], [ -75.135939, 40.02305 ], [ -75.136799, 40.022663 ], [ -75.137001, 40.022923 ], [ -75.140979, 40.023667 ], [ -75.140638, 40.025262 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291003", "device_counts": 6556, "stop_counts": 16913 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.107909, 40.03215 ], [ -75.106912, 40.033135 ], [ -75.105935, 40.0341 ], [ -75.104725, 40.035321 ], [ -75.101148, 40.033334 ], [ -75.103903, 40.030589 ], [ -75.104306, 40.029846 ], [ -75.106431, 40.029197 ], [ -75.109057, 40.031741 ], [ -75.107909, 40.03215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300003", "device_counts": 2409, "stop_counts": 8714 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077663, 40.018853 ], [ -75.076696, 40.019926 ], [ -75.075199, 40.019109 ], [ -75.076164, 40.018049 ], [ -75.075429, 40.017665 ], [ -75.07505, 40.017159 ], [ -75.077257, 40.014973 ], [ -75.079927, 40.016418 ], [ -75.077663, 40.018853 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302002", "device_counts": 948, "stop_counts": 5822 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081849, 40.028512 ], [ -75.080866, 40.029556 ], [ -75.07908, 40.028552 ], [ -75.077861, 40.027869 ], [ -75.080031, 40.025569 ], [ -75.081379, 40.026314 ], [ -75.083038, 40.027241 ], [ -75.081849, 40.028512 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306006", "device_counts": 592, "stop_counts": 2972 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100896, 40.052723 ], [ -75.097525, 40.054642 ], [ -75.094056, 40.056771 ], [ -75.093483, 40.057259 ], [ -75.092524, 40.055467 ], [ -75.093706, 40.054203 ], [ -75.094766, 40.053095 ], [ -75.096242, 40.051528 ], [ -75.097243, 40.052051 ], [ -75.098234, 40.052593 ], [ -75.100681, 40.05254 ], [ -75.100935, 40.052699 ], [ -75.100896, 40.052723 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336003", "device_counts": 1543, "stop_counts": 11431 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068074, 40.060824 ], [ -75.065685, 40.063332 ], [ -75.062124, 40.061348 ], [ -75.060101, 40.060221 ], [ -75.061304, 40.058975 ], [ -75.059693, 40.058084 ], [ -75.055937, 40.055993 ], [ -75.057125, 40.054722 ], [ -75.060891, 40.056823 ], [ -75.064499, 40.058826 ], [ -75.067196, 40.060321 ], [ -75.068074, 40.060824 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010346001", "device_counts": 15293, "stop_counts": 57984 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035087, 40.074617 ], [ -75.028952, 40.080968 ], [ -75.013126, 40.072071 ], [ -75.021707, 40.063392 ], [ -75.022217, 40.06352 ], [ -75.028256, 40.067314 ], [ -75.02966, 40.068154 ], [ -75.032965, 40.072152 ], [ -75.035087, 40.074617 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349003", "device_counts": 1228, "stop_counts": 4437 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.018683, 40.040047 ], [ -75.013422, 40.043306 ], [ -75.012708, 40.043779 ], [ -75.010101, 40.041671 ], [ -75.012125, 40.040582 ], [ -75.010099, 40.039038 ], [ -75.012541, 40.038027 ], [ -75.01783, 40.039076 ], [ -75.018683, 40.040047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010359001", "device_counts": 6251, "stop_counts": 24912 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024306, 40.111181 ], [ -75.023041, 40.112998 ], [ -75.018457, 40.118119 ], [ -75.015384, 40.123599 ], [ -75.010453, 40.120681 ], [ -75.008712, 40.119612 ], [ -75.013156, 40.11397 ], [ -75.014449, 40.115451 ], [ -75.01993, 40.110978 ], [ -75.023459, 40.110847 ], [ -75.024306, 40.111181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362013", "device_counts": 1040, "stop_counts": 5263 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.990155, 40.084052 ], [ -74.988885, 40.083129 ], [ -74.987586, 40.082663 ], [ -74.987408, 40.081351 ], [ -74.986539, 40.080333 ], [ -74.988911, 40.07812 ], [ -74.990003, 40.077975 ], [ -74.994348, 40.081681 ], [ -74.990155, 40.084052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306004", "device_counts": 1492, "stop_counts": 5644 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100394, 40.048691 ], [ -75.09822, 40.051023 ], [ -75.097243, 40.052051 ], [ -75.096242, 40.051528 ], [ -75.094593, 40.050655 ], [ -75.095623, 40.049584 ], [ -75.098017, 40.047096 ], [ -75.099559, 40.047973 ], [ -75.100394, 40.048691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314014", "device_counts": 642, "stop_counts": 3765 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070634, 40.043272 ], [ -75.068338, 40.045728 ], [ -75.066547, 40.044741 ], [ -75.065919, 40.044399 ], [ -75.067069, 40.043188 ], [ -75.068234, 40.041945 ], [ -75.069459, 40.042621 ], [ -75.070634, 40.043272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315012", "device_counts": 2969, "stop_counts": 10681 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047973, 40.037283 ], [ -75.047405, 40.037892 ], [ -75.045778, 40.036986 ], [ -75.043199, 40.035544 ], [ -75.044671, 40.034771 ], [ -75.04677, 40.033683 ], [ -75.047718, 40.033301 ], [ -75.050349, 40.034769 ], [ -75.047973, 40.037283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319004", "device_counts": 1086, "stop_counts": 3266 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068516, 40.021385 ], [ -75.062802, 40.024402 ], [ -75.06308, 40.022452 ], [ -75.062925, 40.021777 ], [ -75.06701, 40.01967 ], [ -75.067412, 40.020111 ], [ -75.068516, 40.021385 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325002", "device_counts": 1276, "stop_counts": 7465 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051104, 40.026407 ], [ -75.049273, 40.027351 ], [ -75.047453, 40.028294 ], [ -75.046555, 40.027265 ], [ -75.044721, 40.025179 ], [ -75.048375, 40.023291 ], [ -75.049304, 40.024351 ], [ -75.050202, 40.02538 ], [ -75.051104, 40.026407 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330002", "device_counts": 504, "stop_counts": 4135 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.034538, 40.036464 ], [ -75.032295, 40.037622 ], [ -75.031903, 40.036993 ], [ -75.030905, 40.035358 ], [ -75.032739, 40.034407 ], [ -75.034538, 40.036464 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088023", "device_counts": 7112, "stop_counts": 21444 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205092, 39.954419 ], [ -75.204933, 39.955181 ], [ -75.200098, 39.954582 ], [ -75.200525, 39.952695 ], [ -75.200801, 39.951458 ], [ -75.203083, 39.951745 ], [ -75.202828, 39.95297 ], [ -75.204107, 39.953128 ], [ -75.20546, 39.952682 ], [ -75.205092, 39.954419 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153002", "device_counts": 1334, "stop_counts": 4129 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162951, 39.985542 ], [ -75.161383, 39.985339 ], [ -75.158246, 39.984934 ], [ -75.158567, 39.98342 ], [ -75.163286, 39.984034 ], [ -75.162951, 39.985542 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160007", "device_counts": 719, "stop_counts": 2778 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127579, 39.981383 ], [ -75.125062, 39.982373 ], [ -75.123266, 39.980344 ], [ -75.122449, 39.979411 ], [ -75.124193, 39.9785 ], [ -75.125018, 39.979426 ], [ -75.125593, 39.979124 ], [ -75.127579, 39.981383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167012", "device_counts": 847, "stop_counts": 3254 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164094, 39.995169 ], [ -75.160946, 39.994737 ], [ -75.161948, 39.990185 ], [ -75.1635, 39.990401 ], [ -75.16294, 39.993043 ], [ -75.164094, 39.995169 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170003", "device_counts": 2740, "stop_counts": 10309 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187821, 40.006102 ], [ -75.185412, 40.009513 ], [ -75.185674, 40.01012 ], [ -75.183611, 40.010905 ], [ -75.182239, 40.011676 ], [ -75.180147, 40.009251 ], [ -75.179692, 40.007898 ], [ -75.178633, 40.005052 ], [ -75.178809, 40.004937 ], [ -75.181141, 40.003697 ], [ -75.183644, 40.004204 ], [ -75.18335, 40.005521 ], [ -75.183204, 40.006624 ], [ -75.18535, 40.006527 ], [ -75.186349, 40.006533 ], [ -75.186477, 40.005921 ], [ -75.187821, 40.006102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180024", "device_counts": 636, "stop_counts": 2183 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.110525, 39.980787 ], [ -75.108828, 39.981673 ], [ -75.106968, 39.982648 ], [ -75.105921, 39.981461 ], [ -75.105976, 39.980595 ], [ -75.108971, 39.979021 ], [ -75.110525, 39.980787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190001", "device_counts": 1751, "stop_counts": 6264 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103146, 40.006202 ], [ -75.102552, 40.009202 ], [ -75.100373, 40.008914 ], [ -75.098428, 40.008664 ], [ -75.098734, 40.007196 ], [ -75.100691, 40.007435 ], [ -75.101064, 40.005695 ], [ -75.101826, 40.005667 ], [ -75.10327, 40.005602 ], [ -75.103146, 40.006202 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027011", "device_counts": 1144, "stop_counts": 4172 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154735, 39.931208 ], [ -75.154454, 39.93242 ], [ -75.152893, 39.932208 ], [ -75.151309, 39.932007 ], [ -75.151852, 39.929555 ], [ -75.154997, 39.929984 ], [ -75.154735, 39.931208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030014", "device_counts": 925, "stop_counts": 4183 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175289, 39.928867 ], [ -75.175032, 39.930087 ], [ -75.172907, 39.929811 ], [ -75.173426, 39.927363 ], [ -75.175562, 39.927642 ], [ -75.175289, 39.928867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039021", "device_counts": 1567, "stop_counts": 5957 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174033, 39.919809 ], [ -75.173748, 39.92106 ], [ -75.170581, 39.920653 ], [ -75.170854, 39.91941 ], [ -75.171122, 39.918152 ], [ -75.174302, 39.918562 ], [ -75.174033, 39.919809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363033", "device_counts": 786, "stop_counts": 6760 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.976091, 40.097433 ], [ -74.974647, 40.098954 ], [ -74.973395, 40.099759 ], [ -74.970836, 40.100755 ], [ -74.967496, 40.100803 ], [ -74.968536, 40.098492 ], [ -74.970261, 40.097964 ], [ -74.970623, 40.096983 ], [ -74.971016, 40.096392 ], [ -74.972898, 40.096859 ], [ -74.97577, 40.096412 ], [ -74.976091, 40.097433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042012", "device_counts": 1717, "stop_counts": 9449 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155233, 39.921686 ], [ -75.155056, 39.922495 ], [ -75.149916, 39.921819 ], [ -75.150461, 39.919345 ], [ -75.155597, 39.920013 ], [ -75.155233, 39.921686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010054001", "device_counts": 2348, "stop_counts": 9275 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264878, 39.887927 ], [ -75.262485, 39.888406 ], [ -75.261743, 39.891774 ], [ -75.259112, 39.892436 ], [ -75.256789, 39.895189 ], [ -75.257362, 39.895844 ], [ -75.255093, 39.898756 ], [ -75.253285, 39.898094 ], [ -75.252349, 39.897618 ], [ -75.243752, 39.893025 ], [ -75.241825, 39.892006 ], [ -75.246231, 39.889505 ], [ -75.254897, 39.880006 ], [ -75.257003, 39.878422 ], [ -75.261245, 39.876484 ], [ -75.262539, 39.876578 ], [ -75.264928, 39.881112 ], [ -75.264433, 39.882167 ], [ -75.261937, 39.883 ], [ -75.264602, 39.884737 ], [ -75.262844, 39.885682 ], [ -75.265153, 39.887142 ], [ -75.264878, 39.887927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065002", "device_counts": 1072, "stop_counts": 4090 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243369, 39.931908 ], [ -75.241909, 39.933544 ], [ -75.237617, 39.932526 ], [ -75.236833, 39.933768 ], [ -75.235249, 39.934997 ], [ -75.234499, 39.93613 ], [ -75.233213, 39.935057 ], [ -75.231533, 39.933634 ], [ -75.232567, 39.932912 ], [ -75.231276, 39.931827 ], [ -75.232362, 39.931074 ], [ -75.235478, 39.928877 ], [ -75.237726, 39.92932 ], [ -75.242972, 39.93094 ], [ -75.243643, 39.930897 ], [ -75.243369, 39.931908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246001", "device_counts": 1908, "stop_counts": 8133 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173951, 40.035193 ], [ -75.172726, 40.035986 ], [ -75.171368, 40.037315 ], [ -75.170377, 40.036921 ], [ -75.164809, 40.036452 ], [ -75.165094, 40.036234 ], [ -75.165747, 40.035702 ], [ -75.169211, 40.032314 ], [ -75.17061, 40.033131 ], [ -75.173724, 40.035012 ], [ -75.173951, 40.035193 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252007", "device_counts": 1042, "stop_counts": 5312 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179194, 40.048872 ], [ -75.175804, 40.052241 ], [ -75.17326, 40.050667 ], [ -75.176247, 40.047752 ], [ -75.176624, 40.047398 ], [ -75.178144, 40.04821 ], [ -75.179194, 40.048872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259006", "device_counts": 408, "stop_counts": 1855 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176438, 40.084649 ], [ -75.172951, 40.082581 ], [ -75.174143, 40.08135 ], [ -75.177696, 40.083378 ], [ -75.176438, 40.084649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107001", "device_counts": 893, "stop_counts": 3301 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212148, 39.973012 ], [ -75.205979, 39.971429 ], [ -75.205907, 39.970875 ], [ -75.208356, 39.970706 ], [ -75.211723, 39.970722 ], [ -75.212148, 39.973012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110001", "device_counts": 1876, "stop_counts": 4787 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212211, 39.973242 ], [ -75.209834, 39.973505 ], [ -75.208901, 39.973613 ], [ -75.208756, 39.972864 ], [ -75.208323, 39.972912 ], [ -75.208081, 39.972962 ], [ -75.206302, 39.973162 ], [ -75.204176, 39.973395 ], [ -75.203871, 39.97176 ], [ -75.199139, 39.972707 ], [ -75.199505, 39.974646 ], [ -75.198809, 39.974722 ], [ -75.198817, 39.972434 ], [ -75.199608, 39.97193 ], [ -75.20083, 39.971455 ], [ -75.203722, 39.970929 ], [ -75.205979, 39.971429 ], [ -75.212148, 39.973012 ], [ -75.212211, 39.973242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119005", "device_counts": 473, "stop_counts": 1947 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232932, 39.988934 ], [ -75.230433, 39.98946 ], [ -75.229017, 39.989747 ], [ -75.226573, 39.989763 ], [ -75.226577, 39.989221 ], [ -75.227054, 39.989209 ], [ -75.228123, 39.988356 ], [ -75.229911, 39.987936 ], [ -75.230168, 39.988695 ], [ -75.23267, 39.988155 ], [ -75.232932, 39.988934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010131002", "device_counts": 1164, "stop_counts": 3732 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151852, 39.964712 ], [ -75.147796, 39.963527 ], [ -75.148029, 39.962265 ], [ -75.152146, 39.962452 ], [ -75.151852, 39.964712 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137004", "device_counts": 1741, "stop_counts": 4942 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184945, 39.975479 ], [ -75.182327, 39.975143 ], [ -75.181707, 39.975062 ], [ -75.182147, 39.973009 ], [ -75.185394, 39.973417 ], [ -75.184945, 39.975479 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012023", "device_counts": 2340, "stop_counts": 6685 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174627, 39.946753 ], [ -75.171488, 39.946353 ], [ -75.171906, 39.944443 ], [ -75.175054, 39.944832 ], [ -75.174627, 39.946753 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010017001", "device_counts": 1877, "stop_counts": 5314 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148157, 39.938899 ], [ -75.144646, 39.938373 ], [ -75.144529, 39.938873 ], [ -75.143467, 39.938725 ], [ -75.144656, 39.935402 ], [ -75.146808, 39.935982 ], [ -75.148694, 39.936486 ], [ -75.148157, 39.938899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263013", "device_counts": 1903, "stop_counts": 5671 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163884, 40.073088 ], [ -75.161285, 40.075764 ], [ -75.158417, 40.074169 ], [ -75.161313, 40.071386 ], [ -75.163884, 40.073088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265003", "device_counts": 907, "stop_counts": 3450 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153763, 40.060098 ], [ -75.151141, 40.061326 ], [ -75.149219, 40.058432 ], [ -75.152752, 40.05859 ], [ -75.153763, 40.060098 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267001", "device_counts": 576, "stop_counts": 2588 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145445, 40.058254 ], [ -75.143167, 40.058143 ], [ -75.142292, 40.057941 ], [ -75.142849, 40.055357 ], [ -75.145211, 40.055661 ], [ -75.146002, 40.055765 ], [ -75.145445, 40.058254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273002", "device_counts": 2277, "stop_counts": 7236 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12386, 40.035562 ], [ -75.123686, 40.037144 ], [ -75.121072, 40.036815 ], [ -75.121421, 40.035281 ], [ -75.120074, 40.035111 ], [ -75.114896, 40.034447 ], [ -75.116083, 40.033037 ], [ -75.120713, 40.03364 ], [ -75.121711, 40.03347 ], [ -75.121964, 40.03373 ], [ -75.1236, 40.032771 ], [ -75.124167, 40.032575 ], [ -75.12386, 40.035562 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198004", "device_counts": 878, "stop_counts": 3568 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139815, 40.010939 ], [ -75.139484, 40.012453 ], [ -75.137826, 40.012233 ], [ -75.138483, 40.009234 ], [ -75.141425, 40.00961 ], [ -75.139815, 40.010939 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202003", "device_counts": 709, "stop_counts": 3856 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161095, 40.008883 ], [ -75.160936, 40.009632 ], [ -75.157775, 40.009231 ], [ -75.157945, 40.008486 ], [ -75.158106, 40.007736 ], [ -75.158278, 40.006994 ], [ -75.161409, 40.007399 ], [ -75.161095, 40.008883 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210003", "device_counts": 1625, "stop_counts": 4391 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212764, 40.025348 ], [ -75.209437, 40.026929 ], [ -75.207732, 40.023783 ], [ -75.208035, 40.023114 ], [ -75.209213, 40.021899 ], [ -75.210348, 40.022259 ], [ -75.212764, 40.025348 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010216001", "device_counts": 1109, "stop_counts": 5041 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236642, 40.036295 ], [ -75.234363, 40.040917 ], [ -75.234005, 40.041307 ], [ -75.22853, 40.04386 ], [ -75.227444, 40.043197 ], [ -75.226267, 40.042401 ], [ -75.228104, 40.040855 ], [ -75.234937, 40.0349 ], [ -75.236642, 40.036295 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388001", "device_counts": 1610, "stop_counts": 4482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.201625, 40.056796 ], [ -75.202545, 40.059884 ], [ -75.202475, 40.06265 ], [ -75.196385, 40.066623 ], [ -75.195726, 40.065177 ], [ -75.192891, 40.062662 ], [ -75.191876, 40.061257 ], [ -75.198787, 40.054802 ], [ -75.201462, 40.052316 ], [ -75.204845, 40.054823 ], [ -75.201625, 40.056796 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070003", "device_counts": 1740, "stop_counts": 5540 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225887, 39.935625 ], [ -75.223219, 39.933389 ], [ -75.221731, 39.93443 ], [ -75.220543, 39.933446 ], [ -75.217811, 39.935357 ], [ -75.217058, 39.934733 ], [ -75.221287, 39.931789 ], [ -75.222696, 39.930808 ], [ -75.224592, 39.93241 ], [ -75.227252, 39.934661 ], [ -75.225887, 39.935625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072005", "device_counts": 591, "stop_counts": 2760 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233718, 39.944559 ], [ -75.232349, 39.945515 ], [ -75.231754, 39.945721 ], [ -75.2305, 39.944656 ], [ -75.230947, 39.944336 ], [ -75.233074, 39.942849 ], [ -75.233566, 39.943265 ], [ -75.234474, 39.944027 ], [ -75.233718, 39.944559 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078001", "device_counts": 1331, "stop_counts": 4270 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21652, 39.944171 ], [ -75.213961, 39.945974 ], [ -75.211389, 39.947796 ], [ -75.210103, 39.946697 ], [ -75.2109, 39.946153 ], [ -75.211401, 39.945802 ], [ -75.212687, 39.944885 ], [ -75.214999, 39.943265 ], [ -75.215246, 39.943087 ], [ -75.215615, 39.943402 ], [ -75.21652, 39.944171 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082001", "device_counts": 1151, "stop_counts": 5342 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243068, 39.950926 ], [ -75.242754, 39.952432 ], [ -75.238796, 39.951942 ], [ -75.239118, 39.950446 ], [ -75.239232, 39.949923 ], [ -75.24323, 39.950172 ], [ -75.243068, 39.950926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084002", "device_counts": 1642, "stop_counts": 4623 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235504, 39.958192 ], [ -75.235342, 39.958951 ], [ -75.231277, 39.958448 ], [ -75.231557, 39.957102 ], [ -75.233732, 39.956801 ], [ -75.235745, 39.957049 ], [ -75.235504, 39.958192 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039011", "device_counts": 4950, "stop_counts": 14511 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172945, 39.924836 ], [ -75.172416, 39.927232 ], [ -75.171397, 39.927104 ], [ -75.169228, 39.926806 ], [ -75.169494, 39.925596 ], [ -75.169499, 39.925531 ], [ -75.169744, 39.924409 ], [ -75.170023, 39.923138 ], [ -75.173226, 39.923556 ], [ -75.172945, 39.924836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362021", "device_counts": 852, "stop_counts": 5577 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.982385, 40.091724 ], [ -74.982114, 40.091942 ], [ -74.979893, 40.09381 ], [ -74.976072, 40.090653 ], [ -74.97559, 40.089861 ], [ -74.979504, 40.087814 ], [ -74.980601, 40.087914 ], [ -74.981491, 40.087994 ], [ -74.98418, 40.089906 ], [ -74.982385, 40.091724 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072004", "device_counts": 651, "stop_counts": 3083 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2305, 39.944656 ], [ -75.228686, 39.945913 ], [ -75.226805, 39.945083 ], [ -75.228184, 39.944134 ], [ -75.229553, 39.943168 ], [ -75.230947, 39.944336 ], [ -75.2305, 39.944656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190003", "device_counts": 2587, "stop_counts": 9875 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.097431, 40.013325 ], [ -75.097055, 40.015202 ], [ -75.097041, 40.01595 ], [ -75.09704, 40.016018 ], [ -75.096279, 40.015957 ], [ -75.094365, 40.014794 ], [ -75.09342, 40.013136 ], [ -75.094547, 40.011027 ], [ -75.094995, 40.009984 ], [ -75.094673, 40.009351 ], [ -75.092494, 40.007976 ], [ -75.092574, 40.007932 ], [ -75.094104, 40.007096 ], [ -75.094816, 40.008195 ], [ -75.098428, 40.008664 ], [ -75.097431, 40.013325 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010385001", "device_counts": 1942, "stop_counts": 5258 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2112, 40.068809 ], [ -75.209082, 40.070894 ], [ -75.210566, 40.071803 ], [ -75.206418, 40.076011 ], [ -75.203427, 40.07418 ], [ -75.202651, 40.073212 ], [ -75.204166, 40.069595 ], [ -75.205815, 40.070106 ], [ -75.208933, 40.067015 ], [ -75.211138, 40.068318 ], [ -75.2112, 40.068809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178006", "device_counts": 1234, "stop_counts": 4341 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1249, 39.990159 ], [ -75.124593, 39.990328 ], [ -75.122248, 39.988511 ], [ -75.118392, 39.990528 ], [ -75.116751, 39.988652 ], [ -75.120138, 39.986877 ], [ -75.121438, 39.987859 ], [ -75.121855, 39.987436 ], [ -75.122417, 39.987001 ], [ -75.125491, 39.989836 ], [ -75.1249, 39.990159 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319001", "device_counts": 1956, "stop_counts": 6924 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.065108, 40.027073 ], [ -75.062599, 40.027433 ], [ -75.062394, 40.027444 ], [ -75.062419, 40.027136 ], [ -75.059761, 40.024161 ], [ -75.06308, 40.022452 ], [ -75.062802, 40.024402 ], [ -75.063254, 40.024912 ], [ -75.065492, 40.026589 ], [ -75.065108, 40.027073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356014", "device_counts": 4485, "stop_counts": 13723 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033474, 40.098205 ], [ -75.030235, 40.103387 ], [ -75.028883, 40.102543 ], [ -75.027635, 40.101765 ], [ -75.023927, 40.100702 ], [ -75.030725, 40.09553 ], [ -75.030477, 40.098088 ], [ -75.034298, 40.097871 ], [ -75.033474, 40.098205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177011", "device_counts": 1838, "stop_counts": 6380 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119665, 39.995671 ], [ -75.119328, 39.997255 ], [ -75.116414, 39.996881 ], [ -75.116751, 39.995294 ], [ -75.115778, 39.995167 ], [ -75.12031, 39.992672 ], [ -75.119665, 39.995671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022002", "device_counts": 1389, "stop_counts": 3704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17385, 39.93545 ], [ -75.170729, 39.935024 ], [ -75.170455, 39.936232 ], [ -75.167303, 39.935695 ], [ -75.16764, 39.93415 ], [ -75.17034, 39.934498 ], [ -75.172389, 39.934765 ], [ -75.17397, 39.934974 ], [ -75.17385, 39.93545 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266005", "device_counts": 549, "stop_counts": 3338 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151053, 40.064852 ], [ -75.147353, 40.064371 ], [ -75.147649, 40.06301 ], [ -75.151414, 40.063206 ], [ -75.151053, 40.064852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316003", "device_counts": 2686, "stop_counts": 8200 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.062207, 40.027471 ], [ -75.058848, 40.030998 ], [ -75.056077, 40.029455 ], [ -75.056872, 40.028943 ], [ -75.058579, 40.028225 ], [ -75.059227, 40.027909 ], [ -75.062207, 40.027471 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104001", "device_counts": 595, "stop_counts": 2634 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223118, 39.969747 ], [ -75.220823, 39.969982 ], [ -75.220578, 39.968067 ], [ -75.220402, 39.966641 ], [ -75.222444, 39.966531 ], [ -75.223118, 39.969747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149006", "device_counts": 2176, "stop_counts": 7126 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188033, 39.984126 ], [ -75.184794, 39.983706 ], [ -75.184298, 39.983647 ], [ -75.181758, 39.983325 ], [ -75.185497, 39.980804 ], [ -75.188661, 39.981207 ], [ -75.188033, 39.984126 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281002", "device_counts": 2326, "stop_counts": 6369 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152369, 40.031387 ], [ -75.151356, 40.031255 ], [ -75.151521, 40.030498 ], [ -75.148206, 40.030851 ], [ -75.146575, 40.030637 ], [ -75.146705, 40.030127 ], [ -75.14685, 40.029481 ], [ -75.147218, 40.027644 ], [ -75.148865, 40.027857 ], [ -75.148751, 40.028476 ], [ -75.151263, 40.027186 ], [ -75.15152, 40.027556 ], [ -75.153282, 40.029955 ], [ -75.152369, 40.031387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081023", "device_counts": 950, "stop_counts": 4167 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238166, 39.955011 ], [ -75.234212, 39.954521 ], [ -75.234531, 39.953 ], [ -75.238476, 39.953485 ], [ -75.238166, 39.955011 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344002", "device_counts": 904, "stop_counts": 6479 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057068, 40.089697 ], [ -75.053907, 40.091873 ], [ -75.050752, 40.09478 ], [ -75.047567, 40.09192 ], [ -75.047052, 40.09108 ], [ -75.045685, 40.089021 ], [ -75.048799, 40.088354 ], [ -75.049588, 40.08746 ], [ -75.050151, 40.086275 ], [ -75.050745, 40.086616 ], [ -75.051362, 40.086035 ], [ -75.051852, 40.08559 ], [ -75.053386, 40.084845 ], [ -75.055093, 40.084078 ], [ -75.055386, 40.083679 ], [ -75.054568, 40.081271 ], [ -75.054083, 40.080901 ], [ -75.052327, 40.079859 ], [ -75.052737, 40.079427 ], [ -75.054985, 40.081228 ], [ -75.056738, 40.086984 ], [ -75.055807, 40.088095 ], [ -75.057068, 40.089697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349001", "device_counts": 3534, "stop_counts": 12500 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.008224, 40.052113 ], [ -75.007886, 40.052381 ], [ -75.004795, 40.054747 ], [ -74.999877, 40.050402 ], [ -74.99627, 40.047202 ], [ -75.003514, 40.042822 ], [ -75.006278, 40.041155 ], [ -75.009595, 40.043924 ], [ -75.007927, 40.045033 ], [ -75.012273, 40.048885 ], [ -75.008224, 40.052113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254001", "device_counts": 514, "stop_counts": 2613 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173445, 40.059867 ], [ -75.170787, 40.0626 ], [ -75.168641, 40.061373 ], [ -75.172869, 40.057256 ], [ -75.174312, 40.058142 ], [ -75.173445, 40.059867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028012", "device_counts": 1213, "stop_counts": 5429 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158745, 39.927564 ], [ -75.158666, 39.927955 ], [ -75.155546, 39.92755 ], [ -75.156095, 39.925103 ], [ -75.157666, 39.925313 ], [ -75.159204, 39.925511 ], [ -75.158745, 39.927564 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019804001", "device_counts": 96952, "stop_counts": 292003 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248463, 39.87765 ], [ -75.246044, 39.878981 ], [ -75.24413, 39.881256 ], [ -75.242544, 39.884969 ], [ -75.24072, 39.887833 ], [ -75.239244, 39.889103 ], [ -75.235941, 39.890059 ], [ -75.233426, 39.889178 ], [ -75.229911, 39.882411 ], [ -75.228516, 39.880973 ], [ -75.227493, 39.88182 ], [ -75.223317, 39.883766 ], [ -75.221643, 39.882386 ], [ -75.213969, 39.883692 ], [ -75.212248, 39.883027 ], [ -75.211873, 39.880681 ], [ -75.215787, 39.875052 ], [ -75.215722, 39.876087 ], [ -75.21977, 39.875479 ], [ -75.223763, 39.875858 ], [ -75.229985, 39.876847 ], [ -75.234122, 39.877181 ], [ -75.23637, 39.876187 ], [ -75.24047, 39.872381 ], [ -75.241746, 39.872585 ], [ -75.246824, 39.875142 ], [ -75.248431, 39.876485 ], [ -75.253515, 39.876015 ], [ -75.248463, 39.87765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008031", "device_counts": 1652, "stop_counts": 3281 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177323, 39.950964 ], [ -75.176519, 39.95087 ], [ -75.175738, 39.950769 ], [ -75.176239, 39.948414 ], [ -75.177843, 39.94861 ], [ -75.177323, 39.950964 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024002", "device_counts": 5555, "stop_counts": 11885 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159517, 39.9331 ], [ -75.157351, 39.934897 ], [ -75.157089, 39.935103 ], [ -75.155577, 39.934667 ], [ -75.155304, 39.935934 ], [ -75.153774, 39.935516 ], [ -75.154194, 39.933649 ], [ -75.154454, 39.93242 ], [ -75.156025, 39.932635 ], [ -75.157578, 39.932837 ], [ -75.159142, 39.933049 ], [ -75.159517, 39.9331 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215003", "device_counts": 778, "stop_counts": 4125 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227199, 40.035255 ], [ -75.225727, 40.03676 ], [ -75.222808, 40.038112 ], [ -75.222052, 40.037775 ], [ -75.218759, 40.036654 ], [ -75.222011, 40.035206 ], [ -75.225849, 40.033506 ], [ -75.224657, 40.031899 ], [ -75.225127, 40.031643 ], [ -75.226787, 40.030802 ], [ -75.228138, 40.032482 ], [ -75.226904, 40.033041 ], [ -75.22815, 40.034714 ], [ -75.227199, 40.035255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010258001", "device_counts": 1886, "stop_counts": 8554 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188461, 40.07275 ], [ -75.186096, 40.075123 ], [ -75.182053, 40.079102 ], [ -75.180238, 40.078084 ], [ -75.176841, 40.07598 ], [ -75.179448, 40.071261 ], [ -75.180482, 40.070191 ], [ -75.181751, 40.068902 ], [ -75.188052, 40.072503 ], [ -75.188461, 40.07275 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323003", "device_counts": 2488, "stop_counts": 9129 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054495, 40.024648 ], [ -75.051104, 40.026407 ], [ -75.050202, 40.02538 ], [ -75.049304, 40.024351 ], [ -75.048375, 40.023291 ], [ -75.045381, 40.019868 ], [ -75.04879, 40.018141 ], [ -75.051773, 40.021535 ], [ -75.052702, 40.022592 ], [ -75.053604, 40.023615 ], [ -75.054495, 40.024648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257003", "device_counts": 1198, "stop_counts": 3524 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.200878, 40.074958 ], [ -75.199786, 40.075366 ], [ -75.199715, 40.073803 ], [ -75.196741, 40.067365 ], [ -75.198673, 40.068575 ], [ -75.20079, 40.070707 ], [ -75.202651, 40.073212 ], [ -75.200878, 40.074958 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037014", "device_counts": 1280, "stop_counts": 7069 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.18524, 39.930146 ], [ -75.183601, 39.929928 ], [ -75.182804, 39.928575 ], [ -75.18333, 39.926134 ], [ -75.184393, 39.926276 ], [ -75.186029, 39.926481 ], [ -75.18524, 39.930146 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063003", "device_counts": 1343, "stop_counts": 5031 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23816, 39.924839 ], [ -75.234991, 39.922169 ], [ -75.236789, 39.920899 ], [ -75.236655, 39.921242 ], [ -75.239671, 39.923779 ], [ -75.23816, 39.924839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081021", "device_counts": 1098, "stop_counts": 4939 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238796, 39.951942 ], [ -75.234856, 39.951444 ], [ -75.235165, 39.949953 ], [ -75.239118, 39.950446 ], [ -75.238796, 39.951942 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083013", "device_counts": 2232, "stop_counts": 7278 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249006, 39.956907 ], [ -75.249499, 39.957189 ], [ -75.247897, 39.95724 ], [ -75.247989, 39.956758 ], [ -75.243975, 39.95626 ], [ -75.244084, 39.955743 ], [ -75.24441, 39.954226 ], [ -75.244719, 39.952676 ], [ -75.250816, 39.953475 ], [ -75.249006, 39.956907 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153001", "device_counts": 2974, "stop_counts": 6251 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158567, 39.98342 ], [ -75.158246, 39.984934 ], [ -75.157899, 39.986492 ], [ -75.156275, 39.986283 ], [ -75.157581, 39.980223 ], [ -75.159219, 39.980435 ], [ -75.158567, 39.98342 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169024", "device_counts": 2295, "stop_counts": 9052 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187604, 39.998195 ], [ -75.182341, 39.997519 ], [ -75.183009, 39.994439 ], [ -75.185793, 39.994349 ], [ -75.186633, 39.994448 ], [ -75.187604, 39.998195 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177021", "device_counts": 1205, "stop_counts": 3821 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126915, 39.991834 ], [ -75.126374, 39.993462 ], [ -75.123212, 39.993054 ], [ -75.123686, 39.990836 ], [ -75.124593, 39.990328 ], [ -75.1249, 39.990159 ], [ -75.125491, 39.989836 ], [ -75.127031, 39.990386 ], [ -75.126915, 39.991834 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100001", "device_counts": 1094, "stop_counts": 6178 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250481, 39.96946 ], [ -75.247518, 39.969093 ], [ -75.246531, 39.968967 ], [ -75.246848, 39.967449 ], [ -75.247169, 39.965927 ], [ -75.251119, 39.966398 ], [ -75.250481, 39.96946 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010016001", "device_counts": 8226, "stop_counts": 17457 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152546, 39.941148 ], [ -75.152334, 39.942015 ], [ -75.150755, 39.941818 ], [ -75.147604, 39.941422 ], [ -75.148157, 39.938899 ], [ -75.151773, 39.939548 ], [ -75.152771, 39.940039 ], [ -75.152546, 39.941148 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362011", "device_counts": 687, "stop_counts": 5297 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.987586, 40.082663 ], [ -74.985377, 40.082317 ], [ -74.981807, 40.082355 ], [ -74.982487, 40.077246 ], [ -74.984631, 40.074335 ], [ -74.984901, 40.07448 ], [ -74.986886, 40.075332 ], [ -74.987568, 40.075825 ], [ -74.985706, 40.07568 ], [ -74.984093, 40.079508 ], [ -74.986539, 40.080333 ], [ -74.987408, 40.081351 ], [ -74.987586, 40.082663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314015", "device_counts": 1921, "stop_counts": 6369 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07207, 40.045024 ], [ -75.069073, 40.048109 ], [ -75.067109, 40.047015 ], [ -75.068338, 40.045728 ], [ -75.070634, 40.043272 ], [ -75.072645, 40.044394 ], [ -75.07207, 40.045024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320002", "device_counts": 543, "stop_counts": 3659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056294, 40.026703 ], [ -75.053968, 40.027905 ], [ -75.052898, 40.028462 ], [ -75.051104, 40.026407 ], [ -75.054495, 40.024648 ], [ -75.055398, 40.025673 ], [ -75.056294, 40.026703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105002", "device_counts": 3752, "stop_counts": 12810 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.217767, 39.972627 ], [ -75.216331, 39.97279 ], [ -75.212211, 39.973242 ], [ -75.212148, 39.973012 ], [ -75.211723, 39.970722 ], [ -75.211334, 39.968726 ], [ -75.211231, 39.967879 ], [ -75.21365, 39.967696 ], [ -75.2168, 39.967459 ], [ -75.216996, 39.968969 ], [ -75.217172, 39.970351 ], [ -75.217767, 39.972627 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144003", "device_counts": 1978, "stop_counts": 5434 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146082, 39.972833 ], [ -75.145559, 39.975638 ], [ -75.141976, 39.97519 ], [ -75.142581, 39.972388 ], [ -75.144459, 39.972629 ], [ -75.145018, 39.970191 ], [ -75.146543, 39.97038 ], [ -75.146082, 39.972833 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337024", "device_counts": 329, "stop_counts": 2590 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058052, 40.068549 ], [ -75.055004, 40.071771 ], [ -75.053221, 40.070759 ], [ -75.056259, 40.067555 ], [ -75.057477, 40.066268 ], [ -75.059221, 40.067297 ], [ -75.058052, 40.068549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348033", "device_counts": 850, "stop_counts": 3332 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.009331, 40.065812 ], [ -75.008788, 40.06735 ], [ -75.007719, 40.067102 ], [ -75.008319, 40.06252 ], [ -75.005996, 40.061324 ], [ -75.008018, 40.059417 ], [ -75.003644, 40.059552 ], [ -75.007814, 40.057407 ], [ -75.008245, 40.057796 ], [ -75.008801, 40.058401 ], [ -75.009405, 40.062552 ], [ -75.009331, 40.065812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358001", "device_counts": 3841, "stop_counts": 15785 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.027242, 40.116639 ], [ -75.024606, 40.119216 ], [ -75.025511, 40.119714 ], [ -75.027824, 40.120924 ], [ -75.027205, 40.121653 ], [ -75.026346, 40.123524 ], [ -75.024153, 40.12492 ], [ -75.020183, 40.122282 ], [ -75.023292, 40.125201 ], [ -75.0201, 40.126358 ], [ -75.015384, 40.123599 ], [ -75.018457, 40.118119 ], [ -75.023041, 40.112998 ], [ -75.024699, 40.113964 ], [ -75.027231, 40.115422 ], [ -75.028062, 40.1157 ], [ -75.027242, 40.116639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271003", "device_counts": 1063, "stop_counts": 5090 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127143, 40.051748 ], [ -75.125298, 40.051492 ], [ -75.124614, 40.049849 ], [ -75.125631, 40.045259 ], [ -75.126639, 40.045392 ], [ -75.128495, 40.045626 ], [ -75.127143, 40.051748 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284001", "device_counts": 1146, "stop_counts": 5435 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139304, 40.031288 ], [ -75.136757, 40.030964 ], [ -75.137091, 40.029412 ], [ -75.135802, 40.029254 ], [ -75.136137, 40.027741 ], [ -75.13998, 40.028245 ], [ -75.139304, 40.031288 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300007", "device_counts": 3318, "stop_counts": 12067 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081309, 40.02076 ], [ -75.080281, 40.021866 ], [ -75.079414, 40.021387 ], [ -75.076696, 40.019926 ], [ -75.077663, 40.018853 ], [ -75.079927, 40.016418 ], [ -75.083508, 40.018365 ], [ -75.081309, 40.02076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019800001", "device_counts": 65640, "stop_counts": 197941 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227057, 39.982691 ], [ -75.225573, 39.987151 ], [ -75.225109, 39.987582 ], [ -75.220317, 39.990286 ], [ -75.217994, 39.994223 ], [ -75.210844, 39.998511 ], [ -75.209317, 39.99842 ], [ -75.20728, 39.999054 ], [ -75.206217, 40.000419 ], [ -75.203579, 40.000755 ], [ -75.202057, 40.004729 ], [ -75.206209, 40.006641 ], [ -75.206868, 40.006944 ], [ -75.203156, 40.008256 ], [ -75.207993, 40.009842 ], [ -75.207237, 40.01022 ], [ -75.206968, 40.011372 ], [ -75.205978, 40.011723 ], [ -75.205485, 40.011501 ], [ -75.203107, 40.010138 ], [ -75.197451, 40.008315 ], [ -75.19281, 40.006733 ], [ -75.192467, 40.006482 ], [ -75.19132, 40.003715 ], [ -75.191754, 39.999748 ], [ -75.188447, 40.000272 ], [ -75.186861, 40.000409 ], [ -75.187604, 39.998195 ], [ -75.186633, 39.994448 ], [ -75.185793, 39.994349 ], [ -75.186148, 39.992662 ], [ -75.186713, 39.990215 ], [ -75.187382, 39.98713 ], [ -75.188033, 39.984126 ], [ -75.188661, 39.981207 ], [ -75.189076, 39.979387 ], [ -75.189882, 39.977933 ], [ -75.189674, 39.977173 ], [ -75.187816, 39.976363 ], [ -75.186368, 39.973537 ], [ -75.185394, 39.973417 ], [ -75.185594, 39.972518 ], [ -75.183561, 39.970778 ], [ -75.181589, 39.969025 ], [ -75.179683, 39.967416 ], [ -75.177513, 39.965382 ], [ -75.176778, 39.964822 ], [ -75.176219, 39.964409 ], [ -75.175984, 39.964208 ], [ -75.17786, 39.964555 ], [ -75.183323, 39.964374 ], [ -75.181601, 39.962006 ], [ -75.179937, 39.960028 ], [ -75.179126, 39.958004 ], [ -75.17972, 39.956164 ], [ -75.179768, 39.955993 ], [ -75.179889, 39.955436 ], [ -75.181105, 39.95458 ], [ -75.188266, 39.955441 ], [ -75.187446, 39.95945 ], [ -75.187415, 39.963367 ], [ -75.187551, 39.963931 ], [ -75.187933, 39.965074 ], [ -75.188987, 39.96591 ], [ -75.192139, 39.966888 ], [ -75.192308, 39.967724 ], [ -75.203722, 39.970929 ], [ -75.20083, 39.971455 ], [ -75.199608, 39.97193 ], [ -75.198817, 39.972434 ], [ -75.198809, 39.974722 ], [ -75.199505, 39.974646 ], [ -75.20372, 39.974182 ], [ -75.209321, 39.97625 ], [ -75.213469, 39.977791 ], [ -75.223157, 39.981381 ], [ -75.224066, 39.981508 ], [ -75.226202, 39.981608 ], [ -75.227057, 39.982691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111004", "device_counts": 2890, "stop_counts": 10096 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230171, 39.978794 ], [ -75.226765, 39.977211 ], [ -75.226131, 39.972964 ], [ -75.229026, 39.972644 ], [ -75.229266, 39.973926 ], [ -75.229855, 39.977069 ], [ -75.230171, 39.978794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125002", "device_counts": 9392, "stop_counts": 27946 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176219, 39.964409 ], [ -75.172848, 39.963923 ], [ -75.170958, 39.963692 ], [ -75.169378, 39.963498 ], [ -75.167806, 39.963306 ], [ -75.168429, 39.9604 ], [ -75.171583, 39.960795 ], [ -75.173374, 39.961668 ], [ -75.175984, 39.964208 ], [ -75.176219, 39.964409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213004", "device_counts": 562, "stop_counts": 2782 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220448, 40.031211 ], [ -75.219029, 40.032081 ], [ -75.2177, 40.030848 ], [ -75.216449, 40.029641 ], [ -75.214188, 40.028699 ], [ -75.216632, 40.027602 ], [ -75.219114, 40.029931 ], [ -75.220448, 40.031211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362032", "device_counts": 719, "stop_counts": 2996 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.973615, 40.078901 ], [ -74.97031, 40.080347 ], [ -74.966814, 40.082209 ], [ -74.966078, 40.081031 ], [ -74.964883, 40.077273 ], [ -74.969879, 40.076657 ], [ -74.970537, 40.076281 ], [ -74.972817, 40.077559 ], [ -74.973615, 40.078901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101001", "device_counts": 1190, "stop_counts": 4714 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.241013, 39.975833 ], [ -75.23857, 39.976101 ], [ -75.237983, 39.972957 ], [ -75.240427, 39.972687 ], [ -75.241013, 39.975833 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201021", "device_counts": 3028, "stop_counts": 7690 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155681, 40.011457 ], [ -75.151428, 40.010903 ], [ -75.15109, 40.009934 ], [ -75.151246, 40.009279 ], [ -75.156028, 40.009868 ], [ -75.155681, 40.011457 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337011", "device_counts": 1501, "stop_counts": 7710 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051875, 40.069988 ], [ -75.050462, 40.071509 ], [ -75.051719, 40.072241 ], [ -75.047467, 40.076419 ], [ -75.045793, 40.075329 ], [ -75.044088, 40.072639 ], [ -75.045884, 40.069653 ], [ -75.047381, 40.070558 ], [ -75.047762, 40.069395 ], [ -75.049545, 40.070978 ], [ -75.050755, 40.069544 ], [ -75.051875, 40.069988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237002", "device_counts": 2859, "stop_counts": 8080 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194083, 40.051633 ], [ -75.19326, 40.053057 ], [ -75.193951, 40.054358 ], [ -75.192966, 40.055267 ], [ -75.191752, 40.054604 ], [ -75.188077, 40.056898 ], [ -75.187306, 40.055484 ], [ -75.185287, 40.051743 ], [ -75.185221, 40.051585 ], [ -75.186752, 40.050103 ], [ -75.188499, 40.050211 ], [ -75.190817, 40.051189 ], [ -75.192123, 40.047679 ], [ -75.194411, 40.050637 ], [ -75.194083, 40.051633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176014", "device_counts": 1698, "stop_counts": 7779 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135807, 39.993154 ], [ -75.134444, 39.996049 ], [ -75.132367, 39.995776 ], [ -75.13191, 39.995754 ], [ -75.130122, 39.994573 ], [ -75.130558, 39.992474 ], [ -75.135121, 39.99306 ], [ -75.135807, 39.993154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263011", "device_counts": 966, "stop_counts": 5989 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167097, 40.07332 ], [ -75.166062, 40.074338 ], [ -75.163884, 40.073088 ], [ -75.161313, 40.071386 ], [ -75.162035, 40.070685 ], [ -75.164781, 40.072161 ], [ -75.166725, 40.070165 ], [ -75.16899, 40.071473 ], [ -75.167097, 40.07332 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253005", "device_counts": 685, "stop_counts": 3001 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184472, 40.054919 ], [ -75.182825, 40.056545 ], [ -75.180513, 40.057498 ], [ -75.179017, 40.05658 ], [ -75.18052, 40.055118 ], [ -75.180252, 40.054955 ], [ -75.181906, 40.053341 ], [ -75.182944, 40.053989 ], [ -75.184472, 40.054919 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086012", "device_counts": 1895, "stop_counts": 6013 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.215872, 39.954586 ], [ -75.214643, 39.955607 ], [ -75.211677, 39.95524 ], [ -75.212393, 39.951811 ], [ -75.21635, 39.952302 ], [ -75.215872, 39.954586 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331023", "device_counts": 1002, "stop_counts": 3973 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033482, 40.043203 ], [ -75.030535, 40.044372 ], [ -75.028257, 40.041363 ], [ -75.03134, 40.040236 ], [ -75.031919, 40.041201 ], [ -75.033482, 40.043203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283003", "device_counts": 3565, "stop_counts": 8292 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148245, 40.022959 ], [ -75.147894, 40.024553 ], [ -75.147555, 40.026138 ], [ -75.145359, 40.025873 ], [ -75.145718, 40.024214 ], [ -75.146379, 40.021204 ], [ -75.14711, 40.02128 ], [ -75.148567, 40.021476 ], [ -75.148245, 40.022959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073003", "device_counts": 625, "stop_counts": 2537 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224736, 39.945465 ], [ -75.222369, 39.947135 ], [ -75.219002, 39.944283 ], [ -75.219138, 39.944186 ], [ -75.22022, 39.943415 ], [ -75.221612, 39.944584 ], [ -75.222759, 39.943806 ], [ -75.22361, 39.944505 ], [ -75.224736, 39.945465 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108004", "device_counts": 1491, "stop_counts": 5136 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.202342, 39.963137 ], [ -75.202334, 39.963495 ], [ -75.197519, 39.964025 ], [ -75.197197, 39.962287 ], [ -75.199436, 39.962042 ], [ -75.202235, 39.961643 ], [ -75.20236, 39.962859 ], [ -75.202342, 39.963137 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281003", "device_counts": 3568, "stop_counts": 8626 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151263, 40.027186 ], [ -75.148751, 40.028476 ], [ -75.148865, 40.027857 ], [ -75.147218, 40.027644 ], [ -75.147555, 40.026138 ], [ -75.147894, 40.024553 ], [ -75.148245, 40.022959 ], [ -75.149552, 40.024785 ], [ -75.149984, 40.02539 ], [ -75.150781, 40.026565 ], [ -75.151263, 40.027186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261003", "device_counts": 955, "stop_counts": 6247 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179448, 40.071261 ], [ -75.176841, 40.07598 ], [ -75.175509, 40.075214 ], [ -75.17394, 40.07431 ], [ -75.178918, 40.069175 ], [ -75.180482, 40.070191 ], [ -75.179448, 40.071261 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362023", "device_counts": 772, "stop_counts": 6370 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.984631, 40.074335 ], [ -74.982487, 40.077246 ], [ -74.981807, 40.082355 ], [ -74.980732, 40.082105 ], [ -74.97725, 40.080506 ], [ -74.977684, 40.079834 ], [ -74.981173, 40.071985 ], [ -74.983657, 40.073786 ], [ -74.984631, 40.074335 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019808001", "device_counts": 2780, "stop_counts": 6413 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.276482, 39.976959 ], [ -75.275871, 39.977245 ], [ -75.271639, 39.972082 ], [ -75.269314, 39.97301 ], [ -75.26562, 39.969941 ], [ -75.2619, 39.972584 ], [ -75.259933, 39.974448 ], [ -75.261996, 39.977598 ], [ -75.265918, 39.979251 ], [ -75.267973, 39.980757 ], [ -75.265511, 39.981857 ], [ -75.261282, 39.978272 ], [ -75.259062, 39.982814 ], [ -75.257113, 39.983789 ], [ -75.255918, 39.978122 ], [ -75.255661, 39.976755 ], [ -75.255196, 39.97426 ], [ -75.254752, 39.971527 ], [ -75.255123, 39.970036 ], [ -75.250481, 39.96946 ], [ -75.251119, 39.966398 ], [ -75.247169, 39.965927 ], [ -75.247109, 39.964294 ], [ -75.246425, 39.964276 ], [ -75.246753, 39.962705 ], [ -75.247688, 39.962817 ], [ -75.248056, 39.964074 ], [ -75.250313, 39.965069 ], [ -75.25414, 39.965404 ], [ -75.25711, 39.963719 ], [ -75.259078, 39.965692 ], [ -75.267386, 39.966215 ], [ -75.270002, 39.967479 ], [ -75.270598, 39.96866 ], [ -75.275394, 39.969575 ], [ -75.280266, 39.974964 ], [ -75.276482, 39.976959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090003", "device_counts": 3149, "stop_counts": 9745 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191389, 39.962922 ], [ -75.187415, 39.963367 ], [ -75.187446, 39.95945 ], [ -75.188266, 39.955441 ], [ -75.189489, 39.955593 ], [ -75.189063, 39.957606 ], [ -75.18921, 39.958811 ], [ -75.189564, 39.960998 ], [ -75.191117, 39.96144 ], [ -75.191389, 39.962922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163004", "device_counts": 1892, "stop_counts": 6159 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139021, 39.988764 ], [ -75.133549, 39.98806 ], [ -75.131557, 39.987799 ], [ -75.129641, 39.987546 ], [ -75.130794, 39.986928 ], [ -75.131907, 39.986306 ], [ -75.132208, 39.984741 ], [ -75.1351, 39.98519 ], [ -75.136167, 39.985328 ], [ -75.136759, 39.985402 ], [ -75.13746, 39.985492 ], [ -75.139669, 39.985802 ], [ -75.139021, 39.988764 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190005", "device_counts": 5819, "stop_counts": 18331 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10327, 40.005602 ], [ -75.101826, 40.005667 ], [ -75.101064, 40.005695 ], [ -75.100691, 40.007435 ], [ -75.098734, 40.007196 ], [ -75.098428, 40.008664 ], [ -75.094816, 40.008195 ], [ -75.094104, 40.007096 ], [ -75.094849, 40.006678 ], [ -75.101811, 40.002863 ], [ -75.103797, 40.003134 ], [ -75.10327, 40.005602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363031", "device_counts": 1707, "stop_counts": 9713 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.983393, 40.103684 ], [ -74.97896, 40.106169 ], [ -74.969941, 40.113339 ], [ -74.969758, 40.115927 ], [ -74.966621, 40.117932 ], [ -74.96408, 40.117766 ], [ -74.96345, 40.110013 ], [ -74.965194, 40.107777 ], [ -74.963491, 40.10674 ], [ -74.961156, 40.103446 ], [ -74.962196, 40.103382 ], [ -74.96767, 40.1027 ], [ -74.971183, 40.102233 ], [ -74.97588, 40.100421 ], [ -74.9781, 40.099212 ], [ -74.981997, 40.102454 ], [ -74.983393, 40.103684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011021", "device_counts": 7788, "stop_counts": 20558 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159984, 39.944009 ], [ -75.156841, 39.943615 ], [ -75.156337, 39.945923 ], [ -75.153184, 39.945536 ], [ -75.153694, 39.943218 ], [ -75.153916, 39.942205 ], [ -75.155488, 39.942407 ], [ -75.156673, 39.942551 ], [ -75.160205, 39.942997 ], [ -75.159984, 39.944009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279014", "device_counts": 1314, "stop_counts": 6932 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158217, 40.045076 ], [ -75.156675, 40.04536 ], [ -75.154966, 40.046241 ], [ -75.153691, 40.04655 ], [ -75.153883, 40.043659 ], [ -75.153946, 40.042752 ], [ -75.158306, 40.042861 ], [ -75.158217, 40.045076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330005", "device_counts": 1109, "stop_counts": 6349 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036906, 40.032252 ], [ -75.035488, 40.03299 ], [ -75.032739, 40.034407 ], [ -75.030907, 40.032318 ], [ -75.03517, 40.030116 ], [ -75.036055, 40.031206 ], [ -75.036906, 40.032252 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178003", "device_counts": 715, "stop_counts": 2990 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116662, 39.991437 ], [ -75.113816, 39.992924 ], [ -75.112775, 39.991747 ], [ -75.113665, 39.990278 ], [ -75.114257, 39.989952 ], [ -75.115083, 39.989526 ], [ -75.116662, 39.991437 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341001", "device_counts": 368, "stop_counts": 2400 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076258, 40.080605 ], [ -75.073705, 40.079182 ], [ -75.071007, 40.077682 ], [ -75.073477, 40.07526 ], [ -75.078592, 40.078097 ], [ -75.076258, 40.080605 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078004", "device_counts": 1208, "stop_counts": 3680 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219234, 39.948368 ], [ -75.217121, 39.94861 ], [ -75.215162, 39.946978 ], [ -75.217733, 39.945183 ], [ -75.221237, 39.948161 ], [ -75.219234, 39.948368 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098021", "device_counts": 1267, "stop_counts": 8823 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264257, 39.974419 ], [ -75.263054, 39.975749 ], [ -75.261996, 39.977598 ], [ -75.259933, 39.974448 ], [ -75.2619, 39.972584 ], [ -75.264148, 39.97148 ], [ -75.266109, 39.972898 ], [ -75.264257, 39.974419 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134021", "device_counts": 2456, "stop_counts": 5780 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172108, 39.967284 ], [ -75.171344, 39.967275 ], [ -75.170177, 39.96725 ], [ -75.168569, 39.967226 ], [ -75.168804, 39.966145 ], [ -75.168959, 39.965463 ], [ -75.169102, 39.964781 ], [ -75.17068, 39.964975 ], [ -75.17256, 39.965219 ], [ -75.172108, 39.967284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353021", "device_counts": 2810, "stop_counts": 13119 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.997635, 40.079699 ], [ -74.994348, 40.081681 ], [ -74.990003, 40.077975 ], [ -74.987568, 40.075825 ], [ -74.986886, 40.075332 ], [ -74.984901, 40.07448 ], [ -74.987148, 40.072702 ], [ -74.987857, 40.072829 ], [ -74.988467, 40.073908 ], [ -74.991271, 40.07631 ], [ -74.995282, 40.077149 ], [ -74.998488, 40.078701 ], [ -74.997635, 40.079699 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259001", "device_counts": 2976, "stop_counts": 8434 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174143, 40.08135 ], [ -75.172951, 40.082581 ], [ -75.169914, 40.080818 ], [ -75.172621, 40.078103 ], [ -75.175627, 40.07984 ], [ -75.174143, 40.08135 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286006", "device_counts": 1331, "stop_counts": 5322 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131829, 40.030321 ], [ -75.128974, 40.029953 ], [ -75.126686, 40.029667 ], [ -75.126866, 40.028955 ], [ -75.127646, 40.027416 ], [ -75.132352, 40.028019 ], [ -75.131829, 40.030321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348023", "device_counts": 1618, "stop_counts": 8719 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.013797, 40.058001 ], [ -75.013284, 40.058573 ], [ -75.013062, 40.059109 ], [ -75.013066, 40.059901 ], [ -75.013629, 40.062047 ], [ -75.012747, 40.062185 ], [ -75.013145, 40.066335 ], [ -75.011381, 40.06842 ], [ -75.009635, 40.067672 ], [ -75.008788, 40.06735 ], [ -75.009331, 40.065812 ], [ -75.009405, 40.062552 ], [ -75.008801, 40.058401 ], [ -75.008245, 40.057796 ], [ -75.008555, 40.057808 ], [ -75.012828, 40.056404 ], [ -75.014444, 40.057424 ], [ -75.013797, 40.058001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277003", "device_counts": 1554, "stop_counts": 4769 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153101, 40.050412 ], [ -75.152881, 40.052844 ], [ -75.150142, 40.051578 ], [ -75.15082, 40.048518 ], [ -75.153235, 40.048842 ], [ -75.153101, 40.050412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192002", "device_counts": 2281, "stop_counts": 9491 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116411, 40.001624 ], [ -75.11609, 40.003067 ], [ -75.113986, 40.00356 ], [ -75.109864, 40.003027 ], [ -75.110017, 40.002282 ], [ -75.11046, 40.000268 ], [ -75.112398, 40.00052 ], [ -75.114785, 39.999838 ], [ -75.116722, 40.000088 ], [ -75.116411, 40.001624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245001", "device_counts": 1354, "stop_counts": 5463 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166655, 40.03089 ], [ -75.164571, 40.032912 ], [ -75.162906, 40.031923 ], [ -75.161239, 40.030941 ], [ -75.16327, 40.02896 ], [ -75.163749, 40.029255 ], [ -75.166488, 40.030794 ], [ -75.166655, 40.03089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041021", "device_counts": 2018, "stop_counts": 9907 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160275, 39.920611 ], [ -75.155597, 39.920013 ], [ -75.155865, 39.918755 ], [ -75.156139, 39.917515 ], [ -75.160826, 39.918116 ], [ -75.160275, 39.920611 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356021", "device_counts": 698, "stop_counts": 4151 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.05401, 40.108143 ], [ -75.049254, 40.105823 ], [ -75.046843, 40.105712 ], [ -75.039857, 40.101835 ], [ -75.042613, 40.100504 ], [ -75.047115, 40.098377 ], [ -75.049676, 40.102037 ], [ -75.050974, 40.103122 ], [ -75.053057, 40.10618 ], [ -75.05401, 40.108143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010092001", "device_counts": 5912, "stop_counts": 20697 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21306, 39.962577 ], [ -75.21056, 39.962571 ], [ -75.209058, 39.962329 ], [ -75.206889, 39.962485 ], [ -75.20627, 39.958823 ], [ -75.201971, 39.959176 ], [ -75.201824, 39.957827 ], [ -75.201953, 39.957149 ], [ -75.204145, 39.957422 ], [ -75.208128, 39.957915 ], [ -75.211039, 39.958276 ], [ -75.214018, 39.958643 ], [ -75.21306, 39.962577 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010375001", "device_counts": 3389, "stop_counts": 11004 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.253999, 39.988304 ], [ -75.251438, 39.989504 ], [ -75.25, 39.99018 ], [ -75.249214, 39.990547 ], [ -75.247948, 39.991138 ], [ -75.246187, 39.989516 ], [ -75.246416, 39.988266 ], [ -75.245478, 39.986619 ], [ -75.248991, 39.985109 ], [ -75.248346, 39.982968 ], [ -75.251063, 39.981601 ], [ -75.255676, 39.987499 ], [ -75.253999, 39.988304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140002", "device_counts": 1192, "stop_counts": 5955 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164888, 39.976668 ], [ -75.163325, 39.976471 ], [ -75.16175, 39.976262 ], [ -75.162507, 39.972799 ], [ -75.164069, 39.973009 ], [ -75.165461, 39.974033 ], [ -75.164888, 39.976668 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331011", "device_counts": 897, "stop_counts": 4702 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045919, 40.039643 ], [ -75.043322, 40.040305 ], [ -75.040003, 40.041793 ], [ -75.03836, 40.039695 ], [ -75.041692, 40.038218 ], [ -75.042536, 40.037722 ], [ -75.044192, 40.03866 ], [ -75.045806, 40.039579 ], [ -75.045919, 40.039643 ] ] ] ] } } +] +} diff --git a/assets/data/philly_2019.geojson b/assets/data/philly_2019.geojson new file mode 100644 index 0000000..feab9fc --- /dev/null +++ b/assets/data/philly_2019.geojson @@ -0,0 +1,1342 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "GEOID": "421010289023", "device_counts": 753, "stop_counts": 3786 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117389, 40.02504 ], [ -75.114348, 40.024951 ], [ -75.114917, 40.021956 ], [ -75.116106, 40.022109 ], [ -75.117959, 40.022349 ], [ -75.117389, 40.02504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152001", "device_counts": 723, "stop_counts": 2350 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167078, 39.984517 ], [ -75.166408, 39.987598 ], [ -75.164184, 39.987311 ], [ -75.164517, 39.985759 ], [ -75.164855, 39.984239 ], [ -75.166419, 39.984436 ], [ -75.167078, 39.984517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042011", "device_counts": 947, "stop_counts": 2992 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149405, 39.924207 ], [ -75.147842, 39.924015 ], [ -75.14691, 39.923887 ], [ -75.147431, 39.921502 ], [ -75.149916, 39.921819 ], [ -75.149405, 39.924207 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236002", "device_counts": 2052, "stop_counts": 5524 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196382, 40.042203 ], [ -75.193841, 40.045069 ], [ -75.193091, 40.04459 ], [ -75.191199, 40.043386 ], [ -75.187315, 40.040929 ], [ -75.188797, 40.03948 ], [ -75.190086, 40.038232 ], [ -75.193657, 40.039688 ], [ -75.194933, 40.042022 ], [ -75.196382, 40.042203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010018001", "device_counts": 1534, "stop_counts": 3565 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156011, 39.940006 ], [ -75.155888, 39.94056 ], [ -75.152771, 39.940039 ], [ -75.153065, 39.938763 ], [ -75.153286, 39.937736 ], [ -75.154807, 39.93815 ], [ -75.156317, 39.938569 ], [ -75.156011, 39.940006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180022", "device_counts": 1562, "stop_counts": 4694 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106968, 39.982648 ], [ -75.105437, 39.983452 ], [ -75.102999, 39.98472 ], [ -75.101439, 39.982974 ], [ -75.105976, 39.980595 ], [ -75.105921, 39.981461 ], [ -75.106968, 39.982648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007003", "device_counts": 4273, "stop_counts": 9386 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180909, 39.952982 ], [ -75.176191, 39.952387 ], [ -75.176519, 39.95087 ], [ -75.177323, 39.950964 ], [ -75.181663, 39.951509 ], [ -75.180909, 39.952982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240001", "device_counts": 931, "stop_counts": 3411 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186194, 40.029468 ], [ -75.183731, 40.030637 ], [ -75.1793, 40.027944 ], [ -75.181668, 40.025657 ], [ -75.185463, 40.028875 ], [ -75.186194, 40.029468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379004", "device_counts": 1348, "stop_counts": 3802 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103366, 39.985129 ], [ -75.100912, 39.986416 ], [ -75.100552, 39.986001 ], [ -75.099, 39.98424 ], [ -75.101439, 39.982974 ], [ -75.102999, 39.98472 ], [ -75.103366, 39.985129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331024", "device_counts": 811, "stop_counts": 4118 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033824, 40.04466 ], [ -75.031636, 40.04566 ], [ -75.031781, 40.047141 ], [ -75.030489, 40.048407 ], [ -75.026037, 40.048163 ], [ -75.02654, 40.045822 ], [ -75.030535, 40.044372 ], [ -75.033482, 40.043203 ], [ -75.034393, 40.044379 ], [ -75.033824, 40.04466 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178001", "device_counts": 1630, "stop_counts": 5004 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115778, 39.995167 ], [ -75.113387, 39.996493 ], [ -75.111369, 39.994211 ], [ -75.113816, 39.992924 ], [ -75.115778, 39.995167 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316001", "device_counts": 278, "stop_counts": 1248 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058568, 40.036548 ], [ -75.055334, 40.034739 ], [ -75.057092, 40.032869 ], [ -75.060338, 40.034685 ], [ -75.058568, 40.036548 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299001", "device_counts": 1232, "stop_counts": 5110 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080857, 40.011903 ], [ -75.079046, 40.013007 ], [ -75.077257, 40.014973 ], [ -75.07505, 40.017159 ], [ -75.073747, 40.013717 ], [ -75.073295, 40.012543 ], [ -75.075229, 40.012101 ], [ -75.079279, 40.010409 ], [ -75.080314, 40.011393 ], [ -75.080857, 40.011903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110003", "device_counts": 1463, "stop_counts": 4178 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209321, 39.97625 ], [ -75.20372, 39.974182 ], [ -75.204176, 39.973395 ], [ -75.206302, 39.973162 ], [ -75.208081, 39.972962 ], [ -75.208323, 39.972912 ], [ -75.208756, 39.972864 ], [ -75.208901, 39.973613 ], [ -75.209834, 39.973505 ], [ -75.209976, 39.974242 ], [ -75.209114, 39.974321 ], [ -75.208903, 39.974618 ], [ -75.210123, 39.975067 ], [ -75.209321, 39.97625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033004", "device_counts": 778, "stop_counts": 2563 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195923, 39.939102 ], [ -75.193271, 39.939032 ], [ -75.193615, 39.937485 ], [ -75.193873, 39.936286 ], [ -75.197012, 39.936678 ], [ -75.195923, 39.939102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274021", "device_counts": 914, "stop_counts": 3252 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126987, 40.043857 ], [ -75.125968, 40.043728 ], [ -75.121754, 40.04317 ], [ -75.122078, 40.041664 ], [ -75.126311, 40.042203 ], [ -75.127317, 40.04232 ], [ -75.126987, 40.043857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283005", "device_counts": 489, "stop_counts": 2204 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144716, 40.028855 ], [ -75.142334, 40.028543 ], [ -75.143001, 40.025561 ], [ -75.145359, 40.025873 ], [ -75.144716, 40.028855 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114002", "device_counts": 632, "stop_counts": 2075 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242792, 39.981061 ], [ -75.239335, 39.981447 ], [ -75.239467, 39.980914 ], [ -75.239124, 39.979069 ], [ -75.241574, 39.978799 ], [ -75.242354, 39.978712 ], [ -75.242792, 39.981061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317002", "device_counts": 1320, "stop_counts": 5283 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071824, 40.033503 ], [ -75.071097, 40.034742 ], [ -75.070001, 40.03532 ], [ -75.069596, 40.035093 ], [ -75.066523, 40.033377 ], [ -75.067697, 40.03212 ], [ -75.068878, 40.030875 ], [ -75.069719, 40.029984 ], [ -75.072682, 40.031938 ], [ -75.071824, 40.033503 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305025", "device_counts": 358, "stop_counts": 1774 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109431, 40.045874 ], [ -75.109406, 40.04584 ], [ -75.108728, 40.045469 ], [ -75.107491, 40.046751 ], [ -75.105191, 40.0454 ], [ -75.105787, 40.044735 ], [ -75.10827, 40.042213 ], [ -75.111153, 40.042187 ], [ -75.109431, 40.045874 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168006", "device_counts": 1255, "stop_counts": 4150 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168248, 39.992579 ], [ -75.167925, 39.994025 ], [ -75.167568, 39.995621 ], [ -75.164094, 39.995169 ], [ -75.16294, 39.993043 ], [ -75.1635, 39.990401 ], [ -75.165738, 39.990675 ], [ -75.167918, 39.990947 ], [ -75.168561, 39.991047 ], [ -75.168248, 39.992579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214001", "device_counts": 3681, "stop_counts": 9675 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232005, 40.028228 ], [ -75.229513, 40.029492 ], [ -75.227885, 40.028193 ], [ -75.226157, 40.027648 ], [ -75.223862, 40.026345 ], [ -75.221837, 40.027263 ], [ -75.22124, 40.027551 ], [ -75.219658, 40.02755 ], [ -75.218841, 40.0266 ], [ -75.219699, 40.02614 ], [ -75.221027, 40.026228 ], [ -75.223694, 40.023712 ], [ -75.226652, 40.025267 ], [ -75.228149, 40.026031 ], [ -75.232628, 40.028355 ], [ -75.232005, 40.028228 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065004", "device_counts": 537, "stop_counts": 2572 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233873, 39.937703 ], [ -75.231766, 39.93846 ], [ -75.230224, 39.937177 ], [ -75.233213, 39.935057 ], [ -75.234499, 39.93613 ], [ -75.233873, 39.937703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010205002", "device_counts": 4248, "stop_counts": 13293 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174037, 40.016962 ], [ -75.172342, 40.017604 ], [ -75.170096, 40.015723 ], [ -75.167776, 40.011086 ], [ -75.157218, 40.016166 ], [ -75.15409, 40.016325 ], [ -75.153849, 40.015891 ], [ -75.155185, 40.015295 ], [ -75.156652, 40.014618 ], [ -75.160943, 40.012647 ], [ -75.166871, 40.009901 ], [ -75.167292, 40.009695 ], [ -75.167945, 40.009378 ], [ -75.16914, 40.008832 ], [ -75.175669, 40.016051 ], [ -75.174037, 40.016962 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060001", "device_counts": 4553, "stop_counts": 14996 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242832, 39.911272 ], [ -75.240333, 39.912999 ], [ -75.238951, 39.911823 ], [ -75.23374, 39.914073 ], [ -75.231662, 39.912252 ], [ -75.238529, 39.908213 ], [ -75.237281, 39.908241 ], [ -75.235164, 39.906453 ], [ -75.237752, 39.904713 ], [ -75.240331, 39.904113 ], [ -75.240576, 39.904062 ], [ -75.241558, 39.907257 ], [ -75.242832, 39.911272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042022", "device_counts": 4473, "stop_counts": 12483 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156139, 39.917515 ], [ -75.151014, 39.916842 ], [ -75.151276, 39.9156 ], [ -75.147357, 39.91509 ], [ -75.148124, 39.913772 ], [ -75.156708, 39.914869 ], [ -75.156139, 39.917515 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263023", "device_counts": 895, "stop_counts": 3163 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164106, 40.068662 ], [ -75.162035, 40.070685 ], [ -75.157379, 40.067944 ], [ -75.159299, 40.065913 ], [ -75.162495, 40.067732 ], [ -75.164106, 40.068662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311011", "device_counts": 1095, "stop_counts": 4222 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078565, 40.043904 ], [ -75.077403, 40.045139 ], [ -75.073836, 40.043174 ], [ -75.075032, 40.04194 ], [ -75.075452, 40.041477 ], [ -75.078996, 40.043455 ], [ -75.078565, 40.043904 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262001", "device_counts": 341, "stop_counts": 1708 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16697, 40.067709 ], [ -75.165348, 40.069372 ], [ -75.164106, 40.068662 ], [ -75.162495, 40.067732 ], [ -75.162957, 40.067255 ], [ -75.163822, 40.066357 ], [ -75.165706, 40.067438 ], [ -75.166072, 40.067194 ], [ -75.16697, 40.067709 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167024", "device_counts": 1398, "stop_counts": 3952 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160695, 39.988495 ], [ -75.158335, 39.988186 ], [ -75.155934, 39.987877 ], [ -75.156275, 39.986283 ], [ -75.157899, 39.986492 ], [ -75.161032, 39.986907 ], [ -75.160695, 39.988495 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010248002", "device_counts": 1617, "stop_counts": 5770 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171755, 40.048359 ], [ -75.170884, 40.049199 ], [ -75.167701, 40.047245 ], [ -75.166038, 40.046218 ], [ -75.163175, 40.047076 ], [ -75.16483, 40.045468 ], [ -75.167207, 40.043149 ], [ -75.169492, 40.044531 ], [ -75.170725, 40.046151 ], [ -75.171536, 40.047888 ], [ -75.171755, 40.048359 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299004", "device_counts": 979, "stop_counts": 5648 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075429, 40.017665 ], [ -75.074136, 40.019026 ], [ -75.07338, 40.019654 ], [ -75.072575, 40.018868 ], [ -75.071847, 40.016952 ], [ -75.070864, 40.014353 ], [ -75.073747, 40.013717 ], [ -75.07505, 40.017159 ], [ -75.075429, 40.017665 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010211002", "device_counts": 4894, "stop_counts": 11355 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211308, 40.02997 ], [ -75.207715, 40.031573 ], [ -75.205569, 40.032514 ], [ -75.203407, 40.029561 ], [ -75.205616, 40.028661 ], [ -75.20323, 40.025839 ], [ -75.207732, 40.023783 ], [ -75.209437, 40.026929 ], [ -75.210588, 40.02903 ], [ -75.211308, 40.02997 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267002", "device_counts": 463, "stop_counts": 1662 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145553, 40.054117 ], [ -75.145211, 40.055661 ], [ -75.142849, 40.055357 ], [ -75.143189, 40.05381 ], [ -75.143571, 40.052297 ], [ -75.145881, 40.052598 ], [ -75.145553, 40.054117 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027023", "device_counts": 1007, "stop_counts": 2680 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151852, 39.929555 ], [ -75.148329, 39.929093 ], [ -75.148701, 39.927896 ], [ -75.149166, 39.926696 ], [ -75.152407, 39.927129 ], [ -75.151852, 39.929555 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244002", "device_counts": 1410, "stop_counts": 4506 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165275, 40.024087 ], [ -75.160983, 40.027253 ], [ -75.160053, 40.026023 ], [ -75.159551, 40.023925 ], [ -75.162024, 40.022286 ], [ -75.165275, 40.024087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010156001", "device_counts": 1544, "stop_counts": 5078 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14501, 39.978597 ], [ -75.143188, 39.978359 ], [ -75.14315, 39.978966 ], [ -75.141349, 39.978121 ], [ -75.139868, 39.982536 ], [ -75.138137, 39.982312 ], [ -75.138768, 39.979323 ], [ -75.139715, 39.974897 ], [ -75.141976, 39.97519 ], [ -75.145559, 39.975638 ], [ -75.14501, 39.978597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329001", "device_counts": 1232, "stop_counts": 3930 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028257, 40.041363 ], [ -75.02562, 40.042322 ], [ -75.021752, 40.043668 ], [ -75.020499, 40.043542 ], [ -75.020392, 40.04353 ], [ -75.021984, 40.037965 ], [ -75.021682, 40.037088 ], [ -75.023594, 40.036101 ], [ -75.023317, 40.039937 ], [ -75.024465, 40.040664 ], [ -75.024132, 40.039782 ], [ -75.027031, 40.038744 ], [ -75.027846, 40.040678 ], [ -75.028257, 40.041363 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254002", "device_counts": 606, "stop_counts": 3272 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180513, 40.057498 ], [ -75.178248, 40.059704 ], [ -75.177077, 40.060236 ], [ -75.174312, 40.058142 ], [ -75.172869, 40.057256 ], [ -75.174759, 40.057282 ], [ -75.176188, 40.055819 ], [ -75.175743, 40.054577 ], [ -75.179017, 40.05658 ], [ -75.180513, 40.057498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326003", "device_counts": 728, "stop_counts": 3691 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044655, 40.031231 ], [ -75.042537, 40.032328 ], [ -75.038616, 40.034355 ], [ -75.03733, 40.032782 ], [ -75.041188, 40.030786 ], [ -75.043304, 40.029688 ], [ -75.044655, 40.031231 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294003", "device_counts": 1950, "stop_counts": 6129 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087577, 40.012516 ], [ -75.086348, 40.013868 ], [ -75.085818, 40.014448 ], [ -75.082668, 40.009938 ], [ -75.080314, 40.011393 ], [ -75.079279, 40.010409 ], [ -75.078749, 40.009878 ], [ -75.078448, 40.008586 ], [ -75.083087, 40.007437 ], [ -75.083788, 40.008503 ], [ -75.084912, 40.009489 ], [ -75.088731, 40.010923 ], [ -75.087577, 40.012516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348031", "device_counts": 1989, "stop_counts": 7296 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.005996, 40.061324 ], [ -75.002288, 40.063869 ], [ -75.00009, 40.062745 ], [ -74.998385, 40.064117 ], [ -74.995269, 40.062344 ], [ -74.991709, 40.061095 ], [ -74.990432, 40.060396 ], [ -74.991254, 40.059949 ], [ -74.998259, 40.05808 ], [ -75.001181, 40.057232 ], [ -75.004795, 40.054747 ], [ -75.007814, 40.057407 ], [ -75.003644, 40.059552 ], [ -75.008018, 40.059417 ], [ -75.005996, 40.061324 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237001", "device_counts": 938, "stop_counts": 4221 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190893, 40.044241 ], [ -75.187368, 40.047688 ], [ -75.185932, 40.046809 ], [ -75.187332, 40.045452 ], [ -75.184524, 40.043654 ], [ -75.185569, 40.042625 ], [ -75.187315, 40.040929 ], [ -75.191199, 40.043386 ], [ -75.190893, 40.044241 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012021", "device_counts": 2295, "stop_counts": 5749 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17118, 39.947784 ], [ -75.16803, 39.947386 ], [ -75.166458, 39.947196 ], [ -75.166767, 39.945768 ], [ -75.171488, 39.946353 ], [ -75.17118, 39.947784 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252006", "device_counts": 1095, "stop_counts": 4593 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183398, 40.048254 ], [ -75.179616, 40.051956 ], [ -75.177983, 40.05356 ], [ -75.177193, 40.05308 ], [ -75.175804, 40.052241 ], [ -75.179194, 40.048872 ], [ -75.178144, 40.04821 ], [ -75.17922, 40.047155 ], [ -75.181057, 40.045381 ], [ -75.181701, 40.044831 ], [ -75.182203, 40.045894 ], [ -75.183398, 40.048254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243004", "device_counts": 692, "stop_counts": 2358 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173246, 40.018411 ], [ -75.169534, 40.022381 ], [ -75.165707, 40.019731 ], [ -75.163915, 40.02099 ], [ -75.162782, 40.020368 ], [ -75.163758, 40.019234 ], [ -75.172342, 40.017604 ], [ -75.173246, 40.018411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110004", "device_counts": 1206, "stop_counts": 3503 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.204176, 39.973395 ], [ -75.20372, 39.974182 ], [ -75.199505, 39.974646 ], [ -75.199139, 39.972707 ], [ -75.203871, 39.97176 ], [ -75.204176, 39.973395 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172023", "device_counts": 1039, "stop_counts": 3309 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180188, 39.997253 ], [ -75.178237, 39.998611 ], [ -75.175188, 39.998233 ], [ -75.175539, 39.996639 ], [ -75.178576, 39.99704 ], [ -75.180188, 39.997253 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067001", "device_counts": 835, "stop_counts": 3055 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224111, 39.921005 ], [ -75.22216, 39.923892 ], [ -75.221562, 39.924744 ], [ -75.21931, 39.928012 ], [ -75.216768, 39.926956 ], [ -75.221873, 39.919551 ], [ -75.222772, 39.919918 ], [ -75.224111, 39.921005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010005001", "device_counts": 54677, "stop_counts": 216421 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165063, 39.953608 ], [ -75.163402, 39.953339 ], [ -75.163329, 39.95333 ], [ -75.163093, 39.9544 ], [ -75.151539, 39.952948 ], [ -75.152337, 39.949421 ], [ -75.157062, 39.950006 ], [ -75.163937, 39.950866 ], [ -75.164011, 39.950876 ], [ -75.165063, 39.953608 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249004", "device_counts": 634, "stop_counts": 2803 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161898, 40.052842 ], [ -75.160222, 40.051826 ], [ -75.159041, 40.051106 ], [ -75.160528, 40.049664 ], [ -75.161656, 40.048559 ], [ -75.164529, 40.050306 ], [ -75.161898, 40.052842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031005", "device_counts": 1017, "stop_counts": 3630 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179553, 39.933178 ], [ -75.176069, 39.932721 ], [ -75.176513, 39.930716 ], [ -75.180001, 39.93117 ], [ -75.179553, 39.933178 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340001", "device_counts": 601, "stop_counts": 3242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0759, 40.072884 ], [ -75.073477, 40.07526 ], [ -75.071007, 40.077682 ], [ -75.067912, 40.075976 ], [ -75.067333, 40.075504 ], [ -75.068958, 40.072358 ], [ -75.068862, 40.071845 ], [ -75.070412, 40.07022 ], [ -75.074029, 40.071983 ], [ -75.0759, 40.072884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085003", "device_counts": 1768, "stop_counts": 4697 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226002, 39.954591 ], [ -75.225746, 39.955814 ], [ -75.223775, 39.955565 ], [ -75.221798, 39.955319 ], [ -75.221923, 39.954723 ], [ -75.222056, 39.954102 ], [ -75.222279, 39.95304 ], [ -75.226224, 39.953528 ], [ -75.226002, 39.954591 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152002", "device_counts": 1984, "stop_counts": 8525 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175803, 39.988812 ], [ -75.173682, 39.990167 ], [ -75.171839, 39.989935 ], [ -75.168894, 39.98955 ], [ -75.169234, 39.987959 ], [ -75.168428, 39.987857 ], [ -75.166408, 39.987598 ], [ -75.167078, 39.984517 ], [ -75.17151, 39.98509 ], [ -75.171197, 39.986603 ], [ -75.174361, 39.987024 ], [ -75.174044, 39.988507 ], [ -75.174665, 39.988427 ], [ -75.175803, 39.988812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010106001", "device_counts": 1009, "stop_counts": 2668 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211334, 39.968726 ], [ -75.211189, 39.968634 ], [ -75.210101, 39.967961 ], [ -75.208344, 39.966876 ], [ -75.209344, 39.964621 ], [ -75.209058, 39.962329 ], [ -75.21056, 39.962571 ], [ -75.211231, 39.967879 ], [ -75.211334, 39.968726 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338001", "device_counts": 1042, "stop_counts": 4756 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073304, 40.062812 ], [ -75.067355, 40.068727 ], [ -75.06304, 40.066143 ], [ -75.064491, 40.064588 ], [ -75.065685, 40.063332 ], [ -75.068074, 40.060824 ], [ -75.069224, 40.059583 ], [ -75.072766, 40.061554 ], [ -75.073909, 40.062192 ], [ -75.073304, 40.062812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010015001", "device_counts": 2904, "stop_counts": 5868 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156673, 39.942551 ], [ -75.155488, 39.942407 ], [ -75.153916, 39.942205 ], [ -75.152334, 39.942015 ], [ -75.152546, 39.941148 ], [ -75.152771, 39.940039 ], [ -75.155888, 39.94056 ], [ -75.156388, 39.940627 ], [ -75.156853, 39.941683 ], [ -75.156673, 39.942551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355003", "device_counts": 10056, "stop_counts": 36015 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041488, 40.087338 ], [ -75.034808, 40.092423 ], [ -75.030725, 40.09553 ], [ -75.023927, 40.100702 ], [ -75.022086, 40.100212 ], [ -75.018233, 40.097105 ], [ -75.021451, 40.096963 ], [ -75.027681, 40.095046 ], [ -75.025866, 40.090515 ], [ -75.027097, 40.087878 ], [ -75.028337, 40.086604 ], [ -75.033547, 40.089582 ], [ -75.037498, 40.085459 ], [ -75.0384, 40.084472 ], [ -75.039509, 40.085702 ], [ -75.040877, 40.086966 ], [ -75.041488, 40.087338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180023", "device_counts": 703, "stop_counts": 3986 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111221, 39.985268 ], [ -75.108359, 39.986753 ], [ -75.105437, 39.983452 ], [ -75.106968, 39.982648 ], [ -75.108828, 39.981673 ], [ -75.111221, 39.985268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028025", "device_counts": 2389, "stop_counts": 5957 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161047, 39.931817 ], [ -75.159517, 39.9331 ], [ -75.159142, 39.933049 ], [ -75.157578, 39.932837 ], [ -75.157843, 39.931615 ], [ -75.158121, 39.930394 ], [ -75.158296, 39.929602 ], [ -75.161428, 39.930017 ], [ -75.161047, 39.931817 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115001", "device_counts": 393, "stop_counts": 2295 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.252544, 39.98077 ], [ -75.251063, 39.981601 ], [ -75.248944, 39.979106 ], [ -75.250979, 39.977684 ], [ -75.253104, 39.98018 ], [ -75.252544, 39.98077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042013", "device_counts": 958, "stop_counts": 3686 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149916, 39.921819 ], [ -75.147431, 39.921502 ], [ -75.14769, 39.920273 ], [ -75.147813, 39.919001 ], [ -75.150461, 39.919345 ], [ -75.149916, 39.921819 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027022", "device_counts": 789, "stop_counts": 3269 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150101, 39.924305 ], [ -75.149166, 39.926696 ], [ -75.148701, 39.927896 ], [ -75.146985, 39.927665 ], [ -75.147842, 39.924015 ], [ -75.149405, 39.924207 ], [ -75.150101, 39.924305 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010120001", "device_counts": 1274, "stop_counts": 3276 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233713, 39.992176 ], [ -75.231762, 39.99309 ], [ -75.225664, 39.995848 ], [ -75.225662, 39.991469 ], [ -75.23106, 39.991764 ], [ -75.233672, 39.991882 ], [ -75.233713, 39.992176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268004", "device_counts": 2524, "stop_counts": 7292 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142214, 40.050563 ], [ -75.14156, 40.053599 ], [ -75.137767, 40.053112 ], [ -75.139107, 40.047011 ], [ -75.142898, 40.047493 ], [ -75.142214, 40.050563 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010023", "device_counts": 8717, "stop_counts": 19424 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149954, 39.945505 ], [ -75.149186, 39.949032 ], [ -75.14408, 39.948379 ], [ -75.144009, 39.944388 ], [ -75.144933, 39.944494 ], [ -75.150037, 39.945144 ], [ -75.149954, 39.945505 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098022", "device_counts": 2645, "stop_counts": 8634 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.273552, 39.978279 ], [ -75.273103, 39.974965 ], [ -75.270639, 39.974669 ], [ -75.271363, 39.972843 ], [ -75.267588, 39.974662 ], [ -75.265558, 39.975641 ], [ -75.264257, 39.974419 ], [ -75.266109, 39.972898 ], [ -75.264148, 39.97148 ], [ -75.2619, 39.972584 ], [ -75.26562, 39.969941 ], [ -75.269314, 39.97301 ], [ -75.271639, 39.972082 ], [ -75.275871, 39.977245 ], [ -75.273552, 39.978279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032002", "device_counts": 568, "stop_counts": 1676 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184449, 39.933813 ], [ -75.181162, 39.933385 ], [ -75.181419, 39.932161 ], [ -75.184705, 39.932584 ], [ -75.184449, 39.933813 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012014", "device_counts": 2049, "stop_counts": 4016 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181445, 39.947597 ], [ -75.180328, 39.947455 ], [ -75.178156, 39.94719 ], [ -75.178578, 39.945269 ], [ -75.179409, 39.945377 ], [ -75.18188, 39.945691 ], [ -75.181445, 39.947597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320001", "device_counts": 2282, "stop_counts": 6011 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.053249, 40.0317 ], [ -75.050972, 40.032324 ], [ -75.048355, 40.029324 ], [ -75.047904, 40.02881 ], [ -75.047453, 40.028294 ], [ -75.049273, 40.027351 ], [ -75.051104, 40.026407 ], [ -75.052898, 40.028462 ], [ -75.051073, 40.029403 ], [ -75.053249, 40.0317 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033002", "device_counts": 9149, "stop_counts": 24500 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205185, 39.941116 ], [ -75.204582, 39.942352 ], [ -75.202929, 39.943301 ], [ -75.200277, 39.943652 ], [ -75.193985, 39.942154 ], [ -75.192664, 39.941567 ], [ -75.188712, 39.939567 ], [ -75.18824, 39.939878 ], [ -75.188885, 39.936887 ], [ -75.19306, 39.93741 ], [ -75.193615, 39.937485 ], [ -75.193271, 39.939032 ], [ -75.195923, 39.939102 ], [ -75.197012, 39.936678 ], [ -75.197266, 39.935453 ], [ -75.197537, 39.934232 ], [ -75.199503, 39.934508 ], [ -75.197924, 39.938063 ], [ -75.200194, 39.938545 ], [ -75.20114, 39.937468 ], [ -75.205431, 39.93877 ], [ -75.205185, 39.941116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079004", "device_counts": 900, "stop_counts": 2628 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222589, 39.951519 ], [ -75.222279, 39.95304 ], [ -75.220295, 39.952792 ], [ -75.218347, 39.952553 ], [ -75.218676, 39.951032 ], [ -75.218833, 39.950273 ], [ -75.22275, 39.950754 ], [ -75.222589, 39.951519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104004", "device_counts": 2017, "stop_counts": 5967 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22017, 39.964844 ], [ -75.216516, 39.965214 ], [ -75.216376, 39.964094 ], [ -75.216181, 39.962546 ], [ -75.217002, 39.959015 ], [ -75.218954, 39.95926 ], [ -75.219175, 39.959288 ], [ -75.219439, 39.960941 ], [ -75.219693, 39.962523 ], [ -75.220044, 39.963819 ], [ -75.22017, 39.964844 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160005", "device_counts": 1544, "stop_counts": 3571 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130448, 39.978589 ], [ -75.127579, 39.981383 ], [ -75.125593, 39.979124 ], [ -75.128628, 39.977533 ], [ -75.130448, 39.978589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204004", "device_counts": 551, "stop_counts": 2103 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155239, 40.020486 ], [ -75.152161, 40.020161 ], [ -75.152386, 40.018145 ], [ -75.154576, 40.017272 ], [ -75.155692, 40.019078 ], [ -75.155239, 40.020486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197003", "device_counts": 556, "stop_counts": 2137 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138463, 40.020171 ], [ -75.13674, 40.019958 ], [ -75.136984, 40.018789 ], [ -75.136811, 40.016899 ], [ -75.13911, 40.017187 ], [ -75.138463, 40.020171 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266006", "device_counts": 696, "stop_counts": 2897 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151879, 40.062406 ], [ -75.151414, 40.063206 ], [ -75.147649, 40.06301 ], [ -75.148107, 40.060903 ], [ -75.149219, 40.058432 ], [ -75.151141, 40.061326 ], [ -75.15175, 40.06222 ], [ -75.151879, 40.062406 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136011", "device_counts": 1155, "stop_counts": 3115 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178056, 39.970112 ], [ -75.17646, 39.96991 ], [ -75.174869, 39.96971 ], [ -75.17539, 39.967345 ], [ -75.178641, 39.967399 ], [ -75.178056, 39.970112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244001", "device_counts": 1176, "stop_counts": 3604 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166993, 40.025012 ], [ -75.165275, 40.024087 ], [ -75.162024, 40.022286 ], [ -75.162462, 40.021954 ], [ -75.162782, 40.020368 ], [ -75.163915, 40.02099 ], [ -75.168482, 40.023512 ], [ -75.166993, 40.025012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345021", "device_counts": 426, "stop_counts": 3199 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047286, 40.082932 ], [ -75.041488, 40.087338 ], [ -75.040877, 40.086966 ], [ -75.042143, 40.084065 ], [ -75.046249, 40.081459 ], [ -75.047286, 40.082932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202004", "device_counts": 1783, "stop_counts": 4837 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167292, 40.009695 ], [ -75.166871, 40.009901 ], [ -75.160943, 40.012647 ], [ -75.160453, 40.012067 ], [ -75.160936, 40.009632 ], [ -75.161095, 40.008883 ], [ -75.164576, 40.009337 ], [ -75.164733, 40.008616 ], [ -75.167945, 40.009378 ], [ -75.167292, 40.009695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161002", "device_counts": 2014, "stop_counts": 6750 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.125491, 39.989836 ], [ -75.122417, 39.987001 ], [ -75.120252, 39.984755 ], [ -75.122679, 39.983488 ], [ -75.125062, 39.982373 ], [ -75.125836, 39.983251 ], [ -75.124654, 39.984526 ], [ -75.124728, 39.985801 ], [ -75.127363, 39.988792 ], [ -75.125491, 39.989836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178007", "device_counts": 1181, "stop_counts": 4062 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123686, 39.990836 ], [ -75.12031, 39.992672 ], [ -75.118392, 39.990528 ], [ -75.122248, 39.988511 ], [ -75.124593, 39.990328 ], [ -75.123686, 39.990836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081011", "device_counts": 1882, "stop_counts": 6537 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235479, 39.948433 ], [ -75.235165, 39.949953 ], [ -75.230959, 39.949438 ], [ -75.231271, 39.947909 ], [ -75.233604, 39.947351 ], [ -75.235049, 39.946992 ], [ -75.235822, 39.946835 ], [ -75.235479, 39.948433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199002", "device_counts": 1348, "stop_counts": 4366 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144069, 40.006684 ], [ -75.143346, 40.008227 ], [ -75.142772, 40.008153 ], [ -75.142256, 40.008093 ], [ -75.140472, 40.007878 ], [ -75.14116, 40.004784 ], [ -75.141491, 40.003288 ], [ -75.143292, 40.003523 ], [ -75.143437, 40.005071 ], [ -75.144069, 40.006684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024001", "device_counts": 1137, "stop_counts": 2983 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156317, 39.938569 ], [ -75.154807, 39.93815 ], [ -75.153286, 39.937736 ], [ -75.153774, 39.935516 ], [ -75.155304, 39.935934 ], [ -75.15506, 39.936807 ], [ -75.156622, 39.937182 ], [ -75.156317, 39.938569 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267004", "device_counts": 1375, "stop_counts": 5494 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149705, 40.054649 ], [ -75.149478, 40.056217 ], [ -75.146002, 40.055765 ], [ -75.145211, 40.055661 ], [ -75.145553, 40.054117 ], [ -75.145881, 40.052598 ], [ -75.149919, 40.053127 ], [ -75.149705, 40.054649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283002", "device_counts": 481, "stop_counts": 1792 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142334, 40.028543 ], [ -75.13998, 40.028245 ], [ -75.140303, 40.026745 ], [ -75.140638, 40.025262 ], [ -75.143001, 40.025561 ], [ -75.142334, 40.028543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010003002", "device_counts": 10295, "stop_counts": 23094 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179937, 39.960028 ], [ -75.172002, 39.959007 ], [ -75.172783, 39.955604 ], [ -75.177527, 39.95549 ], [ -75.179122, 39.955984 ], [ -75.17972, 39.956164 ], [ -75.179126, 39.958004 ], [ -75.179937, 39.960028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377002", "device_counts": 4729, "stop_counts": 17837 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151266, 39.983978 ], [ -75.148109, 39.983604 ], [ -75.148437, 39.98211 ], [ -75.146769, 39.981893 ], [ -75.146102, 39.984978 ], [ -75.144154, 39.984724 ], [ -75.14405, 39.983721 ], [ -75.144169, 39.983092 ], [ -75.14501, 39.978597 ], [ -75.150661, 39.979325 ], [ -75.152235, 39.979531 ], [ -75.151266, 39.983978 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037022", "device_counts": 1488, "stop_counts": 5411 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184393, 39.926276 ], [ -75.18333, 39.926134 ], [ -75.182743, 39.926058 ], [ -75.181698, 39.925924 ], [ -75.182243, 39.923442 ], [ -75.183295, 39.923575 ], [ -75.183434, 39.922939 ], [ -75.185202, 39.922574 ], [ -75.184393, 39.926276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094004", "device_counts": 1709, "stop_counts": 5545 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236481, 39.963047 ], [ -75.235842, 39.966085 ], [ -75.23189, 39.965593 ], [ -75.232527, 39.962557 ], [ -75.23454, 39.962807 ], [ -75.236587, 39.962519 ], [ -75.236481, 39.963047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010208002", "device_counts": 1239, "stop_counts": 3724 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205848, 40.015281 ], [ -75.201269, 40.017189 ], [ -75.197636, 40.021461 ], [ -75.193308, 40.024091 ], [ -75.193048, 40.023558 ], [ -75.191105, 40.021663 ], [ -75.192405, 40.020495 ], [ -75.198361, 40.01527 ], [ -75.200278, 40.013708 ], [ -75.200954, 40.013061 ], [ -75.206139, 40.014753 ], [ -75.205848, 40.015281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353022", "device_counts": 3063, "stop_counts": 11771 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.003606, 40.071362 ], [ -74.998488, 40.078701 ], [ -74.995282, 40.077149 ], [ -74.991271, 40.07631 ], [ -74.988467, 40.073908 ], [ -74.987857, 40.072829 ], [ -74.993531, 40.071863 ], [ -74.996409, 40.06659 ], [ -74.99873, 40.065828 ], [ -74.998385, 40.064117 ], [ -75.007269, 40.069161 ], [ -75.003606, 40.071362 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308004", "device_counts": 688, "stop_counts": 3050 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0868, 40.052744 ], [ -75.085847, 40.05441 ], [ -75.079878, 40.051217 ], [ -75.082888, 40.048197 ], [ -75.086165, 40.050024 ], [ -75.085989, 40.050878 ], [ -75.0868, 40.052744 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153003", "device_counts": 1107, "stop_counts": 3331 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164184, 39.987311 ], [ -75.161032, 39.986907 ], [ -75.157899, 39.986492 ], [ -75.158246, 39.984934 ], [ -75.161383, 39.985339 ], [ -75.162951, 39.985542 ], [ -75.164517, 39.985759 ], [ -75.164184, 39.987311 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266008", "device_counts": 606, "stop_counts": 3128 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151596, 40.070328 ], [ -75.148331, 40.068485 ], [ -75.148648, 40.067138 ], [ -75.150505, 40.067377 ], [ -75.151534, 40.067507 ], [ -75.152322, 40.068901 ], [ -75.151596, 40.070328 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171003", "device_counts": 3188, "stop_counts": 11185 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178633, 40.005052 ], [ -75.173853, 40.007468 ], [ -75.172209, 40.007898 ], [ -75.169741, 40.008585 ], [ -75.16914, 40.008832 ], [ -75.165554, 40.004859 ], [ -75.165896, 40.003269 ], [ -75.168943, 40.00366 ], [ -75.169093, 40.003671 ], [ -75.171247, 40.003951 ], [ -75.176913, 40.004697 ], [ -75.178809, 40.004937 ], [ -75.178633, 40.005052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040022", "device_counts": 1556, "stop_counts": 6281 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167085, 39.918959 ], [ -75.163956, 39.918518 ], [ -75.16453, 39.915875 ], [ -75.166914, 39.916189 ], [ -75.167681, 39.916283 ], [ -75.167085, 39.918959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267003", "device_counts": 851, "stop_counts": 3273 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149919, 40.053127 ], [ -75.145881, 40.052598 ], [ -75.143571, 40.052297 ], [ -75.143841, 40.050771 ], [ -75.147004, 40.051175 ], [ -75.148578, 40.051383 ], [ -75.150142, 40.051578 ], [ -75.149919, 40.053127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190004", "device_counts": 639, "stop_counts": 3347 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101864, 40.012369 ], [ -75.101557, 40.013878 ], [ -75.099374, 40.013583 ], [ -75.100373, 40.008914 ], [ -75.102552, 40.009202 ], [ -75.101864, 40.012369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039024", "device_counts": 1404, "stop_counts": 7232 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177438, 39.91897 ], [ -75.177082, 39.920207 ], [ -75.174033, 39.919809 ], [ -75.174302, 39.918562 ], [ -75.175217, 39.915653 ], [ -75.17718, 39.91489 ], [ -75.178268, 39.915053 ], [ -75.177438, 39.91897 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201022", "device_counts": 2326, "stop_counts": 5020 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156028, 40.009868 ], [ -75.151246, 40.009279 ], [ -75.151603, 40.007665 ], [ -75.156376, 40.008284 ], [ -75.156028, 40.009868 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180013", "device_counts": 556, "stop_counts": 1739 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115605, 39.983551 ], [ -75.115251, 39.983157 ], [ -75.11345, 39.984105 ], [ -75.110939, 39.980568 ], [ -75.113008, 39.979488 ], [ -75.116075, 39.982938 ], [ -75.115605, 39.983551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040024", "device_counts": 2821, "stop_counts": 9354 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170581, 39.920653 ], [ -75.170309, 39.921885 ], [ -75.166563, 39.921418 ], [ -75.167085, 39.918959 ], [ -75.170854, 39.91941 ], [ -75.170581, 39.920653 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238001", "device_counts": 705, "stop_counts": 2607 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184524, 40.043654 ], [ -75.18308, 40.045068 ], [ -75.182203, 40.045894 ], [ -75.181701, 40.044831 ], [ -75.180884, 40.043246 ], [ -75.183101, 40.041063 ], [ -75.185569, 40.042625 ], [ -75.184524, 40.043654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204002", "device_counts": 3495, "stop_counts": 7904 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154576, 40.017272 ], [ -75.152386, 40.018145 ], [ -75.152161, 40.020161 ], [ -75.148953, 40.019743 ], [ -75.147139, 40.019518 ], [ -75.147143, 40.01901 ], [ -75.149544, 40.01787 ], [ -75.153849, 40.015891 ], [ -75.15409, 40.016325 ], [ -75.154576, 40.017272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207004", "device_counts": 5897, "stop_counts": 14928 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207599, 40.012719 ], [ -75.206207, 40.01472 ], [ -75.206139, 40.014753 ], [ -75.200954, 40.013061 ], [ -75.200278, 40.013708 ], [ -75.194847, 40.012175 ], [ -75.192879, 40.01162 ], [ -75.186537, 40.009831 ], [ -75.190514, 40.008407 ], [ -75.192225, 40.00722 ], [ -75.192467, 40.006482 ], [ -75.19281, 40.006733 ], [ -75.197451, 40.008315 ], [ -75.203107, 40.010138 ], [ -75.205485, 40.011501 ], [ -75.205978, 40.011723 ], [ -75.206968, 40.011372 ], [ -75.206286, 40.011923 ], [ -75.207599, 40.012719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160006", "device_counts": 2444, "stop_counts": 6428 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126136, 39.976082 ], [ -75.123334, 39.977514 ], [ -75.121032, 39.977811 ], [ -75.119763, 39.976369 ], [ -75.119969, 39.975911 ], [ -75.122592, 39.97388 ], [ -75.123391, 39.974403 ], [ -75.125201, 39.975558 ], [ -75.126136, 39.976082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306002", "device_counts": 906, "stop_counts": 2833 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.095999, 40.046002 ], [ -75.092242, 40.049978 ], [ -75.091416, 40.049543 ], [ -75.091268, 40.048083 ], [ -75.091859, 40.047485 ], [ -75.094175, 40.045026 ], [ -75.095999, 40.046002 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030023", "device_counts": 893, "stop_counts": 2631 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174495, 39.932523 ], [ -75.17397, 39.934974 ], [ -75.172389, 39.934765 ], [ -75.172922, 39.932328 ], [ -75.17319, 39.931104 ], [ -75.174764, 39.931307 ], [ -75.174495, 39.932523 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271002", "device_counts": 827, "stop_counts": 2971 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124614, 40.049849 ], [ -75.122776, 40.049613 ], [ -75.123566, 40.044993 ], [ -75.125631, 40.045259 ], [ -75.124614, 40.049849 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007001", "device_counts": 4752, "stop_counts": 10876 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176191, 39.952387 ], [ -75.173489, 39.952052 ], [ -75.173813, 39.950531 ], [ -75.175738, 39.950769 ], [ -75.176519, 39.95087 ], [ -75.176191, 39.952387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274012", "device_counts": 1886, "stop_counts": 5614 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129498, 40.041048 ], [ -75.126643, 40.040681 ], [ -75.126977, 40.039155 ], [ -75.127641, 40.036063 ], [ -75.130518, 40.036437 ], [ -75.129498, 40.041048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310007", "device_counts": 481, "stop_counts": 2409 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079334, 40.051809 ], [ -75.076902, 40.054387 ], [ -75.07509, 40.053364 ], [ -75.075675, 40.052745 ], [ -75.072108, 40.050765 ], [ -75.073936, 40.048841 ], [ -75.077529, 40.050805 ], [ -75.079334, 40.051809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010021", "device_counts": 11680, "stop_counts": 25606 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150339, 39.94373 ], [ -75.145243, 39.943087 ], [ -75.144933, 39.944494 ], [ -75.144009, 39.944388 ], [ -75.14408, 39.948379 ], [ -75.142466, 39.948174 ], [ -75.14406, 39.940972 ], [ -75.147604, 39.941422 ], [ -75.150755, 39.941818 ], [ -75.150339, 39.94373 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160001", "device_counts": 456, "stop_counts": 1787 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122679, 39.983488 ], [ -75.120252, 39.984755 ], [ -75.118522, 39.982825 ], [ -75.120973, 39.981546 ], [ -75.122679, 39.983488 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266007", "device_counts": 1616, "stop_counts": 4337 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153513, 40.064285 ], [ -75.152602, 40.067646 ], [ -75.152322, 40.068901 ], [ -75.151534, 40.067507 ], [ -75.150505, 40.067377 ], [ -75.150719, 40.066367 ], [ -75.151053, 40.064852 ], [ -75.151414, 40.063206 ], [ -75.151879, 40.062406 ], [ -75.152915, 40.063881 ], [ -75.153513, 40.064285 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242003", "device_counts": 1050, "stop_counts": 4523 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168308, 40.029173 ], [ -75.166488, 40.030794 ], [ -75.163749, 40.029255 ], [ -75.166395, 40.026593 ], [ -75.169816, 40.02845 ], [ -75.168308, 40.029173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063002", "device_counts": 947, "stop_counts": 3067 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236833, 39.925765 ], [ -75.234368, 39.923694 ], [ -75.233121, 39.924558 ], [ -75.232438, 39.92397 ], [ -75.234991, 39.922169 ], [ -75.23816, 39.924839 ], [ -75.236833, 39.925765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008032", "device_counts": 2153, "stop_counts": 5508 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175738, 39.950769 ], [ -75.173813, 39.950531 ], [ -75.174173, 39.948921 ], [ -75.174323, 39.948177 ], [ -75.176239, 39.948414 ], [ -75.175738, 39.950769 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267005", "device_counts": 1721, "stop_counts": 4626 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155554, 40.054074 ], [ -75.153438, 40.055707 ], [ -75.152594, 40.056367 ], [ -75.152723, 40.054825 ], [ -75.149705, 40.054649 ], [ -75.149919, 40.053127 ], [ -75.150142, 40.051578 ], [ -75.152881, 40.052844 ], [ -75.155214, 40.053922 ], [ -75.155554, 40.054074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264002", "device_counts": 380, "stop_counts": 2169 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160911, 40.057865 ], [ -75.160983, 40.060654 ], [ -75.158413, 40.059181 ], [ -75.160691, 40.056831 ], [ -75.162122, 40.057638 ], [ -75.160911, 40.057865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136023", "device_counts": 636, "stop_counts": 1636 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180729, 39.972841 ], [ -75.178108, 39.972509 ], [ -75.178606, 39.97018 ], [ -75.181234, 39.970504 ], [ -75.180729, 39.972841 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063001", "device_counts": 1127, "stop_counts": 3808 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235594, 39.92664 ], [ -75.234328, 39.925573 ], [ -75.233121, 39.924558 ], [ -75.234368, 39.923694 ], [ -75.236833, 39.925765 ], [ -75.235594, 39.92664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326006", "device_counts": 879, "stop_counts": 2839 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041957, 40.028152 ], [ -75.0387, 40.029839 ], [ -75.036898, 40.027779 ], [ -75.040219, 40.026061 ], [ -75.041957, 40.028152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010142001", "device_counts": 1226, "stop_counts": 3227 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146543, 39.97038 ], [ -75.145018, 39.970191 ], [ -75.145487, 39.96823 ], [ -75.143524, 39.967942 ], [ -75.144002, 39.96567 ], [ -75.147146, 39.967126 ], [ -75.146543, 39.97038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390008", "device_counts": 555, "stop_counts": 2137 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094339, 40.032217 ], [ -75.093497, 40.033072 ], [ -75.09227, 40.034323 ], [ -75.090599, 40.033398 ], [ -75.091806, 40.032145 ], [ -75.093021, 40.030888 ], [ -75.093204, 40.030704 ], [ -75.093542, 40.031195 ], [ -75.094339, 40.032217 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011011", "device_counts": 3506, "stop_counts": 6220 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165341, 39.944664 ], [ -75.164845, 39.946999 ], [ -75.164772, 39.946983 ], [ -75.163648, 39.946836 ], [ -75.163955, 39.945423 ], [ -75.163137, 39.944388 ], [ -75.165274, 39.944655 ], [ -75.165341, 39.944664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010133002", "device_counts": 7169, "stop_counts": 18139 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164744, 39.970436 ], [ -75.164555, 39.970816 ], [ -75.159702, 39.970202 ], [ -75.160395, 39.967064 ], [ -75.160678, 39.96577 ], [ -75.163949, 39.966166 ], [ -75.163743, 39.967125 ], [ -75.165256, 39.967563 ], [ -75.164744, 39.970436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111005", "device_counts": 3506, "stop_counts": 9210 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226451, 39.977717 ], [ -75.224848, 39.97712 ], [ -75.21953, 39.974639 ], [ -75.219655, 39.97377 ], [ -75.219481, 39.973665 ], [ -75.222827, 39.973318 ], [ -75.226131, 39.972964 ], [ -75.226765, 39.977211 ], [ -75.226451, 39.977717 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079001", "device_counts": 773, "stop_counts": 1806 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218347, 39.952553 ], [ -75.21635, 39.952302 ], [ -75.212393, 39.951811 ], [ -75.212716, 39.950292 ], [ -75.214691, 39.950542 ], [ -75.218676, 39.951032 ], [ -75.218347, 39.952553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010021002", "device_counts": 2084, "stop_counts": 7050 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17717, 39.936933 ], [ -75.178464, 39.938278 ], [ -75.17631, 39.939021 ], [ -75.173173, 39.938641 ], [ -75.17385, 39.93545 ], [ -75.17397, 39.934974 ], [ -75.178514, 39.935544 ], [ -75.17717, 39.936933 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169013", "device_counts": 2259, "stop_counts": 10004 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179748, 39.991715 ], [ -75.179584, 39.992463 ], [ -75.179248, 39.993963 ], [ -75.178576, 39.99704 ], [ -75.175539, 39.996639 ], [ -75.176212, 39.993572 ], [ -75.176535, 39.992076 ], [ -75.177206, 39.988991 ], [ -75.178616, 39.989179 ], [ -75.180257, 39.989388 ], [ -75.179748, 39.991715 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273004", "device_counts": 521, "stop_counts": 2213 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123535, 40.038719 ], [ -75.12281, 40.040181 ], [ -75.120434, 40.039886 ], [ -75.121072, 40.036815 ], [ -75.123686, 40.037144 ], [ -75.123535, 40.038719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261001", "device_counts": 902, "stop_counts": 4221 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178918, 40.069175 ], [ -75.17394, 40.07431 ], [ -75.171716, 40.073039 ], [ -75.16899, 40.071473 ], [ -75.170657, 40.069832 ], [ -75.172207, 40.068288 ], [ -75.173459, 40.067054 ], [ -75.174044, 40.067381 ], [ -75.178918, 40.069175 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316002", "device_counts": 1690, "stop_counts": 5026 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058231, 40.031651 ], [ -75.057092, 40.032869 ], [ -75.054054, 40.03118 ], [ -75.055416, 40.030086 ], [ -75.055661, 40.029843 ], [ -75.056077, 40.029455 ], [ -75.058848, 40.030998 ], [ -75.058231, 40.031651 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209001", "device_counts": 950, "stop_counts": 2976 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211564, 40.020898 ], [ -75.209213, 40.021899 ], [ -75.208035, 40.023114 ], [ -75.207732, 40.023783 ], [ -75.207501, 40.023328 ], [ -75.207536, 40.021731 ], [ -75.207595, 40.019536 ], [ -75.207863, 40.018582 ], [ -75.209735, 40.018509 ], [ -75.211564, 40.020898 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164002", "device_counts": 456, "stop_counts": 1443 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140861, 39.989001 ], [ -75.139021, 39.988764 ], [ -75.139669, 39.985802 ], [ -75.14152, 39.986016 ], [ -75.140861, 39.989001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010020001", "device_counts": 1662, "stop_counts": 5597 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184956, 39.940084 ], [ -75.18314, 39.939895 ], [ -75.181494, 39.939687 ], [ -75.179839, 39.939478 ], [ -75.180621, 39.935816 ], [ -75.183916, 39.93624 ], [ -75.185498, 39.937597 ], [ -75.184956, 39.940084 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008041", "device_counts": 7873, "stop_counts": 18722 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170667, 39.950131 ], [ -75.167517, 39.949744 ], [ -75.16803, 39.947386 ], [ -75.17118, 39.947784 ], [ -75.170667, 39.950131 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369003", "device_counts": 18221, "stop_counts": 81583 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195616, 39.954027 ], [ -75.194152, 39.95618 ], [ -75.189489, 39.955593 ], [ -75.188266, 39.955441 ], [ -75.181105, 39.95458 ], [ -75.179889, 39.955436 ], [ -75.180223, 39.954472 ], [ -75.180909, 39.952982 ], [ -75.181663, 39.951509 ], [ -75.194786, 39.953142 ], [ -75.194623, 39.953902 ], [ -75.195616, 39.954027 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369001", "device_counts": 11217, "stop_counts": 39926 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196603, 39.954149 ], [ -75.196121, 39.956429 ], [ -75.194152, 39.95618 ], [ -75.195616, 39.954027 ], [ -75.194623, 39.953902 ], [ -75.194786, 39.953142 ], [ -75.181663, 39.951509 ], [ -75.183288, 39.949512 ], [ -75.185634, 39.948021 ], [ -75.187231, 39.947176 ], [ -75.191689, 39.95032 ], [ -75.195322, 39.950781 ], [ -75.197243, 39.951021 ], [ -75.196603, 39.954149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010012", "device_counts": 4558, "stop_counts": 9746 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153694, 39.943218 ], [ -75.153184, 39.945536 ], [ -75.150764, 39.945558 ], [ -75.149954, 39.945505 ], [ -75.150037, 39.945144 ], [ -75.150339, 39.94373 ], [ -75.150755, 39.941818 ], [ -75.152334, 39.942015 ], [ -75.153916, 39.942205 ], [ -75.153694, 39.943218 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010002001", "device_counts": 25673, "stop_counts": 76202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162339, 39.957825 ], [ -75.155538, 39.956923 ], [ -75.154451, 39.956777 ], [ -75.151223, 39.956862 ], [ -75.151539, 39.952948 ], [ -75.163093, 39.9544 ], [ -75.162339, 39.957825 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010003001", "device_counts": 27446, "stop_counts": 98112 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172002, 39.959007 ], [ -75.162413, 39.957834 ], [ -75.162339, 39.957825 ], [ -75.163093, 39.9544 ], [ -75.163151, 39.954411 ], [ -75.171134, 39.955394 ], [ -75.172783, 39.955604 ], [ -75.172002, 39.959007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007002", "device_counts": 23419, "stop_counts": 65860 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173489, 39.952052 ], [ -75.164011, 39.950876 ], [ -75.164338, 39.949346 ], [ -75.16594, 39.949553 ], [ -75.167517, 39.949744 ], [ -75.170667, 39.950131 ], [ -75.172752, 39.950398 ], [ -75.173813, 39.950531 ], [ -75.173489, 39.952052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008042", "device_counts": 6396, "stop_counts": 14041 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16594, 39.949553 ], [ -75.164338, 39.949346 ], [ -75.164752, 39.947424 ], [ -75.166362, 39.947633 ], [ -75.16594, 39.949553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030015", "device_counts": 869, "stop_counts": 2547 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174764, 39.931307 ], [ -75.17319, 39.931104 ], [ -75.171065, 39.930827 ], [ -75.171339, 39.929608 ], [ -75.172907, 39.929811 ], [ -75.175032, 39.930087 ], [ -75.174764, 39.931307 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373003", "device_counts": 5043, "stop_counts": 12354 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193987, 39.905633 ], [ -75.192285, 39.906428 ], [ -75.190073, 39.90752 ], [ -75.183387, 39.906617 ], [ -75.173566, 39.905394 ], [ -75.174808, 39.899179 ], [ -75.174959, 39.898488 ], [ -75.176562, 39.898666 ], [ -75.187183, 39.896682 ], [ -75.189993, 39.89681 ], [ -75.19194, 39.896089 ], [ -75.193923, 39.900403 ], [ -75.193987, 39.905633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010056001", "device_counts": 4974, "stop_counts": 14616 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249109, 39.901113 ], [ -75.247308, 39.902282 ], [ -75.244985, 39.903178 ], [ -75.240576, 39.904062 ], [ -75.240331, 39.904113 ], [ -75.238643, 39.898691 ], [ -75.243752, 39.893025 ], [ -75.252349, 39.897618 ], [ -75.249109, 39.901113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122011", "device_counts": 2822, "stop_counts": 8662 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214054, 40.00501 ], [ -75.209771, 40.006983 ], [ -75.206868, 40.006944 ], [ -75.206209, 40.006641 ], [ -75.207589, 40.005981 ], [ -75.209385, 40.002429 ], [ -75.21114, 40.002124 ], [ -75.215355, 40.001244 ], [ -75.214054, 40.00501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122031", "device_counts": 7574, "stop_counts": 20405 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213537, 40.006554 ], [ -75.213745, 40.00716 ], [ -75.207993, 40.009842 ], [ -75.203156, 40.008256 ], [ -75.206868, 40.006944 ], [ -75.209771, 40.006983 ], [ -75.214054, 40.00501 ], [ -75.213537, 40.006554 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183003", "device_counts": 2663, "stop_counts": 9307 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.08637, 39.998895 ], [ -75.086234, 39.998967 ], [ -75.079781, 40.002337 ], [ -75.077476, 40.004139 ], [ -75.075687, 40.005553 ], [ -75.073149, 40.001517 ], [ -75.070609, 40.001652 ], [ -75.070175, 40.00106 ], [ -75.07472, 39.9987 ], [ -75.080522, 39.996472 ], [ -75.079364, 39.994264 ], [ -75.080785, 39.993572 ], [ -75.080932, 39.993498 ], [ -75.084452, 39.997146 ], [ -75.086505, 39.998825 ], [ -75.08637, 39.998895 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010216002", "device_counts": 2801, "stop_counts": 9592 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249271, 40.04534 ], [ -75.248689, 40.045941 ], [ -75.246742, 40.048517 ], [ -75.245728, 40.049257 ], [ -75.244974, 40.047166 ], [ -75.244871, 40.045819 ], [ -75.243483, 40.045379 ], [ -75.235419, 40.048775 ], [ -75.23204, 40.045328 ], [ -75.22853, 40.04386 ], [ -75.234005, 40.041307 ], [ -75.234363, 40.040917 ], [ -75.236642, 40.036295 ], [ -75.234937, 40.0349 ], [ -75.23564, 40.034249 ], [ -75.233394, 40.031906 ], [ -75.234535, 40.030426 ], [ -75.238068, 40.032127 ], [ -75.245598, 40.037655 ], [ -75.249181, 40.041951 ], [ -75.251298, 40.043505 ], [ -75.249271, 40.04534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272002", "device_counts": 3063, "stop_counts": 9142 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118503, 40.049061 ], [ -75.117478, 40.048927 ], [ -75.112588, 40.04638 ], [ -75.112363, 40.047563 ], [ -75.110985, 40.046769 ], [ -75.111033, 40.044404 ], [ -75.112248, 40.04321 ], [ -75.11307, 40.043971 ], [ -75.113544, 40.042711 ], [ -75.114119, 40.043644 ], [ -75.119454, 40.04448 ], [ -75.118503, 40.049061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318004", "device_counts": 771, "stop_counts": 2197 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084089, 40.031826 ], [ -75.080757, 40.032541 ], [ -75.081231, 40.032046 ], [ -75.079443, 40.031051 ], [ -75.080866, 40.029556 ], [ -75.084197, 40.031438 ], [ -75.084089, 40.031826 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365012", "device_counts": 3618, "stop_counts": 12671 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024891, 40.129216 ], [ -75.020571, 40.132274 ], [ -75.015066, 40.137992 ], [ -75.009117, 40.134355 ], [ -75.012295, 40.131736 ], [ -75.013206, 40.130233 ], [ -75.021931, 40.127467 ], [ -75.024891, 40.129216 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345012", "device_counts": 1766, "stop_counts": 6852 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04312, 40.077166 ], [ -75.040252, 40.079994 ], [ -75.036758, 40.079083 ], [ -75.03536, 40.074939 ], [ -75.035087, 40.074617 ], [ -75.036627, 40.073019 ], [ -75.040606, 40.07535 ], [ -75.041869, 40.075429 ], [ -75.04312, 40.077166 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218003", "device_counts": 512, "stop_counts": 2827 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23365, 40.057887 ], [ -75.230156, 40.05955 ], [ -75.228561, 40.057265 ], [ -75.228838, 40.056168 ], [ -75.231223, 40.053703 ], [ -75.231721, 40.054078 ], [ -75.23365, 40.057887 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353012", "device_counts": 787, "stop_counts": 5808 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.99873, 40.065828 ], [ -74.996409, 40.06659 ], [ -74.993531, 40.071863 ], [ -74.987857, 40.072829 ], [ -74.988454, 40.066701 ], [ -74.987379, 40.065368 ], [ -74.991704, 40.062339 ], [ -74.995269, 40.062344 ], [ -74.998385, 40.064117 ], [ -74.99873, 40.065828 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091002", "device_counts": 7226, "stop_counts": 27482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.201137, 39.959242 ], [ -75.198681, 39.959429 ], [ -75.198844, 39.960637 ], [ -75.194015, 39.961124 ], [ -75.193905, 39.960514 ], [ -75.193574, 39.958689 ], [ -75.194152, 39.95618 ], [ -75.196121, 39.956429 ], [ -75.199622, 39.95686 ], [ -75.201137, 39.959242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019003", "device_counts": 5445, "stop_counts": 13015 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171341, 39.939663 ], [ -75.171125, 39.940626 ], [ -75.169386, 39.941211 ], [ -75.166204, 39.940813 ], [ -75.166208, 39.940431 ], [ -75.166292, 39.940031 ], [ -75.166816, 39.937869 ], [ -75.170025, 39.938263 ], [ -75.171602, 39.938447 ], [ -75.171341, 39.939663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010020002", "device_counts": 832, "stop_counts": 3582 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.18824, 39.939878 ], [ -75.186551, 39.94023 ], [ -75.184956, 39.940084 ], [ -75.185498, 39.937597 ], [ -75.183916, 39.93624 ], [ -75.187326, 39.936679 ], [ -75.188885, 39.936887 ], [ -75.18824, 39.939878 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029001", "device_counts": 4756, "stop_counts": 11787 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169494, 39.925596 ], [ -75.169228, 39.926806 ], [ -75.168956, 39.928035 ], [ -75.168689, 39.929256 ], [ -75.168567, 39.929252 ], [ -75.166507, 39.929037 ], [ -75.166246, 39.930207 ], [ -75.163504, 39.92983 ], [ -75.165005, 39.92855 ], [ -75.16735, 39.926579 ], [ -75.169428, 39.925593 ], [ -75.169494, 39.925596 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066004", "device_counts": 2464, "stop_counts": 7690 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234337, 39.927526 ], [ -75.230104, 39.929711 ], [ -75.229222, 39.929172 ], [ -75.230654, 39.928158 ], [ -75.2294, 39.927156 ], [ -75.22869, 39.926602 ], [ -75.229818, 39.925811 ], [ -75.231194, 39.924845 ], [ -75.232438, 39.92397 ], [ -75.233121, 39.924558 ], [ -75.234328, 39.925573 ], [ -75.234337, 39.927526 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080004", "device_counts": 2289, "stop_counts": 7747 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230323, 39.952475 ], [ -75.229999, 39.953996 ], [ -75.226224, 39.953528 ], [ -75.226539, 39.952 ], [ -75.226869, 39.95046 ], [ -75.22703, 39.949702 ], [ -75.230793, 39.950172 ], [ -75.230323, 39.952475 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084001", "device_counts": 1299, "stop_counts": 4195 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235745, 39.957049 ], [ -75.233732, 39.956801 ], [ -75.231557, 39.957102 ], [ -75.231937, 39.955319 ], [ -75.232153, 39.954262 ], [ -75.234212, 39.954521 ], [ -75.233984, 39.955579 ], [ -75.235997, 39.955831 ], [ -75.235745, 39.957049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094002", "device_counts": 1574, "stop_counts": 4991 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232527, 39.962557 ], [ -75.230552, 39.96231 ], [ -75.22992, 39.965352 ], [ -75.227679, 39.965072 ], [ -75.228645, 39.960463 ], [ -75.230801, 39.960722 ], [ -75.232857, 39.960976 ], [ -75.232527, 39.962557 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095003", "device_counts": 1576, "stop_counts": 5209 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24011, 39.965055 ], [ -75.238137, 39.96481 ], [ -75.237798, 39.963206 ], [ -75.236481, 39.963047 ], [ -75.236587, 39.962519 ], [ -75.236808, 39.961471 ], [ -75.238785, 39.961715 ], [ -75.240762, 39.96196 ], [ -75.24011, 39.965055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010106002", "device_counts": 2204, "stop_counts": 7070 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209344, 39.964621 ], [ -75.208344, 39.966876 ], [ -75.20756, 39.966381 ], [ -75.202342, 39.963137 ], [ -75.20236, 39.962859 ], [ -75.206889, 39.962485 ], [ -75.209058, 39.962329 ], [ -75.209344, 39.964621 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247004", "device_counts": 1311, "stop_counts": 4742 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16483, 40.045468 ], [ -75.163175, 40.047076 ], [ -75.161656, 40.048559 ], [ -75.158132, 40.046418 ], [ -75.158217, 40.045076 ], [ -75.161033, 40.045769 ], [ -75.163452, 40.043431 ], [ -75.163739, 40.044801 ], [ -75.16483, 40.045468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010141001", "device_counts": 4432, "stop_counts": 15955 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154149, 39.970778 ], [ -75.152188, 39.972318 ], [ -75.151915, 39.973588 ], [ -75.150315, 39.973382 ], [ -75.146082, 39.972833 ], [ -75.146543, 39.97038 ], [ -75.147146, 39.967126 ], [ -75.153018, 39.968549 ], [ -75.154549, 39.968931 ], [ -75.154149, 39.970778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135004", "device_counts": 2316, "stop_counts": 7927 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169274, 39.971406 ], [ -75.167703, 39.971211 ], [ -75.164555, 39.970816 ], [ -75.164744, 39.970436 ], [ -75.165256, 39.967563 ], [ -75.165349, 39.967149 ], [ -75.168569, 39.967226 ], [ -75.170177, 39.96725 ], [ -75.169274, 39.971406 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139002", "device_counts": 1807, "stop_counts": 7228 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173414, 39.976363 ], [ -75.171813, 39.976164 ], [ -75.171213, 39.978952 ], [ -75.170287, 39.978845 ], [ -75.16616, 39.978308 ], [ -75.166463, 39.976877 ], [ -75.16722, 39.973397 ], [ -75.168263, 39.975259 ], [ -75.173785, 39.974677 ], [ -75.173414, 39.976363 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010145001", "device_counts": 1639, "stop_counts": 6065 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151306, 39.976382 ], [ -75.150661, 39.979325 ], [ -75.14501, 39.978597 ], [ -75.145559, 39.975638 ], [ -75.149734, 39.976182 ], [ -75.150315, 39.973382 ], [ -75.151915, 39.973588 ], [ -75.151306, 39.976382 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153004", "device_counts": 2354, "stop_counts": 7923 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164855, 39.984239 ], [ -75.164517, 39.985759 ], [ -75.162951, 39.985542 ], [ -75.163286, 39.984034 ], [ -75.158567, 39.98342 ], [ -75.159219, 39.980435 ], [ -75.165511, 39.981244 ], [ -75.164855, 39.984239 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152004", "device_counts": 1446, "stop_counts": 6302 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171847, 39.983599 ], [ -75.17151, 39.98509 ], [ -75.167078, 39.984517 ], [ -75.166419, 39.984436 ], [ -75.164855, 39.984239 ], [ -75.165511, 39.981244 ], [ -75.167076, 39.981454 ], [ -75.172161, 39.9821 ], [ -75.171847, 39.983599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163002", "device_counts": 2646, "stop_counts": 7348 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138352, 39.991851 ], [ -75.135466, 39.991479 ], [ -75.132893, 39.991144 ], [ -75.133549, 39.98806 ], [ -75.139021, 39.988764 ], [ -75.138352, 39.991851 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199004", "device_counts": 2143, "stop_counts": 6386 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148277, 40.005697 ], [ -75.143437, 40.005071 ], [ -75.143292, 40.003523 ], [ -75.141491, 40.003288 ], [ -75.14116, 40.004784 ], [ -75.137529, 40.004304 ], [ -75.137669, 40.003645 ], [ -75.139876, 40.002845 ], [ -75.142416, 40.00195 ], [ -75.147717, 39.999974 ], [ -75.148148, 40.000987 ], [ -75.148817, 40.002698 ], [ -75.148277, 40.005697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176023", "device_counts": 2510, "stop_counts": 7405 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138524, 39.999743 ], [ -75.132172, 39.998913 ], [ -75.12926, 39.998539 ], [ -75.129921, 39.99546 ], [ -75.130122, 39.994573 ], [ -75.13191, 39.995754 ], [ -75.138713, 39.998891 ], [ -75.138524, 39.999743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298004", "device_counts": 5008, "stop_counts": 15251 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070429, 40.013167 ], [ -75.068503, 40.013619 ], [ -75.068202, 40.014729 ], [ -75.06807, 40.014992 ], [ -75.065941, 40.015727 ], [ -75.064145, 40.013681 ], [ -75.062519, 40.014542 ], [ -75.061413, 40.013284 ], [ -75.061339, 40.012764 ], [ -75.069508, 40.010798 ], [ -75.069786, 40.011543 ], [ -75.06999, 40.012032 ], [ -75.070429, 40.013167 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192004", "device_counts": 2367, "stop_counts": 7432 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112398, 40.00052 ], [ -75.11046, 40.000268 ], [ -75.110017, 40.002282 ], [ -75.104197, 40.001525 ], [ -75.106442, 40.000322 ], [ -75.109848, 39.998436 ], [ -75.110983, 39.997801 ], [ -75.112923, 39.99806 ], [ -75.112398, 40.00052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288003", "device_counts": 3332, "stop_counts": 11084 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127922, 40.021979 ], [ -75.127234, 40.02353 ], [ -75.126967, 40.024818 ], [ -75.123525, 40.025463 ], [ -75.122279, 40.02565 ], [ -75.119735, 40.026017 ], [ -75.119603, 40.025117 ], [ -75.119823, 40.02412 ], [ -75.121762, 40.024364 ], [ -75.122095, 40.022864 ], [ -75.122425, 40.021314 ], [ -75.124346, 40.021552 ], [ -75.127588, 40.021935 ], [ -75.127922, 40.021979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010241001", "device_counts": 5547, "stop_counts": 20097 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176428, 40.037794 ], [ -75.175208, 40.036232 ], [ -75.173951, 40.035193 ], [ -75.173724, 40.035012 ], [ -75.17061, 40.033131 ], [ -75.173482, 40.030336 ], [ -75.174572, 40.029244 ], [ -75.181235, 40.033097 ], [ -75.176428, 40.037794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264005", "device_counts": 1198, "stop_counts": 3985 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165714, 40.06439 ], [ -75.162018, 40.063095 ], [ -75.163166, 40.061911 ], [ -75.165453, 40.059541 ], [ -75.168641, 40.061373 ], [ -75.165714, 40.06439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260001", "device_counts": 1351, "stop_counts": 5565 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172621, 40.078103 ], [ -75.169914, 40.080818 ], [ -75.163399, 40.07695 ], [ -75.166062, 40.074338 ], [ -75.167097, 40.07332 ], [ -75.167309, 40.074208 ], [ -75.170822, 40.076226 ], [ -75.170289, 40.076767 ], [ -75.172621, 40.078103 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010270002", "device_counts": 1020, "stop_counts": 4777 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137767, 40.053112 ], [ -75.133814, 40.0526 ], [ -75.130783, 40.052206 ], [ -75.132121, 40.046018 ], [ -75.134724, 40.046134 ], [ -75.136019, 40.046229 ], [ -75.137529, 40.046805 ], [ -75.139107, 40.047011 ], [ -75.137767, 40.053112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281001", "device_counts": 1498, "stop_counts": 6606 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152369, 40.031387 ], [ -75.151272, 40.032579 ], [ -75.149859, 40.035827 ], [ -75.148179, 40.035598 ], [ -75.145554, 40.035262 ], [ -75.146575, 40.030637 ], [ -75.148206, 40.030851 ], [ -75.151521, 40.030498 ], [ -75.151356, 40.031255 ], [ -75.152369, 40.031387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321003", "device_counts": 1404, "stop_counts": 4959 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.065113, 40.017511 ], [ -75.06113, 40.019725 ], [ -75.057513, 40.021597 ], [ -75.055687, 40.019504 ], [ -75.059304, 40.017638 ], [ -75.063385, 40.01552 ], [ -75.065113, 40.017511 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334004", "device_counts": 10274, "stop_counts": 29982 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060654, 40.050999 ], [ -75.058283, 40.053484 ], [ -75.057125, 40.054722 ], [ -75.054947, 40.053507 ], [ -75.056036, 40.05224 ], [ -75.052836, 40.050498 ], [ -75.050943, 40.050215 ], [ -75.051057, 40.049022 ], [ -75.051146, 40.048113 ], [ -75.051682, 40.046963 ], [ -75.054287, 40.044448 ], [ -75.057048, 40.04603 ], [ -75.059937, 40.047751 ], [ -75.058284, 40.049688 ], [ -75.060654, 40.050999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319005", "device_counts": 991, "stop_counts": 4738 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073364, 40.025369 ], [ -75.067957, 40.026583 ], [ -75.065403, 40.027033 ], [ -75.065108, 40.027073 ], [ -75.065492, 40.026589 ], [ -75.063254, 40.024912 ], [ -75.062802, 40.024402 ], [ -75.068516, 40.021385 ], [ -75.069087, 40.021904 ], [ -75.073364, 40.025369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330004", "device_counts": 1429, "stop_counts": 6817 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.03517, 40.030116 ], [ -75.030907, 40.032318 ], [ -75.032739, 40.034407 ], [ -75.030905, 40.035358 ], [ -75.029881, 40.034072 ], [ -75.02798, 40.031894 ], [ -75.029706, 40.030947 ], [ -75.028413, 40.029758 ], [ -75.032752, 40.02705 ], [ -75.034354, 40.029096 ], [ -75.03517, 40.030116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010001001", "device_counts": 21169, "stop_counts": 54536 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148472, 39.952578 ], [ -75.141469, 39.951698 ], [ -75.142466, 39.948174 ], [ -75.14408, 39.948379 ], [ -75.149186, 39.949032 ], [ -75.148472, 39.952578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008011", "device_counts": 2882, "stop_counts": 7248 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181663, 39.951509 ], [ -75.177323, 39.950964 ], [ -75.177843, 39.94861 ], [ -75.180021, 39.948872 ], [ -75.181134, 39.949008 ], [ -75.183288, 39.949512 ], [ -75.181663, 39.951509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087021", "device_counts": 3919, "stop_counts": 11484 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208761, 39.95488 ], [ -75.2086, 39.955636 ], [ -75.208128, 39.957915 ], [ -75.204145, 39.957422 ], [ -75.204933, 39.955181 ], [ -75.205092, 39.954419 ], [ -75.20546, 39.952682 ], [ -75.205583, 39.952056 ], [ -75.209264, 39.952522 ], [ -75.208761, 39.95488 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098023", "device_counts": 3344, "stop_counts": 9612 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.273552, 39.978279 ], [ -75.271309, 39.979275 ], [ -75.267588, 39.974662 ], [ -75.271363, 39.972843 ], [ -75.270639, 39.974669 ], [ -75.273103, 39.974965 ], [ -75.273552, 39.978279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134012", "device_counts": 3114, "stop_counts": 5711 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176778, 39.964822 ], [ -75.17539, 39.967345 ], [ -75.172108, 39.967284 ], [ -75.17256, 39.965219 ], [ -75.172848, 39.963923 ], [ -75.176219, 39.964409 ], [ -75.176778, 39.964822 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158001", "device_counts": 931, "stop_counts": 3077 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131238, 39.977786 ], [ -75.130448, 39.978589 ], [ -75.128628, 39.977533 ], [ -75.129573, 39.975894 ], [ -75.128693, 39.974284 ], [ -75.127903, 39.972811 ], [ -75.129224, 39.972357 ], [ -75.130366, 39.97445 ], [ -75.13267, 39.975304 ], [ -75.131238, 39.977786 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379006", "device_counts": 1308, "stop_counts": 4489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.098035, 39.990748 ], [ -75.095726, 39.99195 ], [ -75.093664, 39.9896 ], [ -75.091216, 39.99088 ], [ -75.089616, 39.989064 ], [ -75.094393, 39.98663 ], [ -75.095964, 39.988395 ], [ -75.097054, 39.987828 ], [ -75.099128, 39.990172 ], [ -75.098035, 39.990748 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010235001", "device_counts": 670, "stop_counts": 2136 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209969, 40.047081 ], [ -75.209622, 40.047047 ], [ -75.207005, 40.047063 ], [ -75.201433, 40.042404 ], [ -75.193127, 40.035381 ], [ -75.189063, 40.031905 ], [ -75.190861, 40.031144 ], [ -75.196938, 40.033266 ], [ -75.197535, 40.033892 ], [ -75.198918, 40.038973 ], [ -75.200359, 40.037477 ], [ -75.202846, 40.039503 ], [ -75.203164, 40.037635 ], [ -75.205546, 40.039057 ], [ -75.205047, 40.043123 ], [ -75.207016, 40.0416 ], [ -75.208173, 40.04199 ], [ -75.20994, 40.044636 ], [ -75.209969, 40.047081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279022", "device_counts": 2540, "stop_counts": 7984 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158834, 40.035884 ], [ -75.158363, 40.036346 ], [ -75.158341, 40.042021 ], [ -75.158306, 40.042861 ], [ -75.153946, 40.042752 ], [ -75.154068, 40.041016 ], [ -75.154415, 40.039493 ], [ -75.149988, 40.038971 ], [ -75.149126, 40.037464 ], [ -75.149859, 40.035827 ], [ -75.151272, 40.032579 ], [ -75.152369, 40.031387 ], [ -75.154034, 40.031564 ], [ -75.154776, 40.031452 ], [ -75.157119, 40.030993 ], [ -75.158124, 40.030825 ], [ -75.15764, 40.033206 ], [ -75.159601, 40.035137 ], [ -75.158834, 40.035884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149002", "device_counts": 868, "stop_counts": 2721 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176933, 39.982713 ], [ -75.175344, 39.982517 ], [ -75.175989, 39.979572 ], [ -75.177585, 39.979774 ], [ -75.176933, 39.982713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151023", "device_counts": 1721, "stop_counts": 6838 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183795, 39.988236 ], [ -75.183601, 39.989159 ], [ -75.183459, 39.9898 ], [ -75.180257, 39.989388 ], [ -75.178616, 39.989179 ], [ -75.179043, 39.987154 ], [ -75.180258, 39.986345 ], [ -75.180896, 39.986709 ], [ -75.18255, 39.986509 ], [ -75.184136, 39.986721 ], [ -75.183795, 39.988236 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152003", "device_counts": 805, "stop_counts": 3358 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174694, 39.985506 ], [ -75.174361, 39.987024 ], [ -75.171197, 39.986603 ], [ -75.17151, 39.98509 ], [ -75.171847, 39.983599 ], [ -75.175026, 39.98402 ], [ -75.174694, 39.985506 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157002", "device_counts": 537, "stop_counts": 2456 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136423, 39.97902 ], [ -75.136105, 39.980514 ], [ -75.133733, 39.980208 ], [ -75.13437, 39.977219 ], [ -75.136739, 39.977527 ], [ -75.136423, 39.97902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158005", "device_counts": 1192, "stop_counts": 3843 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133374, 39.97409 ], [ -75.13267, 39.975304 ], [ -75.130366, 39.97445 ], [ -75.129224, 39.972357 ], [ -75.131239, 39.97165 ], [ -75.133286, 39.970766 ], [ -75.134401, 39.972303 ], [ -75.133374, 39.97409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378003", "device_counts": 833, "stop_counts": 3017 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117697, 39.980904 ], [ -75.117355, 39.981481 ], [ -75.116146, 39.980111 ], [ -75.114768, 39.978568 ], [ -75.117217, 39.977289 ], [ -75.118611, 39.978879 ], [ -75.117697, 39.980904 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163001", "device_counts": 2081, "stop_counts": 6335 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130898, 39.99089 ], [ -75.127031, 39.990386 ], [ -75.125491, 39.989836 ], [ -75.127363, 39.988792 ], [ -75.129641, 39.987546 ], [ -75.131557, 39.987799 ], [ -75.130898, 39.99089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167011", "device_counts": 1086, "stop_counts": 3864 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160946, 39.994737 ], [ -75.159366, 39.994525 ], [ -75.160044, 39.991473 ], [ -75.160365, 39.989991 ], [ -75.161948, 39.990185 ], [ -75.160946, 39.994737 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168003", "device_counts": 605, "stop_counts": 2131 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165738, 39.990675 ], [ -75.1635, 39.990401 ], [ -75.164184, 39.987311 ], [ -75.166408, 39.987598 ], [ -75.165738, 39.990675 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169023", "device_counts": 1763, "stop_counts": 7015 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186148, 39.992662 ], [ -75.185793, 39.994349 ], [ -75.183009, 39.994439 ], [ -75.182463, 39.994365 ], [ -75.179248, 39.993963 ], [ -75.179584, 39.992463 ], [ -75.179748, 39.991715 ], [ -75.185808, 39.992075 ], [ -75.186148, 39.992662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175002", "device_counts": 1358, "stop_counts": 4298 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141495, 39.995422 ], [ -75.140498, 39.999993 ], [ -75.138524, 39.999743 ], [ -75.138713, 39.998891 ], [ -75.139199, 39.996661 ], [ -75.139851, 39.993672 ], [ -75.14183, 39.993929 ], [ -75.141495, 39.995422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177025", "device_counts": 1463, "stop_counts": 4857 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12538, 39.998043 ], [ -75.125058, 39.999628 ], [ -75.120933, 39.999097 ], [ -75.121617, 39.99592 ], [ -75.125737, 39.996451 ], [ -75.12538, 39.998043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177013", "device_counts": 1068, "stop_counts": 3263 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118994, 39.998852 ], [ -75.117055, 39.998601 ], [ -75.115107, 39.998347 ], [ -75.115447, 39.996753 ], [ -75.116414, 39.996881 ], [ -75.119328, 39.997255 ], [ -75.118994, 39.998852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178004", "device_counts": 449, "stop_counts": 1834 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118392, 39.990528 ], [ -75.116662, 39.991437 ], [ -75.115083, 39.989526 ], [ -75.116751, 39.988652 ], [ -75.118392, 39.990528 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179003", "device_counts": 733, "stop_counts": 2647 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115605, 39.983551 ], [ -75.114934, 39.984697 ], [ -75.111887, 39.986296 ], [ -75.111221, 39.985268 ], [ -75.11345, 39.984105 ], [ -75.115251, 39.983157 ], [ -75.115605, 39.983551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183002", "device_counts": 758, "stop_counts": 4340 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07472, 39.9987 ], [ -75.070175, 40.00106 ], [ -75.069049, 39.999566 ], [ -75.072513, 39.996193 ], [ -75.073491, 39.997297 ], [ -75.07472, 39.9987 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188005", "device_counts": 1855, "stop_counts": 5401 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111558, 39.997475 ], [ -75.109617, 39.995123 ], [ -75.108659, 39.993741 ], [ -75.108144, 39.993156 ], [ -75.109709, 39.992334 ], [ -75.110258, 39.992957 ], [ -75.111369, 39.994211 ], [ -75.113387, 39.996493 ], [ -75.111558, 39.997475 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188007", "device_counts": 1136, "stop_counts": 4541 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109848, 39.998436 ], [ -75.106442, 40.000322 ], [ -75.104335, 39.997884 ], [ -75.104043, 39.997555 ], [ -75.106215, 39.996224 ], [ -75.107775, 39.996084 ], [ -75.109848, 39.998436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192006", "device_counts": 542, "stop_counts": 1606 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12441, 40.002634 ], [ -75.119314, 40.002003 ], [ -75.119644, 40.000464 ], [ -75.124732, 40.001124 ], [ -75.12441, 40.002634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383003", "device_counts": 3364, "stop_counts": 8909 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135533, 40.013463 ], [ -75.13519, 40.015056 ], [ -75.134194, 40.019619 ], [ -75.131828, 40.019316 ], [ -75.132327, 40.014695 ], [ -75.131135, 40.014535 ], [ -75.131779, 40.011482 ], [ -75.135858, 40.011982 ], [ -75.135533, 40.013463 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197002", "device_counts": 870, "stop_counts": 3121 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13981, 40.014014 ], [ -75.137502, 40.01371 ], [ -75.136231, 40.013547 ], [ -75.135533, 40.013463 ], [ -75.135858, 40.011982 ], [ -75.136537, 40.012068 ], [ -75.137826, 40.012233 ], [ -75.139484, 40.012453 ], [ -75.140125, 40.012538 ], [ -75.13981, 40.014014 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198002", "device_counts": 642, "stop_counts": 2384 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14332, 40.012926 ], [ -75.141786, 40.012708 ], [ -75.142438, 40.009743 ], [ -75.143981, 40.009949 ], [ -75.14332, 40.012926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201012", "device_counts": 2547, "stop_counts": 6084 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154205, 40.003395 ], [ -75.152549, 40.003181 ], [ -75.152926, 40.001592 ], [ -75.153609, 39.998515 ], [ -75.155232, 39.998728 ], [ -75.154205, 40.003395 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201023", "device_counts": 1585, "stop_counts": 5529 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157945, 40.008486 ], [ -75.157775, 40.009231 ], [ -75.156653, 40.014419 ], [ -75.156652, 40.014618 ], [ -75.155185, 40.015295 ], [ -75.155681, 40.011457 ], [ -75.156028, 40.009868 ], [ -75.156376, 40.008284 ], [ -75.158106, 40.007736 ], [ -75.157945, 40.008486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209004", "device_counts": 1039, "stop_counts": 2956 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213266, 40.021301 ], [ -75.21275, 40.021541 ], [ -75.211564, 40.020898 ], [ -75.209735, 40.018509 ], [ -75.211744, 40.017388 ], [ -75.213, 40.018652 ], [ -75.214841, 40.020594 ], [ -75.213266, 40.021301 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210005", "device_counts": 428, "stop_counts": 1925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214311, 40.024553 ], [ -75.212764, 40.025348 ], [ -75.210348, 40.022259 ], [ -75.209213, 40.021899 ], [ -75.211564, 40.020898 ], [ -75.21275, 40.021541 ], [ -75.213266, 40.021301 ], [ -75.215348, 40.023903 ], [ -75.214311, 40.024553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213005", "device_counts": 388, "stop_counts": 2172 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225849, 40.033506 ], [ -75.222011, 40.035206 ], [ -75.220899, 40.033847 ], [ -75.220237, 40.033215 ], [ -75.219029, 40.032081 ], [ -75.220448, 40.031211 ], [ -75.222391, 40.033052 ], [ -75.224657, 40.031899 ], [ -75.225849, 40.033506 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213002", "device_counts": 1014, "stop_counts": 2910 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220237, 40.033215 ], [ -75.216638, 40.034833 ], [ -75.214493, 40.032838 ], [ -75.2177, 40.030848 ], [ -75.219029, 40.032081 ], [ -75.220237, 40.033215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214003", "device_counts": 574, "stop_counts": 2158 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226157, 40.027648 ], [ -75.223474, 40.029441 ], [ -75.221837, 40.027263 ], [ -75.223862, 40.026345 ], [ -75.226157, 40.027648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214002", "device_counts": 275, "stop_counts": 1315 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219728, 40.029436 ], [ -75.219114, 40.029931 ], [ -75.216632, 40.027602 ], [ -75.218841, 40.0266 ], [ -75.219658, 40.02755 ], [ -75.22124, 40.027551 ], [ -75.219728, 40.029436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217004", "device_counts": 433, "stop_counts": 2185 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222808, 40.038112 ], [ -75.218547, 40.042626 ], [ -75.214663, 40.040052 ], [ -75.214111, 40.040124 ], [ -75.213026, 40.039412 ], [ -75.218759, 40.036654 ], [ -75.222052, 40.037775 ], [ -75.222808, 40.038112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010387001", "device_counts": 2062, "stop_counts": 4589 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207327, 40.076561 ], [ -75.205081, 40.078823 ], [ -75.202649, 40.07739 ], [ -75.200378, 40.07959 ], [ -75.197601, 40.077991 ], [ -75.199361, 40.075928 ], [ -75.199496, 40.07547 ], [ -75.199786, 40.075366 ], [ -75.200878, 40.074958 ], [ -75.202651, 40.073212 ], [ -75.203427, 40.07418 ], [ -75.206418, 40.076011 ], [ -75.207327, 40.076561 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388003", "device_counts": 1471, "stop_counts": 3896 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195763, 40.055507 ], [ -75.19022, 40.059199 ], [ -75.189423, 40.058417 ], [ -75.188077, 40.056898 ], [ -75.191752, 40.054604 ], [ -75.192966, 40.055267 ], [ -75.193951, 40.054358 ], [ -75.194647, 40.054791 ], [ -75.195763, 40.055507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238003", "device_counts": 1259, "stop_counts": 3805 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182925, 40.034066 ], [ -75.1804, 40.036534 ], [ -75.177629, 40.039229 ], [ -75.176428, 40.037794 ], [ -75.181235, 40.033097 ], [ -75.182925, 40.034066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240004", "device_counts": 915, "stop_counts": 3847 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1793, 40.027944 ], [ -75.177222, 40.026659 ], [ -75.175207, 40.02544 ], [ -75.178141, 40.022595 ], [ -75.181668, 40.025657 ], [ -75.1793, 40.027944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243001", "device_counts": 500, "stop_counts": 3076 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178141, 40.022595 ], [ -75.175207, 40.02544 ], [ -75.174043, 40.026588 ], [ -75.172523, 40.025758 ], [ -75.176861, 40.021501 ], [ -75.178141, 40.022595 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247002", "device_counts": 2771, "stop_counts": 7581 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165078, 40.041858 ], [ -75.163452, 40.043431 ], [ -75.161033, 40.045769 ], [ -75.158217, 40.045076 ], [ -75.158306, 40.042861 ], [ -75.158341, 40.042021 ], [ -75.162077, 40.038163 ], [ -75.164852, 40.039867 ], [ -75.165078, 40.041858 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249001", "device_counts": 1107, "stop_counts": 4836 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161898, 40.052842 ], [ -75.158889, 40.055768 ], [ -75.157748, 40.055153 ], [ -75.157557, 40.055034 ], [ -75.157729, 40.052626 ], [ -75.15878, 40.053225 ], [ -75.160222, 40.051826 ], [ -75.161898, 40.052842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252002", "device_counts": 1104, "stop_counts": 2996 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181057, 40.045381 ], [ -75.177154, 40.042988 ], [ -75.177651, 40.0425 ], [ -75.17573, 40.041333 ], [ -75.177757, 40.039401 ], [ -75.180884, 40.043246 ], [ -75.181701, 40.044831 ], [ -75.181057, 40.045381 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253004", "device_counts": 495, "stop_counts": 2307 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186535, 40.056209 ], [ -75.183366, 40.05922 ], [ -75.180513, 40.057498 ], [ -75.182825, 40.056545 ], [ -75.184472, 40.054919 ], [ -75.186535, 40.056209 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253002", "device_counts": 618, "stop_counts": 2480 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184693, 40.050641 ], [ -75.181906, 40.053341 ], [ -75.179616, 40.051956 ], [ -75.183398, 40.048254 ], [ -75.184573, 40.050403 ], [ -75.184693, 40.050641 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255001", "device_counts": 401, "stop_counts": 1842 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188629, 40.062443 ], [ -75.185757, 40.065121 ], [ -75.18437, 40.066442 ], [ -75.181956, 40.064987 ], [ -75.186236, 40.060989 ], [ -75.188629, 40.062443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259005", "device_counts": 485, "stop_counts": 2539 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177696, 40.083378 ], [ -75.174143, 40.08135 ], [ -75.175627, 40.07984 ], [ -75.176145, 40.079288 ], [ -75.179756, 40.081333 ], [ -75.177696, 40.083378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260003", "device_counts": 622, "stop_counts": 3218 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174171, 40.076549 ], [ -75.172621, 40.078103 ], [ -75.170289, 40.076767 ], [ -75.170822, 40.076226 ], [ -75.170406, 40.074391 ], [ -75.171716, 40.073039 ], [ -75.17394, 40.07431 ], [ -75.175509, 40.075214 ], [ -75.174171, 40.076549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263022", "device_counts": 2026, "stop_counts": 6945 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157379, 40.067944 ], [ -75.156776, 40.068675 ], [ -75.156285, 40.067006 ], [ -75.152602, 40.067646 ], [ -75.153513, 40.064285 ], [ -75.155254, 40.062431 ], [ -75.156726, 40.064442 ], [ -75.159299, 40.065913 ], [ -75.157379, 40.067944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264003", "device_counts": 1220, "stop_counts": 3888 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163166, 40.061911 ], [ -75.161105, 40.060726 ], [ -75.160983, 40.060654 ], [ -75.160911, 40.057865 ], [ -75.162122, 40.057638 ], [ -75.165453, 40.059541 ], [ -75.163166, 40.061911 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265005", "device_counts": 691, "stop_counts": 2444 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157748, 40.055153 ], [ -75.15553, 40.056216 ], [ -75.156168, 40.057019 ], [ -75.154904, 40.057595 ], [ -75.153438, 40.055707 ], [ -75.155554, 40.054074 ], [ -75.157557, 40.055034 ], [ -75.157748, 40.055153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265004", "device_counts": 1131, "stop_counts": 3441 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154904, 40.057595 ], [ -75.152752, 40.05859 ], [ -75.149219, 40.058432 ], [ -75.152594, 40.056367 ], [ -75.153438, 40.055707 ], [ -75.154904, 40.057595 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266003", "device_counts": 674, "stop_counts": 2876 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150505, 40.067377 ], [ -75.148648, 40.067138 ], [ -75.148331, 40.068485 ], [ -75.146683, 40.067547 ], [ -75.147022, 40.065892 ], [ -75.150719, 40.066367 ], [ -75.150505, 40.067377 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268001", "device_counts": 2453, "stop_counts": 8727 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14117, 40.063012 ], [ -75.140709, 40.064133 ], [ -75.139427, 40.063358 ], [ -75.136719, 40.061821 ], [ -75.135124, 40.060989 ], [ -75.136631, 40.059187 ], [ -75.137025, 40.058773 ], [ -75.139067, 40.058017 ], [ -75.140544, 40.058209 ], [ -75.142182, 40.058424 ], [ -75.14117, 40.063012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268002", "device_counts": 1813, "stop_counts": 4863 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141443, 40.054208 ], [ -75.141106, 40.054608 ], [ -75.139067, 40.058017 ], [ -75.137025, 40.058773 ], [ -75.137767, 40.053112 ], [ -75.14156, 40.053599 ], [ -75.141443, 40.054208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273001", "device_counts": 5545, "stop_counts": 18446 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121072, 40.036815 ], [ -75.120434, 40.039886 ], [ -75.120103, 40.041417 ], [ -75.115488, 40.041183 ], [ -75.113544, 40.042711 ], [ -75.11307, 40.043971 ], [ -75.112248, 40.04321 ], [ -75.114427, 40.039903 ], [ -75.114369, 40.0393 ], [ -75.113767, 40.037366 ], [ -75.113107, 40.036567 ], [ -75.114896, 40.034447 ], [ -75.120074, 40.035111 ], [ -75.121421, 40.035281 ], [ -75.121072, 40.036815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274022", "device_counts": 1096, "stop_counts": 3827 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127641, 40.036063 ], [ -75.12386, 40.035562 ], [ -75.124167, 40.032575 ], [ -75.126164, 40.032281 ], [ -75.128428, 40.032472 ], [ -75.127641, 40.036063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275002", "device_counts": 1586, "stop_counts": 5293 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132967, 40.038346 ], [ -75.132216, 40.041759 ], [ -75.131387, 40.041648 ], [ -75.129498, 40.041048 ], [ -75.130518, 40.036437 ], [ -75.132476, 40.036684 ], [ -75.132967, 40.038346 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276003", "device_counts": 2191, "stop_counts": 5551 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143868, 40.042901 ], [ -75.143547, 40.044426 ], [ -75.138205, 40.043739 ], [ -75.138534, 40.042223 ], [ -75.139322, 40.04232 ], [ -75.139612, 40.0408 ], [ -75.144224, 40.041381 ], [ -75.143868, 40.042901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277002", "device_counts": 962, "stop_counts": 3430 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150142, 40.051578 ], [ -75.148578, 40.051383 ], [ -75.148708, 40.050778 ], [ -75.147265, 40.049965 ], [ -75.147337, 40.049656 ], [ -75.147672, 40.048117 ], [ -75.148345, 40.048204 ], [ -75.15082, 40.048518 ], [ -75.150142, 40.051578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279021", "device_counts": 960, "stop_counts": 3980 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154068, 40.041016 ], [ -75.153946, 40.042752 ], [ -75.153883, 40.043659 ], [ -75.152081, 40.043608 ], [ -75.149796, 40.043673 ], [ -75.150336, 40.042028 ], [ -75.151249, 40.041174 ], [ -75.151505, 40.040612 ], [ -75.149988, 40.038971 ], [ -75.154415, 40.039493 ], [ -75.154068, 40.041016 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283001", "device_counts": 477, "stop_counts": 1922 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141668, 40.0316 ], [ -75.139304, 40.031288 ], [ -75.13998, 40.028245 ], [ -75.142334, 40.028543 ], [ -75.141668, 40.0316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283007", "device_counts": 3329, "stop_counts": 8222 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147218, 40.027644 ], [ -75.14685, 40.029481 ], [ -75.144284, 40.030814 ], [ -75.144716, 40.028855 ], [ -75.145359, 40.025873 ], [ -75.147555, 40.026138 ], [ -75.147218, 40.027644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286002", "device_counts": 1993, "stop_counts": 5360 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133167, 40.024299 ], [ -75.132838, 40.025783 ], [ -75.130774, 40.026421 ], [ -75.127935, 40.026158 ], [ -75.127816, 40.024683 ], [ -75.130367, 40.024146 ], [ -75.131339, 40.023947 ], [ -75.131594, 40.023893 ], [ -75.131584, 40.024069 ], [ -75.133287, 40.023784 ], [ -75.133167, 40.024299 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010287002", "device_counts": 1025, "stop_counts": 4613 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134016, 40.020372 ], [ -75.131171, 40.019997 ], [ -75.130367, 40.024146 ], [ -75.127816, 40.024683 ], [ -75.126967, 40.024818 ], [ -75.127234, 40.02353 ], [ -75.127922, 40.021979 ], [ -75.128883, 40.018945 ], [ -75.131828, 40.019316 ], [ -75.134194, 40.019619 ], [ -75.134016, 40.020372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289025", "device_counts": 523, "stop_counts": 2316 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117173, 40.026386 ], [ -75.114461, 40.026784 ], [ -75.113323, 40.024916 ], [ -75.114348, 40.024951 ], [ -75.117389, 40.02504 ], [ -75.117173, 40.026386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294001", "device_counts": 558, "stop_counts": 2197 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085519, 40.014787 ], [ -75.083248, 40.013562 ], [ -75.0817, 40.012736 ], [ -75.080857, 40.011903 ], [ -75.080314, 40.011393 ], [ -75.082668, 40.009938 ], [ -75.085818, 40.014448 ], [ -75.085519, 40.014787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298003", "device_counts": 698, "stop_counts": 2378 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070504, 40.017255 ], [ -75.067782, 40.017853 ], [ -75.066195, 40.016956 ], [ -75.066752, 40.016661 ], [ -75.065941, 40.015727 ], [ -75.06807, 40.014992 ], [ -75.068202, 40.014729 ], [ -75.068353, 40.014209 ], [ -75.069585, 40.014649 ], [ -75.070504, 40.017255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300006", "device_counts": 2787, "stop_counts": 8998 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086382, 40.015257 ], [ -75.083508, 40.018365 ], [ -75.079927, 40.016418 ], [ -75.083248, 40.013562 ], [ -75.085519, 40.014787 ], [ -75.086382, 40.015257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300001", "device_counts": 414, "stop_counts": 1869 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075622, 40.024074 ], [ -75.073963, 40.025073 ], [ -75.073364, 40.025369 ], [ -75.069087, 40.021904 ], [ -75.072271, 40.020248 ], [ -75.073892, 40.022107 ], [ -75.074175, 40.022429 ], [ -75.075622, 40.024074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301001", "device_counts": 831, "stop_counts": 3021 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085089, 40.022761 ], [ -75.084426, 40.022417 ], [ -75.084269, 40.022331 ], [ -75.081309, 40.02076 ], [ -75.083508, 40.018365 ], [ -75.084591, 40.019701 ], [ -75.086819, 40.020966 ], [ -75.085089, 40.022761 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302001", "device_counts": 5204, "stop_counts": 25768 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081931, 40.024707 ], [ -75.080031, 40.025569 ], [ -75.077861, 40.027869 ], [ -75.075488, 40.027071 ], [ -75.073364, 40.025369 ], [ -75.073963, 40.025073 ], [ -75.075622, 40.024074 ], [ -75.079414, 40.021387 ], [ -75.080281, 40.021866 ], [ -75.081309, 40.02076 ], [ -75.084269, 40.022331 ], [ -75.081931, 40.024707 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305022", "device_counts": 536, "stop_counts": 3391 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105314, 40.049378 ], [ -75.102875, 40.047968 ], [ -75.105191, 40.0454 ], [ -75.107491, 40.046751 ], [ -75.105314, 40.049378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305024", "device_counts": 1927, "stop_counts": 7058 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105787, 40.044735 ], [ -75.103518, 40.043463 ], [ -75.101105, 40.045038 ], [ -75.100374, 40.044605 ], [ -75.104633, 40.040073 ], [ -75.10827, 40.042213 ], [ -75.105787, 40.044735 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307003", "device_counts": 3276, "stop_counts": 10308 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092524, 40.055467 ], [ -75.093483, 40.057259 ], [ -75.087425, 40.063599 ], [ -75.085729, 40.062589 ], [ -75.08478, 40.062044 ], [ -75.089972, 40.057821 ], [ -75.088408, 40.05694 ], [ -75.089115, 40.056227 ], [ -75.092131, 40.053178 ], [ -75.093706, 40.054203 ], [ -75.092524, 40.055467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310005", "device_counts": 425, "stop_counts": 2794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079809, 40.048391 ], [ -75.07863, 40.049634 ], [ -75.075037, 40.047638 ], [ -75.075637, 40.047005 ], [ -75.076223, 40.046386 ], [ -75.077403, 40.045139 ], [ -75.079188, 40.046133 ], [ -75.080987, 40.047133 ], [ -75.079809, 40.048391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311014", "device_counts": 621, "stop_counts": 3562 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082674, 40.04242 ], [ -75.080351, 40.044905 ], [ -75.079188, 40.046133 ], [ -75.077403, 40.045139 ], [ -75.078565, 40.043904 ], [ -75.078996, 40.043455 ], [ -75.080164, 40.042213 ], [ -75.080904, 40.041432 ], [ -75.082674, 40.04242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313003", "device_counts": 2819, "stop_counts": 7910 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075336, 40.038281 ], [ -75.072996, 40.040803 ], [ -75.071817, 40.040124 ], [ -75.070025, 40.039139 ], [ -75.068003, 40.038059 ], [ -75.069261, 40.036809 ], [ -75.070523, 40.035618 ], [ -75.07355, 40.037298 ], [ -75.075336, 40.038281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314011", "device_counts": 1919, "stop_counts": 5191 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068475, 40.048729 ], [ -75.066045, 40.051181 ], [ -75.063437, 40.049751 ], [ -75.066427, 40.046619 ], [ -75.067109, 40.047015 ], [ -75.069073, 40.048109 ], [ -75.068475, 40.048729 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314013", "device_counts": 1395, "stop_counts": 5063 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068234, 40.041945 ], [ -75.067069, 40.043188 ], [ -75.065919, 40.044399 ], [ -75.063143, 40.042901 ], [ -75.06434, 40.041676 ], [ -75.06558, 40.040442 ], [ -75.067663, 40.041634 ], [ -75.068234, 40.041945 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315014", "device_counts": 548, "stop_counts": 2815 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.053584, 40.036574 ], [ -75.0518, 40.038476 ], [ -75.05122, 40.039091 ], [ -75.047973, 40.037283 ], [ -75.050349, 40.034769 ], [ -75.051973, 40.035672 ], [ -75.053584, 40.036574 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315015", "device_counts": 531, "stop_counts": 2600 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.049027, 40.041412 ], [ -75.047424, 40.040497 ], [ -75.045919, 40.039643 ], [ -75.045806, 40.039579 ], [ -75.047405, 40.037892 ], [ -75.047973, 40.037283 ], [ -75.05122, 40.039091 ], [ -75.049027, 40.041412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316005", "device_counts": 371, "stop_counts": 1650 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060338, 40.034685 ], [ -75.057092, 40.032869 ], [ -75.058231, 40.031651 ], [ -75.058848, 40.030998 ], [ -75.0621, 40.032813 ], [ -75.060338, 40.034685 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318002", "device_counts": 684, "stop_counts": 3468 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07908, 40.028552 ], [ -75.077661, 40.030054 ], [ -75.076783, 40.031474 ], [ -75.073733, 40.029784 ], [ -75.074325, 40.028469 ], [ -75.075488, 40.027071 ], [ -75.077861, 40.027869 ], [ -75.07908, 40.028552 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319002", "device_counts": 831, "stop_counts": 3272 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06308, 40.022452 ], [ -75.059761, 40.024161 ], [ -75.057513, 40.021597 ], [ -75.06113, 40.019725 ], [ -75.062925, 40.021777 ], [ -75.06308, 40.022452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320006", "device_counts": 474, "stop_counts": 2386 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057594, 40.026031 ], [ -75.056953, 40.026361 ], [ -75.056294, 40.026703 ], [ -75.055398, 40.025673 ], [ -75.054495, 40.024648 ], [ -75.053604, 40.023615 ], [ -75.055564, 40.022606 ], [ -75.057806, 40.025174 ], [ -75.057594, 40.026031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323002", "device_counts": 906, "stop_counts": 3906 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057513, 40.021597 ], [ -75.055564, 40.022606 ], [ -75.053604, 40.023615 ], [ -75.052702, 40.022592 ], [ -75.051773, 40.021535 ], [ -75.055687, 40.019504 ], [ -75.057513, 40.021597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326002", "device_counts": 531, "stop_counts": 2427 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045554, 40.032261 ], [ -75.043433, 40.033356 ], [ -75.039473, 40.035404 ], [ -75.038616, 40.034355 ], [ -75.042537, 40.032328 ], [ -75.044655, 40.031231 ], [ -75.045554, 40.032261 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326005", "device_counts": 1686, "stop_counts": 4909 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0387, 40.029839 ], [ -75.036055, 40.031206 ], [ -75.03517, 40.030116 ], [ -75.034354, 40.029096 ], [ -75.036898, 40.027779 ], [ -75.0387, 40.029839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330001", "device_counts": 681, "stop_counts": 2868 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035331, 40.038788 ], [ -75.034423, 40.03912 ], [ -75.033427, 40.039473 ], [ -75.032295, 40.037622 ], [ -75.034538, 40.036464 ], [ -75.036276, 40.038441 ], [ -75.035331, 40.038788 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331013", "device_counts": 901, "stop_counts": 3409 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036557, 40.041926 ], [ -75.033482, 40.043203 ], [ -75.031919, 40.041201 ], [ -75.03134, 40.040236 ], [ -75.033427, 40.039473 ], [ -75.034423, 40.03912 ], [ -75.035726, 40.040863 ], [ -75.036557, 40.041926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335003", "device_counts": 1612, "stop_counts": 5218 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073256, 40.05533 ], [ -75.069224, 40.059583 ], [ -75.06743, 40.0586 ], [ -75.067204, 40.05641 ], [ -75.067582, 40.05606 ], [ -75.065475, 40.05619 ], [ -75.065544, 40.055704 ], [ -75.068503, 40.05259 ], [ -75.069721, 40.053284 ], [ -75.071514, 40.054341 ], [ -75.073256, 40.05533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336002", "device_counts": 650, "stop_counts": 2776 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060101, 40.060221 ], [ -75.058923, 40.061473 ], [ -75.058323, 40.062116 ], [ -75.052996, 40.059096 ], [ -75.053574, 40.058477 ], [ -75.054745, 40.057252 ], [ -75.055937, 40.055993 ], [ -75.059693, 40.058084 ], [ -75.061304, 40.058975 ], [ -75.060101, 40.060221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337021", "device_counts": 570, "stop_counts": 2925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055857, 40.073249 ], [ -75.049347, 40.077036 ], [ -75.048258, 40.077034 ], [ -75.045793, 40.075329 ], [ -75.047467, 40.076419 ], [ -75.051719, 40.072241 ], [ -75.050462, 40.071509 ], [ -75.051875, 40.069988 ], [ -75.053221, 40.070759 ], [ -75.055004, 40.071771 ], [ -75.053579, 40.073299 ], [ -75.055857, 40.073249 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338004", "device_counts": 537, "stop_counts": 2875 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081402, 40.060031 ], [ -75.077504, 40.064196 ], [ -75.075991, 40.064342 ], [ -75.073304, 40.062812 ], [ -75.073909, 40.062192 ], [ -75.074826, 40.062706 ], [ -75.07876, 40.0585 ], [ -75.081402, 40.060031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340003", "device_counts": 653, "stop_counts": 2247 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07966, 40.069203 ], [ -75.077202, 40.071627 ], [ -75.0759, 40.072884 ], [ -75.074029, 40.071983 ], [ -75.077112, 40.068714 ], [ -75.075439, 40.067803 ], [ -75.076022, 40.067172 ], [ -75.074845, 40.066538 ], [ -75.077177, 40.065785 ], [ -75.07805, 40.06636 ], [ -75.080965, 40.067974 ], [ -75.07966, 40.069203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345022", "device_counts": 6109, "stop_counts": 19446 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037498, 40.085459 ], [ -75.028952, 40.080968 ], [ -75.035087, 40.074617 ], [ -75.03536, 40.074939 ], [ -75.036758, 40.079083 ], [ -75.0384, 40.084472 ], [ -75.037498, 40.085459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347012", "device_counts": 1098, "stop_counts": 6934 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040265, 40.068747 ], [ -75.036372, 40.066447 ], [ -75.033152, 40.068038 ], [ -75.033861, 40.071694 ], [ -75.032965, 40.072152 ], [ -75.02966, 40.068154 ], [ -75.028256, 40.067314 ], [ -75.028512, 40.06684 ], [ -75.028362, 40.064504 ], [ -75.029986, 40.064398 ], [ -75.033628, 40.060834 ], [ -75.034523, 40.058672 ], [ -75.03433, 40.057067 ], [ -75.035062, 40.057327 ], [ -75.035532, 40.05881 ], [ -75.034225, 40.062701 ], [ -75.03528, 40.064995 ], [ -75.0406, 40.068042 ], [ -75.040265, 40.068747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348022", "device_counts": 1994, "stop_counts": 6408 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.020575, 40.061252 ], [ -75.014109, 40.066867 ], [ -75.011311, 40.071169 ], [ -75.007269, 40.069161 ], [ -75.008128, 40.068585 ], [ -75.008788, 40.06735 ], [ -75.009635, 40.067672 ], [ -75.011381, 40.06842 ], [ -75.013145, 40.066335 ], [ -75.012747, 40.062185 ], [ -75.013629, 40.062047 ], [ -75.013066, 40.059901 ], [ -75.013062, 40.059109 ], [ -75.013284, 40.058573 ], [ -75.013797, 40.058001 ], [ -75.014444, 40.057424 ], [ -75.019815, 40.060783 ], [ -75.020575, 40.061252 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349004", "device_counts": 1480, "stop_counts": 6127 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021984, 40.037965 ], [ -75.020392, 40.04353 ], [ -75.018502, 40.044081 ], [ -75.016377, 40.045672 ], [ -75.013422, 40.043306 ], [ -75.018683, 40.040047 ], [ -75.01783, 40.039076 ], [ -75.021682, 40.037088 ], [ -75.021984, 40.037965 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263014", "device_counts": 359, "stop_counts": 1738 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166725, 40.070165 ], [ -75.164781, 40.072161 ], [ -75.162035, 40.070685 ], [ -75.164106, 40.068662 ], [ -75.165348, 40.069372 ], [ -75.166725, 40.070165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361002", "device_counts": 2158, "stop_counts": 6200 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.001796, 40.10493 ], [ -74.997124, 40.108151 ], [ -74.995134, 40.106336 ], [ -74.995483, 40.106202 ], [ -74.992326, 40.103876 ], [ -74.993327, 40.102963 ], [ -74.992674, 40.10104 ], [ -74.995464, 40.099166 ], [ -74.999804, 40.103236 ], [ -75.001796, 40.10493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347022", "device_counts": 561, "stop_counts": 1989 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028756, 40.056781 ], [ -75.028397, 40.056728 ], [ -75.028291, 40.056363 ], [ -75.025431, 40.05637 ], [ -75.024345, 40.05644 ], [ -75.023374, 40.055334 ], [ -75.024173, 40.051483 ], [ -75.026753, 40.050779 ], [ -75.028549, 40.056169 ], [ -75.029032, 40.056399 ], [ -75.028756, 40.056781 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363022", "device_counts": 987, "stop_counts": 6349 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981997, 40.102454 ], [ -74.9781, 40.099212 ], [ -74.977757, 40.098433 ], [ -74.981659, 40.095571 ], [ -74.979893, 40.09381 ], [ -74.986551, 40.099366 ], [ -74.981997, 40.102454 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038003", "device_counts": 826, "stop_counts": 2796 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179651, 39.923652 ], [ -75.176295, 39.92425 ], [ -75.176361, 39.92396 ], [ -75.176906, 39.921464 ], [ -75.180045, 39.921872 ], [ -75.179651, 39.923652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083024", "device_counts": 1047, "stop_counts": 3805 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.244084, 39.955743 ], [ -75.240137, 39.955252 ], [ -75.238166, 39.955011 ], [ -75.238476, 39.953485 ], [ -75.240449, 39.953733 ], [ -75.24441, 39.954226 ], [ -75.244084, 39.955743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176021", "device_counts": 1620, "stop_counts": 6004 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12926, 39.998539 ], [ -75.12538, 39.998043 ], [ -75.125737, 39.996451 ], [ -75.126054, 39.994957 ], [ -75.129921, 39.99546 ], [ -75.12926, 39.998539 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009022", "device_counts": 4724, "stop_counts": 12327 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159751, 39.948783 ], [ -75.157392, 39.94849 ], [ -75.156646, 39.948394 ], [ -75.156855, 39.947246 ], [ -75.157113, 39.946025 ], [ -75.159481, 39.946325 ], [ -75.160267, 39.946422 ], [ -75.159751, 39.948783 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011022", "device_counts": 2419, "stop_counts": 5761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159481, 39.946325 ], [ -75.157113, 39.946025 ], [ -75.156337, 39.945923 ], [ -75.156841, 39.943615 ], [ -75.159984, 39.944009 ], [ -75.159481, 39.946325 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012013", "device_counts": 2335, "stop_counts": 5262 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178156, 39.94719 ], [ -75.174627, 39.946753 ], [ -75.175054, 39.944832 ], [ -75.176985, 39.94508 ], [ -75.178578, 39.945269 ], [ -75.178156, 39.94719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013002", "device_counts": 1068, "stop_counts": 2586 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180838, 39.942631 ], [ -75.180624, 39.943641 ], [ -75.177374, 39.943231 ], [ -75.177554, 39.942487 ], [ -75.177598, 39.942228 ], [ -75.177761, 39.941461 ], [ -75.181002, 39.941863 ], [ -75.180838, 39.942631 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014002", "device_counts": 1036, "stop_counts": 2147 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177374, 39.943231 ], [ -75.177169, 39.944209 ], [ -75.176985, 39.94508 ], [ -75.175054, 39.944832 ], [ -75.175241, 39.943969 ], [ -75.175628, 39.942254 ], [ -75.177554, 39.942487 ], [ -75.177374, 39.943231 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019001", "device_counts": 1340, "stop_counts": 3728 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174271, 39.941021 ], [ -75.174104, 39.941793 ], [ -75.170955, 39.941404 ], [ -75.169386, 39.941211 ], [ -75.171125, 39.940626 ], [ -75.171341, 39.939663 ], [ -75.174481, 39.940056 ], [ -75.174271, 39.941021 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025003", "device_counts": 618, "stop_counts": 1663 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154194, 39.933649 ], [ -75.151041, 39.933227 ], [ -75.149463, 39.933019 ], [ -75.149728, 39.931793 ], [ -75.151309, 39.932007 ], [ -75.152893, 39.932208 ], [ -75.154454, 39.93242 ], [ -75.154194, 39.933649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028023", "device_counts": 1010, "stop_counts": 2798 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161428, 39.930017 ], [ -75.158296, 39.929602 ], [ -75.158393, 39.929177 ], [ -75.158666, 39.927955 ], [ -75.158745, 39.927564 ], [ -75.161881, 39.927985 ], [ -75.161428, 39.930017 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030013", "device_counts": 855, "stop_counts": 3501 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172907, 39.929811 ], [ -75.171339, 39.929608 ], [ -75.170891, 39.929552 ], [ -75.171137, 39.928329 ], [ -75.171397, 39.927104 ], [ -75.172416, 39.927232 ], [ -75.173426, 39.927363 ], [ -75.172907, 39.929811 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031006", "device_counts": 1306, "stop_counts": 3663 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181419, 39.932161 ], [ -75.181162, 39.933385 ], [ -75.180621, 39.935816 ], [ -75.179035, 39.935612 ], [ -75.179553, 39.933178 ], [ -75.180001, 39.93117 ], [ -75.181589, 39.931366 ], [ -75.181419, 39.932161 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032006", "device_counts": 716, "stop_counts": 3422 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.189148, 39.935671 ], [ -75.187578, 39.935461 ], [ -75.188115, 39.933014 ], [ -75.188636, 39.930583 ], [ -75.190222, 39.930779 ], [ -75.189148, 39.935671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033001", "device_counts": 989, "stop_counts": 5563 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192322, 39.931054 ], [ -75.191274, 39.935934 ], [ -75.189148, 39.935671 ], [ -75.190222, 39.930779 ], [ -75.191783, 39.930982 ], [ -75.192322, 39.931054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037015", "device_counts": 705, "stop_counts": 2293 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183601, 39.929928 ], [ -75.181944, 39.929729 ], [ -75.178445, 39.929271 ], [ -75.178615, 39.928469 ], [ -75.178705, 39.928046 ], [ -75.180624, 39.928289 ], [ -75.182804, 39.928575 ], [ -75.183601, 39.929928 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039023", "device_counts": 1421, "stop_counts": 4627 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17718, 39.91489 ], [ -75.175217, 39.915653 ], [ -75.175394, 39.914691 ], [ -75.171877, 39.914256 ], [ -75.172294, 39.912393 ], [ -75.177806, 39.91309 ], [ -75.17718, 39.91489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039012", "device_counts": 1449, "stop_counts": 4073 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173226, 39.923556 ], [ -75.170023, 39.923138 ], [ -75.170309, 39.921885 ], [ -75.170581, 39.920653 ], [ -75.173748, 39.92106 ], [ -75.173226, 39.923556 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040012", "device_counts": 1151, "stop_counts": 3943 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166014, 39.923903 ], [ -75.162876, 39.923489 ], [ -75.163412, 39.921015 ], [ -75.166563, 39.921418 ], [ -75.166014, 39.923903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042014", "device_counts": 1267, "stop_counts": 5378 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154526, 39.924895 ], [ -75.152938, 39.924679 ], [ -75.150101, 39.924305 ], [ -75.149405, 39.924207 ], [ -75.149916, 39.921819 ], [ -75.155056, 39.922495 ], [ -75.154526, 39.924895 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042024", "device_counts": 681, "stop_counts": 3699 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155597, 39.920013 ], [ -75.150461, 39.919345 ], [ -75.15073, 39.918097 ], [ -75.155865, 39.918755 ], [ -75.155597, 39.920013 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037023", "device_counts": 1379, "stop_counts": 4373 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186029, 39.926481 ], [ -75.184393, 39.926276 ], [ -75.185202, 39.922574 ], [ -75.186937, 39.922318 ], [ -75.186029, 39.926481 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037012", "device_counts": 925, "stop_counts": 3677 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178859, 39.927265 ], [ -75.175741, 39.92685 ], [ -75.176088, 39.925198 ], [ -75.179242, 39.925606 ], [ -75.178859, 39.927265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060003", "device_counts": 545, "stop_counts": 2288 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240333, 39.912999 ], [ -75.238949, 39.913959 ], [ -75.237599, 39.914934 ], [ -75.236026, 39.916036 ], [ -75.23463, 39.914848 ], [ -75.23374, 39.914073 ], [ -75.238951, 39.911823 ], [ -75.240333, 39.912999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062001", "device_counts": 1016, "stop_counts": 4912 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230327, 39.922201 ], [ -75.227538, 39.91984 ], [ -75.22943, 39.918507 ], [ -75.232221, 39.920865 ], [ -75.230327, 39.922201 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065005", "device_counts": 528, "stop_counts": 2193 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247028, 39.943414 ], [ -75.246634, 39.943541 ], [ -75.241771, 39.945297 ], [ -75.240266, 39.945866 ], [ -75.238875, 39.94468 ], [ -75.240969, 39.943762 ], [ -75.243542, 39.942306 ], [ -75.246822, 39.94297 ], [ -75.247028, 39.943414 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066002", "device_counts": 625, "stop_counts": 2177 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231276, 39.931827 ], [ -75.230248, 39.932551 ], [ -75.227589, 39.930313 ], [ -75.229222, 39.929172 ], [ -75.230104, 39.929711 ], [ -75.232362, 39.931074 ], [ -75.231276, 39.931827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067006", "device_counts": 817, "stop_counts": 2747 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22495, 39.923838 ], [ -75.22444, 39.924188 ], [ -75.225832, 39.925361 ], [ -75.22484, 39.926055 ], [ -75.223452, 39.92489 ], [ -75.22216, 39.923892 ], [ -75.224111, 39.921005 ], [ -75.224926, 39.921692 ], [ -75.226319, 39.922867 ], [ -75.22495, 39.923838 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070001", "device_counts": 845, "stop_counts": 3226 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220278, 39.939572 ], [ -75.218874, 39.938393 ], [ -75.217614, 39.93733 ], [ -75.218983, 39.936369 ], [ -75.219442, 39.936041 ], [ -75.222098, 39.938279 ], [ -75.220278, 39.939572 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070002", "device_counts": 506, "stop_counts": 1939 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223012, 39.937643 ], [ -75.222098, 39.938279 ], [ -75.219442, 39.936041 ], [ -75.220343, 39.935408 ], [ -75.221605, 39.936464 ], [ -75.222986, 39.9355 ], [ -75.224388, 39.936676 ], [ -75.223012, 39.937643 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071024", "device_counts": 502, "stop_counts": 2774 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229553, 39.943168 ], [ -75.228184, 39.944134 ], [ -75.226334, 39.942562 ], [ -75.229077, 39.940637 ], [ -75.229528, 39.941018 ], [ -75.230928, 39.942194 ], [ -75.229553, 39.943168 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073001", "device_counts": 603, "stop_counts": 2981 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221612, 39.944584 ], [ -75.22022, 39.943415 ], [ -75.219138, 39.944186 ], [ -75.217136, 39.94374 ], [ -75.220175, 39.941602 ], [ -75.221367, 39.942626 ], [ -75.222759, 39.943806 ], [ -75.221612, 39.944584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074003", "device_counts": 1093, "stop_counts": 3589 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.215246, 39.943087 ], [ -75.212601, 39.94085 ], [ -75.213865, 39.939974 ], [ -75.215089, 39.939093 ], [ -75.217764, 39.941343 ], [ -75.215246, 39.943087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078002", "device_counts": 840, "stop_counts": 1932 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219002, 39.944283 ], [ -75.217733, 39.945183 ], [ -75.215162, 39.946978 ], [ -75.213961, 39.945974 ], [ -75.21652, 39.944171 ], [ -75.215615, 39.943402 ], [ -75.217136, 39.94374 ], [ -75.219138, 39.944186 ], [ -75.219002, 39.944283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078005", "device_counts": 1380, "stop_counts": 3669 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.217121, 39.94861 ], [ -75.21292, 39.949065 ], [ -75.211389, 39.947796 ], [ -75.213961, 39.945974 ], [ -75.215162, 39.946978 ], [ -75.217121, 39.94861 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079003", "device_counts": 1728, "stop_counts": 4205 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222914, 39.949975 ], [ -75.22275, 39.950754 ], [ -75.218833, 39.950273 ], [ -75.219234, 39.948368 ], [ -75.221237, 39.948161 ], [ -75.223315, 39.947925 ], [ -75.222914, 39.949975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081013", "device_counts": 744, "stop_counts": 2402 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239232, 39.949923 ], [ -75.239118, 39.950446 ], [ -75.235165, 39.949953 ], [ -75.235479, 39.948433 ], [ -75.23943, 39.948931 ], [ -75.239232, 39.949923 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082003", "device_counts": 1151, "stop_counts": 3276 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243536, 39.948659 ], [ -75.239641, 39.947932 ], [ -75.240052, 39.945917 ], [ -75.240266, 39.945866 ], [ -75.241771, 39.945297 ], [ -75.242107, 39.945829 ], [ -75.244026, 39.946316 ], [ -75.243536, 39.948659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176015", "device_counts": 1071, "stop_counts": 3334 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13735, 39.996421 ], [ -75.134444, 39.996049 ], [ -75.135807, 39.993154 ], [ -75.135121, 39.99306 ], [ -75.135466, 39.991479 ], [ -75.138352, 39.991851 ], [ -75.13735, 39.996421 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084006", "device_counts": 1791, "stop_counts": 5144 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239658, 39.957534 ], [ -75.238785, 39.961715 ], [ -75.236808, 39.961471 ], [ -75.234869, 39.961231 ], [ -75.236971, 39.960698 ], [ -75.237448, 39.958433 ], [ -75.237934, 39.956062 ], [ -75.239909, 39.956313 ], [ -75.239658, 39.957534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085002", "device_counts": 2187, "stop_counts": 6117 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225634, 39.956372 ], [ -75.225351, 39.957714 ], [ -75.221397, 39.957227 ], [ -75.221559, 39.956461 ], [ -75.221798, 39.955319 ], [ -75.223775, 39.955565 ], [ -75.225746, 39.955814 ], [ -75.225634, 39.956372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087013", "device_counts": 2072, "stop_counts": 5598 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211677, 39.95524 ], [ -75.208761, 39.95488 ], [ -75.209264, 39.952522 ], [ -75.209326, 39.951436 ], [ -75.212393, 39.951811 ], [ -75.211677, 39.95524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088012", "device_counts": 4910, "stop_counts": 11765 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199622, 39.95686 ], [ -75.196121, 39.956429 ], [ -75.196603, 39.954149 ], [ -75.200098, 39.954582 ], [ -75.199622, 39.95686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093002", "device_counts": 890, "stop_counts": 3568 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22422, 39.963086 ], [ -75.223746, 39.963026 ], [ -75.219693, 39.962523 ], [ -75.219439, 39.960941 ], [ -75.224541, 39.961567 ], [ -75.22422, 39.963086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094003", "device_counts": 1445, "stop_counts": 3964 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236587, 39.962519 ], [ -75.23454, 39.962807 ], [ -75.232527, 39.962557 ], [ -75.232857, 39.960976 ], [ -75.234869, 39.961231 ], [ -75.236808, 39.961471 ], [ -75.236587, 39.962519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096004", "device_counts": 1426, "stop_counts": 4054 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247169, 39.965927 ], [ -75.242087, 39.965303 ], [ -75.242406, 39.963779 ], [ -75.246425, 39.964276 ], [ -75.247109, 39.964294 ], [ -75.247169, 39.965927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100003", "device_counts": 488, "stop_counts": 1864 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250203, 39.974815 ], [ -75.247797, 39.975079 ], [ -75.247494, 39.975113 ], [ -75.246935, 39.972111 ], [ -75.24887, 39.972339 ], [ -75.249901, 39.973197 ], [ -75.250203, 39.974815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101002", "device_counts": 1171, "stop_counts": 3804 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240984, 39.971378 ], [ -75.241209, 39.9726 ], [ -75.240427, 39.972687 ], [ -75.237983, 39.972957 ], [ -75.237455, 39.970141 ], [ -75.239133, 39.969893 ], [ -75.24181, 39.971472 ], [ -75.240984, 39.971378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104002", "device_counts": 650, "stop_counts": 2516 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220823, 39.969982 ], [ -75.217172, 39.970351 ], [ -75.216996, 39.968969 ], [ -75.217866, 39.968342 ], [ -75.220578, 39.968067 ], [ -75.220823, 39.969982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105001", "device_counts": 1231, "stop_counts": 3274 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2168, 39.967459 ], [ -75.21365, 39.967696 ], [ -75.213228, 39.964331 ], [ -75.216376, 39.964094 ], [ -75.216516, 39.965214 ], [ -75.2168, 39.967459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109002", "device_counts": 668, "stop_counts": 2350 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191719, 39.964652 ], [ -75.187933, 39.965074 ], [ -75.187551, 39.963931 ], [ -75.191494, 39.963503 ], [ -75.191719, 39.964652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111002", "device_counts": 2180, "stop_counts": 4590 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225841, 39.97143 ], [ -75.222613, 39.97212 ], [ -75.222827, 39.973318 ], [ -75.219481, 39.973665 ], [ -75.219655, 39.97377 ], [ -75.21953, 39.974639 ], [ -75.216331, 39.97279 ], [ -75.217767, 39.972627 ], [ -75.217172, 39.970351 ], [ -75.220823, 39.969982 ], [ -75.223118, 39.969747 ], [ -75.225372, 39.969517 ], [ -75.225841, 39.97143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112004", "device_counts": 1079, "stop_counts": 4413 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237983, 39.972957 ], [ -75.235493, 39.973234 ], [ -75.234732, 39.973315 ], [ -75.234203, 39.9705 ], [ -75.235697, 39.970336 ], [ -75.237455, 39.970141 ], [ -75.237983, 39.972957 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115004", "device_counts": 936, "stop_counts": 3685 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255661, 39.976755 ], [ -75.253747, 39.975937 ], [ -75.252323, 39.976786 ], [ -75.251914, 39.974623 ], [ -75.255196, 39.97426 ], [ -75.255661, 39.976755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118006", "device_counts": 506, "stop_counts": 1873 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239838, 39.989287 ], [ -75.238361, 39.990486 ], [ -75.237785, 39.990669 ], [ -75.237879, 39.990229 ], [ -75.237488, 39.987996 ], [ -75.237176, 39.986439 ], [ -75.238184, 39.986061 ], [ -75.23987, 39.988202 ], [ -75.239838, 39.989287 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010121001", "device_counts": 4781, "stop_counts": 10975 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226402, 40.001255 ], [ -75.220665, 40.003944 ], [ -75.219551, 39.999839 ], [ -75.223637, 39.999066 ], [ -75.226402, 40.001255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122042", "device_counts": 4834, "stop_counts": 19476 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220665, 40.003944 ], [ -75.213745, 40.00716 ], [ -75.213537, 40.006554 ], [ -75.214054, 40.00501 ], [ -75.215355, 40.001244 ], [ -75.21114, 40.002124 ], [ -75.209695, 39.99965 ], [ -75.208809, 39.999431 ], [ -75.20728, 39.999054 ], [ -75.209317, 39.99842 ], [ -75.210844, 39.998511 ], [ -75.217994, 39.994223 ], [ -75.219551, 39.999839 ], [ -75.220665, 40.003944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134011", "device_counts": 2421, "stop_counts": 4663 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178641, 39.967399 ], [ -75.17539, 39.967345 ], [ -75.176778, 39.964822 ], [ -75.177513, 39.965382 ], [ -75.179683, 39.967416 ], [ -75.178641, 39.967399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136022", "device_counts": 969, "stop_counts": 3164 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.185394, 39.973417 ], [ -75.182147, 39.973009 ], [ -75.180729, 39.972841 ], [ -75.181234, 39.970504 ], [ -75.183561, 39.970778 ], [ -75.185594, 39.972518 ], [ -75.185394, 39.973417 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136024", "device_counts": 292, "stop_counts": 1090 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175948, 39.972232 ], [ -75.174367, 39.972035 ], [ -75.174869, 39.96971 ], [ -75.17646, 39.96991 ], [ -75.175948, 39.972232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010138001", "device_counts": 720, "stop_counts": 2706 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179172, 39.979988 ], [ -75.177585, 39.979774 ], [ -75.175989, 39.979572 ], [ -75.174393, 39.97938 ], [ -75.173126, 39.97775 ], [ -75.173414, 39.976363 ], [ -75.179779, 39.977188 ], [ -75.179172, 39.979988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144002", "device_counts": 7037, "stop_counts": 21009 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141976, 39.97519 ], [ -75.139715, 39.974897 ], [ -75.133374, 39.97409 ], [ -75.134401, 39.972303 ], [ -75.134428, 39.968791 ], [ -75.135143, 39.968687 ], [ -75.139578, 39.969515 ], [ -75.140665, 39.969652 ], [ -75.141433, 39.972471 ], [ -75.142581, 39.972388 ], [ -75.141976, 39.97519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144001", "device_counts": 1429, "stop_counts": 4143 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144459, 39.972629 ], [ -75.142581, 39.972388 ], [ -75.141433, 39.972471 ], [ -75.140665, 39.969652 ], [ -75.143095, 39.969954 ], [ -75.145018, 39.970191 ], [ -75.144459, 39.972629 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028011", "device_counts": 1302, "stop_counts": 4668 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158393, 39.929177 ], [ -75.158296, 39.929602 ], [ -75.158121, 39.930394 ], [ -75.154997, 39.929984 ], [ -75.155463, 39.927956 ], [ -75.155546, 39.92755 ], [ -75.158666, 39.927955 ], [ -75.158393, 39.929177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313001", "device_counts": 813, "stop_counts": 2107 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070025, 40.039139 ], [ -75.067663, 40.041634 ], [ -75.06558, 40.040442 ], [ -75.068003, 40.038059 ], [ -75.070025, 40.039139 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031004", "device_counts": 771, "stop_counts": 2432 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181589, 39.931366 ], [ -75.180001, 39.93117 ], [ -75.176513, 39.930716 ], [ -75.176606, 39.930285 ], [ -75.178445, 39.929271 ], [ -75.181944, 39.929729 ], [ -75.181589, 39.931366 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202001", "device_counts": 1447, "stop_counts": 4880 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165554, 40.004859 ], [ -75.165228, 40.006354 ], [ -75.161747, 40.005905 ], [ -75.161409, 40.007399 ], [ -75.158278, 40.006994 ], [ -75.158926, 40.004009 ], [ -75.160843, 40.002634 ], [ -75.165896, 40.003269 ], [ -75.165554, 40.004859 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010359002", "device_counts": 3952, "stop_counts": 15220 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028883, 40.102543 ], [ -75.026305, 40.108324 ], [ -75.025585, 40.109312 ], [ -75.024306, 40.111181 ], [ -75.023459, 40.110847 ], [ -75.01993, 40.110978 ], [ -75.014449, 40.115451 ], [ -75.013156, 40.11397 ], [ -75.008712, 40.119612 ], [ -75.006991, 40.118599 ], [ -75.005391, 40.114802 ], [ -75.017061, 40.105919 ], [ -75.023927, 40.100702 ], [ -75.027635, 40.101765 ], [ -75.028883, 40.102543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010061002", "device_counts": 564, "stop_counts": 2971 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22943, 39.918507 ], [ -75.227538, 39.91984 ], [ -75.225839, 39.918503 ], [ -75.227809, 39.916106 ], [ -75.230094, 39.918046 ], [ -75.22943, 39.918507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204001", "device_counts": 872, "stop_counts": 2724 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157303, 40.022607 ], [ -75.154929, 40.02229 ], [ -75.155239, 40.020486 ], [ -75.155692, 40.019078 ], [ -75.156094, 40.019695 ], [ -75.159035, 40.0228 ], [ -75.157303, 40.022607 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264006", "device_counts": 465, "stop_counts": 1657 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166072, 40.067194 ], [ -75.165706, 40.067438 ], [ -75.163822, 40.066357 ], [ -75.162957, 40.067255 ], [ -75.159774, 40.06542 ], [ -75.160688, 40.064468 ], [ -75.162018, 40.063095 ], [ -75.165714, 40.06439 ], [ -75.168099, 40.065219 ], [ -75.166072, 40.067194 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313005", "device_counts": 581, "stop_counts": 2029 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.072645, 40.044394 ], [ -75.070634, 40.043272 ], [ -75.069459, 40.042621 ], [ -75.071817, 40.040124 ], [ -75.072996, 40.040803 ], [ -75.071813, 40.042033 ], [ -75.073836, 40.043174 ], [ -75.072645, 40.044394 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302003", "device_counts": 1112, "stop_counts": 3962 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086568, 40.023537 ], [ -75.084726, 40.025458 ], [ -75.083038, 40.027241 ], [ -75.081379, 40.026314 ], [ -75.080031, 40.025569 ], [ -75.081931, 40.024707 ], [ -75.084269, 40.022331 ], [ -75.084426, 40.022417 ], [ -75.085089, 40.022761 ], [ -75.086568, 40.023537 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289021", "device_counts": 819, "stop_counts": 3011 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112217, 40.020056 ], [ -75.110835, 40.02172 ], [ -75.110242, 40.022242 ], [ -75.104845, 40.02356 ], [ -75.103204, 40.021057 ], [ -75.107446, 40.017517 ], [ -75.107063, 40.016777 ], [ -75.107152, 40.016728 ], [ -75.109024, 40.016286 ], [ -75.108678, 40.017942 ], [ -75.113951, 40.018603 ], [ -75.112217, 40.020056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338003", "device_counts": 414, "stop_counts": 1489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07876, 40.0585 ], [ -75.074826, 40.062706 ], [ -75.073909, 40.062192 ], [ -75.072766, 40.061554 ], [ -75.076734, 40.05735 ], [ -75.07876, 40.0585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146003", "device_counts": 573, "stop_counts": 3137 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156616, 39.974198 ], [ -75.155061, 39.973996 ], [ -75.151915, 39.973588 ], [ -75.152188, 39.972318 ], [ -75.156893, 39.972927 ], [ -75.156616, 39.974198 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307001", "device_counts": 2341, "stop_counts": 7669 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089972, 40.057821 ], [ -75.08478, 40.062044 ], [ -75.083833, 40.061472 ], [ -75.083525, 40.06127 ], [ -75.08498, 40.058893 ], [ -75.085676, 40.057208 ], [ -75.085794, 40.055424 ], [ -75.085847, 40.05441 ], [ -75.089115, 40.056227 ], [ -75.088408, 40.05694 ], [ -75.089972, 40.057821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199001", "device_counts": 1470, "stop_counts": 4942 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140472, 40.007878 ], [ -75.139652, 40.007755 ], [ -75.136858, 40.007394 ], [ -75.137529, 40.004304 ], [ -75.14116, 40.004784 ], [ -75.140472, 40.007878 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064002", "device_counts": 664, "stop_counts": 3585 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243254, 39.92947 ], [ -75.242254, 39.929287 ], [ -75.241996, 39.930036 ], [ -75.239625, 39.92957 ], [ -75.239873, 39.928824 ], [ -75.238729, 39.928585 ], [ -75.239493, 39.928024 ], [ -75.242349, 39.926031 ], [ -75.243494, 39.926963 ], [ -75.243254, 39.92947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118002", "device_counts": 635, "stop_counts": 3084 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237488, 39.987996 ], [ -75.232932, 39.988934 ], [ -75.23267, 39.988155 ], [ -75.232136, 39.986635 ], [ -75.234774, 39.986089 ], [ -75.23703, 39.985619 ], [ -75.237176, 39.986439 ], [ -75.237488, 39.987996 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080002", "device_counts": 1990, "stop_counts": 5054 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22703, 39.949702 ], [ -75.226869, 39.95046 ], [ -75.222914, 39.949975 ], [ -75.223315, 39.947925 ], [ -75.224946, 39.947744 ], [ -75.227419, 39.94777 ], [ -75.22703, 39.949702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311023", "device_counts": 1656, "stop_counts": 5418 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085499, 40.034421 ], [ -75.084311, 40.035676 ], [ -75.083148, 40.036924 ], [ -75.080981, 40.035713 ], [ -75.081757, 40.034924 ], [ -75.084273, 40.032172 ], [ -75.084832, 40.032349 ], [ -75.085313, 40.033521 ], [ -75.085499, 40.034421 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372003", "device_counts": 698, "stop_counts": 2485 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166914, 39.916189 ], [ -75.16453, 39.915875 ], [ -75.165081, 39.913368 ], [ -75.167462, 39.913675 ], [ -75.166914, 39.916189 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311021", "device_counts": 592, "stop_counts": 3026 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084412, 40.039499 ], [ -75.082674, 40.04242 ], [ -75.080904, 40.041432 ], [ -75.081533, 40.040754 ], [ -75.082114, 40.040147 ], [ -75.084464, 40.037657 ], [ -75.083148, 40.036924 ], [ -75.084311, 40.035676 ], [ -75.086804, 40.037049 ], [ -75.084412, 40.039499 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101007", "device_counts": 846, "stop_counts": 2649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245247, 39.973778 ], [ -75.24329, 39.973997 ], [ -75.242987, 39.972396 ], [ -75.241209, 39.9726 ], [ -75.240984, 39.971378 ], [ -75.24181, 39.971472 ], [ -75.243788, 39.971723 ], [ -75.244885, 39.971854 ], [ -75.245247, 39.973778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242002", "device_counts": 682, "stop_counts": 3164 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174572, 40.029244 ], [ -75.173482, 40.030336 ], [ -75.169816, 40.02845 ], [ -75.172523, 40.025758 ], [ -75.174043, 40.026588 ], [ -75.173611, 40.028691 ], [ -75.174572, 40.029244 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331014", "device_counts": 493, "stop_counts": 2843 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040003, 40.041793 ], [ -75.038285, 40.042589 ], [ -75.034393, 40.044379 ], [ -75.033482, 40.043203 ], [ -75.036557, 40.041926 ], [ -75.035726, 40.040863 ], [ -75.036639, 40.04046 ], [ -75.03836, 40.039695 ], [ -75.040003, 40.041793 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171002", "device_counts": 899, "stop_counts": 3345 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171595, 40.002377 ], [ -75.171247, 40.003951 ], [ -75.169093, 40.003671 ], [ -75.169754, 40.000622 ], [ -75.171912, 40.000883 ], [ -75.171595, 40.002377 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348011", "device_counts": 636, "stop_counts": 5169 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.019047, 40.056391 ], [ -75.012828, 40.056404 ], [ -75.010143, 40.054607 ], [ -75.0112, 40.053653 ], [ -75.012956, 40.051541 ], [ -75.015331, 40.050165 ], [ -75.015641, 40.050595 ], [ -75.016153, 40.051807 ], [ -75.019023, 40.054967 ], [ -75.019047, 40.056391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062003", "device_counts": 531, "stop_counts": 2274 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233878, 39.919693 ], [ -75.231092, 39.917343 ], [ -75.232692, 39.916219 ], [ -75.235477, 39.918575 ], [ -75.233878, 39.919693 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090004", "device_counts": 5379, "stop_counts": 17847 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193574, 39.958689 ], [ -75.18921, 39.958811 ], [ -75.189063, 39.957606 ], [ -75.189489, 39.955593 ], [ -75.194152, 39.95618 ], [ -75.193574, 39.958689 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379002", "device_counts": 493, "stop_counts": 2998 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.102621, 39.988348 ], [ -75.099128, 39.990172 ], [ -75.097054, 39.987828 ], [ -75.100552, 39.986001 ], [ -75.100912, 39.986416 ], [ -75.102621, 39.988348 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197005", "device_counts": 785, "stop_counts": 2529 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141745, 40.012939 ], [ -75.141126, 40.015818 ], [ -75.139464, 40.015599 ], [ -75.13981, 40.014014 ], [ -75.140125, 40.012538 ], [ -75.141786, 40.012708 ], [ -75.141745, 40.012939 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113002", "device_counts": 1005, "stop_counts": 4082 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23407, 39.980326 ], [ -75.230171, 39.978794 ], [ -75.229855, 39.977069 ], [ -75.231783, 39.976852 ], [ -75.233691, 39.976642 ], [ -75.234013, 39.978361 ], [ -75.23407, 39.980326 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305013", "device_counts": 841, "stop_counts": 5402 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.104633, 40.040073 ], [ -75.100374, 40.044605 ], [ -75.098357, 40.043483 ], [ -75.099539, 40.042241 ], [ -75.103163, 40.039196 ], [ -75.104633, 40.040073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278002", "device_counts": 3458, "stop_counts": 9923 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146978, 40.04173 ], [ -75.146776, 40.044848 ], [ -75.143547, 40.044426 ], [ -75.143868, 40.042901 ], [ -75.144224, 40.041381 ], [ -75.144302, 40.04109 ], [ -75.146469, 40.040087 ], [ -75.148083, 40.04048 ], [ -75.146978, 40.04173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022001", "device_counts": 2503, "stop_counts": 5553 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170025, 39.938263 ], [ -75.166816, 39.937869 ], [ -75.167083, 39.936742 ], [ -75.167303, 39.935695 ], [ -75.170455, 39.936232 ], [ -75.170025, 39.938263 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317005", "device_counts": 794, "stop_counts": 3230 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.074325, 40.028469 ], [ -75.073733, 40.029784 ], [ -75.072682, 40.031938 ], [ -75.069719, 40.029984 ], [ -75.068878, 40.030875 ], [ -75.067697, 40.03212 ], [ -75.066299, 40.031344 ], [ -75.068445, 40.02871 ], [ -75.065403, 40.027033 ], [ -75.067957, 40.026583 ], [ -75.073364, 40.025369 ], [ -75.075488, 40.027071 ], [ -75.074325, 40.028469 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175003", "device_counts": 2927, "stop_counts": 7958 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147461, 39.994656 ], [ -75.14183, 39.993929 ], [ -75.139851, 39.993672 ], [ -75.140198, 39.992086 ], [ -75.142173, 39.992343 ], [ -75.142999, 39.992449 ], [ -75.147887, 39.993078 ], [ -75.147461, 39.994656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072002", "device_counts": 1401, "stop_counts": 4663 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233604, 39.947351 ], [ -75.231271, 39.947909 ], [ -75.229894, 39.947791 ], [ -75.228202, 39.94627 ], [ -75.228686, 39.945913 ], [ -75.2305, 39.944656 ], [ -75.231754, 39.945721 ], [ -75.232349, 39.945515 ], [ -75.233718, 39.944559 ], [ -75.233604, 39.947351 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171004", "device_counts": 2393, "stop_counts": 7782 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186861, 40.000409 ], [ -75.186812, 40.000434 ], [ -75.184564, 40.002493 ], [ -75.183953, 40.002838 ], [ -75.181141, 40.003697 ], [ -75.178809, 40.004937 ], [ -75.176913, 40.004697 ], [ -75.17725, 40.003097 ], [ -75.171595, 40.002377 ], [ -75.171912, 40.000883 ], [ -75.174663, 40.001009 ], [ -75.176301, 39.999921 ], [ -75.178237, 39.998611 ], [ -75.180188, 39.997253 ], [ -75.182341, 39.997519 ], [ -75.187604, 39.998195 ], [ -75.186861, 40.000409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036002", "device_counts": 1022, "stop_counts": 3321 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199844, 39.932447 ], [ -75.199503, 39.934508 ], [ -75.197537, 39.934232 ], [ -75.196486, 39.930309 ], [ -75.193621, 39.929965 ], [ -75.194153, 39.927514 ], [ -75.194623, 39.92681 ], [ -75.199586, 39.931807 ], [ -75.199844, 39.932447 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333002", "device_counts": 2004, "stop_counts": 6076 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04703, 40.052268 ], [ -75.044906, 40.053657 ], [ -75.046558, 40.05458 ], [ -75.045268, 40.055875 ], [ -75.046537, 40.056567 ], [ -75.045522, 40.057614 ], [ -75.041248, 40.054576 ], [ -75.039449, 40.055286 ], [ -75.040059, 40.054079 ], [ -75.040247, 40.053158 ], [ -75.042279, 40.049992 ], [ -75.045149, 40.048854 ], [ -75.04703, 40.052268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113001", "device_counts": 2083, "stop_counts": 6512 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239335, 39.981447 ], [ -75.239042, 39.98195 ], [ -75.23407, 39.980326 ], [ -75.234013, 39.978361 ], [ -75.238891, 39.977818 ], [ -75.239124, 39.979069 ], [ -75.239467, 39.980914 ], [ -75.239335, 39.981447 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275003", "device_counts": 2082, "stop_counts": 5413 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134818, 40.036987 ], [ -75.132476, 40.036684 ], [ -75.130518, 40.036437 ], [ -75.13129, 40.032818 ], [ -75.135042, 40.033284 ], [ -75.134818, 40.036987 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347013", "device_counts": 3639, "stop_counts": 8943 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.039163, 40.070369 ], [ -75.036627, 40.073019 ], [ -75.035087, 40.074617 ], [ -75.032965, 40.072152 ], [ -75.033861, 40.071694 ], [ -75.033152, 40.068038 ], [ -75.036372, 40.066447 ], [ -75.040265, 40.068747 ], [ -75.039163, 40.070369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336005", "device_counts": 582, "stop_counts": 2905 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.061118, 40.068122 ], [ -75.059221, 40.067297 ], [ -75.057477, 40.066268 ], [ -75.055477, 40.065149 ], [ -75.056605, 40.063955 ], [ -75.057135, 40.063364 ], [ -75.057697, 40.062787 ], [ -75.06304, 40.066143 ], [ -75.061118, 40.068122 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167022", "device_counts": 818, "stop_counts": 3057 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159366, 39.994525 ], [ -75.157791, 39.994342 ], [ -75.158144, 39.992771 ], [ -75.15769, 39.99118 ], [ -75.160044, 39.991473 ], [ -75.159366, 39.994525 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095001", "device_counts": 908, "stop_counts": 3683 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237283, 39.968899 ], [ -75.237455, 39.970141 ], [ -75.235697, 39.970336 ], [ -75.235356, 39.968509 ], [ -75.235842, 39.966085 ], [ -75.237818, 39.96633 ], [ -75.237283, 39.968899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329005", "device_counts": 1536, "stop_counts": 4580 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033427, 40.039473 ], [ -75.03134, 40.040236 ], [ -75.028257, 40.041363 ], [ -75.027846, 40.040678 ], [ -75.027031, 40.038744 ], [ -75.031903, 40.036993 ], [ -75.032295, 40.037622 ], [ -75.033427, 40.039473 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352002", "device_counts": 949, "stop_counts": 3379 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.999877, 40.050402 ], [ -74.994151, 40.054401 ], [ -74.990389, 40.050984 ], [ -74.987256, 40.05286 ], [ -74.984752, 40.055355 ], [ -74.984098, 40.054782 ], [ -74.986873, 40.052097 ], [ -74.99627, 40.047202 ], [ -74.999877, 40.050402 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010342001", "device_counts": 407, "stop_counts": 3147 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077179, 40.082798 ], [ -75.075061, 40.084174 ], [ -75.073278, 40.083085 ], [ -75.070181, 40.081194 ], [ -75.073705, 40.079182 ], [ -75.076258, 40.080605 ], [ -75.077121, 40.08108 ], [ -75.078845, 40.082048 ], [ -75.077179, 40.082798 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362033", "device_counts": 1536, "stop_counts": 8098 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.982413, 40.065736 ], [ -74.981173, 40.071985 ], [ -74.977684, 40.079834 ], [ -74.97725, 40.080506 ], [ -74.975247, 40.078848 ], [ -74.973615, 40.078901 ], [ -74.972817, 40.077559 ], [ -74.970537, 40.076281 ], [ -74.971156, 40.073992 ], [ -74.973251, 40.071487 ], [ -74.980525, 40.065702 ], [ -74.980688, 40.065007 ], [ -74.980718, 40.06472 ], [ -74.981154, 40.064912 ], [ -74.982355, 40.064672 ], [ -74.982413, 40.065736 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169012", "device_counts": 780, "stop_counts": 3180 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176535, 39.992076 ], [ -75.176212, 39.993572 ], [ -75.174615, 39.993359 ], [ -75.171441, 39.992946 ], [ -75.171594, 39.9922 ], [ -75.173182, 39.992412 ], [ -75.173682, 39.990167 ], [ -75.175803, 39.988812 ], [ -75.177206, 39.988991 ], [ -75.176535, 39.992076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188002", "device_counts": 657, "stop_counts": 2735 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.104335, 39.997884 ], [ -75.102026, 39.999078 ], [ -75.101235, 39.998188 ], [ -75.100367, 39.997206 ], [ -75.102674, 39.996008 ], [ -75.103369, 39.996794 ], [ -75.104043, 39.997555 ], [ -75.104335, 39.997884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316006", "device_counts": 728, "stop_counts": 2911 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055334, 40.034739 ], [ -75.053701, 40.033844 ], [ -75.050972, 40.032324 ], [ -75.053249, 40.0317 ], [ -75.054054, 40.03118 ], [ -75.057092, 40.032869 ], [ -75.055334, 40.034739 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325003", "device_counts": 1740, "stop_counts": 6810 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048355, 40.029324 ], [ -75.04744, 40.029792 ], [ -75.044655, 40.031231 ], [ -75.043304, 40.029688 ], [ -75.042858, 40.029185 ], [ -75.041957, 40.028152 ], [ -75.040219, 40.026061 ], [ -75.039768, 40.025551 ], [ -75.043408, 40.023672 ], [ -75.044721, 40.025179 ], [ -75.046555, 40.027265 ], [ -75.047453, 40.028294 ], [ -75.047904, 40.02881 ], [ -75.048355, 40.029324 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191002", "device_counts": 949, "stop_counts": 3848 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105434, 40.011197 ], [ -75.105099, 40.012784 ], [ -75.101864, 40.012369 ], [ -75.102552, 40.009202 ], [ -75.105768, 40.009619 ], [ -75.105434, 40.011197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038001", "device_counts": 770, "stop_counts": 2721 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180045, 39.921872 ], [ -75.176906, 39.921464 ], [ -75.177082, 39.920207 ], [ -75.177438, 39.91897 ], [ -75.180576, 39.919369 ], [ -75.180045, 39.921872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365021", "device_counts": 919, "stop_counts": 6948 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.000381, 40.123264 ], [ -74.996392, 40.127195 ], [ -74.997885, 40.127816 ], [ -74.994187, 40.131516 ], [ -74.993595, 40.132266 ], [ -74.992288, 40.130682 ], [ -74.993687, 40.126584 ], [ -74.989014, 40.12607 ], [ -74.987193, 40.123286 ], [ -74.993533, 40.11868 ], [ -74.997052, 40.121168 ], [ -75.000381, 40.123264 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341006", "device_counts": 323, "stop_counts": 2227 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082456, 40.082884 ], [ -75.078845, 40.082048 ], [ -75.077121, 40.08108 ], [ -75.076258, 40.080605 ], [ -75.078592, 40.078097 ], [ -75.082882, 40.079474 ], [ -75.082456, 40.082884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191004", "device_counts": 1459, "stop_counts": 5332 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.11136, 40.015867 ], [ -75.109024, 40.016286 ], [ -75.107152, 40.016728 ], [ -75.107063, 40.016777 ], [ -75.106018, 40.016352 ], [ -75.098916, 40.016433 ], [ -75.09704, 40.016018 ], [ -75.097041, 40.01595 ], [ -75.097055, 40.015202 ], [ -75.097431, 40.013325 ], [ -75.099374, 40.013583 ], [ -75.101557, 40.013878 ], [ -75.101864, 40.012369 ], [ -75.105099, 40.012784 ], [ -75.111811, 40.013662 ], [ -75.11136, 40.015867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243003", "device_counts": 449, "stop_counts": 1829 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170176, 40.022731 ], [ -75.169124, 40.023865 ], [ -75.168482, 40.023512 ], [ -75.163915, 40.02099 ], [ -75.165707, 40.019731 ], [ -75.169534, 40.022381 ], [ -75.170176, 40.022731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365022", "device_counts": 1400, "stop_counts": 8382 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.010453, 40.120681 ], [ -75.00527, 40.12605 ], [ -75.003255, 40.131012 ], [ -74.997885, 40.127816 ], [ -74.996392, 40.127195 ], [ -75.000381, 40.123264 ], [ -74.997052, 40.121168 ], [ -75.005391, 40.114802 ], [ -75.006991, 40.118599 ], [ -75.008712, 40.119612 ], [ -75.010453, 40.120681 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084003", "device_counts": 886, "stop_counts": 3649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237448, 39.958433 ], [ -75.235504, 39.958192 ], [ -75.235745, 39.957049 ], [ -75.235997, 39.955831 ], [ -75.237934, 39.956062 ], [ -75.237448, 39.958433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209002", "device_counts": 273, "stop_counts": 1926 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207863, 40.018582 ], [ -75.207595, 40.019536 ], [ -75.204057, 40.020213 ], [ -75.204055, 40.017273 ], [ -75.205622, 40.017107 ], [ -75.208116, 40.017764 ], [ -75.207863, 40.018582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172012", "device_counts": 1225, "stop_counts": 4566 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171997, 39.997826 ], [ -75.17042, 39.997618 ], [ -75.167215, 39.997197 ], [ -75.167568, 39.995621 ], [ -75.170767, 39.996036 ], [ -75.172355, 39.99624 ], [ -75.171997, 39.997826 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082007", "device_counts": 656, "stop_counts": 2649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249056, 39.951679 ], [ -75.243068, 39.950926 ], [ -75.24323, 39.950172 ], [ -75.243381, 39.949411 ], [ -75.249371, 39.950153 ], [ -75.249056, 39.951679 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107002", "device_counts": 3063, "stop_counts": 10584 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211189, 39.968634 ], [ -75.208038, 39.968984 ], [ -75.207839, 39.967943 ], [ -75.203258, 39.968447 ], [ -75.203058, 39.967396 ], [ -75.20264, 39.965169 ], [ -75.202334, 39.963495 ], [ -75.202342, 39.963137 ], [ -75.20756, 39.966381 ], [ -75.208344, 39.966876 ], [ -75.210101, 39.967961 ], [ -75.211189, 39.968634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198006", "device_counts": 1748, "stop_counts": 4248 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138577, 40.008789 ], [ -75.138483, 40.009234 ], [ -75.137826, 40.012233 ], [ -75.136537, 40.012068 ], [ -75.135858, 40.011982 ], [ -75.136858, 40.007394 ], [ -75.139652, 40.007755 ], [ -75.138577, 40.008789 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365011", "device_counts": 5969, "stop_counts": 19830 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.01385, 40.128896 ], [ -75.013206, 40.130233 ], [ -75.012295, 40.131736 ], [ -75.009117, 40.134355 ], [ -75.003255, 40.131012 ], [ -75.00527, 40.12605 ], [ -75.010453, 40.120681 ], [ -75.015384, 40.123599 ], [ -75.01385, 40.128896 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140003", "device_counts": 3121, "stop_counts": 7670 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16175, 39.976262 ], [ -75.158526, 39.97585 ], [ -75.158782, 39.974482 ], [ -75.159237, 39.972384 ], [ -75.162507, 39.972799 ], [ -75.16175, 39.976262 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113003", "device_counts": 669, "stop_counts": 2676 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238891, 39.977818 ], [ -75.234013, 39.978361 ], [ -75.233691, 39.976642 ], [ -75.236087, 39.97638 ], [ -75.23857, 39.976101 ], [ -75.238891, 39.977818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310006", "device_counts": 438, "stop_counts": 1869 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082888, 40.048197 ], [ -75.079878, 40.051217 ], [ -75.079334, 40.051809 ], [ -75.077529, 40.050805 ], [ -75.073936, 40.048841 ], [ -75.075037, 40.047638 ], [ -75.07863, 40.049634 ], [ -75.079809, 40.048391 ], [ -75.080987, 40.047133 ], [ -75.082888, 40.048197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280001", "device_counts": 561, "stop_counts": 2089 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157153, 40.02413 ], [ -75.154245, 40.025634 ], [ -75.15461, 40.023801 ], [ -75.153357, 40.022088 ], [ -75.154929, 40.02229 ], [ -75.157303, 40.022607 ], [ -75.157153, 40.02413 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033003", "device_counts": 594, "stop_counts": 2048 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193615, 39.937485 ], [ -75.19306, 39.93741 ], [ -75.188885, 39.936887 ], [ -75.189148, 39.935671 ], [ -75.191274, 39.935934 ], [ -75.193315, 39.936206 ], [ -75.193873, 39.936286 ], [ -75.193615, 39.937485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274024", "device_counts": 1421, "stop_counts": 5418 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126643, 40.040681 ], [ -75.126311, 40.042203 ], [ -75.122078, 40.041664 ], [ -75.12281, 40.040181 ], [ -75.123535, 40.038719 ], [ -75.124744, 40.038876 ], [ -75.126977, 40.039155 ], [ -75.126643, 40.040681 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031002", "device_counts": 563, "stop_counts": 1606 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176513, 39.930716 ], [ -75.176069, 39.932721 ], [ -75.174495, 39.932523 ], [ -75.174764, 39.931307 ], [ -75.175032, 39.930087 ], [ -75.176606, 39.930285 ], [ -75.176513, 39.930716 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149004", "device_counts": 705, "stop_counts": 2559 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181579, 39.983313 ], [ -75.179952, 39.983108 ], [ -75.180591, 39.980167 ], [ -75.181135, 39.980238 ], [ -75.182215, 39.980373 ], [ -75.181579, 39.983313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279013", "device_counts": 940, "stop_counts": 3147 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158132, 40.046418 ], [ -75.158017, 40.048126 ], [ -75.157958, 40.049025 ], [ -75.154793, 40.048902 ], [ -75.154966, 40.046241 ], [ -75.156675, 40.04536 ], [ -75.158217, 40.045076 ], [ -75.158132, 40.046418 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172021", "device_counts": 1223, "stop_counts": 4658 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174663, 40.001009 ], [ -75.171912, 40.000883 ], [ -75.169754, 40.000622 ], [ -75.170087, 39.999116 ], [ -75.173282, 39.999516 ], [ -75.176301, 39.999921 ], [ -75.174663, 40.001009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090001", "device_counts": 1037, "stop_counts": 2961 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194297, 39.962607 ], [ -75.191389, 39.962922 ], [ -75.191117, 39.96144 ], [ -75.189564, 39.960998 ], [ -75.193905, 39.960514 ], [ -75.194015, 39.961124 ], [ -75.194297, 39.962607 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032001", "device_counts": 1065, "stop_counts": 3400 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183916, 39.93624 ], [ -75.180621, 39.935816 ], [ -75.181162, 39.933385 ], [ -75.184449, 39.933813 ], [ -75.183916, 39.93624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028022", "device_counts": 2039, "stop_counts": 5566 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16735, 39.926579 ], [ -75.165005, 39.92855 ], [ -75.161881, 39.927985 ], [ -75.162338, 39.92592 ], [ -75.165483, 39.926333 ], [ -75.16735, 39.926579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111001", "device_counts": 7449, "stop_counts": 23252 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2263, 39.977951 ], [ -75.224093, 39.981369 ], [ -75.224066, 39.981508 ], [ -75.223157, 39.981381 ], [ -75.213469, 39.977791 ], [ -75.212211, 39.973242 ], [ -75.216331, 39.97279 ], [ -75.21953, 39.974639 ], [ -75.224848, 39.97712 ], [ -75.226451, 39.977717 ], [ -75.2263, 39.977951 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247001", "device_counts": 881, "stop_counts": 2573 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167207, 40.043149 ], [ -75.16483, 40.045468 ], [ -75.163739, 40.044801 ], [ -75.163452, 40.043431 ], [ -75.165078, 40.041858 ], [ -75.164852, 40.039867 ], [ -75.16516, 40.039474 ], [ -75.166622, 40.040379 ], [ -75.165819, 40.042309 ], [ -75.167207, 40.043149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010269001", "device_counts": 1093, "stop_counts": 2791 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130059, 40.055474 ], [ -75.129021, 40.057091 ], [ -75.12632, 40.055481 ], [ -75.127143, 40.051748 ], [ -75.130783, 40.052206 ], [ -75.130059, 40.055474 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081012", "device_counts": 1594, "stop_counts": 4849 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239641, 39.947932 ], [ -75.23943, 39.948931 ], [ -75.235479, 39.948433 ], [ -75.235822, 39.946835 ], [ -75.235917, 39.946793 ], [ -75.240052, 39.945917 ], [ -75.239641, 39.947932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010117001", "device_counts": 2914, "stop_counts": 11255 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247948, 39.991138 ], [ -75.237331, 39.996128 ], [ -75.235298, 39.99707 ], [ -75.234136, 39.995598 ], [ -75.234027, 39.994736 ], [ -75.233713, 39.992176 ], [ -75.236255, 39.990971 ], [ -75.237785, 39.990669 ], [ -75.238361, 39.990486 ], [ -75.239838, 39.989287 ], [ -75.245478, 39.986619 ], [ -75.246416, 39.988266 ], [ -75.246187, 39.989516 ], [ -75.247948, 39.991138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168005", "device_counts": 612, "stop_counts": 1696 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170767, 39.996036 ], [ -75.167568, 39.995621 ], [ -75.167925, 39.994025 ], [ -75.171115, 39.994444 ], [ -75.170767, 39.996036 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178005", "device_counts": 1301, "stop_counts": 4704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12031, 39.992672 ], [ -75.115778, 39.995167 ], [ -75.113816, 39.992924 ], [ -75.116662, 39.991437 ], [ -75.118392, 39.990528 ], [ -75.12031, 39.992672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010006001", "device_counts": 24992, "stop_counts": 74697 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164338, 39.949346 ], [ -75.164011, 39.950876 ], [ -75.163937, 39.950866 ], [ -75.157062, 39.950006 ], [ -75.152337, 39.949421 ], [ -75.153174, 39.947962 ], [ -75.156646, 39.948394 ], [ -75.157392, 39.94849 ], [ -75.159751, 39.948783 ], [ -75.162114, 39.94908 ], [ -75.164265, 39.94934 ], [ -75.164338, 39.949346 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312003", "device_counts": 1697, "stop_counts": 5531 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084273, 40.032172 ], [ -75.081757, 40.034924 ], [ -75.079636, 40.033743 ], [ -75.077266, 40.036262 ], [ -75.074901, 40.034935 ], [ -75.074439, 40.03398 ], [ -75.077022, 40.033387 ], [ -75.080757, 40.032541 ], [ -75.084089, 40.031826 ], [ -75.084273, 40.032172 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087012", "device_counts": 2860, "stop_counts": 6763 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211039, 39.958276 ], [ -75.208128, 39.957915 ], [ -75.2086, 39.955636 ], [ -75.208761, 39.95488 ], [ -75.211677, 39.95524 ], [ -75.211039, 39.958276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301005", "device_counts": 615, "stop_counts": 3613 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091879, 40.024435 ], [ -75.090563, 40.025791 ], [ -75.086568, 40.023537 ], [ -75.085089, 40.022761 ], [ -75.086819, 40.020966 ], [ -75.087283, 40.020485 ], [ -75.090373, 40.022233 ], [ -75.092729, 40.023597 ], [ -75.091879, 40.024435 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372004", "device_counts": 10628, "stop_counts": 29892 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159844, 39.915286 ], [ -75.156708, 39.914869 ], [ -75.148124, 39.913772 ], [ -75.149188, 39.908604 ], [ -75.160789, 39.910942 ], [ -75.159844, 39.915286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365013", "device_counts": 2947, "stop_counts": 7923 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021931, 40.127467 ], [ -75.013206, 40.130233 ], [ -75.01385, 40.128896 ], [ -75.015384, 40.123599 ], [ -75.0201, 40.126358 ], [ -75.021931, 40.127467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309003", "device_counts": 4869, "stop_counts": 13937 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.088975, 40.044332 ], [ -75.088312, 40.045514 ], [ -75.086975, 40.048567 ], [ -75.082343, 40.045991 ], [ -75.085031, 40.043731 ], [ -75.086453, 40.042566 ], [ -75.084412, 40.039499 ], [ -75.086804, 40.037049 ], [ -75.087802, 40.036032 ], [ -75.087931, 40.036236 ], [ -75.088091, 40.03654 ], [ -75.088709, 40.03795 ], [ -75.088631, 40.042747 ], [ -75.088975, 40.044332 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115002", "device_counts": 680, "stop_counts": 2896 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255918, 39.978122 ], [ -75.253929, 39.979067 ], [ -75.253104, 39.98018 ], [ -75.250979, 39.977684 ], [ -75.252323, 39.976786 ], [ -75.253747, 39.975937 ], [ -75.255661, 39.976755 ], [ -75.255918, 39.978122 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108002", "device_counts": 827, "stop_counts": 2995 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.203058, 39.967396 ], [ -75.198248, 39.96793 ], [ -75.197832, 39.965697 ], [ -75.20264, 39.965169 ], [ -75.203058, 39.967396 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167023", "device_counts": 2619, "stop_counts": 6426 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15769, 39.99118 ], [ -75.158144, 39.992771 ], [ -75.157791, 39.994342 ], [ -75.154588, 39.993938 ], [ -75.155593, 39.989369 ], [ -75.155934, 39.987877 ], [ -75.158335, 39.988186 ], [ -75.15769, 39.99118 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265006", "device_counts": 1406, "stop_counts": 5418 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160691, 40.056831 ], [ -75.158413, 40.059181 ], [ -75.157371, 40.058584 ], [ -75.156168, 40.057019 ], [ -75.15553, 40.056216 ], [ -75.157748, 40.055153 ], [ -75.158889, 40.055768 ], [ -75.160691, 40.056831 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010212002", "device_counts": 1889, "stop_counts": 5777 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213692, 40.032135 ], [ -75.21114, 40.0346 ], [ -75.208938, 40.035221 ], [ -75.208278, 40.033762 ], [ -75.207715, 40.031573 ], [ -75.211308, 40.02997 ], [ -75.213692, 40.032135 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087011", "device_counts": 791, "stop_counts": 2328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212716, 39.950292 ], [ -75.212393, 39.951811 ], [ -75.209326, 39.951436 ], [ -75.209259, 39.949541 ], [ -75.21292, 39.949065 ], [ -75.212716, 39.950292 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313002", "device_counts": 2933, "stop_counts": 7436 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070523, 40.035618 ], [ -75.069261, 40.036809 ], [ -75.068003, 40.038059 ], [ -75.06558, 40.040442 ], [ -75.061043, 40.037981 ], [ -75.062463, 40.036912 ], [ -75.064362, 40.036306 ], [ -75.065147, 40.036446 ], [ -75.070001, 40.03532 ], [ -75.070523, 40.035618 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179002", "device_counts": 1297, "stop_counts": 4079 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111887, 39.986296 ], [ -75.109192, 39.987702 ], [ -75.11017, 39.988806 ], [ -75.10773, 39.990079 ], [ -75.107339, 39.989644 ], [ -75.105915, 39.988037 ], [ -75.108359, 39.986753 ], [ -75.111221, 39.985268 ], [ -75.111887, 39.986296 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081022", "device_counts": 819, "stop_counts": 2542 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238476, 39.953485 ], [ -75.234531, 39.953 ], [ -75.234856, 39.951444 ], [ -75.238796, 39.951942 ], [ -75.238476, 39.953485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109001", "device_counts": 1117, "stop_counts": 3952 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19531, 39.968045 ], [ -75.192139, 39.966888 ], [ -75.188987, 39.96591 ], [ -75.187933, 39.965074 ], [ -75.191719, 39.964652 ], [ -75.191826, 39.965222 ], [ -75.194727, 39.964903 ], [ -75.19531, 39.968045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010384002", "device_counts": 4289, "stop_counts": 15477 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24055, 40.070468 ], [ -75.238583, 40.069546 ], [ -75.235951, 40.071238 ], [ -75.230082, 40.0663 ], [ -75.232439, 40.064739 ], [ -75.231724, 40.064099 ], [ -75.238182, 40.059771 ], [ -75.239545, 40.062977 ], [ -75.240092, 40.067344 ], [ -75.240321, 40.068383 ], [ -75.241075, 40.070395 ], [ -75.24055, 40.070468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326001", "device_counts": 2589, "stop_counts": 5737 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04677, 40.033683 ], [ -75.044671, 40.034771 ], [ -75.043199, 40.035544 ], [ -75.04086, 40.036757 ], [ -75.040594, 40.036859 ], [ -75.039473, 40.035404 ], [ -75.043433, 40.033356 ], [ -75.045554, 40.032261 ], [ -75.04677, 40.033683 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163003", "device_counts": 590, "stop_counts": 1895 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132893, 39.991144 ], [ -75.130898, 39.99089 ], [ -75.131557, 39.987799 ], [ -75.133549, 39.98806 ], [ -75.132893, 39.991144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032004", "device_counts": 1169, "stop_counts": 3643 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188885, 39.936887 ], [ -75.187326, 39.936679 ], [ -75.183916, 39.93624 ], [ -75.184449, 39.933813 ], [ -75.184705, 39.932584 ], [ -75.188115, 39.933014 ], [ -75.187578, 39.935461 ], [ -75.189148, 39.935671 ], [ -75.188885, 39.936887 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033006", "device_counts": 776, "stop_counts": 3313 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.197266, 39.935453 ], [ -75.197012, 39.936678 ], [ -75.193873, 39.936286 ], [ -75.194133, 39.935048 ], [ -75.194408, 39.933822 ], [ -75.197537, 39.934232 ], [ -75.197266, 39.935453 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338002", "device_counts": 837, "stop_counts": 3322 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076734, 40.05735 ], [ -75.072766, 40.061554 ], [ -75.069224, 40.059583 ], [ -75.073256, 40.05533 ], [ -75.075032, 40.056359 ], [ -75.076734, 40.05735 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201024", "device_counts": 1351, "stop_counts": 4632 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155185, 40.015295 ], [ -75.153849, 40.015891 ], [ -75.152431, 40.01321 ], [ -75.152163, 40.01254 ], [ -75.151428, 40.010903 ], [ -75.155681, 40.011457 ], [ -75.155185, 40.015295 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262003", "device_counts": 514, "stop_counts": 3379 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170657, 40.069832 ], [ -75.16697, 40.067709 ], [ -75.166072, 40.067194 ], [ -75.168099, 40.065219 ], [ -75.168757, 40.065479 ], [ -75.172207, 40.068288 ], [ -75.170657, 40.069832 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379005", "device_counts": 615, "stop_counts": 2467 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100552, 39.986001 ], [ -75.097054, 39.987828 ], [ -75.095964, 39.988395 ], [ -75.094393, 39.98663 ], [ -75.099, 39.98424 ], [ -75.100552, 39.986001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025001", "device_counts": 1448, "stop_counts": 4316 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150229, 39.936921 ], [ -75.148694, 39.936486 ], [ -75.146808, 39.935982 ], [ -75.147616, 39.932313 ], [ -75.149463, 39.933019 ], [ -75.151041, 39.933227 ], [ -75.150229, 39.936921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010360001", "device_counts": 11537, "stop_counts": 47434 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.023927, 40.100702 ], [ -75.017061, 40.105919 ], [ -75.005391, 40.114802 ], [ -75.003554, 40.110847 ], [ -75.000959, 40.111393 ], [ -74.997124, 40.108151 ], [ -75.001796, 40.10493 ], [ -75.014156, 40.096236 ], [ -75.015528, 40.09486 ], [ -75.018233, 40.097105 ], [ -75.022086, 40.100212 ], [ -75.023927, 40.100702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357011", "device_counts": 3351, "stop_counts": 13439 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033722, 40.106639 ], [ -75.029192, 40.111392 ], [ -75.025585, 40.109312 ], [ -75.026305, 40.108324 ], [ -75.028883, 40.102543 ], [ -75.030235, 40.103387 ], [ -75.032998, 40.10511 ], [ -75.033897, 40.105689 ], [ -75.033722, 40.106639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041023", "device_counts": 983, "stop_counts": 3543 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163956, 39.918518 ], [ -75.161362, 39.918177 ], [ -75.161956, 39.915546 ], [ -75.16453, 39.915875 ], [ -75.163956, 39.918518 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195011", "device_counts": 2747, "stop_counts": 8202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137847, 40.002799 ], [ -75.133561, 40.002265 ], [ -75.131501, 40.001999 ], [ -75.132172, 39.998913 ], [ -75.138524, 39.999743 ], [ -75.137847, 40.002799 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160004", "device_counts": 409, "stop_counts": 1244 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.125062, 39.982373 ], [ -75.122679, 39.983488 ], [ -75.120973, 39.981546 ], [ -75.123266, 39.980344 ], [ -75.125062, 39.982373 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161004", "device_counts": 693, "stop_counts": 2283 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129641, 39.987546 ], [ -75.127022, 39.984597 ], [ -75.124728, 39.985801 ], [ -75.124654, 39.984526 ], [ -75.127398, 39.98308 ], [ -75.130794, 39.986928 ], [ -75.129641, 39.987546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010332001", "device_counts": 2553, "stop_counts": 6762 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054287, 40.044448 ], [ -75.051682, 40.046963 ], [ -75.047775, 40.046246 ], [ -75.045269, 40.046509 ], [ -75.045201, 40.044354 ], [ -75.044877, 40.043079 ], [ -75.046204, 40.041796 ], [ -75.050465, 40.044662 ], [ -75.052228, 40.043271 ], [ -75.054287, 40.044448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179005", "device_counts": 1122, "stop_counts": 3877 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121855, 39.987436 ], [ -75.121438, 39.987859 ], [ -75.120138, 39.986877 ], [ -75.116751, 39.988652 ], [ -75.115083, 39.989526 ], [ -75.114257, 39.989952 ], [ -75.113492, 39.988768 ], [ -75.11674, 39.98673 ], [ -75.115524, 39.985365 ], [ -75.115224, 39.985018 ], [ -75.114934, 39.984697 ], [ -75.115605, 39.983551 ], [ -75.116075, 39.982938 ], [ -75.116836, 39.982072 ], [ -75.117355, 39.981481 ], [ -75.118522, 39.982825 ], [ -75.120252, 39.984755 ], [ -75.122417, 39.987001 ], [ -75.121855, 39.987436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344003", "device_counts": 940, "stop_counts": 6113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059388, 40.096462 ], [ -75.054861, 40.100183 ], [ -75.054966, 40.100963 ], [ -75.050974, 40.103122 ], [ -75.049676, 40.102037 ], [ -75.047115, 40.098377 ], [ -75.046737, 40.09524 ], [ -75.047299, 40.092762 ], [ -75.047567, 40.09192 ], [ -75.050752, 40.09478 ], [ -75.053907, 40.091873 ], [ -75.057068, 40.089697 ], [ -75.058343, 40.090153 ], [ -75.063708, 40.090568 ], [ -75.059388, 40.096462 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125001", "device_counts": 15400, "stop_counts": 47349 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171583, 39.960795 ], [ -75.168429, 39.9604 ], [ -75.167806, 39.963306 ], [ -75.166227, 39.963112 ], [ -75.161384, 39.962474 ], [ -75.161443, 39.962172 ], [ -75.161411, 39.962102 ], [ -75.162293, 39.958058 ], [ -75.162339, 39.957825 ], [ -75.162413, 39.957834 ], [ -75.172002, 39.959007 ], [ -75.171583, 39.960795 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090002", "device_counts": 1922, "stop_counts": 6202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193905, 39.960514 ], [ -75.189564, 39.960998 ], [ -75.18921, 39.958811 ], [ -75.193574, 39.958689 ], [ -75.193905, 39.960514 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010375002", "device_counts": 813, "stop_counts": 3564 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.265511, 39.981857 ], [ -75.259476, 39.984955 ], [ -75.255676, 39.987499 ], [ -75.251063, 39.981601 ], [ -75.252544, 39.98077 ], [ -75.253104, 39.98018 ], [ -75.253929, 39.979067 ], [ -75.255918, 39.978122 ], [ -75.257113, 39.983789 ], [ -75.259062, 39.982814 ], [ -75.261282, 39.978272 ], [ -75.265511, 39.981857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191003", "device_counts": 1010, "stop_counts": 5457 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106083, 40.00813 ], [ -75.105768, 40.009619 ], [ -75.102552, 40.009202 ], [ -75.103146, 40.006202 ], [ -75.106403, 40.006621 ], [ -75.106083, 40.00813 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093001", "device_counts": 772, "stop_counts": 2590 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223531, 39.964601 ], [ -75.221952, 39.96425 ], [ -75.220044, 39.963819 ], [ -75.219693, 39.962523 ], [ -75.223746, 39.963026 ], [ -75.223531, 39.964601 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112005", "device_counts": 674, "stop_counts": 2756 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23857, 39.976101 ], [ -75.236087, 39.97638 ], [ -75.235493, 39.973234 ], [ -75.237983, 39.972957 ], [ -75.23857, 39.976101 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282003", "device_counts": 10141, "stop_counts": 41094 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144749, 40.039072 ], [ -75.144571, 40.039836 ], [ -75.139212, 40.039146 ], [ -75.137633, 40.038943 ], [ -75.137945, 40.037539 ], [ -75.138323, 40.035876 ], [ -75.139766, 40.034506 ], [ -75.143944, 40.032192 ], [ -75.143363, 40.034976 ], [ -75.145554, 40.035262 ], [ -75.144749, 40.039072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262002", "device_counts": 395, "stop_counts": 2657 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16899, 40.071473 ], [ -75.166725, 40.070165 ], [ -75.165348, 40.069372 ], [ -75.16697, 40.067709 ], [ -75.170657, 40.069832 ], [ -75.16899, 40.071473 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070004", "device_counts": 442, "stop_counts": 2362 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225358, 39.936 ], [ -75.224388, 39.936676 ], [ -75.222986, 39.9355 ], [ -75.221731, 39.93443 ], [ -75.223219, 39.933389 ], [ -75.225887, 39.935625 ], [ -75.225358, 39.936 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331021", "device_counts": 1066, "stop_counts": 4648 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.026037, 40.048163 ], [ -75.023007, 40.049197 ], [ -75.021343, 40.048294 ], [ -75.020489, 40.04639 ], [ -75.021752, 40.043668 ], [ -75.02562, 40.042322 ], [ -75.02603, 40.043117 ], [ -75.02654, 40.045822 ], [ -75.026037, 40.048163 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192003", "device_counts": 760, "stop_counts": 2519 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116722, 40.000088 ], [ -75.114785, 39.999838 ], [ -75.112398, 40.00052 ], [ -75.112923, 39.99806 ], [ -75.115107, 39.998347 ], [ -75.117055, 39.998601 ], [ -75.116722, 40.000088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025004", "device_counts": 2148, "stop_counts": 6474 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153774, 39.935516 ], [ -75.153286, 39.937736 ], [ -75.150229, 39.936921 ], [ -75.151041, 39.933227 ], [ -75.154194, 39.933649 ], [ -75.153774, 39.935516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310002", "device_counts": 1719, "stop_counts": 4809 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076902, 40.054387 ], [ -75.075032, 40.056359 ], [ -75.073256, 40.05533 ], [ -75.071514, 40.054341 ], [ -75.069721, 40.053284 ], [ -75.072108, 40.050765 ], [ -75.075675, 40.052745 ], [ -75.07509, 40.053364 ], [ -75.076902, 40.054387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168004", "device_counts": 773, "stop_counts": 2209 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167918, 39.990947 ], [ -75.165738, 39.990675 ], [ -75.166408, 39.987598 ], [ -75.168428, 39.987857 ], [ -75.167918, 39.990947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315023", "device_counts": 469, "stop_counts": 2469 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056848, 40.03839 ], [ -75.053584, 40.036574 ], [ -75.051973, 40.035672 ], [ -75.053701, 40.033844 ], [ -75.055334, 40.034739 ], [ -75.058568, 40.036548 ], [ -75.056848, 40.03839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190002", "device_counts": 1190, "stop_counts": 4205 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.099374, 40.013583 ], [ -75.097431, 40.013325 ], [ -75.098428, 40.008664 ], [ -75.100373, 40.008914 ], [ -75.099374, 40.013583 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010211001", "device_counts": 565, "stop_counts": 2731 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207732, 40.023783 ], [ -75.20323, 40.025839 ], [ -75.202496, 40.025609 ], [ -75.203241, 40.024681 ], [ -75.204479, 40.020942 ], [ -75.204057, 40.020213 ], [ -75.207595, 40.019536 ], [ -75.207536, 40.021731 ], [ -75.207501, 40.023328 ], [ -75.207732, 40.023783 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305023", "device_counts": 406, "stop_counts": 2128 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109406, 40.04584 ], [ -75.10789, 40.048195 ], [ -75.10323, 40.051355 ], [ -75.101335, 40.049539 ], [ -75.102875, 40.047968 ], [ -75.105314, 40.049378 ], [ -75.107491, 40.046751 ], [ -75.108728, 40.045469 ], [ -75.109406, 40.04584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169011", "device_counts": 1089, "stop_counts": 4375 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175539, 39.996639 ], [ -75.173948, 39.996432 ], [ -75.172355, 39.99624 ], [ -75.170767, 39.996036 ], [ -75.171115, 39.994444 ], [ -75.171173, 39.994165 ], [ -75.171441, 39.992946 ], [ -75.174615, 39.993359 ], [ -75.176212, 39.993572 ], [ -75.175539, 39.996639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010367002", "device_counts": 3589, "stop_counts": 9685 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148029, 39.962265 ], [ -75.147796, 39.963527 ], [ -75.147146, 39.967126 ], [ -75.144002, 39.96567 ], [ -75.142528, 39.964985 ], [ -75.143279, 39.9614 ], [ -75.14482, 39.961762 ], [ -75.146586, 39.962174 ], [ -75.146557, 39.961255 ], [ -75.148181, 39.961418 ], [ -75.148029, 39.962265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197001", "device_counts": 1447, "stop_counts": 4344 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136811, 40.016899 ], [ -75.136984, 40.018789 ], [ -75.13674, 40.019958 ], [ -75.135818, 40.020645 ], [ -75.135434, 40.019782 ], [ -75.134194, 40.019619 ], [ -75.13519, 40.015056 ], [ -75.135533, 40.013463 ], [ -75.136231, 40.013547 ], [ -75.137502, 40.01371 ], [ -75.136811, 40.016899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265001", "device_counts": 1276, "stop_counts": 3196 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15642, 40.061234 ], [ -75.155254, 40.062431 ], [ -75.153513, 40.064285 ], [ -75.152915, 40.063881 ], [ -75.151879, 40.062406 ], [ -75.15175, 40.06222 ], [ -75.15597, 40.060525 ], [ -75.15642, 40.061234 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152005", "device_counts": 542, "stop_counts": 1980 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175047, 39.983956 ], [ -75.175026, 39.98402 ], [ -75.171847, 39.983599 ], [ -75.172161, 39.9821 ], [ -75.174771, 39.982444 ], [ -75.174991, 39.98246 ], [ -75.175344, 39.982517 ], [ -75.175047, 39.983956 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012025", "device_counts": 1554, "stop_counts": 3714 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174323, 39.948177 ], [ -75.17118, 39.947784 ], [ -75.171488, 39.946353 ], [ -75.174627, 39.946753 ], [ -75.174323, 39.948177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264007", "device_counts": 443, "stop_counts": 2225 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162495, 40.067732 ], [ -75.159299, 40.065913 ], [ -75.156726, 40.064442 ], [ -75.158621, 40.063281 ], [ -75.160688, 40.064468 ], [ -75.159774, 40.06542 ], [ -75.162957, 40.067255 ], [ -75.162495, 40.067732 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357021", "device_counts": 1306, "stop_counts": 7272 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044216, 40.115747 ], [ -75.043856, 40.115997 ], [ -75.037097, 40.117646 ], [ -75.033268, 40.116139 ], [ -75.032101, 40.115319 ], [ -75.032756, 40.11432 ], [ -75.030665, 40.113106 ], [ -75.029956, 40.114481 ], [ -75.028279, 40.11408 ], [ -75.029541, 40.112852 ], [ -75.029615, 40.112667 ], [ -75.029517, 40.11245 ], [ -75.029273, 40.112301 ], [ -75.029192, 40.111392 ], [ -75.033722, 40.106639 ], [ -75.033897, 40.105689 ], [ -75.03946, 40.107362 ], [ -75.048542, 40.112729 ], [ -75.044216, 40.115747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179004", "device_counts": 1067, "stop_counts": 3962 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113665, 39.990278 ], [ -75.109528, 39.992123 ], [ -75.108859, 39.991356 ], [ -75.10773, 39.990079 ], [ -75.11017, 39.988806 ], [ -75.109192, 39.987702 ], [ -75.111887, 39.986296 ], [ -75.112356, 39.98702 ], [ -75.113123, 39.988217 ], [ -75.113492, 39.988768 ], [ -75.114257, 39.989952 ], [ -75.113665, 39.990278 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317001", "device_counts": 605, "stop_counts": 2408 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.066299, 40.031344 ], [ -75.064448, 40.030313 ], [ -75.065635, 40.029071 ], [ -75.064004, 40.028165 ], [ -75.065108, 40.027073 ], [ -75.065403, 40.027033 ], [ -75.068445, 40.02871 ], [ -75.066299, 40.031344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066003", "device_counts": 1551, "stop_counts": 4767 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236986, 39.927821 ], [ -75.235478, 39.928877 ], [ -75.232362, 39.931074 ], [ -75.230104, 39.929711 ], [ -75.234337, 39.927526 ], [ -75.234328, 39.925573 ], [ -75.235594, 39.92664 ], [ -75.236986, 39.927821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389003", "device_counts": 1399, "stop_counts": 4877 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177193, 40.05308 ], [ -75.175743, 40.054577 ], [ -75.176188, 40.055819 ], [ -75.174759, 40.057282 ], [ -75.172869, 40.057256 ], [ -75.168958, 40.054846 ], [ -75.17326, 40.050667 ], [ -75.175804, 40.052241 ], [ -75.177193, 40.05308 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010016002", "device_counts": 2214, "stop_counts": 4859 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147604, 39.941422 ], [ -75.14406, 39.940972 ], [ -75.144529, 39.938873 ], [ -75.144646, 39.938373 ], [ -75.148157, 39.938899 ], [ -75.147604, 39.941422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283004", "device_counts": 1171, "stop_counts": 5265 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145718, 40.024214 ], [ -75.145359, 40.025873 ], [ -75.143001, 40.025561 ], [ -75.140638, 40.025262 ], [ -75.140979, 40.023667 ], [ -75.141328, 40.022091 ], [ -75.141589, 40.020811 ], [ -75.143223, 40.020796 ], [ -75.145593, 40.021104 ], [ -75.146379, 40.021204 ], [ -75.145718, 40.024214 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025002", "device_counts": 1739, "stop_counts": 4036 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149463, 39.933019 ], [ -75.147616, 39.932313 ], [ -75.146808, 39.935982 ], [ -75.144656, 39.935402 ], [ -75.145146, 39.933321 ], [ -75.14617, 39.931321 ], [ -75.149728, 39.931793 ], [ -75.149463, 39.933019 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055003", "device_counts": 1360, "stop_counts": 7452 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255597, 39.899596 ], [ -75.251288, 39.904403 ], [ -75.249736, 39.903575 ], [ -75.247414, 39.906162 ], [ -75.244247, 39.908271 ], [ -75.241558, 39.907257 ], [ -75.240576, 39.904062 ], [ -75.244985, 39.903178 ], [ -75.247308, 39.902282 ], [ -75.249109, 39.901113 ], [ -75.252349, 39.897618 ], [ -75.253285, 39.898094 ], [ -75.255093, 39.898756 ], [ -75.255597, 39.899596 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010342002", "device_counts": 861, "stop_counts": 6251 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082456, 40.082884 ], [ -75.077805, 40.08577 ], [ -75.076363, 40.087265 ], [ -75.073616, 40.087907 ], [ -75.074488, 40.086788 ], [ -75.071691, 40.086977 ], [ -75.068235, 40.085035 ], [ -75.062288, 40.084478 ], [ -75.068463, 40.080164 ], [ -75.067597, 40.0788 ], [ -75.066273, 40.077544 ], [ -75.067333, 40.075504 ], [ -75.067912, 40.075976 ], [ -75.071007, 40.077682 ], [ -75.073705, 40.079182 ], [ -75.070181, 40.081194 ], [ -75.073278, 40.083085 ], [ -75.075061, 40.084174 ], [ -75.077179, 40.082798 ], [ -75.078845, 40.082048 ], [ -75.082456, 40.082884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010351001", "device_counts": 3509, "stop_counts": 10486 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.99627, 40.047202 ], [ -74.986873, 40.052097 ], [ -74.984098, 40.054782 ], [ -74.983904, 40.054994 ], [ -74.982202, 40.053804 ], [ -74.982732, 40.053014 ], [ -74.980228, 40.050581 ], [ -74.981789, 40.04954 ], [ -74.984503, 40.051939 ], [ -74.986317, 40.050837 ], [ -74.983929, 40.048065 ], [ -74.985114, 40.046992 ], [ -74.988129, 40.049737 ], [ -74.992793, 40.046975 ], [ -74.989105, 40.043678 ], [ -74.990976, 40.042526 ], [ -74.99627, 40.047202 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362014", "device_counts": 382, "stop_counts": 2537 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.988911, 40.07812 ], [ -74.986539, 40.080333 ], [ -74.984093, 40.079508 ], [ -74.985706, 40.07568 ], [ -74.987568, 40.075825 ], [ -74.990003, 40.077975 ], [ -74.988911, 40.07812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010015002", "device_counts": 6256, "stop_counts": 14519 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165988, 39.94182 ], [ -75.165575, 39.943664 ], [ -75.165493, 39.943653 ], [ -75.160205, 39.942997 ], [ -75.156673, 39.942551 ], [ -75.156853, 39.941683 ], [ -75.156388, 39.940627 ], [ -75.16218, 39.94135 ], [ -75.165909, 39.941811 ], [ -75.165988, 39.94182 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024003", "device_counts": 4645, "stop_counts": 9517 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161399, 39.937157 ], [ -75.16092, 39.939367 ], [ -75.157848, 39.938982 ], [ -75.156317, 39.938569 ], [ -75.156622, 39.937182 ], [ -75.15815, 39.937589 ], [ -75.158424, 39.936372 ], [ -75.158669, 39.935226 ], [ -75.160199, 39.9356 ], [ -75.161678, 39.935849 ], [ -75.161399, 39.937157 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070005", "device_counts": 864, "stop_counts": 3342 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222986, 39.9355 ], [ -75.221605, 39.936464 ], [ -75.220343, 39.935408 ], [ -75.219442, 39.936041 ], [ -75.218983, 39.936369 ], [ -75.217614, 39.93733 ], [ -75.215778, 39.935624 ], [ -75.217058, 39.934733 ], [ -75.217811, 39.935357 ], [ -75.220543, 39.933446 ], [ -75.221731, 39.93443 ], [ -75.222986, 39.9355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010092002", "device_counts": 2128, "stop_counts": 7039 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.206889, 39.962485 ], [ -75.20236, 39.962859 ], [ -75.202235, 39.961643 ], [ -75.201971, 39.959176 ], [ -75.20627, 39.958823 ], [ -75.206889, 39.962485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108003", "device_counts": 902, "stop_counts": 3275 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198248, 39.96793 ], [ -75.195863, 39.968193 ], [ -75.19531, 39.968045 ], [ -75.194727, 39.964903 ], [ -75.194297, 39.962607 ], [ -75.197197, 39.962287 ], [ -75.197519, 39.964025 ], [ -75.197832, 39.965697 ], [ -75.198248, 39.96793 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146001", "device_counts": 7818, "stop_counts": 24362 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158526, 39.97585 ], [ -75.157581, 39.980223 ], [ -75.152235, 39.979531 ], [ -75.150661, 39.979325 ], [ -75.151306, 39.976382 ], [ -75.154452, 39.976794 ], [ -75.155061, 39.973996 ], [ -75.156616, 39.974198 ], [ -75.158782, 39.974482 ], [ -75.158526, 39.97585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191005", "device_counts": 3146, "stop_counts": 11890 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113483, 40.005927 ], [ -75.112821, 40.009007 ], [ -75.106083, 40.00813 ], [ -75.106403, 40.006621 ], [ -75.103146, 40.006202 ], [ -75.10327, 40.005602 ], [ -75.103797, 40.003134 ], [ -75.101811, 40.002863 ], [ -75.103179, 40.002096 ], [ -75.104197, 40.001525 ], [ -75.110017, 40.002282 ], [ -75.109864, 40.003027 ], [ -75.113986, 40.00356 ], [ -75.113483, 40.005927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240002", "device_counts": 2967, "stop_counts": 8827 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183058, 40.03129 ], [ -75.181235, 40.033097 ], [ -75.174572, 40.029244 ], [ -75.177222, 40.026659 ], [ -75.1793, 40.027944 ], [ -75.183731, 40.030637 ], [ -75.183058, 40.03129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010269002", "device_counts": 966, "stop_counts": 5483 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137025, 40.058773 ], [ -75.136631, 40.059187 ], [ -75.135124, 40.060989 ], [ -75.130135, 40.057796 ], [ -75.129021, 40.057091 ], [ -75.130059, 40.055474 ], [ -75.130783, 40.052206 ], [ -75.133814, 40.0526 ], [ -75.137767, 40.053112 ], [ -75.137025, 40.058773 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318001", "device_counts": 1973, "stop_counts": 6425 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080757, 40.032541 ], [ -75.077022, 40.033387 ], [ -75.074439, 40.03398 ], [ -75.071097, 40.034742 ], [ -75.071824, 40.033503 ], [ -75.072682, 40.031938 ], [ -75.073733, 40.029784 ], [ -75.076783, 40.031474 ], [ -75.078277, 40.032301 ], [ -75.079443, 40.031051 ], [ -75.081231, 40.032046 ], [ -75.080757, 40.032541 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325004", "device_counts": 1084, "stop_counts": 5622 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048375, 40.023291 ], [ -75.044721, 40.025179 ], [ -75.043408, 40.023672 ], [ -75.039768, 40.025551 ], [ -75.038625, 40.024239 ], [ -75.039452, 40.022917 ], [ -75.045381, 40.019868 ], [ -75.048375, 40.023291 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072001", "device_counts": 747, "stop_counts": 2543 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237132, 39.943237 ], [ -75.235219, 39.943494 ], [ -75.234474, 39.944027 ], [ -75.233566, 39.943265 ], [ -75.233074, 39.942849 ], [ -75.231676, 39.941671 ], [ -75.233632, 39.940292 ], [ -75.236424, 39.942646 ], [ -75.237132, 39.943237 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201011", "device_counts": 3359, "stop_counts": 13700 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158278, 40.006994 ], [ -75.158106, 40.007736 ], [ -75.156376, 40.008284 ], [ -75.151603, 40.007665 ], [ -75.152549, 40.003181 ], [ -75.154205, 40.003395 ], [ -75.157365, 40.003799 ], [ -75.158926, 40.004009 ], [ -75.158278, 40.006994 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276004", "device_counts": 3403, "stop_counts": 8912 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142898, 40.047493 ], [ -75.139107, 40.047011 ], [ -75.137529, 40.046805 ], [ -75.138205, 40.043739 ], [ -75.143547, 40.044426 ], [ -75.142898, 40.047493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280004", "device_counts": 2210, "stop_counts": 7444 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154245, 40.025634 ], [ -75.153761, 40.025871 ], [ -75.152086, 40.026744 ], [ -75.150781, 40.026565 ], [ -75.149984, 40.02539 ], [ -75.149552, 40.024785 ], [ -75.148245, 40.022959 ], [ -75.148567, 40.021476 ], [ -75.153357, 40.022088 ], [ -75.15461, 40.023801 ], [ -75.154245, 40.025634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288002", "device_counts": 617, "stop_counts": 2650 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122425, 40.021314 ], [ -75.122095, 40.022864 ], [ -75.121762, 40.024364 ], [ -75.119823, 40.02412 ], [ -75.120136, 40.022627 ], [ -75.120481, 40.02109 ], [ -75.121407, 40.019548 ], [ -75.122752, 40.019722 ], [ -75.122425, 40.021314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298002", "device_counts": 890, "stop_counts": 3276 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.067782, 40.017853 ], [ -75.066116, 40.018648 ], [ -75.065113, 40.017511 ], [ -75.063385, 40.01552 ], [ -75.062519, 40.014542 ], [ -75.064145, 40.013681 ], [ -75.065941, 40.015727 ], [ -75.066752, 40.016661 ], [ -75.066195, 40.016956 ], [ -75.067782, 40.017853 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301003", "device_counts": 441, "stop_counts": 2467 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.090373, 40.022233 ], [ -75.087283, 40.020485 ], [ -75.090325, 40.017356 ], [ -75.091304, 40.017883 ], [ -75.089718, 40.019875 ], [ -75.091492, 40.021027 ], [ -75.090373, 40.022233 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305021", "device_counts": 1417, "stop_counts": 6814 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105191, 40.0454 ], [ -75.102875, 40.047968 ], [ -75.101335, 40.049539 ], [ -75.100394, 40.048691 ], [ -75.099559, 40.047973 ], [ -75.098017, 40.047096 ], [ -75.101105, 40.045038 ], [ -75.103518, 40.043463 ], [ -75.105787, 40.044735 ], [ -75.105191, 40.0454 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311024", "device_counts": 747, "stop_counts": 4193 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084464, 40.037657 ], [ -75.082114, 40.040147 ], [ -75.07862, 40.038205 ], [ -75.079265, 40.037516 ], [ -75.080981, 40.035713 ], [ -75.083148, 40.036924 ], [ -75.084464, 40.037657 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313006", "device_counts": 391, "stop_counts": 2188 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071817, 40.040124 ], [ -75.069459, 40.042621 ], [ -75.068234, 40.041945 ], [ -75.067663, 40.041634 ], [ -75.070025, 40.039139 ], [ -75.071817, 40.040124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315013", "device_counts": 719, "stop_counts": 2334 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051973, 40.035672 ], [ -75.050349, 40.034769 ], [ -75.047718, 40.033301 ], [ -75.048574, 40.032982 ], [ -75.050972, 40.032324 ], [ -75.053701, 40.033844 ], [ -75.051973, 40.035672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317003", "device_counts": 2408, "stop_counts": 5168 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064448, 40.030313 ], [ -75.062828, 40.02941 ], [ -75.062426, 40.027979 ], [ -75.062394, 40.027444 ], [ -75.062599, 40.027433 ], [ -75.065108, 40.027073 ], [ -75.064004, 40.028165 ], [ -75.065635, 40.029071 ], [ -75.064448, 40.030313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320007", "device_counts": 907, "stop_counts": 3070 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055416, 40.030086 ], [ -75.054054, 40.03118 ], [ -75.053249, 40.0317 ], [ -75.051073, 40.029403 ], [ -75.052898, 40.028462 ], [ -75.053968, 40.027905 ], [ -75.055661, 40.029843 ], [ -75.055416, 40.030086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329003", "device_counts": 574, "stop_counts": 3122 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029881, 40.034072 ], [ -75.026887, 40.035695 ], [ -75.025367, 40.033347 ], [ -75.02798, 40.031894 ], [ -75.029881, 40.034072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339003", "device_counts": 3442, "stop_counts": 12619 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.096733, 40.068989 ], [ -75.090317, 40.075115 ], [ -75.085044, 40.072141 ], [ -75.085496, 40.06747 ], [ -75.089378, 40.064705 ], [ -75.09037, 40.065285 ], [ -75.096733, 40.068989 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341002", "device_counts": 720, "stop_counts": 4470 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079769, 40.076854 ], [ -75.078592, 40.078097 ], [ -75.073477, 40.07526 ], [ -75.0759, 40.072884 ], [ -75.077202, 40.071627 ], [ -75.078867, 40.072559 ], [ -75.077595, 40.073918 ], [ -75.080159, 40.075454 ], [ -75.079769, 40.076854 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169022", "device_counts": 1547, "stop_counts": 5951 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186148, 39.992662 ], [ -75.185808, 39.992075 ], [ -75.179748, 39.991715 ], [ -75.180257, 39.989388 ], [ -75.183459, 39.9898 ], [ -75.186713, 39.990215 ], [ -75.186148, 39.992662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355002", "device_counts": 3005, "stop_counts": 8890 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033547, 40.089582 ], [ -75.028337, 40.086604 ], [ -75.027097, 40.087878 ], [ -75.023996, 40.086107 ], [ -75.025229, 40.08482 ], [ -75.028952, 40.080968 ], [ -75.037498, 40.085459 ], [ -75.033547, 40.089582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347023", "device_counts": 793, "stop_counts": 4273 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035062, 40.057327 ], [ -75.03433, 40.057067 ], [ -75.033734, 40.056884 ], [ -75.029032, 40.056399 ], [ -75.028549, 40.056169 ], [ -75.026753, 40.050779 ], [ -75.031695, 40.051607 ], [ -75.032754, 40.052569 ], [ -75.036019, 40.051602 ], [ -75.035062, 40.057327 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083023", "device_counts": 1386, "stop_counts": 4879 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243975, 39.95626 ], [ -75.243608, 39.95802 ], [ -75.239658, 39.957534 ], [ -75.239909, 39.956313 ], [ -75.240137, 39.955252 ], [ -75.244084, 39.955743 ], [ -75.243975, 39.95626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009011", "device_counts": 6590, "stop_counts": 14009 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162114, 39.94908 ], [ -75.159751, 39.948783 ], [ -75.160267, 39.946422 ], [ -75.161843, 39.94662 ], [ -75.162627, 39.946713 ], [ -75.162114, 39.94908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013003", "device_counts": 1073, "stop_counts": 2213 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181002, 39.941863 ], [ -75.177761, 39.941461 ], [ -75.178251, 39.939268 ], [ -75.179839, 39.939478 ], [ -75.181494, 39.939687 ], [ -75.181002, 39.941863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149003", "device_counts": 867, "stop_counts": 3216 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179952, 39.983108 ], [ -75.178535, 39.982919 ], [ -75.176933, 39.982713 ], [ -75.177585, 39.979774 ], [ -75.179172, 39.979988 ], [ -75.180591, 39.980167 ], [ -75.179952, 39.983108 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151012", "device_counts": 1153, "stop_counts": 4131 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186713, 39.990215 ], [ -75.183459, 39.9898 ], [ -75.183601, 39.989159 ], [ -75.183795, 39.988236 ], [ -75.184136, 39.986721 ], [ -75.185719, 39.986919 ], [ -75.187382, 39.98713 ], [ -75.186713, 39.990215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158004", "device_counts": 2224, "stop_counts": 4822 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134401, 39.972303 ], [ -75.133286, 39.970766 ], [ -75.131239, 39.97165 ], [ -75.130452, 39.970189 ], [ -75.134428, 39.968791 ], [ -75.134401, 39.972303 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165001", "device_counts": 550, "stop_counts": 1831 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152389, 39.993659 ], [ -75.150813, 39.99346 ], [ -75.149238, 39.993253 ], [ -75.149587, 39.991665 ], [ -75.15273, 39.992072 ], [ -75.152389, 39.993659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177023", "device_counts": 813, "stop_counts": 2476 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120933, 39.999097 ], [ -75.118994, 39.998852 ], [ -75.119328, 39.997255 ], [ -75.119665, 39.995671 ], [ -75.121617, 39.99592 ], [ -75.120933, 39.999097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178002", "device_counts": 1319, "stop_counts": 4170 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113816, 39.992924 ], [ -75.111369, 39.994211 ], [ -75.110258, 39.992957 ], [ -75.109709, 39.992334 ], [ -75.109528, 39.992123 ], [ -75.113665, 39.990278 ], [ -75.112775, 39.991747 ], [ -75.113816, 39.992924 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010184001", "device_counts": 1210, "stop_counts": 4281 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075687, 40.005553 ], [ -75.072702, 40.007904 ], [ -75.068883, 40.00879 ], [ -75.068346, 40.006924 ], [ -75.067696, 40.005333 ], [ -75.067245, 40.004293 ], [ -75.070609, 40.001652 ], [ -75.073149, 40.001517 ], [ -75.075687, 40.005553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028013", "device_counts": 1051, "stop_counts": 3916 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157843, 39.931615 ], [ -75.157578, 39.932837 ], [ -75.156025, 39.932635 ], [ -75.154454, 39.93242 ], [ -75.154735, 39.931208 ], [ -75.154997, 39.929984 ], [ -75.158121, 39.930394 ], [ -75.157843, 39.931615 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032003", "device_counts": 957, "stop_counts": 3742 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184705, 39.932584 ], [ -75.181419, 39.932161 ], [ -75.181589, 39.931366 ], [ -75.181944, 39.929729 ], [ -75.183601, 39.929928 ], [ -75.18524, 39.930146 ], [ -75.184705, 39.932584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039013", "device_counts": 1219, "stop_counts": 5040 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176906, 39.921464 ], [ -75.176361, 39.92396 ], [ -75.173226, 39.923556 ], [ -75.173748, 39.92106 ], [ -75.174033, 39.919809 ], [ -75.177082, 39.920207 ], [ -75.176906, 39.921464 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041012", "device_counts": 1361, "stop_counts": 4816 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159904, 39.922287 ], [ -75.158363, 39.922092 ], [ -75.155233, 39.921686 ], [ -75.155597, 39.920013 ], [ -75.160275, 39.920611 ], [ -75.159904, 39.922287 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062002", "device_counts": 590, "stop_counts": 2331 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232221, 39.920865 ], [ -75.22943, 39.918507 ], [ -75.230094, 39.918046 ], [ -75.231092, 39.917343 ], [ -75.233878, 39.919693 ], [ -75.232221, 39.920865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067002", "device_counts": 570, "stop_counts": 1771 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227538, 39.91984 ], [ -75.224926, 39.921692 ], [ -75.224111, 39.921005 ], [ -75.222772, 39.919918 ], [ -75.221873, 39.919551 ], [ -75.223236, 39.917589 ], [ -75.22421, 39.917832 ], [ -75.225839, 39.918503 ], [ -75.227538, 39.91984 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192001", "device_counts": 567, "stop_counts": 2120 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119314, 40.002003 ], [ -75.116411, 40.001624 ], [ -75.116722, 40.000088 ], [ -75.119644, 40.000464 ], [ -75.119314, 40.002003 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383002", "device_counts": 1301, "stop_counts": 3998 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131828, 40.019316 ], [ -75.128883, 40.018945 ], [ -75.130585, 40.011325 ], [ -75.131779, 40.011482 ], [ -75.131135, 40.014535 ], [ -75.132327, 40.014695 ], [ -75.131828, 40.019316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010200001", "device_counts": 4176, "stop_counts": 10018 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153609, 39.998515 ], [ -75.152926, 40.001592 ], [ -75.148148, 40.000987 ], [ -75.147717, 39.999974 ], [ -75.15002, 39.999096 ], [ -75.153782, 39.997718 ], [ -75.153609, 39.998515 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207002", "device_counts": 311, "stop_counts": 1228 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191289, 40.013697 ], [ -75.187708, 40.01641 ], [ -75.185937, 40.014895 ], [ -75.187771, 40.013623 ], [ -75.187402, 40.013303 ], [ -75.189317, 40.011994 ], [ -75.191289, 40.013697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214005", "device_counts": 419, "stop_counts": 1842 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224657, 40.031899 ], [ -75.222391, 40.033052 ], [ -75.220448, 40.031211 ], [ -75.219114, 40.029931 ], [ -75.219728, 40.029436 ], [ -75.22124, 40.027551 ], [ -75.221837, 40.027263 ], [ -75.223474, 40.029441 ], [ -75.225127, 40.031643 ], [ -75.224657, 40.031899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217002", "device_counts": 2040, "stop_counts": 8289 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235419, 40.048775 ], [ -75.230603, 40.050962 ], [ -75.230049, 40.051219 ], [ -75.229214, 40.048037 ], [ -75.2223, 40.045151 ], [ -75.223307, 40.045054 ], [ -75.227444, 40.043197 ], [ -75.22853, 40.04386 ], [ -75.23204, 40.045328 ], [ -75.235419, 40.048775 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010239002", "device_counts": 2045, "stop_counts": 5028 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190987, 40.037353 ], [ -75.186455, 40.033226 ], [ -75.184519, 40.032497 ], [ -75.183058, 40.03129 ], [ -75.183731, 40.030637 ], [ -75.186194, 40.029468 ], [ -75.187776, 40.030771 ], [ -75.189063, 40.031905 ], [ -75.193127, 40.035381 ], [ -75.190987, 40.037353 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067004", "device_counts": 751, "stop_counts": 2847 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231194, 39.924845 ], [ -75.229818, 39.925811 ], [ -75.226761, 39.923242 ], [ -75.228132, 39.922273 ], [ -75.230327, 39.922201 ], [ -75.232438, 39.92397 ], [ -75.231194, 39.924845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071021", "device_counts": 673, "stop_counts": 2893 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226805, 39.945083 ], [ -75.22498, 39.943534 ], [ -75.224129, 39.942836 ], [ -75.222753, 39.941654 ], [ -75.224113, 39.940691 ], [ -75.224607, 39.941109 ], [ -75.225508, 39.941871 ], [ -75.226334, 39.942562 ], [ -75.228184, 39.944134 ], [ -75.226805, 39.945083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074001", "device_counts": 783, "stop_counts": 2207 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211401, 39.945802 ], [ -75.207649, 39.942475 ], [ -75.208799, 39.941644 ], [ -75.212687, 39.944885 ], [ -75.211401, 39.945802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080003", "device_counts": 1159, "stop_counts": 3652 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230959, 39.949438 ], [ -75.230793, 39.950172 ], [ -75.22703, 39.949702 ], [ -75.227419, 39.94777 ], [ -75.229894, 39.947791 ], [ -75.231271, 39.947909 ], [ -75.230959, 39.949438 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176012", "device_counts": 972, "stop_counts": 3121 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139851, 39.993672 ], [ -75.139199, 39.996661 ], [ -75.13735, 39.996421 ], [ -75.138352, 39.991851 ], [ -75.140198, 39.992086 ], [ -75.139851, 39.993672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085006", "device_counts": 1826, "stop_counts": 4293 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231277, 39.958448 ], [ -75.225351, 39.957714 ], [ -75.225634, 39.956372 ], [ -75.231557, 39.957102 ], [ -75.231277, 39.958448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095002", "device_counts": 649, "stop_counts": 2564 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237818, 39.96633 ], [ -75.235842, 39.966085 ], [ -75.236481, 39.963047 ], [ -75.237798, 39.963206 ], [ -75.238137, 39.96481 ], [ -75.237818, 39.96633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249003", "device_counts": 690, "stop_counts": 3271 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160528, 40.049664 ], [ -75.158017, 40.048126 ], [ -75.158132, 40.046418 ], [ -75.161656, 40.048559 ], [ -75.160528, 40.049664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256003", "device_counts": 1018, "stop_counts": 2566 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196385, 40.066623 ], [ -75.193222, 40.06909 ], [ -75.190594, 40.071973 ], [ -75.189117, 40.073124 ], [ -75.188461, 40.07275 ], [ -75.188052, 40.072503 ], [ -75.190512, 40.070271 ], [ -75.188921, 40.066497 ], [ -75.192891, 40.062662 ], [ -75.195726, 40.065177 ], [ -75.196385, 40.066623 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100002", "device_counts": 581, "stop_counts": 2055 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249177, 39.970857 ], [ -75.24887, 39.972339 ], [ -75.246935, 39.972111 ], [ -75.247518, 39.969093 ], [ -75.250481, 39.96946 ], [ -75.249177, 39.970857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101006", "device_counts": 2077, "stop_counts": 5872 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247494, 39.975113 ], [ -75.24554, 39.97533 ], [ -75.24358, 39.975546 ], [ -75.24329, 39.973997 ], [ -75.245247, 39.973778 ], [ -75.244885, 39.971854 ], [ -75.246935, 39.972111 ], [ -75.247494, 39.975113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112006", "device_counts": 848, "stop_counts": 2443 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236087, 39.97638 ], [ -75.233691, 39.976642 ], [ -75.233659, 39.973437 ], [ -75.234732, 39.973315 ], [ -75.235493, 39.973234 ], [ -75.236087, 39.97638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114004", "device_counts": 648, "stop_counts": 3105 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.244138, 39.978517 ], [ -75.242354, 39.978712 ], [ -75.241574, 39.978799 ], [ -75.241013, 39.975833 ], [ -75.24358, 39.975546 ], [ -75.244138, 39.978517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122041", "device_counts": 936, "stop_counts": 5455 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21114, 40.002124 ], [ -75.209385, 40.002429 ], [ -75.203194, 40.003393 ], [ -75.202057, 40.004729 ], [ -75.203579, 40.000755 ], [ -75.206217, 40.000419 ], [ -75.20728, 39.999054 ], [ -75.208809, 39.999431 ], [ -75.209695, 39.99965 ], [ -75.21114, 40.002124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135003", "device_counts": 402, "stop_counts": 1274 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172659, 39.971823 ], [ -75.17055, 39.97157 ], [ -75.170997, 39.969227 ], [ -75.173163, 39.969503 ], [ -75.172659, 39.971823 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146002", "device_counts": 690, "stop_counts": 2420 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154452, 39.976794 ], [ -75.151306, 39.976382 ], [ -75.151915, 39.973588 ], [ -75.155061, 39.973996 ], [ -75.154452, 39.976794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264001", "device_counts": 667, "stop_counts": 2804 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161105, 40.060726 ], [ -75.158621, 40.063281 ], [ -75.156726, 40.064442 ], [ -75.155254, 40.062431 ], [ -75.15642, 40.061234 ], [ -75.158413, 40.059181 ], [ -75.160983, 40.060654 ], [ -75.161105, 40.060726 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266004", "device_counts": 468, "stop_counts": 1770 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150719, 40.066367 ], [ -75.147022, 40.065892 ], [ -75.147353, 40.064371 ], [ -75.151053, 40.064852 ], [ -75.150719, 40.066367 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010270001", "device_counts": 934, "stop_counts": 3022 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132121, 40.046018 ], [ -75.130783, 40.052206 ], [ -75.127143, 40.051748 ], [ -75.128495, 40.045626 ], [ -75.131283, 40.045984 ], [ -75.132121, 40.046018 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274025", "device_counts": 1065, "stop_counts": 3684 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126639, 40.045392 ], [ -75.125631, 40.045259 ], [ -75.123566, 40.044993 ], [ -75.121432, 40.044731 ], [ -75.121754, 40.04317 ], [ -75.125968, 40.043728 ], [ -75.126987, 40.043857 ], [ -75.126639, 40.045392 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245004", "device_counts": 1018, "stop_counts": 3588 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169211, 40.032314 ], [ -75.165747, 40.035702 ], [ -75.165094, 40.036234 ], [ -75.16298, 40.036142 ], [ -75.164571, 40.032912 ], [ -75.166655, 40.03089 ], [ -75.169211, 40.032314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379001", "device_counts": 640, "stop_counts": 2037 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105064, 39.987073 ], [ -75.102621, 39.988348 ], [ -75.100912, 39.986416 ], [ -75.103366, 39.985129 ], [ -75.105064, 39.987073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357022", "device_counts": 1023, "stop_counts": 10553 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037842, 40.120213 ], [ -75.036495, 40.12039 ], [ -75.034996, 40.119328 ], [ -75.030059, 40.116298 ], [ -75.02923, 40.11597 ], [ -75.030162, 40.114978 ], [ -75.029956, 40.114481 ], [ -75.030665, 40.113106 ], [ -75.032756, 40.11432 ], [ -75.032101, 40.115319 ], [ -75.033268, 40.116139 ], [ -75.037097, 40.117646 ], [ -75.043856, 40.115997 ], [ -75.037842, 40.120213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137002", "device_counts": 1309, "stop_counts": 4256 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181755, 39.977444 ], [ -75.181135, 39.980238 ], [ -75.180591, 39.980167 ], [ -75.179172, 39.979988 ], [ -75.179779, 39.977188 ], [ -75.180729, 39.972841 ], [ -75.182147, 39.973009 ], [ -75.181707, 39.975062 ], [ -75.182327, 39.975143 ], [ -75.181755, 39.977444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022003", "device_counts": 1727, "stop_counts": 5108 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173173, 39.938641 ], [ -75.171602, 39.938447 ], [ -75.170025, 39.938263 ], [ -75.170455, 39.936232 ], [ -75.170729, 39.935024 ], [ -75.17385, 39.93545 ], [ -75.173173, 39.938641 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243002", "device_counts": 1306, "stop_counts": 6403 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176861, 40.021501 ], [ -75.172523, 40.025758 ], [ -75.169124, 40.023865 ], [ -75.170176, 40.022731 ], [ -75.169534, 40.022381 ], [ -75.173246, 40.018411 ], [ -75.176861, 40.021501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088011", "device_counts": 6274, "stop_counts": 20061 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.200525, 39.952695 ], [ -75.200098, 39.954582 ], [ -75.196603, 39.954149 ], [ -75.197243, 39.951021 ], [ -75.199204, 39.951257 ], [ -75.200801, 39.951458 ], [ -75.200525, 39.952695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273003", "device_counts": 1184, "stop_counts": 4197 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121432, 40.044731 ], [ -75.119454, 40.04448 ], [ -75.114119, 40.043644 ], [ -75.113544, 40.042711 ], [ -75.115488, 40.041183 ], [ -75.120103, 40.041417 ], [ -75.119782, 40.042926 ], [ -75.121754, 40.04317 ], [ -75.121432, 40.044731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197006", "device_counts": 1661, "stop_counts": 4840 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140105, 40.02039 ], [ -75.138463, 40.020171 ], [ -75.13911, 40.017187 ], [ -75.139464, 40.015599 ], [ -75.141126, 40.015818 ], [ -75.140105, 40.02039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010061001", "device_counts": 2034, "stop_counts": 8859 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23463, 39.914848 ], [ -75.232692, 39.916219 ], [ -75.231092, 39.917343 ], [ -75.230094, 39.918046 ], [ -75.227809, 39.916106 ], [ -75.225839, 39.918503 ], [ -75.22421, 39.917832 ], [ -75.223236, 39.917589 ], [ -75.224988, 39.915064 ], [ -75.22918, 39.909127 ], [ -75.230417, 39.911046 ], [ -75.231662, 39.912252 ], [ -75.23374, 39.914073 ], [ -75.23463, 39.914848 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098011", "device_counts": 1728, "stop_counts": 4816 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.269257, 39.980186 ], [ -75.267973, 39.980757 ], [ -75.265918, 39.979251 ], [ -75.261996, 39.977598 ], [ -75.263054, 39.975749 ], [ -75.268293, 39.978967 ], [ -75.269257, 39.980186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334002", "device_counts": 4724, "stop_counts": 13179 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054947, 40.053507 ], [ -75.054197, 40.054405 ], [ -75.053348, 40.056454 ], [ -75.052749, 40.058042 ], [ -75.051784, 40.057504 ], [ -75.049762, 40.056374 ], [ -75.048291, 40.055538 ], [ -75.047749, 40.055363 ], [ -75.050464, 40.052507 ], [ -75.050943, 40.050215 ], [ -75.052836, 40.050498 ], [ -75.056036, 40.05224 ], [ -75.054947, 40.053507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171001", "device_counts": 953, "stop_counts": 3550 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176913, 40.004697 ], [ -75.171247, 40.003951 ], [ -75.171595, 40.002377 ], [ -75.17725, 40.003097 ], [ -75.176913, 40.004697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086021", "device_counts": 5210, "stop_counts": 13830 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218954, 39.95926 ], [ -75.217002, 39.959015 ], [ -75.214018, 39.958643 ], [ -75.211039, 39.958276 ], [ -75.211677, 39.95524 ], [ -75.214643, 39.955607 ], [ -75.215471, 39.956489 ], [ -75.219421, 39.956979 ], [ -75.218954, 39.95926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112003", "device_counts": 937, "stop_counts": 3008 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234732, 39.973315 ], [ -75.233659, 39.973437 ], [ -75.232182, 39.973599 ], [ -75.231617, 39.970789 ], [ -75.232573, 39.970683 ], [ -75.234203, 39.9705 ], [ -75.234732, 39.973315 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257002", "device_counts": 555, "stop_counts": 1757 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199786, 40.075366 ], [ -75.199496, 40.07547 ], [ -75.196263, 40.073051 ], [ -75.193222, 40.06909 ], [ -75.196385, 40.066623 ], [ -75.196741, 40.067365 ], [ -75.199715, 40.073803 ], [ -75.199786, 40.075366 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010174002", "device_counts": 4112, "stop_counts": 10427 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153782, 39.997718 ], [ -75.15002, 39.999096 ], [ -75.149877, 39.998385 ], [ -75.150813, 39.99346 ], [ -75.152389, 39.993659 ], [ -75.154588, 39.993938 ], [ -75.153782, 39.997718 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238004", "device_counts": 679, "stop_counts": 2502 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187922, 40.037547 ], [ -75.186595, 40.037617 ], [ -75.184831, 40.039346 ], [ -75.1804, 40.036534 ], [ -75.182925, 40.034066 ], [ -75.188396, 40.037255 ], [ -75.187922, 40.037547 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013004", "device_counts": 726, "stop_counts": 2275 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183366, 39.942946 ], [ -75.180611, 39.944631 ], [ -75.180409, 39.944602 ], [ -75.180624, 39.943641 ], [ -75.180838, 39.942631 ], [ -75.181002, 39.941863 ], [ -75.184474, 39.942274 ], [ -75.183366, 39.942946 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122012", "device_counts": 814, "stop_counts": 6072 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207589, 40.005981 ], [ -75.206209, 40.006641 ], [ -75.202057, 40.004729 ], [ -75.203194, 40.003393 ], [ -75.209385, 40.002429 ], [ -75.207589, 40.005981 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078003", "device_counts": 976, "stop_counts": 2034 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223315, 39.947925 ], [ -75.221237, 39.948161 ], [ -75.217733, 39.945183 ], [ -75.219002, 39.944283 ], [ -75.222369, 39.947135 ], [ -75.223315, 39.947925 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114001", "device_counts": 1673, "stop_counts": 5831 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.251063, 39.981601 ], [ -75.248346, 39.982968 ], [ -75.247094, 39.983595 ], [ -75.24654, 39.980645 ], [ -75.24554, 39.97533 ], [ -75.247494, 39.975113 ], [ -75.247797, 39.975079 ], [ -75.248628, 39.978707 ], [ -75.248944, 39.979106 ], [ -75.251063, 39.981601 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096002", "device_counts": 1485, "stop_counts": 5451 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242406, 39.963779 ], [ -75.242087, 39.965303 ], [ -75.24011, 39.965055 ], [ -75.240762, 39.96196 ], [ -75.242735, 39.962202 ], [ -75.242406, 39.963779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010132001", "device_counts": 1476, "stop_counts": 5281 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156085, 39.96931 ], [ -75.154549, 39.968931 ], [ -75.153018, 39.968549 ], [ -75.154013, 39.963976 ], [ -75.157125, 39.964556 ], [ -75.156085, 39.96931 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093003", "device_counts": 2126, "stop_counts": 6015 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224541, 39.961567 ], [ -75.219439, 39.960941 ], [ -75.219175, 39.959288 ], [ -75.22092, 39.959505 ], [ -75.2229, 39.959745 ], [ -75.224868, 39.960005 ], [ -75.224541, 39.961567 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010380001", "device_counts": 3048, "stop_counts": 10508 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089831, 40.004441 ], [ -75.087448, 40.006079 ], [ -75.083087, 40.007437 ], [ -75.078448, 40.008586 ], [ -75.077476, 40.004139 ], [ -75.079781, 40.002337 ], [ -75.086234, 39.998967 ], [ -75.086895, 39.999532 ], [ -75.087302, 40.000157 ], [ -75.087369, 40.001571 ], [ -75.087984, 40.00303 ], [ -75.088513, 40.00354 ], [ -75.090028, 40.004264 ], [ -75.089831, 40.004441 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101004", "device_counts": 1141, "stop_counts": 4009 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243788, 39.971723 ], [ -75.24181, 39.971472 ], [ -75.239133, 39.969893 ], [ -75.239479, 39.968097 ], [ -75.244416, 39.968706 ], [ -75.243788, 39.971723 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067003", "device_counts": 879, "stop_counts": 3085 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228132, 39.922273 ], [ -75.226761, 39.923242 ], [ -75.226319, 39.922867 ], [ -75.224926, 39.921692 ], [ -75.227538, 39.91984 ], [ -75.230327, 39.922201 ], [ -75.228132, 39.922273 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139003", "device_counts": 1508, "stop_counts": 6531 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177852, 39.974247 ], [ -75.173785, 39.974677 ], [ -75.168263, 39.975259 ], [ -75.16722, 39.973397 ], [ -75.167421, 39.972493 ], [ -75.167703, 39.971211 ], [ -75.169274, 39.971406 ], [ -75.17055, 39.97157 ], [ -75.172659, 39.971823 ], [ -75.174367, 39.972035 ], [ -75.175948, 39.972232 ], [ -75.177862, 39.97248 ], [ -75.177852, 39.974247 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320003", "device_counts": 1205, "stop_counts": 3913 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058579, 40.028225 ], [ -75.056872, 40.028943 ], [ -75.056077, 40.029455 ], [ -75.055661, 40.029843 ], [ -75.053968, 40.027905 ], [ -75.056294, 40.026703 ], [ -75.056953, 40.026361 ], [ -75.057594, 40.026031 ], [ -75.059227, 40.027909 ], [ -75.058579, 40.028225 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180011", "device_counts": 797, "stop_counts": 2580 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116836, 39.982072 ], [ -75.116075, 39.982938 ], [ -75.113008, 39.979488 ], [ -75.110939, 39.980568 ], [ -75.110525, 39.980787 ], [ -75.108971, 39.979021 ], [ -75.111738, 39.977578 ], [ -75.113227, 39.976803 ], [ -75.114768, 39.978568 ], [ -75.116146, 39.980111 ], [ -75.117355, 39.981481 ], [ -75.116836, 39.982072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282002", "device_counts": 1631, "stop_counts": 5849 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142471, 40.031766 ], [ -75.138971, 40.032845 ], [ -75.139766, 40.034506 ], [ -75.138323, 40.035876 ], [ -75.137945, 40.037539 ], [ -75.137633, 40.038943 ], [ -75.135257, 40.03864 ], [ -75.134472, 40.038514 ], [ -75.134818, 40.036987 ], [ -75.135042, 40.033284 ], [ -75.135144, 40.031362 ], [ -75.13506, 40.02915 ], [ -75.135802, 40.029254 ], [ -75.137091, 40.029412 ], [ -75.136757, 40.030964 ], [ -75.139304, 40.031288 ], [ -75.141668, 40.0316 ], [ -75.142471, 40.031766 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055001", "device_counts": 2421, "stop_counts": 8770 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2525, 39.906614 ], [ -75.249929, 39.909352 ], [ -75.251498, 39.910051 ], [ -75.2472, 39.913578 ], [ -75.24694, 39.916871 ], [ -75.247341, 39.918541 ], [ -75.246856, 39.918759 ], [ -75.246308, 39.917176 ], [ -75.244935, 39.91545 ], [ -75.243226, 39.913112 ], [ -75.242832, 39.911272 ], [ -75.243939, 39.910021 ], [ -75.246021, 39.911148 ], [ -75.248751, 39.909248 ], [ -75.246275, 39.90746 ], [ -75.247414, 39.906162 ], [ -75.249736, 39.903575 ], [ -75.251288, 39.904403 ], [ -75.253492, 39.905585 ], [ -75.2525, 39.906614 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010138002", "device_counts": 2059, "stop_counts": 6672 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179779, 39.977188 ], [ -75.173414, 39.976363 ], [ -75.173785, 39.974677 ], [ -75.177852, 39.974247 ], [ -75.177862, 39.97248 ], [ -75.178108, 39.972509 ], [ -75.180729, 39.972841 ], [ -75.179779, 39.977188 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302005", "device_counts": 1966, "stop_counts": 5462 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086997, 40.029443 ], [ -75.08508, 40.031266 ], [ -75.084915, 40.031241 ], [ -75.084794, 40.031223 ], [ -75.084197, 40.031438 ], [ -75.080866, 40.029556 ], [ -75.081849, 40.028512 ], [ -75.083038, 40.027241 ], [ -75.085375, 40.028555 ], [ -75.086997, 40.029443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071013", "device_counts": 1474, "stop_counts": 4533 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22548, 39.939725 ], [ -75.224113, 39.940691 ], [ -75.222753, 39.941654 ], [ -75.221545, 39.940652 ], [ -75.220278, 39.939572 ], [ -75.222098, 39.938279 ], [ -75.223012, 39.937643 ], [ -75.224292, 39.938734 ], [ -75.22548, 39.939725 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298001", "device_counts": 455, "stop_counts": 2735 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07338, 40.019654 ], [ -75.072271, 40.020248 ], [ -75.069087, 40.021904 ], [ -75.068516, 40.021385 ], [ -75.067412, 40.020111 ], [ -75.06701, 40.01967 ], [ -75.066116, 40.018648 ], [ -75.067782, 40.017853 ], [ -75.070504, 40.017255 ], [ -75.071847, 40.016952 ], [ -75.072575, 40.018868 ], [ -75.07338, 40.019654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158006", "device_counts": 424, "stop_counts": 1341 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128693, 39.974284 ], [ -75.125201, 39.975558 ], [ -75.123391, 39.974403 ], [ -75.127903, 39.972811 ], [ -75.128693, 39.974284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073004", "device_counts": 1836, "stop_counts": 5556 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229894, 39.947791 ], [ -75.227419, 39.94777 ], [ -75.224946, 39.947744 ], [ -75.223315, 39.947925 ], [ -75.222369, 39.947135 ], [ -75.224736, 39.945465 ], [ -75.22361, 39.944505 ], [ -75.22498, 39.943534 ], [ -75.226805, 39.945083 ], [ -75.228686, 39.945913 ], [ -75.228202, 39.94627 ], [ -75.229894, 39.947791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263024", "device_counts": 4952, "stop_counts": 15434 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161313, 40.071386 ], [ -75.158417, 40.074169 ], [ -75.154076, 40.071732 ], [ -75.156776, 40.068675 ], [ -75.157379, 40.067944 ], [ -75.162035, 40.070685 ], [ -75.161313, 40.071386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010293001", "device_counts": 2971, "stop_counts": 8374 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.096744, 40.01873 ], [ -75.095897, 40.019604 ], [ -75.09441, 40.019534 ], [ -75.091304, 40.017883 ], [ -75.090325, 40.017356 ], [ -75.086382, 40.015257 ], [ -75.085519, 40.014787 ], [ -75.085818, 40.014448 ], [ -75.086348, 40.013868 ], [ -75.087577, 40.012516 ], [ -75.09228, 40.015294 ], [ -75.094365, 40.014794 ], [ -75.096279, 40.015957 ], [ -75.09704, 40.016018 ], [ -75.096744, 40.01873 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246002", "device_counts": 729, "stop_counts": 3986 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172201, 40.042922 ], [ -75.173355, 40.04362 ], [ -75.170725, 40.046151 ], [ -75.169492, 40.044531 ], [ -75.170855, 40.040445 ], [ -75.172027, 40.039141 ], [ -75.174567, 40.040638 ], [ -75.172201, 40.042922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072003", "device_counts": 358, "stop_counts": 1607 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233074, 39.942849 ], [ -75.230947, 39.944336 ], [ -75.229553, 39.943168 ], [ -75.230928, 39.942194 ], [ -75.231676, 39.941671 ], [ -75.233074, 39.942849 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282001", "device_counts": 4120, "stop_counts": 11413 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146705, 40.030127 ], [ -75.146575, 40.030637 ], [ -75.145554, 40.035262 ], [ -75.143363, 40.034976 ], [ -75.143944, 40.032192 ], [ -75.139766, 40.034506 ], [ -75.138971, 40.032845 ], [ -75.142471, 40.031766 ], [ -75.144284, 40.030814 ], [ -75.14685, 40.029481 ], [ -75.146705, 40.030127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252001", "device_counts": 624, "stop_counts": 3118 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177154, 40.042988 ], [ -75.175285, 40.044782 ], [ -75.173686, 40.045803 ], [ -75.171536, 40.047888 ], [ -75.170725, 40.046151 ], [ -75.173355, 40.04362 ], [ -75.17573, 40.041333 ], [ -75.177651, 40.0425 ], [ -75.177154, 40.042988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311013", "device_counts": 1212, "stop_counts": 4210 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081533, 40.040754 ], [ -75.080904, 40.041432 ], [ -75.080164, 40.042213 ], [ -75.076652, 40.040257 ], [ -75.077394, 40.039464 ], [ -75.07821, 40.038617 ], [ -75.07862, 40.038205 ], [ -75.082114, 40.040147 ], [ -75.081533, 40.040754 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031001", "device_counts": 1366, "stop_counts": 4658 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179035, 39.935612 ], [ -75.178514, 39.935544 ], [ -75.17397, 39.934974 ], [ -75.174495, 39.932523 ], [ -75.176069, 39.932721 ], [ -75.179553, 39.933178 ], [ -75.179035, 39.935612 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309002", "device_counts": 417, "stop_counts": 2174 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085031, 40.043731 ], [ -75.082674, 40.04242 ], [ -75.084412, 40.039499 ], [ -75.086453, 40.042566 ], [ -75.085031, 40.043731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195013", "device_counts": 1284, "stop_counts": 4174 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131501, 40.001999 ], [ -75.128604, 40.001619 ], [ -75.12926, 39.998539 ], [ -75.132172, 39.998913 ], [ -75.131501, 40.001999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071011", "device_counts": 899, "stop_counts": 3361 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229726, 39.936743 ], [ -75.228358, 39.9377 ], [ -75.227831, 39.938077 ], [ -75.225358, 39.936 ], [ -75.225887, 39.935625 ], [ -75.227252, 39.934661 ], [ -75.228533, 39.935732 ], [ -75.229726, 39.936743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306007", "device_counts": 1882, "stop_counts": 5913 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094766, 40.053095 ], [ -75.093706, 40.054203 ], [ -75.092131, 40.053178 ], [ -75.088344, 40.051235 ], [ -75.088873, 40.050674 ], [ -75.091173, 40.051098 ], [ -75.091416, 40.049543 ], [ -75.092242, 40.049978 ], [ -75.094183, 40.051071 ], [ -75.094593, 40.050655 ], [ -75.096242, 40.051528 ], [ -75.094766, 40.053095 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040014", "device_counts": 2910, "stop_counts": 7320 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169499, 39.925531 ], [ -75.169494, 39.925596 ], [ -75.169428, 39.925593 ], [ -75.16735, 39.926579 ], [ -75.165483, 39.926333 ], [ -75.166014, 39.923903 ], [ -75.169744, 39.924409 ], [ -75.169499, 39.925531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010376002", "device_counts": 10679, "stop_counts": 31844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162293, 39.958058 ], [ -75.161411, 39.962102 ], [ -75.161443, 39.962172 ], [ -75.161384, 39.962474 ], [ -75.161188, 39.963422 ], [ -75.154312, 39.962614 ], [ -75.154512, 39.961711 ], [ -75.155093, 39.958709 ], [ -75.155538, 39.956923 ], [ -75.162339, 39.957825 ], [ -75.162293, 39.958058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183004", "device_counts": 764, "stop_counts": 3622 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080522, 39.996472 ], [ -75.07472, 39.9987 ], [ -75.073491, 39.997297 ], [ -75.079364, 39.994264 ], [ -75.080522, 39.996472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195022", "device_counts": 1512, "stop_counts": 5545 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128282, 40.003116 ], [ -75.127863, 40.005057 ], [ -75.123949, 40.004814 ], [ -75.12441, 40.002634 ], [ -75.124732, 40.001124 ], [ -75.128604, 40.001619 ], [ -75.128282, 40.003116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030011", "device_counts": 1031, "stop_counts": 2390 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171065, 39.930827 ], [ -75.168423, 39.930465 ], [ -75.168689, 39.929256 ], [ -75.170891, 39.929552 ], [ -75.171339, 39.929608 ], [ -75.171065, 39.930827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209003", "device_counts": 2428, "stop_counts": 5794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213, 40.018652 ], [ -75.211744, 40.017388 ], [ -75.209735, 40.018509 ], [ -75.207863, 40.018582 ], [ -75.208116, 40.017764 ], [ -75.205622, 40.017107 ], [ -75.207221, 40.016673 ], [ -75.208008, 40.012997 ], [ -75.212219, 40.015461 ], [ -75.214752, 40.017784 ], [ -75.213, 40.018652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004011", "device_counts": 13306, "stop_counts": 50740 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180223, 39.954472 ], [ -75.179889, 39.955436 ], [ -75.179768, 39.955993 ], [ -75.17972, 39.956164 ], [ -75.179122, 39.955984 ], [ -75.177527, 39.95549 ], [ -75.172783, 39.955604 ], [ -75.173291, 39.952934 ], [ -75.173489, 39.952052 ], [ -75.176191, 39.952387 ], [ -75.180909, 39.952982 ], [ -75.180223, 39.954472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029003", "device_counts": 4331, "stop_counts": 13077 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16764, 39.93415 ], [ -75.167578, 39.934143 ], [ -75.159517, 39.9331 ], [ -75.161047, 39.931817 ], [ -75.163504, 39.92983 ], [ -75.166246, 39.930207 ], [ -75.165968, 39.931427 ], [ -75.16815, 39.931701 ], [ -75.16764, 39.93415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085007", "device_counts": 3348, "stop_counts": 8926 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230801, 39.960722 ], [ -75.228645, 39.960463 ], [ -75.227443, 39.960311 ], [ -75.224868, 39.960005 ], [ -75.225351, 39.957714 ], [ -75.231277, 39.958448 ], [ -75.230801, 39.960722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010141002", "device_counts": 4927, "stop_counts": 12452 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159442, 39.971467 ], [ -75.159237, 39.972384 ], [ -75.158782, 39.974482 ], [ -75.156616, 39.974198 ], [ -75.156893, 39.972927 ], [ -75.152188, 39.972318 ], [ -75.154149, 39.970778 ], [ -75.154549, 39.968931 ], [ -75.156085, 39.96931 ], [ -75.159702, 39.970202 ], [ -75.159442, 39.971467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168001", "device_counts": 954, "stop_counts": 2711 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173182, 39.992412 ], [ -75.171594, 39.9922 ], [ -75.171441, 39.992946 ], [ -75.168248, 39.992579 ], [ -75.168561, 39.991047 ], [ -75.167918, 39.990947 ], [ -75.168428, 39.987857 ], [ -75.169234, 39.987959 ], [ -75.168894, 39.98955 ], [ -75.171839, 39.989935 ], [ -75.173682, 39.990167 ], [ -75.173182, 39.992412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176013", "device_counts": 2264, "stop_counts": 6665 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135121, 39.99306 ], [ -75.130558, 39.992474 ], [ -75.130122, 39.994573 ], [ -75.126915, 39.991834 ], [ -75.127031, 39.990386 ], [ -75.130898, 39.99089 ], [ -75.132893, 39.991144 ], [ -75.135466, 39.991479 ], [ -75.135121, 39.99306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010205001", "device_counts": 5302, "stop_counts": 18151 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172342, 40.017604 ], [ -75.163758, 40.019234 ], [ -75.162782, 40.020368 ], [ -75.162462, 40.021954 ], [ -75.162024, 40.022286 ], [ -75.159551, 40.023925 ], [ -75.159315, 40.02341 ], [ -75.159214, 40.023192 ], [ -75.159035, 40.0228 ], [ -75.156094, 40.019695 ], [ -75.155692, 40.019078 ], [ -75.154576, 40.017272 ], [ -75.15409, 40.016325 ], [ -75.157218, 40.016166 ], [ -75.167776, 40.011086 ], [ -75.170096, 40.015723 ], [ -75.172342, 40.017604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300005", "device_counts": 622, "stop_counts": 2712 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083248, 40.013562 ], [ -75.079927, 40.016418 ], [ -75.077257, 40.014973 ], [ -75.079046, 40.013007 ], [ -75.080857, 40.011903 ], [ -75.0817, 40.012736 ], [ -75.083248, 40.013562 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027021", "device_counts": 1447, "stop_counts": 4664 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151309, 39.932007 ], [ -75.149728, 39.931793 ], [ -75.14617, 39.931321 ], [ -75.146413, 39.930114 ], [ -75.146985, 39.927665 ], [ -75.148701, 39.927896 ], [ -75.148329, 39.929093 ], [ -75.151852, 39.929555 ], [ -75.151309, 39.932007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134023", "device_counts": 1878, "stop_counts": 4537 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17256, 39.965219 ], [ -75.17068, 39.964975 ], [ -75.169102, 39.964781 ], [ -75.168959, 39.965463 ], [ -75.165813, 39.965075 ], [ -75.166227, 39.963112 ], [ -75.167806, 39.963306 ], [ -75.169378, 39.963498 ], [ -75.170958, 39.963692 ], [ -75.172848, 39.963923 ], [ -75.17256, 39.965219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010380002", "device_counts": 3149, "stop_counts": 7423 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078448, 40.008586 ], [ -75.072371, 40.010089 ], [ -75.070581, 40.010533 ], [ -75.069508, 40.010798 ], [ -75.068883, 40.00879 ], [ -75.072702, 40.007904 ], [ -75.075687, 40.005553 ], [ -75.077476, 40.004139 ], [ -75.078448, 40.008586 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009021", "device_counts": 7142, "stop_counts": 17529 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156855, 39.947246 ], [ -75.156646, 39.948394 ], [ -75.153174, 39.947962 ], [ -75.153424, 39.946817 ], [ -75.153184, 39.945536 ], [ -75.156337, 39.945923 ], [ -75.157113, 39.946025 ], [ -75.156855, 39.947246 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012024", "device_counts": 3594, "stop_counts": 7899 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168443, 39.945524 ], [ -75.166767, 39.945768 ], [ -75.166458, 39.947196 ], [ -75.164845, 39.946999 ], [ -75.165341, 39.944664 ], [ -75.165575, 39.943664 ], [ -75.168762, 39.94405 ], [ -75.168443, 39.945524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030021", "device_counts": 1237, "stop_counts": 2867 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17034, 39.934498 ], [ -75.16764, 39.93415 ], [ -75.16815, 39.931701 ], [ -75.1708, 39.932052 ], [ -75.17034, 39.934498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040011", "device_counts": 1062, "stop_counts": 3269 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165483, 39.926333 ], [ -75.162338, 39.92592 ], [ -75.162876, 39.923489 ], [ -75.166014, 39.923903 ], [ -75.165483, 39.926333 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042023", "device_counts": 736, "stop_counts": 3133 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155865, 39.918755 ], [ -75.15073, 39.918097 ], [ -75.151014, 39.916842 ], [ -75.156139, 39.917515 ], [ -75.155865, 39.918755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071012", "device_counts": 988, "stop_counts": 3701 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226854, 39.938767 ], [ -75.22548, 39.939725 ], [ -75.224292, 39.938734 ], [ -75.223012, 39.937643 ], [ -75.224388, 39.936676 ], [ -75.225358, 39.936 ], [ -75.227831, 39.938077 ], [ -75.226854, 39.938767 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074005", "device_counts": 1282, "stop_counts": 3713 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218874, 39.938393 ], [ -75.217502, 39.939355 ], [ -75.215089, 39.939093 ], [ -75.213865, 39.939974 ], [ -75.212064, 39.938213 ], [ -75.215778, 39.935624 ], [ -75.217614, 39.93733 ], [ -75.218874, 39.938393 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088024", "device_counts": 3681, "stop_counts": 9067 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205583, 39.952056 ], [ -75.20546, 39.952682 ], [ -75.204107, 39.953128 ], [ -75.202828, 39.95297 ], [ -75.203083, 39.951745 ], [ -75.200801, 39.951458 ], [ -75.199204, 39.951257 ], [ -75.199427, 39.950419 ], [ -75.201156, 39.949839 ], [ -75.201151, 39.950414 ], [ -75.205802, 39.950985 ], [ -75.205583, 39.952056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101003", "device_counts": 648, "stop_counts": 2757 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24358, 39.975546 ], [ -75.241013, 39.975833 ], [ -75.240427, 39.972687 ], [ -75.241209, 39.9726 ], [ -75.242987, 39.972396 ], [ -75.24329, 39.973997 ], [ -75.24358, 39.975546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118005", "device_counts": 585, "stop_counts": 3830 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245478, 39.986619 ], [ -75.239838, 39.989287 ], [ -75.23987, 39.988202 ], [ -75.238184, 39.986061 ], [ -75.240153, 39.985213 ], [ -75.244491, 39.985667 ], [ -75.245478, 39.986619 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137003", "device_counts": 914, "stop_counts": 3053 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183838, 39.980585 ], [ -75.182215, 39.980373 ], [ -75.181135, 39.980238 ], [ -75.181755, 39.977444 ], [ -75.184439, 39.977788 ], [ -75.183838, 39.980585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162003", "device_counts": 440, "stop_counts": 1334 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136759, 39.985402 ], [ -75.136167, 39.985328 ], [ -75.1351, 39.98519 ], [ -75.135445, 39.983598 ], [ -75.13578, 39.982009 ], [ -75.137443, 39.982223 ], [ -75.136759, 39.985402 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180012", "device_counts": 650, "stop_counts": 2429 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111221, 39.985268 ], [ -75.108828, 39.981673 ], [ -75.110525, 39.980787 ], [ -75.110939, 39.980568 ], [ -75.11345, 39.984105 ], [ -75.111221, 39.985268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198005", "device_counts": 638, "stop_counts": 2173 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142438, 40.009743 ], [ -75.141786, 40.012708 ], [ -75.140125, 40.012538 ], [ -75.139484, 40.012453 ], [ -75.139815, 40.010939 ], [ -75.141425, 40.00961 ], [ -75.141913, 40.009674 ], [ -75.142438, 40.009743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202002", "device_counts": 571, "stop_counts": 1978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167945, 40.009378 ], [ -75.164733, 40.008616 ], [ -75.165228, 40.006354 ], [ -75.165554, 40.004859 ], [ -75.16914, 40.008832 ], [ -75.167945, 40.009378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010212001", "device_counts": 1855, "stop_counts": 6161 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218759, 40.036654 ], [ -75.213026, 40.039412 ], [ -75.210398, 40.03751 ], [ -75.208938, 40.035221 ], [ -75.21114, 40.0346 ], [ -75.213692, 40.032135 ], [ -75.214493, 40.032838 ], [ -75.216638, 40.034833 ], [ -75.217925, 40.03616 ], [ -75.218759, 40.036654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236001", "device_counts": 897, "stop_counts": 2135 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196511, 40.049188 ], [ -75.194491, 40.051466 ], [ -75.194083, 40.051633 ], [ -75.194411, 40.050637 ], [ -75.192123, 40.047679 ], [ -75.192346, 40.046309 ], [ -75.193091, 40.04459 ], [ -75.193841, 40.045069 ], [ -75.198059, 40.047739 ], [ -75.196511, 40.049188 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252004", "device_counts": 581, "stop_counts": 3290 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178144, 40.04821 ], [ -75.176624, 40.047398 ], [ -75.176247, 40.047752 ], [ -75.174713, 40.046823 ], [ -75.173686, 40.045803 ], [ -75.175285, 40.044782 ], [ -75.17922, 40.047155 ], [ -75.178144, 40.04821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263021", "device_counts": 1507, "stop_counts": 5533 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156776, 40.068675 ], [ -75.154076, 40.071732 ], [ -75.151596, 40.070328 ], [ -75.152322, 40.068901 ], [ -75.152602, 40.067646 ], [ -75.156285, 40.067006 ], [ -75.156776, 40.068675 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266002", "device_counts": 836, "stop_counts": 2570 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147353, 40.064371 ], [ -75.147022, 40.065892 ], [ -75.146683, 40.067547 ], [ -75.145187, 40.066692 ], [ -75.146051, 40.062926 ], [ -75.147649, 40.06301 ], [ -75.147353, 40.064371 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277004", "device_counts": 848, "stop_counts": 2682 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155214, 40.053922 ], [ -75.152881, 40.052844 ], [ -75.153101, 40.050412 ], [ -75.155446, 40.050508 ], [ -75.155214, 40.053922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289013", "device_counts": 493, "stop_counts": 2208 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116243, 40.020558 ], [ -75.112217, 40.020056 ], [ -75.113951, 40.018603 ], [ -75.116404, 40.018909 ], [ -75.116243, 40.020558 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390006", "device_counts": 1023, "stop_counts": 3575 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.09299, 40.036729 ], [ -75.090543, 40.039142 ], [ -75.09159, 40.039734 ], [ -75.089246, 40.042252 ], [ -75.088631, 40.042747 ], [ -75.088709, 40.03795 ], [ -75.088091, 40.03654 ], [ -75.089404, 40.037263 ], [ -75.091031, 40.035582 ], [ -75.09227, 40.034323 ], [ -75.093532, 40.035024 ], [ -75.09299, 40.036729 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311022", "device_counts": 492, "stop_counts": 1972 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087802, 40.036032 ], [ -75.086804, 40.037049 ], [ -75.084311, 40.035676 ], [ -75.085499, 40.034421 ], [ -75.085313, 40.033521 ], [ -75.087159, 40.03479 ], [ -75.087802, 40.036032 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316004", "device_counts": 1525, "stop_counts": 3756 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.063188, 40.031566 ], [ -75.0621, 40.032813 ], [ -75.058848, 40.030998 ], [ -75.062207, 40.027471 ], [ -75.062394, 40.027444 ], [ -75.062426, 40.027979 ], [ -75.062828, 40.02941 ], [ -75.063188, 40.031566 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330007", "device_counts": 449, "stop_counts": 2308 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.03728, 40.035045 ], [ -75.034538, 40.036464 ], [ -75.032739, 40.034407 ], [ -75.035488, 40.03299 ], [ -75.03728, 40.035045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341005", "device_counts": 1469, "stop_counts": 4708 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086906, 40.078648 ], [ -75.082456, 40.082884 ], [ -75.082882, 40.079474 ], [ -75.078592, 40.078097 ], [ -75.079769, 40.076854 ], [ -75.080159, 40.075454 ], [ -75.081603, 40.076328 ], [ -75.082501, 40.07656 ], [ -75.085244, 40.077159 ], [ -75.086906, 40.078648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362022", "device_counts": 1001, "stop_counts": 6049 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981807, 40.082355 ], [ -74.980158, 40.086256 ], [ -74.980601, 40.087914 ], [ -74.979504, 40.087814 ], [ -74.976576, 40.085827 ], [ -74.973763, 40.084534 ], [ -74.97582, 40.081889 ], [ -74.97725, 40.080506 ], [ -74.980732, 40.082105 ], [ -74.981807, 40.082355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277001", "device_counts": 1906, "stop_counts": 5728 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148578, 40.051383 ], [ -75.147004, 40.051175 ], [ -75.143841, 40.050771 ], [ -75.142214, 40.050563 ], [ -75.142898, 40.047493 ], [ -75.144959, 40.04868 ], [ -75.147672, 40.048117 ], [ -75.147337, 40.049656 ], [ -75.147265, 40.049965 ], [ -75.148708, 40.050778 ], [ -75.148578, 40.051383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027013", "device_counts": 910, "stop_counts": 3144 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155463, 39.927956 ], [ -75.154997, 39.929984 ], [ -75.151852, 39.929555 ], [ -75.152407, 39.927129 ], [ -75.155546, 39.92755 ], [ -75.155463, 39.927956 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358002", "device_counts": 1196, "stop_counts": 7244 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037842, 40.120213 ], [ -75.024891, 40.129216 ], [ -75.021931, 40.127467 ], [ -75.0201, 40.126358 ], [ -75.023292, 40.125201 ], [ -75.020183, 40.122282 ], [ -75.024153, 40.12492 ], [ -75.026346, 40.123524 ], [ -75.027205, 40.121653 ], [ -75.027824, 40.120924 ], [ -75.029773, 40.121875 ], [ -75.032646, 40.121786 ], [ -75.036495, 40.12039 ], [ -75.037842, 40.120213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340002", "device_counts": 375, "stop_counts": 3047 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077112, 40.068714 ], [ -75.074029, 40.071983 ], [ -75.070412, 40.07022 ], [ -75.067838, 40.068959 ], [ -75.069297, 40.068345 ], [ -75.074845, 40.066538 ], [ -75.076022, 40.067172 ], [ -75.075439, 40.067803 ], [ -75.077112, 40.068714 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010231001", "device_counts": 2190, "stop_counts": 6450 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208933, 40.067015 ], [ -75.205815, 40.070106 ], [ -75.204166, 40.069595 ], [ -75.202651, 40.073212 ], [ -75.20079, 40.070707 ], [ -75.198673, 40.068575 ], [ -75.196741, 40.067365 ], [ -75.196385, 40.066623 ], [ -75.202475, 40.06265 ], [ -75.202545, 40.059884 ], [ -75.20714, 40.062139 ], [ -75.204744, 40.064538 ], [ -75.20615, 40.065376 ], [ -75.206782, 40.064755 ], [ -75.209573, 40.066375 ], [ -75.208933, 40.067015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114006", "device_counts": 3031, "stop_counts": 9266 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248991, 39.985109 ], [ -75.245478, 39.986619 ], [ -75.244491, 39.985667 ], [ -75.240153, 39.985213 ], [ -75.23724, 39.98484 ], [ -75.239042, 39.98195 ], [ -75.239335, 39.981447 ], [ -75.242792, 39.981061 ], [ -75.24654, 39.980645 ], [ -75.247094, 39.983595 ], [ -75.248346, 39.982968 ], [ -75.248991, 39.985109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149005", "device_counts": 658, "stop_counts": 2281 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.185497, 39.980804 ], [ -75.181758, 39.983325 ], [ -75.181579, 39.983313 ], [ -75.182215, 39.980373 ], [ -75.183838, 39.980585 ], [ -75.185497, 39.980804 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030022", "device_counts": 745, "stop_counts": 2478 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172389, 39.934765 ], [ -75.17034, 39.934498 ], [ -75.1708, 39.932052 ], [ -75.172922, 39.932328 ], [ -75.172389, 39.934765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010248001", "device_counts": 521, "stop_counts": 2088 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167701, 40.047245 ], [ -75.164529, 40.050306 ], [ -75.161656, 40.048559 ], [ -75.163175, 40.047076 ], [ -75.166038, 40.046218 ], [ -75.167701, 40.047245 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019803001", "device_counts": 18195, "stop_counts": 70785 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.025229, 40.08482 ], [ -75.023996, 40.086107 ], [ -75.015528, 40.09486 ], [ -75.014156, 40.096236 ], [ -75.001796, 40.10493 ], [ -74.999804, 40.103236 ], [ -74.995464, 40.099166 ], [ -74.991264, 40.095778 ], [ -74.989094, 40.093928 ], [ -74.987421, 40.09255 ], [ -74.98418, 40.089906 ], [ -74.987065, 40.086049 ], [ -74.990155, 40.084052 ], [ -74.994348, 40.081681 ], [ -74.997635, 40.079699 ], [ -74.998488, 40.078701 ], [ -75.003606, 40.071362 ], [ -75.007269, 40.069161 ], [ -75.011311, 40.071169 ], [ -75.013126, 40.072071 ], [ -75.028952, 40.080968 ], [ -75.025229, 40.08482 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085005", "device_counts": 1790, "stop_counts": 4448 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231557, 39.957102 ], [ -75.225634, 39.956372 ], [ -75.225746, 39.955814 ], [ -75.226002, 39.954591 ], [ -75.231937, 39.955319 ], [ -75.231557, 39.957102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333001", "device_counts": 3577, "stop_counts": 11641 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044521, 40.058702 ], [ -75.044991, 40.059372 ], [ -75.044275, 40.059356 ], [ -75.044201, 40.059477 ], [ -75.043614, 40.060811 ], [ -75.041907, 40.064683 ], [ -75.038539, 40.060858 ], [ -75.038719, 40.056435 ], [ -75.039449, 40.055286 ], [ -75.041248, 40.054576 ], [ -75.045522, 40.057614 ], [ -75.044521, 40.058702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010203002", "device_counts": 7572, "stop_counts": 20908 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153849, 40.015891 ], [ -75.149544, 40.01787 ], [ -75.147143, 40.01901 ], [ -75.147205, 40.015188 ], [ -75.147247, 40.011906 ], [ -75.150585, 40.012283 ], [ -75.152163, 40.01254 ], [ -75.152431, 40.01321 ], [ -75.153849, 40.015891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080001", "device_counts": 1390, "stop_counts": 4214 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226539, 39.952 ], [ -75.226224, 39.953528 ], [ -75.222279, 39.95304 ], [ -75.222589, 39.951519 ], [ -75.22275, 39.950754 ], [ -75.222914, 39.949975 ], [ -75.226869, 39.95046 ], [ -75.226539, 39.952 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114005", "device_counts": 1396, "stop_counts": 5164 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24654, 39.980645 ], [ -75.242792, 39.981061 ], [ -75.242354, 39.978712 ], [ -75.244138, 39.978517 ], [ -75.24358, 39.975546 ], [ -75.24554, 39.97533 ], [ -75.24654, 39.980645 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263012", "device_counts": 473, "stop_counts": 2101 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166062, 40.074338 ], [ -75.163399, 40.07695 ], [ -75.161285, 40.075764 ], [ -75.163884, 40.073088 ], [ -75.166062, 40.074338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088022", "device_counts": 4393, "stop_counts": 11991 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.204145, 39.957422 ], [ -75.201953, 39.957149 ], [ -75.199622, 39.95686 ], [ -75.200098, 39.954582 ], [ -75.204933, 39.955181 ], [ -75.204145, 39.957422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278001", "device_counts": 936, "stop_counts": 5296 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150336, 40.042028 ], [ -75.149796, 40.043673 ], [ -75.149591, 40.04483 ], [ -75.150148, 40.045658 ], [ -75.148225, 40.0456 ], [ -75.146776, 40.044848 ], [ -75.146978, 40.04173 ], [ -75.148083, 40.04048 ], [ -75.149908, 40.040376 ], [ -75.151249, 40.041174 ], [ -75.150336, 40.042028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010220001", "device_counts": 1577, "stop_counts": 6181 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264431, 40.054094 ], [ -75.255006, 40.062704 ], [ -75.243288, 40.073494 ], [ -75.242047, 40.071949 ], [ -75.241075, 40.070395 ], [ -75.240321, 40.068383 ], [ -75.240092, 40.067344 ], [ -75.239545, 40.062977 ], [ -75.238182, 40.059771 ], [ -75.25412, 40.048324 ], [ -75.254629, 40.047592 ], [ -75.254678, 40.045924 ], [ -75.255098, 40.046122 ], [ -75.257655, 40.047611 ], [ -75.264431, 40.054094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096001", "device_counts": 2097, "stop_counts": 6201 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246531, 39.968967 ], [ -75.244416, 39.968706 ], [ -75.239479, 39.968097 ], [ -75.24011, 39.965055 ], [ -75.242087, 39.965303 ], [ -75.24177, 39.96682 ], [ -75.246848, 39.967449 ], [ -75.246531, 39.968967 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259003", "device_counts": 438, "stop_counts": 2706 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179022, 40.079344 ], [ -75.177137, 40.078269 ], [ -75.174171, 40.076549 ], [ -75.175509, 40.075214 ], [ -75.176841, 40.07598 ], [ -75.180238, 40.078084 ], [ -75.179022, 40.079344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038004", "device_counts": 695, "stop_counts": 2696 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181703, 39.92329 ], [ -75.181424, 39.923337 ], [ -75.180313, 39.92354 ], [ -75.179651, 39.923652 ], [ -75.180045, 39.921872 ], [ -75.180576, 39.919369 ], [ -75.182512, 39.919629 ], [ -75.181703, 39.92329 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339002", "device_counts": 2394, "stop_counts": 7944 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089378, 40.064705 ], [ -75.085496, 40.06747 ], [ -75.085044, 40.072141 ], [ -75.08415, 40.071824 ], [ -75.083255, 40.071209 ], [ -75.083726, 40.068173 ], [ -75.083648, 40.065704 ], [ -75.08151, 40.064789 ], [ -75.079532, 40.066175 ], [ -75.078352, 40.065426 ], [ -75.083483, 40.063738 ], [ -75.083514, 40.063756 ], [ -75.083515, 40.063725 ], [ -75.084747, 40.06316 ], [ -75.085729, 40.062589 ], [ -75.087425, 40.063599 ], [ -75.089378, 40.064705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341004", "device_counts": 3895, "stop_counts": 13216 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089088, 40.076374 ], [ -75.086906, 40.078648 ], [ -75.085244, 40.077159 ], [ -75.082501, 40.07656 ], [ -75.083255, 40.071209 ], [ -75.08415, 40.071824 ], [ -75.085044, 40.072141 ], [ -75.090317, 40.075115 ], [ -75.089088, 40.076374 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329004", "device_counts": 493, "stop_counts": 2327 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.031903, 40.036993 ], [ -75.027031, 40.038744 ], [ -75.025862, 40.036255 ], [ -75.026887, 40.035695 ], [ -75.029881, 40.034072 ], [ -75.030905, 40.035358 ], [ -75.031903, 40.036993 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011012", "device_counts": 3750, "stop_counts": 7035 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165575, 39.943664 ], [ -75.165341, 39.944664 ], [ -75.165274, 39.944655 ], [ -75.163137, 39.944388 ], [ -75.162348, 39.944299 ], [ -75.159984, 39.944009 ], [ -75.160205, 39.942997 ], [ -75.165493, 39.943653 ], [ -75.165575, 39.943664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320004", "device_counts": 373, "stop_counts": 2654 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057806, 40.025174 ], [ -75.055564, 40.022606 ], [ -75.057513, 40.021597 ], [ -75.059761, 40.024161 ], [ -75.057806, 40.025174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252003", "device_counts": 487, "stop_counts": 2575 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17922, 40.047155 ], [ -75.175285, 40.044782 ], [ -75.177154, 40.042988 ], [ -75.181057, 40.045381 ], [ -75.17922, 40.047155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255002", "device_counts": 797, "stop_counts": 2876 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186236, 40.060989 ], [ -75.181956, 40.064987 ], [ -75.18437, 40.066442 ], [ -75.181751, 40.068902 ], [ -75.176526, 40.065896 ], [ -75.181313, 40.061221 ], [ -75.183366, 40.05922 ], [ -75.186236, 40.060989 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168002", "device_counts": 506, "stop_counts": 1758 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171173, 39.994165 ], [ -75.171115, 39.994444 ], [ -75.167925, 39.994025 ], [ -75.168248, 39.992579 ], [ -75.171441, 39.992946 ], [ -75.171173, 39.994165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167021", "device_counts": 781, "stop_counts": 2661 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160365, 39.989991 ], [ -75.160044, 39.991473 ], [ -75.15769, 39.99118 ], [ -75.158335, 39.988186 ], [ -75.160695, 39.988495 ], [ -75.160365, 39.989991 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390005", "device_counts": 589, "stop_counts": 2640 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092349, 40.029658 ], [ -75.091594, 40.030086 ], [ -75.089854, 40.031036 ], [ -75.088078, 40.032 ], [ -75.086551, 40.031133 ], [ -75.092162, 40.02805 ], [ -75.092295, 40.028879 ], [ -75.092349, 40.029658 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356013", "device_counts": 414, "stop_counts": 3224 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.046737, 40.09524 ], [ -75.047115, 40.098377 ], [ -75.042613, 40.100504 ], [ -75.042503, 40.099942 ], [ -75.039643, 40.098344 ], [ -75.042043, 40.09527 ], [ -75.040595, 40.093338 ], [ -75.046527, 40.092672 ], [ -75.047299, 40.092762 ], [ -75.046737, 40.09524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010132002", "device_counts": 6480, "stop_counts": 16098 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160678, 39.96577 ], [ -75.160395, 39.967064 ], [ -75.159702, 39.970202 ], [ -75.156085, 39.96931 ], [ -75.157125, 39.964556 ], [ -75.154013, 39.963976 ], [ -75.154312, 39.962614 ], [ -75.161188, 39.963422 ], [ -75.160678, 39.96577 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004022", "device_counts": 38975, "stop_counts": 194239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173291, 39.952934 ], [ -75.171723, 39.952725 ], [ -75.171134, 39.955394 ], [ -75.163151, 39.954411 ], [ -75.163093, 39.9544 ], [ -75.163329, 39.95333 ], [ -75.163402, 39.953339 ], [ -75.165063, 39.953608 ], [ -75.164011, 39.950876 ], [ -75.173489, 39.952052 ], [ -75.173291, 39.952934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236003", "device_counts": 930, "stop_counts": 2775 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198411, 40.045827 ], [ -75.198059, 40.047739 ], [ -75.193841, 40.045069 ], [ -75.196382, 40.042203 ], [ -75.194933, 40.042022 ], [ -75.193657, 40.039688 ], [ -75.190086, 40.038232 ], [ -75.190987, 40.037353 ], [ -75.193127, 40.035381 ], [ -75.201433, 40.042404 ], [ -75.198411, 40.045827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010293002", "device_counts": 2434, "stop_counts": 10254 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094995, 40.009984 ], [ -75.094547, 40.011027 ], [ -75.09342, 40.013136 ], [ -75.094365, 40.014794 ], [ -75.09228, 40.015294 ], [ -75.087577, 40.012516 ], [ -75.088731, 40.010923 ], [ -75.089271, 40.010063 ], [ -75.091815, 40.006007 ], [ -75.092482, 40.005427 ], [ -75.0927, 40.005674 ], [ -75.092811, 40.005871 ], [ -75.092775, 40.005977 ], [ -75.09263, 40.006343 ], [ -75.092196, 40.006789 ], [ -75.09205, 40.007033 ], [ -75.092011, 40.007299 ], [ -75.092088, 40.007531 ], [ -75.092494, 40.007976 ], [ -75.094673, 40.009351 ], [ -75.094995, 40.009984 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119001", "device_counts": 1089, "stop_counts": 5253 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23267, 39.988155 ], [ -75.230168, 39.988695 ], [ -75.229911, 39.987936 ], [ -75.228801, 39.982326 ], [ -75.2301, 39.981556 ], [ -75.230791, 39.982516 ], [ -75.232136, 39.986635 ], [ -75.23267, 39.988155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040013", "device_counts": 3157, "stop_counts": 7561 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170023, 39.923138 ], [ -75.169744, 39.924409 ], [ -75.166014, 39.923903 ], [ -75.166563, 39.921418 ], [ -75.170309, 39.921885 ], [ -75.170023, 39.923138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069001", "device_counts": 747, "stop_counts": 3741 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218389, 39.929335 ], [ -75.215858, 39.933066 ], [ -75.206072, 39.935371 ], [ -75.206101, 39.935281 ], [ -75.206173, 39.935067 ], [ -75.206204, 39.934974 ], [ -75.211253, 39.928519 ], [ -75.212428, 39.92523 ], [ -75.216768, 39.926956 ], [ -75.214825, 39.929799 ], [ -75.216769, 39.928686 ], [ -75.218389, 39.929335 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085001", "device_counts": 3169, "stop_counts": 7905 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224868, 39.960005 ], [ -75.2229, 39.959745 ], [ -75.22092, 39.959505 ], [ -75.221244, 39.957984 ], [ -75.221397, 39.957227 ], [ -75.225351, 39.957714 ], [ -75.224868, 39.960005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112007", "device_counts": 752, "stop_counts": 2586 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233691, 39.976642 ], [ -75.231783, 39.976852 ], [ -75.231194, 39.973709 ], [ -75.232182, 39.973599 ], [ -75.233659, 39.973437 ], [ -75.233691, 39.976642 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151022", "device_counts": 1525, "stop_counts": 6156 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184794, 39.983706 ], [ -75.184136, 39.986721 ], [ -75.18255, 39.986509 ], [ -75.180896, 39.986709 ], [ -75.180258, 39.986345 ], [ -75.178118, 39.984769 ], [ -75.178535, 39.982919 ], [ -75.179952, 39.983108 ], [ -75.181579, 39.983313 ], [ -75.181758, 39.983325 ], [ -75.184298, 39.983647 ], [ -75.184794, 39.983706 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010166002", "device_counts": 2710, "stop_counts": 5482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155934, 39.987877 ], [ -75.155593, 39.989369 ], [ -75.15339, 39.989086 ], [ -75.154063, 39.986003 ], [ -75.156275, 39.986283 ], [ -75.155934, 39.987877 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195012", "device_counts": 2084, "stop_counts": 6933 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128604, 40.001619 ], [ -75.124732, 40.001124 ], [ -75.125058, 39.999628 ], [ -75.12538, 39.998043 ], [ -75.12926, 39.998539 ], [ -75.128604, 40.001619 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207003", "device_counts": 1846, "stop_counts": 6985 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191874, 40.014201 ], [ -75.191289, 40.013697 ], [ -75.189317, 40.011994 ], [ -75.187402, 40.013303 ], [ -75.187771, 40.013623 ], [ -75.185937, 40.014895 ], [ -75.182239, 40.011676 ], [ -75.183611, 40.010905 ], [ -75.185674, 40.01012 ], [ -75.186537, 40.009831 ], [ -75.192879, 40.01162 ], [ -75.191874, 40.014201 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217003", "device_counts": 2650, "stop_counts": 8031 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227444, 40.043197 ], [ -75.223307, 40.045054 ], [ -75.2223, 40.045151 ], [ -75.219201, 40.044379 ], [ -75.217846, 40.044343 ], [ -75.216923, 40.042249 ], [ -75.214111, 40.040124 ], [ -75.214663, 40.040052 ], [ -75.218547, 40.042626 ], [ -75.222808, 40.038112 ], [ -75.225234, 40.041319 ], [ -75.226267, 40.042401 ], [ -75.227444, 40.043197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247003", "device_counts": 570, "stop_counts": 2729 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170588, 40.0381 ], [ -75.168911, 40.03847 ], [ -75.166622, 40.040379 ], [ -75.16516, 40.039474 ], [ -75.164852, 40.039867 ], [ -75.162077, 40.038163 ], [ -75.162752, 40.037499 ], [ -75.16405, 40.036816 ], [ -75.164809, 40.036452 ], [ -75.170377, 40.036921 ], [ -75.171368, 40.037315 ], [ -75.170588, 40.0381 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267006", "device_counts": 1571, "stop_counts": 4117 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152594, 40.056367 ], [ -75.149219, 40.058432 ], [ -75.149478, 40.056217 ], [ -75.149705, 40.054649 ], [ -75.152723, 40.054825 ], [ -75.152594, 40.056367 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276002", "device_counts": 2398, "stop_counts": 5545 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144302, 40.04109 ], [ -75.144224, 40.041381 ], [ -75.139612, 40.0408 ], [ -75.139212, 40.039146 ], [ -75.144571, 40.039836 ], [ -75.144302, 40.04109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300004", "device_counts": 2606, "stop_counts": 8198 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079414, 40.021387 ], [ -75.075622, 40.024074 ], [ -75.074175, 40.022429 ], [ -75.073892, 40.022107 ], [ -75.074969, 40.021505 ], [ -75.075964, 40.020705 ], [ -75.076696, 40.019926 ], [ -75.079414, 40.021387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307002", "device_counts": 1368, "stop_counts": 4169 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089115, 40.056227 ], [ -75.085847, 40.05441 ], [ -75.0868, 40.052744 ], [ -75.085989, 40.050878 ], [ -75.087804, 40.051795 ], [ -75.088344, 40.051235 ], [ -75.092131, 40.053178 ], [ -75.089115, 40.056227 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314023", "device_counts": 2897, "stop_counts": 8387 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06446, 40.045522 ], [ -75.061374, 40.048585 ], [ -75.059937, 40.047751 ], [ -75.057048, 40.04603 ], [ -75.058858, 40.044338 ], [ -75.061075, 40.041761 ], [ -75.063143, 40.042901 ], [ -75.061926, 40.04411 ], [ -75.06446, 40.045522 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323001", "device_counts": 1273, "stop_counts": 3689 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055687, 40.019504 ], [ -75.051773, 40.021535 ], [ -75.04879, 40.018141 ], [ -75.052816, 40.016119 ], [ -75.053922, 40.017488 ], [ -75.055687, 40.019504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356011", "device_counts": 1985, "stop_counts": 8702 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047299, 40.092762 ], [ -75.046527, 40.092672 ], [ -75.040595, 40.093338 ], [ -75.042043, 40.09527 ], [ -75.039643, 40.098344 ], [ -75.038082, 40.097456 ], [ -75.036962, 40.095913 ], [ -75.035842, 40.098099 ], [ -75.034298, 40.097871 ], [ -75.030477, 40.098088 ], [ -75.030725, 40.09553 ], [ -75.034808, 40.092423 ], [ -75.041488, 40.087338 ], [ -75.045685, 40.089021 ], [ -75.047052, 40.09108 ], [ -75.047567, 40.09192 ], [ -75.047299, 40.092762 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012012", "device_counts": 1941, "stop_counts": 4803 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180021, 39.948872 ], [ -75.177843, 39.94861 ], [ -75.176239, 39.948414 ], [ -75.174323, 39.948177 ], [ -75.174627, 39.946753 ], [ -75.178156, 39.94719 ], [ -75.180328, 39.947455 ], [ -75.180021, 39.948872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028021", "device_counts": 869, "stop_counts": 2627 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161881, 39.927985 ], [ -75.158745, 39.927564 ], [ -75.159204, 39.925511 ], [ -75.162338, 39.92592 ], [ -75.161881, 39.927985 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041014", "device_counts": 2234, "stop_counts": 6633 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162338, 39.92592 ], [ -75.159204, 39.925511 ], [ -75.157666, 39.925313 ], [ -75.158192, 39.922891 ], [ -75.162876, 39.923489 ], [ -75.162338, 39.92592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004021", "device_counts": 5123, "stop_counts": 18032 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172783, 39.955604 ], [ -75.171134, 39.955394 ], [ -75.171723, 39.952725 ], [ -75.173291, 39.952934 ], [ -75.172783, 39.955604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329002", "device_counts": 1707, "stop_counts": 4962 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029706, 40.030947 ], [ -75.02798, 40.031894 ], [ -75.025367, 40.033347 ], [ -75.026887, 40.035695 ], [ -75.025862, 40.036255 ], [ -75.027031, 40.038744 ], [ -75.024132, 40.039782 ], [ -75.024465, 40.040664 ], [ -75.023317, 40.039937 ], [ -75.023594, 40.036101 ], [ -75.021682, 40.037088 ], [ -75.021239, 40.036075 ], [ -75.021603, 40.033996 ], [ -75.028413, 40.029758 ], [ -75.029706, 40.030947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019806001", "device_counts": 29125, "stop_counts": 94358 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1828, 39.909208 ], [ -75.178512, 39.90867 ], [ -75.173234, 39.908002 ], [ -75.17081, 39.908594 ], [ -75.169806, 39.911326 ], [ -75.171928, 39.912348 ], [ -75.165482, 39.911531 ], [ -75.163309, 39.910567 ], [ -75.16566, 39.899583 ], [ -75.170885, 39.898848 ], [ -75.174808, 39.899179 ], [ -75.173566, 39.905394 ], [ -75.183387, 39.906617 ], [ -75.1828, 39.909208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030024", "device_counts": 1243, "stop_counts": 3509 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172922, 39.932328 ], [ -75.1708, 39.932052 ], [ -75.16815, 39.931701 ], [ -75.168423, 39.930465 ], [ -75.171065, 39.930827 ], [ -75.17319, 39.931104 ], [ -75.172922, 39.932328 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010133001", "device_counts": 5367, "stop_counts": 13684 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165813, 39.965075 ], [ -75.165349, 39.967149 ], [ -75.165256, 39.967563 ], [ -75.163743, 39.967125 ], [ -75.163949, 39.966166 ], [ -75.160678, 39.96577 ], [ -75.161188, 39.963422 ], [ -75.161384, 39.962474 ], [ -75.166227, 39.963112 ], [ -75.165813, 39.965075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024005", "device_counts": 7613, "stop_counts": 18248 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167083, 39.936742 ], [ -75.166816, 39.937869 ], [ -75.166292, 39.940031 ], [ -75.16092, 39.939367 ], [ -75.161399, 39.937157 ], [ -75.161678, 39.935849 ], [ -75.167019, 39.936737 ], [ -75.167083, 39.936742 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378001", "device_counts": 5752, "stop_counts": 14949 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122592, 39.97388 ], [ -75.119969, 39.975911 ], [ -75.119763, 39.976369 ], [ -75.118611, 39.978879 ], [ -75.117217, 39.977289 ], [ -75.114768, 39.978568 ], [ -75.113227, 39.976803 ], [ -75.118068, 39.974275 ], [ -75.115617, 39.97296 ], [ -75.112771104124008, 39.968258553445018 ], [ -75.1189552837088, 39.965528846214504 ], [ -75.122211, 39.970172 ], [ -75.121806, 39.970925 ], [ -75.120231, 39.972387 ], [ -75.119617, 39.97295 ], [ -75.121504, 39.97321 ], [ -75.122592, 39.97388 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010001002", "device_counts": 30968, "stop_counts": 84970 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151539, 39.952948 ], [ -75.151223, 39.956862 ], [ -75.14913, 39.956191 ], [ -75.148408, 39.95633 ], [ -75.141607, 39.955491 ], [ -75.141625, 39.955279 ], [ -75.141469, 39.951698 ], [ -75.148472, 39.952578 ], [ -75.149186, 39.949032 ], [ -75.152337, 39.949421 ], [ -75.151539, 39.952948 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334001", "device_counts": 3560, "stop_counts": 8133 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050582, 40.058769 ], [ -75.048323, 40.061176 ], [ -75.044991, 40.059372 ], [ -75.044521, 40.058702 ], [ -75.045522, 40.057614 ], [ -75.046537, 40.056567 ], [ -75.047749, 40.055363 ], [ -75.048291, 40.055538 ], [ -75.049762, 40.056374 ], [ -75.051784, 40.057504 ], [ -75.050582, 40.058769 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242004", "device_counts": 910, "stop_counts": 4227 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169816, 40.02845 ], [ -75.166395, 40.026593 ], [ -75.169124, 40.023865 ], [ -75.172523, 40.025758 ], [ -75.169816, 40.02845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238002", "device_counts": 1254, "stop_counts": 4082 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183101, 40.041063 ], [ -75.180884, 40.043246 ], [ -75.177757, 40.039401 ], [ -75.177629, 40.039229 ], [ -75.1804, 40.036534 ], [ -75.184831, 40.039346 ], [ -75.183101, 40.041063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274013", "device_counts": 2186, "stop_counts": 5965 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130518, 40.036437 ], [ -75.127641, 40.036063 ], [ -75.128428, 40.032472 ], [ -75.13129, 40.032818 ], [ -75.130518, 40.036437 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108001", "device_counts": 682, "stop_counts": 2025 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.203722, 39.970929 ], [ -75.192308, 39.967724 ], [ -75.192139, 39.966888 ], [ -75.19531, 39.968045 ], [ -75.195863, 39.968193 ], [ -75.198248, 39.96793 ], [ -75.203058, 39.967396 ], [ -75.203258, 39.968447 ], [ -75.203722, 39.970929 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204003", "device_counts": 3818, "stop_counts": 7824 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154929, 40.02229 ], [ -75.153357, 40.022088 ], [ -75.148567, 40.021476 ], [ -75.14711, 40.02128 ], [ -75.147139, 40.019518 ], [ -75.148953, 40.019743 ], [ -75.152161, 40.020161 ], [ -75.155239, 40.020486 ], [ -75.154929, 40.02229 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306005", "device_counts": 391, "stop_counts": 1528 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10323, 40.051355 ], [ -75.100935, 40.052699 ], [ -75.100681, 40.05254 ], [ -75.098234, 40.052593 ], [ -75.097243, 40.052051 ], [ -75.09822, 40.051023 ], [ -75.100394, 40.048691 ], [ -75.101335, 40.049539 ], [ -75.10323, 40.051355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074004", "device_counts": 1426, "stop_counts": 5931 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221545, 39.940652 ], [ -75.220175, 39.941602 ], [ -75.217136, 39.94374 ], [ -75.215615, 39.943402 ], [ -75.215246, 39.943087 ], [ -75.217764, 39.941343 ], [ -75.215089, 39.939093 ], [ -75.217502, 39.939355 ], [ -75.218874, 39.938393 ], [ -75.220278, 39.939572 ], [ -75.221545, 39.940652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277005", "device_counts": 680, "stop_counts": 2160 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157858, 40.050602 ], [ -75.155446, 40.050508 ], [ -75.153101, 40.050412 ], [ -75.153235, 40.048842 ], [ -75.154793, 40.048902 ], [ -75.157958, 40.049025 ], [ -75.157858, 40.050602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388004", "device_counts": 789, "stop_counts": 3063 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198787, 40.054802 ], [ -75.196319, 40.053234 ], [ -75.194647, 40.054791 ], [ -75.193951, 40.054358 ], [ -75.19326, 40.053057 ], [ -75.194083, 40.051633 ], [ -75.194491, 40.051466 ], [ -75.196511, 40.049188 ], [ -75.198319, 40.050328 ], [ -75.201462, 40.052316 ], [ -75.198787, 40.054802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361001", "device_counts": 764, "stop_counts": 3893 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.995134, 40.106336 ], [ -74.994438, 40.105853 ], [ -74.992199, 40.103978 ], [ -74.986551, 40.099366 ], [ -74.979893, 40.09381 ], [ -74.982114, 40.091942 ], [ -74.981539, 40.094456 ], [ -74.986603, 40.096475 ], [ -74.987151, 40.098943 ], [ -74.991264, 40.095778 ], [ -74.995464, 40.099166 ], [ -74.992674, 40.10104 ], [ -74.993327, 40.102963 ], [ -74.992326, 40.103876 ], [ -74.995483, 40.106202 ], [ -74.995134, 40.106336 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010131001", "device_counts": 2019, "stop_counts": 6147 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154013, 39.963976 ], [ -75.153018, 39.968549 ], [ -75.147146, 39.967126 ], [ -75.147796, 39.963527 ], [ -75.151852, 39.964712 ], [ -75.152146, 39.962452 ], [ -75.154312, 39.962614 ], [ -75.154013, 39.963976 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286005", "device_counts": 1446, "stop_counts": 4197 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128428, 40.032472 ], [ -75.126164, 40.032281 ], [ -75.124167, 40.032575 ], [ -75.124701, 40.029398 ], [ -75.126686, 40.029667 ], [ -75.128974, 40.029953 ], [ -75.128428, 40.032472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308002", "device_counts": 1091, "stop_counts": 3608 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083525, 40.06127 ], [ -75.081402, 40.060031 ], [ -75.07876, 40.0585 ], [ -75.076734, 40.05735 ], [ -75.078631, 40.055357 ], [ -75.08498, 40.058893 ], [ -75.083525, 40.06127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337023", "device_counts": 390, "stop_counts": 2474 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056259, 40.067555 ], [ -75.053221, 40.070759 ], [ -75.051875, 40.069988 ], [ -75.052315, 40.068484 ], [ -75.054244, 40.066434 ], [ -75.055477, 40.065149 ], [ -75.057477, 40.066268 ], [ -75.056259, 40.067555 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353011", "device_counts": 4614, "stop_counts": 20785 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.987857, 40.072829 ], [ -74.987148, 40.072702 ], [ -74.984901, 40.07448 ], [ -74.984631, 40.074335 ], [ -74.983657, 40.073786 ], [ -74.981173, 40.071985 ], [ -74.982413, 40.065736 ], [ -74.982355, 40.064672 ], [ -74.984171, 40.064075 ], [ -74.985576, 40.063345 ], [ -74.986875, 40.064955 ], [ -74.987379, 40.065368 ], [ -74.988454, 40.066701 ], [ -74.987857, 40.072829 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213003", "device_counts": 1104, "stop_counts": 2867 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2177, 40.030848 ], [ -75.214493, 40.032838 ], [ -75.213692, 40.032135 ], [ -75.211308, 40.02997 ], [ -75.214188, 40.028699 ], [ -75.216449, 40.029641 ], [ -75.2177, 40.030848 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096005", "device_counts": 1835, "stop_counts": 4196 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246848, 39.967449 ], [ -75.24177, 39.96682 ], [ -75.242087, 39.965303 ], [ -75.247169, 39.965927 ], [ -75.246848, 39.967449 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088021", "device_counts": 1709, "stop_counts": 3749 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205802, 39.950985 ], [ -75.201151, 39.950414 ], [ -75.201156, 39.949839 ], [ -75.205167, 39.948522 ], [ -75.205656, 39.948053 ], [ -75.205759, 39.949832 ], [ -75.205802, 39.950985 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188001", "device_counts": 1314, "stop_counts": 5932 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10289, 40.00005 ], [ -75.100973, 40.001086 ], [ -75.100085, 40.000977 ], [ -75.099998, 40.000816 ], [ -75.099609, 40.000365 ], [ -75.098979, 39.999688 ], [ -75.097949, 39.998496 ], [ -75.100367, 39.997206 ], [ -75.101235, 39.998188 ], [ -75.102026, 39.999078 ], [ -75.10289, 40.00005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188003", "device_counts": 908, "stop_counts": 3558 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106442, 40.000322 ], [ -75.104197, 40.001525 ], [ -75.103179, 40.002096 ], [ -75.100973, 40.001086 ], [ -75.10289, 40.00005 ], [ -75.102026, 39.999078 ], [ -75.104335, 39.997884 ], [ -75.106442, 40.000322 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249002", "device_counts": 1310, "stop_counts": 4406 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159041, 40.051106 ], [ -75.160222, 40.051826 ], [ -75.15878, 40.053225 ], [ -75.157729, 40.052626 ], [ -75.157858, 40.050602 ], [ -75.157958, 40.049025 ], [ -75.158017, 40.048126 ], [ -75.160528, 40.049664 ], [ -75.159041, 40.051106 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286003", "device_counts": 1399, "stop_counts": 3851 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13251, 40.027274 ], [ -75.132352, 40.028019 ], [ -75.127646, 40.027416 ], [ -75.127824, 40.026663 ], [ -75.127935, 40.026158 ], [ -75.130774, 40.026421 ], [ -75.132838, 40.025783 ], [ -75.13251, 40.027274 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294002", "device_counts": 1668, "stop_counts": 6153 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092482, 40.005427 ], [ -75.091815, 40.006007 ], [ -75.089271, 40.010063 ], [ -75.088731, 40.010923 ], [ -75.084912, 40.009489 ], [ -75.083788, 40.008503 ], [ -75.083087, 40.007437 ], [ -75.087448, 40.006079 ], [ -75.089831, 40.004441 ], [ -75.090028, 40.004264 ], [ -75.092057, 40.004937 ], [ -75.092482, 40.005427 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290003", "device_counts": 2163, "stop_counts": 6767 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123027, 40.027692 ], [ -75.122727, 40.029151 ], [ -75.121711, 40.03347 ], [ -75.120713, 40.03364 ], [ -75.116083, 40.033037 ], [ -75.117268, 40.031624 ], [ -75.118184, 40.030534 ], [ -75.120036, 40.028328 ], [ -75.120614, 40.027626 ], [ -75.122279, 40.02565 ], [ -75.123525, 40.025463 ], [ -75.123027, 40.027692 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119004", "device_counts": 1188, "stop_counts": 3567 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233672, 39.991882 ], [ -75.23106, 39.991764 ], [ -75.225662, 39.991469 ], [ -75.225891, 39.988131 ], [ -75.226577, 39.989221 ], [ -75.226573, 39.989763 ], [ -75.229017, 39.989747 ], [ -75.230433, 39.98946 ], [ -75.232932, 39.988934 ], [ -75.233528, 39.990653 ], [ -75.233672, 39.991882 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161001", "device_counts": 3420, "stop_counts": 10696 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132881, 39.981631 ], [ -75.132544, 39.983166 ], [ -75.132208, 39.984741 ], [ -75.131907, 39.986306 ], [ -75.130794, 39.986928 ], [ -75.127398, 39.98308 ], [ -75.124654, 39.984526 ], [ -75.125836, 39.983251 ], [ -75.125062, 39.982373 ], [ -75.127579, 39.981383 ], [ -75.130448, 39.978589 ], [ -75.13319, 39.980134 ], [ -75.132881, 39.981631 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087022", "device_counts": 1303, "stop_counts": 3452 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209264, 39.952522 ], [ -75.205583, 39.952056 ], [ -75.205802, 39.950985 ], [ -75.205759, 39.949832 ], [ -75.208044, 39.949748 ], [ -75.209259, 39.949541 ], [ -75.209326, 39.951436 ], [ -75.209264, 39.952522 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165003", "device_counts": 2064, "stop_counts": 8179 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151815, 39.988886 ], [ -75.150238, 39.988684 ], [ -75.149587, 39.991665 ], [ -75.149238, 39.993253 ], [ -75.147887, 39.993078 ], [ -75.148305, 39.990968 ], [ -75.147542, 39.989863 ], [ -75.145126, 39.986485 ], [ -75.144154, 39.984724 ], [ -75.146102, 39.984978 ], [ -75.147766, 39.98519 ], [ -75.150197, 39.985504 ], [ -75.151199, 39.987798 ], [ -75.151815, 39.988886 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172013", "device_counts": 1716, "stop_counts": 5879 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169093, 40.003671 ], [ -75.168943, 40.00366 ], [ -75.165896, 40.003269 ], [ -75.166562, 40.000199 ], [ -75.169754, 40.000622 ], [ -75.169093, 40.003671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036001", "device_counts": 1755, "stop_counts": 9181 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193621, 39.929965 ], [ -75.192047, 39.929756 ], [ -75.191783, 39.930982 ], [ -75.190222, 39.930779 ], [ -75.188636, 39.930583 ], [ -75.18524, 39.930146 ], [ -75.186029, 39.926481 ], [ -75.194153, 39.927514 ], [ -75.193621, 39.929965 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317004", "device_counts": 4377, "stop_counts": 11397 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070001, 40.03532 ], [ -75.065147, 40.036446 ], [ -75.064362, 40.036306 ], [ -75.063188, 40.031566 ], [ -75.062828, 40.02941 ], [ -75.064448, 40.030313 ], [ -75.066299, 40.031344 ], [ -75.067697, 40.03212 ], [ -75.066523, 40.033377 ], [ -75.069596, 40.035093 ], [ -75.070001, 40.03532 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062004", "device_counts": 2421, "stop_counts": 8136 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239511, 39.918979 ], [ -75.236789, 39.920899 ], [ -75.234991, 39.922169 ], [ -75.232438, 39.92397 ], [ -75.230327, 39.922201 ], [ -75.232221, 39.920865 ], [ -75.233878, 39.919693 ], [ -75.235477, 39.918575 ], [ -75.232692, 39.916219 ], [ -75.23463, 39.914848 ], [ -75.236026, 39.916036 ], [ -75.237427, 39.917207 ], [ -75.239511, 39.918979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319003", "device_counts": 849, "stop_counts": 2656 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06701, 40.01967 ], [ -75.062925, 40.021777 ], [ -75.06113, 40.019725 ], [ -75.065113, 40.017511 ], [ -75.066116, 40.018648 ], [ -75.06701, 40.01967 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010173001", "device_counts": 1449, "stop_counts": 4153 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166562, 40.000199 ], [ -75.163093, 39.999752 ], [ -75.163734, 39.996753 ], [ -75.167215, 39.997197 ], [ -75.166562, 40.000199 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119003", "device_counts": 1996, "stop_counts": 4972 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228792, 39.980705 ], [ -75.225891, 39.988131 ], [ -75.225109, 39.987582 ], [ -75.225573, 39.987151 ], [ -75.227057, 39.982691 ], [ -75.226202, 39.981608 ], [ -75.224066, 39.981508 ], [ -75.224093, 39.981369 ], [ -75.2263, 39.977951 ], [ -75.228471, 39.97896 ], [ -75.228792, 39.980705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010018002", "device_counts": 4794, "stop_counts": 11484 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166208, 39.940431 ], [ -75.166204, 39.940813 ], [ -75.165988, 39.94182 ], [ -75.165909, 39.941811 ], [ -75.16218, 39.94135 ], [ -75.156388, 39.940627 ], [ -75.155888, 39.94056 ], [ -75.156011, 39.940006 ], [ -75.156317, 39.938569 ], [ -75.157848, 39.938982 ], [ -75.16092, 39.939367 ], [ -75.166292, 39.940031 ], [ -75.166208, 39.940431 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175005", "device_counts": 994, "stop_counts": 4108 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143145, 39.998701 ], [ -75.142805, 40.000294 ], [ -75.141568, 40.000126 ], [ -75.140498, 39.999993 ], [ -75.141495, 39.995422 ], [ -75.143792, 39.995715 ], [ -75.143145, 39.998701 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337012", "device_counts": 3348, "stop_counts": 10249 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054244, 40.066434 ], [ -75.052315, 40.068484 ], [ -75.051875, 40.069988 ], [ -75.050755, 40.069544 ], [ -75.05122, 40.06663 ], [ -75.047725, 40.064686 ], [ -75.050091, 40.06216 ], [ -75.051681, 40.063022 ], [ -75.051859, 40.063187 ], [ -75.055477, 40.065149 ], [ -75.054244, 40.066434 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027012", "device_counts": 820, "stop_counts": 3217 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155546, 39.92755 ], [ -75.152407, 39.927129 ], [ -75.152938, 39.924679 ], [ -75.154526, 39.924895 ], [ -75.156095, 39.925103 ], [ -75.155546, 39.92755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312001", "device_counts": 884, "stop_counts": 3819 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080981, 40.035713 ], [ -75.079265, 40.037516 ], [ -75.077266, 40.036262 ], [ -75.079636, 40.033743 ], [ -75.081757, 40.034924 ], [ -75.080981, 40.035713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083022", "device_counts": 3067, "stop_counts": 12420 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243371, 39.959166 ], [ -75.242735, 39.962202 ], [ -75.240762, 39.96196 ], [ -75.238785, 39.961715 ], [ -75.239658, 39.957534 ], [ -75.243608, 39.95802 ], [ -75.243371, 39.959166 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074002", "device_counts": 2160, "stop_counts": 5270 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214999, 39.943265 ], [ -75.212687, 39.944885 ], [ -75.208799, 39.941644 ], [ -75.207838, 39.941286 ], [ -75.212064, 39.938213 ], [ -75.213865, 39.939974 ], [ -75.212601, 39.94085 ], [ -75.215246, 39.943087 ], [ -75.214999, 39.943265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011014", "device_counts": 1616, "stop_counts": 3205 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163648, 39.946836 ], [ -75.162627, 39.946713 ], [ -75.161843, 39.94662 ], [ -75.162348, 39.944299 ], [ -75.163137, 39.944388 ], [ -75.163955, 39.945423 ], [ -75.163648, 39.946836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357012", "device_counts": 1969, "stop_counts": 10400 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.030162, 40.114978 ], [ -75.02923, 40.11597 ], [ -75.028062, 40.1157 ], [ -75.027231, 40.115422 ], [ -75.024699, 40.113964 ], [ -75.023041, 40.112998 ], [ -75.024306, 40.111181 ], [ -75.025585, 40.109312 ], [ -75.029192, 40.111392 ], [ -75.029273, 40.112301 ], [ -75.029517, 40.11245 ], [ -75.029615, 40.112667 ], [ -75.029541, 40.112852 ], [ -75.028279, 40.11408 ], [ -75.029956, 40.114481 ], [ -75.030162, 40.114978 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238005", "device_counts": 684, "stop_counts": 2722 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188797, 40.03948 ], [ -75.187315, 40.040929 ], [ -75.185569, 40.042625 ], [ -75.183101, 40.041063 ], [ -75.184831, 40.039346 ], [ -75.186595, 40.037617 ], [ -75.187922, 40.037547 ], [ -75.188797, 40.03948 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362024", "device_counts": 1032, "stop_counts": 3555 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.979504, 40.087814 ], [ -74.97559, 40.089861 ], [ -74.976072, 40.090653 ], [ -74.971509, 40.087342 ], [ -74.971945, 40.086891 ], [ -74.973763, 40.084534 ], [ -74.976576, 40.085827 ], [ -74.979504, 40.087814 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010103002", "device_counts": 2092, "stop_counts": 6751 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228149, 39.967843 ], [ -75.22514, 39.968145 ], [ -75.224812, 39.966206 ], [ -75.222431, 39.966487 ], [ -75.221952, 39.96425 ], [ -75.223531, 39.964601 ], [ -75.224105, 39.964739 ], [ -75.22786, 39.966191 ], [ -75.228149, 39.967843 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162001", "device_counts": 1079, "stop_counts": 2953 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135445, 39.983598 ], [ -75.1351, 39.98519 ], [ -75.132208, 39.984741 ], [ -75.132544, 39.983166 ], [ -75.132881, 39.981631 ], [ -75.13578, 39.982009 ], [ -75.135445, 39.983598 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305011", "device_counts": 981, "stop_counts": 4175 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101105, 40.045038 ], [ -75.098017, 40.047096 ], [ -75.095999, 40.046002 ], [ -75.094175, 40.045026 ], [ -75.096603, 40.042487 ], [ -75.098357, 40.043483 ], [ -75.100374, 40.044605 ], [ -75.101105, 40.045038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027024", "device_counts": 990, "stop_counts": 2925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152407, 39.927129 ], [ -75.149166, 39.926696 ], [ -75.150101, 39.924305 ], [ -75.152938, 39.924679 ], [ -75.152407, 39.927129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390002", "device_counts": 604, "stop_counts": 3124 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091031, 40.035582 ], [ -75.089404, 40.037263 ], [ -75.088091, 40.03654 ], [ -75.087931, 40.036236 ], [ -75.090599, 40.033398 ], [ -75.09227, 40.034323 ], [ -75.091031, 40.035582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111003", "device_counts": 1911, "stop_counts": 5641 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229026, 39.972644 ], [ -75.226131, 39.972964 ], [ -75.222827, 39.973318 ], [ -75.222613, 39.97212 ], [ -75.225841, 39.97143 ], [ -75.228735, 39.971107 ], [ -75.229026, 39.972644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344001", "device_counts": 3909, "stop_counts": 15167 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055093, 40.084078 ], [ -75.053386, 40.084845 ], [ -75.051852, 40.08559 ], [ -75.051362, 40.086035 ], [ -75.050745, 40.086616 ], [ -75.050151, 40.086275 ], [ -75.049588, 40.08746 ], [ -75.048799, 40.088354 ], [ -75.045685, 40.089021 ], [ -75.041488, 40.087338 ], [ -75.047286, 40.082932 ], [ -75.051031, 40.080086 ], [ -75.052737, 40.079427 ], [ -75.052327, 40.079859 ], [ -75.054083, 40.080901 ], [ -75.054568, 40.081271 ], [ -75.055386, 40.083679 ], [ -75.055093, 40.084078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118003", "device_counts": 1776, "stop_counts": 4965 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23724, 39.98484 ], [ -75.234186, 39.983702 ], [ -75.234703, 39.985307 ], [ -75.234774, 39.986089 ], [ -75.232136, 39.986635 ], [ -75.230791, 39.982516 ], [ -75.2301, 39.981556 ], [ -75.228792, 39.980705 ], [ -75.228471, 39.97896 ], [ -75.2263, 39.977951 ], [ -75.226451, 39.977717 ], [ -75.226765, 39.977211 ], [ -75.230171, 39.978794 ], [ -75.23407, 39.980326 ], [ -75.239042, 39.98195 ], [ -75.23724, 39.98484 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065003", "device_counts": 697, "stop_counts": 3579 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233213, 39.935057 ], [ -75.230224, 39.937177 ], [ -75.229726, 39.936743 ], [ -75.228533, 39.935732 ], [ -75.231533, 39.933634 ], [ -75.233213, 39.935057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083011", "device_counts": 4932, "stop_counts": 13113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250883, 39.959024 ], [ -75.248546, 39.960269 ], [ -75.247688, 39.962817 ], [ -75.246753, 39.962705 ], [ -75.242735, 39.962202 ], [ -75.243371, 39.959166 ], [ -75.24739, 39.959662 ], [ -75.247897, 39.95724 ], [ -75.249499, 39.957189 ], [ -75.250883, 39.959024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040023", "device_counts": 3101, "stop_counts": 8717 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171122, 39.918152 ], [ -75.170854, 39.91941 ], [ -75.167085, 39.918959 ], [ -75.167681, 39.916283 ], [ -75.171423, 39.916757 ], [ -75.171122, 39.918152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301004", "device_counts": 918, "stop_counts": 3879 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.095897, 40.019604 ], [ -75.094374, 40.021159 ], [ -75.092729, 40.023597 ], [ -75.090373, 40.022233 ], [ -75.091492, 40.021027 ], [ -75.089718, 40.019875 ], [ -75.091304, 40.017883 ], [ -75.09441, 40.019534 ], [ -75.095897, 40.019604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358003", "device_counts": 693, "stop_counts": 6042 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036495, 40.12039 ], [ -75.032646, 40.121786 ], [ -75.029773, 40.121875 ], [ -75.027824, 40.120924 ], [ -75.025511, 40.119714 ], [ -75.024606, 40.119216 ], [ -75.027242, 40.116639 ], [ -75.028062, 40.1157 ], [ -75.02923, 40.11597 ], [ -75.030059, 40.116298 ], [ -75.034996, 40.119328 ], [ -75.036495, 40.12039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161003", "device_counts": 798, "stop_counts": 2576 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127363, 39.988792 ], [ -75.124728, 39.985801 ], [ -75.127022, 39.984597 ], [ -75.129641, 39.987546 ], [ -75.127363, 39.988792 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336004", "device_counts": 678, "stop_counts": 3955 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064491, 40.064588 ], [ -75.06304, 40.066143 ], [ -75.057697, 40.062787 ], [ -75.058323, 40.062116 ], [ -75.058923, 40.061473 ], [ -75.060101, 40.060221 ], [ -75.062124, 40.061348 ], [ -75.065685, 40.063332 ], [ -75.064491, 40.064588 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292002", "device_counts": 6042, "stop_counts": 15866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111228, 40.023211 ], [ -75.109611, 40.023588 ], [ -75.104059, 40.029441 ], [ -75.104306, 40.029846 ], [ -75.103068, 40.029895 ], [ -75.10292, 40.029929 ], [ -75.10267, 40.029987 ], [ -75.10128, 40.029514 ], [ -75.096726, 40.026698 ], [ -75.096038, 40.026567 ], [ -75.09399, 40.027037 ], [ -75.093609, 40.026718 ], [ -75.092414, 40.025353 ], [ -75.091879, 40.024435 ], [ -75.092729, 40.023597 ], [ -75.094374, 40.021159 ], [ -75.095897, 40.019604 ], [ -75.096744, 40.01873 ], [ -75.09704, 40.016018 ], [ -75.098916, 40.016433 ], [ -75.106018, 40.016352 ], [ -75.107063, 40.016777 ], [ -75.107446, 40.017517 ], [ -75.103204, 40.021057 ], [ -75.104845, 40.02356 ], [ -75.110242, 40.022242 ], [ -75.111228, 40.023211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177012", "device_counts": 2587, "stop_counts": 8000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116414, 39.996881 ], [ -75.115447, 39.996753 ], [ -75.115107, 39.998347 ], [ -75.112923, 39.99806 ], [ -75.110983, 39.997801 ], [ -75.111558, 39.997475 ], [ -75.113387, 39.996493 ], [ -75.115778, 39.995167 ], [ -75.116751, 39.995294 ], [ -75.116414, 39.996881 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348021", "device_counts": 1046, "stop_counts": 7085 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021707, 40.063392 ], [ -75.013126, 40.072071 ], [ -75.011311, 40.071169 ], [ -75.014109, 40.066867 ], [ -75.020575, 40.061252 ], [ -75.021185, 40.061691 ], [ -75.021992, 40.063113 ], [ -75.021707, 40.063392 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362012", "device_counts": 631, "stop_counts": 3429 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.990155, 40.084052 ], [ -74.987065, 40.086049 ], [ -74.98418, 40.089906 ], [ -74.981491, 40.087994 ], [ -74.980601, 40.087914 ], [ -74.980158, 40.086256 ], [ -74.981807, 40.082355 ], [ -74.985377, 40.082317 ], [ -74.987586, 40.082663 ], [ -74.988885, 40.083129 ], [ -74.990155, 40.084052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064003", "device_counts": 2781, "stop_counts": 9016 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247759, 39.921708 ], [ -75.247321, 39.922178 ], [ -75.245928, 39.924474 ], [ -75.244336, 39.92625 ], [ -75.243643, 39.930897 ], [ -75.242972, 39.93094 ], [ -75.243254, 39.92947 ], [ -75.243494, 39.926963 ], [ -75.242349, 39.926031 ], [ -75.239493, 39.928024 ], [ -75.236833, 39.925765 ], [ -75.23816, 39.924839 ], [ -75.239671, 39.923779 ], [ -75.246856, 39.918759 ], [ -75.247341, 39.918541 ], [ -75.247484, 39.919242 ], [ -75.247459, 39.921343 ], [ -75.247759, 39.921708 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363011", "device_counts": 19315, "stop_counts": 71764 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.976783, 40.095969 ], [ -74.97577, 40.096412 ], [ -74.972898, 40.096859 ], [ -74.971016, 40.096392 ], [ -74.970302, 40.096022 ], [ -74.96876, 40.094759 ], [ -74.966752, 40.092976 ], [ -74.965723, 40.091635 ], [ -74.961859, 40.093621 ], [ -74.958749, 40.096929 ], [ -74.956063, 40.09557 ], [ -74.955777, 40.095103 ], [ -74.956506, 40.093115 ], [ -74.958036, 40.089665 ], [ -74.958392, 40.084508 ], [ -74.958284, 40.084145 ], [ -74.962737, 40.077839 ], [ -74.964883, 40.077273 ], [ -74.966078, 40.081031 ], [ -74.966814, 40.082209 ], [ -74.968451, 40.084426 ], [ -74.971509, 40.087342 ], [ -74.976072, 40.090653 ], [ -74.97648, 40.091256 ], [ -74.976783, 40.095969 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289024", "device_counts": 792, "stop_counts": 2803 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119823, 40.02412 ], [ -75.119603, 40.025117 ], [ -75.119735, 40.026017 ], [ -75.117173, 40.026386 ], [ -75.117389, 40.02504 ], [ -75.117959, 40.022349 ], [ -75.120136, 40.022627 ], [ -75.119823, 40.02412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291001", "device_counts": 7631, "stop_counts": 21521 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.114427, 40.039903 ], [ -75.112248, 40.04321 ], [ -75.111033, 40.044404 ], [ -75.110985, 40.046769 ], [ -75.109431, 40.045874 ], [ -75.111153, 40.042187 ], [ -75.10827, 40.042213 ], [ -75.104633, 40.040073 ], [ -75.103163, 40.039196 ], [ -75.101572, 40.038293 ], [ -75.098416, 40.036101 ], [ -75.100573, 40.033957 ], [ -75.101148, 40.033334 ], [ -75.104725, 40.035321 ], [ -75.105935, 40.0341 ], [ -75.10857, 40.035495 ], [ -75.108733, 40.036723 ], [ -75.110011, 40.039149 ], [ -75.112042, 40.037847 ], [ -75.113107, 40.036567 ], [ -75.113767, 40.037366 ], [ -75.114369, 40.0393 ], [ -75.114427, 40.039903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010143001", "device_counts": 5812, "stop_counts": 13209 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134428, 39.968791 ], [ -75.130452, 39.970189 ], [ -75.12899, 39.967518 ], [ -75.127301, 39.968823 ], [ -75.127225, 39.970029 ], [ -75.126535, 39.970303 ], [ -75.126008, 39.969362 ], [ -75.124954, 39.969879 ], [ -75.125899, 39.971765 ], [ -75.123489, 39.972651 ], [ -75.122592, 39.97388 ], [ -75.121504, 39.97321 ], [ -75.119617, 39.97295 ], [ -75.120231, 39.972387 ], [ -75.121806, 39.970925 ], [ -75.122211, 39.970172 ], [ -75.1189552837088, 39.965528846214504 ], [ -75.11922, 39.965412 ], [ -75.123862977243505, 39.962819168552294 ], [ -75.125416361661095, 39.961951694137291 ], [ -75.128697, 39.966977 ], [ -75.134347, 39.964477 ], [ -75.134428, 39.968791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188004", "device_counts": 990, "stop_counts": 4269 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109617, 39.995123 ], [ -75.108487, 39.994991 ], [ -75.106215, 39.996224 ], [ -75.104043, 39.997555 ], [ -75.103369, 39.996794 ], [ -75.102674, 39.996008 ], [ -75.108144, 39.993156 ], [ -75.108659, 39.993741 ], [ -75.109617, 39.995123 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290002", "device_counts": 807, "stop_counts": 3522 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117268, 40.031624 ], [ -75.112876, 40.031991 ], [ -75.112028, 40.030797 ], [ -75.111075, 40.031061 ], [ -75.110825, 40.029623 ], [ -75.112821, 40.027627 ], [ -75.112759, 40.027349 ], [ -75.112773, 40.027036 ], [ -75.114461, 40.026784 ], [ -75.115139, 40.029057 ], [ -75.116846, 40.028803 ], [ -75.11721, 40.030312 ], [ -75.118184, 40.030534 ], [ -75.117268, 40.031624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019802001", "device_counts": 2483, "stop_counts": 6349 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076363, 40.087265 ], [ -75.07127, 40.092532 ], [ -75.069456, 40.094411 ], [ -75.068496, 40.094573 ], [ -75.063708, 40.090568 ], [ -75.058343, 40.090153 ], [ -75.057068, 40.089697 ], [ -75.055807, 40.088095 ], [ -75.056738, 40.086984 ], [ -75.054985, 40.081228 ], [ -75.052737, 40.079427 ], [ -75.051031, 40.080086 ], [ -75.047286, 40.082932 ], [ -75.046249, 40.081459 ], [ -75.043495, 40.07805 ], [ -75.04312, 40.077166 ], [ -75.041869, 40.075429 ], [ -75.039748, 40.072411 ], [ -75.042114, 40.070038 ], [ -75.0406, 40.068042 ], [ -75.03528, 40.064995 ], [ -75.034225, 40.062701 ], [ -75.035532, 40.05881 ], [ -75.035062, 40.057327 ], [ -75.036019, 40.051602 ], [ -75.032754, 40.052569 ], [ -75.031695, 40.051607 ], [ -75.026753, 40.050779 ], [ -75.024173, 40.051483 ], [ -75.023374, 40.055334 ], [ -75.017956, 40.052322 ], [ -75.0172, 40.051445 ], [ -75.016833, 40.049374 ], [ -75.019409, 40.046474 ], [ -75.018502, 40.044081 ], [ -75.020392, 40.04353 ], [ -75.020499, 40.043542 ], [ -75.021752, 40.043668 ], [ -75.020489, 40.04639 ], [ -75.021343, 40.048294 ], [ -75.023007, 40.049197 ], [ -75.026037, 40.048163 ], [ -75.030489, 40.048407 ], [ -75.031781, 40.047141 ], [ -75.031636, 40.04566 ], [ -75.033824, 40.04466 ], [ -75.043694, 40.047502 ], [ -75.045269, 40.046509 ], [ -75.047775, 40.046246 ], [ -75.051682, 40.046963 ], [ -75.051146, 40.048113 ], [ -75.051057, 40.049022 ], [ -75.04796, 40.048016 ], [ -75.045149, 40.048854 ], [ -75.042279, 40.049992 ], [ -75.040247, 40.053158 ], [ -75.040059, 40.054079 ], [ -75.039449, 40.055286 ], [ -75.038719, 40.056435 ], [ -75.038539, 40.060858 ], [ -75.041907, 40.064683 ], [ -75.044675, 40.06484 ], [ -75.047963, 40.066822 ], [ -75.047114, 40.068037 ], [ -75.047762, 40.069395 ], [ -75.047381, 40.070558 ], [ -75.045884, 40.069653 ], [ -75.044088, 40.072639 ], [ -75.045793, 40.075329 ], [ -75.048258, 40.077034 ], [ -75.049347, 40.077036 ], [ -75.055857, 40.073249 ], [ -75.05821, 40.074605 ], [ -75.065724, 40.070193 ], [ -75.068862, 40.071845 ], [ -75.068958, 40.072358 ], [ -75.067333, 40.075504 ], [ -75.066273, 40.077544 ], [ -75.067597, 40.0788 ], [ -75.068463, 40.080164 ], [ -75.062288, 40.084478 ], [ -75.068235, 40.085035 ], [ -75.071691, 40.086977 ], [ -75.074488, 40.086788 ], [ -75.073616, 40.087907 ], [ -75.076363, 40.087265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242001", "device_counts": 1106, "stop_counts": 3269 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17061, 40.033131 ], [ -75.169211, 40.032314 ], [ -75.166655, 40.03089 ], [ -75.166488, 40.030794 ], [ -75.168308, 40.029173 ], [ -75.169816, 40.02845 ], [ -75.173482, 40.030336 ], [ -75.17061, 40.033131 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215001", "device_counts": 870, "stop_counts": 3560 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228179, 40.037082 ], [ -75.226159, 40.038361 ], [ -75.228104, 40.040855 ], [ -75.226267, 40.042401 ], [ -75.225234, 40.041319 ], [ -75.222808, 40.038112 ], [ -75.225727, 40.03676 ], [ -75.227199, 40.035255 ], [ -75.228179, 40.037082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081025", "device_counts": 824, "stop_counts": 3718 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234212, 39.954521 ], [ -75.232153, 39.954262 ], [ -75.229999, 39.953996 ], [ -75.230323, 39.952475 ], [ -75.234531, 39.953 ], [ -75.234212, 39.954521 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118001", "device_counts": 639, "stop_counts": 2856 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237785, 39.990669 ], [ -75.236255, 39.990971 ], [ -75.233713, 39.992176 ], [ -75.233672, 39.991882 ], [ -75.233528, 39.990653 ], [ -75.232932, 39.988934 ], [ -75.237488, 39.987996 ], [ -75.237879, 39.990229 ], [ -75.237785, 39.990669 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093004", "device_counts": 2641, "stop_counts": 7032 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226891, 39.963415 ], [ -75.22422, 39.963086 ], [ -75.224541, 39.961567 ], [ -75.224868, 39.960005 ], [ -75.227443, 39.960311 ], [ -75.226891, 39.963415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291002", "device_counts": 1903, "stop_counts": 5558 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112042, 40.037847 ], [ -75.110011, 40.039149 ], [ -75.108733, 40.036723 ], [ -75.10857, 40.035495 ], [ -75.105935, 40.0341 ], [ -75.106912, 40.033135 ], [ -75.107909, 40.03215 ], [ -75.109057, 40.031741 ], [ -75.111075, 40.031061 ], [ -75.110667, 40.033249 ], [ -75.111312, 40.034539 ], [ -75.11177, 40.03486 ], [ -75.113107, 40.036567 ], [ -75.112042, 40.037847 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158003", "device_counts": 1482, "stop_counts": 4658 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131239, 39.97165 ], [ -75.129224, 39.972357 ], [ -75.127903, 39.972811 ], [ -75.123391, 39.974403 ], [ -75.122592, 39.97388 ], [ -75.123489, 39.972651 ], [ -75.125899, 39.971765 ], [ -75.127102, 39.97135 ], [ -75.127716, 39.971081 ], [ -75.129432, 39.970543 ], [ -75.130452, 39.970189 ], [ -75.131239, 39.97165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033005", "device_counts": 694, "stop_counts": 3258 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194133, 39.935048 ], [ -75.193873, 39.936286 ], [ -75.193315, 39.936206 ], [ -75.191274, 39.935934 ], [ -75.192322, 39.931054 ], [ -75.193353, 39.931185 ], [ -75.192826, 39.933628 ], [ -75.194408, 39.933822 ], [ -75.194133, 39.935048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060004", "device_counts": 2934, "stop_counts": 10725 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243821, 39.916027 ], [ -75.242454, 39.916907 ], [ -75.241088, 39.917868 ], [ -75.238984, 39.916102 ], [ -75.237599, 39.914934 ], [ -75.238949, 39.913959 ], [ -75.240333, 39.912999 ], [ -75.242832, 39.911272 ], [ -75.243226, 39.913112 ], [ -75.244935, 39.91545 ], [ -75.243821, 39.916027 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310004", "device_counts": 716, "stop_counts": 3261 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076223, 40.046386 ], [ -75.075637, 40.047005 ], [ -75.07207, 40.045024 ], [ -75.072645, 40.044394 ], [ -75.073836, 40.043174 ], [ -75.077403, 40.045139 ], [ -75.076223, 40.046386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361003", "device_counts": 1177, "stop_counts": 6010 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.991264, 40.095778 ], [ -74.987151, 40.098943 ], [ -74.986603, 40.096475 ], [ -74.981539, 40.094456 ], [ -74.982114, 40.091942 ], [ -74.982385, 40.091724 ], [ -74.98418, 40.089906 ], [ -74.987421, 40.09255 ], [ -74.989094, 40.093928 ], [ -74.991264, 40.095778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010381002", "device_counts": 5875, "stop_counts": 20196 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04879, 40.018141 ], [ -75.045381, 40.019868 ], [ -75.039452, 40.022917 ], [ -75.032752, 40.02705 ], [ -75.028413, 40.029758 ], [ -75.021603, 40.033996 ], [ -75.018427, 40.033507 ], [ -75.022508, 40.030832 ], [ -75.015583, 40.023134 ], [ -75.013803495273393, 40.020211161024498 ], [ -75.015515, 40.019511 ], [ -75.021195066674494, 40.018207388098602 ], [ -75.030467830814501, 40.016079228979407 ], [ -75.034216, 40.015219 ], [ -75.042889, 40.012032 ], [ -75.042966449521089, 40.011993450381205 ], [ -75.043218536113002, 40.011867977145386 ], [ -75.047798, 40.017326 ], [ -75.04879, 40.018141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245002", "device_counts": 1697, "stop_counts": 5155 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16327, 40.02896 ], [ -75.161239, 40.030941 ], [ -75.162906, 40.031923 ], [ -75.159601, 40.035137 ], [ -75.15764, 40.033206 ], [ -75.158124, 40.030825 ], [ -75.159033, 40.030316 ], [ -75.159551, 40.023925 ], [ -75.160053, 40.026023 ], [ -75.160983, 40.027253 ], [ -75.161425, 40.027764 ], [ -75.16327, 40.02896 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086022", "device_counts": 1472, "stop_counts": 4421 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219421, 39.956979 ], [ -75.215471, 39.956489 ], [ -75.214643, 39.955607 ], [ -75.215872, 39.954586 ], [ -75.219823, 39.955076 ], [ -75.219421, 39.956979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191001", "device_counts": 1767, "stop_counts": 5184 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112161, 40.012085 ], [ -75.111811, 40.013662 ], [ -75.105099, 40.012784 ], [ -75.105434, 40.011197 ], [ -75.108087, 40.011547 ], [ -75.108368, 40.009952 ], [ -75.112497, 40.010489 ], [ -75.112161, 40.012085 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348013", "device_counts": 4821, "stop_counts": 15950 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024345, 40.05644 ], [ -75.022122, 40.056373 ], [ -75.019047, 40.056391 ], [ -75.019023, 40.054967 ], [ -75.016153, 40.051807 ], [ -75.015641, 40.050595 ], [ -75.015331, 40.050165 ], [ -75.012956, 40.051541 ], [ -75.0112, 40.053653 ], [ -75.010143, 40.054607 ], [ -75.012828, 40.056404 ], [ -75.008555, 40.057808 ], [ -75.008245, 40.057796 ], [ -75.007814, 40.057407 ], [ -75.004795, 40.054747 ], [ -75.007886, 40.052381 ], [ -75.008224, 40.052113 ], [ -75.012273, 40.048885 ], [ -75.016377, 40.045672 ], [ -75.018502, 40.044081 ], [ -75.019409, 40.046474 ], [ -75.016833, 40.049374 ], [ -75.0172, 40.051445 ], [ -75.017956, 40.052322 ], [ -75.023374, 40.055334 ], [ -75.024345, 40.05644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008033", "device_counts": 5786, "stop_counts": 13716 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174173, 39.948921 ], [ -75.173085, 39.948799 ], [ -75.172752, 39.950398 ], [ -75.170667, 39.950131 ], [ -75.17118, 39.947784 ], [ -75.174323, 39.948177 ], [ -75.174173, 39.948921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284004", "device_counts": 2164, "stop_counts": 4806 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141328, 40.022091 ], [ -75.140979, 40.023667 ], [ -75.137001, 40.022923 ], [ -75.136799, 40.022663 ], [ -75.135939, 40.02305 ], [ -75.135854, 40.023082 ], [ -75.135664, 40.023155 ], [ -75.135818, 40.020645 ], [ -75.13674, 40.019958 ], [ -75.138463, 40.020171 ], [ -75.140105, 40.02039 ], [ -75.14126, 40.020456 ], [ -75.141589, 40.020811 ], [ -75.141328, 40.022091 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014001", "device_counts": 2245, "stop_counts": 6515 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177554, 39.942487 ], [ -75.175628, 39.942254 ], [ -75.175241, 39.943969 ], [ -75.175054, 39.944832 ], [ -75.171906, 39.944443 ], [ -75.172104, 39.943577 ], [ -75.170532, 39.94338 ], [ -75.170955, 39.941404 ], [ -75.174104, 39.941793 ], [ -75.177598, 39.942228 ], [ -75.177554, 39.942487 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013005", "device_counts": 3586, "stop_counts": 13875 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193985, 39.942154 ], [ -75.191495, 39.943153 ], [ -75.187231, 39.947176 ], [ -75.186393, 39.946567 ], [ -75.185685, 39.946159 ], [ -75.18188, 39.945691 ], [ -75.179409, 39.945377 ], [ -75.180611, 39.944631 ], [ -75.183366, 39.942946 ], [ -75.184474, 39.942274 ], [ -75.181002, 39.941863 ], [ -75.181494, 39.939687 ], [ -75.18314, 39.939895 ], [ -75.184956, 39.940084 ], [ -75.186551, 39.94023 ], [ -75.18824, 39.939878 ], [ -75.188712, 39.939567 ], [ -75.192664, 39.941567 ], [ -75.193985, 39.942154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175001", "device_counts": 1002, "stop_counts": 4913 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147404, 39.99924 ], [ -75.146219, 39.999668 ], [ -75.143346, 40.000743 ], [ -75.142805, 40.000294 ], [ -75.143145, 39.998701 ], [ -75.143792, 39.995715 ], [ -75.14708, 39.996143 ], [ -75.146731, 39.997627 ], [ -75.147404, 39.99924 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010203001", "device_counts": 5618, "stop_counts": 14628 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152163, 40.01254 ], [ -75.150585, 40.012283 ], [ -75.147247, 40.011906 ], [ -75.147325, 40.010382 ], [ -75.147603, 40.008779 ], [ -75.148277, 40.005697 ], [ -75.148817, 40.002698 ], [ -75.15109, 40.009934 ], [ -75.151428, 40.010903 ], [ -75.152163, 40.01254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192005", "device_counts": 1039, "stop_counts": 3135 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124732, 40.001124 ], [ -75.119644, 40.000464 ], [ -75.116722, 40.000088 ], [ -75.117055, 39.998601 ], [ -75.118994, 39.998852 ], [ -75.120933, 39.999097 ], [ -75.125058, 39.999628 ], [ -75.124732, 40.001124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321001", "device_counts": 1111, "stop_counts": 4871 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.063385, 40.01552 ], [ -75.059304, 40.017638 ], [ -75.057542, 40.015615 ], [ -75.053922, 40.017488 ], [ -75.052816, 40.016119 ], [ -75.056898, 40.014204 ], [ -75.059285, 40.013387 ], [ -75.061339, 40.012764 ], [ -75.061413, 40.013284 ], [ -75.062519, 40.014542 ], [ -75.063385, 40.01552 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299002", "device_counts": 1534, "stop_counts": 4586 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079279, 40.010409 ], [ -75.075229, 40.012101 ], [ -75.073295, 40.012543 ], [ -75.072866, 40.011395 ], [ -75.06999, 40.012032 ], [ -75.069786, 40.011543 ], [ -75.069508, 40.010798 ], [ -75.070581, 40.010533 ], [ -75.072371, 40.010089 ], [ -75.078448, 40.008586 ], [ -75.078749, 40.009878 ], [ -75.079279, 40.010409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288001", "device_counts": 1705, "stop_counts": 5024 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127922, 40.021979 ], [ -75.127588, 40.021935 ], [ -75.124346, 40.021552 ], [ -75.122425, 40.021314 ], [ -75.122752, 40.019722 ], [ -75.124687, 40.019957 ], [ -75.125023, 40.018435 ], [ -75.128883, 40.018945 ], [ -75.127922, 40.021979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237004", "device_counts": 963, "stop_counts": 3638 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188499, 40.050211 ], [ -75.186752, 40.050103 ], [ -75.185221, 40.051585 ], [ -75.184693, 40.050641 ], [ -75.184573, 40.050403 ], [ -75.183398, 40.048254 ], [ -75.182203, 40.045894 ], [ -75.18308, 40.045068 ], [ -75.184524, 40.043654 ], [ -75.187332, 40.045452 ], [ -75.185932, 40.046809 ], [ -75.187368, 40.047688 ], [ -75.188491, 40.048838 ], [ -75.188499, 40.050211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244003", "device_counts": 1380, "stop_counts": 5206 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169124, 40.023865 ], [ -75.166395, 40.026593 ], [ -75.163749, 40.029255 ], [ -75.16327, 40.02896 ], [ -75.161425, 40.027764 ], [ -75.160983, 40.027253 ], [ -75.165275, 40.024087 ], [ -75.166993, 40.025012 ], [ -75.168482, 40.023512 ], [ -75.169124, 40.023865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254004", "device_counts": 1012, "stop_counts": 4161 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181313, 40.061221 ], [ -75.176526, 40.065896 ], [ -75.175327, 40.065216 ], [ -75.170787, 40.0626 ], [ -75.173445, 40.059867 ], [ -75.174312, 40.058142 ], [ -75.177077, 40.060236 ], [ -75.178248, 40.059704 ], [ -75.179314, 40.060393 ], [ -75.181313, 40.061221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262004", "device_counts": 888, "stop_counts": 4348 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173459, 40.067054 ], [ -75.172207, 40.068288 ], [ -75.168757, 40.065479 ], [ -75.168099, 40.065219 ], [ -75.165714, 40.06439 ], [ -75.168641, 40.061373 ], [ -75.170787, 40.0626 ], [ -75.175327, 40.065216 ], [ -75.173459, 40.067054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278004", "device_counts": 2781, "stop_counts": 7786 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15082, 40.048518 ], [ -75.148345, 40.048204 ], [ -75.147672, 40.048117 ], [ -75.144959, 40.04868 ], [ -75.142898, 40.047493 ], [ -75.143547, 40.044426 ], [ -75.146776, 40.044848 ], [ -75.148225, 40.0456 ], [ -75.150148, 40.045658 ], [ -75.15068, 40.046352 ], [ -75.150967, 40.046767 ], [ -75.15082, 40.048518 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280003", "device_counts": 1991, "stop_counts": 5849 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154776, 40.031452 ], [ -75.154034, 40.031564 ], [ -75.152369, 40.031387 ], [ -75.153282, 40.029955 ], [ -75.15152, 40.027556 ], [ -75.151263, 40.027186 ], [ -75.150781, 40.026565 ], [ -75.152086, 40.026744 ], [ -75.153761, 40.025871 ], [ -75.154245, 40.025634 ], [ -75.154064, 40.026198 ], [ -75.155694, 40.02613 ], [ -75.154776, 40.031452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309001", "device_counts": 828, "stop_counts": 4560 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086165, 40.050024 ], [ -75.082888, 40.048197 ], [ -75.080987, 40.047133 ], [ -75.079188, 40.046133 ], [ -75.080351, 40.044905 ], [ -75.082674, 40.04242 ], [ -75.085031, 40.043731 ], [ -75.082343, 40.045991 ], [ -75.086975, 40.048567 ], [ -75.086165, 40.050024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335002", "device_counts": 7974, "stop_counts": 23870 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068503, 40.05259 ], [ -75.065544, 40.055704 ], [ -75.064818, 40.055218 ], [ -75.062881, 40.055983 ], [ -75.061736, 40.055892 ], [ -75.060891, 40.056823 ], [ -75.057125, 40.054722 ], [ -75.058283, 40.053484 ], [ -75.060654, 40.050999 ], [ -75.058284, 40.049688 ], [ -75.059937, 40.047751 ], [ -75.061374, 40.048585 ], [ -75.063437, 40.049751 ], [ -75.066045, 40.051181 ], [ -75.068503, 40.05259 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312002", "device_counts": 1675, "stop_counts": 6568 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07862, 40.038205 ], [ -75.07821, 40.038617 ], [ -75.077394, 40.039464 ], [ -75.075336, 40.038281 ], [ -75.07355, 40.037298 ], [ -75.070523, 40.035618 ], [ -75.070001, 40.03532 ], [ -75.071097, 40.034742 ], [ -75.074439, 40.03398 ], [ -75.074901, 40.034935 ], [ -75.077266, 40.036262 ], [ -75.079265, 40.037516 ], [ -75.07862, 40.038205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010332002", "device_counts": 1114, "stop_counts": 5254 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050465, 40.044662 ], [ -75.046204, 40.041796 ], [ -75.044877, 40.043079 ], [ -75.045201, 40.044354 ], [ -75.045269, 40.046509 ], [ -75.043694, 40.047502 ], [ -75.033824, 40.04466 ], [ -75.034393, 40.044379 ], [ -75.038285, 40.042589 ], [ -75.040003, 40.041793 ], [ -75.043322, 40.040305 ], [ -75.045919, 40.039643 ], [ -75.047424, 40.040497 ], [ -75.049027, 40.041412 ], [ -75.052228, 40.043271 ], [ -75.050465, 40.044662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333003", "device_counts": 2119, "stop_counts": 5180 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050943, 40.050215 ], [ -75.050464, 40.052507 ], [ -75.047749, 40.055363 ], [ -75.046537, 40.056567 ], [ -75.045268, 40.055875 ], [ -75.046558, 40.05458 ], [ -75.044906, 40.053657 ], [ -75.04703, 40.052268 ], [ -75.045149, 40.048854 ], [ -75.04796, 40.048016 ], [ -75.051057, 40.049022 ], [ -75.050943, 40.050215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344004", "device_counts": 946, "stop_counts": 6053 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069456, 40.094411 ], [ -75.060318, 40.103859 ], [ -75.058342, 40.105892 ], [ -75.054321, 40.108692 ], [ -75.05401, 40.108143 ], [ -75.053057, 40.10618 ], [ -75.050974, 40.103122 ], [ -75.054966, 40.100963 ], [ -75.054861, 40.100183 ], [ -75.059388, 40.096462 ], [ -75.063708, 40.090568 ], [ -75.068496, 40.094573 ], [ -75.069456, 40.094411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010017002", "device_counts": 1814, "stop_counts": 4788 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153065, 39.938763 ], [ -75.152771, 39.940039 ], [ -75.151773, 39.939548 ], [ -75.148157, 39.938899 ], [ -75.148694, 39.936486 ], [ -75.150229, 39.936921 ], [ -75.153286, 39.937736 ], [ -75.153065, 39.938763 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019805001", "device_counts": 3617, "stop_counts": 10710 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147143, 40.01901 ], [ -75.147139, 40.019518 ], [ -75.14711, 40.02128 ], [ -75.146379, 40.021204 ], [ -75.145593, 40.021104 ], [ -75.143223, 40.020796 ], [ -75.141589, 40.020811 ], [ -75.14126, 40.020456 ], [ -75.140105, 40.02039 ], [ -75.141126, 40.015818 ], [ -75.141745, 40.012939 ], [ -75.147205, 40.015188 ], [ -75.147143, 40.01901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008043", "device_counts": 7292, "stop_counts": 17900 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167517, 39.949744 ], [ -75.16594, 39.949553 ], [ -75.166362, 39.947633 ], [ -75.164752, 39.947424 ], [ -75.164845, 39.946999 ], [ -75.166458, 39.947196 ], [ -75.16803, 39.947386 ], [ -75.167517, 39.949744 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369002", "device_counts": 21984, "stop_counts": 121966 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207838, 39.941286 ], [ -75.20506, 39.943624 ], [ -75.205367, 39.944994 ], [ -75.207046, 39.946754 ], [ -75.205656, 39.948053 ], [ -75.205167, 39.948522 ], [ -75.201156, 39.949839 ], [ -75.199427, 39.950419 ], [ -75.199204, 39.951257 ], [ -75.197243, 39.951021 ], [ -75.195322, 39.950781 ], [ -75.191689, 39.95032 ], [ -75.187231, 39.947176 ], [ -75.191495, 39.943153 ], [ -75.193985, 39.942154 ], [ -75.200277, 39.943652 ], [ -75.202929, 39.943301 ], [ -75.204582, 39.942352 ], [ -75.205185, 39.941116 ], [ -75.207099, 39.941281 ], [ -75.207838, 39.941286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019807001", "device_counts": 32895, "stop_counts": 118083 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174808, 39.899179 ], [ -75.170885, 39.898848 ], [ -75.16566, 39.899583 ], [ -75.163309, 39.910567 ], [ -75.165482, 39.911531 ], [ -75.160789, 39.910942 ], [ -75.149188, 39.908604 ], [ -75.148124, 39.913772 ], [ -75.147357, 39.91509 ], [ -75.146538, 39.91884 ], [ -75.147813, 39.919001 ], [ -75.14769, 39.920273 ], [ -75.147431, 39.921502 ], [ -75.14691, 39.923887 ], [ -75.147842, 39.924015 ], [ -75.146985, 39.927665 ], [ -75.146413, 39.930114 ], [ -75.137217, 39.928886 ], [ -75.135346189189193, 39.929269135135087 ], [ -75.135022972973005, 39.927329837837803 ], [ -75.13502, 39.927312 ], [ -75.13282, 39.921612 ], [ -75.13012, 39.917013 ], [ -75.12792, 39.911813 ], [ -75.129004411764697, 39.907475352941191 ], [ -75.13082, 39.900213 ], [ -75.13342, 39.896213 ], [ -75.135984863397894, 39.893195957332175 ], [ -75.144184, 39.895633 ], [ -75.151526, 39.896647 ], [ -75.154644, 39.896849 ], [ -75.169028, 39.897243 ], [ -75.174959, 39.898488 ], [ -75.174808, 39.899179 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010021001", "device_counts": 1469, "stop_counts": 4487 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179839, 39.939478 ], [ -75.178251, 39.939268 ], [ -75.17631, 39.939021 ], [ -75.178464, 39.938278 ], [ -75.17717, 39.936933 ], [ -75.178514, 39.935544 ], [ -75.179035, 39.935612 ], [ -75.180621, 39.935816 ], [ -75.179839, 39.939478 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010023002", "device_counts": 6227, "stop_counts": 12855 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16764, 39.93415 ], [ -75.167303, 39.935695 ], [ -75.167236, 39.935685 ], [ -75.160437, 39.934549 ], [ -75.160199, 39.9356 ], [ -75.158669, 39.935226 ], [ -75.157351, 39.934897 ], [ -75.159517, 39.9331 ], [ -75.167578, 39.934143 ], [ -75.16764, 39.93415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175006", "device_counts": 1770, "stop_counts": 4802 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147717, 39.999974 ], [ -75.142416, 40.00195 ], [ -75.139876, 40.002845 ], [ -75.137669, 40.003645 ], [ -75.137847, 40.002799 ], [ -75.138524, 39.999743 ], [ -75.140498, 39.999993 ], [ -75.141568, 40.000126 ], [ -75.142805, 40.000294 ], [ -75.143346, 40.000743 ], [ -75.146219, 39.999668 ], [ -75.147404, 39.99924 ], [ -75.147717, 39.999974 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065006", "device_counts": 1879, "stop_counts": 5971 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240969, 39.943762 ], [ -75.238875, 39.94468 ], [ -75.237132, 39.943237 ], [ -75.236424, 39.942646 ], [ -75.233632, 39.940292 ], [ -75.23242, 39.938995 ], [ -75.231766, 39.93846 ], [ -75.233873, 39.937703 ], [ -75.234499, 39.93613 ], [ -75.235249, 39.934997 ], [ -75.236833, 39.933768 ], [ -75.235002, 39.938127 ], [ -75.240697, 39.939075 ], [ -75.240367, 39.942171 ], [ -75.243542, 39.942306 ], [ -75.240969, 39.943762 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067007", "device_counts": 1366, "stop_counts": 5101 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227309, 39.927571 ], [ -75.22278, 39.930749 ], [ -75.222696, 39.930808 ], [ -75.220588, 39.929047 ], [ -75.21931, 39.928012 ], [ -75.221562, 39.924744 ], [ -75.22216, 39.923892 ], [ -75.223452, 39.92489 ], [ -75.22484, 39.926055 ], [ -75.226681, 39.927543 ], [ -75.22869, 39.926602 ], [ -75.227309, 39.927571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109003", "device_counts": 1491, "stop_counts": 4101 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194727, 39.964903 ], [ -75.191826, 39.965222 ], [ -75.191719, 39.964652 ], [ -75.191494, 39.963503 ], [ -75.187551, 39.963931 ], [ -75.187415, 39.963367 ], [ -75.191389, 39.962922 ], [ -75.194297, 39.962607 ], [ -75.194727, 39.964903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091003", "device_counts": 2463, "stop_counts": 7502 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.202235, 39.961643 ], [ -75.199436, 39.962042 ], [ -75.198844, 39.960637 ], [ -75.198681, 39.959429 ], [ -75.201137, 39.959242 ], [ -75.199622, 39.95686 ], [ -75.201953, 39.957149 ], [ -75.201824, 39.957827 ], [ -75.201971, 39.959176 ], [ -75.202235, 39.961643 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102002", "device_counts": 3653, "stop_counts": 11978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235356, 39.968509 ], [ -75.232228, 39.968829 ], [ -75.231833, 39.96746 ], [ -75.230162, 39.968216 ], [ -75.228248, 39.968409 ], [ -75.228149, 39.967843 ], [ -75.22786, 39.966191 ], [ -75.227679, 39.965072 ], [ -75.22992, 39.965352 ], [ -75.23189, 39.965593 ], [ -75.235842, 39.966085 ], [ -75.235356, 39.968509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100004", "device_counts": 1638, "stop_counts": 6988 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255196, 39.97426 ], [ -75.251914, 39.974623 ], [ -75.250203, 39.974815 ], [ -75.249901, 39.973197 ], [ -75.24887, 39.972339 ], [ -75.249177, 39.970857 ], [ -75.250481, 39.96946 ], [ -75.255123, 39.970036 ], [ -75.254752, 39.971527 ], [ -75.255196, 39.97426 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107004", "device_counts": 1056, "stop_counts": 3789 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208356, 39.970706 ], [ -75.205907, 39.970875 ], [ -75.205979, 39.971429 ], [ -75.203722, 39.970929 ], [ -75.203258, 39.968447 ], [ -75.207839, 39.967943 ], [ -75.208038, 39.968984 ], [ -75.208356, 39.970706 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010120002", "device_counts": 4249, "stop_counts": 10793 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235298, 39.99707 ], [ -75.230896, 39.99913 ], [ -75.227462, 40.000746 ], [ -75.226563, 39.999216 ], [ -75.225664, 39.995848 ], [ -75.231762, 39.99309 ], [ -75.233713, 39.992176 ], [ -75.234027, 39.994736 ], [ -75.234136, 39.995598 ], [ -75.235298, 39.99707 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170001", "device_counts": 2797, "stop_counts": 7291 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192225, 40.00722 ], [ -75.190514, 40.008407 ], [ -75.186537, 40.009831 ], [ -75.185674, 40.01012 ], [ -75.185412, 40.009513 ], [ -75.187821, 40.006102 ], [ -75.186477, 40.005921 ], [ -75.186349, 40.006533 ], [ -75.18535, 40.006527 ], [ -75.183204, 40.006624 ], [ -75.18335, 40.005521 ], [ -75.183644, 40.004204 ], [ -75.181141, 40.003697 ], [ -75.183953, 40.002838 ], [ -75.184564, 40.002493 ], [ -75.186812, 40.000434 ], [ -75.186861, 40.000409 ], [ -75.188447, 40.000272 ], [ -75.191754, 39.999748 ], [ -75.19132, 40.003715 ], [ -75.192467, 40.006482 ], [ -75.192225, 40.00722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137005", "device_counts": 2648, "stop_counts": 8797 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.189882, 39.977933 ], [ -75.189076, 39.979387 ], [ -75.188661, 39.981207 ], [ -75.185497, 39.980804 ], [ -75.183838, 39.980585 ], [ -75.184439, 39.977788 ], [ -75.184945, 39.975479 ], [ -75.185394, 39.973417 ], [ -75.186368, 39.973537 ], [ -75.187816, 39.976363 ], [ -75.189674, 39.977173 ], [ -75.189882, 39.977933 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010148001", "device_counts": 2275, "stop_counts": 7249 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172503, 39.980592 ], [ -75.172161, 39.9821 ], [ -75.167076, 39.981454 ], [ -75.165511, 39.981244 ], [ -75.165849, 39.979714 ], [ -75.16616, 39.978308 ], [ -75.170287, 39.978845 ], [ -75.171213, 39.978952 ], [ -75.172799, 39.97916 ], [ -75.172503, 39.980592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010145002", "device_counts": 933, "stop_counts": 3469 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149734, 39.976182 ], [ -75.145559, 39.975638 ], [ -75.146082, 39.972833 ], [ -75.150315, 39.973382 ], [ -75.149734, 39.976182 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010142002", "device_counts": 14921, "stop_counts": 50245 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145018, 39.970191 ], [ -75.143095, 39.969954 ], [ -75.140665, 39.969652 ], [ -75.139578, 39.969515 ], [ -75.135143, 39.968687 ], [ -75.134428, 39.968791 ], [ -75.134347, 39.964477 ], [ -75.128697, 39.966977 ], [ -75.125416361661095, 39.961951694137291 ], [ -75.12692, 39.961112 ], [ -75.13012, 39.958712 ], [ -75.130217089517501, 39.958589210316127 ], [ -75.136755, 39.962766 ], [ -75.138081, 39.962936 ], [ -75.138827, 39.963129 ], [ -75.142528, 39.964985 ], [ -75.144002, 39.96567 ], [ -75.143524, 39.967942 ], [ -75.145487, 39.96823 ], [ -75.145018, 39.970191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162002", "device_counts": 1441, "stop_counts": 5137 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145126, 39.986485 ], [ -75.1435, 39.986275 ], [ -75.14152, 39.986016 ], [ -75.139669, 39.985802 ], [ -75.13746, 39.985492 ], [ -75.136759, 39.985402 ], [ -75.137443, 39.982223 ], [ -75.138137, 39.982312 ], [ -75.139868, 39.982536 ], [ -75.144169, 39.983092 ], [ -75.14405, 39.983721 ], [ -75.144154, 39.984724 ], [ -75.145126, 39.986485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157003", "device_counts": 3173, "stop_counts": 9873 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138768, 39.979323 ], [ -75.136423, 39.97902 ], [ -75.136739, 39.977527 ], [ -75.13437, 39.977219 ], [ -75.133733, 39.980208 ], [ -75.13319, 39.980134 ], [ -75.130448, 39.978589 ], [ -75.131238, 39.977786 ], [ -75.13267, 39.975304 ], [ -75.133374, 39.97409 ], [ -75.139715, 39.974897 ], [ -75.138768, 39.979323 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010206001", "device_counts": 3500, "stop_counts": 15385 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191105, 40.021663 ], [ -75.190007, 40.022524 ], [ -75.181668, 40.025657 ], [ -75.178141, 40.022595 ], [ -75.176861, 40.021501 ], [ -75.173246, 40.018411 ], [ -75.172342, 40.017604 ], [ -75.174037, 40.016962 ], [ -75.175669, 40.016051 ], [ -75.182239, 40.011676 ], [ -75.185937, 40.014895 ], [ -75.187708, 40.01641 ], [ -75.190034, 40.018727 ], [ -75.192405, 40.020495 ], [ -75.191105, 40.021663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036003", "device_counts": 4556, "stop_counts": 14748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193156, 39.924592 ], [ -75.194623, 39.92681 ], [ -75.194153, 39.927514 ], [ -75.186029, 39.926481 ], [ -75.186937, 39.922318 ], [ -75.189653, 39.921807 ], [ -75.192494, 39.921266 ], [ -75.195045, 39.921011 ], [ -75.193156, 39.924592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383001", "device_counts": 11967, "stop_counts": 55498 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137529, 40.004304 ], [ -75.136858, 40.007394 ], [ -75.135858, 40.011982 ], [ -75.131779, 40.011482 ], [ -75.130585, 40.011325 ], [ -75.128883, 40.018945 ], [ -75.125023, 40.018435 ], [ -75.124687, 40.019957 ], [ -75.122752, 40.019722 ], [ -75.121407, 40.019548 ], [ -75.117154, 40.019006 ], [ -75.116272, 40.017423 ], [ -75.119439, 40.013026 ], [ -75.112161, 40.012085 ], [ -75.112497, 40.010489 ], [ -75.112821, 40.009007 ], [ -75.113483, 40.005927 ], [ -75.113986, 40.00356 ], [ -75.11609, 40.003067 ], [ -75.116411, 40.001624 ], [ -75.119314, 40.002003 ], [ -75.12441, 40.002634 ], [ -75.123949, 40.004814 ], [ -75.127863, 40.005057 ], [ -75.133021, 40.005104 ], [ -75.137669, 40.003645 ], [ -75.137529, 40.004304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389001", "device_counts": 2783, "stop_counts": 8906 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17326, 40.050667 ], [ -75.168958, 40.054846 ], [ -75.165715, 40.058033 ], [ -75.165453, 40.059541 ], [ -75.162122, 40.057638 ], [ -75.160691, 40.056831 ], [ -75.158889, 40.055768 ], [ -75.161898, 40.052842 ], [ -75.164529, 40.050306 ], [ -75.167701, 40.047245 ], [ -75.170884, 40.049199 ], [ -75.171755, 40.048359 ], [ -75.172888, 40.050431 ], [ -75.17326, 40.050667 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136012", "device_counts": 1365, "stop_counts": 3900 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183561, 39.970778 ], [ -75.181234, 39.970504 ], [ -75.178606, 39.97018 ], [ -75.178056, 39.970112 ], [ -75.178641, 39.967399 ], [ -75.179683, 39.967416 ], [ -75.181589, 39.969025 ], [ -75.183561, 39.970778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160003", "device_counts": 3072, "stop_counts": 8582 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124193, 39.9785 ], [ -75.122449, 39.979411 ], [ -75.123266, 39.980344 ], [ -75.120973, 39.981546 ], [ -75.118522, 39.982825 ], [ -75.117355, 39.981481 ], [ -75.117697, 39.980904 ], [ -75.118611, 39.978879 ], [ -75.119763, 39.976369 ], [ -75.121032, 39.977811 ], [ -75.123334, 39.977514 ], [ -75.124193, 39.9785 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010166001", "device_counts": 3800, "stop_counts": 9479 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154588, 39.993938 ], [ -75.152389, 39.993659 ], [ -75.15273, 39.992072 ], [ -75.152871, 39.990551 ], [ -75.151815, 39.988886 ], [ -75.151199, 39.987798 ], [ -75.150197, 39.985504 ], [ -75.150913, 39.985597 ], [ -75.154063, 39.986003 ], [ -75.15339, 39.989086 ], [ -75.155593, 39.989369 ], [ -75.154588, 39.993938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010381001", "device_counts": 3164, "stop_counts": 13666 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069508, 40.010798 ], [ -75.061339, 40.012764 ], [ -75.059285, 40.013387 ], [ -75.056898, 40.014204 ], [ -75.052816, 40.016119 ], [ -75.04879, 40.018141 ], [ -75.047798, 40.017326 ], [ -75.043218536113002, 40.011867977145386 ], [ -75.04709, 40.009941 ], [ -75.052278982364697, 40.0055260511092 ], [ -75.053405, 40.004568 ], [ -75.053723885964288, 40.004080276035694 ], [ -75.062126, 40.006643 ], [ -75.063056, 40.006098 ], [ -75.064579, 40.006194 ], [ -75.067696, 40.005333 ], [ -75.068346, 40.006924 ], [ -75.068883, 40.00879 ], [ -75.069508, 40.010798 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010385002", "device_counts": 2196, "stop_counts": 5838 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224652, 40.084361 ], [ -75.224012, 40.084218 ], [ -75.217463, 40.080575 ], [ -75.207327, 40.076561 ], [ -75.206418, 40.076011 ], [ -75.210566, 40.071803 ], [ -75.209082, 40.070894 ], [ -75.2112, 40.068809 ], [ -75.211625, 40.070754 ], [ -75.215385, 40.073257 ], [ -75.216984, 40.074811 ], [ -75.215093, 40.077141 ], [ -75.218189, 40.075823 ], [ -75.224633, 40.079605 ], [ -75.227899, 40.084282 ], [ -75.224652, 40.084361 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010387002", "device_counts": 4008, "stop_counts": 13547 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2305, 40.086022 ], [ -75.22361, 40.092907 ], [ -75.213165, 40.086872 ], [ -75.21273, 40.086388 ], [ -75.211868, 40.086086 ], [ -75.209396, 40.084927 ], [ -75.200378, 40.07959 ], [ -75.202649, 40.07739 ], [ -75.205081, 40.078823 ], [ -75.207327, 40.076561 ], [ -75.217463, 40.080575 ], [ -75.224012, 40.084218 ], [ -75.224652, 40.084361 ], [ -75.227899, 40.084282 ], [ -75.228078, 40.084434 ], [ -75.228599, 40.084874 ], [ -75.2305, 40.086022 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389002", "device_counts": 1641, "stop_counts": 5684 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172869, 40.057256 ], [ -75.168641, 40.061373 ], [ -75.165453, 40.059541 ], [ -75.165715, 40.058033 ], [ -75.168958, 40.054846 ], [ -75.172869, 40.057256 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286001", "device_counts": 3446, "stop_counts": 9338 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127824, 40.026663 ], [ -75.127646, 40.027416 ], [ -75.126866, 40.028955 ], [ -75.126686, 40.029667 ], [ -75.124701, 40.029398 ], [ -75.124167, 40.032575 ], [ -75.1236, 40.032771 ], [ -75.121964, 40.03373 ], [ -75.121711, 40.03347 ], [ -75.122727, 40.029151 ], [ -75.123027, 40.027692 ], [ -75.123525, 40.025463 ], [ -75.126967, 40.024818 ], [ -75.127816, 40.024683 ], [ -75.127935, 40.026158 ], [ -75.127824, 40.026663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218002", "device_counts": 1249, "stop_counts": 5063 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236234, 40.052739 ], [ -75.235917, 40.055079 ], [ -75.236042, 40.056711 ], [ -75.23365, 40.057887 ], [ -75.231721, 40.054078 ], [ -75.231223, 40.053703 ], [ -75.230417, 40.053374 ], [ -75.227161, 40.052534 ], [ -75.230049, 40.051219 ], [ -75.230603, 40.050962 ], [ -75.235419, 40.048775 ], [ -75.236301, 40.051037 ], [ -75.236234, 40.052739 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038002", "device_counts": 11418, "stop_counts": 48698 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19022, 39.915884 ], [ -75.189413, 39.921073 ], [ -75.189653, 39.921807 ], [ -75.186937, 39.922318 ], [ -75.185202, 39.922574 ], [ -75.183434, 39.922939 ], [ -75.181703, 39.92329 ], [ -75.182512, 39.919629 ], [ -75.180576, 39.919369 ], [ -75.177438, 39.91897 ], [ -75.178268, 39.915053 ], [ -75.17718, 39.91489 ], [ -75.177806, 39.91309 ], [ -75.188144, 39.914281 ], [ -75.189481, 39.91484 ], [ -75.19022, 39.915884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195021", "device_counts": 1734, "stop_counts": 4819 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137669, 40.003645 ], [ -75.133021, 40.005104 ], [ -75.127863, 40.005057 ], [ -75.128282, 40.003116 ], [ -75.133239, 40.003756 ], [ -75.133561, 40.002265 ], [ -75.137847, 40.002799 ], [ -75.137669, 40.003645 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086011", "device_counts": 2329, "stop_counts": 6679 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222056, 39.954102 ], [ -75.221923, 39.954723 ], [ -75.221798, 39.955319 ], [ -75.219823, 39.955076 ], [ -75.215872, 39.954586 ], [ -75.21635, 39.952302 ], [ -75.218347, 39.952553 ], [ -75.220295, 39.952792 ], [ -75.222279, 39.95304 ], [ -75.222056, 39.954102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104003", "device_counts": 1592, "stop_counts": 5423 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222444, 39.966531 ], [ -75.220402, 39.966641 ], [ -75.220578, 39.968067 ], [ -75.217866, 39.968342 ], [ -75.216996, 39.968969 ], [ -75.2168, 39.967459 ], [ -75.216516, 39.965214 ], [ -75.22017, 39.964844 ], [ -75.220044, 39.963819 ], [ -75.221952, 39.96425 ], [ -75.222431, 39.966487 ], [ -75.222444, 39.966531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363012", "device_counts": 850, "stop_counts": 4340 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.970623, 40.096983 ], [ -74.970028, 40.096943 ], [ -74.964688, 40.097347 ], [ -74.962107, 40.097709 ], [ -74.96163, 40.097804 ], [ -74.961049, 40.097431 ], [ -74.958749, 40.096929 ], [ -74.961859, 40.093621 ], [ -74.965723, 40.091635 ], [ -74.966752, 40.092976 ], [ -74.96876, 40.094759 ], [ -74.970302, 40.096022 ], [ -74.971016, 40.096392 ], [ -74.970623, 40.096983 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379003", "device_counts": 10247, "stop_counts": 34199 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.097007, 39.993399 ], [ -75.094523, 39.994603 ], [ -75.086505, 39.998825 ], [ -75.084452, 39.997146 ], [ -75.080932, 39.993498 ], [ -75.089616, 39.989064 ], [ -75.091216, 39.99088 ], [ -75.093664, 39.9896 ], [ -75.095726, 39.99195 ], [ -75.097007, 39.993399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390001", "device_counts": 13474, "stop_counts": 46467 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103903, 40.030589 ], [ -75.101148, 40.033334 ], [ -75.100573, 40.033957 ], [ -75.098416, 40.036101 ], [ -75.101572, 40.038293 ], [ -75.096603, 40.042487 ], [ -75.094175, 40.045026 ], [ -75.091859, 40.047485 ], [ -75.091098, 40.04706 ], [ -75.088312, 40.045514 ], [ -75.088975, 40.044332 ], [ -75.088631, 40.042747 ], [ -75.089246, 40.042252 ], [ -75.09159, 40.039734 ], [ -75.090543, 40.039142 ], [ -75.09299, 40.036729 ], [ -75.093532, 40.035024 ], [ -75.09227, 40.034323 ], [ -75.093497, 40.033072 ], [ -75.094339, 40.032217 ], [ -75.093542, 40.031195 ], [ -75.093204, 40.030704 ], [ -75.092349, 40.029658 ], [ -75.092295, 40.028879 ], [ -75.092162, 40.02805 ], [ -75.09399, 40.027037 ], [ -75.096038, 40.026567 ], [ -75.096726, 40.026698 ], [ -75.10128, 40.029514 ], [ -75.10267, 40.029987 ], [ -75.10292, 40.029929 ], [ -75.103068, 40.029895 ], [ -75.104306, 40.029846 ], [ -75.103903, 40.030589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390004", "device_counts": 1989, "stop_counts": 5052 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089204, 40.032628 ], [ -75.087159, 40.03479 ], [ -75.085313, 40.033521 ], [ -75.084832, 40.032349 ], [ -75.084273, 40.032172 ], [ -75.084089, 40.031826 ], [ -75.084197, 40.031438 ], [ -75.084794, 40.031223 ], [ -75.084915, 40.031241 ], [ -75.08508, 40.031266 ], [ -75.085263, 40.031381 ], [ -75.086551, 40.031133 ], [ -75.088078, 40.032 ], [ -75.089204, 40.032628 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355001", "device_counts": 3287, "stop_counts": 12409 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.027681, 40.095046 ], [ -75.021451, 40.096963 ], [ -75.018233, 40.097105 ], [ -75.015528, 40.09486 ], [ -75.023996, 40.086107 ], [ -75.027097, 40.087878 ], [ -75.025866, 40.090515 ], [ -75.027681, 40.095046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291004", "device_counts": 1473, "stop_counts": 3890 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112821, 40.027627 ], [ -75.110825, 40.029623 ], [ -75.111075, 40.031061 ], [ -75.109057, 40.031741 ], [ -75.106431, 40.029197 ], [ -75.110039, 40.028047 ], [ -75.111377, 40.027619 ], [ -75.112759, 40.027349 ], [ -75.112821, 40.027627 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019891001", "device_counts": 3175, "stop_counts": 14603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.018427, 40.033507 ], [ -75.021603, 40.033996 ], [ -75.021239, 40.036075 ], [ -75.021682, 40.037088 ], [ -75.01783, 40.039076 ], [ -75.012541, 40.038027 ], [ -75.010099, 40.039038 ], [ -75.006278, 40.041155 ], [ -75.003514, 40.042822 ], [ -74.99627, 40.047202 ], [ -74.990976, 40.042526 ], [ -74.990302, 40.042377 ], [ -74.986997223360802, 40.039346956736601 ], [ -74.988884, 40.037289 ], [ -74.990215350336996, 40.036372563903093 ], [ -75.007469, 40.024496 ], [ -75.011115, 40.021311 ], [ -75.013795768141605, 40.020214322123898 ], [ -75.013803495273393, 40.020211161024498 ], [ -75.015583, 40.023134 ], [ -75.022508, 40.030832 ], [ -75.018427, 40.033507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010351002", "device_counts": 1039, "stop_counts": 6134 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.992793, 40.046975 ], [ -74.988129, 40.049737 ], [ -74.985114, 40.046992 ], [ -74.983929, 40.048065 ], [ -74.986317, 40.050837 ], [ -74.984503, 40.051939 ], [ -74.981789, 40.04954 ], [ -74.980228, 40.050581 ], [ -74.982732, 40.053014 ], [ -74.982202, 40.053804 ], [ -74.979695, 40.053399 ], [ -74.974319853259999, 40.048899133320006 ], [ -74.974713, 40.048711 ], [ -74.983540729443007, 40.042953785145897 ], [ -74.983913, 40.042711 ], [ -74.986997223360802, 40.039346956736601 ], [ -74.990302, 40.042377 ], [ -74.990976, 40.042526 ], [ -74.989105, 40.043678 ], [ -74.992793, 40.046975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356012", "device_counts": 1959, "stop_counts": 7115 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.042613, 40.100504 ], [ -75.039857, 40.101835 ], [ -75.032998, 40.10511 ], [ -75.030235, 40.103387 ], [ -75.033474, 40.098205 ], [ -75.034298, 40.097871 ], [ -75.035842, 40.098099 ], [ -75.036962, 40.095913 ], [ -75.038082, 40.097456 ], [ -75.039643, 40.098344 ], [ -75.042503, 40.099942 ], [ -75.042613, 40.100504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345023", "device_counts": 2725, "stop_counts": 9733 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.046249, 40.081459 ], [ -75.042143, 40.084065 ], [ -75.040877, 40.086966 ], [ -75.039509, 40.085702 ], [ -75.0384, 40.084472 ], [ -75.036758, 40.079083 ], [ -75.040252, 40.079994 ], [ -75.04312, 40.077166 ], [ -75.043495, 40.07805 ], [ -75.046249, 40.081459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012011", "device_counts": 1781, "stop_counts": 4390 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187231, 39.947176 ], [ -75.185634, 39.948021 ], [ -75.183288, 39.949512 ], [ -75.181134, 39.949008 ], [ -75.180021, 39.948872 ], [ -75.180328, 39.947455 ], [ -75.181445, 39.947597 ], [ -75.18188, 39.945691 ], [ -75.185685, 39.946159 ], [ -75.186393, 39.946567 ], [ -75.187231, 39.947176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013001", "device_counts": 1851, "stop_counts": 3903 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180409, 39.944602 ], [ -75.180611, 39.944631 ], [ -75.179409, 39.945377 ], [ -75.178578, 39.945269 ], [ -75.176985, 39.94508 ], [ -75.177169, 39.944209 ], [ -75.177374, 39.943231 ], [ -75.180624, 39.943641 ], [ -75.180409, 39.944602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191006", "device_counts": 1448, "stop_counts": 4558 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112497, 40.010489 ], [ -75.108368, 40.009952 ], [ -75.108087, 40.011547 ], [ -75.105434, 40.011197 ], [ -75.105768, 40.009619 ], [ -75.106083, 40.00813 ], [ -75.112821, 40.009007 ], [ -75.112497, 40.010489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195023", "device_counts": 1039, "stop_counts": 3229 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133239, 40.003756 ], [ -75.128282, 40.003116 ], [ -75.128604, 40.001619 ], [ -75.131501, 40.001999 ], [ -75.133561, 40.002265 ], [ -75.133239, 40.003756 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197004", "device_counts": 819, "stop_counts": 3129 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139464, 40.015599 ], [ -75.13911, 40.017187 ], [ -75.136811, 40.016899 ], [ -75.137502, 40.01371 ], [ -75.13981, 40.014014 ], [ -75.139464, 40.015599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198003", "device_counts": 645, "stop_counts": 1767 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141913, 40.009674 ], [ -75.141425, 40.00961 ], [ -75.138483, 40.009234 ], [ -75.138577, 40.008789 ], [ -75.139652, 40.007755 ], [ -75.140472, 40.007878 ], [ -75.142256, 40.008093 ], [ -75.141913, 40.009674 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199003", "device_counts": 978, "stop_counts": 4218 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147603, 40.008779 ], [ -75.143346, 40.008227 ], [ -75.144069, 40.006684 ], [ -75.143437, 40.005071 ], [ -75.148277, 40.005697 ], [ -75.147603, 40.008779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201013", "device_counts": 1310, "stop_counts": 5040 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157703, 40.00221 ], [ -75.157365, 40.003799 ], [ -75.154205, 40.003395 ], [ -75.155232, 39.998728 ], [ -75.158222, 39.999121 ], [ -75.157703, 40.00221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202006", "device_counts": 585, "stop_counts": 2312 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164733, 40.008616 ], [ -75.164576, 40.009337 ], [ -75.161095, 40.008883 ], [ -75.161409, 40.007399 ], [ -75.161747, 40.005905 ], [ -75.165228, 40.006354 ], [ -75.164733, 40.008616 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207001", "device_counts": 1368, "stop_counts": 4427 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198361, 40.01527 ], [ -75.192405, 40.020495 ], [ -75.190034, 40.018727 ], [ -75.187708, 40.01641 ], [ -75.191289, 40.013697 ], [ -75.191874, 40.014201 ], [ -75.192879, 40.01162 ], [ -75.194847, 40.012175 ], [ -75.200278, 40.013708 ], [ -75.198361, 40.01527 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210002", "device_counts": 369, "stop_counts": 1741 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218841, 40.0266 ], [ -75.216632, 40.027602 ], [ -75.214311, 40.024553 ], [ -75.215348, 40.023903 ], [ -75.216241, 40.023419 ], [ -75.219699, 40.02614 ], [ -75.218841, 40.0266 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210001", "device_counts": 927, "stop_counts": 3835 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.216632, 40.027602 ], [ -75.214188, 40.028699 ], [ -75.211308, 40.02997 ], [ -75.210588, 40.02903 ], [ -75.209437, 40.026929 ], [ -75.212764, 40.025348 ], [ -75.214311, 40.024553 ], [ -75.216632, 40.027602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213001", "device_counts": 1096, "stop_counts": 3216 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222011, 40.035206 ], [ -75.218759, 40.036654 ], [ -75.217925, 40.03616 ], [ -75.216638, 40.034833 ], [ -75.220237, 40.033215 ], [ -75.220899, 40.033847 ], [ -75.222011, 40.035206 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214004", "device_counts": 646, "stop_counts": 2889 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228765, 40.029792 ], [ -75.226787, 40.030802 ], [ -75.225127, 40.031643 ], [ -75.223474, 40.029441 ], [ -75.226157, 40.027648 ], [ -75.227885, 40.028193 ], [ -75.229513, 40.029492 ], [ -75.228765, 40.029792 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215004", "device_counts": 685, "stop_counts": 3207 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234937, 40.0349 ], [ -75.228104, 40.040855 ], [ -75.226159, 40.038361 ], [ -75.228179, 40.037082 ], [ -75.227199, 40.035255 ], [ -75.22815, 40.034714 ], [ -75.233394, 40.031906 ], [ -75.23564, 40.034249 ], [ -75.234937, 40.0349 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217001", "device_counts": 854, "stop_counts": 5084 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230049, 40.051219 ], [ -75.227161, 40.052534 ], [ -75.218706, 40.04851 ], [ -75.218194, 40.047966 ], [ -75.217827, 40.0471 ], [ -75.217846, 40.044343 ], [ -75.219201, 40.044379 ], [ -75.2223, 40.045151 ], [ -75.229214, 40.048037 ], [ -75.230049, 40.051219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218001", "device_counts": 1056, "stop_counts": 5780 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238182, 40.059771 ], [ -75.231724, 40.064099 ], [ -75.232439, 40.064739 ], [ -75.230082, 40.0663 ], [ -75.228446, 40.06254 ], [ -75.226882, 40.061813 ], [ -75.228493, 40.060331 ], [ -75.230156, 40.05955 ], [ -75.23365, 40.057887 ], [ -75.236042, 40.056711 ], [ -75.236386, 40.057398 ], [ -75.238182, 40.059771 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010384001", "device_counts": 1093, "stop_counts": 5576 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243288, 40.073494 ], [ -75.232952, 40.083618 ], [ -75.231412, 40.082658 ], [ -75.22779, 40.08149 ], [ -75.225988, 40.079068 ], [ -75.230411, 40.077042 ], [ -75.225202, 40.074072 ], [ -75.227005, 40.072605 ], [ -75.228088, 40.070649 ], [ -75.226651, 40.070458 ], [ -75.223538, 40.067435 ], [ -75.225109, 40.06608 ], [ -75.2248, 40.062554 ], [ -75.226412, 40.061987 ], [ -75.22495, 40.059866 ], [ -75.226991, 40.058899 ], [ -75.228493, 40.060331 ], [ -75.226882, 40.061813 ], [ -75.228446, 40.06254 ], [ -75.230082, 40.0663 ], [ -75.235951, 40.071238 ], [ -75.238583, 40.069546 ], [ -75.24055, 40.070468 ], [ -75.241075, 40.070395 ], [ -75.242047, 40.071949 ], [ -75.243288, 40.073494 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237003", "device_counts": 531, "stop_counts": 2422 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192346, 40.046309 ], [ -75.192123, 40.047679 ], [ -75.190817, 40.051189 ], [ -75.188499, 40.050211 ], [ -75.188491, 40.048838 ], [ -75.187368, 40.047688 ], [ -75.190893, 40.044241 ], [ -75.191199, 40.043386 ], [ -75.193091, 40.04459 ], [ -75.192346, 40.046309 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240003", "device_counts": 575, "stop_counts": 2260 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177222, 40.026659 ], [ -75.174572, 40.029244 ], [ -75.173611, 40.028691 ], [ -75.174043, 40.026588 ], [ -75.175207, 40.02544 ], [ -75.177222, 40.026659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334003", "device_counts": 2196, "stop_counts": 5656 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055937, 40.055993 ], [ -75.054745, 40.057252 ], [ -75.053574, 40.058477 ], [ -75.052996, 40.059096 ], [ -75.052408, 40.059739 ], [ -75.051681, 40.063022 ], [ -75.050091, 40.06216 ], [ -75.048323, 40.061176 ], [ -75.050582, 40.058769 ], [ -75.051784, 40.057504 ], [ -75.052749, 40.058042 ], [ -75.053348, 40.056454 ], [ -75.054197, 40.054405 ], [ -75.054947, 40.053507 ], [ -75.057125, 40.054722 ], [ -75.055937, 40.055993 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335001", "device_counts": 586, "stop_counts": 2915 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068074, 40.060824 ], [ -75.067196, 40.060321 ], [ -75.064499, 40.058826 ], [ -75.060891, 40.056823 ], [ -75.061736, 40.055892 ], [ -75.062881, 40.055983 ], [ -75.064818, 40.055218 ], [ -75.065544, 40.055704 ], [ -75.065475, 40.05619 ], [ -75.067582, 40.05606 ], [ -75.067204, 40.05641 ], [ -75.06743, 40.0586 ], [ -75.069224, 40.059583 ], [ -75.068074, 40.060824 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336001", "device_counts": 2521, "stop_counts": 7051 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057697, 40.062787 ], [ -75.057135, 40.063364 ], [ -75.056605, 40.063955 ], [ -75.055477, 40.065149 ], [ -75.051859, 40.063187 ], [ -75.051681, 40.063022 ], [ -75.052408, 40.059739 ], [ -75.052996, 40.059096 ], [ -75.058323, 40.062116 ], [ -75.057697, 40.062787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337013", "device_counts": 3533, "stop_counts": 12206 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050755, 40.069544 ], [ -75.049545, 40.070978 ], [ -75.047762, 40.069395 ], [ -75.047114, 40.068037 ], [ -75.047963, 40.066822 ], [ -75.044675, 40.06484 ], [ -75.041907, 40.064683 ], [ -75.043614, 40.060811 ], [ -75.044201, 40.059477 ], [ -75.044275, 40.059356 ], [ -75.044991, 40.059372 ], [ -75.048323, 40.061176 ], [ -75.050091, 40.06216 ], [ -75.047725, 40.064686 ], [ -75.05122, 40.06663 ], [ -75.050755, 40.069544 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338005", "device_counts": 4013, "stop_counts": 11902 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085729, 40.062589 ], [ -75.084747, 40.06316 ], [ -75.083515, 40.063725 ], [ -75.083514, 40.063756 ], [ -75.083483, 40.063738 ], [ -75.078352, 40.065426 ], [ -75.077177, 40.065785 ], [ -75.074845, 40.066538 ], [ -75.069297, 40.068345 ], [ -75.067838, 40.068959 ], [ -75.067355, 40.068727 ], [ -75.073304, 40.062812 ], [ -75.075991, 40.064342 ], [ -75.077504, 40.064196 ], [ -75.081402, 40.060031 ], [ -75.083525, 40.06127 ], [ -75.083833, 40.061472 ], [ -75.08478, 40.062044 ], [ -75.085729, 40.062589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339001", "device_counts": 670, "stop_counts": 2754 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083726, 40.068173 ], [ -75.083255, 40.071209 ], [ -75.07966, 40.069203 ], [ -75.080965, 40.067974 ], [ -75.07805, 40.06636 ], [ -75.077177, 40.065785 ], [ -75.078352, 40.065426 ], [ -75.079532, 40.066175 ], [ -75.08151, 40.064789 ], [ -75.083648, 40.065704 ], [ -75.083726, 40.068173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341003", "device_counts": 853, "stop_counts": 4486 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082501, 40.07656 ], [ -75.081603, 40.076328 ], [ -75.080159, 40.075454 ], [ -75.077595, 40.073918 ], [ -75.078867, 40.072559 ], [ -75.077202, 40.071627 ], [ -75.07966, 40.069203 ], [ -75.083255, 40.071209 ], [ -75.082501, 40.07656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363032", "device_counts": 978, "stop_counts": 4765 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.9781, 40.099212 ], [ -74.97588, 40.100421 ], [ -74.971183, 40.102233 ], [ -74.96767, 40.1027 ], [ -74.967515, 40.101869 ], [ -74.967496, 40.100803 ], [ -74.970836, 40.100755 ], [ -74.973395, 40.099759 ], [ -74.974647, 40.098954 ], [ -74.976091, 40.097433 ], [ -74.97577, 40.096412 ], [ -74.976783, 40.095969 ], [ -74.977757, 40.098433 ], [ -74.9781, 40.099212 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347011", "device_counts": 1409, "stop_counts": 8142 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.034523, 40.058672 ], [ -75.033628, 40.060834 ], [ -75.029986, 40.064398 ], [ -75.028362, 40.064504 ], [ -75.028, 40.059736 ], [ -75.029005, 40.05752 ], [ -75.028756, 40.056781 ], [ -75.029032, 40.056399 ], [ -75.033734, 40.056884 ], [ -75.03433, 40.057067 ], [ -75.034523, 40.058672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348032", "device_counts": 2705, "stop_counts": 10174 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.008128, 40.068585 ], [ -75.007269, 40.069161 ], [ -74.998385, 40.064117 ], [ -75.00009, 40.062745 ], [ -75.002288, 40.063869 ], [ -75.005996, 40.061324 ], [ -75.008319, 40.06252 ], [ -75.007719, 40.067102 ], [ -75.008788, 40.06735 ], [ -75.008128, 40.068585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349002", "device_counts": 1383, "stop_counts": 7902 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.016377, 40.045672 ], [ -75.012273, 40.048885 ], [ -75.007927, 40.045033 ], [ -75.009595, 40.043924 ], [ -75.006278, 40.041155 ], [ -75.010099, 40.039038 ], [ -75.012125, 40.040582 ], [ -75.010101, 40.041671 ], [ -75.012708, 40.043779 ], [ -75.013422, 40.043306 ], [ -75.016377, 40.045672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352003", "device_counts": 1921, "stop_counts": 7371 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.001181, 40.057232 ], [ -74.998259, 40.05808 ], [ -74.994151, 40.054401 ], [ -74.999877, 40.050402 ], [ -75.004795, 40.054747 ], [ -75.001181, 40.057232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356022", "device_counts": 2506, "stop_counts": 12885 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054321, 40.108692 ], [ -75.048542, 40.112729 ], [ -75.03946, 40.107362 ], [ -75.033897, 40.105689 ], [ -75.032998, 40.10511 ], [ -75.039857, 40.101835 ], [ -75.046843, 40.105712 ], [ -75.049254, 40.105823 ], [ -75.05401, 40.108143 ], [ -75.054321, 40.108692 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010364001", "device_counts": 6849, "stop_counts": 25917 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.005391, 40.114802 ], [ -74.997052, 40.121168 ], [ -74.993533, 40.11868 ], [ -74.987193, 40.123286 ], [ -74.983523, 40.123671 ], [ -74.982213, 40.122057 ], [ -74.982748, 40.120887 ], [ -74.980058, 40.119883 ], [ -74.973219, 40.119891 ], [ -74.970119, 40.117201 ], [ -74.964526, 40.118372 ], [ -74.96408, 40.117766 ], [ -74.966621, 40.117932 ], [ -74.969758, 40.115927 ], [ -74.969941, 40.113339 ], [ -74.97896, 40.106169 ], [ -74.983393, 40.103684 ], [ -74.981997, 40.102454 ], [ -74.986551, 40.099366 ], [ -74.992199, 40.103978 ], [ -74.994438, 40.105853 ], [ -74.995134, 40.106336 ], [ -74.997124, 40.108151 ], [ -75.000959, 40.111393 ], [ -75.003554, 40.110847 ], [ -75.005391, 40.114802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347021", "device_counts": 1549, "stop_counts": 7301 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029005, 40.05752 ], [ -75.028, 40.059736 ], [ -75.028362, 40.064504 ], [ -75.028512, 40.06684 ], [ -75.028256, 40.067314 ], [ -75.022217, 40.06352 ], [ -75.021707, 40.063392 ], [ -75.021992, 40.063113 ], [ -75.024818, 40.060286 ], [ -75.024701, 40.057278 ], [ -75.024345, 40.05644 ], [ -75.025431, 40.05637 ], [ -75.028291, 40.056363 ], [ -75.028397, 40.056728 ], [ -75.028756, 40.056781 ], [ -75.029005, 40.05752 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363021", "device_counts": 1160, "stop_counts": 4682 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981659, 40.095571 ], [ -74.977757, 40.098433 ], [ -74.976783, 40.095969 ], [ -74.97648, 40.091256 ], [ -74.976072, 40.090653 ], [ -74.979893, 40.09381 ], [ -74.981659, 40.095571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292001", "device_counts": 2845, "stop_counts": 8295 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112759, 40.027349 ], [ -75.111377, 40.027619 ], [ -75.110039, 40.028047 ], [ -75.106431, 40.029197 ], [ -75.104306, 40.029846 ], [ -75.104059, 40.029441 ], [ -75.109611, 40.023588 ], [ -75.111228, 40.023211 ], [ -75.111664, 40.025651 ], [ -75.112773, 40.027036 ], [ -75.112759, 40.027349 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010050001", "device_counts": 3962, "stop_counts": 37594 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19631, 39.901071 ], [ -75.193923, 39.900403 ], [ -75.19194, 39.896089 ], [ -75.189993, 39.89681 ], [ -75.187183, 39.896682 ], [ -75.176562, 39.898666 ], [ -75.174959, 39.898488 ], [ -75.169028, 39.897243 ], [ -75.154644, 39.896849 ], [ -75.151526, 39.896647 ], [ -75.144184, 39.895633 ], [ -75.135984863397894, 39.893195957332175 ], [ -75.140006484713695, 39.88846533381718 ], [ -75.140221, 39.888213 ], [ -75.142421, 39.886413 ], [ -75.145323920519388, 39.884284191619102 ], [ -75.145421, 39.884213 ], [ -75.150721, 39.882713 ], [ -75.17453546617179, 39.88219692897281 ], [ -75.183023, 39.882013 ], [ -75.189268267037193, 39.880724294103416 ], [ -75.189323, 39.880713 ], [ -75.195018, 39.877521 ], [ -75.195217294768597, 39.877343945193211 ], [ -75.195514, 39.89184 ], [ -75.196239, 39.893365 ], [ -75.195253, 39.899322 ], [ -75.19631, 39.901071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275004", "device_counts": 574, "stop_counts": 2583 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134969, 40.04022 ], [ -75.13346, 40.039994 ], [ -75.133031, 40.041872 ], [ -75.132216, 40.041759 ], [ -75.132967, 40.038346 ], [ -75.132476, 40.036684 ], [ -75.134818, 40.036987 ], [ -75.134472, 40.038514 ], [ -75.134969, 40.04022 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276001", "device_counts": 4000, "stop_counts": 13960 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139322, 40.04232 ], [ -75.138534, 40.042223 ], [ -75.138205, 40.043739 ], [ -75.137529, 40.046805 ], [ -75.136019, 40.046229 ], [ -75.134724, 40.046134 ], [ -75.13479, 40.04146 ], [ -75.134969, 40.04022 ], [ -75.134472, 40.038514 ], [ -75.135257, 40.03864 ], [ -75.137633, 40.038943 ], [ -75.139212, 40.039146 ], [ -75.139612, 40.0408 ], [ -75.139322, 40.04232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277006", "device_counts": 1415, "stop_counts": 4061 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157729, 40.052626 ], [ -75.157557, 40.055034 ], [ -75.155554, 40.054074 ], [ -75.155214, 40.053922 ], [ -75.155446, 40.050508 ], [ -75.157858, 40.050602 ], [ -75.157729, 40.052626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279011", "device_counts": 755, "stop_counts": 3037 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154793, 40.048902 ], [ -75.153235, 40.048842 ], [ -75.15082, 40.048518 ], [ -75.150967, 40.046767 ], [ -75.15068, 40.046352 ], [ -75.151891, 40.046389 ], [ -75.153691, 40.04655 ], [ -75.154966, 40.046241 ], [ -75.154793, 40.048902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279012", "device_counts": 1146, "stop_counts": 4265 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153691, 40.04655 ], [ -75.151891, 40.046389 ], [ -75.15068, 40.046352 ], [ -75.150148, 40.045658 ], [ -75.149591, 40.04483 ], [ -75.149796, 40.043673 ], [ -75.152081, 40.043608 ], [ -75.153883, 40.043659 ], [ -75.153691, 40.04655 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280002", "device_counts": 1974, "stop_counts": 5542 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159551, 40.023925 ], [ -75.159033, 40.030316 ], [ -75.158124, 40.030825 ], [ -75.157119, 40.030993 ], [ -75.154776, 40.031452 ], [ -75.155694, 40.02613 ], [ -75.154064, 40.026198 ], [ -75.154245, 40.025634 ], [ -75.157153, 40.02413 ], [ -75.157303, 40.022607 ], [ -75.159035, 40.0228 ], [ -75.159214, 40.023192 ], [ -75.159315, 40.02341 ], [ -75.159551, 40.023925 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283006", "device_counts": 466, "stop_counts": 2147 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144284, 40.030814 ], [ -75.142471, 40.031766 ], [ -75.141668, 40.0316 ], [ -75.142334, 40.028543 ], [ -75.144716, 40.028855 ], [ -75.144284, 40.030814 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284002", "device_counts": 628, "stop_counts": 2477 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13998, 40.028245 ], [ -75.136137, 40.027741 ], [ -75.135802, 40.029254 ], [ -75.13506, 40.02915 ], [ -75.135334, 40.027632 ], [ -75.135096, 40.026079 ], [ -75.137096, 40.026336 ], [ -75.138698, 40.026536 ], [ -75.140303, 40.026745 ], [ -75.13998, 40.028245 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286004", "device_counts": 829, "stop_counts": 2655 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13129, 40.032818 ], [ -75.128428, 40.032472 ], [ -75.128974, 40.029953 ], [ -75.131829, 40.030321 ], [ -75.13129, 40.032818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289011", "device_counts": 1261, "stop_counts": 4896 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120481, 40.02109 ], [ -75.120136, 40.022627 ], [ -75.117959, 40.022349 ], [ -75.116106, 40.022109 ], [ -75.116243, 40.020558 ], [ -75.116404, 40.018909 ], [ -75.117154, 40.019006 ], [ -75.121407, 40.019548 ], [ -75.120481, 40.02109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290001", "device_counts": 527, "stop_counts": 2036 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116083, 40.033037 ], [ -75.114896, 40.034447 ], [ -75.113107, 40.036567 ], [ -75.11177, 40.03486 ], [ -75.111312, 40.034539 ], [ -75.110667, 40.033249 ], [ -75.111075, 40.031061 ], [ -75.112028, 40.030797 ], [ -75.112876, 40.031991 ], [ -75.117268, 40.031624 ], [ -75.116083, 40.033037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298005", "device_counts": 1295, "stop_counts": 3302 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071847, 40.016952 ], [ -75.070504, 40.017255 ], [ -75.069585, 40.014649 ], [ -75.068353, 40.014209 ], [ -75.068202, 40.014729 ], [ -75.068503, 40.013619 ], [ -75.070429, 40.013167 ], [ -75.070864, 40.014353 ], [ -75.071847, 40.016952 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299003", "device_counts": 1281, "stop_counts": 4726 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073747, 40.013717 ], [ -75.070864, 40.014353 ], [ -75.070429, 40.013167 ], [ -75.06999, 40.012032 ], [ -75.072866, 40.011395 ], [ -75.073295, 40.012543 ], [ -75.073747, 40.013717 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300002", "device_counts": 649, "stop_counts": 3017 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075964, 40.020705 ], [ -75.074969, 40.021505 ], [ -75.073892, 40.022107 ], [ -75.072271, 40.020248 ], [ -75.07338, 40.019654 ], [ -75.074136, 40.019026 ], [ -75.075429, 40.017665 ], [ -75.076164, 40.018049 ], [ -75.075199, 40.019109 ], [ -75.076696, 40.019926 ], [ -75.075964, 40.020705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301002", "device_counts": 2534, "stop_counts": 9892 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087283, 40.020485 ], [ -75.086819, 40.020966 ], [ -75.084591, 40.019701 ], [ -75.083508, 40.018365 ], [ -75.086382, 40.015257 ], [ -75.090325, 40.017356 ], [ -75.087283, 40.020485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302004", "device_counts": 1318, "stop_counts": 4516 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086997, 40.029443 ], [ -75.085375, 40.028555 ], [ -75.083038, 40.027241 ], [ -75.084726, 40.025458 ], [ -75.086568, 40.023537 ], [ -75.090563, 40.025791 ], [ -75.086997, 40.029443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390003", "device_counts": 383, "stop_counts": 1622 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.090599, 40.033398 ], [ -75.087931, 40.036236 ], [ -75.087802, 40.036032 ], [ -75.087159, 40.03479 ], [ -75.089204, 40.032628 ], [ -75.090599, 40.033398 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390007", "device_counts": 648, "stop_counts": 2544 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.093021, 40.030888 ], [ -75.091806, 40.032145 ], [ -75.090599, 40.033398 ], [ -75.089204, 40.032628 ], [ -75.088078, 40.032 ], [ -75.089854, 40.031036 ], [ -75.091594, 40.030086 ], [ -75.092349, 40.029658 ], [ -75.093204, 40.030704 ], [ -75.093021, 40.030888 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305012", "device_counts": 729, "stop_counts": 3805 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103163, 40.039196 ], [ -75.099539, 40.042241 ], [ -75.098357, 40.043483 ], [ -75.096603, 40.042487 ], [ -75.101572, 40.038293 ], [ -75.103163, 40.039196 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149001", "device_counts": 1243, "stop_counts": 4516 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175344, 39.982517 ], [ -75.174991, 39.98246 ], [ -75.174771, 39.982444 ], [ -75.172161, 39.9821 ], [ -75.172503, 39.980592 ], [ -75.172799, 39.97916 ], [ -75.174393, 39.97938 ], [ -75.175989, 39.979572 ], [ -75.175344, 39.982517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151021", "device_counts": 1838, "stop_counts": 8135 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179043, 39.987154 ], [ -75.178616, 39.989179 ], [ -75.177206, 39.988991 ], [ -75.175803, 39.988812 ], [ -75.174665, 39.988427 ], [ -75.174044, 39.988507 ], [ -75.174361, 39.987024 ], [ -75.174694, 39.985506 ], [ -75.175026, 39.98402 ], [ -75.175047, 39.983956 ], [ -75.175344, 39.982517 ], [ -75.176933, 39.982713 ], [ -75.178535, 39.982919 ], [ -75.178118, 39.984769 ], [ -75.180258, 39.986345 ], [ -75.179043, 39.987154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151011", "device_counts": 869, "stop_counts": 3699 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187382, 39.98713 ], [ -75.185719, 39.986919 ], [ -75.184136, 39.986721 ], [ -75.184794, 39.983706 ], [ -75.188033, 39.984126 ], [ -75.187382, 39.98713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377003", "device_counts": 493, "stop_counts": 1665 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148109, 39.983604 ], [ -75.147766, 39.98519 ], [ -75.146102, 39.984978 ], [ -75.146769, 39.981893 ], [ -75.148437, 39.98211 ], [ -75.148109, 39.983604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010023001", "device_counts": 2750, "stop_counts": 5927 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167303, 39.935695 ], [ -75.167083, 39.936742 ], [ -75.167019, 39.936737 ], [ -75.161678, 39.935849 ], [ -75.160199, 39.9356 ], [ -75.160437, 39.934549 ], [ -75.167236, 39.935685 ], [ -75.167303, 39.935695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028024", "device_counts": 1878, "stop_counts": 5486 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163504, 39.92983 ], [ -75.161047, 39.931817 ], [ -75.161428, 39.930017 ], [ -75.161881, 39.927985 ], [ -75.165005, 39.92855 ], [ -75.163504, 39.92983 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029002", "device_counts": 2326, "stop_counts": 4704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168689, 39.929256 ], [ -75.168423, 39.930465 ], [ -75.16815, 39.931701 ], [ -75.165968, 39.931427 ], [ -75.166246, 39.930207 ], [ -75.166507, 39.929037 ], [ -75.168567, 39.929252 ], [ -75.168689, 39.929256 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030012", "device_counts": 1802, "stop_counts": 4846 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171137, 39.928329 ], [ -75.170891, 39.929552 ], [ -75.168689, 39.929256 ], [ -75.168956, 39.928035 ], [ -75.169228, 39.926806 ], [ -75.171397, 39.927104 ], [ -75.171137, 39.928329 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031003", "device_counts": 641, "stop_counts": 2064 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176606, 39.930285 ], [ -75.175032, 39.930087 ], [ -75.175289, 39.928867 ], [ -75.178445, 39.929271 ], [ -75.176606, 39.930285 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032005", "device_counts": 725, "stop_counts": 2678 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188115, 39.933014 ], [ -75.184705, 39.932584 ], [ -75.18524, 39.930146 ], [ -75.188636, 39.930583 ], [ -75.188115, 39.933014 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036004", "device_counts": 897, "stop_counts": 4295 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.197537, 39.934232 ], [ -75.194408, 39.933822 ], [ -75.192826, 39.933628 ], [ -75.193353, 39.931185 ], [ -75.192322, 39.931054 ], [ -75.191783, 39.930982 ], [ -75.192047, 39.929756 ], [ -75.193621, 39.929965 ], [ -75.196486, 39.930309 ], [ -75.197537, 39.934232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096003", "device_counts": 1392, "stop_counts": 3776 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246425, 39.964276 ], [ -75.242406, 39.963779 ], [ -75.242735, 39.962202 ], [ -75.246753, 39.962705 ], [ -75.246425, 39.964276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098012", "device_counts": 3256, "stop_counts": 9746 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.269257, 39.980186 ], [ -75.268293, 39.978967 ], [ -75.263054, 39.975749 ], [ -75.264257, 39.974419 ], [ -75.265558, 39.975641 ], [ -75.267588, 39.974662 ], [ -75.271309, 39.979275 ], [ -75.269257, 39.980186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101005", "device_counts": 2282, "stop_counts": 5536 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246935, 39.972111 ], [ -75.244885, 39.971854 ], [ -75.243788, 39.971723 ], [ -75.244416, 39.968706 ], [ -75.246531, 39.968967 ], [ -75.247518, 39.969093 ], [ -75.246935, 39.972111 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102001", "device_counts": 1041, "stop_counts": 3319 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235697, 39.970336 ], [ -75.234203, 39.9705 ], [ -75.232573, 39.970683 ], [ -75.232228, 39.968829 ], [ -75.235356, 39.968509 ], [ -75.235697, 39.970336 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105003", "device_counts": 2193, "stop_counts": 7078 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.216181, 39.962546 ], [ -75.216376, 39.964094 ], [ -75.213228, 39.964331 ], [ -75.21365, 39.967696 ], [ -75.211231, 39.967879 ], [ -75.21056, 39.962571 ], [ -75.21306, 39.962577 ], [ -75.214018, 39.958643 ], [ -75.217002, 39.959015 ], [ -75.216181, 39.962546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108005", "device_counts": 661, "stop_counts": 3505 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.20264, 39.965169 ], [ -75.197832, 39.965697 ], [ -75.197519, 39.964025 ], [ -75.202334, 39.963495 ], [ -75.20264, 39.965169 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110002", "device_counts": 954, "stop_counts": 3079 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213469, 39.977791 ], [ -75.209321, 39.97625 ], [ -75.210123, 39.975067 ], [ -75.208903, 39.974618 ], [ -75.209114, 39.974321 ], [ -75.209976, 39.974242 ], [ -75.209834, 39.973505 ], [ -75.212211, 39.973242 ], [ -75.213469, 39.977791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112001", "device_counts": 622, "stop_counts": 1850 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231783, 39.976852 ], [ -75.229855, 39.977069 ], [ -75.229266, 39.973926 ], [ -75.231194, 39.973709 ], [ -75.231783, 39.976852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114003", "device_counts": 657, "stop_counts": 2009 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.241574, 39.978799 ], [ -75.239124, 39.979069 ], [ -75.238891, 39.977818 ], [ -75.23857, 39.976101 ], [ -75.241013, 39.975833 ], [ -75.241574, 39.978799 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118004", "device_counts": 803, "stop_counts": 2814 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238184, 39.986061 ], [ -75.237176, 39.986439 ], [ -75.23703, 39.985619 ], [ -75.234774, 39.986089 ], [ -75.234703, 39.985307 ], [ -75.234186, 39.983702 ], [ -75.23724, 39.98484 ], [ -75.240153, 39.985213 ], [ -75.238184, 39.986061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119002", "device_counts": 905, "stop_counts": 4599 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228801, 39.982326 ], [ -75.229911, 39.987936 ], [ -75.228123, 39.988356 ], [ -75.227054, 39.989209 ], [ -75.226577, 39.989221 ], [ -75.225891, 39.988131 ], [ -75.228792, 39.980705 ], [ -75.2301, 39.981556 ], [ -75.228801, 39.982326 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010121002", "device_counts": 2405, "stop_counts": 8402 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227462, 40.000746 ], [ -75.226402, 40.001255 ], [ -75.223637, 39.999066 ], [ -75.219551, 39.999839 ], [ -75.217994, 39.994223 ], [ -75.220317, 39.990286 ], [ -75.225109, 39.987582 ], [ -75.225891, 39.988131 ], [ -75.225662, 39.991469 ], [ -75.225664, 39.995848 ], [ -75.226563, 39.999216 ], [ -75.227462, 40.000746 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125003", "device_counts": 14350, "stop_counts": 30329 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183323, 39.964374 ], [ -75.17786, 39.964555 ], [ -75.175984, 39.964208 ], [ -75.173374, 39.961668 ], [ -75.171583, 39.960795 ], [ -75.172002, 39.959007 ], [ -75.179937, 39.960028 ], [ -75.181601, 39.962006 ], [ -75.183323, 39.964374 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135002", "device_counts": 986, "stop_counts": 2558 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170997, 39.969227 ], [ -75.17055, 39.97157 ], [ -75.169274, 39.971406 ], [ -75.170177, 39.96725 ], [ -75.171344, 39.967275 ], [ -75.170997, 39.969227 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136021", "device_counts": 462, "stop_counts": 1351 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178108, 39.972509 ], [ -75.177862, 39.97248 ], [ -75.175948, 39.972232 ], [ -75.17646, 39.96991 ], [ -75.178056, 39.970112 ], [ -75.178606, 39.97018 ], [ -75.178108, 39.972509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137001", "device_counts": 942, "stop_counts": 2742 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184439, 39.977788 ], [ -75.181755, 39.977444 ], [ -75.182327, 39.975143 ], [ -75.184945, 39.975479 ], [ -75.184439, 39.977788 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157001", "device_counts": 1003, "stop_counts": 3069 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138137, 39.982312 ], [ -75.137443, 39.982223 ], [ -75.13578, 39.982009 ], [ -75.132881, 39.981631 ], [ -75.13319, 39.980134 ], [ -75.133733, 39.980208 ], [ -75.136105, 39.980514 ], [ -75.136423, 39.97902 ], [ -75.138768, 39.979323 ], [ -75.138137, 39.982312 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158002", "device_counts": 703, "stop_counts": 2461 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129573, 39.975894 ], [ -75.128628, 39.977533 ], [ -75.127401, 39.976845 ], [ -75.126136, 39.976082 ], [ -75.125201, 39.975558 ], [ -75.128693, 39.974284 ], [ -75.129573, 39.975894 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160002", "device_counts": 1101, "stop_counts": 2887 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128628, 39.977533 ], [ -75.125593, 39.979124 ], [ -75.125018, 39.979426 ], [ -75.124193, 39.9785 ], [ -75.123334, 39.977514 ], [ -75.126136, 39.976082 ], [ -75.127401, 39.976845 ], [ -75.128628, 39.977533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164004", "device_counts": 1065, "stop_counts": 3987 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147542, 39.989863 ], [ -75.143668, 39.989365 ], [ -75.142846, 39.989257 ], [ -75.140861, 39.989001 ], [ -75.14152, 39.986016 ], [ -75.1435, 39.986275 ], [ -75.145126, 39.986485 ], [ -75.147542, 39.989863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167013", "device_counts": 1019, "stop_counts": 4160 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1635, 39.990401 ], [ -75.161948, 39.990185 ], [ -75.160365, 39.989991 ], [ -75.160695, 39.988495 ], [ -75.161032, 39.986907 ], [ -75.164184, 39.987311 ], [ -75.1635, 39.990401 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039014", "device_counts": 2229, "stop_counts": 7252 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176295, 39.92425 ], [ -75.176088, 39.925198 ], [ -75.175741, 39.92685 ], [ -75.175562, 39.927642 ], [ -75.173426, 39.927363 ], [ -75.172416, 39.927232 ], [ -75.172945, 39.924836 ], [ -75.173226, 39.923556 ], [ -75.176361, 39.92396 ], [ -75.176295, 39.92425 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172011", "device_counts": 1942, "stop_counts": 5919 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170087, 39.999116 ], [ -75.169754, 40.000622 ], [ -75.166562, 40.000199 ], [ -75.167215, 39.997197 ], [ -75.17042, 39.997618 ], [ -75.170087, 39.999116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175004", "device_counts": 760, "stop_counts": 2482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14708, 39.996143 ], [ -75.143792, 39.995715 ], [ -75.141495, 39.995422 ], [ -75.14183, 39.993929 ], [ -75.147461, 39.994656 ], [ -75.14708, 39.996143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177024", "device_counts": 784, "stop_counts": 2683 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126054, 39.994957 ], [ -75.125737, 39.996451 ], [ -75.121617, 39.99592 ], [ -75.122221, 39.992929 ], [ -75.123212, 39.993054 ], [ -75.126374, 39.993462 ], [ -75.126054, 39.994957 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179001", "device_counts": 474, "stop_counts": 1851 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.11674, 39.98673 ], [ -75.113492, 39.988768 ], [ -75.113123, 39.988217 ], [ -75.112356, 39.98702 ], [ -75.111887, 39.986296 ], [ -75.114934, 39.984697 ], [ -75.115224, 39.985018 ], [ -75.115524, 39.985365 ], [ -75.11674, 39.98673 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180021", "device_counts": 1002, "stop_counts": 3508 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105915, 39.988037 ], [ -75.105064, 39.987073 ], [ -75.103366, 39.985129 ], [ -75.102999, 39.98472 ], [ -75.105437, 39.983452 ], [ -75.108359, 39.986753 ], [ -75.105915, 39.988037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183001", "device_counts": 1302, "stop_counts": 6889 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079364, 39.994264 ], [ -75.073491, 39.997297 ], [ -75.072513, 39.996193 ], [ -75.069049, 39.999566 ], [ -75.065419, 39.995046 ], [ -75.066765, 39.99318 ], [ -75.071834, 39.99042 ], [ -75.064645979616898, 39.985641523490607 ], [ -75.067664096638595, 39.983171324838914 ], [ -75.078288, 39.990945 ], [ -75.080785, 39.993572 ], [ -75.079364, 39.994264 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188006", "device_counts": 873, "stop_counts": 3095 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.110983, 39.997801 ], [ -75.109848, 39.998436 ], [ -75.107775, 39.996084 ], [ -75.106215, 39.996224 ], [ -75.108487, 39.994991 ], [ -75.109617, 39.995123 ], [ -75.111558, 39.997475 ], [ -75.110983, 39.997801 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037021", "device_counts": 1914, "stop_counts": 6751 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183295, 39.923575 ], [ -75.182243, 39.923442 ], [ -75.181698, 39.925924 ], [ -75.181159, 39.92585 ], [ -75.179242, 39.925606 ], [ -75.176088, 39.925198 ], [ -75.176295, 39.92425 ], [ -75.179651, 39.923652 ], [ -75.180313, 39.92354 ], [ -75.181424, 39.923337 ], [ -75.181703, 39.92329 ], [ -75.183434, 39.922939 ], [ -75.183295, 39.923575 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039022", "device_counts": 2062, "stop_counts": 6427 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175217, 39.915653 ], [ -75.174302, 39.918562 ], [ -75.171122, 39.918152 ], [ -75.171423, 39.916757 ], [ -75.171877, 39.914256 ], [ -75.175394, 39.914691 ], [ -75.175217, 39.915653 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041011", "device_counts": 1295, "stop_counts": 4379 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158192, 39.922891 ], [ -75.157666, 39.925313 ], [ -75.156095, 39.925103 ], [ -75.154526, 39.924895 ], [ -75.155056, 39.922495 ], [ -75.155233, 39.921686 ], [ -75.158363, 39.922092 ], [ -75.158192, 39.922891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041013", "device_counts": 1376, "stop_counts": 4595 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162876, 39.923489 ], [ -75.158192, 39.922891 ], [ -75.158363, 39.922092 ], [ -75.159904, 39.922287 ], [ -75.160275, 39.920611 ], [ -75.163412, 39.921015 ], [ -75.162876, 39.923489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041024", "device_counts": 894, "stop_counts": 3950 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163412, 39.921015 ], [ -75.160275, 39.920611 ], [ -75.160826, 39.918116 ], [ -75.161362, 39.918177 ], [ -75.163956, 39.918518 ], [ -75.163412, 39.921015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041022", "device_counts": 2035, "stop_counts": 8245 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161362, 39.918177 ], [ -75.160826, 39.918116 ], [ -75.156139, 39.917515 ], [ -75.156708, 39.914869 ], [ -75.159844, 39.915286 ], [ -75.161956, 39.915546 ], [ -75.161362, 39.918177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055002", "device_counts": 586, "stop_counts": 2861 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248751, 39.909248 ], [ -75.246021, 39.911148 ], [ -75.243939, 39.910021 ], [ -75.242832, 39.911272 ], [ -75.241558, 39.907257 ], [ -75.244247, 39.908271 ], [ -75.247414, 39.906162 ], [ -75.246275, 39.90746 ], [ -75.248751, 39.909248 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060002", "device_counts": 1252, "stop_counts": 4729 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238529, 39.908213 ], [ -75.231662, 39.912252 ], [ -75.230417, 39.911046 ], [ -75.231964, 39.909874 ], [ -75.235164, 39.906453 ], [ -75.237281, 39.908241 ], [ -75.238529, 39.908213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064001", "device_counts": 930, "stop_counts": 4105 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242972, 39.93094 ], [ -75.237726, 39.92932 ], [ -75.235478, 39.928877 ], [ -75.236986, 39.927821 ], [ -75.235594, 39.92664 ], [ -75.236833, 39.925765 ], [ -75.239493, 39.928024 ], [ -75.238729, 39.928585 ], [ -75.239873, 39.928824 ], [ -75.239625, 39.92957 ], [ -75.241996, 39.930036 ], [ -75.242254, 39.929287 ], [ -75.243254, 39.92947 ], [ -75.242972, 39.93094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065001", "device_counts": 731, "stop_counts": 2895 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231533, 39.933634 ], [ -75.228533, 39.935732 ], [ -75.227252, 39.934661 ], [ -75.230248, 39.932551 ], [ -75.231276, 39.931827 ], [ -75.232567, 39.932912 ], [ -75.231533, 39.933634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066001", "device_counts": 3260, "stop_counts": 9425 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230654, 39.928158 ], [ -75.229222, 39.929172 ], [ -75.227589, 39.930313 ], [ -75.230248, 39.932551 ], [ -75.227252, 39.934661 ], [ -75.224592, 39.93241 ], [ -75.222696, 39.930808 ], [ -75.22278, 39.930749 ], [ -75.227309, 39.927571 ], [ -75.22869, 39.926602 ], [ -75.2294, 39.927156 ], [ -75.230654, 39.928158 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139001", "device_counts": 363, "stop_counts": 1324 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174393, 39.97938 ], [ -75.172799, 39.97916 ], [ -75.171213, 39.978952 ], [ -75.171813, 39.976164 ], [ -75.173414, 39.976363 ], [ -75.173126, 39.97775 ], [ -75.174393, 39.97938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010143002", "device_counts": 734, "stop_counts": 2334 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129432, 39.970543 ], [ -75.127716, 39.971081 ], [ -75.127102, 39.97135 ], [ -75.125899, 39.971765 ], [ -75.124954, 39.969879 ], [ -75.126008, 39.969362 ], [ -75.126535, 39.970303 ], [ -75.127225, 39.970029 ], [ -75.127301, 39.968823 ], [ -75.12899, 39.967518 ], [ -75.130452, 39.970189 ], [ -75.129432, 39.970543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245003", "device_counts": 1586, "stop_counts": 6220 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164809, 40.036452 ], [ -75.16405, 40.036816 ], [ -75.162752, 40.037499 ], [ -75.162077, 40.038163 ], [ -75.158341, 40.042021 ], [ -75.158363, 40.036346 ], [ -75.158834, 40.035884 ], [ -75.159601, 40.035137 ], [ -75.162906, 40.031923 ], [ -75.164571, 40.032912 ], [ -75.16298, 40.036142 ], [ -75.165094, 40.036234 ], [ -75.164809, 40.036452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246003", "device_counts": 3196, "stop_counts": 10814 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177757, 40.039401 ], [ -75.17573, 40.041333 ], [ -75.173355, 40.04362 ], [ -75.172201, 40.042922 ], [ -75.174567, 40.040638 ], [ -75.172027, 40.039141 ], [ -75.17206, 40.038118 ], [ -75.171368, 40.037315 ], [ -75.172726, 40.035986 ], [ -75.173951, 40.035193 ], [ -75.175208, 40.036232 ], [ -75.176428, 40.037794 ], [ -75.177629, 40.039229 ], [ -75.177757, 40.039401 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247005", "device_counts": 1489, "stop_counts": 4830 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172027, 40.039141 ], [ -75.170855, 40.040445 ], [ -75.169492, 40.044531 ], [ -75.167207, 40.043149 ], [ -75.165819, 40.042309 ], [ -75.166622, 40.040379 ], [ -75.168911, 40.03847 ], [ -75.170588, 40.0381 ], [ -75.171368, 40.037315 ], [ -75.17206, 40.038118 ], [ -75.172027, 40.039141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252005", "device_counts": 578, "stop_counts": 3201 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176247, 40.047752 ], [ -75.17326, 40.050667 ], [ -75.172888, 40.050431 ], [ -75.171755, 40.048359 ], [ -75.171536, 40.047888 ], [ -75.173686, 40.045803 ], [ -75.174713, 40.046823 ], [ -75.176247, 40.047752 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253003", "device_counts": 1302, "stop_counts": 4015 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186535, 40.056209 ], [ -75.184472, 40.054919 ], [ -75.182944, 40.053989 ], [ -75.181906, 40.053341 ], [ -75.184693, 40.050641 ], [ -75.185221, 40.051585 ], [ -75.185287, 40.051743 ], [ -75.187306, 40.055484 ], [ -75.186535, 40.056209 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253001", "device_counts": 741, "stop_counts": 3371 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180252, 40.054955 ], [ -75.18052, 40.055118 ], [ -75.179017, 40.05658 ], [ -75.175743, 40.054577 ], [ -75.177193, 40.05308 ], [ -75.177983, 40.05356 ], [ -75.179616, 40.051956 ], [ -75.181906, 40.053341 ], [ -75.180252, 40.054955 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257001", "device_counts": 2446, "stop_counts": 8174 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199361, 40.075928 ], [ -75.197601, 40.077991 ], [ -75.189117, 40.073124 ], [ -75.190594, 40.071973 ], [ -75.193222, 40.06909 ], [ -75.196263, 40.073051 ], [ -75.199496, 40.07547 ], [ -75.199361, 40.075928 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259002", "device_counts": 492, "stop_counts": 2366 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176145, 40.079288 ], [ -75.175627, 40.07984 ], [ -75.172621, 40.078103 ], [ -75.174171, 40.076549 ], [ -75.177137, 40.078269 ], [ -75.176145, 40.079288 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261002", "device_counts": 1718, "stop_counts": 4691 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180482, 40.070191 ], [ -75.178918, 40.069175 ], [ -75.174044, 40.067381 ], [ -75.173459, 40.067054 ], [ -75.175327, 40.065216 ], [ -75.176526, 40.065896 ], [ -75.181751, 40.068902 ], [ -75.180482, 40.070191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348012", "device_counts": 1709, "stop_counts": 7875 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024818, 40.060286 ], [ -75.021992, 40.063113 ], [ -75.021185, 40.061691 ], [ -75.020575, 40.061252 ], [ -75.019815, 40.060783 ], [ -75.014444, 40.057424 ], [ -75.012828, 40.056404 ], [ -75.019047, 40.056391 ], [ -75.022122, 40.056373 ], [ -75.024345, 40.05644 ], [ -75.024701, 40.057278 ], [ -75.024818, 40.060286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264004", "device_counts": 467, "stop_counts": 2618 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162018, 40.063095 ], [ -75.160688, 40.064468 ], [ -75.158621, 40.063281 ], [ -75.161105, 40.060726 ], [ -75.163166, 40.061911 ], [ -75.162018, 40.063095 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265002", "device_counts": 695, "stop_counts": 2738 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158413, 40.059181 ], [ -75.15642, 40.061234 ], [ -75.15597, 40.060525 ], [ -75.15175, 40.06222 ], [ -75.151141, 40.061326 ], [ -75.153763, 40.060098 ], [ -75.152752, 40.05859 ], [ -75.154904, 40.057595 ], [ -75.156168, 40.057019 ], [ -75.157371, 40.058584 ], [ -75.158413, 40.059181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266001", "device_counts": 841, "stop_counts": 2736 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148107, 40.060903 ], [ -75.147649, 40.06301 ], [ -75.146051, 40.062926 ], [ -75.145187, 40.066692 ], [ -75.143117, 40.065493 ], [ -75.140709, 40.064133 ], [ -75.14117, 40.063012 ], [ -75.142182, 40.058424 ], [ -75.142292, 40.057941 ], [ -75.143167, 40.058143 ], [ -75.145445, 40.058254 ], [ -75.149219, 40.058432 ], [ -75.148107, 40.060903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267007", "device_counts": 966, "stop_counts": 3130 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149219, 40.058432 ], [ -75.145445, 40.058254 ], [ -75.146002, 40.055765 ], [ -75.149478, 40.056217 ], [ -75.149219, 40.058432 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268003", "device_counts": 2245, "stop_counts": 6358 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143571, 40.052297 ], [ -75.143189, 40.05381 ], [ -75.142849, 40.055357 ], [ -75.142292, 40.057941 ], [ -75.142182, 40.058424 ], [ -75.140544, 40.058209 ], [ -75.139067, 40.058017 ], [ -75.141106, 40.054608 ], [ -75.141443, 40.054208 ], [ -75.14156, 40.053599 ], [ -75.142214, 40.050563 ], [ -75.143841, 40.050771 ], [ -75.143571, 40.052297 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272001", "device_counts": 771, "stop_counts": 1990 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117104, 40.050304 ], [ -75.112363, 40.047563 ], [ -75.112588, 40.04638 ], [ -75.117478, 40.048927 ], [ -75.117104, 40.050304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272003", "device_counts": 1706, "stop_counts": 6497 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122776, 40.049613 ], [ -75.122147, 40.053177 ], [ -75.118652, 40.051186 ], [ -75.117104, 40.050304 ], [ -75.117478, 40.048927 ], [ -75.118503, 40.049061 ], [ -75.119454, 40.04448 ], [ -75.121432, 40.044731 ], [ -75.123566, 40.044993 ], [ -75.122776, 40.049613 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273005", "device_counts": 555, "stop_counts": 2012 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122078, 40.041664 ], [ -75.121754, 40.04317 ], [ -75.119782, 40.042926 ], [ -75.120103, 40.041417 ], [ -75.120434, 40.039886 ], [ -75.12281, 40.040181 ], [ -75.122078, 40.041664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274023", "device_counts": 1343, "stop_counts": 3769 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126977, 40.039155 ], [ -75.124744, 40.038876 ], [ -75.123535, 40.038719 ], [ -75.123686, 40.037144 ], [ -75.12386, 40.035562 ], [ -75.127641, 40.036063 ], [ -75.126977, 40.039155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306003", "device_counts": 1344, "stop_counts": 3667 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.098017, 40.047096 ], [ -75.095623, 40.049584 ], [ -75.094593, 40.050655 ], [ -75.094183, 40.051071 ], [ -75.092242, 40.049978 ], [ -75.095999, 40.046002 ], [ -75.098017, 40.047096 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306001", "device_counts": 1676, "stop_counts": 5455 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091268, 40.048083 ], [ -75.091416, 40.049543 ], [ -75.091173, 40.051098 ], [ -75.088873, 40.050674 ], [ -75.088344, 40.051235 ], [ -75.087804, 40.051795 ], [ -75.085989, 40.050878 ], [ -75.086165, 40.050024 ], [ -75.086975, 40.048567 ], [ -75.088312, 40.045514 ], [ -75.091098, 40.04706 ], [ -75.091859, 40.047485 ], [ -75.091268, 40.048083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308001", "device_counts": 394, "stop_counts": 1761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.08498, 40.058893 ], [ -75.078631, 40.055357 ], [ -75.079814, 40.054084 ], [ -75.081865, 40.055214 ], [ -75.083654, 40.056213 ], [ -75.085676, 40.057208 ], [ -75.08498, 40.058893 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310001", "device_counts": 1090, "stop_counts": 3935 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069721, 40.053284 ], [ -75.068503, 40.05259 ], [ -75.066045, 40.051181 ], [ -75.068475, 40.048729 ], [ -75.072108, 40.050765 ], [ -75.069721, 40.053284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311012", "device_counts": 863, "stop_counts": 2236 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078996, 40.043455 ], [ -75.075452, 40.041477 ], [ -75.076652, 40.040257 ], [ -75.080164, 40.042213 ], [ -75.078996, 40.043455 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313004", "device_counts": 1884, "stop_counts": 5240 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076652, 40.040257 ], [ -75.075452, 40.041477 ], [ -75.075032, 40.04194 ], [ -75.073836, 40.043174 ], [ -75.071813, 40.042033 ], [ -75.072996, 40.040803 ], [ -75.075336, 40.038281 ], [ -75.077394, 40.039464 ], [ -75.076652, 40.040257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314022", "device_counts": 1186, "stop_counts": 3921 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06434, 40.041676 ], [ -75.063143, 40.042901 ], [ -75.061075, 40.041761 ], [ -75.058555, 40.040311 ], [ -75.059801, 40.039152 ], [ -75.061043, 40.037981 ], [ -75.06558, 40.040442 ], [ -75.06434, 40.041676 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314021", "device_counts": 1938, "stop_counts": 5214 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058858, 40.044338 ], [ -75.057048, 40.04603 ], [ -75.054287, 40.044448 ], [ -75.055946, 40.042831 ], [ -75.058555, 40.040311 ], [ -75.061075, 40.041761 ], [ -75.058858, 40.044338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315021", "device_counts": 4991, "stop_counts": 13360 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059801, 40.039152 ], [ -75.058555, 40.040311 ], [ -75.055946, 40.042831 ], [ -75.053865, 40.041545 ], [ -75.055055, 40.040279 ], [ -75.0518, 40.038476 ], [ -75.053584, 40.036574 ], [ -75.056848, 40.03839 ], [ -75.058568, 40.036548 ], [ -75.061043, 40.037981 ], [ -75.059801, 40.039152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315011", "device_counts": 1622, "stop_counts": 4598 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045806, 40.039579 ], [ -75.044192, 40.03866 ], [ -75.042536, 40.037722 ], [ -75.04086, 40.036757 ], [ -75.043199, 40.035544 ], [ -75.045778, 40.036986 ], [ -75.047405, 40.037892 ], [ -75.045806, 40.039579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316007", "device_counts": 4265, "stop_counts": 10898 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064362, 40.036306 ], [ -75.062463, 40.036912 ], [ -75.061043, 40.037981 ], [ -75.058568, 40.036548 ], [ -75.060338, 40.034685 ], [ -75.0621, 40.032813 ], [ -75.063188, 40.031566 ], [ -75.064362, 40.036306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318003", "device_counts": 291, "stop_counts": 1325 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079443, 40.031051 ], [ -75.078277, 40.032301 ], [ -75.076783, 40.031474 ], [ -75.077661, 40.030054 ], [ -75.07908, 40.028552 ], [ -75.080866, 40.029556 ], [ -75.079443, 40.031051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320005", "device_counts": 1227, "stop_counts": 3736 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.062394, 40.027444 ], [ -75.062207, 40.027471 ], [ -75.059227, 40.027909 ], [ -75.057594, 40.026031 ], [ -75.057806, 40.025174 ], [ -75.059761, 40.024161 ], [ -75.062419, 40.027136 ], [ -75.062394, 40.027444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321002", "device_counts": 642, "stop_counts": 3040 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059304, 40.017638 ], [ -75.055687, 40.019504 ], [ -75.053922, 40.017488 ], [ -75.057542, 40.015615 ], [ -75.059304, 40.017638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325001", "device_counts": 1461, "stop_counts": 4667 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048574, 40.032982 ], [ -75.047718, 40.033301 ], [ -75.04677, 40.033683 ], [ -75.045554, 40.032261 ], [ -75.044655, 40.031231 ], [ -75.04744, 40.029792 ], [ -75.048355, 40.029324 ], [ -75.050972, 40.032324 ], [ -75.048574, 40.032982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326004", "device_counts": 627, "stop_counts": 3524 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.043304, 40.029688 ], [ -75.041188, 40.030786 ], [ -75.03733, 40.032782 ], [ -75.036906, 40.032252 ], [ -75.036055, 40.031206 ], [ -75.0387, 40.029839 ], [ -75.041957, 40.028152 ], [ -75.042858, 40.029185 ], [ -75.043304, 40.029688 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330006", "device_counts": 1396, "stop_counts": 4276 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040594, 40.036859 ], [ -75.039289, 40.03734 ], [ -75.03728, 40.035045 ], [ -75.035488, 40.03299 ], [ -75.036906, 40.032252 ], [ -75.03733, 40.032782 ], [ -75.038616, 40.034355 ], [ -75.039473, 40.035404 ], [ -75.040594, 40.036859 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331022", "device_counts": 903, "stop_counts": 3200 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.030535, 40.044372 ], [ -75.02654, 40.045822 ], [ -75.02603, 40.043117 ], [ -75.02562, 40.042322 ], [ -75.028257, 40.041363 ], [ -75.030535, 40.044372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331012", "device_counts": 2268, "stop_counts": 7105 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041692, 40.038218 ], [ -75.03836, 40.039695 ], [ -75.036639, 40.04046 ], [ -75.035726, 40.040863 ], [ -75.034423, 40.03912 ], [ -75.035331, 40.038788 ], [ -75.036276, 40.038441 ], [ -75.039289, 40.03734 ], [ -75.040594, 40.036859 ], [ -75.04086, 40.036757 ], [ -75.042536, 40.037722 ], [ -75.041692, 40.038218 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067005", "device_counts": 1205, "stop_counts": 4990 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22869, 39.926602 ], [ -75.226681, 39.927543 ], [ -75.22484, 39.926055 ], [ -75.225832, 39.925361 ], [ -75.22444, 39.924188 ], [ -75.22495, 39.923838 ], [ -75.226319, 39.922867 ], [ -75.226761, 39.923242 ], [ -75.229818, 39.925811 ], [ -75.22869, 39.926602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009012", "device_counts": 10319, "stop_counts": 23969 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164845, 39.946999 ], [ -75.164752, 39.947424 ], [ -75.164338, 39.949346 ], [ -75.164265, 39.94934 ], [ -75.162114, 39.94908 ], [ -75.162627, 39.946713 ], [ -75.163648, 39.946836 ], [ -75.164772, 39.946983 ], [ -75.164845, 39.946999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012022", "device_counts": 2101, "stop_counts": 4463 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171488, 39.946353 ], [ -75.166767, 39.945768 ], [ -75.168443, 39.945524 ], [ -75.168762, 39.94405 ], [ -75.171906, 39.944443 ], [ -75.171488, 39.946353 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069003", "device_counts": 793, "stop_counts": 2886 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221287, 39.931789 ], [ -75.217058, 39.934733 ], [ -75.215778, 39.935624 ], [ -75.213893, 39.935906 ], [ -75.215569, 39.933489 ], [ -75.215858, 39.933066 ], [ -75.218984, 39.932331 ], [ -75.220628, 39.931175 ], [ -75.219232, 39.930016 ], [ -75.220588, 39.929047 ], [ -75.222696, 39.930808 ], [ -75.221287, 39.931789 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069002", "device_counts": 646, "stop_counts": 2551 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220628, 39.931175 ], [ -75.218984, 39.932331 ], [ -75.215858, 39.933066 ], [ -75.218389, 39.929335 ], [ -75.216769, 39.928686 ], [ -75.214825, 39.929799 ], [ -75.216768, 39.926956 ], [ -75.21931, 39.928012 ], [ -75.220588, 39.929047 ], [ -75.219232, 39.930016 ], [ -75.220628, 39.931175 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071023", "device_counts": 850, "stop_counts": 4455 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229077, 39.940637 ], [ -75.226334, 39.942562 ], [ -75.225508, 39.941871 ], [ -75.224607, 39.941109 ], [ -75.224113, 39.940691 ], [ -75.22548, 39.939725 ], [ -75.226854, 39.938767 ], [ -75.229077, 39.940637 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071025", "device_counts": 504, "stop_counts": 2884 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233632, 39.940292 ], [ -75.231676, 39.941671 ], [ -75.230928, 39.942194 ], [ -75.229528, 39.941018 ], [ -75.229077, 39.940637 ], [ -75.231766, 39.93846 ], [ -75.23242, 39.938995 ], [ -75.233632, 39.940292 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072006", "device_counts": 2854, "stop_counts": 7371 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240052, 39.945917 ], [ -75.235917, 39.946793 ], [ -75.235822, 39.946835 ], [ -75.235049, 39.946992 ], [ -75.233604, 39.947351 ], [ -75.233718, 39.944559 ], [ -75.234474, 39.944027 ], [ -75.235219, 39.943494 ], [ -75.237132, 39.943237 ], [ -75.238875, 39.94468 ], [ -75.240266, 39.945866 ], [ -75.240052, 39.945917 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073002", "device_counts": 525, "stop_counts": 1820 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22498, 39.943534 ], [ -75.22361, 39.944505 ], [ -75.222759, 39.943806 ], [ -75.221367, 39.942626 ], [ -75.220175, 39.941602 ], [ -75.221545, 39.940652 ], [ -75.222753, 39.941654 ], [ -75.224129, 39.942836 ], [ -75.22498, 39.943534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010077001", "device_counts": 1916, "stop_counts": 6195 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21292, 39.949065 ], [ -75.209259, 39.949541 ], [ -75.208044, 39.949748 ], [ -75.205759, 39.949832 ], [ -75.205656, 39.948053 ], [ -75.207046, 39.946754 ], [ -75.208387, 39.945651 ], [ -75.208733, 39.946839 ], [ -75.210103, 39.946697 ], [ -75.211389, 39.947796 ], [ -75.21292, 39.949065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079002", "device_counts": 1628, "stop_counts": 4698 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218833, 39.950273 ], [ -75.218676, 39.951032 ], [ -75.214691, 39.950542 ], [ -75.212716, 39.950292 ], [ -75.21292, 39.949065 ], [ -75.217121, 39.94861 ], [ -75.219234, 39.948368 ], [ -75.218833, 39.950273 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081024", "device_counts": 1197, "stop_counts": 5092 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234856, 39.951444 ], [ -75.234531, 39.953 ], [ -75.230323, 39.952475 ], [ -75.230793, 39.950172 ], [ -75.230959, 39.949438 ], [ -75.235165, 39.949953 ], [ -75.234856, 39.951444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082002", "device_counts": 713, "stop_counts": 2541 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243381, 39.949411 ], [ -75.24323, 39.950172 ], [ -75.239232, 39.949923 ], [ -75.23943, 39.948931 ], [ -75.239641, 39.947932 ], [ -75.243536, 39.948659 ], [ -75.243381, 39.949411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176011", "device_counts": 627, "stop_counts": 1544 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138713, 39.998891 ], [ -75.13191, 39.995754 ], [ -75.132367, 39.995776 ], [ -75.134444, 39.996049 ], [ -75.13735, 39.996421 ], [ -75.139199, 39.996661 ], [ -75.138713, 39.998891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083012", "device_counts": 2228, "stop_counts": 7469 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247897, 39.95724 ], [ -75.24739, 39.959662 ], [ -75.243371, 39.959166 ], [ -75.243608, 39.95802 ], [ -75.243975, 39.95626 ], [ -75.247989, 39.956758 ], [ -75.247897, 39.95724 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084005", "device_counts": 1045, "stop_counts": 2619 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239909, 39.956313 ], [ -75.237934, 39.956062 ], [ -75.235997, 39.955831 ], [ -75.233984, 39.955579 ], [ -75.234212, 39.954521 ], [ -75.238166, 39.955011 ], [ -75.240137, 39.955252 ], [ -75.239909, 39.956313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085004", "device_counts": 1184, "stop_counts": 3440 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231937, 39.955319 ], [ -75.226002, 39.954591 ], [ -75.226224, 39.953528 ], [ -75.229999, 39.953996 ], [ -75.232153, 39.954262 ], [ -75.231937, 39.955319 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086023", "device_counts": 940, "stop_counts": 2575 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221559, 39.956461 ], [ -75.221397, 39.957227 ], [ -75.221244, 39.957984 ], [ -75.22092, 39.959505 ], [ -75.219175, 39.959288 ], [ -75.218954, 39.95926 ], [ -75.219421, 39.956979 ], [ -75.219823, 39.955076 ], [ -75.221798, 39.955319 ], [ -75.221559, 39.956461 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091001", "device_counts": 878, "stop_counts": 2765 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199436, 39.962042 ], [ -75.197197, 39.962287 ], [ -75.194297, 39.962607 ], [ -75.194015, 39.961124 ], [ -75.198844, 39.960637 ], [ -75.199436, 39.962042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094001", "device_counts": 605, "stop_counts": 2607 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23189, 39.965593 ], [ -75.22992, 39.965352 ], [ -75.230552, 39.96231 ], [ -75.232527, 39.962557 ], [ -75.23189, 39.965593 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165002", "device_counts": 615, "stop_counts": 2057 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15273, 39.992072 ], [ -75.149587, 39.991665 ], [ -75.150238, 39.988684 ], [ -75.151815, 39.988886 ], [ -75.152871, 39.990551 ], [ -75.15273, 39.992072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372001", "device_counts": 2130, "stop_counts": 5843 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172294, 39.912393 ], [ -75.171877, 39.914256 ], [ -75.171423, 39.916757 ], [ -75.167681, 39.916283 ], [ -75.166914, 39.916189 ], [ -75.167462, 39.913675 ], [ -75.165081, 39.913368 ], [ -75.165482, 39.911531 ], [ -75.171928, 39.912348 ], [ -75.172294, 39.912393 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210004", "device_counts": 3503, "stop_counts": 10242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223694, 40.023712 ], [ -75.221027, 40.026228 ], [ -75.219699, 40.02614 ], [ -75.216241, 40.023419 ], [ -75.215348, 40.023903 ], [ -75.213266, 40.021301 ], [ -75.214841, 40.020594 ], [ -75.213, 40.018652 ], [ -75.214752, 40.017784 ], [ -75.218056, 40.020943 ], [ -75.219583, 40.021713 ], [ -75.222153, 40.022614 ], [ -75.223694, 40.023712 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140001", "device_counts": 5323, "stop_counts": 14850 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167421, 39.972493 ], [ -75.16722, 39.973397 ], [ -75.166463, 39.976877 ], [ -75.164888, 39.976668 ], [ -75.165461, 39.974033 ], [ -75.164069, 39.973009 ], [ -75.162507, 39.972799 ], [ -75.159237, 39.972384 ], [ -75.159442, 39.971467 ], [ -75.159702, 39.970202 ], [ -75.164555, 39.970816 ], [ -75.167703, 39.971211 ], [ -75.167421, 39.972493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010077002", "device_counts": 1081, "stop_counts": 3904 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2109, 39.946153 ], [ -75.210103, 39.946697 ], [ -75.208733, 39.946839 ], [ -75.208387, 39.945651 ], [ -75.207046, 39.946754 ], [ -75.205367, 39.944994 ], [ -75.20506, 39.943624 ], [ -75.207838, 39.941286 ], [ -75.208799, 39.941644 ], [ -75.207649, 39.942475 ], [ -75.211401, 39.945802 ], [ -75.2109, 39.946153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010147001", "device_counts": 1381, "stop_counts": 4893 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16616, 39.978308 ], [ -75.165849, 39.979714 ], [ -75.161134, 39.979106 ], [ -75.161443, 39.977694 ], [ -75.163006, 39.977899 ], [ -75.163325, 39.976471 ], [ -75.164888, 39.976668 ], [ -75.166463, 39.976877 ], [ -75.16616, 39.978308 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290004", "device_counts": 2644, "stop_counts": 7622 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120614, 40.027626 ], [ -75.120036, 40.028328 ], [ -75.118184, 40.030534 ], [ -75.11721, 40.030312 ], [ -75.116846, 40.028803 ], [ -75.115139, 40.029057 ], [ -75.114461, 40.026784 ], [ -75.117173, 40.026386 ], [ -75.119735, 40.026017 ], [ -75.122279, 40.02565 ], [ -75.120614, 40.027626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010386001", "device_counts": 1621, "stop_counts": 7459 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221348, 40.072432 ], [ -75.222268, 40.073056 ], [ -75.215751, 40.072877 ], [ -75.215385, 40.073257 ], [ -75.211625, 40.070754 ], [ -75.2112, 40.068809 ], [ -75.211138, 40.068318 ], [ -75.208933, 40.067015 ], [ -75.209573, 40.066375 ], [ -75.206782, 40.064755 ], [ -75.20615, 40.065376 ], [ -75.204744, 40.064538 ], [ -75.20714, 40.062139 ], [ -75.202545, 40.059884 ], [ -75.201625, 40.056796 ], [ -75.204845, 40.054823 ], [ -75.201462, 40.052316 ], [ -75.198319, 40.050328 ], [ -75.196511, 40.049188 ], [ -75.198059, 40.047739 ], [ -75.198411, 40.045827 ], [ -75.201433, 40.042404 ], [ -75.207005, 40.047063 ], [ -75.209622, 40.047047 ], [ -75.209969, 40.047081 ], [ -75.212717, 40.049239 ], [ -75.214124, 40.049661 ], [ -75.217922, 40.055271 ], [ -75.217672, 40.055359 ], [ -75.213767, 40.056678 ], [ -75.212549, 40.058425 ], [ -75.214011, 40.0571 ], [ -75.216866, 40.057179 ], [ -75.21901, 40.060468 ], [ -75.220769, 40.064065 ], [ -75.218506, 40.066949 ], [ -75.215152, 40.069139 ], [ -75.215983, 40.069557 ], [ -75.218898, 40.067813 ], [ -75.222536, 40.071328 ], [ -75.221348, 40.072432 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373001", "device_counts": 4726, "stop_counts": 11424 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177806, 39.91309 ], [ -75.172294, 39.912393 ], [ -75.171928, 39.912348 ], [ -75.169806, 39.911326 ], [ -75.17081, 39.908594 ], [ -75.173234, 39.908002 ], [ -75.178512, 39.90867 ], [ -75.177806, 39.91309 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353013", "device_counts": 1319, "stop_counts": 5165 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.995269, 40.062344 ], [ -74.991704, 40.062339 ], [ -74.987379, 40.065368 ], [ -74.986875, 40.064955 ], [ -74.985576, 40.063345 ], [ -74.990432, 40.060396 ], [ -74.991709, 40.061095 ], [ -74.995269, 40.062344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010376001", "device_counts": 9762, "stop_counts": 23677 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155093, 39.958709 ], [ -75.154512, 39.961711 ], [ -75.154312, 39.962614 ], [ -75.152146, 39.962452 ], [ -75.148029, 39.962265 ], [ -75.148181, 39.961418 ], [ -75.14913, 39.956191 ], [ -75.151223, 39.956862 ], [ -75.154451, 39.956777 ], [ -75.155538, 39.956923 ], [ -75.155093, 39.958709 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019809001", "device_counts": 35871, "stop_counts": 134257 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.257003, 39.878422 ], [ -75.254897, 39.880006 ], [ -75.246231, 39.889505 ], [ -75.241825, 39.892006 ], [ -75.243752, 39.893025 ], [ -75.238643, 39.898691 ], [ -75.240331, 39.904113 ], [ -75.237752, 39.904713 ], [ -75.235164, 39.906453 ], [ -75.231964, 39.909874 ], [ -75.230417, 39.911046 ], [ -75.22918, 39.909127 ], [ -75.224988, 39.915064 ], [ -75.223236, 39.917589 ], [ -75.221873, 39.919551 ], [ -75.216768, 39.926956 ], [ -75.212428, 39.92523 ], [ -75.211253, 39.928519 ], [ -75.206204, 39.934974 ], [ -75.206173, 39.935067 ], [ -75.206101, 39.935281 ], [ -75.206072, 39.935371 ], [ -75.215858, 39.933066 ], [ -75.215569, 39.933489 ], [ -75.213893, 39.935906 ], [ -75.215778, 39.935624 ], [ -75.212064, 39.938213 ], [ -75.207838, 39.941286 ], [ -75.207099, 39.941281 ], [ -75.205185, 39.941116 ], [ -75.205431, 39.93877 ], [ -75.20114, 39.937468 ], [ -75.200194, 39.938545 ], [ -75.197924, 39.938063 ], [ -75.199503, 39.934508 ], [ -75.199844, 39.932447 ], [ -75.199586, 39.931807 ], [ -75.194623, 39.92681 ], [ -75.193156, 39.924592 ], [ -75.195045, 39.921011 ], [ -75.192494, 39.921266 ], [ -75.189653, 39.921807 ], [ -75.189413, 39.921073 ], [ -75.19022, 39.915884 ], [ -75.192285, 39.906428 ], [ -75.193987, 39.905633 ], [ -75.193923, 39.900403 ], [ -75.19631, 39.901071 ], [ -75.195253, 39.899322 ], [ -75.196239, 39.893365 ], [ -75.195514, 39.89184 ], [ -75.195217294768597, 39.877343945193211 ], [ -75.199857, 39.873222 ], [ -75.204087, 39.871204 ], [ -75.211515931142685, 39.867051552431704 ], [ -75.216039, 39.871115 ], [ -75.215787, 39.875052 ], [ -75.211873, 39.880681 ], [ -75.212248, 39.883027 ], [ -75.213969, 39.883692 ], [ -75.221643, 39.882386 ], [ -75.223317, 39.883766 ], [ -75.227493, 39.88182 ], [ -75.228516, 39.880973 ], [ -75.229911, 39.882411 ], [ -75.233426, 39.889178 ], [ -75.235941, 39.890059 ], [ -75.239244, 39.889103 ], [ -75.24072, 39.887833 ], [ -75.242544, 39.884969 ], [ -75.24413, 39.881256 ], [ -75.246044, 39.878981 ], [ -75.248463, 39.87765 ], [ -75.253515, 39.876015 ], [ -75.261245, 39.876484 ], [ -75.257003, 39.878422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169021", "device_counts": 1027, "stop_counts": 4470 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183009, 39.994439 ], [ -75.182341, 39.997519 ], [ -75.180188, 39.997253 ], [ -75.178576, 39.99704 ], [ -75.179248, 39.993963 ], [ -75.182463, 39.994365 ], [ -75.183009, 39.994439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172024", "device_counts": 939, "stop_counts": 3073 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173282, 39.999516 ], [ -75.170087, 39.999116 ], [ -75.17042, 39.997618 ], [ -75.171997, 39.997826 ], [ -75.172355, 39.99624 ], [ -75.173948, 39.996432 ], [ -75.173282, 39.999516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308003", "device_counts": 1250, "stop_counts": 5733 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085794, 40.055424 ], [ -75.085676, 40.057208 ], [ -75.083654, 40.056213 ], [ -75.081865, 40.055214 ], [ -75.079814, 40.054084 ], [ -75.078631, 40.055357 ], [ -75.076734, 40.05735 ], [ -75.075032, 40.056359 ], [ -75.076902, 40.054387 ], [ -75.079334, 40.051809 ], [ -75.079878, 40.051217 ], [ -75.085847, 40.05441 ], [ -75.085794, 40.055424 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107003", "device_counts": 663, "stop_counts": 1789 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211723, 39.970722 ], [ -75.208356, 39.970706 ], [ -75.208038, 39.968984 ], [ -75.211189, 39.968634 ], [ -75.211334, 39.968726 ], [ -75.211723, 39.970722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176022", "device_counts": 705, "stop_counts": 1895 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129921, 39.99546 ], [ -75.126054, 39.994957 ], [ -75.126374, 39.993462 ], [ -75.126915, 39.991834 ], [ -75.130122, 39.994573 ], [ -75.129921, 39.99546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010287001", "device_counts": 3188, "stop_counts": 9639 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135664, 40.023155 ], [ -75.133287, 40.023784 ], [ -75.131584, 40.024069 ], [ -75.131594, 40.023893 ], [ -75.131339, 40.023947 ], [ -75.130367, 40.024146 ], [ -75.131171, 40.019997 ], [ -75.134016, 40.020372 ], [ -75.134194, 40.019619 ], [ -75.135434, 40.019782 ], [ -75.135818, 40.020645 ], [ -75.135664, 40.023155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060005", "device_counts": 897, "stop_counts": 2599 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239511, 39.918979 ], [ -75.237427, 39.917207 ], [ -75.236026, 39.916036 ], [ -75.237599, 39.914934 ], [ -75.238984, 39.916102 ], [ -75.241088, 39.917868 ], [ -75.239511, 39.918979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292003", "device_counts": 1402, "stop_counts": 3480 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.09399, 40.027037 ], [ -75.092162, 40.02805 ], [ -75.086551, 40.031133 ], [ -75.085263, 40.031381 ], [ -75.08508, 40.031266 ], [ -75.086997, 40.029443 ], [ -75.090563, 40.025791 ], [ -75.091879, 40.024435 ], [ -75.092414, 40.025353 ], [ -75.093609, 40.026718 ], [ -75.09399, 40.027037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095004", "device_counts": 1416, "stop_counts": 4996 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239479, 39.968097 ], [ -75.239133, 39.969893 ], [ -75.237455, 39.970141 ], [ -75.237283, 39.968899 ], [ -75.237818, 39.96633 ], [ -75.238137, 39.96481 ], [ -75.24011, 39.965055 ], [ -75.239479, 39.968097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010367001", "device_counts": 15422, "stop_counts": 42055 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14913, 39.956191 ], [ -75.148181, 39.961418 ], [ -75.146557, 39.961255 ], [ -75.146586, 39.962174 ], [ -75.14482, 39.961762 ], [ -75.143279, 39.9614 ], [ -75.142528, 39.964985 ], [ -75.138827, 39.963129 ], [ -75.138081, 39.962936 ], [ -75.139954, 39.956928 ], [ -75.141607, 39.955491 ], [ -75.148408, 39.95633 ], [ -75.14913, 39.956191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362031", "device_counts": 2976, "stop_counts": 10865 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.97582, 40.081889 ], [ -74.973763, 40.084534 ], [ -74.971945, 40.086891 ], [ -74.971509, 40.087342 ], [ -74.968451, 40.084426 ], [ -74.966814, 40.082209 ], [ -74.97031, 40.080347 ], [ -74.973615, 40.078901 ], [ -74.975247, 40.078848 ], [ -74.97725, 40.080506 ], [ -74.97582, 40.081889 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256002", "device_counts": 909, "stop_counts": 2757 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192891, 40.062662 ], [ -75.188921, 40.066497 ], [ -75.187657, 40.065837 ], [ -75.185757, 40.065121 ], [ -75.188629, 40.062443 ], [ -75.191054, 40.060176 ], [ -75.191876, 40.061257 ], [ -75.192891, 40.062662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019002", "device_counts": 2645, "stop_counts": 7088 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177761, 39.941461 ], [ -75.177598, 39.942228 ], [ -75.174104, 39.941793 ], [ -75.174271, 39.941021 ], [ -75.174481, 39.940056 ], [ -75.171341, 39.939663 ], [ -75.171602, 39.938447 ], [ -75.173173, 39.938641 ], [ -75.17631, 39.939021 ], [ -75.178251, 39.939268 ], [ -75.177761, 39.941461 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071022", "device_counts": 679, "stop_counts": 3547 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231766, 39.93846 ], [ -75.229077, 39.940637 ], [ -75.226854, 39.938767 ], [ -75.227831, 39.938077 ], [ -75.228358, 39.9377 ], [ -75.229726, 39.936743 ], [ -75.230224, 39.937177 ], [ -75.231766, 39.93846 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082004", "device_counts": 672, "stop_counts": 2469 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245999, 39.94656 ], [ -75.244026, 39.946316 ], [ -75.242107, 39.945829 ], [ -75.241771, 39.945297 ], [ -75.246634, 39.943541 ], [ -75.245999, 39.94656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164003", "device_counts": 1747, "stop_counts": 5841 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147887, 39.993078 ], [ -75.142999, 39.992449 ], [ -75.143668, 39.989365 ], [ -75.147542, 39.989863 ], [ -75.148305, 39.990968 ], [ -75.147887, 39.993078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255003", "device_counts": 1908, "stop_counts": 4934 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191054, 40.060176 ], [ -75.188629, 40.062443 ], [ -75.186236, 40.060989 ], [ -75.183366, 40.05922 ], [ -75.186535, 40.056209 ], [ -75.187306, 40.055484 ], [ -75.188077, 40.056898 ], [ -75.189423, 40.058417 ], [ -75.19022, 40.059199 ], [ -75.191054, 40.060176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289022", "device_counts": 841, "stop_counts": 3814 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116106, 40.022109 ], [ -75.114917, 40.021956 ], [ -75.114348, 40.024951 ], [ -75.113323, 40.024916 ], [ -75.114461, 40.026784 ], [ -75.112773, 40.027036 ], [ -75.111664, 40.025651 ], [ -75.111228, 40.023211 ], [ -75.110242, 40.022242 ], [ -75.110835, 40.02172 ], [ -75.112217, 40.020056 ], [ -75.116243, 40.020558 ], [ -75.116106, 40.022109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289012", "device_counts": 1505, "stop_counts": 5548 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116272, 40.017423 ], [ -75.117154, 40.019006 ], [ -75.116404, 40.018909 ], [ -75.113951, 40.018603 ], [ -75.108678, 40.017942 ], [ -75.109024, 40.016286 ], [ -75.11136, 40.015867 ], [ -75.111811, 40.013662 ], [ -75.112161, 40.012085 ], [ -75.119439, 40.013026 ], [ -75.116272, 40.017423 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164001", "device_counts": 1755, "stop_counts": 5701 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142999, 39.992449 ], [ -75.142173, 39.992343 ], [ -75.140198, 39.992086 ], [ -75.138352, 39.991851 ], [ -75.139021, 39.988764 ], [ -75.140861, 39.989001 ], [ -75.142846, 39.989257 ], [ -75.143668, 39.989365 ], [ -75.142999, 39.992449 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010239001", "device_counts": 1297, "stop_counts": 3918 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190086, 40.038232 ], [ -75.188797, 40.03948 ], [ -75.187922, 40.037547 ], [ -75.188396, 40.037255 ], [ -75.182925, 40.034066 ], [ -75.181235, 40.033097 ], [ -75.183058, 40.03129 ], [ -75.184519, 40.032497 ], [ -75.186455, 40.033226 ], [ -75.190987, 40.037353 ], [ -75.190086, 40.038232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363034", "device_counts": 520, "stop_counts": 4345 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.970261, 40.097964 ], [ -74.968536, 40.098492 ], [ -74.967496, 40.100803 ], [ -74.967515, 40.101869 ], [ -74.96767, 40.1027 ], [ -74.962196, 40.103382 ], [ -74.961156, 40.103446 ], [ -74.960807, 40.101572 ], [ -74.96163, 40.097804 ], [ -74.962107, 40.097709 ], [ -74.964688, 40.097347 ], [ -74.970028, 40.096943 ], [ -74.970623, 40.096983 ], [ -74.970261, 40.097964 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315022", "device_counts": 2924, "stop_counts": 7199 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054287, 40.044448 ], [ -75.052228, 40.043271 ], [ -75.049027, 40.041412 ], [ -75.05122, 40.039091 ], [ -75.0518, 40.038476 ], [ -75.055055, 40.040279 ], [ -75.053865, 40.041545 ], [ -75.055946, 40.042831 ], [ -75.054287, 40.044448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314012", "device_counts": 2389, "stop_counts": 6571 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.067109, 40.047015 ], [ -75.066427, 40.046619 ], [ -75.063437, 40.049751 ], [ -75.061374, 40.048585 ], [ -75.06446, 40.045522 ], [ -75.061926, 40.04411 ], [ -75.063143, 40.042901 ], [ -75.065919, 40.044399 ], [ -75.066547, 40.044741 ], [ -75.068338, 40.045728 ], [ -75.067109, 40.047015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042021", "device_counts": 1749, "stop_counts": 5415 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151014, 39.916842 ], [ -75.15073, 39.918097 ], [ -75.150461, 39.919345 ], [ -75.147813, 39.919001 ], [ -75.146538, 39.91884 ], [ -75.147357, 39.91509 ], [ -75.151276, 39.9156 ], [ -75.151014, 39.916842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010011", "device_counts": 10168, "stop_counts": 23353 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153424, 39.946817 ], [ -75.153174, 39.947962 ], [ -75.152337, 39.949421 ], [ -75.149186, 39.949032 ], [ -75.149954, 39.945505 ], [ -75.150764, 39.945558 ], [ -75.153184, 39.945536 ], [ -75.153424, 39.946817 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082006", "device_counts": 1239, "stop_counts": 5953 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249371, 39.950153 ], [ -75.243381, 39.949411 ], [ -75.243536, 39.948659 ], [ -75.244026, 39.946316 ], [ -75.245999, 39.94656 ], [ -75.249258, 39.9473 ], [ -75.249371, 39.950153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372002", "device_counts": 1371, "stop_counts": 4680 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165081, 39.913368 ], [ -75.16453, 39.915875 ], [ -75.161956, 39.915546 ], [ -75.159844, 39.915286 ], [ -75.160789, 39.910942 ], [ -75.165482, 39.911531 ], [ -75.165081, 39.913368 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082005", "device_counts": 1197, "stop_counts": 3951 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.251577, 39.952127 ], [ -75.250816, 39.953475 ], [ -75.244719, 39.952676 ], [ -75.242754, 39.952432 ], [ -75.243068, 39.950926 ], [ -75.249056, 39.951679 ], [ -75.249371, 39.950153 ], [ -75.249258, 39.9473 ], [ -75.245999, 39.94656 ], [ -75.246634, 39.943541 ], [ -75.247028, 39.943414 ], [ -75.247208, 39.943904 ], [ -75.250118, 39.94697 ], [ -75.251609, 39.951466 ], [ -75.251577, 39.952127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260002", "device_counts": 520, "stop_counts": 2403 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170406, 40.074391 ], [ -75.170822, 40.076226 ], [ -75.167309, 40.074208 ], [ -75.167097, 40.07332 ], [ -75.16899, 40.071473 ], [ -75.171716, 40.073039 ], [ -75.170406, 40.074391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382003", "device_counts": 10334, "stop_counts": 29234 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101811, 40.002863 ], [ -75.094849, 40.006678 ], [ -75.094104, 40.007096 ], [ -75.092574, 40.007932 ], [ -75.092494, 40.007976 ], [ -75.092088, 40.007531 ], [ -75.092011, 40.007299 ], [ -75.09205, 40.007033 ], [ -75.092196, 40.006789 ], [ -75.09263, 40.006343 ], [ -75.092775, 40.005977 ], [ -75.092811, 40.005871 ], [ -75.0927, 40.005674 ], [ -75.092482, 40.005427 ], [ -75.092057, 40.004937 ], [ -75.090028, 40.004264 ], [ -75.088513, 40.00354 ], [ -75.087984, 40.00303 ], [ -75.087369, 40.001571 ], [ -75.087302, 40.000157 ], [ -75.086895, 39.999532 ], [ -75.086234, 39.998967 ], [ -75.08637, 39.998895 ], [ -75.086505, 39.998825 ], [ -75.094523, 39.994603 ], [ -75.097949, 39.998496 ], [ -75.098979, 39.999688 ], [ -75.099609, 40.000365 ], [ -75.099998, 40.000816 ], [ -75.100085, 40.000977 ], [ -75.100973, 40.001086 ], [ -75.103179, 40.002096 ], [ -75.101811, 40.002863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254003", "device_counts": 407, "stop_counts": 1753 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181313, 40.061221 ], [ -75.179314, 40.060393 ], [ -75.178248, 40.059704 ], [ -75.180513, 40.057498 ], [ -75.183366, 40.05922 ], [ -75.181313, 40.061221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112002", "device_counts": 780, "stop_counts": 2500 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232182, 39.973599 ], [ -75.231194, 39.973709 ], [ -75.229266, 39.973926 ], [ -75.229026, 39.972644 ], [ -75.228735, 39.971107 ], [ -75.231617, 39.970789 ], [ -75.232182, 39.973599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177022", "device_counts": 1333, "stop_counts": 4262 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123212, 39.993054 ], [ -75.122221, 39.992929 ], [ -75.121617, 39.99592 ], [ -75.119665, 39.995671 ], [ -75.12031, 39.992672 ], [ -75.123686, 39.990836 ], [ -75.123212, 39.993054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115003", "device_counts": 772, "stop_counts": 2976 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.252323, 39.976786 ], [ -75.250979, 39.977684 ], [ -75.248944, 39.979106 ], [ -75.248628, 39.978707 ], [ -75.247797, 39.975079 ], [ -75.250203, 39.974815 ], [ -75.251914, 39.974623 ], [ -75.252323, 39.976786 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170002", "device_counts": 7277, "stop_counts": 22650 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182239, 40.011676 ], [ -75.175669, 40.016051 ], [ -75.16914, 40.008832 ], [ -75.169741, 40.008585 ], [ -75.172209, 40.007898 ], [ -75.173853, 40.007468 ], [ -75.178633, 40.005052 ], [ -75.179692, 40.007898 ], [ -75.180147, 40.009251 ], [ -75.182239, 40.011676 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037011", "device_counts": 958, "stop_counts": 4127 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178705, 39.928046 ], [ -75.178615, 39.928469 ], [ -75.178445, 39.929271 ], [ -75.175289, 39.928867 ], [ -75.175562, 39.927642 ], [ -75.175741, 39.92685 ], [ -75.178859, 39.927265 ], [ -75.178705, 39.928046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326007", "device_counts": 847, "stop_counts": 3545 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040219, 40.026061 ], [ -75.036898, 40.027779 ], [ -75.034354, 40.029096 ], [ -75.032752, 40.02705 ], [ -75.039452, 40.022917 ], [ -75.038625, 40.024239 ], [ -75.039768, 40.025551 ], [ -75.040219, 40.026061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330003", "device_counts": 989, "stop_counts": 3919 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.039289, 40.03734 ], [ -75.036276, 40.038441 ], [ -75.034538, 40.036464 ], [ -75.03728, 40.035045 ], [ -75.039289, 40.03734 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024004", "device_counts": 2993, "stop_counts": 6054 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158424, 39.936372 ], [ -75.15815, 39.937589 ], [ -75.156622, 39.937182 ], [ -75.15506, 39.936807 ], [ -75.155304, 39.935934 ], [ -75.155577, 39.934667 ], [ -75.157089, 39.935103 ], [ -75.157351, 39.934897 ], [ -75.158669, 39.935226 ], [ -75.158424, 39.936372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040021", "device_counts": 905, "stop_counts": 3698 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166563, 39.921418 ], [ -75.163412, 39.921015 ], [ -75.163956, 39.918518 ], [ -75.167085, 39.918959 ], [ -75.166563, 39.921418 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271001", "device_counts": 2298, "stop_counts": 5781 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12632, 40.055481 ], [ -75.124916, 40.054684 ], [ -75.122147, 40.053177 ], [ -75.122776, 40.049613 ], [ -75.124614, 40.049849 ], [ -75.125298, 40.051492 ], [ -75.127143, 40.051748 ], [ -75.12632, 40.055481 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274011", "device_counts": 1611, "stop_counts": 5131 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12916, 40.04257 ], [ -75.128834, 40.044086 ], [ -75.128495, 40.045626 ], [ -75.126639, 40.045392 ], [ -75.126987, 40.043857 ], [ -75.127317, 40.04232 ], [ -75.126311, 40.042203 ], [ -75.126643, 40.040681 ], [ -75.129498, 40.041048 ], [ -75.12916, 40.04257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010174001", "device_counts": 2067, "stop_counts": 6778 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149877, 39.998385 ], [ -75.15002, 39.999096 ], [ -75.147717, 39.999974 ], [ -75.147404, 39.99924 ], [ -75.146731, 39.997627 ], [ -75.14708, 39.996143 ], [ -75.147461, 39.994656 ], [ -75.147887, 39.993078 ], [ -75.149238, 39.993253 ], [ -75.150813, 39.99346 ], [ -75.149877, 39.998385 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259004", "device_counts": 394, "stop_counts": 2282 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180901, 40.080219 ], [ -75.179756, 40.081333 ], [ -75.176145, 40.079288 ], [ -75.177137, 40.078269 ], [ -75.179022, 40.079344 ], [ -75.180238, 40.078084 ], [ -75.182053, 40.079102 ], [ -75.180901, 40.080219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010208001", "device_counts": 1035, "stop_counts": 5511 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193231, 40.024996 ], [ -75.185463, 40.028875 ], [ -75.181668, 40.025657 ], [ -75.190007, 40.022524 ], [ -75.191105, 40.021663 ], [ -75.193048, 40.023558 ], [ -75.193308, 40.024091 ], [ -75.193231, 40.024996 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037013", "device_counts": 1298, "stop_counts": 4930 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182804, 39.928575 ], [ -75.180624, 39.928289 ], [ -75.178705, 39.928046 ], [ -75.178859, 39.927265 ], [ -75.179242, 39.925606 ], [ -75.181159, 39.92585 ], [ -75.181698, 39.925924 ], [ -75.182743, 39.926058 ], [ -75.18333, 39.926134 ], [ -75.182804, 39.928575 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352001", "device_counts": 1623, "stop_counts": 8525 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.998259, 40.05808 ], [ -74.991254, 40.059949 ], [ -74.990432, 40.060396 ], [ -74.985576, 40.063345 ], [ -74.984171, 40.064075 ], [ -74.982355, 40.064672 ], [ -74.981154, 40.064912 ], [ -74.980718, 40.06472 ], [ -74.980378, 40.060349 ], [ -74.984302, 40.05585 ], [ -74.983904, 40.054994 ], [ -74.984098, 40.054782 ], [ -74.984752, 40.055355 ], [ -74.987256, 40.05286 ], [ -74.990389, 40.050984 ], [ -74.994151, 40.054401 ], [ -74.998259, 40.05808 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382002", "device_counts": 4786, "stop_counts": 12481 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.107339, 39.989644 ], [ -75.100302, 39.993322 ], [ -75.098035, 39.990748 ], [ -75.099128, 39.990172 ], [ -75.102621, 39.988348 ], [ -75.105064, 39.987073 ], [ -75.105915, 39.988037 ], [ -75.107339, 39.989644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134022", "device_counts": 1506, "stop_counts": 3117 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168804, 39.966145 ], [ -75.168569, 39.967226 ], [ -75.165349, 39.967149 ], [ -75.165813, 39.965075 ], [ -75.168959, 39.965463 ], [ -75.168804, 39.966145 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083021", "device_counts": 1045, "stop_counts": 3823 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24441, 39.954226 ], [ -75.240449, 39.953733 ], [ -75.238476, 39.953485 ], [ -75.238796, 39.951942 ], [ -75.242754, 39.952432 ], [ -75.244719, 39.952676 ], [ -75.24441, 39.954226 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172022", "device_counts": 736, "stop_counts": 3065 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176301, 39.999921 ], [ -75.173282, 39.999516 ], [ -75.173948, 39.996432 ], [ -75.175539, 39.996639 ], [ -75.175188, 39.998233 ], [ -75.178237, 39.998611 ], [ -75.176301, 39.999921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084004", "device_counts": 5183, "stop_counts": 16087 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236971, 39.960698 ], [ -75.234869, 39.961231 ], [ -75.232857, 39.960976 ], [ -75.230801, 39.960722 ], [ -75.231277, 39.958448 ], [ -75.235342, 39.958951 ], [ -75.235504, 39.958192 ], [ -75.237448, 39.958433 ], [ -75.236971, 39.960698 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215002", "device_counts": 1239, "stop_counts": 4399 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238068, 40.032127 ], [ -75.234535, 40.030426 ], [ -75.233394, 40.031906 ], [ -75.22815, 40.034714 ], [ -75.226904, 40.033041 ], [ -75.228138, 40.032482 ], [ -75.226787, 40.030802 ], [ -75.228765, 40.029792 ], [ -75.229513, 40.029492 ], [ -75.232005, 40.028228 ], [ -75.232628, 40.028355 ], [ -75.234604, 40.029926 ], [ -75.238068, 40.032127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373002", "device_counts": 4889, "stop_counts": 17906 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19022, 39.915884 ], [ -75.189481, 39.91484 ], [ -75.188144, 39.914281 ], [ -75.177806, 39.91309 ], [ -75.178512, 39.90867 ], [ -75.1828, 39.909208 ], [ -75.183387, 39.906617 ], [ -75.190073, 39.90752 ], [ -75.192285, 39.906428 ], [ -75.19022, 39.915884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198001", "device_counts": 2710, "stop_counts": 7483 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147325, 40.010382 ], [ -75.147247, 40.011906 ], [ -75.147205, 40.015188 ], [ -75.141745, 40.012939 ], [ -75.141786, 40.012708 ], [ -75.14332, 40.012926 ], [ -75.143981, 40.009949 ], [ -75.142438, 40.009743 ], [ -75.141913, 40.009674 ], [ -75.142256, 40.008093 ], [ -75.142772, 40.008153 ], [ -75.143346, 40.008227 ], [ -75.147603, 40.008779 ], [ -75.147325, 40.010382 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014003", "device_counts": 3710, "stop_counts": 9922 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171906, 39.944443 ], [ -75.168762, 39.94405 ], [ -75.165575, 39.943664 ], [ -75.165988, 39.94182 ], [ -75.166204, 39.940813 ], [ -75.169386, 39.941211 ], [ -75.170955, 39.941404 ], [ -75.170532, 39.94338 ], [ -75.172104, 39.943577 ], [ -75.171906, 39.944443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010200002", "device_counts": 10131, "stop_counts": 35908 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152549, 40.003181 ], [ -75.151603, 40.007665 ], [ -75.151246, 40.009279 ], [ -75.15109, 40.009934 ], [ -75.148817, 40.002698 ], [ -75.148148, 40.000987 ], [ -75.152926, 40.001592 ], [ -75.152549, 40.003181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010184002", "device_counts": 1248, "stop_counts": 9574 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.066765, 39.99318 ], [ -75.065419, 39.995046 ], [ -75.069049, 39.999566 ], [ -75.070175, 40.00106 ], [ -75.070609, 40.001652 ], [ -75.067245, 40.004293 ], [ -75.067696, 40.005333 ], [ -75.064579, 40.006194 ], [ -75.063056, 40.006098 ], [ -75.062126, 40.006643 ], [ -75.053723885964288, 40.004080276035694 ], [ -75.058089, 39.997404 ], [ -75.059017, 39.992512 ], [ -75.059792271613105, 39.991537274057499 ], [ -75.064175, 39.986027 ], [ -75.064645979616898, 39.985641523490607 ], [ -75.071834, 39.99042 ], [ -75.066765, 39.99318 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202005", "device_counts": 1367, "stop_counts": 5495 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160943, 40.012647 ], [ -75.156652, 40.014618 ], [ -75.156653, 40.014419 ], [ -75.157775, 40.009231 ], [ -75.160936, 40.009632 ], [ -75.160453, 40.012067 ], [ -75.160943, 40.012647 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256001", "device_counts": 521, "stop_counts": 2574 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190512, 40.070271 ], [ -75.188052, 40.072503 ], [ -75.181751, 40.068902 ], [ -75.18437, 40.066442 ], [ -75.185757, 40.065121 ], [ -75.187657, 40.065837 ], [ -75.188921, 40.066497 ], [ -75.190512, 40.070271 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010285001", "device_counts": 3334, "stop_counts": 10659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135724, 40.023602 ], [ -75.135096, 40.026079 ], [ -75.135334, 40.027632 ], [ -75.13506, 40.02915 ], [ -75.135144, 40.031362 ], [ -75.135042, 40.033284 ], [ -75.13129, 40.032818 ], [ -75.131829, 40.030321 ], [ -75.132352, 40.028019 ], [ -75.13251, 40.027274 ], [ -75.132838, 40.025783 ], [ -75.133167, 40.024299 ], [ -75.133287, 40.023784 ], [ -75.135664, 40.023155 ], [ -75.135724, 40.023602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310003", "device_counts": 1131, "stop_counts": 3405 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075037, 40.047638 ], [ -75.073936, 40.048841 ], [ -75.072108, 40.050765 ], [ -75.068475, 40.048729 ], [ -75.069073, 40.048109 ], [ -75.07207, 40.045024 ], [ -75.075637, 40.047005 ], [ -75.075037, 40.047638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011013", "device_counts": 3033, "stop_counts": 6813 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161843, 39.94662 ], [ -75.160267, 39.946422 ], [ -75.159481, 39.946325 ], [ -75.159984, 39.944009 ], [ -75.162348, 39.944299 ], [ -75.161843, 39.94662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063004", "device_counts": 2434, "stop_counts": 9543 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246856, 39.918759 ], [ -75.239671, 39.923779 ], [ -75.236655, 39.921242 ], [ -75.236789, 39.920899 ], [ -75.239511, 39.918979 ], [ -75.241088, 39.917868 ], [ -75.242454, 39.916907 ], [ -75.243821, 39.916027 ], [ -75.244935, 39.91545 ], [ -75.246308, 39.917176 ], [ -75.246856, 39.918759 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093005", "device_counts": 2434, "stop_counts": 7797 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227679, 39.965072 ], [ -75.22786, 39.966191 ], [ -75.224105, 39.964739 ], [ -75.223531, 39.964601 ], [ -75.223746, 39.963026 ], [ -75.22422, 39.963086 ], [ -75.226891, 39.963415 ], [ -75.227443, 39.960311 ], [ -75.228645, 39.960463 ], [ -75.227679, 39.965072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102003", "device_counts": 1217, "stop_counts": 4750 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232573, 39.970683 ], [ -75.231617, 39.970789 ], [ -75.228735, 39.971107 ], [ -75.228248, 39.968409 ], [ -75.230162, 39.968216 ], [ -75.231833, 39.96746 ], [ -75.232228, 39.968829 ], [ -75.232573, 39.970683 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135001", "device_counts": 2925, "stop_counts": 5970 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174869, 39.96971 ], [ -75.174367, 39.972035 ], [ -75.172659, 39.971823 ], [ -75.173163, 39.969503 ], [ -75.170997, 39.969227 ], [ -75.171344, 39.967275 ], [ -75.172108, 39.967284 ], [ -75.17539, 39.967345 ], [ -75.174869, 39.96971 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010147002", "device_counts": 8150, "stop_counts": 28254 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165511, 39.981244 ], [ -75.159219, 39.980435 ], [ -75.157581, 39.980223 ], [ -75.158526, 39.97585 ], [ -75.16175, 39.976262 ], [ -75.163325, 39.976471 ], [ -75.163006, 39.977899 ], [ -75.161443, 39.977694 ], [ -75.161134, 39.979106 ], [ -75.165849, 39.979714 ], [ -75.165511, 39.981244 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010156002", "device_counts": 2326, "stop_counts": 6450 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144169, 39.983092 ], [ -75.139868, 39.982536 ], [ -75.141349, 39.978121 ], [ -75.14315, 39.978966 ], [ -75.143188, 39.978359 ], [ -75.14501, 39.978597 ], [ -75.144169, 39.983092 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010173002", "device_counts": 5940, "stop_counts": 18487 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167215, 39.997197 ], [ -75.163734, 39.996753 ], [ -75.163093, 39.999752 ], [ -75.166562, 40.000199 ], [ -75.165896, 40.003269 ], [ -75.160843, 40.002634 ], [ -75.158926, 40.004009 ], [ -75.157365, 40.003799 ], [ -75.157703, 40.00221 ], [ -75.158222, 39.999121 ], [ -75.155232, 39.998728 ], [ -75.153609, 39.998515 ], [ -75.153782, 39.997718 ], [ -75.154588, 39.993938 ], [ -75.157791, 39.994342 ], [ -75.159366, 39.994525 ], [ -75.160946, 39.994737 ], [ -75.164094, 39.995169 ], [ -75.167568, 39.995621 ], [ -75.167215, 39.997197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019801001", "device_counts": 3878, "stop_counts": 8577 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232952, 40.083618 ], [ -75.2305, 40.086022 ], [ -75.228599, 40.084874 ], [ -75.228078, 40.084434 ], [ -75.227899, 40.084282 ], [ -75.224633, 40.079605 ], [ -75.218189, 40.075823 ], [ -75.215093, 40.077141 ], [ -75.216984, 40.074811 ], [ -75.215385, 40.073257 ], [ -75.215751, 40.072877 ], [ -75.222268, 40.073056 ], [ -75.221348, 40.072432 ], [ -75.222536, 40.071328 ], [ -75.218898, 40.067813 ], [ -75.215983, 40.069557 ], [ -75.215152, 40.069139 ], [ -75.218506, 40.066949 ], [ -75.220769, 40.064065 ], [ -75.21901, 40.060468 ], [ -75.216866, 40.057179 ], [ -75.214011, 40.0571 ], [ -75.212549, 40.058425 ], [ -75.213767, 40.056678 ], [ -75.217672, 40.055359 ], [ -75.217922, 40.055271 ], [ -75.214124, 40.049661 ], [ -75.212717, 40.049239 ], [ -75.209969, 40.047081 ], [ -75.20994, 40.044636 ], [ -75.208173, 40.04199 ], [ -75.207016, 40.0416 ], [ -75.205047, 40.043123 ], [ -75.205546, 40.039057 ], [ -75.203164, 40.037635 ], [ -75.202846, 40.039503 ], [ -75.200359, 40.037477 ], [ -75.198918, 40.038973 ], [ -75.197535, 40.033892 ], [ -75.196938, 40.033266 ], [ -75.190861, 40.031144 ], [ -75.189063, 40.031905 ], [ -75.187776, 40.030771 ], [ -75.186194, 40.029468 ], [ -75.185463, 40.028875 ], [ -75.193231, 40.024996 ], [ -75.193308, 40.024091 ], [ -75.197636, 40.021461 ], [ -75.201269, 40.017189 ], [ -75.205848, 40.015281 ], [ -75.206139, 40.014753 ], [ -75.206207, 40.01472 ], [ -75.207599, 40.012719 ], [ -75.208008, 40.012997 ], [ -75.207221, 40.016673 ], [ -75.205622, 40.017107 ], [ -75.204055, 40.017273 ], [ -75.204057, 40.020213 ], [ -75.204479, 40.020942 ], [ -75.203241, 40.024681 ], [ -75.202496, 40.025609 ], [ -75.20323, 40.025839 ], [ -75.205616, 40.028661 ], [ -75.203407, 40.029561 ], [ -75.205569, 40.032514 ], [ -75.207715, 40.031573 ], [ -75.208278, 40.033762 ], [ -75.208938, 40.035221 ], [ -75.210398, 40.03751 ], [ -75.213026, 40.039412 ], [ -75.214111, 40.040124 ], [ -75.216923, 40.042249 ], [ -75.217846, 40.044343 ], [ -75.217827, 40.0471 ], [ -75.218194, 40.047966 ], [ -75.218706, 40.04851 ], [ -75.227161, 40.052534 ], [ -75.230417, 40.053374 ], [ -75.231223, 40.053703 ], [ -75.228838, 40.056168 ], [ -75.228561, 40.057265 ], [ -75.230156, 40.05955 ], [ -75.228493, 40.060331 ], [ -75.226991, 40.058899 ], [ -75.22495, 40.059866 ], [ -75.226412, 40.061987 ], [ -75.2248, 40.062554 ], [ -75.225109, 40.06608 ], [ -75.223538, 40.067435 ], [ -75.226651, 40.070458 ], [ -75.228088, 40.070649 ], [ -75.227005, 40.072605 ], [ -75.225202, 40.074072 ], [ -75.230411, 40.077042 ], [ -75.225988, 40.079068 ], [ -75.22779, 40.08149 ], [ -75.231412, 40.082658 ], [ -75.232952, 40.083618 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337022", "device_counts": 1500, "stop_counts": 7726 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068862, 40.071845 ], [ -75.065724, 40.070193 ], [ -75.05821, 40.074605 ], [ -75.055857, 40.073249 ], [ -75.053579, 40.073299 ], [ -75.055004, 40.071771 ], [ -75.058052, 40.068549 ], [ -75.059221, 40.067297 ], [ -75.061118, 40.068122 ], [ -75.06304, 40.066143 ], [ -75.067355, 40.068727 ], [ -75.067838, 40.068959 ], [ -75.070412, 40.07022 ], [ -75.068862, 40.071845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010103001", "device_counts": 2247, "stop_counts": 7516 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228735, 39.971107 ], [ -75.225841, 39.97143 ], [ -75.225372, 39.969517 ], [ -75.223118, 39.969747 ], [ -75.222444, 39.966531 ], [ -75.222431, 39.966487 ], [ -75.224812, 39.966206 ], [ -75.22514, 39.968145 ], [ -75.228149, 39.967843 ], [ -75.228248, 39.968409 ], [ -75.228735, 39.971107 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378002", "device_counts": 3918, "stop_counts": 14076 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118068, 39.974275 ], [ -75.113227, 39.976803 ], [ -75.111738, 39.977578 ], [ -75.108971, 39.979021 ], [ -75.105976, 39.980595 ], [ -75.101439, 39.982974 ], [ -75.099, 39.98424 ], [ -75.094393, 39.98663 ], [ -75.089616, 39.989064 ], [ -75.080932, 39.993498 ], [ -75.080785, 39.993572 ], [ -75.078288, 39.990945 ], [ -75.067664096638595, 39.983171324838914 ], [ -75.068604301203905, 39.982401807940505 ], [ -75.068802, 39.98224 ], [ -75.075605, 39.978041 ], [ -75.085831, 39.975102 ], [ -75.092364511040302, 39.974530410977785 ], [ -75.093718, 39.974412 ], [ -75.107540936015297, 39.970476576233416 ], [ -75.108119, 39.970312 ], [ -75.112771104124008, 39.968258553445018 ], [ -75.115617, 39.97296 ], [ -75.118068, 39.974275 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010219001", "device_counts": 1370, "stop_counts": 6260 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.254629, 40.047592 ], [ -75.25412, 40.048324 ], [ -75.238182, 40.059771 ], [ -75.236386, 40.057398 ], [ -75.236042, 40.056711 ], [ -75.235917, 40.055079 ], [ -75.236234, 40.052739 ], [ -75.236301, 40.051037 ], [ -75.235419, 40.048775 ], [ -75.243483, 40.045379 ], [ -75.244871, 40.045819 ], [ -75.244974, 40.047166 ], [ -75.245728, 40.049257 ], [ -75.246742, 40.048517 ], [ -75.248689, 40.045941 ], [ -75.249271, 40.04534 ], [ -75.251298, 40.043505 ], [ -75.254678, 40.045924 ], [ -75.254629, 40.047592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345011", "device_counts": 1024, "stop_counts": 5717 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.042114, 40.070038 ], [ -75.039748, 40.072411 ], [ -75.041869, 40.075429 ], [ -75.040606, 40.07535 ], [ -75.036627, 40.073019 ], [ -75.039163, 40.070369 ], [ -75.040265, 40.068747 ], [ -75.0406, 40.068042 ], [ -75.042114, 40.070038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010022", "device_counts": 1658, "stop_counts": 3359 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150037, 39.945144 ], [ -75.144933, 39.944494 ], [ -75.145243, 39.943087 ], [ -75.150339, 39.94373 ], [ -75.150037, 39.945144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010366001", "device_counts": 36207, "stop_counts": 114550 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14617, 39.931321 ], [ -75.145146, 39.933321 ], [ -75.144656, 39.935402 ], [ -75.143467, 39.938725 ], [ -75.144529, 39.938873 ], [ -75.14406, 39.940972 ], [ -75.142466, 39.948174 ], [ -75.141469, 39.951698 ], [ -75.141625, 39.955279 ], [ -75.141607, 39.955491 ], [ -75.139954, 39.956928 ], [ -75.138081, 39.962936 ], [ -75.136755, 39.962766 ], [ -75.130217089517501, 39.958589210316127 ], [ -75.13352, 39.954412 ], [ -75.1339950133858, 39.9528358192197 ], [ -75.13572, 39.947112 ], [ -75.13612, 39.933912 ], [ -75.135887594594593, 39.932517567567601 ], [ -75.135346189189193, 39.929269135135087 ], [ -75.137217, 39.928886 ], [ -75.146413, 39.930114 ], [ -75.14617, 39.931321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008034", "device_counts": 2085, "stop_counts": 4668 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173813, 39.950531 ], [ -75.172752, 39.950398 ], [ -75.173085, 39.948799 ], [ -75.174173, 39.948921 ], [ -75.173813, 39.950531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377001", "device_counts": 6802, "stop_counts": 28074 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156275, 39.986283 ], [ -75.154063, 39.986003 ], [ -75.150913, 39.985597 ], [ -75.150197, 39.985504 ], [ -75.147766, 39.98519 ], [ -75.148109, 39.983604 ], [ -75.151266, 39.983978 ], [ -75.152235, 39.979531 ], [ -75.157581, 39.980223 ], [ -75.156275, 39.986283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382001", "device_counts": 5403, "stop_counts": 15642 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109709, 39.992334 ], [ -75.108144, 39.993156 ], [ -75.102674, 39.996008 ], [ -75.100367, 39.997206 ], [ -75.097949, 39.998496 ], [ -75.094523, 39.994603 ], [ -75.097007, 39.993399 ], [ -75.095726, 39.99195 ], [ -75.098035, 39.990748 ], [ -75.100302, 39.993322 ], [ -75.107339, 39.989644 ], [ -75.10773, 39.990079 ], [ -75.108859, 39.991356 ], [ -75.109528, 39.992123 ], [ -75.109709, 39.992334 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388002", "device_counts": 1699, "stop_counts": 4322 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198787, 40.054802 ], [ -75.191876, 40.061257 ], [ -75.191054, 40.060176 ], [ -75.19022, 40.059199 ], [ -75.195763, 40.055507 ], [ -75.194647, 40.054791 ], [ -75.196319, 40.053234 ], [ -75.198787, 40.054802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275001", "device_counts": 1877, "stop_counts": 5701 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13479, 40.04146 ], [ -75.134724, 40.046134 ], [ -75.132121, 40.046018 ], [ -75.131283, 40.045984 ], [ -75.128495, 40.045626 ], [ -75.128834, 40.044086 ], [ -75.12916, 40.04257 ], [ -75.129498, 40.041048 ], [ -75.131387, 40.041648 ], [ -75.132216, 40.041759 ], [ -75.133031, 40.041872 ], [ -75.13346, 40.039994 ], [ -75.134969, 40.04022 ], [ -75.13479, 40.04146 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278003", "device_counts": 4058, "stop_counts": 9762 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151249, 40.041174 ], [ -75.149908, 40.040376 ], [ -75.148083, 40.04048 ], [ -75.146469, 40.040087 ], [ -75.144302, 40.04109 ], [ -75.144571, 40.039836 ], [ -75.144749, 40.039072 ], [ -75.145554, 40.035262 ], [ -75.148179, 40.035598 ], [ -75.149859, 40.035827 ], [ -75.149126, 40.037464 ], [ -75.149988, 40.038971 ], [ -75.151505, 40.040612 ], [ -75.151249, 40.041174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284003", "device_counts": 867, "stop_counts": 3190 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140638, 40.025262 ], [ -75.140303, 40.026745 ], [ -75.138698, 40.026536 ], [ -75.137096, 40.026336 ], [ -75.135096, 40.026079 ], [ -75.135724, 40.023602 ], [ -75.135664, 40.023155 ], [ -75.135854, 40.023082 ], [ -75.135939, 40.02305 ], [ -75.136799, 40.022663 ], [ -75.137001, 40.022923 ], [ -75.140979, 40.023667 ], [ -75.140638, 40.025262 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291003", "device_counts": 5388, "stop_counts": 12785 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.107909, 40.03215 ], [ -75.106912, 40.033135 ], [ -75.105935, 40.0341 ], [ -75.104725, 40.035321 ], [ -75.101148, 40.033334 ], [ -75.103903, 40.030589 ], [ -75.104306, 40.029846 ], [ -75.106431, 40.029197 ], [ -75.109057, 40.031741 ], [ -75.107909, 40.03215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300003", "device_counts": 1023, "stop_counts": 4605 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077663, 40.018853 ], [ -75.076696, 40.019926 ], [ -75.075199, 40.019109 ], [ -75.076164, 40.018049 ], [ -75.075429, 40.017665 ], [ -75.07505, 40.017159 ], [ -75.077257, 40.014973 ], [ -75.079927, 40.016418 ], [ -75.077663, 40.018853 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302002", "device_counts": 632, "stop_counts": 3563 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081849, 40.028512 ], [ -75.080866, 40.029556 ], [ -75.07908, 40.028552 ], [ -75.077861, 40.027869 ], [ -75.080031, 40.025569 ], [ -75.081379, 40.026314 ], [ -75.083038, 40.027241 ], [ -75.081849, 40.028512 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306006", "device_counts": 526, "stop_counts": 2442 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100896, 40.052723 ], [ -75.097525, 40.054642 ], [ -75.094056, 40.056771 ], [ -75.093483, 40.057259 ], [ -75.092524, 40.055467 ], [ -75.093706, 40.054203 ], [ -75.094766, 40.053095 ], [ -75.096242, 40.051528 ], [ -75.097243, 40.052051 ], [ -75.098234, 40.052593 ], [ -75.100681, 40.05254 ], [ -75.100935, 40.052699 ], [ -75.100896, 40.052723 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336003", "device_counts": 1214, "stop_counts": 6038 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068074, 40.060824 ], [ -75.065685, 40.063332 ], [ -75.062124, 40.061348 ], [ -75.060101, 40.060221 ], [ -75.061304, 40.058975 ], [ -75.059693, 40.058084 ], [ -75.055937, 40.055993 ], [ -75.057125, 40.054722 ], [ -75.060891, 40.056823 ], [ -75.064499, 40.058826 ], [ -75.067196, 40.060321 ], [ -75.068074, 40.060824 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010346001", "device_counts": 14155, "stop_counts": 52960 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035087, 40.074617 ], [ -75.028952, 40.080968 ], [ -75.013126, 40.072071 ], [ -75.021707, 40.063392 ], [ -75.022217, 40.06352 ], [ -75.028256, 40.067314 ], [ -75.02966, 40.068154 ], [ -75.032965, 40.072152 ], [ -75.035087, 40.074617 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349003", "device_counts": 976, "stop_counts": 3636 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.018683, 40.040047 ], [ -75.013422, 40.043306 ], [ -75.012708, 40.043779 ], [ -75.010101, 40.041671 ], [ -75.012125, 40.040582 ], [ -75.010099, 40.039038 ], [ -75.012541, 40.038027 ], [ -75.01783, 40.039076 ], [ -75.018683, 40.040047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010359001", "device_counts": 6573, "stop_counts": 27303 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024306, 40.111181 ], [ -75.023041, 40.112998 ], [ -75.018457, 40.118119 ], [ -75.015384, 40.123599 ], [ -75.010453, 40.120681 ], [ -75.008712, 40.119612 ], [ -75.013156, 40.11397 ], [ -75.014449, 40.115451 ], [ -75.01993, 40.110978 ], [ -75.023459, 40.110847 ], [ -75.024306, 40.111181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362013", "device_counts": 1004, "stop_counts": 4960 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.990155, 40.084052 ], [ -74.988885, 40.083129 ], [ -74.987586, 40.082663 ], [ -74.987408, 40.081351 ], [ -74.986539, 40.080333 ], [ -74.988911, 40.07812 ], [ -74.990003, 40.077975 ], [ -74.994348, 40.081681 ], [ -74.990155, 40.084052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306004", "device_counts": 1085, "stop_counts": 2752 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100394, 40.048691 ], [ -75.09822, 40.051023 ], [ -75.097243, 40.052051 ], [ -75.096242, 40.051528 ], [ -75.094593, 40.050655 ], [ -75.095623, 40.049584 ], [ -75.098017, 40.047096 ], [ -75.099559, 40.047973 ], [ -75.100394, 40.048691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314014", "device_counts": 417, "stop_counts": 2179 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070634, 40.043272 ], [ -75.068338, 40.045728 ], [ -75.066547, 40.044741 ], [ -75.065919, 40.044399 ], [ -75.067069, 40.043188 ], [ -75.068234, 40.041945 ], [ -75.069459, 40.042621 ], [ -75.070634, 40.043272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315012", "device_counts": 2495, "stop_counts": 8325 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047973, 40.037283 ], [ -75.047405, 40.037892 ], [ -75.045778, 40.036986 ], [ -75.043199, 40.035544 ], [ -75.044671, 40.034771 ], [ -75.04677, 40.033683 ], [ -75.047718, 40.033301 ], [ -75.050349, 40.034769 ], [ -75.047973, 40.037283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319004", "device_counts": 805, "stop_counts": 2616 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068516, 40.021385 ], [ -75.062802, 40.024402 ], [ -75.06308, 40.022452 ], [ -75.062925, 40.021777 ], [ -75.06701, 40.01967 ], [ -75.067412, 40.020111 ], [ -75.068516, 40.021385 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325002", "device_counts": 872, "stop_counts": 4833 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051104, 40.026407 ], [ -75.049273, 40.027351 ], [ -75.047453, 40.028294 ], [ -75.046555, 40.027265 ], [ -75.044721, 40.025179 ], [ -75.048375, 40.023291 ], [ -75.049304, 40.024351 ], [ -75.050202, 40.02538 ], [ -75.051104, 40.026407 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330002", "device_counts": 353, "stop_counts": 1698 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.034538, 40.036464 ], [ -75.032295, 40.037622 ], [ -75.031903, 40.036993 ], [ -75.030905, 40.035358 ], [ -75.032739, 40.034407 ], [ -75.034538, 40.036464 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088023", "device_counts": 5938, "stop_counts": 18135 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205092, 39.954419 ], [ -75.204933, 39.955181 ], [ -75.200098, 39.954582 ], [ -75.200525, 39.952695 ], [ -75.200801, 39.951458 ], [ -75.203083, 39.951745 ], [ -75.202828, 39.95297 ], [ -75.204107, 39.953128 ], [ -75.20546, 39.952682 ], [ -75.205092, 39.954419 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153002", "device_counts": 972, "stop_counts": 3312 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162951, 39.985542 ], [ -75.161383, 39.985339 ], [ -75.158246, 39.984934 ], [ -75.158567, 39.98342 ], [ -75.163286, 39.984034 ], [ -75.162951, 39.985542 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160007", "device_counts": 604, "stop_counts": 2774 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127579, 39.981383 ], [ -75.125062, 39.982373 ], [ -75.123266, 39.980344 ], [ -75.122449, 39.979411 ], [ -75.124193, 39.9785 ], [ -75.125018, 39.979426 ], [ -75.125593, 39.979124 ], [ -75.127579, 39.981383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167012", "device_counts": 643, "stop_counts": 3172 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164094, 39.995169 ], [ -75.160946, 39.994737 ], [ -75.161948, 39.990185 ], [ -75.1635, 39.990401 ], [ -75.16294, 39.993043 ], [ -75.164094, 39.995169 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170003", "device_counts": 2734, "stop_counts": 8601 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187821, 40.006102 ], [ -75.185412, 40.009513 ], [ -75.185674, 40.01012 ], [ -75.183611, 40.010905 ], [ -75.182239, 40.011676 ], [ -75.180147, 40.009251 ], [ -75.179692, 40.007898 ], [ -75.178633, 40.005052 ], [ -75.178809, 40.004937 ], [ -75.181141, 40.003697 ], [ -75.183644, 40.004204 ], [ -75.18335, 40.005521 ], [ -75.183204, 40.006624 ], [ -75.18535, 40.006527 ], [ -75.186349, 40.006533 ], [ -75.186477, 40.005921 ], [ -75.187821, 40.006102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180024", "device_counts": 502, "stop_counts": 1742 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.110525, 39.980787 ], [ -75.108828, 39.981673 ], [ -75.106968, 39.982648 ], [ -75.105921, 39.981461 ], [ -75.105976, 39.980595 ], [ -75.108971, 39.979021 ], [ -75.110525, 39.980787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190001", "device_counts": 1426, "stop_counts": 4485 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103146, 40.006202 ], [ -75.102552, 40.009202 ], [ -75.100373, 40.008914 ], [ -75.098428, 40.008664 ], [ -75.098734, 40.007196 ], [ -75.100691, 40.007435 ], [ -75.101064, 40.005695 ], [ -75.101826, 40.005667 ], [ -75.10327, 40.005602 ], [ -75.103146, 40.006202 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027011", "device_counts": 834, "stop_counts": 3109 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154735, 39.931208 ], [ -75.154454, 39.93242 ], [ -75.152893, 39.932208 ], [ -75.151309, 39.932007 ], [ -75.151852, 39.929555 ], [ -75.154997, 39.929984 ], [ -75.154735, 39.931208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030014", "device_counts": 748, "stop_counts": 2574 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175289, 39.928867 ], [ -75.175032, 39.930087 ], [ -75.172907, 39.929811 ], [ -75.173426, 39.927363 ], [ -75.175562, 39.927642 ], [ -75.175289, 39.928867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039021", "device_counts": 1386, "stop_counts": 4534 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174033, 39.919809 ], [ -75.173748, 39.92106 ], [ -75.170581, 39.920653 ], [ -75.170854, 39.91941 ], [ -75.171122, 39.918152 ], [ -75.174302, 39.918562 ], [ -75.174033, 39.919809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363033", "device_counts": 750, "stop_counts": 5301 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.976091, 40.097433 ], [ -74.974647, 40.098954 ], [ -74.973395, 40.099759 ], [ -74.970836, 40.100755 ], [ -74.967496, 40.100803 ], [ -74.968536, 40.098492 ], [ -74.970261, 40.097964 ], [ -74.970623, 40.096983 ], [ -74.971016, 40.096392 ], [ -74.972898, 40.096859 ], [ -74.97577, 40.096412 ], [ -74.976091, 40.097433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042012", "device_counts": 1307, "stop_counts": 5942 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155233, 39.921686 ], [ -75.155056, 39.922495 ], [ -75.149916, 39.921819 ], [ -75.150461, 39.919345 ], [ -75.155597, 39.920013 ], [ -75.155233, 39.921686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010054001", "device_counts": 1755, "stop_counts": 6142 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264878, 39.887927 ], [ -75.262485, 39.888406 ], [ -75.261743, 39.891774 ], [ -75.259112, 39.892436 ], [ -75.256789, 39.895189 ], [ -75.257362, 39.895844 ], [ -75.255093, 39.898756 ], [ -75.253285, 39.898094 ], [ -75.252349, 39.897618 ], [ -75.243752, 39.893025 ], [ -75.241825, 39.892006 ], [ -75.246231, 39.889505 ], [ -75.254897, 39.880006 ], [ -75.257003, 39.878422 ], [ -75.261245, 39.876484 ], [ -75.262539, 39.876578 ], [ -75.264928, 39.881112 ], [ -75.264433, 39.882167 ], [ -75.261937, 39.883 ], [ -75.264602, 39.884737 ], [ -75.262844, 39.885682 ], [ -75.265153, 39.887142 ], [ -75.264878, 39.887927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065002", "device_counts": 668, "stop_counts": 2207 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243369, 39.931908 ], [ -75.241909, 39.933544 ], [ -75.237617, 39.932526 ], [ -75.236833, 39.933768 ], [ -75.235249, 39.934997 ], [ -75.234499, 39.93613 ], [ -75.233213, 39.935057 ], [ -75.231533, 39.933634 ], [ -75.232567, 39.932912 ], [ -75.231276, 39.931827 ], [ -75.232362, 39.931074 ], [ -75.235478, 39.928877 ], [ -75.237726, 39.92932 ], [ -75.242972, 39.93094 ], [ -75.243643, 39.930897 ], [ -75.243369, 39.931908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246001", "device_counts": 1490, "stop_counts": 4622 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173951, 40.035193 ], [ -75.172726, 40.035986 ], [ -75.171368, 40.037315 ], [ -75.170377, 40.036921 ], [ -75.164809, 40.036452 ], [ -75.165094, 40.036234 ], [ -75.165747, 40.035702 ], [ -75.169211, 40.032314 ], [ -75.17061, 40.033131 ], [ -75.173724, 40.035012 ], [ -75.173951, 40.035193 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252007", "device_counts": 745, "stop_counts": 3659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179194, 40.048872 ], [ -75.175804, 40.052241 ], [ -75.17326, 40.050667 ], [ -75.176247, 40.047752 ], [ -75.176624, 40.047398 ], [ -75.178144, 40.04821 ], [ -75.179194, 40.048872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259006", "device_counts": 301, "stop_counts": 1815 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176438, 40.084649 ], [ -75.172951, 40.082581 ], [ -75.174143, 40.08135 ], [ -75.177696, 40.083378 ], [ -75.176438, 40.084649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107001", "device_counts": 691, "stop_counts": 2030 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212148, 39.973012 ], [ -75.205979, 39.971429 ], [ -75.205907, 39.970875 ], [ -75.208356, 39.970706 ], [ -75.211723, 39.970722 ], [ -75.212148, 39.973012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110001", "device_counts": 1593, "stop_counts": 3648 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212211, 39.973242 ], [ -75.209834, 39.973505 ], [ -75.208901, 39.973613 ], [ -75.208756, 39.972864 ], [ -75.208323, 39.972912 ], [ -75.208081, 39.972962 ], [ -75.206302, 39.973162 ], [ -75.204176, 39.973395 ], [ -75.203871, 39.97176 ], [ -75.199139, 39.972707 ], [ -75.199505, 39.974646 ], [ -75.198809, 39.974722 ], [ -75.198817, 39.972434 ], [ -75.199608, 39.97193 ], [ -75.20083, 39.971455 ], [ -75.203722, 39.970929 ], [ -75.205979, 39.971429 ], [ -75.212148, 39.973012 ], [ -75.212211, 39.973242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119005", "device_counts": 380, "stop_counts": 1489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232932, 39.988934 ], [ -75.230433, 39.98946 ], [ -75.229017, 39.989747 ], [ -75.226573, 39.989763 ], [ -75.226577, 39.989221 ], [ -75.227054, 39.989209 ], [ -75.228123, 39.988356 ], [ -75.229911, 39.987936 ], [ -75.230168, 39.988695 ], [ -75.23267, 39.988155 ], [ -75.232932, 39.988934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010131002", "device_counts": 1160, "stop_counts": 2662 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151852, 39.964712 ], [ -75.147796, 39.963527 ], [ -75.148029, 39.962265 ], [ -75.152146, 39.962452 ], [ -75.151852, 39.964712 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137004", "device_counts": 1500, "stop_counts": 3819 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184945, 39.975479 ], [ -75.182327, 39.975143 ], [ -75.181707, 39.975062 ], [ -75.182147, 39.973009 ], [ -75.185394, 39.973417 ], [ -75.184945, 39.975479 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012023", "device_counts": 1950, "stop_counts": 5365 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174627, 39.946753 ], [ -75.171488, 39.946353 ], [ -75.171906, 39.944443 ], [ -75.175054, 39.944832 ], [ -75.174627, 39.946753 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010017001", "device_counts": 1632, "stop_counts": 4532 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148157, 39.938899 ], [ -75.144646, 39.938373 ], [ -75.144529, 39.938873 ], [ -75.143467, 39.938725 ], [ -75.144656, 39.935402 ], [ -75.146808, 39.935982 ], [ -75.148694, 39.936486 ], [ -75.148157, 39.938899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263013", "device_counts": 1845, "stop_counts": 4437 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163884, 40.073088 ], [ -75.161285, 40.075764 ], [ -75.158417, 40.074169 ], [ -75.161313, 40.071386 ], [ -75.163884, 40.073088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265003", "device_counts": 635, "stop_counts": 2082 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153763, 40.060098 ], [ -75.151141, 40.061326 ], [ -75.149219, 40.058432 ], [ -75.152752, 40.05859 ], [ -75.153763, 40.060098 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267001", "device_counts": 514, "stop_counts": 2845 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145445, 40.058254 ], [ -75.143167, 40.058143 ], [ -75.142292, 40.057941 ], [ -75.142849, 40.055357 ], [ -75.145211, 40.055661 ], [ -75.146002, 40.055765 ], [ -75.145445, 40.058254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273002", "device_counts": 3551, "stop_counts": 11305 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12386, 40.035562 ], [ -75.123686, 40.037144 ], [ -75.121072, 40.036815 ], [ -75.121421, 40.035281 ], [ -75.120074, 40.035111 ], [ -75.114896, 40.034447 ], [ -75.116083, 40.033037 ], [ -75.120713, 40.03364 ], [ -75.121711, 40.03347 ], [ -75.121964, 40.03373 ], [ -75.1236, 40.032771 ], [ -75.124167, 40.032575 ], [ -75.12386, 40.035562 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198004", "device_counts": 650, "stop_counts": 2485 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139815, 40.010939 ], [ -75.139484, 40.012453 ], [ -75.137826, 40.012233 ], [ -75.138483, 40.009234 ], [ -75.141425, 40.00961 ], [ -75.139815, 40.010939 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202003", "device_counts": 491, "stop_counts": 1983 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161095, 40.008883 ], [ -75.160936, 40.009632 ], [ -75.157775, 40.009231 ], [ -75.157945, 40.008486 ], [ -75.158106, 40.007736 ], [ -75.158278, 40.006994 ], [ -75.161409, 40.007399 ], [ -75.161095, 40.008883 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210003", "device_counts": 1497, "stop_counts": 3326 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212764, 40.025348 ], [ -75.209437, 40.026929 ], [ -75.207732, 40.023783 ], [ -75.208035, 40.023114 ], [ -75.209213, 40.021899 ], [ -75.210348, 40.022259 ], [ -75.212764, 40.025348 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010216001", "device_counts": 840, "stop_counts": 3356 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236642, 40.036295 ], [ -75.234363, 40.040917 ], [ -75.234005, 40.041307 ], [ -75.22853, 40.04386 ], [ -75.227444, 40.043197 ], [ -75.226267, 40.042401 ], [ -75.228104, 40.040855 ], [ -75.234937, 40.0349 ], [ -75.236642, 40.036295 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388001", "device_counts": 1528, "stop_counts": 3976 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.201625, 40.056796 ], [ -75.202545, 40.059884 ], [ -75.202475, 40.06265 ], [ -75.196385, 40.066623 ], [ -75.195726, 40.065177 ], [ -75.192891, 40.062662 ], [ -75.191876, 40.061257 ], [ -75.198787, 40.054802 ], [ -75.201462, 40.052316 ], [ -75.204845, 40.054823 ], [ -75.201625, 40.056796 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070003", "device_counts": 1402, "stop_counts": 4207 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225887, 39.935625 ], [ -75.223219, 39.933389 ], [ -75.221731, 39.93443 ], [ -75.220543, 39.933446 ], [ -75.217811, 39.935357 ], [ -75.217058, 39.934733 ], [ -75.221287, 39.931789 ], [ -75.222696, 39.930808 ], [ -75.224592, 39.93241 ], [ -75.227252, 39.934661 ], [ -75.225887, 39.935625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072005", "device_counts": 457, "stop_counts": 2223 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233718, 39.944559 ], [ -75.232349, 39.945515 ], [ -75.231754, 39.945721 ], [ -75.2305, 39.944656 ], [ -75.230947, 39.944336 ], [ -75.233074, 39.942849 ], [ -75.233566, 39.943265 ], [ -75.234474, 39.944027 ], [ -75.233718, 39.944559 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078001", "device_counts": 1189, "stop_counts": 3363 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21652, 39.944171 ], [ -75.213961, 39.945974 ], [ -75.211389, 39.947796 ], [ -75.210103, 39.946697 ], [ -75.2109, 39.946153 ], [ -75.211401, 39.945802 ], [ -75.212687, 39.944885 ], [ -75.214999, 39.943265 ], [ -75.215246, 39.943087 ], [ -75.215615, 39.943402 ], [ -75.21652, 39.944171 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082001", "device_counts": 935, "stop_counts": 3563 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243068, 39.950926 ], [ -75.242754, 39.952432 ], [ -75.238796, 39.951942 ], [ -75.239118, 39.950446 ], [ -75.239232, 39.949923 ], [ -75.24323, 39.950172 ], [ -75.243068, 39.950926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084002", "device_counts": 1492, "stop_counts": 4437 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235504, 39.958192 ], [ -75.235342, 39.958951 ], [ -75.231277, 39.958448 ], [ -75.231557, 39.957102 ], [ -75.233732, 39.956801 ], [ -75.235745, 39.957049 ], [ -75.235504, 39.958192 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039011", "device_counts": 4015, "stop_counts": 11877 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172945, 39.924836 ], [ -75.172416, 39.927232 ], [ -75.171397, 39.927104 ], [ -75.169228, 39.926806 ], [ -75.169494, 39.925596 ], [ -75.169499, 39.925531 ], [ -75.169744, 39.924409 ], [ -75.170023, 39.923138 ], [ -75.173226, 39.923556 ], [ -75.172945, 39.924836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362021", "device_counts": 787, "stop_counts": 5100 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.982385, 40.091724 ], [ -74.982114, 40.091942 ], [ -74.979893, 40.09381 ], [ -74.976072, 40.090653 ], [ -74.97559, 40.089861 ], [ -74.979504, 40.087814 ], [ -74.980601, 40.087914 ], [ -74.981491, 40.087994 ], [ -74.98418, 40.089906 ], [ -74.982385, 40.091724 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072004", "device_counts": 510, "stop_counts": 2360 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2305, 39.944656 ], [ -75.228686, 39.945913 ], [ -75.226805, 39.945083 ], [ -75.228184, 39.944134 ], [ -75.229553, 39.943168 ], [ -75.230947, 39.944336 ], [ -75.2305, 39.944656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190003", "device_counts": 2095, "stop_counts": 7759 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.097431, 40.013325 ], [ -75.097055, 40.015202 ], [ -75.097041, 40.01595 ], [ -75.09704, 40.016018 ], [ -75.096279, 40.015957 ], [ -75.094365, 40.014794 ], [ -75.09342, 40.013136 ], [ -75.094547, 40.011027 ], [ -75.094995, 40.009984 ], [ -75.094673, 40.009351 ], [ -75.092494, 40.007976 ], [ -75.092574, 40.007932 ], [ -75.094104, 40.007096 ], [ -75.094816, 40.008195 ], [ -75.098428, 40.008664 ], [ -75.097431, 40.013325 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010385001", "device_counts": 1830, "stop_counts": 4586 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2112, 40.068809 ], [ -75.209082, 40.070894 ], [ -75.210566, 40.071803 ], [ -75.206418, 40.076011 ], [ -75.203427, 40.07418 ], [ -75.202651, 40.073212 ], [ -75.204166, 40.069595 ], [ -75.205815, 40.070106 ], [ -75.208933, 40.067015 ], [ -75.211138, 40.068318 ], [ -75.2112, 40.068809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178006", "device_counts": 943, "stop_counts": 3753 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1249, 39.990159 ], [ -75.124593, 39.990328 ], [ -75.122248, 39.988511 ], [ -75.118392, 39.990528 ], [ -75.116751, 39.988652 ], [ -75.120138, 39.986877 ], [ -75.121438, 39.987859 ], [ -75.121855, 39.987436 ], [ -75.122417, 39.987001 ], [ -75.125491, 39.989836 ], [ -75.1249, 39.990159 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319001", "device_counts": 2040, "stop_counts": 5610 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.065108, 40.027073 ], [ -75.062599, 40.027433 ], [ -75.062394, 40.027444 ], [ -75.062419, 40.027136 ], [ -75.059761, 40.024161 ], [ -75.06308, 40.022452 ], [ -75.062802, 40.024402 ], [ -75.063254, 40.024912 ], [ -75.065492, 40.026589 ], [ -75.065108, 40.027073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356014", "device_counts": 5058, "stop_counts": 16156 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033474, 40.098205 ], [ -75.030235, 40.103387 ], [ -75.028883, 40.102543 ], [ -75.027635, 40.101765 ], [ -75.023927, 40.100702 ], [ -75.030725, 40.09553 ], [ -75.030477, 40.098088 ], [ -75.034298, 40.097871 ], [ -75.033474, 40.098205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177011", "device_counts": 1671, "stop_counts": 5998 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119665, 39.995671 ], [ -75.119328, 39.997255 ], [ -75.116414, 39.996881 ], [ -75.116751, 39.995294 ], [ -75.115778, 39.995167 ], [ -75.12031, 39.992672 ], [ -75.119665, 39.995671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022002", "device_counts": 1123, "stop_counts": 3648 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17385, 39.93545 ], [ -75.170729, 39.935024 ], [ -75.170455, 39.936232 ], [ -75.167303, 39.935695 ], [ -75.16764, 39.93415 ], [ -75.17034, 39.934498 ], [ -75.172389, 39.934765 ], [ -75.17397, 39.934974 ], [ -75.17385, 39.93545 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266005", "device_counts": 458, "stop_counts": 2081 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151053, 40.064852 ], [ -75.147353, 40.064371 ], [ -75.147649, 40.06301 ], [ -75.151414, 40.063206 ], [ -75.151053, 40.064852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316003", "device_counts": 2426, "stop_counts": 6751 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.062207, 40.027471 ], [ -75.058848, 40.030998 ], [ -75.056077, 40.029455 ], [ -75.056872, 40.028943 ], [ -75.058579, 40.028225 ], [ -75.059227, 40.027909 ], [ -75.062207, 40.027471 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104001", "device_counts": 424, "stop_counts": 1985 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223118, 39.969747 ], [ -75.220823, 39.969982 ], [ -75.220578, 39.968067 ], [ -75.220402, 39.966641 ], [ -75.222444, 39.966531 ], [ -75.223118, 39.969747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149006", "device_counts": 2067, "stop_counts": 5339 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188033, 39.984126 ], [ -75.184794, 39.983706 ], [ -75.184298, 39.983647 ], [ -75.181758, 39.983325 ], [ -75.185497, 39.980804 ], [ -75.188661, 39.981207 ], [ -75.188033, 39.984126 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281002", "device_counts": 1810, "stop_counts": 5128 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152369, 40.031387 ], [ -75.151356, 40.031255 ], [ -75.151521, 40.030498 ], [ -75.148206, 40.030851 ], [ -75.146575, 40.030637 ], [ -75.146705, 40.030127 ], [ -75.14685, 40.029481 ], [ -75.147218, 40.027644 ], [ -75.148865, 40.027857 ], [ -75.148751, 40.028476 ], [ -75.151263, 40.027186 ], [ -75.15152, 40.027556 ], [ -75.153282, 40.029955 ], [ -75.152369, 40.031387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081023", "device_counts": 844, "stop_counts": 2983 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238166, 39.955011 ], [ -75.234212, 39.954521 ], [ -75.234531, 39.953 ], [ -75.238476, 39.953485 ], [ -75.238166, 39.955011 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344002", "device_counts": 846, "stop_counts": 4594 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057068, 40.089697 ], [ -75.053907, 40.091873 ], [ -75.050752, 40.09478 ], [ -75.047567, 40.09192 ], [ -75.047052, 40.09108 ], [ -75.045685, 40.089021 ], [ -75.048799, 40.088354 ], [ -75.049588, 40.08746 ], [ -75.050151, 40.086275 ], [ -75.050745, 40.086616 ], [ -75.051362, 40.086035 ], [ -75.051852, 40.08559 ], [ -75.053386, 40.084845 ], [ -75.055093, 40.084078 ], [ -75.055386, 40.083679 ], [ -75.054568, 40.081271 ], [ -75.054083, 40.080901 ], [ -75.052327, 40.079859 ], [ -75.052737, 40.079427 ], [ -75.054985, 40.081228 ], [ -75.056738, 40.086984 ], [ -75.055807, 40.088095 ], [ -75.057068, 40.089697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349001", "device_counts": 3247, "stop_counts": 10918 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.008224, 40.052113 ], [ -75.007886, 40.052381 ], [ -75.004795, 40.054747 ], [ -74.999877, 40.050402 ], [ -74.99627, 40.047202 ], [ -75.003514, 40.042822 ], [ -75.006278, 40.041155 ], [ -75.009595, 40.043924 ], [ -75.007927, 40.045033 ], [ -75.012273, 40.048885 ], [ -75.008224, 40.052113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254001", "device_counts": 357, "stop_counts": 1930 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173445, 40.059867 ], [ -75.170787, 40.0626 ], [ -75.168641, 40.061373 ], [ -75.172869, 40.057256 ], [ -75.174312, 40.058142 ], [ -75.173445, 40.059867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028012", "device_counts": 946, "stop_counts": 3262 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158745, 39.927564 ], [ -75.158666, 39.927955 ], [ -75.155546, 39.92755 ], [ -75.156095, 39.925103 ], [ -75.157666, 39.925313 ], [ -75.159204, 39.925511 ], [ -75.158745, 39.927564 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019804001", "device_counts": 89311, "stop_counts": 253786 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248463, 39.87765 ], [ -75.246044, 39.878981 ], [ -75.24413, 39.881256 ], [ -75.242544, 39.884969 ], [ -75.24072, 39.887833 ], [ -75.239244, 39.889103 ], [ -75.235941, 39.890059 ], [ -75.233426, 39.889178 ], [ -75.229911, 39.882411 ], [ -75.228516, 39.880973 ], [ -75.227493, 39.88182 ], [ -75.223317, 39.883766 ], [ -75.221643, 39.882386 ], [ -75.213969, 39.883692 ], [ -75.212248, 39.883027 ], [ -75.211873, 39.880681 ], [ -75.215787, 39.875052 ], [ -75.215722, 39.876087 ], [ -75.21977, 39.875479 ], [ -75.223763, 39.875858 ], [ -75.229985, 39.876847 ], [ -75.234122, 39.877181 ], [ -75.23637, 39.876187 ], [ -75.24047, 39.872381 ], [ -75.241746, 39.872585 ], [ -75.246824, 39.875142 ], [ -75.248431, 39.876485 ], [ -75.253515, 39.876015 ], [ -75.248463, 39.87765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008031", "device_counts": 1328, "stop_counts": 2725 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177323, 39.950964 ], [ -75.176519, 39.95087 ], [ -75.175738, 39.950769 ], [ -75.176239, 39.948414 ], [ -75.177843, 39.94861 ], [ -75.177323, 39.950964 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024002", "device_counts": 4320, "stop_counts": 8023 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159517, 39.9331 ], [ -75.157351, 39.934897 ], [ -75.157089, 39.935103 ], [ -75.155577, 39.934667 ], [ -75.155304, 39.935934 ], [ -75.153774, 39.935516 ], [ -75.154194, 39.933649 ], [ -75.154454, 39.93242 ], [ -75.156025, 39.932635 ], [ -75.157578, 39.932837 ], [ -75.159142, 39.933049 ], [ -75.159517, 39.9331 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215003", "device_counts": 891, "stop_counts": 3027 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227199, 40.035255 ], [ -75.225727, 40.03676 ], [ -75.222808, 40.038112 ], [ -75.222052, 40.037775 ], [ -75.218759, 40.036654 ], [ -75.222011, 40.035206 ], [ -75.225849, 40.033506 ], [ -75.224657, 40.031899 ], [ -75.225127, 40.031643 ], [ -75.226787, 40.030802 ], [ -75.228138, 40.032482 ], [ -75.226904, 40.033041 ], [ -75.22815, 40.034714 ], [ -75.227199, 40.035255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010258001", "device_counts": 1335, "stop_counts": 5731 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188461, 40.07275 ], [ -75.186096, 40.075123 ], [ -75.182053, 40.079102 ], [ -75.180238, 40.078084 ], [ -75.176841, 40.07598 ], [ -75.179448, 40.071261 ], [ -75.180482, 40.070191 ], [ -75.181751, 40.068902 ], [ -75.188052, 40.072503 ], [ -75.188461, 40.07275 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323003", "device_counts": 1839, "stop_counts": 6997 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054495, 40.024648 ], [ -75.051104, 40.026407 ], [ -75.050202, 40.02538 ], [ -75.049304, 40.024351 ], [ -75.048375, 40.023291 ], [ -75.045381, 40.019868 ], [ -75.04879, 40.018141 ], [ -75.051773, 40.021535 ], [ -75.052702, 40.022592 ], [ -75.053604, 40.023615 ], [ -75.054495, 40.024648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257003", "device_counts": 1049, "stop_counts": 2725 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.200878, 40.074958 ], [ -75.199786, 40.075366 ], [ -75.199715, 40.073803 ], [ -75.196741, 40.067365 ], [ -75.198673, 40.068575 ], [ -75.20079, 40.070707 ], [ -75.202651, 40.073212 ], [ -75.200878, 40.074958 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037014", "device_counts": 982, "stop_counts": 4269 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.18524, 39.930146 ], [ -75.183601, 39.929928 ], [ -75.182804, 39.928575 ], [ -75.18333, 39.926134 ], [ -75.184393, 39.926276 ], [ -75.186029, 39.926481 ], [ -75.18524, 39.930146 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063003", "device_counts": 796, "stop_counts": 2989 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23816, 39.924839 ], [ -75.234991, 39.922169 ], [ -75.236789, 39.920899 ], [ -75.236655, 39.921242 ], [ -75.239671, 39.923779 ], [ -75.23816, 39.924839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081021", "device_counts": 777, "stop_counts": 2499 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238796, 39.951942 ], [ -75.234856, 39.951444 ], [ -75.235165, 39.949953 ], [ -75.239118, 39.950446 ], [ -75.238796, 39.951942 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083013", "device_counts": 1624, "stop_counts": 5497 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249006, 39.956907 ], [ -75.249499, 39.957189 ], [ -75.247897, 39.95724 ], [ -75.247989, 39.956758 ], [ -75.243975, 39.95626 ], [ -75.244084, 39.955743 ], [ -75.24441, 39.954226 ], [ -75.244719, 39.952676 ], [ -75.250816, 39.953475 ], [ -75.249006, 39.956907 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153001", "device_counts": 3276, "stop_counts": 7186 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158567, 39.98342 ], [ -75.158246, 39.984934 ], [ -75.157899, 39.986492 ], [ -75.156275, 39.986283 ], [ -75.157581, 39.980223 ], [ -75.159219, 39.980435 ], [ -75.158567, 39.98342 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169024", "device_counts": 1720, "stop_counts": 5671 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187604, 39.998195 ], [ -75.182341, 39.997519 ], [ -75.183009, 39.994439 ], [ -75.185793, 39.994349 ], [ -75.186633, 39.994448 ], [ -75.187604, 39.998195 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177021", "device_counts": 910, "stop_counts": 3225 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126915, 39.991834 ], [ -75.126374, 39.993462 ], [ -75.123212, 39.993054 ], [ -75.123686, 39.990836 ], [ -75.124593, 39.990328 ], [ -75.1249, 39.990159 ], [ -75.125491, 39.989836 ], [ -75.127031, 39.990386 ], [ -75.126915, 39.991834 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100001", "device_counts": 816, "stop_counts": 4045 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250481, 39.96946 ], [ -75.247518, 39.969093 ], [ -75.246531, 39.968967 ], [ -75.246848, 39.967449 ], [ -75.247169, 39.965927 ], [ -75.251119, 39.966398 ], [ -75.250481, 39.96946 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010016001", "device_counts": 6866, "stop_counts": 14105 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152546, 39.941148 ], [ -75.152334, 39.942015 ], [ -75.150755, 39.941818 ], [ -75.147604, 39.941422 ], [ -75.148157, 39.938899 ], [ -75.151773, 39.939548 ], [ -75.152771, 39.940039 ], [ -75.152546, 39.941148 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362011", "device_counts": 579, "stop_counts": 4420 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.987586, 40.082663 ], [ -74.985377, 40.082317 ], [ -74.981807, 40.082355 ], [ -74.982487, 40.077246 ], [ -74.984631, 40.074335 ], [ -74.984901, 40.07448 ], [ -74.986886, 40.075332 ], [ -74.987568, 40.075825 ], [ -74.985706, 40.07568 ], [ -74.984093, 40.079508 ], [ -74.986539, 40.080333 ], [ -74.987408, 40.081351 ], [ -74.987586, 40.082663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314015", "device_counts": 1657, "stop_counts": 4723 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07207, 40.045024 ], [ -75.069073, 40.048109 ], [ -75.067109, 40.047015 ], [ -75.068338, 40.045728 ], [ -75.070634, 40.043272 ], [ -75.072645, 40.044394 ], [ -75.07207, 40.045024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320002", "device_counts": 496, "stop_counts": 2922 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056294, 40.026703 ], [ -75.053968, 40.027905 ], [ -75.052898, 40.028462 ], [ -75.051104, 40.026407 ], [ -75.054495, 40.024648 ], [ -75.055398, 40.025673 ], [ -75.056294, 40.026703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105002", "device_counts": 3604, "stop_counts": 12009 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.217767, 39.972627 ], [ -75.216331, 39.97279 ], [ -75.212211, 39.973242 ], [ -75.212148, 39.973012 ], [ -75.211723, 39.970722 ], [ -75.211334, 39.968726 ], [ -75.211231, 39.967879 ], [ -75.21365, 39.967696 ], [ -75.2168, 39.967459 ], [ -75.216996, 39.968969 ], [ -75.217172, 39.970351 ], [ -75.217767, 39.972627 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144003", "device_counts": 1909, "stop_counts": 5298 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146082, 39.972833 ], [ -75.145559, 39.975638 ], [ -75.141976, 39.97519 ], [ -75.142581, 39.972388 ], [ -75.144459, 39.972629 ], [ -75.145018, 39.970191 ], [ -75.146543, 39.97038 ], [ -75.146082, 39.972833 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337024", "device_counts": 309, "stop_counts": 1716 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058052, 40.068549 ], [ -75.055004, 40.071771 ], [ -75.053221, 40.070759 ], [ -75.056259, 40.067555 ], [ -75.057477, 40.066268 ], [ -75.059221, 40.067297 ], [ -75.058052, 40.068549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348033", "device_counts": 566, "stop_counts": 2192 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.009331, 40.065812 ], [ -75.008788, 40.06735 ], [ -75.007719, 40.067102 ], [ -75.008319, 40.06252 ], [ -75.005996, 40.061324 ], [ -75.008018, 40.059417 ], [ -75.003644, 40.059552 ], [ -75.007814, 40.057407 ], [ -75.008245, 40.057796 ], [ -75.008801, 40.058401 ], [ -75.009405, 40.062552 ], [ -75.009331, 40.065812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358001", "device_counts": 4114, "stop_counts": 17288 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.027242, 40.116639 ], [ -75.024606, 40.119216 ], [ -75.025511, 40.119714 ], [ -75.027824, 40.120924 ], [ -75.027205, 40.121653 ], [ -75.026346, 40.123524 ], [ -75.024153, 40.12492 ], [ -75.020183, 40.122282 ], [ -75.023292, 40.125201 ], [ -75.0201, 40.126358 ], [ -75.015384, 40.123599 ], [ -75.018457, 40.118119 ], [ -75.023041, 40.112998 ], [ -75.024699, 40.113964 ], [ -75.027231, 40.115422 ], [ -75.028062, 40.1157 ], [ -75.027242, 40.116639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271003", "device_counts": 986, "stop_counts": 2604 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127143, 40.051748 ], [ -75.125298, 40.051492 ], [ -75.124614, 40.049849 ], [ -75.125631, 40.045259 ], [ -75.126639, 40.045392 ], [ -75.128495, 40.045626 ], [ -75.127143, 40.051748 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284001", "device_counts": 907, "stop_counts": 3741 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139304, 40.031288 ], [ -75.136757, 40.030964 ], [ -75.137091, 40.029412 ], [ -75.135802, 40.029254 ], [ -75.136137, 40.027741 ], [ -75.13998, 40.028245 ], [ -75.139304, 40.031288 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300007", "device_counts": 2382, "stop_counts": 8345 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081309, 40.02076 ], [ -75.080281, 40.021866 ], [ -75.079414, 40.021387 ], [ -75.076696, 40.019926 ], [ -75.077663, 40.018853 ], [ -75.079927, 40.016418 ], [ -75.083508, 40.018365 ], [ -75.081309, 40.02076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019800001", "device_counts": 60152, "stop_counts": 184600 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227057, 39.982691 ], [ -75.225573, 39.987151 ], [ -75.225109, 39.987582 ], [ -75.220317, 39.990286 ], [ -75.217994, 39.994223 ], [ -75.210844, 39.998511 ], [ -75.209317, 39.99842 ], [ -75.20728, 39.999054 ], [ -75.206217, 40.000419 ], [ -75.203579, 40.000755 ], [ -75.202057, 40.004729 ], [ -75.206209, 40.006641 ], [ -75.206868, 40.006944 ], [ -75.203156, 40.008256 ], [ -75.207993, 40.009842 ], [ -75.207237, 40.01022 ], [ -75.206968, 40.011372 ], [ -75.205978, 40.011723 ], [ -75.205485, 40.011501 ], [ -75.203107, 40.010138 ], [ -75.197451, 40.008315 ], [ -75.19281, 40.006733 ], [ -75.192467, 40.006482 ], [ -75.19132, 40.003715 ], [ -75.191754, 39.999748 ], [ -75.188447, 40.000272 ], [ -75.186861, 40.000409 ], [ -75.187604, 39.998195 ], [ -75.186633, 39.994448 ], [ -75.185793, 39.994349 ], [ -75.186148, 39.992662 ], [ -75.186713, 39.990215 ], [ -75.187382, 39.98713 ], [ -75.188033, 39.984126 ], [ -75.188661, 39.981207 ], [ -75.189076, 39.979387 ], [ -75.189882, 39.977933 ], [ -75.189674, 39.977173 ], [ -75.187816, 39.976363 ], [ -75.186368, 39.973537 ], [ -75.185394, 39.973417 ], [ -75.185594, 39.972518 ], [ -75.183561, 39.970778 ], [ -75.181589, 39.969025 ], [ -75.179683, 39.967416 ], [ -75.177513, 39.965382 ], [ -75.176778, 39.964822 ], [ -75.176219, 39.964409 ], [ -75.175984, 39.964208 ], [ -75.17786, 39.964555 ], [ -75.183323, 39.964374 ], [ -75.181601, 39.962006 ], [ -75.179937, 39.960028 ], [ -75.179126, 39.958004 ], [ -75.17972, 39.956164 ], [ -75.179768, 39.955993 ], [ -75.179889, 39.955436 ], [ -75.181105, 39.95458 ], [ -75.188266, 39.955441 ], [ -75.187446, 39.95945 ], [ -75.187415, 39.963367 ], [ -75.187551, 39.963931 ], [ -75.187933, 39.965074 ], [ -75.188987, 39.96591 ], [ -75.192139, 39.966888 ], [ -75.192308, 39.967724 ], [ -75.203722, 39.970929 ], [ -75.20083, 39.971455 ], [ -75.199608, 39.97193 ], [ -75.198817, 39.972434 ], [ -75.198809, 39.974722 ], [ -75.199505, 39.974646 ], [ -75.20372, 39.974182 ], [ -75.209321, 39.97625 ], [ -75.213469, 39.977791 ], [ -75.223157, 39.981381 ], [ -75.224066, 39.981508 ], [ -75.226202, 39.981608 ], [ -75.227057, 39.982691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111004", "device_counts": 2447, "stop_counts": 7194 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230171, 39.978794 ], [ -75.226765, 39.977211 ], [ -75.226131, 39.972964 ], [ -75.229026, 39.972644 ], [ -75.229266, 39.973926 ], [ -75.229855, 39.977069 ], [ -75.230171, 39.978794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125002", "device_counts": 8177, "stop_counts": 23361 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176219, 39.964409 ], [ -75.172848, 39.963923 ], [ -75.170958, 39.963692 ], [ -75.169378, 39.963498 ], [ -75.167806, 39.963306 ], [ -75.168429, 39.9604 ], [ -75.171583, 39.960795 ], [ -75.173374, 39.961668 ], [ -75.175984, 39.964208 ], [ -75.176219, 39.964409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213004", "device_counts": 465, "stop_counts": 2423 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220448, 40.031211 ], [ -75.219029, 40.032081 ], [ -75.2177, 40.030848 ], [ -75.216449, 40.029641 ], [ -75.214188, 40.028699 ], [ -75.216632, 40.027602 ], [ -75.219114, 40.029931 ], [ -75.220448, 40.031211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362032", "device_counts": 736, "stop_counts": 3228 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.973615, 40.078901 ], [ -74.97031, 40.080347 ], [ -74.966814, 40.082209 ], [ -74.966078, 40.081031 ], [ -74.964883, 40.077273 ], [ -74.969879, 40.076657 ], [ -74.970537, 40.076281 ], [ -74.972817, 40.077559 ], [ -74.973615, 40.078901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101001", "device_counts": 963, "stop_counts": 2848 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.241013, 39.975833 ], [ -75.23857, 39.976101 ], [ -75.237983, 39.972957 ], [ -75.240427, 39.972687 ], [ -75.241013, 39.975833 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201021", "device_counts": 2673, "stop_counts": 7080 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155681, 40.011457 ], [ -75.151428, 40.010903 ], [ -75.15109, 40.009934 ], [ -75.151246, 40.009279 ], [ -75.156028, 40.009868 ], [ -75.155681, 40.011457 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337011", "device_counts": 1348, "stop_counts": 6566 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051875, 40.069988 ], [ -75.050462, 40.071509 ], [ -75.051719, 40.072241 ], [ -75.047467, 40.076419 ], [ -75.045793, 40.075329 ], [ -75.044088, 40.072639 ], [ -75.045884, 40.069653 ], [ -75.047381, 40.070558 ], [ -75.047762, 40.069395 ], [ -75.049545, 40.070978 ], [ -75.050755, 40.069544 ], [ -75.051875, 40.069988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237002", "device_counts": 2177, "stop_counts": 6827 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194083, 40.051633 ], [ -75.19326, 40.053057 ], [ -75.193951, 40.054358 ], [ -75.192966, 40.055267 ], [ -75.191752, 40.054604 ], [ -75.188077, 40.056898 ], [ -75.187306, 40.055484 ], [ -75.185287, 40.051743 ], [ -75.185221, 40.051585 ], [ -75.186752, 40.050103 ], [ -75.188499, 40.050211 ], [ -75.190817, 40.051189 ], [ -75.192123, 40.047679 ], [ -75.194411, 40.050637 ], [ -75.194083, 40.051633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176014", "device_counts": 1322, "stop_counts": 5026 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135807, 39.993154 ], [ -75.134444, 39.996049 ], [ -75.132367, 39.995776 ], [ -75.13191, 39.995754 ], [ -75.130122, 39.994573 ], [ -75.130558, 39.992474 ], [ -75.135121, 39.99306 ], [ -75.135807, 39.993154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263011", "device_counts": 717, "stop_counts": 3281 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167097, 40.07332 ], [ -75.166062, 40.074338 ], [ -75.163884, 40.073088 ], [ -75.161313, 40.071386 ], [ -75.162035, 40.070685 ], [ -75.164781, 40.072161 ], [ -75.166725, 40.070165 ], [ -75.16899, 40.071473 ], [ -75.167097, 40.07332 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253005", "device_counts": 504, "stop_counts": 2074 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184472, 40.054919 ], [ -75.182825, 40.056545 ], [ -75.180513, 40.057498 ], [ -75.179017, 40.05658 ], [ -75.18052, 40.055118 ], [ -75.180252, 40.054955 ], [ -75.181906, 40.053341 ], [ -75.182944, 40.053989 ], [ -75.184472, 40.054919 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086012", "device_counts": 1537, "stop_counts": 4609 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.215872, 39.954586 ], [ -75.214643, 39.955607 ], [ -75.211677, 39.95524 ], [ -75.212393, 39.951811 ], [ -75.21635, 39.952302 ], [ -75.215872, 39.954586 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331023", "device_counts": 901, "stop_counts": 3209 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033482, 40.043203 ], [ -75.030535, 40.044372 ], [ -75.028257, 40.041363 ], [ -75.03134, 40.040236 ], [ -75.031919, 40.041201 ], [ -75.033482, 40.043203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283003", "device_counts": 3034, "stop_counts": 7270 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148245, 40.022959 ], [ -75.147894, 40.024553 ], [ -75.147555, 40.026138 ], [ -75.145359, 40.025873 ], [ -75.145718, 40.024214 ], [ -75.146379, 40.021204 ], [ -75.14711, 40.02128 ], [ -75.148567, 40.021476 ], [ -75.148245, 40.022959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073003", "device_counts": 506, "stop_counts": 1790 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224736, 39.945465 ], [ -75.222369, 39.947135 ], [ -75.219002, 39.944283 ], [ -75.219138, 39.944186 ], [ -75.22022, 39.943415 ], [ -75.221612, 39.944584 ], [ -75.222759, 39.943806 ], [ -75.22361, 39.944505 ], [ -75.224736, 39.945465 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108004", "device_counts": 1210, "stop_counts": 3553 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.202342, 39.963137 ], [ -75.202334, 39.963495 ], [ -75.197519, 39.964025 ], [ -75.197197, 39.962287 ], [ -75.199436, 39.962042 ], [ -75.202235, 39.961643 ], [ -75.20236, 39.962859 ], [ -75.202342, 39.963137 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281003", "device_counts": 2547, "stop_counts": 6209 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151263, 40.027186 ], [ -75.148751, 40.028476 ], [ -75.148865, 40.027857 ], [ -75.147218, 40.027644 ], [ -75.147555, 40.026138 ], [ -75.147894, 40.024553 ], [ -75.148245, 40.022959 ], [ -75.149552, 40.024785 ], [ -75.149984, 40.02539 ], [ -75.150781, 40.026565 ], [ -75.151263, 40.027186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261003", "device_counts": 772, "stop_counts": 4417 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179448, 40.071261 ], [ -75.176841, 40.07598 ], [ -75.175509, 40.075214 ], [ -75.17394, 40.07431 ], [ -75.178918, 40.069175 ], [ -75.180482, 40.070191 ], [ -75.179448, 40.071261 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362023", "device_counts": 729, "stop_counts": 4535 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.984631, 40.074335 ], [ -74.982487, 40.077246 ], [ -74.981807, 40.082355 ], [ -74.980732, 40.082105 ], [ -74.97725, 40.080506 ], [ -74.977684, 40.079834 ], [ -74.981173, 40.071985 ], [ -74.983657, 40.073786 ], [ -74.984631, 40.074335 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019808001", "device_counts": 2430, "stop_counts": 5480 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.276482, 39.976959 ], [ -75.275871, 39.977245 ], [ -75.271639, 39.972082 ], [ -75.269314, 39.97301 ], [ -75.26562, 39.969941 ], [ -75.2619, 39.972584 ], [ -75.259933, 39.974448 ], [ -75.261996, 39.977598 ], [ -75.265918, 39.979251 ], [ -75.267973, 39.980757 ], [ -75.265511, 39.981857 ], [ -75.261282, 39.978272 ], [ -75.259062, 39.982814 ], [ -75.257113, 39.983789 ], [ -75.255918, 39.978122 ], [ -75.255661, 39.976755 ], [ -75.255196, 39.97426 ], [ -75.254752, 39.971527 ], [ -75.255123, 39.970036 ], [ -75.250481, 39.96946 ], [ -75.251119, 39.966398 ], [ -75.247169, 39.965927 ], [ -75.247109, 39.964294 ], [ -75.246425, 39.964276 ], [ -75.246753, 39.962705 ], [ -75.247688, 39.962817 ], [ -75.248056, 39.964074 ], [ -75.250313, 39.965069 ], [ -75.25414, 39.965404 ], [ -75.25711, 39.963719 ], [ -75.259078, 39.965692 ], [ -75.267386, 39.966215 ], [ -75.270002, 39.967479 ], [ -75.270598, 39.96866 ], [ -75.275394, 39.969575 ], [ -75.280266, 39.974964 ], [ -75.276482, 39.976959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090003", "device_counts": 3260, "stop_counts": 9627 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191389, 39.962922 ], [ -75.187415, 39.963367 ], [ -75.187446, 39.95945 ], [ -75.188266, 39.955441 ], [ -75.189489, 39.955593 ], [ -75.189063, 39.957606 ], [ -75.18921, 39.958811 ], [ -75.189564, 39.960998 ], [ -75.191117, 39.96144 ], [ -75.191389, 39.962922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163004", "device_counts": 1491, "stop_counts": 4510 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139021, 39.988764 ], [ -75.133549, 39.98806 ], [ -75.131557, 39.987799 ], [ -75.129641, 39.987546 ], [ -75.130794, 39.986928 ], [ -75.131907, 39.986306 ], [ -75.132208, 39.984741 ], [ -75.1351, 39.98519 ], [ -75.136167, 39.985328 ], [ -75.136759, 39.985402 ], [ -75.13746, 39.985492 ], [ -75.139669, 39.985802 ], [ -75.139021, 39.988764 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190005", "device_counts": 4924, "stop_counts": 13620 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10327, 40.005602 ], [ -75.101826, 40.005667 ], [ -75.101064, 40.005695 ], [ -75.100691, 40.007435 ], [ -75.098734, 40.007196 ], [ -75.098428, 40.008664 ], [ -75.094816, 40.008195 ], [ -75.094104, 40.007096 ], [ -75.094849, 40.006678 ], [ -75.101811, 40.002863 ], [ -75.103797, 40.003134 ], [ -75.10327, 40.005602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363031", "device_counts": 1682, "stop_counts": 10210 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.983393, 40.103684 ], [ -74.97896, 40.106169 ], [ -74.969941, 40.113339 ], [ -74.969758, 40.115927 ], [ -74.966621, 40.117932 ], [ -74.96408, 40.117766 ], [ -74.96345, 40.110013 ], [ -74.965194, 40.107777 ], [ -74.963491, 40.10674 ], [ -74.961156, 40.103446 ], [ -74.962196, 40.103382 ], [ -74.96767, 40.1027 ], [ -74.971183, 40.102233 ], [ -74.97588, 40.100421 ], [ -74.9781, 40.099212 ], [ -74.981997, 40.102454 ], [ -74.983393, 40.103684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011021", "device_counts": 6502, "stop_counts": 17865 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159984, 39.944009 ], [ -75.156841, 39.943615 ], [ -75.156337, 39.945923 ], [ -75.153184, 39.945536 ], [ -75.153694, 39.943218 ], [ -75.153916, 39.942205 ], [ -75.155488, 39.942407 ], [ -75.156673, 39.942551 ], [ -75.160205, 39.942997 ], [ -75.159984, 39.944009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279014", "device_counts": 1063, "stop_counts": 3894 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158217, 40.045076 ], [ -75.156675, 40.04536 ], [ -75.154966, 40.046241 ], [ -75.153691, 40.04655 ], [ -75.153883, 40.043659 ], [ -75.153946, 40.042752 ], [ -75.158306, 40.042861 ], [ -75.158217, 40.045076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330005", "device_counts": 788, "stop_counts": 3488 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036906, 40.032252 ], [ -75.035488, 40.03299 ], [ -75.032739, 40.034407 ], [ -75.030907, 40.032318 ], [ -75.03517, 40.030116 ], [ -75.036055, 40.031206 ], [ -75.036906, 40.032252 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178003", "device_counts": 540, "stop_counts": 2258 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116662, 39.991437 ], [ -75.113816, 39.992924 ], [ -75.112775, 39.991747 ], [ -75.113665, 39.990278 ], [ -75.114257, 39.989952 ], [ -75.115083, 39.989526 ], [ -75.116662, 39.991437 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341001", "device_counts": 316, "stop_counts": 1743 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076258, 40.080605 ], [ -75.073705, 40.079182 ], [ -75.071007, 40.077682 ], [ -75.073477, 40.07526 ], [ -75.078592, 40.078097 ], [ -75.076258, 40.080605 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078004", "device_counts": 1057, "stop_counts": 3018 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219234, 39.948368 ], [ -75.217121, 39.94861 ], [ -75.215162, 39.946978 ], [ -75.217733, 39.945183 ], [ -75.221237, 39.948161 ], [ -75.219234, 39.948368 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098021", "device_counts": 872, "stop_counts": 5124 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264257, 39.974419 ], [ -75.263054, 39.975749 ], [ -75.261996, 39.977598 ], [ -75.259933, 39.974448 ], [ -75.2619, 39.972584 ], [ -75.264148, 39.97148 ], [ -75.266109, 39.972898 ], [ -75.264257, 39.974419 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134021", "device_counts": 1767, "stop_counts": 3956 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172108, 39.967284 ], [ -75.171344, 39.967275 ], [ -75.170177, 39.96725 ], [ -75.168569, 39.967226 ], [ -75.168804, 39.966145 ], [ -75.168959, 39.965463 ], [ -75.169102, 39.964781 ], [ -75.17068, 39.964975 ], [ -75.17256, 39.965219 ], [ -75.172108, 39.967284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353021", "device_counts": 2734, "stop_counts": 12865 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.997635, 40.079699 ], [ -74.994348, 40.081681 ], [ -74.990003, 40.077975 ], [ -74.987568, 40.075825 ], [ -74.986886, 40.075332 ], [ -74.984901, 40.07448 ], [ -74.987148, 40.072702 ], [ -74.987857, 40.072829 ], [ -74.988467, 40.073908 ], [ -74.991271, 40.07631 ], [ -74.995282, 40.077149 ], [ -74.998488, 40.078701 ], [ -74.997635, 40.079699 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259001", "device_counts": 2709, "stop_counts": 7717 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174143, 40.08135 ], [ -75.172951, 40.082581 ], [ -75.169914, 40.080818 ], [ -75.172621, 40.078103 ], [ -75.175627, 40.07984 ], [ -75.174143, 40.08135 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286006", "device_counts": 1049, "stop_counts": 3942 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131829, 40.030321 ], [ -75.128974, 40.029953 ], [ -75.126686, 40.029667 ], [ -75.126866, 40.028955 ], [ -75.127646, 40.027416 ], [ -75.132352, 40.028019 ], [ -75.131829, 40.030321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348023", "device_counts": 1447, "stop_counts": 7307 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.013797, 40.058001 ], [ -75.013284, 40.058573 ], [ -75.013062, 40.059109 ], [ -75.013066, 40.059901 ], [ -75.013629, 40.062047 ], [ -75.012747, 40.062185 ], [ -75.013145, 40.066335 ], [ -75.011381, 40.06842 ], [ -75.009635, 40.067672 ], [ -75.008788, 40.06735 ], [ -75.009331, 40.065812 ], [ -75.009405, 40.062552 ], [ -75.008801, 40.058401 ], [ -75.008245, 40.057796 ], [ -75.008555, 40.057808 ], [ -75.012828, 40.056404 ], [ -75.014444, 40.057424 ], [ -75.013797, 40.058001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277003", "device_counts": 1254, "stop_counts": 3978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153101, 40.050412 ], [ -75.152881, 40.052844 ], [ -75.150142, 40.051578 ], [ -75.15082, 40.048518 ], [ -75.153235, 40.048842 ], [ -75.153101, 40.050412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192002", "device_counts": 1780, "stop_counts": 6401 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116411, 40.001624 ], [ -75.11609, 40.003067 ], [ -75.113986, 40.00356 ], [ -75.109864, 40.003027 ], [ -75.110017, 40.002282 ], [ -75.11046, 40.000268 ], [ -75.112398, 40.00052 ], [ -75.114785, 39.999838 ], [ -75.116722, 40.000088 ], [ -75.116411, 40.001624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245001", "device_counts": 998, "stop_counts": 3212 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166655, 40.03089 ], [ -75.164571, 40.032912 ], [ -75.162906, 40.031923 ], [ -75.161239, 40.030941 ], [ -75.16327, 40.02896 ], [ -75.163749, 40.029255 ], [ -75.166488, 40.030794 ], [ -75.166655, 40.03089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041021", "device_counts": 1661, "stop_counts": 7559 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160275, 39.920611 ], [ -75.155597, 39.920013 ], [ -75.155865, 39.918755 ], [ -75.156139, 39.917515 ], [ -75.160826, 39.918116 ], [ -75.160275, 39.920611 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356021", "device_counts": 669, "stop_counts": 4589 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.05401, 40.108143 ], [ -75.049254, 40.105823 ], [ -75.046843, 40.105712 ], [ -75.039857, 40.101835 ], [ -75.042613, 40.100504 ], [ -75.047115, 40.098377 ], [ -75.049676, 40.102037 ], [ -75.050974, 40.103122 ], [ -75.053057, 40.10618 ], [ -75.05401, 40.108143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010092001", "device_counts": 4372, "stop_counts": 13362 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21306, 39.962577 ], [ -75.21056, 39.962571 ], [ -75.209058, 39.962329 ], [ -75.206889, 39.962485 ], [ -75.20627, 39.958823 ], [ -75.201971, 39.959176 ], [ -75.201824, 39.957827 ], [ -75.201953, 39.957149 ], [ -75.204145, 39.957422 ], [ -75.208128, 39.957915 ], [ -75.211039, 39.958276 ], [ -75.214018, 39.958643 ], [ -75.21306, 39.962577 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010375001", "device_counts": 3237, "stop_counts": 10079 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.253999, 39.988304 ], [ -75.251438, 39.989504 ], [ -75.25, 39.99018 ], [ -75.249214, 39.990547 ], [ -75.247948, 39.991138 ], [ -75.246187, 39.989516 ], [ -75.246416, 39.988266 ], [ -75.245478, 39.986619 ], [ -75.248991, 39.985109 ], [ -75.248346, 39.982968 ], [ -75.251063, 39.981601 ], [ -75.255676, 39.987499 ], [ -75.253999, 39.988304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140002", "device_counts": 991, "stop_counts": 3759 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164888, 39.976668 ], [ -75.163325, 39.976471 ], [ -75.16175, 39.976262 ], [ -75.162507, 39.972799 ], [ -75.164069, 39.973009 ], [ -75.165461, 39.974033 ], [ -75.164888, 39.976668 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331011", "device_counts": 831, "stop_counts": 4032 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045919, 40.039643 ], [ -75.043322, 40.040305 ], [ -75.040003, 40.041793 ], [ -75.03836, 40.039695 ], [ -75.041692, 40.038218 ], [ -75.042536, 40.037722 ], [ -75.044192, 40.03866 ], [ -75.045806, 40.039579 ], [ -75.045919, 40.039643 ] ] ] ] } } +] +} diff --git a/assets/data/philly_2020.geojson b/assets/data/philly_2020.geojson new file mode 100644 index 0000000..422c944 --- /dev/null +++ b/assets/data/philly_2020.geojson @@ -0,0 +1,1342 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "GEOID": "421010289023", "device_counts": 377, "stop_counts": 1922 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117389, 40.02504 ], [ -75.114348, 40.024951 ], [ -75.114917, 40.021956 ], [ -75.116106, 40.022109 ], [ -75.117959, 40.022349 ], [ -75.117389, 40.02504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152001", "device_counts": 311, "stop_counts": 985 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167078, 39.984517 ], [ -75.166408, 39.987598 ], [ -75.164184, 39.987311 ], [ -75.164517, 39.985759 ], [ -75.164855, 39.984239 ], [ -75.166419, 39.984436 ], [ -75.167078, 39.984517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042011", "device_counts": 592, "stop_counts": 2369 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149405, 39.924207 ], [ -75.147842, 39.924015 ], [ -75.14691, 39.923887 ], [ -75.147431, 39.921502 ], [ -75.149916, 39.921819 ], [ -75.149405, 39.924207 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236002", "device_counts": 499, "stop_counts": 1625 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196382, 40.042203 ], [ -75.193841, 40.045069 ], [ -75.193091, 40.04459 ], [ -75.191199, 40.043386 ], [ -75.187315, 40.040929 ], [ -75.188797, 40.03948 ], [ -75.190086, 40.038232 ], [ -75.193657, 40.039688 ], [ -75.194933, 40.042022 ], [ -75.196382, 40.042203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010018001", "device_counts": 618, "stop_counts": 1655 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156011, 39.940006 ], [ -75.155888, 39.94056 ], [ -75.152771, 39.940039 ], [ -75.153065, 39.938763 ], [ -75.153286, 39.937736 ], [ -75.154807, 39.93815 ], [ -75.156317, 39.938569 ], [ -75.156011, 39.940006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180022", "device_counts": 764, "stop_counts": 2510 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106968, 39.982648 ], [ -75.105437, 39.983452 ], [ -75.102999, 39.98472 ], [ -75.101439, 39.982974 ], [ -75.105976, 39.980595 ], [ -75.105921, 39.981461 ], [ -75.106968, 39.982648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007003", "device_counts": 1407, "stop_counts": 3101 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180909, 39.952982 ], [ -75.176191, 39.952387 ], [ -75.176519, 39.95087 ], [ -75.177323, 39.950964 ], [ -75.181663, 39.951509 ], [ -75.180909, 39.952982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240001", "device_counts": 444, "stop_counts": 2037 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186194, 40.029468 ], [ -75.183731, 40.030637 ], [ -75.1793, 40.027944 ], [ -75.181668, 40.025657 ], [ -75.185463, 40.028875 ], [ -75.186194, 40.029468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379004", "device_counts": 1106, "stop_counts": 3439 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103366, 39.985129 ], [ -75.100912, 39.986416 ], [ -75.100552, 39.986001 ], [ -75.099, 39.98424 ], [ -75.101439, 39.982974 ], [ -75.102999, 39.98472 ], [ -75.103366, 39.985129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331024", "device_counts": 578, "stop_counts": 3280 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033824, 40.04466 ], [ -75.031636, 40.04566 ], [ -75.031781, 40.047141 ], [ -75.030489, 40.048407 ], [ -75.026037, 40.048163 ], [ -75.02654, 40.045822 ], [ -75.030535, 40.044372 ], [ -75.033482, 40.043203 ], [ -75.034393, 40.044379 ], [ -75.033824, 40.04466 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178001", "device_counts": 903, "stop_counts": 2482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115778, 39.995167 ], [ -75.113387, 39.996493 ], [ -75.111369, 39.994211 ], [ -75.113816, 39.992924 ], [ -75.115778, 39.995167 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316001", "device_counts": 177, "stop_counts": 780 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058568, 40.036548 ], [ -75.055334, 40.034739 ], [ -75.057092, 40.032869 ], [ -75.060338, 40.034685 ], [ -75.058568, 40.036548 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299001", "device_counts": 679, "stop_counts": 2526 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080857, 40.011903 ], [ -75.079046, 40.013007 ], [ -75.077257, 40.014973 ], [ -75.07505, 40.017159 ], [ -75.073747, 40.013717 ], [ -75.073295, 40.012543 ], [ -75.075229, 40.012101 ], [ -75.079279, 40.010409 ], [ -75.080314, 40.011393 ], [ -75.080857, 40.011903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110003", "device_counts": 578, "stop_counts": 1997 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209321, 39.97625 ], [ -75.20372, 39.974182 ], [ -75.204176, 39.973395 ], [ -75.206302, 39.973162 ], [ -75.208081, 39.972962 ], [ -75.208323, 39.972912 ], [ -75.208756, 39.972864 ], [ -75.208901, 39.973613 ], [ -75.209834, 39.973505 ], [ -75.209976, 39.974242 ], [ -75.209114, 39.974321 ], [ -75.208903, 39.974618 ], [ -75.210123, 39.975067 ], [ -75.209321, 39.97625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033004", "device_counts": 365, "stop_counts": 1929 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195923, 39.939102 ], [ -75.193271, 39.939032 ], [ -75.193615, 39.937485 ], [ -75.193873, 39.936286 ], [ -75.197012, 39.936678 ], [ -75.195923, 39.939102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274021", "device_counts": 403, "stop_counts": 1302 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126987, 40.043857 ], [ -75.125968, 40.043728 ], [ -75.121754, 40.04317 ], [ -75.122078, 40.041664 ], [ -75.126311, 40.042203 ], [ -75.127317, 40.04232 ], [ -75.126987, 40.043857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283005", "device_counts": 225, "stop_counts": 1000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144716, 40.028855 ], [ -75.142334, 40.028543 ], [ -75.143001, 40.025561 ], [ -75.145359, 40.025873 ], [ -75.144716, 40.028855 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114002", "device_counts": 383, "stop_counts": 1290 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242792, 39.981061 ], [ -75.239335, 39.981447 ], [ -75.239467, 39.980914 ], [ -75.239124, 39.979069 ], [ -75.241574, 39.978799 ], [ -75.242354, 39.978712 ], [ -75.242792, 39.981061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317002", "device_counts": 736, "stop_counts": 2513 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071824, 40.033503 ], [ -75.071097, 40.034742 ], [ -75.070001, 40.03532 ], [ -75.069596, 40.035093 ], [ -75.066523, 40.033377 ], [ -75.067697, 40.03212 ], [ -75.068878, 40.030875 ], [ -75.069719, 40.029984 ], [ -75.072682, 40.031938 ], [ -75.071824, 40.033503 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305025", "device_counts": 192, "stop_counts": 991 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109431, 40.045874 ], [ -75.109406, 40.04584 ], [ -75.108728, 40.045469 ], [ -75.107491, 40.046751 ], [ -75.105191, 40.0454 ], [ -75.105787, 40.044735 ], [ -75.10827, 40.042213 ], [ -75.111153, 40.042187 ], [ -75.109431, 40.045874 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168006", "device_counts": 397, "stop_counts": 1426 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168248, 39.992579 ], [ -75.167925, 39.994025 ], [ -75.167568, 39.995621 ], [ -75.164094, 39.995169 ], [ -75.16294, 39.993043 ], [ -75.1635, 39.990401 ], [ -75.165738, 39.990675 ], [ -75.167918, 39.990947 ], [ -75.168561, 39.991047 ], [ -75.168248, 39.992579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214001", "device_counts": 1686, "stop_counts": 4962 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232005, 40.028228 ], [ -75.229513, 40.029492 ], [ -75.227885, 40.028193 ], [ -75.226157, 40.027648 ], [ -75.223862, 40.026345 ], [ -75.221837, 40.027263 ], [ -75.22124, 40.027551 ], [ -75.219658, 40.02755 ], [ -75.218841, 40.0266 ], [ -75.219699, 40.02614 ], [ -75.221027, 40.026228 ], [ -75.223694, 40.023712 ], [ -75.226652, 40.025267 ], [ -75.228149, 40.026031 ], [ -75.232628, 40.028355 ], [ -75.232005, 40.028228 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065004", "device_counts": 296, "stop_counts": 1644 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233873, 39.937703 ], [ -75.231766, 39.93846 ], [ -75.230224, 39.937177 ], [ -75.233213, 39.935057 ], [ -75.234499, 39.93613 ], [ -75.233873, 39.937703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010205002", "device_counts": 1605, "stop_counts": 5572 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174037, 40.016962 ], [ -75.172342, 40.017604 ], [ -75.170096, 40.015723 ], [ -75.167776, 40.011086 ], [ -75.157218, 40.016166 ], [ -75.15409, 40.016325 ], [ -75.153849, 40.015891 ], [ -75.155185, 40.015295 ], [ -75.156652, 40.014618 ], [ -75.160943, 40.012647 ], [ -75.166871, 40.009901 ], [ -75.167292, 40.009695 ], [ -75.167945, 40.009378 ], [ -75.16914, 40.008832 ], [ -75.175669, 40.016051 ], [ -75.174037, 40.016962 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060001", "device_counts": 2244, "stop_counts": 7839 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242832, 39.911272 ], [ -75.240333, 39.912999 ], [ -75.238951, 39.911823 ], [ -75.23374, 39.914073 ], [ -75.231662, 39.912252 ], [ -75.238529, 39.908213 ], [ -75.237281, 39.908241 ], [ -75.235164, 39.906453 ], [ -75.237752, 39.904713 ], [ -75.240331, 39.904113 ], [ -75.240576, 39.904062 ], [ -75.241558, 39.907257 ], [ -75.242832, 39.911272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042022", "device_counts": 2791, "stop_counts": 7415 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156139, 39.917515 ], [ -75.151014, 39.916842 ], [ -75.151276, 39.9156 ], [ -75.147357, 39.91509 ], [ -75.148124, 39.913772 ], [ -75.156708, 39.914869 ], [ -75.156139, 39.917515 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263023", "device_counts": 442, "stop_counts": 1726 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164106, 40.068662 ], [ -75.162035, 40.070685 ], [ -75.157379, 40.067944 ], [ -75.159299, 40.065913 ], [ -75.162495, 40.067732 ], [ -75.164106, 40.068662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311011", "device_counts": 582, "stop_counts": 2565 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078565, 40.043904 ], [ -75.077403, 40.045139 ], [ -75.073836, 40.043174 ], [ -75.075032, 40.04194 ], [ -75.075452, 40.041477 ], [ -75.078996, 40.043455 ], [ -75.078565, 40.043904 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262001", "device_counts": 209, "stop_counts": 1160 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16697, 40.067709 ], [ -75.165348, 40.069372 ], [ -75.164106, 40.068662 ], [ -75.162495, 40.067732 ], [ -75.162957, 40.067255 ], [ -75.163822, 40.066357 ], [ -75.165706, 40.067438 ], [ -75.166072, 40.067194 ], [ -75.16697, 40.067709 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167024", "device_counts": 636, "stop_counts": 1979 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160695, 39.988495 ], [ -75.158335, 39.988186 ], [ -75.155934, 39.987877 ], [ -75.156275, 39.986283 ], [ -75.157899, 39.986492 ], [ -75.161032, 39.986907 ], [ -75.160695, 39.988495 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010248002", "device_counts": 720, "stop_counts": 2795 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171755, 40.048359 ], [ -75.170884, 40.049199 ], [ -75.167701, 40.047245 ], [ -75.166038, 40.046218 ], [ -75.163175, 40.047076 ], [ -75.16483, 40.045468 ], [ -75.167207, 40.043149 ], [ -75.169492, 40.044531 ], [ -75.170725, 40.046151 ], [ -75.171536, 40.047888 ], [ -75.171755, 40.048359 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299004", "device_counts": 480, "stop_counts": 2816 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075429, 40.017665 ], [ -75.074136, 40.019026 ], [ -75.07338, 40.019654 ], [ -75.072575, 40.018868 ], [ -75.071847, 40.016952 ], [ -75.070864, 40.014353 ], [ -75.073747, 40.013717 ], [ -75.07505, 40.017159 ], [ -75.075429, 40.017665 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010211002", "device_counts": 2429, "stop_counts": 6143 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211308, 40.02997 ], [ -75.207715, 40.031573 ], [ -75.205569, 40.032514 ], [ -75.203407, 40.029561 ], [ -75.205616, 40.028661 ], [ -75.20323, 40.025839 ], [ -75.207732, 40.023783 ], [ -75.209437, 40.026929 ], [ -75.210588, 40.02903 ], [ -75.211308, 40.02997 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267002", "device_counts": 239, "stop_counts": 1121 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145553, 40.054117 ], [ -75.145211, 40.055661 ], [ -75.142849, 40.055357 ], [ -75.143189, 40.05381 ], [ -75.143571, 40.052297 ], [ -75.145881, 40.052598 ], [ -75.145553, 40.054117 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027023", "device_counts": 478, "stop_counts": 1593 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151852, 39.929555 ], [ -75.148329, 39.929093 ], [ -75.148701, 39.927896 ], [ -75.149166, 39.926696 ], [ -75.152407, 39.927129 ], [ -75.151852, 39.929555 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244002", "device_counts": 734, "stop_counts": 1962 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165275, 40.024087 ], [ -75.160983, 40.027253 ], [ -75.160053, 40.026023 ], [ -75.159551, 40.023925 ], [ -75.162024, 40.022286 ], [ -75.165275, 40.024087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010156001", "device_counts": 628, "stop_counts": 2441 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14501, 39.978597 ], [ -75.143188, 39.978359 ], [ -75.14315, 39.978966 ], [ -75.141349, 39.978121 ], [ -75.139868, 39.982536 ], [ -75.138137, 39.982312 ], [ -75.138768, 39.979323 ], [ -75.139715, 39.974897 ], [ -75.141976, 39.97519 ], [ -75.145559, 39.975638 ], [ -75.14501, 39.978597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329001", "device_counts": 748, "stop_counts": 2831 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028257, 40.041363 ], [ -75.02562, 40.042322 ], [ -75.021752, 40.043668 ], [ -75.020499, 40.043542 ], [ -75.020392, 40.04353 ], [ -75.021984, 40.037965 ], [ -75.021682, 40.037088 ], [ -75.023594, 40.036101 ], [ -75.023317, 40.039937 ], [ -75.024465, 40.040664 ], [ -75.024132, 40.039782 ], [ -75.027031, 40.038744 ], [ -75.027846, 40.040678 ], [ -75.028257, 40.041363 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254002", "device_counts": 331, "stop_counts": 2022 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180513, 40.057498 ], [ -75.178248, 40.059704 ], [ -75.177077, 40.060236 ], [ -75.174312, 40.058142 ], [ -75.172869, 40.057256 ], [ -75.174759, 40.057282 ], [ -75.176188, 40.055819 ], [ -75.175743, 40.054577 ], [ -75.179017, 40.05658 ], [ -75.180513, 40.057498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326003", "device_counts": 436, "stop_counts": 2015 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044655, 40.031231 ], [ -75.042537, 40.032328 ], [ -75.038616, 40.034355 ], [ -75.03733, 40.032782 ], [ -75.041188, 40.030786 ], [ -75.043304, 40.029688 ], [ -75.044655, 40.031231 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294003", "device_counts": 1123, "stop_counts": 3699 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087577, 40.012516 ], [ -75.086348, 40.013868 ], [ -75.085818, 40.014448 ], [ -75.082668, 40.009938 ], [ -75.080314, 40.011393 ], [ -75.079279, 40.010409 ], [ -75.078749, 40.009878 ], [ -75.078448, 40.008586 ], [ -75.083087, 40.007437 ], [ -75.083788, 40.008503 ], [ -75.084912, 40.009489 ], [ -75.088731, 40.010923 ], [ -75.087577, 40.012516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348031", "device_counts": 1489, "stop_counts": 5381 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.005996, 40.061324 ], [ -75.002288, 40.063869 ], [ -75.00009, 40.062745 ], [ -74.998385, 40.064117 ], [ -74.995269, 40.062344 ], [ -74.991709, 40.061095 ], [ -74.990432, 40.060396 ], [ -74.991254, 40.059949 ], [ -74.998259, 40.05808 ], [ -75.001181, 40.057232 ], [ -75.004795, 40.054747 ], [ -75.007814, 40.057407 ], [ -75.003644, 40.059552 ], [ -75.008018, 40.059417 ], [ -75.005996, 40.061324 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237001", "device_counts": 456, "stop_counts": 2148 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190893, 40.044241 ], [ -75.187368, 40.047688 ], [ -75.185932, 40.046809 ], [ -75.187332, 40.045452 ], [ -75.184524, 40.043654 ], [ -75.185569, 40.042625 ], [ -75.187315, 40.040929 ], [ -75.191199, 40.043386 ], [ -75.190893, 40.044241 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012021", "device_counts": 719, "stop_counts": 2217 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17118, 39.947784 ], [ -75.16803, 39.947386 ], [ -75.166458, 39.947196 ], [ -75.166767, 39.945768 ], [ -75.171488, 39.946353 ], [ -75.17118, 39.947784 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252006", "device_counts": 439, "stop_counts": 2223 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183398, 40.048254 ], [ -75.179616, 40.051956 ], [ -75.177983, 40.05356 ], [ -75.177193, 40.05308 ], [ -75.175804, 40.052241 ], [ -75.179194, 40.048872 ], [ -75.178144, 40.04821 ], [ -75.17922, 40.047155 ], [ -75.181057, 40.045381 ], [ -75.181701, 40.044831 ], [ -75.182203, 40.045894 ], [ -75.183398, 40.048254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243004", "device_counts": 400, "stop_counts": 1449 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173246, 40.018411 ], [ -75.169534, 40.022381 ], [ -75.165707, 40.019731 ], [ -75.163915, 40.02099 ], [ -75.162782, 40.020368 ], [ -75.163758, 40.019234 ], [ -75.172342, 40.017604 ], [ -75.173246, 40.018411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110004", "device_counts": 523, "stop_counts": 1542 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.204176, 39.973395 ], [ -75.20372, 39.974182 ], [ -75.199505, 39.974646 ], [ -75.199139, 39.972707 ], [ -75.203871, 39.97176 ], [ -75.204176, 39.973395 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172023", "device_counts": 429, "stop_counts": 1282 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180188, 39.997253 ], [ -75.178237, 39.998611 ], [ -75.175188, 39.998233 ], [ -75.175539, 39.996639 ], [ -75.178576, 39.99704 ], [ -75.180188, 39.997253 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067001", "device_counts": 431, "stop_counts": 1939 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224111, 39.921005 ], [ -75.22216, 39.923892 ], [ -75.221562, 39.924744 ], [ -75.21931, 39.928012 ], [ -75.216768, 39.926956 ], [ -75.221873, 39.919551 ], [ -75.222772, 39.919918 ], [ -75.224111, 39.921005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010005001", "device_counts": 12825, "stop_counts": 44358 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165063, 39.953608 ], [ -75.163402, 39.953339 ], [ -75.163329, 39.95333 ], [ -75.163093, 39.9544 ], [ -75.151539, 39.952948 ], [ -75.152337, 39.949421 ], [ -75.157062, 39.950006 ], [ -75.163937, 39.950866 ], [ -75.164011, 39.950876 ], [ -75.165063, 39.953608 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249004", "device_counts": 321, "stop_counts": 1413 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161898, 40.052842 ], [ -75.160222, 40.051826 ], [ -75.159041, 40.051106 ], [ -75.160528, 40.049664 ], [ -75.161656, 40.048559 ], [ -75.164529, 40.050306 ], [ -75.161898, 40.052842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031005", "device_counts": 461, "stop_counts": 1652 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179553, 39.933178 ], [ -75.176069, 39.932721 ], [ -75.176513, 39.930716 ], [ -75.180001, 39.93117 ], [ -75.179553, 39.933178 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340001", "device_counts": 448, "stop_counts": 2840 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0759, 40.072884 ], [ -75.073477, 40.07526 ], [ -75.071007, 40.077682 ], [ -75.067912, 40.075976 ], [ -75.067333, 40.075504 ], [ -75.068958, 40.072358 ], [ -75.068862, 40.071845 ], [ -75.070412, 40.07022 ], [ -75.074029, 40.071983 ], [ -75.0759, 40.072884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085003", "device_counts": 798, "stop_counts": 1858 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226002, 39.954591 ], [ -75.225746, 39.955814 ], [ -75.223775, 39.955565 ], [ -75.221798, 39.955319 ], [ -75.221923, 39.954723 ], [ -75.222056, 39.954102 ], [ -75.222279, 39.95304 ], [ -75.226224, 39.953528 ], [ -75.226002, 39.954591 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152002", "device_counts": 965, "stop_counts": 4209 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175803, 39.988812 ], [ -75.173682, 39.990167 ], [ -75.171839, 39.989935 ], [ -75.168894, 39.98955 ], [ -75.169234, 39.987959 ], [ -75.168428, 39.987857 ], [ -75.166408, 39.987598 ], [ -75.167078, 39.984517 ], [ -75.17151, 39.98509 ], [ -75.171197, 39.986603 ], [ -75.174361, 39.987024 ], [ -75.174044, 39.988507 ], [ -75.174665, 39.988427 ], [ -75.175803, 39.988812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010106001", "device_counts": 444, "stop_counts": 1165 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211334, 39.968726 ], [ -75.211189, 39.968634 ], [ -75.210101, 39.967961 ], [ -75.208344, 39.966876 ], [ -75.209344, 39.964621 ], [ -75.209058, 39.962329 ], [ -75.21056, 39.962571 ], [ -75.211231, 39.967879 ], [ -75.211334, 39.968726 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338001", "device_counts": 717, "stop_counts": 3131 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073304, 40.062812 ], [ -75.067355, 40.068727 ], [ -75.06304, 40.066143 ], [ -75.064491, 40.064588 ], [ -75.065685, 40.063332 ], [ -75.068074, 40.060824 ], [ -75.069224, 40.059583 ], [ -75.072766, 40.061554 ], [ -75.073909, 40.062192 ], [ -75.073304, 40.062812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010015001", "device_counts": 1180, "stop_counts": 2929 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156673, 39.942551 ], [ -75.155488, 39.942407 ], [ -75.153916, 39.942205 ], [ -75.152334, 39.942015 ], [ -75.152546, 39.941148 ], [ -75.152771, 39.940039 ], [ -75.155888, 39.94056 ], [ -75.156388, 39.940627 ], [ -75.156853, 39.941683 ], [ -75.156673, 39.942551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355003", "device_counts": 6630, "stop_counts": 26257 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041488, 40.087338 ], [ -75.034808, 40.092423 ], [ -75.030725, 40.09553 ], [ -75.023927, 40.100702 ], [ -75.022086, 40.100212 ], [ -75.018233, 40.097105 ], [ -75.021451, 40.096963 ], [ -75.027681, 40.095046 ], [ -75.025866, 40.090515 ], [ -75.027097, 40.087878 ], [ -75.028337, 40.086604 ], [ -75.033547, 40.089582 ], [ -75.037498, 40.085459 ], [ -75.0384, 40.084472 ], [ -75.039509, 40.085702 ], [ -75.040877, 40.086966 ], [ -75.041488, 40.087338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180023", "device_counts": 489, "stop_counts": 3002 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111221, 39.985268 ], [ -75.108359, 39.986753 ], [ -75.105437, 39.983452 ], [ -75.106968, 39.982648 ], [ -75.108828, 39.981673 ], [ -75.111221, 39.985268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028025", "device_counts": 1241, "stop_counts": 3608 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161047, 39.931817 ], [ -75.159517, 39.9331 ], [ -75.159142, 39.933049 ], [ -75.157578, 39.932837 ], [ -75.157843, 39.931615 ], [ -75.158121, 39.930394 ], [ -75.158296, 39.929602 ], [ -75.161428, 39.930017 ], [ -75.161047, 39.931817 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115001", "device_counts": 225, "stop_counts": 1300 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.252544, 39.98077 ], [ -75.251063, 39.981601 ], [ -75.248944, 39.979106 ], [ -75.250979, 39.977684 ], [ -75.253104, 39.98018 ], [ -75.252544, 39.98077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042013", "device_counts": 591, "stop_counts": 2513 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149916, 39.921819 ], [ -75.147431, 39.921502 ], [ -75.14769, 39.920273 ], [ -75.147813, 39.919001 ], [ -75.150461, 39.919345 ], [ -75.149916, 39.921819 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027022", "device_counts": 461, "stop_counts": 2077 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150101, 39.924305 ], [ -75.149166, 39.926696 ], [ -75.148701, 39.927896 ], [ -75.146985, 39.927665 ], [ -75.147842, 39.924015 ], [ -75.149405, 39.924207 ], [ -75.150101, 39.924305 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010120001", "device_counts": 610, "stop_counts": 1576 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233713, 39.992176 ], [ -75.231762, 39.99309 ], [ -75.225664, 39.995848 ], [ -75.225662, 39.991469 ], [ -75.23106, 39.991764 ], [ -75.233672, 39.991882 ], [ -75.233713, 39.992176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268004", "device_counts": 956, "stop_counts": 2793 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142214, 40.050563 ], [ -75.14156, 40.053599 ], [ -75.137767, 40.053112 ], [ -75.139107, 40.047011 ], [ -75.142898, 40.047493 ], [ -75.142214, 40.050563 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010023", "device_counts": 1588, "stop_counts": 4410 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149954, 39.945505 ], [ -75.149186, 39.949032 ], [ -75.14408, 39.948379 ], [ -75.144009, 39.944388 ], [ -75.144933, 39.944494 ], [ -75.150037, 39.945144 ], [ -75.149954, 39.945505 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098022", "device_counts": 1541, "stop_counts": 4834 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.273552, 39.978279 ], [ -75.273103, 39.974965 ], [ -75.270639, 39.974669 ], [ -75.271363, 39.972843 ], [ -75.267588, 39.974662 ], [ -75.265558, 39.975641 ], [ -75.264257, 39.974419 ], [ -75.266109, 39.972898 ], [ -75.264148, 39.97148 ], [ -75.2619, 39.972584 ], [ -75.26562, 39.969941 ], [ -75.269314, 39.97301 ], [ -75.271639, 39.972082 ], [ -75.275871, 39.977245 ], [ -75.273552, 39.978279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032002", "device_counts": 267, "stop_counts": 840 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184449, 39.933813 ], [ -75.181162, 39.933385 ], [ -75.181419, 39.932161 ], [ -75.184705, 39.932584 ], [ -75.184449, 39.933813 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012014", "device_counts": 805, "stop_counts": 1868 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181445, 39.947597 ], [ -75.180328, 39.947455 ], [ -75.178156, 39.94719 ], [ -75.178578, 39.945269 ], [ -75.179409, 39.945377 ], [ -75.18188, 39.945691 ], [ -75.181445, 39.947597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320001", "device_counts": 1356, "stop_counts": 3827 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.053249, 40.0317 ], [ -75.050972, 40.032324 ], [ -75.048355, 40.029324 ], [ -75.047904, 40.02881 ], [ -75.047453, 40.028294 ], [ -75.049273, 40.027351 ], [ -75.051104, 40.026407 ], [ -75.052898, 40.028462 ], [ -75.051073, 40.029403 ], [ -75.053249, 40.0317 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033002", "device_counts": 5417, "stop_counts": 15457 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205185, 39.941116 ], [ -75.204582, 39.942352 ], [ -75.202929, 39.943301 ], [ -75.200277, 39.943652 ], [ -75.193985, 39.942154 ], [ -75.192664, 39.941567 ], [ -75.188712, 39.939567 ], [ -75.18824, 39.939878 ], [ -75.188885, 39.936887 ], [ -75.19306, 39.93741 ], [ -75.193615, 39.937485 ], [ -75.193271, 39.939032 ], [ -75.195923, 39.939102 ], [ -75.197012, 39.936678 ], [ -75.197266, 39.935453 ], [ -75.197537, 39.934232 ], [ -75.199503, 39.934508 ], [ -75.197924, 39.938063 ], [ -75.200194, 39.938545 ], [ -75.20114, 39.937468 ], [ -75.205431, 39.93877 ], [ -75.205185, 39.941116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079004", "device_counts": 300, "stop_counts": 1308 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222589, 39.951519 ], [ -75.222279, 39.95304 ], [ -75.220295, 39.952792 ], [ -75.218347, 39.952553 ], [ -75.218676, 39.951032 ], [ -75.218833, 39.950273 ], [ -75.22275, 39.950754 ], [ -75.222589, 39.951519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104004", "device_counts": 819, "stop_counts": 3049 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22017, 39.964844 ], [ -75.216516, 39.965214 ], [ -75.216376, 39.964094 ], [ -75.216181, 39.962546 ], [ -75.217002, 39.959015 ], [ -75.218954, 39.95926 ], [ -75.219175, 39.959288 ], [ -75.219439, 39.960941 ], [ -75.219693, 39.962523 ], [ -75.220044, 39.963819 ], [ -75.22017, 39.964844 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160005", "device_counts": 397, "stop_counts": 1297 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130448, 39.978589 ], [ -75.127579, 39.981383 ], [ -75.125593, 39.979124 ], [ -75.128628, 39.977533 ], [ -75.130448, 39.978589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204004", "device_counts": 345, "stop_counts": 1243 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155239, 40.020486 ], [ -75.152161, 40.020161 ], [ -75.152386, 40.018145 ], [ -75.154576, 40.017272 ], [ -75.155692, 40.019078 ], [ -75.155239, 40.020486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197003", "device_counts": 304, "stop_counts": 1351 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138463, 40.020171 ], [ -75.13674, 40.019958 ], [ -75.136984, 40.018789 ], [ -75.136811, 40.016899 ], [ -75.13911, 40.017187 ], [ -75.138463, 40.020171 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266006", "device_counts": 364, "stop_counts": 1599 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151879, 40.062406 ], [ -75.151414, 40.063206 ], [ -75.147649, 40.06301 ], [ -75.148107, 40.060903 ], [ -75.149219, 40.058432 ], [ -75.151141, 40.061326 ], [ -75.15175, 40.06222 ], [ -75.151879, 40.062406 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136011", "device_counts": 408, "stop_counts": 1671 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178056, 39.970112 ], [ -75.17646, 39.96991 ], [ -75.174869, 39.96971 ], [ -75.17539, 39.967345 ], [ -75.178641, 39.967399 ], [ -75.178056, 39.970112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244001", "device_counts": 537, "stop_counts": 1903 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166993, 40.025012 ], [ -75.165275, 40.024087 ], [ -75.162024, 40.022286 ], [ -75.162462, 40.021954 ], [ -75.162782, 40.020368 ], [ -75.163915, 40.02099 ], [ -75.168482, 40.023512 ], [ -75.166993, 40.025012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345021", "device_counts": 320, "stop_counts": 2791 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047286, 40.082932 ], [ -75.041488, 40.087338 ], [ -75.040877, 40.086966 ], [ -75.042143, 40.084065 ], [ -75.046249, 40.081459 ], [ -75.047286, 40.082932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202004", "device_counts": 683, "stop_counts": 2361 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167292, 40.009695 ], [ -75.166871, 40.009901 ], [ -75.160943, 40.012647 ], [ -75.160453, 40.012067 ], [ -75.160936, 40.009632 ], [ -75.161095, 40.008883 ], [ -75.164576, 40.009337 ], [ -75.164733, 40.008616 ], [ -75.167945, 40.009378 ], [ -75.167292, 40.009695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161002", "device_counts": 1070, "stop_counts": 3445 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.125491, 39.989836 ], [ -75.122417, 39.987001 ], [ -75.120252, 39.984755 ], [ -75.122679, 39.983488 ], [ -75.125062, 39.982373 ], [ -75.125836, 39.983251 ], [ -75.124654, 39.984526 ], [ -75.124728, 39.985801 ], [ -75.127363, 39.988792 ], [ -75.125491, 39.989836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178007", "device_counts": 644, "stop_counts": 2372 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123686, 39.990836 ], [ -75.12031, 39.992672 ], [ -75.118392, 39.990528 ], [ -75.122248, 39.988511 ], [ -75.124593, 39.990328 ], [ -75.123686, 39.990836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081011", "device_counts": 494, "stop_counts": 1900 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235479, 39.948433 ], [ -75.235165, 39.949953 ], [ -75.230959, 39.949438 ], [ -75.231271, 39.947909 ], [ -75.233604, 39.947351 ], [ -75.235049, 39.946992 ], [ -75.235822, 39.946835 ], [ -75.235479, 39.948433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199002", "device_counts": 915, "stop_counts": 2978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144069, 40.006684 ], [ -75.143346, 40.008227 ], [ -75.142772, 40.008153 ], [ -75.142256, 40.008093 ], [ -75.140472, 40.007878 ], [ -75.14116, 40.004784 ], [ -75.141491, 40.003288 ], [ -75.143292, 40.003523 ], [ -75.143437, 40.005071 ], [ -75.144069, 40.006684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024001", "device_counts": 427, "stop_counts": 1236 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156317, 39.938569 ], [ -75.154807, 39.93815 ], [ -75.153286, 39.937736 ], [ -75.153774, 39.935516 ], [ -75.155304, 39.935934 ], [ -75.15506, 39.936807 ], [ -75.156622, 39.937182 ], [ -75.156317, 39.938569 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267004", "device_counts": 601, "stop_counts": 2848 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149705, 40.054649 ], [ -75.149478, 40.056217 ], [ -75.146002, 40.055765 ], [ -75.145211, 40.055661 ], [ -75.145553, 40.054117 ], [ -75.145881, 40.052598 ], [ -75.149919, 40.053127 ], [ -75.149705, 40.054649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283002", "device_counts": 253, "stop_counts": 1085 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142334, 40.028543 ], [ -75.13998, 40.028245 ], [ -75.140303, 40.026745 ], [ -75.140638, 40.025262 ], [ -75.143001, 40.025561 ], [ -75.142334, 40.028543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010003002", "device_counts": 1739, "stop_counts": 7857 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179937, 39.960028 ], [ -75.172002, 39.959007 ], [ -75.172783, 39.955604 ], [ -75.177527, 39.95549 ], [ -75.179122, 39.955984 ], [ -75.17972, 39.956164 ], [ -75.179126, 39.958004 ], [ -75.179937, 39.960028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377002", "device_counts": 1235, "stop_counts": 6240 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151266, 39.983978 ], [ -75.148109, 39.983604 ], [ -75.148437, 39.98211 ], [ -75.146769, 39.981893 ], [ -75.146102, 39.984978 ], [ -75.144154, 39.984724 ], [ -75.14405, 39.983721 ], [ -75.144169, 39.983092 ], [ -75.14501, 39.978597 ], [ -75.150661, 39.979325 ], [ -75.152235, 39.979531 ], [ -75.151266, 39.983978 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037022", "device_counts": 690, "stop_counts": 3111 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184393, 39.926276 ], [ -75.18333, 39.926134 ], [ -75.182743, 39.926058 ], [ -75.181698, 39.925924 ], [ -75.182243, 39.923442 ], [ -75.183295, 39.923575 ], [ -75.183434, 39.922939 ], [ -75.185202, 39.922574 ], [ -75.184393, 39.926276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094004", "device_counts": 651, "stop_counts": 2448 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236481, 39.963047 ], [ -75.235842, 39.966085 ], [ -75.23189, 39.965593 ], [ -75.232527, 39.962557 ], [ -75.23454, 39.962807 ], [ -75.236587, 39.962519 ], [ -75.236481, 39.963047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010208002", "device_counts": 359, "stop_counts": 1189 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205848, 40.015281 ], [ -75.201269, 40.017189 ], [ -75.197636, 40.021461 ], [ -75.193308, 40.024091 ], [ -75.193048, 40.023558 ], [ -75.191105, 40.021663 ], [ -75.192405, 40.020495 ], [ -75.198361, 40.01527 ], [ -75.200278, 40.013708 ], [ -75.200954, 40.013061 ], [ -75.206139, 40.014753 ], [ -75.205848, 40.015281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353022", "device_counts": 2331, "stop_counts": 8692 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.003606, 40.071362 ], [ -74.998488, 40.078701 ], [ -74.995282, 40.077149 ], [ -74.991271, 40.07631 ], [ -74.988467, 40.073908 ], [ -74.987857, 40.072829 ], [ -74.993531, 40.071863 ], [ -74.996409, 40.06659 ], [ -74.99873, 40.065828 ], [ -74.998385, 40.064117 ], [ -75.007269, 40.069161 ], [ -75.003606, 40.071362 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308004", "device_counts": 374, "stop_counts": 1946 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0868, 40.052744 ], [ -75.085847, 40.05441 ], [ -75.079878, 40.051217 ], [ -75.082888, 40.048197 ], [ -75.086165, 40.050024 ], [ -75.085989, 40.050878 ], [ -75.0868, 40.052744 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153003", "device_counts": 462, "stop_counts": 1139 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164184, 39.987311 ], [ -75.161032, 39.986907 ], [ -75.157899, 39.986492 ], [ -75.158246, 39.984934 ], [ -75.161383, 39.985339 ], [ -75.162951, 39.985542 ], [ -75.164517, 39.985759 ], [ -75.164184, 39.987311 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266008", "device_counts": 318, "stop_counts": 1546 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151596, 40.070328 ], [ -75.148331, 40.068485 ], [ -75.148648, 40.067138 ], [ -75.150505, 40.067377 ], [ -75.151534, 40.067507 ], [ -75.152322, 40.068901 ], [ -75.151596, 40.070328 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171003", "device_counts": 1399, "stop_counts": 4519 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178633, 40.005052 ], [ -75.173853, 40.007468 ], [ -75.172209, 40.007898 ], [ -75.169741, 40.008585 ], [ -75.16914, 40.008832 ], [ -75.165554, 40.004859 ], [ -75.165896, 40.003269 ], [ -75.168943, 40.00366 ], [ -75.169093, 40.003671 ], [ -75.171247, 40.003951 ], [ -75.176913, 40.004697 ], [ -75.178809, 40.004937 ], [ -75.178633, 40.005052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040022", "device_counts": 1083, "stop_counts": 4886 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167085, 39.918959 ], [ -75.163956, 39.918518 ], [ -75.16453, 39.915875 ], [ -75.166914, 39.916189 ], [ -75.167681, 39.916283 ], [ -75.167085, 39.918959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267003", "device_counts": 318, "stop_counts": 1635 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149919, 40.053127 ], [ -75.145881, 40.052598 ], [ -75.143571, 40.052297 ], [ -75.143841, 40.050771 ], [ -75.147004, 40.051175 ], [ -75.148578, 40.051383 ], [ -75.150142, 40.051578 ], [ -75.149919, 40.053127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190004", "device_counts": 402, "stop_counts": 1930 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101864, 40.012369 ], [ -75.101557, 40.013878 ], [ -75.099374, 40.013583 ], [ -75.100373, 40.008914 ], [ -75.102552, 40.009202 ], [ -75.101864, 40.012369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039024", "device_counts": 856, "stop_counts": 5298 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177438, 39.91897 ], [ -75.177082, 39.920207 ], [ -75.174033, 39.919809 ], [ -75.174302, 39.918562 ], [ -75.175217, 39.915653 ], [ -75.17718, 39.91489 ], [ -75.178268, 39.915053 ], [ -75.177438, 39.91897 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201022", "device_counts": 664, "stop_counts": 1640 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156028, 40.009868 ], [ -75.151246, 40.009279 ], [ -75.151603, 40.007665 ], [ -75.156376, 40.008284 ], [ -75.156028, 40.009868 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180013", "device_counts": 347, "stop_counts": 1434 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115605, 39.983551 ], [ -75.115251, 39.983157 ], [ -75.11345, 39.984105 ], [ -75.110939, 39.980568 ], [ -75.113008, 39.979488 ], [ -75.116075, 39.982938 ], [ -75.115605, 39.983551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040024", "device_counts": 1354, "stop_counts": 4689 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170581, 39.920653 ], [ -75.170309, 39.921885 ], [ -75.166563, 39.921418 ], [ -75.167085, 39.918959 ], [ -75.170854, 39.91941 ], [ -75.170581, 39.920653 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238001", "device_counts": 308, "stop_counts": 1004 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184524, 40.043654 ], [ -75.18308, 40.045068 ], [ -75.182203, 40.045894 ], [ -75.181701, 40.044831 ], [ -75.180884, 40.043246 ], [ -75.183101, 40.041063 ], [ -75.185569, 40.042625 ], [ -75.184524, 40.043654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204002", "device_counts": 1504, "stop_counts": 3343 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154576, 40.017272 ], [ -75.152386, 40.018145 ], [ -75.152161, 40.020161 ], [ -75.148953, 40.019743 ], [ -75.147139, 40.019518 ], [ -75.147143, 40.01901 ], [ -75.149544, 40.01787 ], [ -75.153849, 40.015891 ], [ -75.15409, 40.016325 ], [ -75.154576, 40.017272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207004", "device_counts": 2269, "stop_counts": 6249 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207599, 40.012719 ], [ -75.206207, 40.01472 ], [ -75.206139, 40.014753 ], [ -75.200954, 40.013061 ], [ -75.200278, 40.013708 ], [ -75.194847, 40.012175 ], [ -75.192879, 40.01162 ], [ -75.186537, 40.009831 ], [ -75.190514, 40.008407 ], [ -75.192225, 40.00722 ], [ -75.192467, 40.006482 ], [ -75.19281, 40.006733 ], [ -75.197451, 40.008315 ], [ -75.203107, 40.010138 ], [ -75.205485, 40.011501 ], [ -75.205978, 40.011723 ], [ -75.206968, 40.011372 ], [ -75.206286, 40.011923 ], [ -75.207599, 40.012719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160006", "device_counts": 1156, "stop_counts": 3135 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126136, 39.976082 ], [ -75.123334, 39.977514 ], [ -75.121032, 39.977811 ], [ -75.119763, 39.976369 ], [ -75.119969, 39.975911 ], [ -75.122592, 39.97388 ], [ -75.123391, 39.974403 ], [ -75.125201, 39.975558 ], [ -75.126136, 39.976082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306002", "device_counts": 498, "stop_counts": 1303 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.095999, 40.046002 ], [ -75.092242, 40.049978 ], [ -75.091416, 40.049543 ], [ -75.091268, 40.048083 ], [ -75.091859, 40.047485 ], [ -75.094175, 40.045026 ], [ -75.095999, 40.046002 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030023", "device_counts": 395, "stop_counts": 1304 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174495, 39.932523 ], [ -75.17397, 39.934974 ], [ -75.172389, 39.934765 ], [ -75.172922, 39.932328 ], [ -75.17319, 39.931104 ], [ -75.174764, 39.931307 ], [ -75.174495, 39.932523 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271002", "device_counts": 355, "stop_counts": 1568 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124614, 40.049849 ], [ -75.122776, 40.049613 ], [ -75.123566, 40.044993 ], [ -75.125631, 40.045259 ], [ -75.124614, 40.049849 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007001", "device_counts": 1018, "stop_counts": 2126 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176191, 39.952387 ], [ -75.173489, 39.952052 ], [ -75.173813, 39.950531 ], [ -75.175738, 39.950769 ], [ -75.176519, 39.95087 ], [ -75.176191, 39.952387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274012", "device_counts": 903, "stop_counts": 2416 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129498, 40.041048 ], [ -75.126643, 40.040681 ], [ -75.126977, 40.039155 ], [ -75.127641, 40.036063 ], [ -75.130518, 40.036437 ], [ -75.129498, 40.041048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310007", "device_counts": 250, "stop_counts": 1720 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079334, 40.051809 ], [ -75.076902, 40.054387 ], [ -75.07509, 40.053364 ], [ -75.075675, 40.052745 ], [ -75.072108, 40.050765 ], [ -75.073936, 40.048841 ], [ -75.077529, 40.050805 ], [ -75.079334, 40.051809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010021", "device_counts": 3274, "stop_counts": 6968 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150339, 39.94373 ], [ -75.145243, 39.943087 ], [ -75.144933, 39.944494 ], [ -75.144009, 39.944388 ], [ -75.14408, 39.948379 ], [ -75.142466, 39.948174 ], [ -75.14406, 39.940972 ], [ -75.147604, 39.941422 ], [ -75.150755, 39.941818 ], [ -75.150339, 39.94373 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160001", "device_counts": 273, "stop_counts": 1009 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122679, 39.983488 ], [ -75.120252, 39.984755 ], [ -75.118522, 39.982825 ], [ -75.120973, 39.981546 ], [ -75.122679, 39.983488 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266007", "device_counts": 902, "stop_counts": 2539 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153513, 40.064285 ], [ -75.152602, 40.067646 ], [ -75.152322, 40.068901 ], [ -75.151534, 40.067507 ], [ -75.150505, 40.067377 ], [ -75.150719, 40.066367 ], [ -75.151053, 40.064852 ], [ -75.151414, 40.063206 ], [ -75.151879, 40.062406 ], [ -75.152915, 40.063881 ], [ -75.153513, 40.064285 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242003", "device_counts": 511, "stop_counts": 1726 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168308, 40.029173 ], [ -75.166488, 40.030794 ], [ -75.163749, 40.029255 ], [ -75.166395, 40.026593 ], [ -75.169816, 40.02845 ], [ -75.168308, 40.029173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063002", "device_counts": 553, "stop_counts": 1740 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236833, 39.925765 ], [ -75.234368, 39.923694 ], [ -75.233121, 39.924558 ], [ -75.232438, 39.92397 ], [ -75.234991, 39.922169 ], [ -75.23816, 39.924839 ], [ -75.236833, 39.925765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008032", "device_counts": 940, "stop_counts": 2351 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175738, 39.950769 ], [ -75.173813, 39.950531 ], [ -75.174173, 39.948921 ], [ -75.174323, 39.948177 ], [ -75.176239, 39.948414 ], [ -75.175738, 39.950769 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267005", "device_counts": 791, "stop_counts": 2328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155554, 40.054074 ], [ -75.153438, 40.055707 ], [ -75.152594, 40.056367 ], [ -75.152723, 40.054825 ], [ -75.149705, 40.054649 ], [ -75.149919, 40.053127 ], [ -75.150142, 40.051578 ], [ -75.152881, 40.052844 ], [ -75.155214, 40.053922 ], [ -75.155554, 40.054074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264002", "device_counts": 189, "stop_counts": 828 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160911, 40.057865 ], [ -75.160983, 40.060654 ], [ -75.158413, 40.059181 ], [ -75.160691, 40.056831 ], [ -75.162122, 40.057638 ], [ -75.160911, 40.057865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136023", "device_counts": 236, "stop_counts": 639 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180729, 39.972841 ], [ -75.178108, 39.972509 ], [ -75.178606, 39.97018 ], [ -75.181234, 39.970504 ], [ -75.180729, 39.972841 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063001", "device_counts": 635, "stop_counts": 2104 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235594, 39.92664 ], [ -75.234328, 39.925573 ], [ -75.233121, 39.924558 ], [ -75.234368, 39.923694 ], [ -75.236833, 39.925765 ], [ -75.235594, 39.92664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326006", "device_counts": 502, "stop_counts": 2055 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041957, 40.028152 ], [ -75.0387, 40.029839 ], [ -75.036898, 40.027779 ], [ -75.040219, 40.026061 ], [ -75.041957, 40.028152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010142001", "device_counts": 461, "stop_counts": 1516 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146543, 39.97038 ], [ -75.145018, 39.970191 ], [ -75.145487, 39.96823 ], [ -75.143524, 39.967942 ], [ -75.144002, 39.96567 ], [ -75.147146, 39.967126 ], [ -75.146543, 39.97038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390008", "device_counts": 320, "stop_counts": 1254 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094339, 40.032217 ], [ -75.093497, 40.033072 ], [ -75.09227, 40.034323 ], [ -75.090599, 40.033398 ], [ -75.091806, 40.032145 ], [ -75.093021, 40.030888 ], [ -75.093204, 40.030704 ], [ -75.093542, 40.031195 ], [ -75.094339, 40.032217 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011011", "device_counts": 897, "stop_counts": 2048 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165341, 39.944664 ], [ -75.164845, 39.946999 ], [ -75.164772, 39.946983 ], [ -75.163648, 39.946836 ], [ -75.163955, 39.945423 ], [ -75.163137, 39.944388 ], [ -75.165274, 39.944655 ], [ -75.165341, 39.944664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010133002", "device_counts": 2025, "stop_counts": 5197 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164744, 39.970436 ], [ -75.164555, 39.970816 ], [ -75.159702, 39.970202 ], [ -75.160395, 39.967064 ], [ -75.160678, 39.96577 ], [ -75.163949, 39.966166 ], [ -75.163743, 39.967125 ], [ -75.165256, 39.967563 ], [ -75.164744, 39.970436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111005", "device_counts": 1732, "stop_counts": 4319 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226451, 39.977717 ], [ -75.224848, 39.97712 ], [ -75.21953, 39.974639 ], [ -75.219655, 39.97377 ], [ -75.219481, 39.973665 ], [ -75.222827, 39.973318 ], [ -75.226131, 39.972964 ], [ -75.226765, 39.977211 ], [ -75.226451, 39.977717 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079001", "device_counts": 279, "stop_counts": 754 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218347, 39.952553 ], [ -75.21635, 39.952302 ], [ -75.212393, 39.951811 ], [ -75.212716, 39.950292 ], [ -75.214691, 39.950542 ], [ -75.218676, 39.951032 ], [ -75.218347, 39.952553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010021002", "device_counts": 856, "stop_counts": 3659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17717, 39.936933 ], [ -75.178464, 39.938278 ], [ -75.17631, 39.939021 ], [ -75.173173, 39.938641 ], [ -75.17385, 39.93545 ], [ -75.17397, 39.934974 ], [ -75.178514, 39.935544 ], [ -75.17717, 39.936933 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169013", "device_counts": 1096, "stop_counts": 4261 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179748, 39.991715 ], [ -75.179584, 39.992463 ], [ -75.179248, 39.993963 ], [ -75.178576, 39.99704 ], [ -75.175539, 39.996639 ], [ -75.176212, 39.993572 ], [ -75.176535, 39.992076 ], [ -75.177206, 39.988991 ], [ -75.178616, 39.989179 ], [ -75.180257, 39.989388 ], [ -75.179748, 39.991715 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273004", "device_counts": 267, "stop_counts": 1418 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123535, 40.038719 ], [ -75.12281, 40.040181 ], [ -75.120434, 40.039886 ], [ -75.121072, 40.036815 ], [ -75.123686, 40.037144 ], [ -75.123535, 40.038719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261001", "device_counts": 457, "stop_counts": 2199 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178918, 40.069175 ], [ -75.17394, 40.07431 ], [ -75.171716, 40.073039 ], [ -75.16899, 40.071473 ], [ -75.170657, 40.069832 ], [ -75.172207, 40.068288 ], [ -75.173459, 40.067054 ], [ -75.174044, 40.067381 ], [ -75.178918, 40.069175 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316002", "device_counts": 1116, "stop_counts": 3001 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058231, 40.031651 ], [ -75.057092, 40.032869 ], [ -75.054054, 40.03118 ], [ -75.055416, 40.030086 ], [ -75.055661, 40.029843 ], [ -75.056077, 40.029455 ], [ -75.058848, 40.030998 ], [ -75.058231, 40.031651 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209001", "device_counts": 384, "stop_counts": 1489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211564, 40.020898 ], [ -75.209213, 40.021899 ], [ -75.208035, 40.023114 ], [ -75.207732, 40.023783 ], [ -75.207501, 40.023328 ], [ -75.207536, 40.021731 ], [ -75.207595, 40.019536 ], [ -75.207863, 40.018582 ], [ -75.209735, 40.018509 ], [ -75.211564, 40.020898 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164002", "device_counts": 194, "stop_counts": 632 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140861, 39.989001 ], [ -75.139021, 39.988764 ], [ -75.139669, 39.985802 ], [ -75.14152, 39.986016 ], [ -75.140861, 39.989001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010020001", "device_counts": 813, "stop_counts": 2449 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184956, 39.940084 ], [ -75.18314, 39.939895 ], [ -75.181494, 39.939687 ], [ -75.179839, 39.939478 ], [ -75.180621, 39.935816 ], [ -75.183916, 39.93624 ], [ -75.185498, 39.937597 ], [ -75.184956, 39.940084 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008041", "device_counts": 1952, "stop_counts": 5355 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170667, 39.950131 ], [ -75.167517, 39.949744 ], [ -75.16803, 39.947386 ], [ -75.17118, 39.947784 ], [ -75.170667, 39.950131 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369003", "device_counts": 5721, "stop_counts": 18252 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195616, 39.954027 ], [ -75.194152, 39.95618 ], [ -75.189489, 39.955593 ], [ -75.188266, 39.955441 ], [ -75.181105, 39.95458 ], [ -75.179889, 39.955436 ], [ -75.180223, 39.954472 ], [ -75.180909, 39.952982 ], [ -75.181663, 39.951509 ], [ -75.194786, 39.953142 ], [ -75.194623, 39.953902 ], [ -75.195616, 39.954027 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369001", "device_counts": 2785, "stop_counts": 7608 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196603, 39.954149 ], [ -75.196121, 39.956429 ], [ -75.194152, 39.95618 ], [ -75.195616, 39.954027 ], [ -75.194623, 39.953902 ], [ -75.194786, 39.953142 ], [ -75.181663, 39.951509 ], [ -75.183288, 39.949512 ], [ -75.185634, 39.948021 ], [ -75.187231, 39.947176 ], [ -75.191689, 39.95032 ], [ -75.195322, 39.950781 ], [ -75.197243, 39.951021 ], [ -75.196603, 39.954149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010012", "device_counts": 1583, "stop_counts": 3735 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153694, 39.943218 ], [ -75.153184, 39.945536 ], [ -75.150764, 39.945558 ], [ -75.149954, 39.945505 ], [ -75.150037, 39.945144 ], [ -75.150339, 39.94373 ], [ -75.150755, 39.941818 ], [ -75.152334, 39.942015 ], [ -75.153916, 39.942205 ], [ -75.153694, 39.943218 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010002001", "device_counts": 6321, "stop_counts": 20106 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162339, 39.957825 ], [ -75.155538, 39.956923 ], [ -75.154451, 39.956777 ], [ -75.151223, 39.956862 ], [ -75.151539, 39.952948 ], [ -75.163093, 39.9544 ], [ -75.162339, 39.957825 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010003001", "device_counts": 5636, "stop_counts": 18182 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172002, 39.959007 ], [ -75.162413, 39.957834 ], [ -75.162339, 39.957825 ], [ -75.163093, 39.9544 ], [ -75.163151, 39.954411 ], [ -75.171134, 39.955394 ], [ -75.172783, 39.955604 ], [ -75.172002, 39.959007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007002", "device_counts": 5404, "stop_counts": 14002 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173489, 39.952052 ], [ -75.164011, 39.950876 ], [ -75.164338, 39.949346 ], [ -75.16594, 39.949553 ], [ -75.167517, 39.949744 ], [ -75.170667, 39.950131 ], [ -75.172752, 39.950398 ], [ -75.173813, 39.950531 ], [ -75.173489, 39.952052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008042", "device_counts": 1106, "stop_counts": 2707 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16594, 39.949553 ], [ -75.164338, 39.949346 ], [ -75.164752, 39.947424 ], [ -75.166362, 39.947633 ], [ -75.16594, 39.949553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030015", "device_counts": 445, "stop_counts": 1787 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174764, 39.931307 ], [ -75.17319, 39.931104 ], [ -75.171065, 39.930827 ], [ -75.171339, 39.929608 ], [ -75.172907, 39.929811 ], [ -75.175032, 39.930087 ], [ -75.174764, 39.931307 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373003", "device_counts": 1919, "stop_counts": 6238 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193987, 39.905633 ], [ -75.192285, 39.906428 ], [ -75.190073, 39.90752 ], [ -75.183387, 39.906617 ], [ -75.173566, 39.905394 ], [ -75.174808, 39.899179 ], [ -75.174959, 39.898488 ], [ -75.176562, 39.898666 ], [ -75.187183, 39.896682 ], [ -75.189993, 39.89681 ], [ -75.19194, 39.896089 ], [ -75.193923, 39.900403 ], [ -75.193987, 39.905633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010056001", "device_counts": 2841, "stop_counts": 8661 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249109, 39.901113 ], [ -75.247308, 39.902282 ], [ -75.244985, 39.903178 ], [ -75.240576, 39.904062 ], [ -75.240331, 39.904113 ], [ -75.238643, 39.898691 ], [ -75.243752, 39.893025 ], [ -75.252349, 39.897618 ], [ -75.249109, 39.901113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122011", "device_counts": 1522, "stop_counts": 3737 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214054, 40.00501 ], [ -75.209771, 40.006983 ], [ -75.206868, 40.006944 ], [ -75.206209, 40.006641 ], [ -75.207589, 40.005981 ], [ -75.209385, 40.002429 ], [ -75.21114, 40.002124 ], [ -75.215355, 40.001244 ], [ -75.214054, 40.00501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122031", "device_counts": 3605, "stop_counts": 7820 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213537, 40.006554 ], [ -75.213745, 40.00716 ], [ -75.207993, 40.009842 ], [ -75.203156, 40.008256 ], [ -75.206868, 40.006944 ], [ -75.209771, 40.006983 ], [ -75.214054, 40.00501 ], [ -75.213537, 40.006554 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183003", "device_counts": 1717, "stop_counts": 6647 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.08637, 39.998895 ], [ -75.086234, 39.998967 ], [ -75.079781, 40.002337 ], [ -75.077476, 40.004139 ], [ -75.075687, 40.005553 ], [ -75.073149, 40.001517 ], [ -75.070609, 40.001652 ], [ -75.070175, 40.00106 ], [ -75.07472, 39.9987 ], [ -75.080522, 39.996472 ], [ -75.079364, 39.994264 ], [ -75.080785, 39.993572 ], [ -75.080932, 39.993498 ], [ -75.084452, 39.997146 ], [ -75.086505, 39.998825 ], [ -75.08637, 39.998895 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010216002", "device_counts": 1967, "stop_counts": 8043 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249271, 40.04534 ], [ -75.248689, 40.045941 ], [ -75.246742, 40.048517 ], [ -75.245728, 40.049257 ], [ -75.244974, 40.047166 ], [ -75.244871, 40.045819 ], [ -75.243483, 40.045379 ], [ -75.235419, 40.048775 ], [ -75.23204, 40.045328 ], [ -75.22853, 40.04386 ], [ -75.234005, 40.041307 ], [ -75.234363, 40.040917 ], [ -75.236642, 40.036295 ], [ -75.234937, 40.0349 ], [ -75.23564, 40.034249 ], [ -75.233394, 40.031906 ], [ -75.234535, 40.030426 ], [ -75.238068, 40.032127 ], [ -75.245598, 40.037655 ], [ -75.249181, 40.041951 ], [ -75.251298, 40.043505 ], [ -75.249271, 40.04534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272002", "device_counts": 1300, "stop_counts": 4399 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118503, 40.049061 ], [ -75.117478, 40.048927 ], [ -75.112588, 40.04638 ], [ -75.112363, 40.047563 ], [ -75.110985, 40.046769 ], [ -75.111033, 40.044404 ], [ -75.112248, 40.04321 ], [ -75.11307, 40.043971 ], [ -75.113544, 40.042711 ], [ -75.114119, 40.043644 ], [ -75.119454, 40.04448 ], [ -75.118503, 40.049061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318004", "device_counts": 481, "stop_counts": 1445 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084089, 40.031826 ], [ -75.080757, 40.032541 ], [ -75.081231, 40.032046 ], [ -75.079443, 40.031051 ], [ -75.080866, 40.029556 ], [ -75.084197, 40.031438 ], [ -75.084089, 40.031826 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365012", "device_counts": 2346, "stop_counts": 7963 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024891, 40.129216 ], [ -75.020571, 40.132274 ], [ -75.015066, 40.137992 ], [ -75.009117, 40.134355 ], [ -75.012295, 40.131736 ], [ -75.013206, 40.130233 ], [ -75.021931, 40.127467 ], [ -75.024891, 40.129216 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345012", "device_counts": 956, "stop_counts": 3978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04312, 40.077166 ], [ -75.040252, 40.079994 ], [ -75.036758, 40.079083 ], [ -75.03536, 40.074939 ], [ -75.035087, 40.074617 ], [ -75.036627, 40.073019 ], [ -75.040606, 40.07535 ], [ -75.041869, 40.075429 ], [ -75.04312, 40.077166 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218003", "device_counts": 265, "stop_counts": 1493 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23365, 40.057887 ], [ -75.230156, 40.05955 ], [ -75.228561, 40.057265 ], [ -75.228838, 40.056168 ], [ -75.231223, 40.053703 ], [ -75.231721, 40.054078 ], [ -75.23365, 40.057887 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353012", "device_counts": 561, "stop_counts": 4283 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.99873, 40.065828 ], [ -74.996409, 40.06659 ], [ -74.993531, 40.071863 ], [ -74.987857, 40.072829 ], [ -74.988454, 40.066701 ], [ -74.987379, 40.065368 ], [ -74.991704, 40.062339 ], [ -74.995269, 40.062344 ], [ -74.998385, 40.064117 ], [ -74.99873, 40.065828 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091002", "device_counts": 2803, "stop_counts": 11609 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.201137, 39.959242 ], [ -75.198681, 39.959429 ], [ -75.198844, 39.960637 ], [ -75.194015, 39.961124 ], [ -75.193905, 39.960514 ], [ -75.193574, 39.958689 ], [ -75.194152, 39.95618 ], [ -75.196121, 39.956429 ], [ -75.199622, 39.95686 ], [ -75.201137, 39.959242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019003", "device_counts": 2582, "stop_counts": 6184 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171341, 39.939663 ], [ -75.171125, 39.940626 ], [ -75.169386, 39.941211 ], [ -75.166204, 39.940813 ], [ -75.166208, 39.940431 ], [ -75.166292, 39.940031 ], [ -75.166816, 39.937869 ], [ -75.170025, 39.938263 ], [ -75.171602, 39.938447 ], [ -75.171341, 39.939663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010020002", "device_counts": 416, "stop_counts": 1677 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.18824, 39.939878 ], [ -75.186551, 39.94023 ], [ -75.184956, 39.940084 ], [ -75.185498, 39.937597 ], [ -75.183916, 39.93624 ], [ -75.187326, 39.936679 ], [ -75.188885, 39.936887 ], [ -75.18824, 39.939878 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029001", "device_counts": 1864, "stop_counts": 4636 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169494, 39.925596 ], [ -75.169228, 39.926806 ], [ -75.168956, 39.928035 ], [ -75.168689, 39.929256 ], [ -75.168567, 39.929252 ], [ -75.166507, 39.929037 ], [ -75.166246, 39.930207 ], [ -75.163504, 39.92983 ], [ -75.165005, 39.92855 ], [ -75.16735, 39.926579 ], [ -75.169428, 39.925593 ], [ -75.169494, 39.925596 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066004", "device_counts": 1360, "stop_counts": 4350 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234337, 39.927526 ], [ -75.230104, 39.929711 ], [ -75.229222, 39.929172 ], [ -75.230654, 39.928158 ], [ -75.2294, 39.927156 ], [ -75.22869, 39.926602 ], [ -75.229818, 39.925811 ], [ -75.231194, 39.924845 ], [ -75.232438, 39.92397 ], [ -75.233121, 39.924558 ], [ -75.234328, 39.925573 ], [ -75.234337, 39.927526 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080004", "device_counts": 840, "stop_counts": 3198 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230323, 39.952475 ], [ -75.229999, 39.953996 ], [ -75.226224, 39.953528 ], [ -75.226539, 39.952 ], [ -75.226869, 39.95046 ], [ -75.22703, 39.949702 ], [ -75.230793, 39.950172 ], [ -75.230323, 39.952475 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084001", "device_counts": 561, "stop_counts": 1783 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235745, 39.957049 ], [ -75.233732, 39.956801 ], [ -75.231557, 39.957102 ], [ -75.231937, 39.955319 ], [ -75.232153, 39.954262 ], [ -75.234212, 39.954521 ], [ -75.233984, 39.955579 ], [ -75.235997, 39.955831 ], [ -75.235745, 39.957049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094002", "device_counts": 550, "stop_counts": 1757 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232527, 39.962557 ], [ -75.230552, 39.96231 ], [ -75.22992, 39.965352 ], [ -75.227679, 39.965072 ], [ -75.228645, 39.960463 ], [ -75.230801, 39.960722 ], [ -75.232857, 39.960976 ], [ -75.232527, 39.962557 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095003", "device_counts": 716, "stop_counts": 2435 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24011, 39.965055 ], [ -75.238137, 39.96481 ], [ -75.237798, 39.963206 ], [ -75.236481, 39.963047 ], [ -75.236587, 39.962519 ], [ -75.236808, 39.961471 ], [ -75.238785, 39.961715 ], [ -75.240762, 39.96196 ], [ -75.24011, 39.965055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010106002", "device_counts": 1087, "stop_counts": 3149 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209344, 39.964621 ], [ -75.208344, 39.966876 ], [ -75.20756, 39.966381 ], [ -75.202342, 39.963137 ], [ -75.20236, 39.962859 ], [ -75.206889, 39.962485 ], [ -75.209058, 39.962329 ], [ -75.209344, 39.964621 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247004", "device_counts": 612, "stop_counts": 2503 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16483, 40.045468 ], [ -75.163175, 40.047076 ], [ -75.161656, 40.048559 ], [ -75.158132, 40.046418 ], [ -75.158217, 40.045076 ], [ -75.161033, 40.045769 ], [ -75.163452, 40.043431 ], [ -75.163739, 40.044801 ], [ -75.16483, 40.045468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010141001", "device_counts": 2072, "stop_counts": 8570 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154149, 39.970778 ], [ -75.152188, 39.972318 ], [ -75.151915, 39.973588 ], [ -75.150315, 39.973382 ], [ -75.146082, 39.972833 ], [ -75.146543, 39.97038 ], [ -75.147146, 39.967126 ], [ -75.153018, 39.968549 ], [ -75.154549, 39.968931 ], [ -75.154149, 39.970778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135004", "device_counts": 945, "stop_counts": 3471 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169274, 39.971406 ], [ -75.167703, 39.971211 ], [ -75.164555, 39.970816 ], [ -75.164744, 39.970436 ], [ -75.165256, 39.967563 ], [ -75.165349, 39.967149 ], [ -75.168569, 39.967226 ], [ -75.170177, 39.96725 ], [ -75.169274, 39.971406 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139002", "device_counts": 682, "stop_counts": 2870 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173414, 39.976363 ], [ -75.171813, 39.976164 ], [ -75.171213, 39.978952 ], [ -75.170287, 39.978845 ], [ -75.16616, 39.978308 ], [ -75.166463, 39.976877 ], [ -75.16722, 39.973397 ], [ -75.168263, 39.975259 ], [ -75.173785, 39.974677 ], [ -75.173414, 39.976363 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010145001", "device_counts": 621, "stop_counts": 2500 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151306, 39.976382 ], [ -75.150661, 39.979325 ], [ -75.14501, 39.978597 ], [ -75.145559, 39.975638 ], [ -75.149734, 39.976182 ], [ -75.150315, 39.973382 ], [ -75.151915, 39.973588 ], [ -75.151306, 39.976382 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153004", "device_counts": 994, "stop_counts": 3842 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164855, 39.984239 ], [ -75.164517, 39.985759 ], [ -75.162951, 39.985542 ], [ -75.163286, 39.984034 ], [ -75.158567, 39.98342 ], [ -75.159219, 39.980435 ], [ -75.165511, 39.981244 ], [ -75.164855, 39.984239 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152004", "device_counts": 632, "stop_counts": 3149 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171847, 39.983599 ], [ -75.17151, 39.98509 ], [ -75.167078, 39.984517 ], [ -75.166419, 39.984436 ], [ -75.164855, 39.984239 ], [ -75.165511, 39.981244 ], [ -75.167076, 39.981454 ], [ -75.172161, 39.9821 ], [ -75.171847, 39.983599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163002", "device_counts": 1397, "stop_counts": 3654 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138352, 39.991851 ], [ -75.135466, 39.991479 ], [ -75.132893, 39.991144 ], [ -75.133549, 39.98806 ], [ -75.139021, 39.988764 ], [ -75.138352, 39.991851 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199004", "device_counts": 1153, "stop_counts": 3889 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148277, 40.005697 ], [ -75.143437, 40.005071 ], [ -75.143292, 40.003523 ], [ -75.141491, 40.003288 ], [ -75.14116, 40.004784 ], [ -75.137529, 40.004304 ], [ -75.137669, 40.003645 ], [ -75.139876, 40.002845 ], [ -75.142416, 40.00195 ], [ -75.147717, 39.999974 ], [ -75.148148, 40.000987 ], [ -75.148817, 40.002698 ], [ -75.148277, 40.005697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176023", "device_counts": 1436, "stop_counts": 3960 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138524, 39.999743 ], [ -75.132172, 39.998913 ], [ -75.12926, 39.998539 ], [ -75.129921, 39.99546 ], [ -75.130122, 39.994573 ], [ -75.13191, 39.995754 ], [ -75.138713, 39.998891 ], [ -75.138524, 39.999743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298004", "device_counts": 3043, "stop_counts": 8179 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070429, 40.013167 ], [ -75.068503, 40.013619 ], [ -75.068202, 40.014729 ], [ -75.06807, 40.014992 ], [ -75.065941, 40.015727 ], [ -75.064145, 40.013681 ], [ -75.062519, 40.014542 ], [ -75.061413, 40.013284 ], [ -75.061339, 40.012764 ], [ -75.069508, 40.010798 ], [ -75.069786, 40.011543 ], [ -75.06999, 40.012032 ], [ -75.070429, 40.013167 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192004", "device_counts": 1259, "stop_counts": 4575 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112398, 40.00052 ], [ -75.11046, 40.000268 ], [ -75.110017, 40.002282 ], [ -75.104197, 40.001525 ], [ -75.106442, 40.000322 ], [ -75.109848, 39.998436 ], [ -75.110983, 39.997801 ], [ -75.112923, 39.99806 ], [ -75.112398, 40.00052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288003", "device_counts": 1932, "stop_counts": 6104 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127922, 40.021979 ], [ -75.127234, 40.02353 ], [ -75.126967, 40.024818 ], [ -75.123525, 40.025463 ], [ -75.122279, 40.02565 ], [ -75.119735, 40.026017 ], [ -75.119603, 40.025117 ], [ -75.119823, 40.02412 ], [ -75.121762, 40.024364 ], [ -75.122095, 40.022864 ], [ -75.122425, 40.021314 ], [ -75.124346, 40.021552 ], [ -75.127588, 40.021935 ], [ -75.127922, 40.021979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010241001", "device_counts": 2800, "stop_counts": 9920 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176428, 40.037794 ], [ -75.175208, 40.036232 ], [ -75.173951, 40.035193 ], [ -75.173724, 40.035012 ], [ -75.17061, 40.033131 ], [ -75.173482, 40.030336 ], [ -75.174572, 40.029244 ], [ -75.181235, 40.033097 ], [ -75.176428, 40.037794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264005", "device_counts": 679, "stop_counts": 1835 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165714, 40.06439 ], [ -75.162018, 40.063095 ], [ -75.163166, 40.061911 ], [ -75.165453, 40.059541 ], [ -75.168641, 40.061373 ], [ -75.165714, 40.06439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260001", "device_counts": 532, "stop_counts": 2096 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172621, 40.078103 ], [ -75.169914, 40.080818 ], [ -75.163399, 40.07695 ], [ -75.166062, 40.074338 ], [ -75.167097, 40.07332 ], [ -75.167309, 40.074208 ], [ -75.170822, 40.076226 ], [ -75.170289, 40.076767 ], [ -75.172621, 40.078103 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010270002", "device_counts": 509, "stop_counts": 2564 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137767, 40.053112 ], [ -75.133814, 40.0526 ], [ -75.130783, 40.052206 ], [ -75.132121, 40.046018 ], [ -75.134724, 40.046134 ], [ -75.136019, 40.046229 ], [ -75.137529, 40.046805 ], [ -75.139107, 40.047011 ], [ -75.137767, 40.053112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281001", "device_counts": 632, "stop_counts": 3124 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152369, 40.031387 ], [ -75.151272, 40.032579 ], [ -75.149859, 40.035827 ], [ -75.148179, 40.035598 ], [ -75.145554, 40.035262 ], [ -75.146575, 40.030637 ], [ -75.148206, 40.030851 ], [ -75.151521, 40.030498 ], [ -75.151356, 40.031255 ], [ -75.152369, 40.031387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321003", "device_counts": 800, "stop_counts": 2753 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.065113, 40.017511 ], [ -75.06113, 40.019725 ], [ -75.057513, 40.021597 ], [ -75.055687, 40.019504 ], [ -75.059304, 40.017638 ], [ -75.063385, 40.01552 ], [ -75.065113, 40.017511 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334004", "device_counts": 7294, "stop_counts": 20633 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060654, 40.050999 ], [ -75.058283, 40.053484 ], [ -75.057125, 40.054722 ], [ -75.054947, 40.053507 ], [ -75.056036, 40.05224 ], [ -75.052836, 40.050498 ], [ -75.050943, 40.050215 ], [ -75.051057, 40.049022 ], [ -75.051146, 40.048113 ], [ -75.051682, 40.046963 ], [ -75.054287, 40.044448 ], [ -75.057048, 40.04603 ], [ -75.059937, 40.047751 ], [ -75.058284, 40.049688 ], [ -75.060654, 40.050999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319005", "device_counts": 571, "stop_counts": 2648 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073364, 40.025369 ], [ -75.067957, 40.026583 ], [ -75.065403, 40.027033 ], [ -75.065108, 40.027073 ], [ -75.065492, 40.026589 ], [ -75.063254, 40.024912 ], [ -75.062802, 40.024402 ], [ -75.068516, 40.021385 ], [ -75.069087, 40.021904 ], [ -75.073364, 40.025369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330004", "device_counts": 886, "stop_counts": 3925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.03517, 40.030116 ], [ -75.030907, 40.032318 ], [ -75.032739, 40.034407 ], [ -75.030905, 40.035358 ], [ -75.029881, 40.034072 ], [ -75.02798, 40.031894 ], [ -75.029706, 40.030947 ], [ -75.028413, 40.029758 ], [ -75.032752, 40.02705 ], [ -75.034354, 40.029096 ], [ -75.03517, 40.030116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010001001", "device_counts": 4059, "stop_counts": 11109 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148472, 39.952578 ], [ -75.141469, 39.951698 ], [ -75.142466, 39.948174 ], [ -75.14408, 39.948379 ], [ -75.149186, 39.949032 ], [ -75.148472, 39.952578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008011", "device_counts": 1392, "stop_counts": 3100 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181663, 39.951509 ], [ -75.177323, 39.950964 ], [ -75.177843, 39.94861 ], [ -75.180021, 39.948872 ], [ -75.181134, 39.949008 ], [ -75.183288, 39.949512 ], [ -75.181663, 39.951509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087021", "device_counts": 1740, "stop_counts": 4595 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208761, 39.95488 ], [ -75.2086, 39.955636 ], [ -75.208128, 39.957915 ], [ -75.204145, 39.957422 ], [ -75.204933, 39.955181 ], [ -75.205092, 39.954419 ], [ -75.20546, 39.952682 ], [ -75.205583, 39.952056 ], [ -75.209264, 39.952522 ], [ -75.208761, 39.95488 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098023", "device_counts": 1346, "stop_counts": 4212 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.273552, 39.978279 ], [ -75.271309, 39.979275 ], [ -75.267588, 39.974662 ], [ -75.271363, 39.972843 ], [ -75.270639, 39.974669 ], [ -75.273103, 39.974965 ], [ -75.273552, 39.978279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134012", "device_counts": 657, "stop_counts": 1793 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176778, 39.964822 ], [ -75.17539, 39.967345 ], [ -75.172108, 39.967284 ], [ -75.17256, 39.965219 ], [ -75.172848, 39.963923 ], [ -75.176219, 39.964409 ], [ -75.176778, 39.964822 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158001", "device_counts": 443, "stop_counts": 1714 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131238, 39.977786 ], [ -75.130448, 39.978589 ], [ -75.128628, 39.977533 ], [ -75.129573, 39.975894 ], [ -75.128693, 39.974284 ], [ -75.127903, 39.972811 ], [ -75.129224, 39.972357 ], [ -75.130366, 39.97445 ], [ -75.13267, 39.975304 ], [ -75.131238, 39.977786 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379006", "device_counts": 906, "stop_counts": 3722 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.098035, 39.990748 ], [ -75.095726, 39.99195 ], [ -75.093664, 39.9896 ], [ -75.091216, 39.99088 ], [ -75.089616, 39.989064 ], [ -75.094393, 39.98663 ], [ -75.095964, 39.988395 ], [ -75.097054, 39.987828 ], [ -75.099128, 39.990172 ], [ -75.098035, 39.990748 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010235001", "device_counts": 389, "stop_counts": 1433 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209969, 40.047081 ], [ -75.209622, 40.047047 ], [ -75.207005, 40.047063 ], [ -75.201433, 40.042404 ], [ -75.193127, 40.035381 ], [ -75.189063, 40.031905 ], [ -75.190861, 40.031144 ], [ -75.196938, 40.033266 ], [ -75.197535, 40.033892 ], [ -75.198918, 40.038973 ], [ -75.200359, 40.037477 ], [ -75.202846, 40.039503 ], [ -75.203164, 40.037635 ], [ -75.205546, 40.039057 ], [ -75.205047, 40.043123 ], [ -75.207016, 40.0416 ], [ -75.208173, 40.04199 ], [ -75.20994, 40.044636 ], [ -75.209969, 40.047081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279022", "device_counts": 925, "stop_counts": 3181 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158834, 40.035884 ], [ -75.158363, 40.036346 ], [ -75.158341, 40.042021 ], [ -75.158306, 40.042861 ], [ -75.153946, 40.042752 ], [ -75.154068, 40.041016 ], [ -75.154415, 40.039493 ], [ -75.149988, 40.038971 ], [ -75.149126, 40.037464 ], [ -75.149859, 40.035827 ], [ -75.151272, 40.032579 ], [ -75.152369, 40.031387 ], [ -75.154034, 40.031564 ], [ -75.154776, 40.031452 ], [ -75.157119, 40.030993 ], [ -75.158124, 40.030825 ], [ -75.15764, 40.033206 ], [ -75.159601, 40.035137 ], [ -75.158834, 40.035884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149002", "device_counts": 196, "stop_counts": 894 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176933, 39.982713 ], [ -75.175344, 39.982517 ], [ -75.175989, 39.979572 ], [ -75.177585, 39.979774 ], [ -75.176933, 39.982713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151023", "device_counts": 817, "stop_counts": 2862 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183795, 39.988236 ], [ -75.183601, 39.989159 ], [ -75.183459, 39.9898 ], [ -75.180257, 39.989388 ], [ -75.178616, 39.989179 ], [ -75.179043, 39.987154 ], [ -75.180258, 39.986345 ], [ -75.180896, 39.986709 ], [ -75.18255, 39.986509 ], [ -75.184136, 39.986721 ], [ -75.183795, 39.988236 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152003", "device_counts": 328, "stop_counts": 1632 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174694, 39.985506 ], [ -75.174361, 39.987024 ], [ -75.171197, 39.986603 ], [ -75.17151, 39.98509 ], [ -75.171847, 39.983599 ], [ -75.175026, 39.98402 ], [ -75.174694, 39.985506 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157002", "device_counts": 239, "stop_counts": 1020 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136423, 39.97902 ], [ -75.136105, 39.980514 ], [ -75.133733, 39.980208 ], [ -75.13437, 39.977219 ], [ -75.136739, 39.977527 ], [ -75.136423, 39.97902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158005", "device_counts": 527, "stop_counts": 1870 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133374, 39.97409 ], [ -75.13267, 39.975304 ], [ -75.130366, 39.97445 ], [ -75.129224, 39.972357 ], [ -75.131239, 39.97165 ], [ -75.133286, 39.970766 ], [ -75.134401, 39.972303 ], [ -75.133374, 39.97409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378003", "device_counts": 497, "stop_counts": 2315 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117697, 39.980904 ], [ -75.117355, 39.981481 ], [ -75.116146, 39.980111 ], [ -75.114768, 39.978568 ], [ -75.117217, 39.977289 ], [ -75.118611, 39.978879 ], [ -75.117697, 39.980904 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163001", "device_counts": 885, "stop_counts": 2609 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130898, 39.99089 ], [ -75.127031, 39.990386 ], [ -75.125491, 39.989836 ], [ -75.127363, 39.988792 ], [ -75.129641, 39.987546 ], [ -75.131557, 39.987799 ], [ -75.130898, 39.99089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167011", "device_counts": 537, "stop_counts": 1811 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160946, 39.994737 ], [ -75.159366, 39.994525 ], [ -75.160044, 39.991473 ], [ -75.160365, 39.989991 ], [ -75.161948, 39.990185 ], [ -75.160946, 39.994737 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168003", "device_counts": 283, "stop_counts": 929 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165738, 39.990675 ], [ -75.1635, 39.990401 ], [ -75.164184, 39.987311 ], [ -75.166408, 39.987598 ], [ -75.165738, 39.990675 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169023", "device_counts": 793, "stop_counts": 3639 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186148, 39.992662 ], [ -75.185793, 39.994349 ], [ -75.183009, 39.994439 ], [ -75.182463, 39.994365 ], [ -75.179248, 39.993963 ], [ -75.179584, 39.992463 ], [ -75.179748, 39.991715 ], [ -75.185808, 39.992075 ], [ -75.186148, 39.992662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175002", "device_counts": 697, "stop_counts": 2586 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141495, 39.995422 ], [ -75.140498, 39.999993 ], [ -75.138524, 39.999743 ], [ -75.138713, 39.998891 ], [ -75.139199, 39.996661 ], [ -75.139851, 39.993672 ], [ -75.14183, 39.993929 ], [ -75.141495, 39.995422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177025", "device_counts": 849, "stop_counts": 2615 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12538, 39.998043 ], [ -75.125058, 39.999628 ], [ -75.120933, 39.999097 ], [ -75.121617, 39.99592 ], [ -75.125737, 39.996451 ], [ -75.12538, 39.998043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177013", "device_counts": 656, "stop_counts": 2159 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118994, 39.998852 ], [ -75.117055, 39.998601 ], [ -75.115107, 39.998347 ], [ -75.115447, 39.996753 ], [ -75.116414, 39.996881 ], [ -75.119328, 39.997255 ], [ -75.118994, 39.998852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178004", "device_counts": 278, "stop_counts": 1241 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118392, 39.990528 ], [ -75.116662, 39.991437 ], [ -75.115083, 39.989526 ], [ -75.116751, 39.988652 ], [ -75.118392, 39.990528 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179003", "device_counts": 480, "stop_counts": 1746 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115605, 39.983551 ], [ -75.114934, 39.984697 ], [ -75.111887, 39.986296 ], [ -75.111221, 39.985268 ], [ -75.11345, 39.984105 ], [ -75.115251, 39.983157 ], [ -75.115605, 39.983551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183002", "device_counts": 522, "stop_counts": 3485 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07472, 39.9987 ], [ -75.070175, 40.00106 ], [ -75.069049, 39.999566 ], [ -75.072513, 39.996193 ], [ -75.073491, 39.997297 ], [ -75.07472, 39.9987 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188005", "device_counts": 946, "stop_counts": 2433 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111558, 39.997475 ], [ -75.109617, 39.995123 ], [ -75.108659, 39.993741 ], [ -75.108144, 39.993156 ], [ -75.109709, 39.992334 ], [ -75.110258, 39.992957 ], [ -75.111369, 39.994211 ], [ -75.113387, 39.996493 ], [ -75.111558, 39.997475 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188007", "device_counts": 683, "stop_counts": 2585 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109848, 39.998436 ], [ -75.106442, 40.000322 ], [ -75.104335, 39.997884 ], [ -75.104043, 39.997555 ], [ -75.106215, 39.996224 ], [ -75.107775, 39.996084 ], [ -75.109848, 39.998436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192006", "device_counts": 386, "stop_counts": 1086 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12441, 40.002634 ], [ -75.119314, 40.002003 ], [ -75.119644, 40.000464 ], [ -75.124732, 40.001124 ], [ -75.12441, 40.002634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383003", "device_counts": 1752, "stop_counts": 4365 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135533, 40.013463 ], [ -75.13519, 40.015056 ], [ -75.134194, 40.019619 ], [ -75.131828, 40.019316 ], [ -75.132327, 40.014695 ], [ -75.131135, 40.014535 ], [ -75.131779, 40.011482 ], [ -75.135858, 40.011982 ], [ -75.135533, 40.013463 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197002", "device_counts": 405, "stop_counts": 1469 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13981, 40.014014 ], [ -75.137502, 40.01371 ], [ -75.136231, 40.013547 ], [ -75.135533, 40.013463 ], [ -75.135858, 40.011982 ], [ -75.136537, 40.012068 ], [ -75.137826, 40.012233 ], [ -75.139484, 40.012453 ], [ -75.140125, 40.012538 ], [ -75.13981, 40.014014 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198002", "device_counts": 294, "stop_counts": 1042 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14332, 40.012926 ], [ -75.141786, 40.012708 ], [ -75.142438, 40.009743 ], [ -75.143981, 40.009949 ], [ -75.14332, 40.012926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201012", "device_counts": 1144, "stop_counts": 2358 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154205, 40.003395 ], [ -75.152549, 40.003181 ], [ -75.152926, 40.001592 ], [ -75.153609, 39.998515 ], [ -75.155232, 39.998728 ], [ -75.154205, 40.003395 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201023", "device_counts": 507, "stop_counts": 1761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157945, 40.008486 ], [ -75.157775, 40.009231 ], [ -75.156653, 40.014419 ], [ -75.156652, 40.014618 ], [ -75.155185, 40.015295 ], [ -75.155681, 40.011457 ], [ -75.156028, 40.009868 ], [ -75.156376, 40.008284 ], [ -75.158106, 40.007736 ], [ -75.157945, 40.008486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209004", "device_counts": 390, "stop_counts": 1391 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213266, 40.021301 ], [ -75.21275, 40.021541 ], [ -75.211564, 40.020898 ], [ -75.209735, 40.018509 ], [ -75.211744, 40.017388 ], [ -75.213, 40.018652 ], [ -75.214841, 40.020594 ], [ -75.213266, 40.021301 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210005", "device_counts": 226, "stop_counts": 1154 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214311, 40.024553 ], [ -75.212764, 40.025348 ], [ -75.210348, 40.022259 ], [ -75.209213, 40.021899 ], [ -75.211564, 40.020898 ], [ -75.21275, 40.021541 ], [ -75.213266, 40.021301 ], [ -75.215348, 40.023903 ], [ -75.214311, 40.024553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213005", "device_counts": 261, "stop_counts": 1160 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225849, 40.033506 ], [ -75.222011, 40.035206 ], [ -75.220899, 40.033847 ], [ -75.220237, 40.033215 ], [ -75.219029, 40.032081 ], [ -75.220448, 40.031211 ], [ -75.222391, 40.033052 ], [ -75.224657, 40.031899 ], [ -75.225849, 40.033506 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213002", "device_counts": 523, "stop_counts": 1713 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220237, 40.033215 ], [ -75.216638, 40.034833 ], [ -75.214493, 40.032838 ], [ -75.2177, 40.030848 ], [ -75.219029, 40.032081 ], [ -75.220237, 40.033215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214003", "device_counts": 239, "stop_counts": 717 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226157, 40.027648 ], [ -75.223474, 40.029441 ], [ -75.221837, 40.027263 ], [ -75.223862, 40.026345 ], [ -75.226157, 40.027648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214002", "device_counts": 157, "stop_counts": 796 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219728, 40.029436 ], [ -75.219114, 40.029931 ], [ -75.216632, 40.027602 ], [ -75.218841, 40.0266 ], [ -75.219658, 40.02755 ], [ -75.22124, 40.027551 ], [ -75.219728, 40.029436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217004", "device_counts": 278, "stop_counts": 2072 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222808, 40.038112 ], [ -75.218547, 40.042626 ], [ -75.214663, 40.040052 ], [ -75.214111, 40.040124 ], [ -75.213026, 40.039412 ], [ -75.218759, 40.036654 ], [ -75.222052, 40.037775 ], [ -75.222808, 40.038112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010387001", "device_counts": 951, "stop_counts": 2194 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207327, 40.076561 ], [ -75.205081, 40.078823 ], [ -75.202649, 40.07739 ], [ -75.200378, 40.07959 ], [ -75.197601, 40.077991 ], [ -75.199361, 40.075928 ], [ -75.199496, 40.07547 ], [ -75.199786, 40.075366 ], [ -75.200878, 40.074958 ], [ -75.202651, 40.073212 ], [ -75.203427, 40.07418 ], [ -75.206418, 40.076011 ], [ -75.207327, 40.076561 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388003", "device_counts": 783, "stop_counts": 2080 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195763, 40.055507 ], [ -75.19022, 40.059199 ], [ -75.189423, 40.058417 ], [ -75.188077, 40.056898 ], [ -75.191752, 40.054604 ], [ -75.192966, 40.055267 ], [ -75.193951, 40.054358 ], [ -75.194647, 40.054791 ], [ -75.195763, 40.055507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238003", "device_counts": 630, "stop_counts": 1714 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182925, 40.034066 ], [ -75.1804, 40.036534 ], [ -75.177629, 40.039229 ], [ -75.176428, 40.037794 ], [ -75.181235, 40.033097 ], [ -75.182925, 40.034066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240004", "device_counts": 368, "stop_counts": 1606 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1793, 40.027944 ], [ -75.177222, 40.026659 ], [ -75.175207, 40.02544 ], [ -75.178141, 40.022595 ], [ -75.181668, 40.025657 ], [ -75.1793, 40.027944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243001", "device_counts": 264, "stop_counts": 1565 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178141, 40.022595 ], [ -75.175207, 40.02544 ], [ -75.174043, 40.026588 ], [ -75.172523, 40.025758 ], [ -75.176861, 40.021501 ], [ -75.178141, 40.022595 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247002", "device_counts": 1432, "stop_counts": 3760 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165078, 40.041858 ], [ -75.163452, 40.043431 ], [ -75.161033, 40.045769 ], [ -75.158217, 40.045076 ], [ -75.158306, 40.042861 ], [ -75.158341, 40.042021 ], [ -75.162077, 40.038163 ], [ -75.164852, 40.039867 ], [ -75.165078, 40.041858 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249001", "device_counts": 572, "stop_counts": 2011 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161898, 40.052842 ], [ -75.158889, 40.055768 ], [ -75.157748, 40.055153 ], [ -75.157557, 40.055034 ], [ -75.157729, 40.052626 ], [ -75.15878, 40.053225 ], [ -75.160222, 40.051826 ], [ -75.161898, 40.052842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252002", "device_counts": 513, "stop_counts": 1738 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181057, 40.045381 ], [ -75.177154, 40.042988 ], [ -75.177651, 40.0425 ], [ -75.17573, 40.041333 ], [ -75.177757, 40.039401 ], [ -75.180884, 40.043246 ], [ -75.181701, 40.044831 ], [ -75.181057, 40.045381 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253004", "device_counts": 210, "stop_counts": 1129 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186535, 40.056209 ], [ -75.183366, 40.05922 ], [ -75.180513, 40.057498 ], [ -75.182825, 40.056545 ], [ -75.184472, 40.054919 ], [ -75.186535, 40.056209 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253002", "device_counts": 293, "stop_counts": 1086 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184693, 40.050641 ], [ -75.181906, 40.053341 ], [ -75.179616, 40.051956 ], [ -75.183398, 40.048254 ], [ -75.184573, 40.050403 ], [ -75.184693, 40.050641 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255001", "device_counts": 200, "stop_counts": 856 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188629, 40.062443 ], [ -75.185757, 40.065121 ], [ -75.18437, 40.066442 ], [ -75.181956, 40.064987 ], [ -75.186236, 40.060989 ], [ -75.188629, 40.062443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259005", "device_counts": 224, "stop_counts": 1091 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177696, 40.083378 ], [ -75.174143, 40.08135 ], [ -75.175627, 40.07984 ], [ -75.176145, 40.079288 ], [ -75.179756, 40.081333 ], [ -75.177696, 40.083378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260003", "device_counts": 309, "stop_counts": 1899 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174171, 40.076549 ], [ -75.172621, 40.078103 ], [ -75.170289, 40.076767 ], [ -75.170822, 40.076226 ], [ -75.170406, 40.074391 ], [ -75.171716, 40.073039 ], [ -75.17394, 40.07431 ], [ -75.175509, 40.075214 ], [ -75.174171, 40.076549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263022", "device_counts": 1173, "stop_counts": 3575 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157379, 40.067944 ], [ -75.156776, 40.068675 ], [ -75.156285, 40.067006 ], [ -75.152602, 40.067646 ], [ -75.153513, 40.064285 ], [ -75.155254, 40.062431 ], [ -75.156726, 40.064442 ], [ -75.159299, 40.065913 ], [ -75.157379, 40.067944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264003", "device_counts": 636, "stop_counts": 1917 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163166, 40.061911 ], [ -75.161105, 40.060726 ], [ -75.160983, 40.060654 ], [ -75.160911, 40.057865 ], [ -75.162122, 40.057638 ], [ -75.165453, 40.059541 ], [ -75.163166, 40.061911 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265005", "device_counts": 423, "stop_counts": 1274 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157748, 40.055153 ], [ -75.15553, 40.056216 ], [ -75.156168, 40.057019 ], [ -75.154904, 40.057595 ], [ -75.153438, 40.055707 ], [ -75.155554, 40.054074 ], [ -75.157557, 40.055034 ], [ -75.157748, 40.055153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265004", "device_counts": 435, "stop_counts": 1740 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154904, 40.057595 ], [ -75.152752, 40.05859 ], [ -75.149219, 40.058432 ], [ -75.152594, 40.056367 ], [ -75.153438, 40.055707 ], [ -75.154904, 40.057595 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266003", "device_counts": 380, "stop_counts": 1509 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150505, 40.067377 ], [ -75.148648, 40.067138 ], [ -75.148331, 40.068485 ], [ -75.146683, 40.067547 ], [ -75.147022, 40.065892 ], [ -75.150719, 40.066367 ], [ -75.150505, 40.067377 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268001", "device_counts": 1142, "stop_counts": 4092 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14117, 40.063012 ], [ -75.140709, 40.064133 ], [ -75.139427, 40.063358 ], [ -75.136719, 40.061821 ], [ -75.135124, 40.060989 ], [ -75.136631, 40.059187 ], [ -75.137025, 40.058773 ], [ -75.139067, 40.058017 ], [ -75.140544, 40.058209 ], [ -75.142182, 40.058424 ], [ -75.14117, 40.063012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268002", "device_counts": 832, "stop_counts": 2610 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141443, 40.054208 ], [ -75.141106, 40.054608 ], [ -75.139067, 40.058017 ], [ -75.137025, 40.058773 ], [ -75.137767, 40.053112 ], [ -75.14156, 40.053599 ], [ -75.141443, 40.054208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273001", "device_counts": 2938, "stop_counts": 9411 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121072, 40.036815 ], [ -75.120434, 40.039886 ], [ -75.120103, 40.041417 ], [ -75.115488, 40.041183 ], [ -75.113544, 40.042711 ], [ -75.11307, 40.043971 ], [ -75.112248, 40.04321 ], [ -75.114427, 40.039903 ], [ -75.114369, 40.0393 ], [ -75.113767, 40.037366 ], [ -75.113107, 40.036567 ], [ -75.114896, 40.034447 ], [ -75.120074, 40.035111 ], [ -75.121421, 40.035281 ], [ -75.121072, 40.036815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274022", "device_counts": 521, "stop_counts": 2004 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127641, 40.036063 ], [ -75.12386, 40.035562 ], [ -75.124167, 40.032575 ], [ -75.126164, 40.032281 ], [ -75.128428, 40.032472 ], [ -75.127641, 40.036063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275002", "device_counts": 1053, "stop_counts": 3228 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132967, 40.038346 ], [ -75.132216, 40.041759 ], [ -75.131387, 40.041648 ], [ -75.129498, 40.041048 ], [ -75.130518, 40.036437 ], [ -75.132476, 40.036684 ], [ -75.132967, 40.038346 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276003", "device_counts": 831, "stop_counts": 2102 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143868, 40.042901 ], [ -75.143547, 40.044426 ], [ -75.138205, 40.043739 ], [ -75.138534, 40.042223 ], [ -75.139322, 40.04232 ], [ -75.139612, 40.0408 ], [ -75.144224, 40.041381 ], [ -75.143868, 40.042901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277002", "device_counts": 434, "stop_counts": 1613 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150142, 40.051578 ], [ -75.148578, 40.051383 ], [ -75.148708, 40.050778 ], [ -75.147265, 40.049965 ], [ -75.147337, 40.049656 ], [ -75.147672, 40.048117 ], [ -75.148345, 40.048204 ], [ -75.15082, 40.048518 ], [ -75.150142, 40.051578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279021", "device_counts": 439, "stop_counts": 1932 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154068, 40.041016 ], [ -75.153946, 40.042752 ], [ -75.153883, 40.043659 ], [ -75.152081, 40.043608 ], [ -75.149796, 40.043673 ], [ -75.150336, 40.042028 ], [ -75.151249, 40.041174 ], [ -75.151505, 40.040612 ], [ -75.149988, 40.038971 ], [ -75.154415, 40.039493 ], [ -75.154068, 40.041016 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283001", "device_counts": 259, "stop_counts": 1159 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141668, 40.0316 ], [ -75.139304, 40.031288 ], [ -75.13998, 40.028245 ], [ -75.142334, 40.028543 ], [ -75.141668, 40.0316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283007", "device_counts": 1585, "stop_counts": 3922 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147218, 40.027644 ], [ -75.14685, 40.029481 ], [ -75.144284, 40.030814 ], [ -75.144716, 40.028855 ], [ -75.145359, 40.025873 ], [ -75.147555, 40.026138 ], [ -75.147218, 40.027644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286002", "device_counts": 1005, "stop_counts": 2548 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133167, 40.024299 ], [ -75.132838, 40.025783 ], [ -75.130774, 40.026421 ], [ -75.127935, 40.026158 ], [ -75.127816, 40.024683 ], [ -75.130367, 40.024146 ], [ -75.131339, 40.023947 ], [ -75.131594, 40.023893 ], [ -75.131584, 40.024069 ], [ -75.133287, 40.023784 ], [ -75.133167, 40.024299 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010287002", "device_counts": 553, "stop_counts": 2669 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134016, 40.020372 ], [ -75.131171, 40.019997 ], [ -75.130367, 40.024146 ], [ -75.127816, 40.024683 ], [ -75.126967, 40.024818 ], [ -75.127234, 40.02353 ], [ -75.127922, 40.021979 ], [ -75.128883, 40.018945 ], [ -75.131828, 40.019316 ], [ -75.134194, 40.019619 ], [ -75.134016, 40.020372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289025", "device_counts": 315, "stop_counts": 1409 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117173, 40.026386 ], [ -75.114461, 40.026784 ], [ -75.113323, 40.024916 ], [ -75.114348, 40.024951 ], [ -75.117389, 40.02504 ], [ -75.117173, 40.026386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294001", "device_counts": 277, "stop_counts": 940 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085519, 40.014787 ], [ -75.083248, 40.013562 ], [ -75.0817, 40.012736 ], [ -75.080857, 40.011903 ], [ -75.080314, 40.011393 ], [ -75.082668, 40.009938 ], [ -75.085818, 40.014448 ], [ -75.085519, 40.014787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298003", "device_counts": 382, "stop_counts": 1821 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070504, 40.017255 ], [ -75.067782, 40.017853 ], [ -75.066195, 40.016956 ], [ -75.066752, 40.016661 ], [ -75.065941, 40.015727 ], [ -75.06807, 40.014992 ], [ -75.068202, 40.014729 ], [ -75.068353, 40.014209 ], [ -75.069585, 40.014649 ], [ -75.070504, 40.017255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300006", "device_counts": 1349, "stop_counts": 3971 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086382, 40.015257 ], [ -75.083508, 40.018365 ], [ -75.079927, 40.016418 ], [ -75.083248, 40.013562 ], [ -75.085519, 40.014787 ], [ -75.086382, 40.015257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300001", "device_counts": 197, "stop_counts": 1113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075622, 40.024074 ], [ -75.073963, 40.025073 ], [ -75.073364, 40.025369 ], [ -75.069087, 40.021904 ], [ -75.072271, 40.020248 ], [ -75.073892, 40.022107 ], [ -75.074175, 40.022429 ], [ -75.075622, 40.024074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301001", "device_counts": 400, "stop_counts": 1502 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085089, 40.022761 ], [ -75.084426, 40.022417 ], [ -75.084269, 40.022331 ], [ -75.081309, 40.02076 ], [ -75.083508, 40.018365 ], [ -75.084591, 40.019701 ], [ -75.086819, 40.020966 ], [ -75.085089, 40.022761 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302001", "device_counts": 2038, "stop_counts": 9299 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081931, 40.024707 ], [ -75.080031, 40.025569 ], [ -75.077861, 40.027869 ], [ -75.075488, 40.027071 ], [ -75.073364, 40.025369 ], [ -75.073963, 40.025073 ], [ -75.075622, 40.024074 ], [ -75.079414, 40.021387 ], [ -75.080281, 40.021866 ], [ -75.081309, 40.02076 ], [ -75.084269, 40.022331 ], [ -75.081931, 40.024707 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305022", "device_counts": 249, "stop_counts": 1679 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105314, 40.049378 ], [ -75.102875, 40.047968 ], [ -75.105191, 40.0454 ], [ -75.107491, 40.046751 ], [ -75.105314, 40.049378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305024", "device_counts": 1036, "stop_counts": 3639 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105787, 40.044735 ], [ -75.103518, 40.043463 ], [ -75.101105, 40.045038 ], [ -75.100374, 40.044605 ], [ -75.104633, 40.040073 ], [ -75.10827, 40.042213 ], [ -75.105787, 40.044735 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307003", "device_counts": 1853, "stop_counts": 6202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092524, 40.055467 ], [ -75.093483, 40.057259 ], [ -75.087425, 40.063599 ], [ -75.085729, 40.062589 ], [ -75.08478, 40.062044 ], [ -75.089972, 40.057821 ], [ -75.088408, 40.05694 ], [ -75.089115, 40.056227 ], [ -75.092131, 40.053178 ], [ -75.093706, 40.054203 ], [ -75.092524, 40.055467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310005", "device_counts": 281, "stop_counts": 1700 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079809, 40.048391 ], [ -75.07863, 40.049634 ], [ -75.075037, 40.047638 ], [ -75.075637, 40.047005 ], [ -75.076223, 40.046386 ], [ -75.077403, 40.045139 ], [ -75.079188, 40.046133 ], [ -75.080987, 40.047133 ], [ -75.079809, 40.048391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311014", "device_counts": 314, "stop_counts": 1778 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082674, 40.04242 ], [ -75.080351, 40.044905 ], [ -75.079188, 40.046133 ], [ -75.077403, 40.045139 ], [ -75.078565, 40.043904 ], [ -75.078996, 40.043455 ], [ -75.080164, 40.042213 ], [ -75.080904, 40.041432 ], [ -75.082674, 40.04242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313003", "device_counts": 1359, "stop_counts": 3236 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075336, 40.038281 ], [ -75.072996, 40.040803 ], [ -75.071817, 40.040124 ], [ -75.070025, 40.039139 ], [ -75.068003, 40.038059 ], [ -75.069261, 40.036809 ], [ -75.070523, 40.035618 ], [ -75.07355, 40.037298 ], [ -75.075336, 40.038281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314011", "device_counts": 1192, "stop_counts": 3340 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068475, 40.048729 ], [ -75.066045, 40.051181 ], [ -75.063437, 40.049751 ], [ -75.066427, 40.046619 ], [ -75.067109, 40.047015 ], [ -75.069073, 40.048109 ], [ -75.068475, 40.048729 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314013", "device_counts": 789, "stop_counts": 2761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068234, 40.041945 ], [ -75.067069, 40.043188 ], [ -75.065919, 40.044399 ], [ -75.063143, 40.042901 ], [ -75.06434, 40.041676 ], [ -75.06558, 40.040442 ], [ -75.067663, 40.041634 ], [ -75.068234, 40.041945 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315014", "device_counts": 353, "stop_counts": 1672 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.053584, 40.036574 ], [ -75.0518, 40.038476 ], [ -75.05122, 40.039091 ], [ -75.047973, 40.037283 ], [ -75.050349, 40.034769 ], [ -75.051973, 40.035672 ], [ -75.053584, 40.036574 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315015", "device_counts": 370, "stop_counts": 1936 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.049027, 40.041412 ], [ -75.047424, 40.040497 ], [ -75.045919, 40.039643 ], [ -75.045806, 40.039579 ], [ -75.047405, 40.037892 ], [ -75.047973, 40.037283 ], [ -75.05122, 40.039091 ], [ -75.049027, 40.041412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316005", "device_counts": 207, "stop_counts": 1118 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060338, 40.034685 ], [ -75.057092, 40.032869 ], [ -75.058231, 40.031651 ], [ -75.058848, 40.030998 ], [ -75.0621, 40.032813 ], [ -75.060338, 40.034685 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318002", "device_counts": 344, "stop_counts": 2123 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07908, 40.028552 ], [ -75.077661, 40.030054 ], [ -75.076783, 40.031474 ], [ -75.073733, 40.029784 ], [ -75.074325, 40.028469 ], [ -75.075488, 40.027071 ], [ -75.077861, 40.027869 ], [ -75.07908, 40.028552 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319002", "device_counts": 322, "stop_counts": 1371 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06308, 40.022452 ], [ -75.059761, 40.024161 ], [ -75.057513, 40.021597 ], [ -75.06113, 40.019725 ], [ -75.062925, 40.021777 ], [ -75.06308, 40.022452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320006", "device_counts": 282, "stop_counts": 1119 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057594, 40.026031 ], [ -75.056953, 40.026361 ], [ -75.056294, 40.026703 ], [ -75.055398, 40.025673 ], [ -75.054495, 40.024648 ], [ -75.053604, 40.023615 ], [ -75.055564, 40.022606 ], [ -75.057806, 40.025174 ], [ -75.057594, 40.026031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323002", "device_counts": 638, "stop_counts": 2534 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057513, 40.021597 ], [ -75.055564, 40.022606 ], [ -75.053604, 40.023615 ], [ -75.052702, 40.022592 ], [ -75.051773, 40.021535 ], [ -75.055687, 40.019504 ], [ -75.057513, 40.021597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326002", "device_counts": 358, "stop_counts": 1491 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045554, 40.032261 ], [ -75.043433, 40.033356 ], [ -75.039473, 40.035404 ], [ -75.038616, 40.034355 ], [ -75.042537, 40.032328 ], [ -75.044655, 40.031231 ], [ -75.045554, 40.032261 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326005", "device_counts": 981, "stop_counts": 3005 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0387, 40.029839 ], [ -75.036055, 40.031206 ], [ -75.03517, 40.030116 ], [ -75.034354, 40.029096 ], [ -75.036898, 40.027779 ], [ -75.0387, 40.029839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330001", "device_counts": 526, "stop_counts": 1861 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035331, 40.038788 ], [ -75.034423, 40.03912 ], [ -75.033427, 40.039473 ], [ -75.032295, 40.037622 ], [ -75.034538, 40.036464 ], [ -75.036276, 40.038441 ], [ -75.035331, 40.038788 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331013", "device_counts": 657, "stop_counts": 2191 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036557, 40.041926 ], [ -75.033482, 40.043203 ], [ -75.031919, 40.041201 ], [ -75.03134, 40.040236 ], [ -75.033427, 40.039473 ], [ -75.034423, 40.03912 ], [ -75.035726, 40.040863 ], [ -75.036557, 40.041926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335003", "device_counts": 718, "stop_counts": 2601 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073256, 40.05533 ], [ -75.069224, 40.059583 ], [ -75.06743, 40.0586 ], [ -75.067204, 40.05641 ], [ -75.067582, 40.05606 ], [ -75.065475, 40.05619 ], [ -75.065544, 40.055704 ], [ -75.068503, 40.05259 ], [ -75.069721, 40.053284 ], [ -75.071514, 40.054341 ], [ -75.073256, 40.05533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336002", "device_counts": 398, "stop_counts": 1979 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060101, 40.060221 ], [ -75.058923, 40.061473 ], [ -75.058323, 40.062116 ], [ -75.052996, 40.059096 ], [ -75.053574, 40.058477 ], [ -75.054745, 40.057252 ], [ -75.055937, 40.055993 ], [ -75.059693, 40.058084 ], [ -75.061304, 40.058975 ], [ -75.060101, 40.060221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337021", "device_counts": 396, "stop_counts": 2373 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055857, 40.073249 ], [ -75.049347, 40.077036 ], [ -75.048258, 40.077034 ], [ -75.045793, 40.075329 ], [ -75.047467, 40.076419 ], [ -75.051719, 40.072241 ], [ -75.050462, 40.071509 ], [ -75.051875, 40.069988 ], [ -75.053221, 40.070759 ], [ -75.055004, 40.071771 ], [ -75.053579, 40.073299 ], [ -75.055857, 40.073249 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338004", "device_counts": 372, "stop_counts": 2052 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081402, 40.060031 ], [ -75.077504, 40.064196 ], [ -75.075991, 40.064342 ], [ -75.073304, 40.062812 ], [ -75.073909, 40.062192 ], [ -75.074826, 40.062706 ], [ -75.07876, 40.0585 ], [ -75.081402, 40.060031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340003", "device_counts": 517, "stop_counts": 1703 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07966, 40.069203 ], [ -75.077202, 40.071627 ], [ -75.0759, 40.072884 ], [ -75.074029, 40.071983 ], [ -75.077112, 40.068714 ], [ -75.075439, 40.067803 ], [ -75.076022, 40.067172 ], [ -75.074845, 40.066538 ], [ -75.077177, 40.065785 ], [ -75.07805, 40.06636 ], [ -75.080965, 40.067974 ], [ -75.07966, 40.069203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345022", "device_counts": 3289, "stop_counts": 11827 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037498, 40.085459 ], [ -75.028952, 40.080968 ], [ -75.035087, 40.074617 ], [ -75.03536, 40.074939 ], [ -75.036758, 40.079083 ], [ -75.0384, 40.084472 ], [ -75.037498, 40.085459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347012", "device_counts": 751, "stop_counts": 5265 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040265, 40.068747 ], [ -75.036372, 40.066447 ], [ -75.033152, 40.068038 ], [ -75.033861, 40.071694 ], [ -75.032965, 40.072152 ], [ -75.02966, 40.068154 ], [ -75.028256, 40.067314 ], [ -75.028512, 40.06684 ], [ -75.028362, 40.064504 ], [ -75.029986, 40.064398 ], [ -75.033628, 40.060834 ], [ -75.034523, 40.058672 ], [ -75.03433, 40.057067 ], [ -75.035062, 40.057327 ], [ -75.035532, 40.05881 ], [ -75.034225, 40.062701 ], [ -75.03528, 40.064995 ], [ -75.0406, 40.068042 ], [ -75.040265, 40.068747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348022", "device_counts": 1487, "stop_counts": 4697 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.020575, 40.061252 ], [ -75.014109, 40.066867 ], [ -75.011311, 40.071169 ], [ -75.007269, 40.069161 ], [ -75.008128, 40.068585 ], [ -75.008788, 40.06735 ], [ -75.009635, 40.067672 ], [ -75.011381, 40.06842 ], [ -75.013145, 40.066335 ], [ -75.012747, 40.062185 ], [ -75.013629, 40.062047 ], [ -75.013066, 40.059901 ], [ -75.013062, 40.059109 ], [ -75.013284, 40.058573 ], [ -75.013797, 40.058001 ], [ -75.014444, 40.057424 ], [ -75.019815, 40.060783 ], [ -75.020575, 40.061252 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349004", "device_counts": 1051, "stop_counts": 3985 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021984, 40.037965 ], [ -75.020392, 40.04353 ], [ -75.018502, 40.044081 ], [ -75.016377, 40.045672 ], [ -75.013422, 40.043306 ], [ -75.018683, 40.040047 ], [ -75.01783, 40.039076 ], [ -75.021682, 40.037088 ], [ -75.021984, 40.037965 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263014", "device_counts": 205, "stop_counts": 983 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166725, 40.070165 ], [ -75.164781, 40.072161 ], [ -75.162035, 40.070685 ], [ -75.164106, 40.068662 ], [ -75.165348, 40.069372 ], [ -75.166725, 40.070165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361002", "device_counts": 1845, "stop_counts": 4600 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.001796, 40.10493 ], [ -74.997124, 40.108151 ], [ -74.995134, 40.106336 ], [ -74.995483, 40.106202 ], [ -74.992326, 40.103876 ], [ -74.993327, 40.102963 ], [ -74.992674, 40.10104 ], [ -74.995464, 40.099166 ], [ -74.999804, 40.103236 ], [ -75.001796, 40.10493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347022", "device_counts": 367, "stop_counts": 2059 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028756, 40.056781 ], [ -75.028397, 40.056728 ], [ -75.028291, 40.056363 ], [ -75.025431, 40.05637 ], [ -75.024345, 40.05644 ], [ -75.023374, 40.055334 ], [ -75.024173, 40.051483 ], [ -75.026753, 40.050779 ], [ -75.028549, 40.056169 ], [ -75.029032, 40.056399 ], [ -75.028756, 40.056781 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363022", "device_counts": 713, "stop_counts": 5067 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981997, 40.102454 ], [ -74.9781, 40.099212 ], [ -74.977757, 40.098433 ], [ -74.981659, 40.095571 ], [ -74.979893, 40.09381 ], [ -74.986551, 40.099366 ], [ -74.981997, 40.102454 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038003", "device_counts": 451, "stop_counts": 1995 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179651, 39.923652 ], [ -75.176295, 39.92425 ], [ -75.176361, 39.92396 ], [ -75.176906, 39.921464 ], [ -75.180045, 39.921872 ], [ -75.179651, 39.923652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083024", "device_counts": 453, "stop_counts": 1692 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.244084, 39.955743 ], [ -75.240137, 39.955252 ], [ -75.238166, 39.955011 ], [ -75.238476, 39.953485 ], [ -75.240449, 39.953733 ], [ -75.24441, 39.954226 ], [ -75.244084, 39.955743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176021", "device_counts": 1034, "stop_counts": 4502 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12926, 39.998539 ], [ -75.12538, 39.998043 ], [ -75.125737, 39.996451 ], [ -75.126054, 39.994957 ], [ -75.129921, 39.99546 ], [ -75.12926, 39.998539 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009022", "device_counts": 1518, "stop_counts": 4153 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159751, 39.948783 ], [ -75.157392, 39.94849 ], [ -75.156646, 39.948394 ], [ -75.156855, 39.947246 ], [ -75.157113, 39.946025 ], [ -75.159481, 39.946325 ], [ -75.160267, 39.946422 ], [ -75.159751, 39.948783 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011022", "device_counts": 759, "stop_counts": 2173 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159481, 39.946325 ], [ -75.157113, 39.946025 ], [ -75.156337, 39.945923 ], [ -75.156841, 39.943615 ], [ -75.159984, 39.944009 ], [ -75.159481, 39.946325 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012013", "device_counts": 669, "stop_counts": 1567 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178156, 39.94719 ], [ -75.174627, 39.946753 ], [ -75.175054, 39.944832 ], [ -75.176985, 39.94508 ], [ -75.178578, 39.945269 ], [ -75.178156, 39.94719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013002", "device_counts": 418, "stop_counts": 1210 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180838, 39.942631 ], [ -75.180624, 39.943641 ], [ -75.177374, 39.943231 ], [ -75.177554, 39.942487 ], [ -75.177598, 39.942228 ], [ -75.177761, 39.941461 ], [ -75.181002, 39.941863 ], [ -75.180838, 39.942631 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014002", "device_counts": 356, "stop_counts": 775 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177374, 39.943231 ], [ -75.177169, 39.944209 ], [ -75.176985, 39.94508 ], [ -75.175054, 39.944832 ], [ -75.175241, 39.943969 ], [ -75.175628, 39.942254 ], [ -75.177554, 39.942487 ], [ -75.177374, 39.943231 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019001", "device_counts": 465, "stop_counts": 1325 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174271, 39.941021 ], [ -75.174104, 39.941793 ], [ -75.170955, 39.941404 ], [ -75.169386, 39.941211 ], [ -75.171125, 39.940626 ], [ -75.171341, 39.939663 ], [ -75.174481, 39.940056 ], [ -75.174271, 39.941021 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025003", "device_counts": 225, "stop_counts": 829 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154194, 39.933649 ], [ -75.151041, 39.933227 ], [ -75.149463, 39.933019 ], [ -75.149728, 39.931793 ], [ -75.151309, 39.932007 ], [ -75.152893, 39.932208 ], [ -75.154454, 39.93242 ], [ -75.154194, 39.933649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028023", "device_counts": 403, "stop_counts": 1552 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161428, 39.930017 ], [ -75.158296, 39.929602 ], [ -75.158393, 39.929177 ], [ -75.158666, 39.927955 ], [ -75.158745, 39.927564 ], [ -75.161881, 39.927985 ], [ -75.161428, 39.930017 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030013", "device_counts": 438, "stop_counts": 2230 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172907, 39.929811 ], [ -75.171339, 39.929608 ], [ -75.170891, 39.929552 ], [ -75.171137, 39.928329 ], [ -75.171397, 39.927104 ], [ -75.172416, 39.927232 ], [ -75.173426, 39.927363 ], [ -75.172907, 39.929811 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031006", "device_counts": 646, "stop_counts": 1831 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181419, 39.932161 ], [ -75.181162, 39.933385 ], [ -75.180621, 39.935816 ], [ -75.179035, 39.935612 ], [ -75.179553, 39.933178 ], [ -75.180001, 39.93117 ], [ -75.181589, 39.931366 ], [ -75.181419, 39.932161 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032006", "device_counts": 336, "stop_counts": 1366 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.189148, 39.935671 ], [ -75.187578, 39.935461 ], [ -75.188115, 39.933014 ], [ -75.188636, 39.930583 ], [ -75.190222, 39.930779 ], [ -75.189148, 39.935671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033001", "device_counts": 563, "stop_counts": 3041 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192322, 39.931054 ], [ -75.191274, 39.935934 ], [ -75.189148, 39.935671 ], [ -75.190222, 39.930779 ], [ -75.191783, 39.930982 ], [ -75.192322, 39.931054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037015", "device_counts": 357, "stop_counts": 1400 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183601, 39.929928 ], [ -75.181944, 39.929729 ], [ -75.178445, 39.929271 ], [ -75.178615, 39.928469 ], [ -75.178705, 39.928046 ], [ -75.180624, 39.928289 ], [ -75.182804, 39.928575 ], [ -75.183601, 39.929928 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039023", "device_counts": 688, "stop_counts": 3213 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17718, 39.91489 ], [ -75.175217, 39.915653 ], [ -75.175394, 39.914691 ], [ -75.171877, 39.914256 ], [ -75.172294, 39.912393 ], [ -75.177806, 39.91309 ], [ -75.17718, 39.91489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039012", "device_counts": 851, "stop_counts": 3168 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173226, 39.923556 ], [ -75.170023, 39.923138 ], [ -75.170309, 39.921885 ], [ -75.170581, 39.920653 ], [ -75.173748, 39.92106 ], [ -75.173226, 39.923556 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040012", "device_counts": 685, "stop_counts": 2435 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166014, 39.923903 ], [ -75.162876, 39.923489 ], [ -75.163412, 39.921015 ], [ -75.166563, 39.921418 ], [ -75.166014, 39.923903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042014", "device_counts": 751, "stop_counts": 3586 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154526, 39.924895 ], [ -75.152938, 39.924679 ], [ -75.150101, 39.924305 ], [ -75.149405, 39.924207 ], [ -75.149916, 39.921819 ], [ -75.155056, 39.922495 ], [ -75.154526, 39.924895 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042024", "device_counts": 395, "stop_counts": 2038 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155597, 39.920013 ], [ -75.150461, 39.919345 ], [ -75.15073, 39.918097 ], [ -75.155865, 39.918755 ], [ -75.155597, 39.920013 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037023", "device_counts": 751, "stop_counts": 2273 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186029, 39.926481 ], [ -75.184393, 39.926276 ], [ -75.185202, 39.922574 ], [ -75.186937, 39.922318 ], [ -75.186029, 39.926481 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037012", "device_counts": 449, "stop_counts": 1556 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178859, 39.927265 ], [ -75.175741, 39.92685 ], [ -75.176088, 39.925198 ], [ -75.179242, 39.925606 ], [ -75.178859, 39.927265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060003", "device_counts": 267, "stop_counts": 1232 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240333, 39.912999 ], [ -75.238949, 39.913959 ], [ -75.237599, 39.914934 ], [ -75.236026, 39.916036 ], [ -75.23463, 39.914848 ], [ -75.23374, 39.914073 ], [ -75.238951, 39.911823 ], [ -75.240333, 39.912999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062001", "device_counts": 525, "stop_counts": 1825 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230327, 39.922201 ], [ -75.227538, 39.91984 ], [ -75.22943, 39.918507 ], [ -75.232221, 39.920865 ], [ -75.230327, 39.922201 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065005", "device_counts": 314, "stop_counts": 1200 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247028, 39.943414 ], [ -75.246634, 39.943541 ], [ -75.241771, 39.945297 ], [ -75.240266, 39.945866 ], [ -75.238875, 39.94468 ], [ -75.240969, 39.943762 ], [ -75.243542, 39.942306 ], [ -75.246822, 39.94297 ], [ -75.247028, 39.943414 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066002", "device_counts": 273, "stop_counts": 839 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231276, 39.931827 ], [ -75.230248, 39.932551 ], [ -75.227589, 39.930313 ], [ -75.229222, 39.929172 ], [ -75.230104, 39.929711 ], [ -75.232362, 39.931074 ], [ -75.231276, 39.931827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067006", "device_counts": 407, "stop_counts": 1732 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22495, 39.923838 ], [ -75.22444, 39.924188 ], [ -75.225832, 39.925361 ], [ -75.22484, 39.926055 ], [ -75.223452, 39.92489 ], [ -75.22216, 39.923892 ], [ -75.224111, 39.921005 ], [ -75.224926, 39.921692 ], [ -75.226319, 39.922867 ], [ -75.22495, 39.923838 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070001", "device_counts": 393, "stop_counts": 1604 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220278, 39.939572 ], [ -75.218874, 39.938393 ], [ -75.217614, 39.93733 ], [ -75.218983, 39.936369 ], [ -75.219442, 39.936041 ], [ -75.222098, 39.938279 ], [ -75.220278, 39.939572 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070002", "device_counts": 261, "stop_counts": 1196 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223012, 39.937643 ], [ -75.222098, 39.938279 ], [ -75.219442, 39.936041 ], [ -75.220343, 39.935408 ], [ -75.221605, 39.936464 ], [ -75.222986, 39.9355 ], [ -75.224388, 39.936676 ], [ -75.223012, 39.937643 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071024", "device_counts": 259, "stop_counts": 1482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229553, 39.943168 ], [ -75.228184, 39.944134 ], [ -75.226334, 39.942562 ], [ -75.229077, 39.940637 ], [ -75.229528, 39.941018 ], [ -75.230928, 39.942194 ], [ -75.229553, 39.943168 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073001", "device_counts": 288, "stop_counts": 1054 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221612, 39.944584 ], [ -75.22022, 39.943415 ], [ -75.219138, 39.944186 ], [ -75.217136, 39.94374 ], [ -75.220175, 39.941602 ], [ -75.221367, 39.942626 ], [ -75.222759, 39.943806 ], [ -75.221612, 39.944584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074003", "device_counts": 341, "stop_counts": 1196 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.215246, 39.943087 ], [ -75.212601, 39.94085 ], [ -75.213865, 39.939974 ], [ -75.215089, 39.939093 ], [ -75.217764, 39.941343 ], [ -75.215246, 39.943087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078002", "device_counts": 237, "stop_counts": 531 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219002, 39.944283 ], [ -75.217733, 39.945183 ], [ -75.215162, 39.946978 ], [ -75.213961, 39.945974 ], [ -75.21652, 39.944171 ], [ -75.215615, 39.943402 ], [ -75.217136, 39.94374 ], [ -75.219138, 39.944186 ], [ -75.219002, 39.944283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078005", "device_counts": 684, "stop_counts": 1659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.217121, 39.94861 ], [ -75.21292, 39.949065 ], [ -75.211389, 39.947796 ], [ -75.213961, 39.945974 ], [ -75.215162, 39.946978 ], [ -75.217121, 39.94861 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079003", "device_counts": 678, "stop_counts": 1703 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222914, 39.949975 ], [ -75.22275, 39.950754 ], [ -75.218833, 39.950273 ], [ -75.219234, 39.948368 ], [ -75.221237, 39.948161 ], [ -75.223315, 39.947925 ], [ -75.222914, 39.949975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081013", "device_counts": 316, "stop_counts": 1184 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239232, 39.949923 ], [ -75.239118, 39.950446 ], [ -75.235165, 39.949953 ], [ -75.235479, 39.948433 ], [ -75.23943, 39.948931 ], [ -75.239232, 39.949923 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082003", "device_counts": 646, "stop_counts": 1770 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243536, 39.948659 ], [ -75.239641, 39.947932 ], [ -75.240052, 39.945917 ], [ -75.240266, 39.945866 ], [ -75.241771, 39.945297 ], [ -75.242107, 39.945829 ], [ -75.244026, 39.946316 ], [ -75.243536, 39.948659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176015", "device_counts": 583, "stop_counts": 1909 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13735, 39.996421 ], [ -75.134444, 39.996049 ], [ -75.135807, 39.993154 ], [ -75.135121, 39.99306 ], [ -75.135466, 39.991479 ], [ -75.138352, 39.991851 ], [ -75.13735, 39.996421 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084006", "device_counts": 656, "stop_counts": 2318 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239658, 39.957534 ], [ -75.238785, 39.961715 ], [ -75.236808, 39.961471 ], [ -75.234869, 39.961231 ], [ -75.236971, 39.960698 ], [ -75.237448, 39.958433 ], [ -75.237934, 39.956062 ], [ -75.239909, 39.956313 ], [ -75.239658, 39.957534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085002", "device_counts": 1081, "stop_counts": 2827 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225634, 39.956372 ], [ -75.225351, 39.957714 ], [ -75.221397, 39.957227 ], [ -75.221559, 39.956461 ], [ -75.221798, 39.955319 ], [ -75.223775, 39.955565 ], [ -75.225746, 39.955814 ], [ -75.225634, 39.956372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087013", "device_counts": 932, "stop_counts": 2485 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211677, 39.95524 ], [ -75.208761, 39.95488 ], [ -75.209264, 39.952522 ], [ -75.209326, 39.951436 ], [ -75.212393, 39.951811 ], [ -75.211677, 39.95524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088012", "device_counts": 1777, "stop_counts": 3615 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199622, 39.95686 ], [ -75.196121, 39.956429 ], [ -75.196603, 39.954149 ], [ -75.200098, 39.954582 ], [ -75.199622, 39.95686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093002", "device_counts": 335, "stop_counts": 1141 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22422, 39.963086 ], [ -75.223746, 39.963026 ], [ -75.219693, 39.962523 ], [ -75.219439, 39.960941 ], [ -75.224541, 39.961567 ], [ -75.22422, 39.963086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094003", "device_counts": 548, "stop_counts": 1297 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236587, 39.962519 ], [ -75.23454, 39.962807 ], [ -75.232527, 39.962557 ], [ -75.232857, 39.960976 ], [ -75.234869, 39.961231 ], [ -75.236808, 39.961471 ], [ -75.236587, 39.962519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096004", "device_counts": 537, "stop_counts": 1785 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247169, 39.965927 ], [ -75.242087, 39.965303 ], [ -75.242406, 39.963779 ], [ -75.246425, 39.964276 ], [ -75.247109, 39.964294 ], [ -75.247169, 39.965927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100003", "device_counts": 281, "stop_counts": 1022 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250203, 39.974815 ], [ -75.247797, 39.975079 ], [ -75.247494, 39.975113 ], [ -75.246935, 39.972111 ], [ -75.24887, 39.972339 ], [ -75.249901, 39.973197 ], [ -75.250203, 39.974815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101002", "device_counts": 517, "stop_counts": 2273 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240984, 39.971378 ], [ -75.241209, 39.9726 ], [ -75.240427, 39.972687 ], [ -75.237983, 39.972957 ], [ -75.237455, 39.970141 ], [ -75.239133, 39.969893 ], [ -75.24181, 39.971472 ], [ -75.240984, 39.971378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104002", "device_counts": 274, "stop_counts": 1051 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220823, 39.969982 ], [ -75.217172, 39.970351 ], [ -75.216996, 39.968969 ], [ -75.217866, 39.968342 ], [ -75.220578, 39.968067 ], [ -75.220823, 39.969982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105001", "device_counts": 382, "stop_counts": 1157 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2168, 39.967459 ], [ -75.21365, 39.967696 ], [ -75.213228, 39.964331 ], [ -75.216376, 39.964094 ], [ -75.216516, 39.965214 ], [ -75.2168, 39.967459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109002", "device_counts": 241, "stop_counts": 945 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191719, 39.964652 ], [ -75.187933, 39.965074 ], [ -75.187551, 39.963931 ], [ -75.191494, 39.963503 ], [ -75.191719, 39.964652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111002", "device_counts": 1119, "stop_counts": 2378 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225841, 39.97143 ], [ -75.222613, 39.97212 ], [ -75.222827, 39.973318 ], [ -75.219481, 39.973665 ], [ -75.219655, 39.97377 ], [ -75.21953, 39.974639 ], [ -75.216331, 39.97279 ], [ -75.217767, 39.972627 ], [ -75.217172, 39.970351 ], [ -75.220823, 39.969982 ], [ -75.223118, 39.969747 ], [ -75.225372, 39.969517 ], [ -75.225841, 39.97143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112004", "device_counts": 487, "stop_counts": 1899 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237983, 39.972957 ], [ -75.235493, 39.973234 ], [ -75.234732, 39.973315 ], [ -75.234203, 39.9705 ], [ -75.235697, 39.970336 ], [ -75.237455, 39.970141 ], [ -75.237983, 39.972957 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115004", "device_counts": 357, "stop_counts": 1473 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255661, 39.976755 ], [ -75.253747, 39.975937 ], [ -75.252323, 39.976786 ], [ -75.251914, 39.974623 ], [ -75.255196, 39.97426 ], [ -75.255661, 39.976755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118006", "device_counts": 255, "stop_counts": 1131 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239838, 39.989287 ], [ -75.238361, 39.990486 ], [ -75.237785, 39.990669 ], [ -75.237879, 39.990229 ], [ -75.237488, 39.987996 ], [ -75.237176, 39.986439 ], [ -75.238184, 39.986061 ], [ -75.23987, 39.988202 ], [ -75.239838, 39.989287 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010121001", "device_counts": 2147, "stop_counts": 4880 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226402, 40.001255 ], [ -75.220665, 40.003944 ], [ -75.219551, 39.999839 ], [ -75.223637, 39.999066 ], [ -75.226402, 40.001255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122042", "device_counts": 1740, "stop_counts": 6820 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220665, 40.003944 ], [ -75.213745, 40.00716 ], [ -75.213537, 40.006554 ], [ -75.214054, 40.00501 ], [ -75.215355, 40.001244 ], [ -75.21114, 40.002124 ], [ -75.209695, 39.99965 ], [ -75.208809, 39.999431 ], [ -75.20728, 39.999054 ], [ -75.209317, 39.99842 ], [ -75.210844, 39.998511 ], [ -75.217994, 39.994223 ], [ -75.219551, 39.999839 ], [ -75.220665, 40.003944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134011", "device_counts": 822, "stop_counts": 2140 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178641, 39.967399 ], [ -75.17539, 39.967345 ], [ -75.176778, 39.964822 ], [ -75.177513, 39.965382 ], [ -75.179683, 39.967416 ], [ -75.178641, 39.967399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136022", "device_counts": 381, "stop_counts": 1555 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.185394, 39.973417 ], [ -75.182147, 39.973009 ], [ -75.180729, 39.972841 ], [ -75.181234, 39.970504 ], [ -75.183561, 39.970778 ], [ -75.185594, 39.972518 ], [ -75.185394, 39.973417 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136024", "device_counts": 151, "stop_counts": 721 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175948, 39.972232 ], [ -75.174367, 39.972035 ], [ -75.174869, 39.96971 ], [ -75.17646, 39.96991 ], [ -75.175948, 39.972232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010138001", "device_counts": 313, "stop_counts": 982 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179172, 39.979988 ], [ -75.177585, 39.979774 ], [ -75.175989, 39.979572 ], [ -75.174393, 39.97938 ], [ -75.173126, 39.97775 ], [ -75.173414, 39.976363 ], [ -75.179779, 39.977188 ], [ -75.179172, 39.979988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144002", "device_counts": 2385, "stop_counts": 8242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141976, 39.97519 ], [ -75.139715, 39.974897 ], [ -75.133374, 39.97409 ], [ -75.134401, 39.972303 ], [ -75.134428, 39.968791 ], [ -75.135143, 39.968687 ], [ -75.139578, 39.969515 ], [ -75.140665, 39.969652 ], [ -75.141433, 39.972471 ], [ -75.142581, 39.972388 ], [ -75.141976, 39.97519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144001", "device_counts": 693, "stop_counts": 2044 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144459, 39.972629 ], [ -75.142581, 39.972388 ], [ -75.141433, 39.972471 ], [ -75.140665, 39.969652 ], [ -75.143095, 39.969954 ], [ -75.145018, 39.970191 ], [ -75.144459, 39.972629 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028011", "device_counts": 686, "stop_counts": 2691 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158393, 39.929177 ], [ -75.158296, 39.929602 ], [ -75.158121, 39.930394 ], [ -75.154997, 39.929984 ], [ -75.155463, 39.927956 ], [ -75.155546, 39.92755 ], [ -75.158666, 39.927955 ], [ -75.158393, 39.929177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313001", "device_counts": 506, "stop_counts": 1130 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070025, 40.039139 ], [ -75.067663, 40.041634 ], [ -75.06558, 40.040442 ], [ -75.068003, 40.038059 ], [ -75.070025, 40.039139 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031004", "device_counts": 368, "stop_counts": 1043 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181589, 39.931366 ], [ -75.180001, 39.93117 ], [ -75.176513, 39.930716 ], [ -75.176606, 39.930285 ], [ -75.178445, 39.929271 ], [ -75.181944, 39.929729 ], [ -75.181589, 39.931366 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202001", "device_counts": 630, "stop_counts": 2457 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165554, 40.004859 ], [ -75.165228, 40.006354 ], [ -75.161747, 40.005905 ], [ -75.161409, 40.007399 ], [ -75.158278, 40.006994 ], [ -75.158926, 40.004009 ], [ -75.160843, 40.002634 ], [ -75.165896, 40.003269 ], [ -75.165554, 40.004859 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010359002", "device_counts": 2636, "stop_counts": 10471 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028883, 40.102543 ], [ -75.026305, 40.108324 ], [ -75.025585, 40.109312 ], [ -75.024306, 40.111181 ], [ -75.023459, 40.110847 ], [ -75.01993, 40.110978 ], [ -75.014449, 40.115451 ], [ -75.013156, 40.11397 ], [ -75.008712, 40.119612 ], [ -75.006991, 40.118599 ], [ -75.005391, 40.114802 ], [ -75.017061, 40.105919 ], [ -75.023927, 40.100702 ], [ -75.027635, 40.101765 ], [ -75.028883, 40.102543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010061002", "device_counts": 267, "stop_counts": 1558 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22943, 39.918507 ], [ -75.227538, 39.91984 ], [ -75.225839, 39.918503 ], [ -75.227809, 39.916106 ], [ -75.230094, 39.918046 ], [ -75.22943, 39.918507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204001", "device_counts": 435, "stop_counts": 1152 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157303, 40.022607 ], [ -75.154929, 40.02229 ], [ -75.155239, 40.020486 ], [ -75.155692, 40.019078 ], [ -75.156094, 40.019695 ], [ -75.159035, 40.0228 ], [ -75.157303, 40.022607 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264006", "device_counts": 324, "stop_counts": 1117 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166072, 40.067194 ], [ -75.165706, 40.067438 ], [ -75.163822, 40.066357 ], [ -75.162957, 40.067255 ], [ -75.159774, 40.06542 ], [ -75.160688, 40.064468 ], [ -75.162018, 40.063095 ], [ -75.165714, 40.06439 ], [ -75.168099, 40.065219 ], [ -75.166072, 40.067194 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313005", "device_counts": 344, "stop_counts": 1174 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.072645, 40.044394 ], [ -75.070634, 40.043272 ], [ -75.069459, 40.042621 ], [ -75.071817, 40.040124 ], [ -75.072996, 40.040803 ], [ -75.071813, 40.042033 ], [ -75.073836, 40.043174 ], [ -75.072645, 40.044394 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302003", "device_counts": 499, "stop_counts": 2068 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086568, 40.023537 ], [ -75.084726, 40.025458 ], [ -75.083038, 40.027241 ], [ -75.081379, 40.026314 ], [ -75.080031, 40.025569 ], [ -75.081931, 40.024707 ], [ -75.084269, 40.022331 ], [ -75.084426, 40.022417 ], [ -75.085089, 40.022761 ], [ -75.086568, 40.023537 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289021", "device_counts": 400, "stop_counts": 1528 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112217, 40.020056 ], [ -75.110835, 40.02172 ], [ -75.110242, 40.022242 ], [ -75.104845, 40.02356 ], [ -75.103204, 40.021057 ], [ -75.107446, 40.017517 ], [ -75.107063, 40.016777 ], [ -75.107152, 40.016728 ], [ -75.109024, 40.016286 ], [ -75.108678, 40.017942 ], [ -75.113951, 40.018603 ], [ -75.112217, 40.020056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338003", "device_counts": 267, "stop_counts": 1060 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07876, 40.0585 ], [ -75.074826, 40.062706 ], [ -75.073909, 40.062192 ], [ -75.072766, 40.061554 ], [ -75.076734, 40.05735 ], [ -75.07876, 40.0585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146003", "device_counts": 208, "stop_counts": 1125 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156616, 39.974198 ], [ -75.155061, 39.973996 ], [ -75.151915, 39.973588 ], [ -75.152188, 39.972318 ], [ -75.156893, 39.972927 ], [ -75.156616, 39.974198 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307001", "device_counts": 1374, "stop_counts": 4326 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089972, 40.057821 ], [ -75.08478, 40.062044 ], [ -75.083833, 40.061472 ], [ -75.083525, 40.06127 ], [ -75.08498, 40.058893 ], [ -75.085676, 40.057208 ], [ -75.085794, 40.055424 ], [ -75.085847, 40.05441 ], [ -75.089115, 40.056227 ], [ -75.088408, 40.05694 ], [ -75.089972, 40.057821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199001", "device_counts": 910, "stop_counts": 2550 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140472, 40.007878 ], [ -75.139652, 40.007755 ], [ -75.136858, 40.007394 ], [ -75.137529, 40.004304 ], [ -75.14116, 40.004784 ], [ -75.140472, 40.007878 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064002", "device_counts": 338, "stop_counts": 1658 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243254, 39.92947 ], [ -75.242254, 39.929287 ], [ -75.241996, 39.930036 ], [ -75.239625, 39.92957 ], [ -75.239873, 39.928824 ], [ -75.238729, 39.928585 ], [ -75.239493, 39.928024 ], [ -75.242349, 39.926031 ], [ -75.243494, 39.926963 ], [ -75.243254, 39.92947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118002", "device_counts": 377, "stop_counts": 1881 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237488, 39.987996 ], [ -75.232932, 39.988934 ], [ -75.23267, 39.988155 ], [ -75.232136, 39.986635 ], [ -75.234774, 39.986089 ], [ -75.23703, 39.985619 ], [ -75.237176, 39.986439 ], [ -75.237488, 39.987996 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080002", "device_counts": 995, "stop_counts": 2772 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22703, 39.949702 ], [ -75.226869, 39.95046 ], [ -75.222914, 39.949975 ], [ -75.223315, 39.947925 ], [ -75.224946, 39.947744 ], [ -75.227419, 39.94777 ], [ -75.22703, 39.949702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311023", "device_counts": 970, "stop_counts": 2459 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085499, 40.034421 ], [ -75.084311, 40.035676 ], [ -75.083148, 40.036924 ], [ -75.080981, 40.035713 ], [ -75.081757, 40.034924 ], [ -75.084273, 40.032172 ], [ -75.084832, 40.032349 ], [ -75.085313, 40.033521 ], [ -75.085499, 40.034421 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372003", "device_counts": 539, "stop_counts": 1967 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166914, 39.916189 ], [ -75.16453, 39.915875 ], [ -75.165081, 39.913368 ], [ -75.167462, 39.913675 ], [ -75.166914, 39.916189 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311021", "device_counts": 287, "stop_counts": 1030 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084412, 40.039499 ], [ -75.082674, 40.04242 ], [ -75.080904, 40.041432 ], [ -75.081533, 40.040754 ], [ -75.082114, 40.040147 ], [ -75.084464, 40.037657 ], [ -75.083148, 40.036924 ], [ -75.084311, 40.035676 ], [ -75.086804, 40.037049 ], [ -75.084412, 40.039499 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101007", "device_counts": 504, "stop_counts": 1740 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245247, 39.973778 ], [ -75.24329, 39.973997 ], [ -75.242987, 39.972396 ], [ -75.241209, 39.9726 ], [ -75.240984, 39.971378 ], [ -75.24181, 39.971472 ], [ -75.243788, 39.971723 ], [ -75.244885, 39.971854 ], [ -75.245247, 39.973778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242002", "device_counts": 342, "stop_counts": 1239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174572, 40.029244 ], [ -75.173482, 40.030336 ], [ -75.169816, 40.02845 ], [ -75.172523, 40.025758 ], [ -75.174043, 40.026588 ], [ -75.173611, 40.028691 ], [ -75.174572, 40.029244 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331014", "device_counts": 377, "stop_counts": 2243 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040003, 40.041793 ], [ -75.038285, 40.042589 ], [ -75.034393, 40.044379 ], [ -75.033482, 40.043203 ], [ -75.036557, 40.041926 ], [ -75.035726, 40.040863 ], [ -75.036639, 40.04046 ], [ -75.03836, 40.039695 ], [ -75.040003, 40.041793 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171002", "device_counts": 399, "stop_counts": 1169 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171595, 40.002377 ], [ -75.171247, 40.003951 ], [ -75.169093, 40.003671 ], [ -75.169754, 40.000622 ], [ -75.171912, 40.000883 ], [ -75.171595, 40.002377 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348011", "device_counts": 454, "stop_counts": 4904 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.019047, 40.056391 ], [ -75.012828, 40.056404 ], [ -75.010143, 40.054607 ], [ -75.0112, 40.053653 ], [ -75.012956, 40.051541 ], [ -75.015331, 40.050165 ], [ -75.015641, 40.050595 ], [ -75.016153, 40.051807 ], [ -75.019023, 40.054967 ], [ -75.019047, 40.056391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062003", "device_counts": 262, "stop_counts": 1396 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233878, 39.919693 ], [ -75.231092, 39.917343 ], [ -75.232692, 39.916219 ], [ -75.235477, 39.918575 ], [ -75.233878, 39.919693 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090004", "device_counts": 1416, "stop_counts": 3864 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193574, 39.958689 ], [ -75.18921, 39.958811 ], [ -75.189063, 39.957606 ], [ -75.189489, 39.955593 ], [ -75.194152, 39.95618 ], [ -75.193574, 39.958689 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379002", "device_counts": 405, "stop_counts": 2669 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.102621, 39.988348 ], [ -75.099128, 39.990172 ], [ -75.097054, 39.987828 ], [ -75.100552, 39.986001 ], [ -75.100912, 39.986416 ], [ -75.102621, 39.988348 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197005", "device_counts": 373, "stop_counts": 1172 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141745, 40.012939 ], [ -75.141126, 40.015818 ], [ -75.139464, 40.015599 ], [ -75.13981, 40.014014 ], [ -75.140125, 40.012538 ], [ -75.141786, 40.012708 ], [ -75.141745, 40.012939 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113002", "device_counts": 474, "stop_counts": 1730 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23407, 39.980326 ], [ -75.230171, 39.978794 ], [ -75.229855, 39.977069 ], [ -75.231783, 39.976852 ], [ -75.233691, 39.976642 ], [ -75.234013, 39.978361 ], [ -75.23407, 39.980326 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305013", "device_counts": 514, "stop_counts": 2929 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.104633, 40.040073 ], [ -75.100374, 40.044605 ], [ -75.098357, 40.043483 ], [ -75.099539, 40.042241 ], [ -75.103163, 40.039196 ], [ -75.104633, 40.040073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278002", "device_counts": 1664, "stop_counts": 4609 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146978, 40.04173 ], [ -75.146776, 40.044848 ], [ -75.143547, 40.044426 ], [ -75.143868, 40.042901 ], [ -75.144224, 40.041381 ], [ -75.144302, 40.04109 ], [ -75.146469, 40.040087 ], [ -75.148083, 40.04048 ], [ -75.146978, 40.04173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022001", "device_counts": 1012, "stop_counts": 2303 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170025, 39.938263 ], [ -75.166816, 39.937869 ], [ -75.167083, 39.936742 ], [ -75.167303, 39.935695 ], [ -75.170455, 39.936232 ], [ -75.170025, 39.938263 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317005", "device_counts": 389, "stop_counts": 2078 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.074325, 40.028469 ], [ -75.073733, 40.029784 ], [ -75.072682, 40.031938 ], [ -75.069719, 40.029984 ], [ -75.068878, 40.030875 ], [ -75.067697, 40.03212 ], [ -75.066299, 40.031344 ], [ -75.068445, 40.02871 ], [ -75.065403, 40.027033 ], [ -75.067957, 40.026583 ], [ -75.073364, 40.025369 ], [ -75.075488, 40.027071 ], [ -75.074325, 40.028469 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175003", "device_counts": 1237, "stop_counts": 2906 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147461, 39.994656 ], [ -75.14183, 39.993929 ], [ -75.139851, 39.993672 ], [ -75.140198, 39.992086 ], [ -75.142173, 39.992343 ], [ -75.142999, 39.992449 ], [ -75.147887, 39.993078 ], [ -75.147461, 39.994656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072002", "device_counts": 409, "stop_counts": 1208 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233604, 39.947351 ], [ -75.231271, 39.947909 ], [ -75.229894, 39.947791 ], [ -75.228202, 39.94627 ], [ -75.228686, 39.945913 ], [ -75.2305, 39.944656 ], [ -75.231754, 39.945721 ], [ -75.232349, 39.945515 ], [ -75.233718, 39.944559 ], [ -75.233604, 39.947351 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171004", "device_counts": 912, "stop_counts": 3279 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186861, 40.000409 ], [ -75.186812, 40.000434 ], [ -75.184564, 40.002493 ], [ -75.183953, 40.002838 ], [ -75.181141, 40.003697 ], [ -75.178809, 40.004937 ], [ -75.176913, 40.004697 ], [ -75.17725, 40.003097 ], [ -75.171595, 40.002377 ], [ -75.171912, 40.000883 ], [ -75.174663, 40.001009 ], [ -75.176301, 39.999921 ], [ -75.178237, 39.998611 ], [ -75.180188, 39.997253 ], [ -75.182341, 39.997519 ], [ -75.187604, 39.998195 ], [ -75.186861, 40.000409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036002", "device_counts": 554, "stop_counts": 1570 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199844, 39.932447 ], [ -75.199503, 39.934508 ], [ -75.197537, 39.934232 ], [ -75.196486, 39.930309 ], [ -75.193621, 39.929965 ], [ -75.194153, 39.927514 ], [ -75.194623, 39.92681 ], [ -75.199586, 39.931807 ], [ -75.199844, 39.932447 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333002", "device_counts": 1094, "stop_counts": 3832 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04703, 40.052268 ], [ -75.044906, 40.053657 ], [ -75.046558, 40.05458 ], [ -75.045268, 40.055875 ], [ -75.046537, 40.056567 ], [ -75.045522, 40.057614 ], [ -75.041248, 40.054576 ], [ -75.039449, 40.055286 ], [ -75.040059, 40.054079 ], [ -75.040247, 40.053158 ], [ -75.042279, 40.049992 ], [ -75.045149, 40.048854 ], [ -75.04703, 40.052268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113001", "device_counts": 1105, "stop_counts": 3073 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239335, 39.981447 ], [ -75.239042, 39.98195 ], [ -75.23407, 39.980326 ], [ -75.234013, 39.978361 ], [ -75.238891, 39.977818 ], [ -75.239124, 39.979069 ], [ -75.239467, 39.980914 ], [ -75.239335, 39.981447 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275003", "device_counts": 969, "stop_counts": 2361 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134818, 40.036987 ], [ -75.132476, 40.036684 ], [ -75.130518, 40.036437 ], [ -75.13129, 40.032818 ], [ -75.135042, 40.033284 ], [ -75.134818, 40.036987 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347013", "device_counts": 2115, "stop_counts": 5128 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.039163, 40.070369 ], [ -75.036627, 40.073019 ], [ -75.035087, 40.074617 ], [ -75.032965, 40.072152 ], [ -75.033861, 40.071694 ], [ -75.033152, 40.068038 ], [ -75.036372, 40.066447 ], [ -75.040265, 40.068747 ], [ -75.039163, 40.070369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336005", "device_counts": 378, "stop_counts": 2349 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.061118, 40.068122 ], [ -75.059221, 40.067297 ], [ -75.057477, 40.066268 ], [ -75.055477, 40.065149 ], [ -75.056605, 40.063955 ], [ -75.057135, 40.063364 ], [ -75.057697, 40.062787 ], [ -75.06304, 40.066143 ], [ -75.061118, 40.068122 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167022", "device_counts": 382, "stop_counts": 1117 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159366, 39.994525 ], [ -75.157791, 39.994342 ], [ -75.158144, 39.992771 ], [ -75.15769, 39.99118 ], [ -75.160044, 39.991473 ], [ -75.159366, 39.994525 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095001", "device_counts": 445, "stop_counts": 1523 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237283, 39.968899 ], [ -75.237455, 39.970141 ], [ -75.235697, 39.970336 ], [ -75.235356, 39.968509 ], [ -75.235842, 39.966085 ], [ -75.237818, 39.96633 ], [ -75.237283, 39.968899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329005", "device_counts": 1088, "stop_counts": 3407 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033427, 40.039473 ], [ -75.03134, 40.040236 ], [ -75.028257, 40.041363 ], [ -75.027846, 40.040678 ], [ -75.027031, 40.038744 ], [ -75.031903, 40.036993 ], [ -75.032295, 40.037622 ], [ -75.033427, 40.039473 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352002", "device_counts": 433, "stop_counts": 1636 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.999877, 40.050402 ], [ -74.994151, 40.054401 ], [ -74.990389, 40.050984 ], [ -74.987256, 40.05286 ], [ -74.984752, 40.055355 ], [ -74.984098, 40.054782 ], [ -74.986873, 40.052097 ], [ -74.99627, 40.047202 ], [ -74.999877, 40.050402 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010342001", "device_counts": 338, "stop_counts": 2878 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077179, 40.082798 ], [ -75.075061, 40.084174 ], [ -75.073278, 40.083085 ], [ -75.070181, 40.081194 ], [ -75.073705, 40.079182 ], [ -75.076258, 40.080605 ], [ -75.077121, 40.08108 ], [ -75.078845, 40.082048 ], [ -75.077179, 40.082798 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362033", "device_counts": 1092, "stop_counts": 5953 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.982413, 40.065736 ], [ -74.981173, 40.071985 ], [ -74.977684, 40.079834 ], [ -74.97725, 40.080506 ], [ -74.975247, 40.078848 ], [ -74.973615, 40.078901 ], [ -74.972817, 40.077559 ], [ -74.970537, 40.076281 ], [ -74.971156, 40.073992 ], [ -74.973251, 40.071487 ], [ -74.980525, 40.065702 ], [ -74.980688, 40.065007 ], [ -74.980718, 40.06472 ], [ -74.981154, 40.064912 ], [ -74.982355, 40.064672 ], [ -74.982413, 40.065736 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169012", "device_counts": 404, "stop_counts": 1839 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176535, 39.992076 ], [ -75.176212, 39.993572 ], [ -75.174615, 39.993359 ], [ -75.171441, 39.992946 ], [ -75.171594, 39.9922 ], [ -75.173182, 39.992412 ], [ -75.173682, 39.990167 ], [ -75.175803, 39.988812 ], [ -75.177206, 39.988991 ], [ -75.176535, 39.992076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188002", "device_counts": 462, "stop_counts": 1630 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.104335, 39.997884 ], [ -75.102026, 39.999078 ], [ -75.101235, 39.998188 ], [ -75.100367, 39.997206 ], [ -75.102674, 39.996008 ], [ -75.103369, 39.996794 ], [ -75.104043, 39.997555 ], [ -75.104335, 39.997884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316006", "device_counts": 503, "stop_counts": 1884 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055334, 40.034739 ], [ -75.053701, 40.033844 ], [ -75.050972, 40.032324 ], [ -75.053249, 40.0317 ], [ -75.054054, 40.03118 ], [ -75.057092, 40.032869 ], [ -75.055334, 40.034739 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325003", "device_counts": 909, "stop_counts": 2987 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048355, 40.029324 ], [ -75.04744, 40.029792 ], [ -75.044655, 40.031231 ], [ -75.043304, 40.029688 ], [ -75.042858, 40.029185 ], [ -75.041957, 40.028152 ], [ -75.040219, 40.026061 ], [ -75.039768, 40.025551 ], [ -75.043408, 40.023672 ], [ -75.044721, 40.025179 ], [ -75.046555, 40.027265 ], [ -75.047453, 40.028294 ], [ -75.047904, 40.02881 ], [ -75.048355, 40.029324 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191002", "device_counts": 443, "stop_counts": 1948 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105434, 40.011197 ], [ -75.105099, 40.012784 ], [ -75.101864, 40.012369 ], [ -75.102552, 40.009202 ], [ -75.105768, 40.009619 ], [ -75.105434, 40.011197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038001", "device_counts": 406, "stop_counts": 1834 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180045, 39.921872 ], [ -75.176906, 39.921464 ], [ -75.177082, 39.920207 ], [ -75.177438, 39.91897 ], [ -75.180576, 39.919369 ], [ -75.180045, 39.921872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365021", "device_counts": 729, "stop_counts": 5761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.000381, 40.123264 ], [ -74.996392, 40.127195 ], [ -74.997885, 40.127816 ], [ -74.994187, 40.131516 ], [ -74.993595, 40.132266 ], [ -74.992288, 40.130682 ], [ -74.993687, 40.126584 ], [ -74.989014, 40.12607 ], [ -74.987193, 40.123286 ], [ -74.993533, 40.11868 ], [ -74.997052, 40.121168 ], [ -75.000381, 40.123264 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341006", "device_counts": 297, "stop_counts": 1882 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082456, 40.082884 ], [ -75.078845, 40.082048 ], [ -75.077121, 40.08108 ], [ -75.076258, 40.080605 ], [ -75.078592, 40.078097 ], [ -75.082882, 40.079474 ], [ -75.082456, 40.082884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191004", "device_counts": 777, "stop_counts": 2974 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.11136, 40.015867 ], [ -75.109024, 40.016286 ], [ -75.107152, 40.016728 ], [ -75.107063, 40.016777 ], [ -75.106018, 40.016352 ], [ -75.098916, 40.016433 ], [ -75.09704, 40.016018 ], [ -75.097041, 40.01595 ], [ -75.097055, 40.015202 ], [ -75.097431, 40.013325 ], [ -75.099374, 40.013583 ], [ -75.101557, 40.013878 ], [ -75.101864, 40.012369 ], [ -75.105099, 40.012784 ], [ -75.111811, 40.013662 ], [ -75.11136, 40.015867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243003", "device_counts": 282, "stop_counts": 1368 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170176, 40.022731 ], [ -75.169124, 40.023865 ], [ -75.168482, 40.023512 ], [ -75.163915, 40.02099 ], [ -75.165707, 40.019731 ], [ -75.169534, 40.022381 ], [ -75.170176, 40.022731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365022", "device_counts": 969, "stop_counts": 6552 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.010453, 40.120681 ], [ -75.00527, 40.12605 ], [ -75.003255, 40.131012 ], [ -74.997885, 40.127816 ], [ -74.996392, 40.127195 ], [ -75.000381, 40.123264 ], [ -74.997052, 40.121168 ], [ -75.005391, 40.114802 ], [ -75.006991, 40.118599 ], [ -75.008712, 40.119612 ], [ -75.010453, 40.120681 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084003", "device_counts": 411, "stop_counts": 1680 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237448, 39.958433 ], [ -75.235504, 39.958192 ], [ -75.235745, 39.957049 ], [ -75.235997, 39.955831 ], [ -75.237934, 39.956062 ], [ -75.237448, 39.958433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209002", "device_counts": 134, "stop_counts": 1120 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207863, 40.018582 ], [ -75.207595, 40.019536 ], [ -75.204057, 40.020213 ], [ -75.204055, 40.017273 ], [ -75.205622, 40.017107 ], [ -75.208116, 40.017764 ], [ -75.207863, 40.018582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172012", "device_counts": 575, "stop_counts": 1829 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171997, 39.997826 ], [ -75.17042, 39.997618 ], [ -75.167215, 39.997197 ], [ -75.167568, 39.995621 ], [ -75.170767, 39.996036 ], [ -75.172355, 39.99624 ], [ -75.171997, 39.997826 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082007", "device_counts": 331, "stop_counts": 1448 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249056, 39.951679 ], [ -75.243068, 39.950926 ], [ -75.24323, 39.950172 ], [ -75.243381, 39.949411 ], [ -75.249371, 39.950153 ], [ -75.249056, 39.951679 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107002", "device_counts": 1148, "stop_counts": 3315 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211189, 39.968634 ], [ -75.208038, 39.968984 ], [ -75.207839, 39.967943 ], [ -75.203258, 39.968447 ], [ -75.203058, 39.967396 ], [ -75.20264, 39.965169 ], [ -75.202334, 39.963495 ], [ -75.202342, 39.963137 ], [ -75.20756, 39.966381 ], [ -75.208344, 39.966876 ], [ -75.210101, 39.967961 ], [ -75.211189, 39.968634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198006", "device_counts": 1132, "stop_counts": 2916 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138577, 40.008789 ], [ -75.138483, 40.009234 ], [ -75.137826, 40.012233 ], [ -75.136537, 40.012068 ], [ -75.135858, 40.011982 ], [ -75.136858, 40.007394 ], [ -75.139652, 40.007755 ], [ -75.138577, 40.008789 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365011", "device_counts": 4023, "stop_counts": 11822 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.01385, 40.128896 ], [ -75.013206, 40.130233 ], [ -75.012295, 40.131736 ], [ -75.009117, 40.134355 ], [ -75.003255, 40.131012 ], [ -75.00527, 40.12605 ], [ -75.010453, 40.120681 ], [ -75.015384, 40.123599 ], [ -75.01385, 40.128896 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140003", "device_counts": 1081, "stop_counts": 2999 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16175, 39.976262 ], [ -75.158526, 39.97585 ], [ -75.158782, 39.974482 ], [ -75.159237, 39.972384 ], [ -75.162507, 39.972799 ], [ -75.16175, 39.976262 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113003", "device_counts": 343, "stop_counts": 1500 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238891, 39.977818 ], [ -75.234013, 39.978361 ], [ -75.233691, 39.976642 ], [ -75.236087, 39.97638 ], [ -75.23857, 39.976101 ], [ -75.238891, 39.977818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310006", "device_counts": 279, "stop_counts": 1247 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082888, 40.048197 ], [ -75.079878, 40.051217 ], [ -75.079334, 40.051809 ], [ -75.077529, 40.050805 ], [ -75.073936, 40.048841 ], [ -75.075037, 40.047638 ], [ -75.07863, 40.049634 ], [ -75.079809, 40.048391 ], [ -75.080987, 40.047133 ], [ -75.082888, 40.048197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280001", "device_counts": 265, "stop_counts": 1112 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157153, 40.02413 ], [ -75.154245, 40.025634 ], [ -75.15461, 40.023801 ], [ -75.153357, 40.022088 ], [ -75.154929, 40.02229 ], [ -75.157303, 40.022607 ], [ -75.157153, 40.02413 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033003", "device_counts": 264, "stop_counts": 998 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193615, 39.937485 ], [ -75.19306, 39.93741 ], [ -75.188885, 39.936887 ], [ -75.189148, 39.935671 ], [ -75.191274, 39.935934 ], [ -75.193315, 39.936206 ], [ -75.193873, 39.936286 ], [ -75.193615, 39.937485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274024", "device_counts": 700, "stop_counts": 2963 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126643, 40.040681 ], [ -75.126311, 40.042203 ], [ -75.122078, 40.041664 ], [ -75.12281, 40.040181 ], [ -75.123535, 40.038719 ], [ -75.124744, 40.038876 ], [ -75.126977, 40.039155 ], [ -75.126643, 40.040681 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031002", "device_counts": 213, "stop_counts": 612 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176513, 39.930716 ], [ -75.176069, 39.932721 ], [ -75.174495, 39.932523 ], [ -75.174764, 39.931307 ], [ -75.175032, 39.930087 ], [ -75.176606, 39.930285 ], [ -75.176513, 39.930716 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149004", "device_counts": 289, "stop_counts": 1319 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181579, 39.983313 ], [ -75.179952, 39.983108 ], [ -75.180591, 39.980167 ], [ -75.181135, 39.980238 ], [ -75.182215, 39.980373 ], [ -75.181579, 39.983313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279013", "device_counts": 310, "stop_counts": 1480 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158132, 40.046418 ], [ -75.158017, 40.048126 ], [ -75.157958, 40.049025 ], [ -75.154793, 40.048902 ], [ -75.154966, 40.046241 ], [ -75.156675, 40.04536 ], [ -75.158217, 40.045076 ], [ -75.158132, 40.046418 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172021", "device_counts": 388, "stop_counts": 1635 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174663, 40.001009 ], [ -75.171912, 40.000883 ], [ -75.169754, 40.000622 ], [ -75.170087, 39.999116 ], [ -75.173282, 39.999516 ], [ -75.176301, 39.999921 ], [ -75.174663, 40.001009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090001", "device_counts": 299, "stop_counts": 733 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194297, 39.962607 ], [ -75.191389, 39.962922 ], [ -75.191117, 39.96144 ], [ -75.189564, 39.960998 ], [ -75.193905, 39.960514 ], [ -75.194015, 39.961124 ], [ -75.194297, 39.962607 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032001", "device_counts": 381, "stop_counts": 1393 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183916, 39.93624 ], [ -75.180621, 39.935816 ], [ -75.181162, 39.933385 ], [ -75.184449, 39.933813 ], [ -75.183916, 39.93624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028022", "device_counts": 675, "stop_counts": 2156 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16735, 39.926579 ], [ -75.165005, 39.92855 ], [ -75.161881, 39.927985 ], [ -75.162338, 39.92592 ], [ -75.165483, 39.926333 ], [ -75.16735, 39.926579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111001", "device_counts": 3012, "stop_counts": 8626 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2263, 39.977951 ], [ -75.224093, 39.981369 ], [ -75.224066, 39.981508 ], [ -75.223157, 39.981381 ], [ -75.213469, 39.977791 ], [ -75.212211, 39.973242 ], [ -75.216331, 39.97279 ], [ -75.21953, 39.974639 ], [ -75.224848, 39.97712 ], [ -75.226451, 39.977717 ], [ -75.2263, 39.977951 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247001", "device_counts": 462, "stop_counts": 1375 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167207, 40.043149 ], [ -75.16483, 40.045468 ], [ -75.163739, 40.044801 ], [ -75.163452, 40.043431 ], [ -75.165078, 40.041858 ], [ -75.164852, 40.039867 ], [ -75.16516, 40.039474 ], [ -75.166622, 40.040379 ], [ -75.165819, 40.042309 ], [ -75.167207, 40.043149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010269001", "device_counts": 557, "stop_counts": 1554 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130059, 40.055474 ], [ -75.129021, 40.057091 ], [ -75.12632, 40.055481 ], [ -75.127143, 40.051748 ], [ -75.130783, 40.052206 ], [ -75.130059, 40.055474 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081012", "device_counts": 700, "stop_counts": 2170 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239641, 39.947932 ], [ -75.23943, 39.948931 ], [ -75.235479, 39.948433 ], [ -75.235822, 39.946835 ], [ -75.235917, 39.946793 ], [ -75.240052, 39.945917 ], [ -75.239641, 39.947932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010117001", "device_counts": 1084, "stop_counts": 3762 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247948, 39.991138 ], [ -75.237331, 39.996128 ], [ -75.235298, 39.99707 ], [ -75.234136, 39.995598 ], [ -75.234027, 39.994736 ], [ -75.233713, 39.992176 ], [ -75.236255, 39.990971 ], [ -75.237785, 39.990669 ], [ -75.238361, 39.990486 ], [ -75.239838, 39.989287 ], [ -75.245478, 39.986619 ], [ -75.246416, 39.988266 ], [ -75.246187, 39.989516 ], [ -75.247948, 39.991138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168005", "device_counts": 258, "stop_counts": 978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170767, 39.996036 ], [ -75.167568, 39.995621 ], [ -75.167925, 39.994025 ], [ -75.171115, 39.994444 ], [ -75.170767, 39.996036 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178005", "device_counts": 888, "stop_counts": 3206 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12031, 39.992672 ], [ -75.115778, 39.995167 ], [ -75.113816, 39.992924 ], [ -75.116662, 39.991437 ], [ -75.118392, 39.990528 ], [ -75.12031, 39.992672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010006001", "device_counts": 7232, "stop_counts": 23526 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164338, 39.949346 ], [ -75.164011, 39.950876 ], [ -75.163937, 39.950866 ], [ -75.157062, 39.950006 ], [ -75.152337, 39.949421 ], [ -75.153174, 39.947962 ], [ -75.156646, 39.948394 ], [ -75.157392, 39.94849 ], [ -75.159751, 39.948783 ], [ -75.162114, 39.94908 ], [ -75.164265, 39.94934 ], [ -75.164338, 39.949346 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312003", "device_counts": 973, "stop_counts": 2934 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084273, 40.032172 ], [ -75.081757, 40.034924 ], [ -75.079636, 40.033743 ], [ -75.077266, 40.036262 ], [ -75.074901, 40.034935 ], [ -75.074439, 40.03398 ], [ -75.077022, 40.033387 ], [ -75.080757, 40.032541 ], [ -75.084089, 40.031826 ], [ -75.084273, 40.032172 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087012", "device_counts": 1065, "stop_counts": 2713 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211039, 39.958276 ], [ -75.208128, 39.957915 ], [ -75.2086, 39.955636 ], [ -75.208761, 39.95488 ], [ -75.211677, 39.95524 ], [ -75.211039, 39.958276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301005", "device_counts": 355, "stop_counts": 2202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091879, 40.024435 ], [ -75.090563, 40.025791 ], [ -75.086568, 40.023537 ], [ -75.085089, 40.022761 ], [ -75.086819, 40.020966 ], [ -75.087283, 40.020485 ], [ -75.090373, 40.022233 ], [ -75.092729, 40.023597 ], [ -75.091879, 40.024435 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372004", "device_counts": 6512, "stop_counts": 17929 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159844, 39.915286 ], [ -75.156708, 39.914869 ], [ -75.148124, 39.913772 ], [ -75.149188, 39.908604 ], [ -75.160789, 39.910942 ], [ -75.159844, 39.915286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365013", "device_counts": 2411, "stop_counts": 6779 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021931, 40.127467 ], [ -75.013206, 40.130233 ], [ -75.01385, 40.128896 ], [ -75.015384, 40.123599 ], [ -75.0201, 40.126358 ], [ -75.021931, 40.127467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309003", "device_counts": 2966, "stop_counts": 8708 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.088975, 40.044332 ], [ -75.088312, 40.045514 ], [ -75.086975, 40.048567 ], [ -75.082343, 40.045991 ], [ -75.085031, 40.043731 ], [ -75.086453, 40.042566 ], [ -75.084412, 40.039499 ], [ -75.086804, 40.037049 ], [ -75.087802, 40.036032 ], [ -75.087931, 40.036236 ], [ -75.088091, 40.03654 ], [ -75.088709, 40.03795 ], [ -75.088631, 40.042747 ], [ -75.088975, 40.044332 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115002", "device_counts": 352, "stop_counts": 1806 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255918, 39.978122 ], [ -75.253929, 39.979067 ], [ -75.253104, 39.98018 ], [ -75.250979, 39.977684 ], [ -75.252323, 39.976786 ], [ -75.253747, 39.975937 ], [ -75.255661, 39.976755 ], [ -75.255918, 39.978122 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108002", "device_counts": 305, "stop_counts": 1304 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.203058, 39.967396 ], [ -75.198248, 39.96793 ], [ -75.197832, 39.965697 ], [ -75.20264, 39.965169 ], [ -75.203058, 39.967396 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167023", "device_counts": 1258, "stop_counts": 3473 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15769, 39.99118 ], [ -75.158144, 39.992771 ], [ -75.157791, 39.994342 ], [ -75.154588, 39.993938 ], [ -75.155593, 39.989369 ], [ -75.155934, 39.987877 ], [ -75.158335, 39.988186 ], [ -75.15769, 39.99118 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265006", "device_counts": 780, "stop_counts": 2256 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160691, 40.056831 ], [ -75.158413, 40.059181 ], [ -75.157371, 40.058584 ], [ -75.156168, 40.057019 ], [ -75.15553, 40.056216 ], [ -75.157748, 40.055153 ], [ -75.158889, 40.055768 ], [ -75.160691, 40.056831 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010212002", "device_counts": 1303, "stop_counts": 3824 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213692, 40.032135 ], [ -75.21114, 40.0346 ], [ -75.208938, 40.035221 ], [ -75.208278, 40.033762 ], [ -75.207715, 40.031573 ], [ -75.211308, 40.02997 ], [ -75.213692, 40.032135 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087011", "device_counts": 278, "stop_counts": 1061 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212716, 39.950292 ], [ -75.212393, 39.951811 ], [ -75.209326, 39.951436 ], [ -75.209259, 39.949541 ], [ -75.21292, 39.949065 ], [ -75.212716, 39.950292 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313002", "device_counts": 1515, "stop_counts": 4007 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070523, 40.035618 ], [ -75.069261, 40.036809 ], [ -75.068003, 40.038059 ], [ -75.06558, 40.040442 ], [ -75.061043, 40.037981 ], [ -75.062463, 40.036912 ], [ -75.064362, 40.036306 ], [ -75.065147, 40.036446 ], [ -75.070001, 40.03532 ], [ -75.070523, 40.035618 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179002", "device_counts": 769, "stop_counts": 2834 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111887, 39.986296 ], [ -75.109192, 39.987702 ], [ -75.11017, 39.988806 ], [ -75.10773, 39.990079 ], [ -75.107339, 39.989644 ], [ -75.105915, 39.988037 ], [ -75.108359, 39.986753 ], [ -75.111221, 39.985268 ], [ -75.111887, 39.986296 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081022", "device_counts": 351, "stop_counts": 1378 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238476, 39.953485 ], [ -75.234531, 39.953 ], [ -75.234856, 39.951444 ], [ -75.238796, 39.951942 ], [ -75.238476, 39.953485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109001", "device_counts": 394, "stop_counts": 1849 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19531, 39.968045 ], [ -75.192139, 39.966888 ], [ -75.188987, 39.96591 ], [ -75.187933, 39.965074 ], [ -75.191719, 39.964652 ], [ -75.191826, 39.965222 ], [ -75.194727, 39.964903 ], [ -75.19531, 39.968045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010384002", "device_counts": 2359, "stop_counts": 8172 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24055, 40.070468 ], [ -75.238583, 40.069546 ], [ -75.235951, 40.071238 ], [ -75.230082, 40.0663 ], [ -75.232439, 40.064739 ], [ -75.231724, 40.064099 ], [ -75.238182, 40.059771 ], [ -75.239545, 40.062977 ], [ -75.240092, 40.067344 ], [ -75.240321, 40.068383 ], [ -75.241075, 40.070395 ], [ -75.24055, 40.070468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326001", "device_counts": 1885, "stop_counts": 4305 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04677, 40.033683 ], [ -75.044671, 40.034771 ], [ -75.043199, 40.035544 ], [ -75.04086, 40.036757 ], [ -75.040594, 40.036859 ], [ -75.039473, 40.035404 ], [ -75.043433, 40.033356 ], [ -75.045554, 40.032261 ], [ -75.04677, 40.033683 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163003", "device_counts": 271, "stop_counts": 702 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132893, 39.991144 ], [ -75.130898, 39.99089 ], [ -75.131557, 39.987799 ], [ -75.133549, 39.98806 ], [ -75.132893, 39.991144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032004", "device_counts": 632, "stop_counts": 1933 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188885, 39.936887 ], [ -75.187326, 39.936679 ], [ -75.183916, 39.93624 ], [ -75.184449, 39.933813 ], [ -75.184705, 39.932584 ], [ -75.188115, 39.933014 ], [ -75.187578, 39.935461 ], [ -75.189148, 39.935671 ], [ -75.188885, 39.936887 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033006", "device_counts": 401, "stop_counts": 1730 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.197266, 39.935453 ], [ -75.197012, 39.936678 ], [ -75.193873, 39.936286 ], [ -75.194133, 39.935048 ], [ -75.194408, 39.933822 ], [ -75.197537, 39.934232 ], [ -75.197266, 39.935453 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338002", "device_counts": 521, "stop_counts": 2108 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076734, 40.05735 ], [ -75.072766, 40.061554 ], [ -75.069224, 40.059583 ], [ -75.073256, 40.05533 ], [ -75.075032, 40.056359 ], [ -75.076734, 40.05735 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201024", "device_counts": 583, "stop_counts": 1866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155185, 40.015295 ], [ -75.153849, 40.015891 ], [ -75.152431, 40.01321 ], [ -75.152163, 40.01254 ], [ -75.151428, 40.010903 ], [ -75.155681, 40.011457 ], [ -75.155185, 40.015295 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262003", "device_counts": 353, "stop_counts": 1831 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170657, 40.069832 ], [ -75.16697, 40.067709 ], [ -75.166072, 40.067194 ], [ -75.168099, 40.065219 ], [ -75.168757, 40.065479 ], [ -75.172207, 40.068288 ], [ -75.170657, 40.069832 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379005", "device_counts": 466, "stop_counts": 2613 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100552, 39.986001 ], [ -75.097054, 39.987828 ], [ -75.095964, 39.988395 ], [ -75.094393, 39.98663 ], [ -75.099, 39.98424 ], [ -75.100552, 39.986001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025001", "device_counts": 637, "stop_counts": 1907 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150229, 39.936921 ], [ -75.148694, 39.936486 ], [ -75.146808, 39.935982 ], [ -75.147616, 39.932313 ], [ -75.149463, 39.933019 ], [ -75.151041, 39.933227 ], [ -75.150229, 39.936921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010360001", "device_counts": 8514, "stop_counts": 32821 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.023927, 40.100702 ], [ -75.017061, 40.105919 ], [ -75.005391, 40.114802 ], [ -75.003554, 40.110847 ], [ -75.000959, 40.111393 ], [ -74.997124, 40.108151 ], [ -75.001796, 40.10493 ], [ -75.014156, 40.096236 ], [ -75.015528, 40.09486 ], [ -75.018233, 40.097105 ], [ -75.022086, 40.100212 ], [ -75.023927, 40.100702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357011", "device_counts": 2516, "stop_counts": 10171 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033722, 40.106639 ], [ -75.029192, 40.111392 ], [ -75.025585, 40.109312 ], [ -75.026305, 40.108324 ], [ -75.028883, 40.102543 ], [ -75.030235, 40.103387 ], [ -75.032998, 40.10511 ], [ -75.033897, 40.105689 ], [ -75.033722, 40.106639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041023", "device_counts": 572, "stop_counts": 2043 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163956, 39.918518 ], [ -75.161362, 39.918177 ], [ -75.161956, 39.915546 ], [ -75.16453, 39.915875 ], [ -75.163956, 39.918518 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195011", "device_counts": 1282, "stop_counts": 3903 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137847, 40.002799 ], [ -75.133561, 40.002265 ], [ -75.131501, 40.001999 ], [ -75.132172, 39.998913 ], [ -75.138524, 39.999743 ], [ -75.137847, 40.002799 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160004", "device_counts": 238, "stop_counts": 974 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.125062, 39.982373 ], [ -75.122679, 39.983488 ], [ -75.120973, 39.981546 ], [ -75.123266, 39.980344 ], [ -75.125062, 39.982373 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161004", "device_counts": 362, "stop_counts": 1113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129641, 39.987546 ], [ -75.127022, 39.984597 ], [ -75.124728, 39.985801 ], [ -75.124654, 39.984526 ], [ -75.127398, 39.98308 ], [ -75.130794, 39.986928 ], [ -75.129641, 39.987546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010332001", "device_counts": 1532, "stop_counts": 4071 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054287, 40.044448 ], [ -75.051682, 40.046963 ], [ -75.047775, 40.046246 ], [ -75.045269, 40.046509 ], [ -75.045201, 40.044354 ], [ -75.044877, 40.043079 ], [ -75.046204, 40.041796 ], [ -75.050465, 40.044662 ], [ -75.052228, 40.043271 ], [ -75.054287, 40.044448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179005", "device_counts": 794, "stop_counts": 2902 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121855, 39.987436 ], [ -75.121438, 39.987859 ], [ -75.120138, 39.986877 ], [ -75.116751, 39.988652 ], [ -75.115083, 39.989526 ], [ -75.114257, 39.989952 ], [ -75.113492, 39.988768 ], [ -75.11674, 39.98673 ], [ -75.115524, 39.985365 ], [ -75.115224, 39.985018 ], [ -75.114934, 39.984697 ], [ -75.115605, 39.983551 ], [ -75.116075, 39.982938 ], [ -75.116836, 39.982072 ], [ -75.117355, 39.981481 ], [ -75.118522, 39.982825 ], [ -75.120252, 39.984755 ], [ -75.122417, 39.987001 ], [ -75.121855, 39.987436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344003", "device_counts": 742, "stop_counts": 5066 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059388, 40.096462 ], [ -75.054861, 40.100183 ], [ -75.054966, 40.100963 ], [ -75.050974, 40.103122 ], [ -75.049676, 40.102037 ], [ -75.047115, 40.098377 ], [ -75.046737, 40.09524 ], [ -75.047299, 40.092762 ], [ -75.047567, 40.09192 ], [ -75.050752, 40.09478 ], [ -75.053907, 40.091873 ], [ -75.057068, 40.089697 ], [ -75.058343, 40.090153 ], [ -75.063708, 40.090568 ], [ -75.059388, 40.096462 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125001", "device_counts": 4627, "stop_counts": 12931 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171583, 39.960795 ], [ -75.168429, 39.9604 ], [ -75.167806, 39.963306 ], [ -75.166227, 39.963112 ], [ -75.161384, 39.962474 ], [ -75.161443, 39.962172 ], [ -75.161411, 39.962102 ], [ -75.162293, 39.958058 ], [ -75.162339, 39.957825 ], [ -75.162413, 39.957834 ], [ -75.172002, 39.959007 ], [ -75.171583, 39.960795 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090002", "device_counts": 406, "stop_counts": 1117 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193905, 39.960514 ], [ -75.189564, 39.960998 ], [ -75.18921, 39.958811 ], [ -75.193574, 39.958689 ], [ -75.193905, 39.960514 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010375002", "device_counts": 438, "stop_counts": 2144 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.265511, 39.981857 ], [ -75.259476, 39.984955 ], [ -75.255676, 39.987499 ], [ -75.251063, 39.981601 ], [ -75.252544, 39.98077 ], [ -75.253104, 39.98018 ], [ -75.253929, 39.979067 ], [ -75.255918, 39.978122 ], [ -75.257113, 39.983789 ], [ -75.259062, 39.982814 ], [ -75.261282, 39.978272 ], [ -75.265511, 39.981857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191003", "device_counts": 597, "stop_counts": 3196 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106083, 40.00813 ], [ -75.105768, 40.009619 ], [ -75.102552, 40.009202 ], [ -75.103146, 40.006202 ], [ -75.106403, 40.006621 ], [ -75.106083, 40.00813 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093001", "device_counts": 331, "stop_counts": 966 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223531, 39.964601 ], [ -75.221952, 39.96425 ], [ -75.220044, 39.963819 ], [ -75.219693, 39.962523 ], [ -75.223746, 39.963026 ], [ -75.223531, 39.964601 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112005", "device_counts": 386, "stop_counts": 1194 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23857, 39.976101 ], [ -75.236087, 39.97638 ], [ -75.235493, 39.973234 ], [ -75.237983, 39.972957 ], [ -75.23857, 39.976101 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282003", "device_counts": 3923, "stop_counts": 16866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144749, 40.039072 ], [ -75.144571, 40.039836 ], [ -75.139212, 40.039146 ], [ -75.137633, 40.038943 ], [ -75.137945, 40.037539 ], [ -75.138323, 40.035876 ], [ -75.139766, 40.034506 ], [ -75.143944, 40.032192 ], [ -75.143363, 40.034976 ], [ -75.145554, 40.035262 ], [ -75.144749, 40.039072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262002", "device_counts": 203, "stop_counts": 1398 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16899, 40.071473 ], [ -75.166725, 40.070165 ], [ -75.165348, 40.069372 ], [ -75.16697, 40.067709 ], [ -75.170657, 40.069832 ], [ -75.16899, 40.071473 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070004", "device_counts": 265, "stop_counts": 1008 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225358, 39.936 ], [ -75.224388, 39.936676 ], [ -75.222986, 39.9355 ], [ -75.221731, 39.93443 ], [ -75.223219, 39.933389 ], [ -75.225887, 39.935625 ], [ -75.225358, 39.936 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331021", "device_counts": 610, "stop_counts": 2754 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.026037, 40.048163 ], [ -75.023007, 40.049197 ], [ -75.021343, 40.048294 ], [ -75.020489, 40.04639 ], [ -75.021752, 40.043668 ], [ -75.02562, 40.042322 ], [ -75.02603, 40.043117 ], [ -75.02654, 40.045822 ], [ -75.026037, 40.048163 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192003", "device_counts": 419, "stop_counts": 1612 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116722, 40.000088 ], [ -75.114785, 39.999838 ], [ -75.112398, 40.00052 ], [ -75.112923, 39.99806 ], [ -75.115107, 39.998347 ], [ -75.117055, 39.998601 ], [ -75.116722, 40.000088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025004", "device_counts": 1058, "stop_counts": 2957 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153774, 39.935516 ], [ -75.153286, 39.937736 ], [ -75.150229, 39.936921 ], [ -75.151041, 39.933227 ], [ -75.154194, 39.933649 ], [ -75.153774, 39.935516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310002", "device_counts": 1142, "stop_counts": 2897 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076902, 40.054387 ], [ -75.075032, 40.056359 ], [ -75.073256, 40.05533 ], [ -75.071514, 40.054341 ], [ -75.069721, 40.053284 ], [ -75.072108, 40.050765 ], [ -75.075675, 40.052745 ], [ -75.07509, 40.053364 ], [ -75.076902, 40.054387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168004", "device_counts": 381, "stop_counts": 1031 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167918, 39.990947 ], [ -75.165738, 39.990675 ], [ -75.166408, 39.987598 ], [ -75.168428, 39.987857 ], [ -75.167918, 39.990947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315023", "device_counts": 290, "stop_counts": 1509 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056848, 40.03839 ], [ -75.053584, 40.036574 ], [ -75.051973, 40.035672 ], [ -75.053701, 40.033844 ], [ -75.055334, 40.034739 ], [ -75.058568, 40.036548 ], [ -75.056848, 40.03839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190002", "device_counts": 641, "stop_counts": 2346 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.099374, 40.013583 ], [ -75.097431, 40.013325 ], [ -75.098428, 40.008664 ], [ -75.100373, 40.008914 ], [ -75.099374, 40.013583 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010211001", "device_counts": 342, "stop_counts": 1816 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207732, 40.023783 ], [ -75.20323, 40.025839 ], [ -75.202496, 40.025609 ], [ -75.203241, 40.024681 ], [ -75.204479, 40.020942 ], [ -75.204057, 40.020213 ], [ -75.207595, 40.019536 ], [ -75.207536, 40.021731 ], [ -75.207501, 40.023328 ], [ -75.207732, 40.023783 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305023", "device_counts": 212, "stop_counts": 1389 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109406, 40.04584 ], [ -75.10789, 40.048195 ], [ -75.10323, 40.051355 ], [ -75.101335, 40.049539 ], [ -75.102875, 40.047968 ], [ -75.105314, 40.049378 ], [ -75.107491, 40.046751 ], [ -75.108728, 40.045469 ], [ -75.109406, 40.04584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169011", "device_counts": 695, "stop_counts": 2435 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175539, 39.996639 ], [ -75.173948, 39.996432 ], [ -75.172355, 39.99624 ], [ -75.170767, 39.996036 ], [ -75.171115, 39.994444 ], [ -75.171173, 39.994165 ], [ -75.171441, 39.992946 ], [ -75.174615, 39.993359 ], [ -75.176212, 39.993572 ], [ -75.175539, 39.996639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010367002", "device_counts": 1281, "stop_counts": 3895 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148029, 39.962265 ], [ -75.147796, 39.963527 ], [ -75.147146, 39.967126 ], [ -75.144002, 39.96567 ], [ -75.142528, 39.964985 ], [ -75.143279, 39.9614 ], [ -75.14482, 39.961762 ], [ -75.146586, 39.962174 ], [ -75.146557, 39.961255 ], [ -75.148181, 39.961418 ], [ -75.148029, 39.962265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197001", "device_counts": 740, "stop_counts": 2780 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136811, 40.016899 ], [ -75.136984, 40.018789 ], [ -75.13674, 40.019958 ], [ -75.135818, 40.020645 ], [ -75.135434, 40.019782 ], [ -75.134194, 40.019619 ], [ -75.13519, 40.015056 ], [ -75.135533, 40.013463 ], [ -75.136231, 40.013547 ], [ -75.137502, 40.01371 ], [ -75.136811, 40.016899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265001", "device_counts": 589, "stop_counts": 1804 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15642, 40.061234 ], [ -75.155254, 40.062431 ], [ -75.153513, 40.064285 ], [ -75.152915, 40.063881 ], [ -75.151879, 40.062406 ], [ -75.15175, 40.06222 ], [ -75.15597, 40.060525 ], [ -75.15642, 40.061234 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152005", "device_counts": 248, "stop_counts": 938 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175047, 39.983956 ], [ -75.175026, 39.98402 ], [ -75.171847, 39.983599 ], [ -75.172161, 39.9821 ], [ -75.174771, 39.982444 ], [ -75.174991, 39.98246 ], [ -75.175344, 39.982517 ], [ -75.175047, 39.983956 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012025", "device_counts": 471, "stop_counts": 948 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174323, 39.948177 ], [ -75.17118, 39.947784 ], [ -75.171488, 39.946353 ], [ -75.174627, 39.946753 ], [ -75.174323, 39.948177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264007", "device_counts": 249, "stop_counts": 1191 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162495, 40.067732 ], [ -75.159299, 40.065913 ], [ -75.156726, 40.064442 ], [ -75.158621, 40.063281 ], [ -75.160688, 40.064468 ], [ -75.159774, 40.06542 ], [ -75.162957, 40.067255 ], [ -75.162495, 40.067732 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357021", "device_counts": 904, "stop_counts": 6399 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044216, 40.115747 ], [ -75.043856, 40.115997 ], [ -75.037097, 40.117646 ], [ -75.033268, 40.116139 ], [ -75.032101, 40.115319 ], [ -75.032756, 40.11432 ], [ -75.030665, 40.113106 ], [ -75.029956, 40.114481 ], [ -75.028279, 40.11408 ], [ -75.029541, 40.112852 ], [ -75.029615, 40.112667 ], [ -75.029517, 40.11245 ], [ -75.029273, 40.112301 ], [ -75.029192, 40.111392 ], [ -75.033722, 40.106639 ], [ -75.033897, 40.105689 ], [ -75.03946, 40.107362 ], [ -75.048542, 40.112729 ], [ -75.044216, 40.115747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179004", "device_counts": 698, "stop_counts": 2374 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113665, 39.990278 ], [ -75.109528, 39.992123 ], [ -75.108859, 39.991356 ], [ -75.10773, 39.990079 ], [ -75.11017, 39.988806 ], [ -75.109192, 39.987702 ], [ -75.111887, 39.986296 ], [ -75.112356, 39.98702 ], [ -75.113123, 39.988217 ], [ -75.113492, 39.988768 ], [ -75.114257, 39.989952 ], [ -75.113665, 39.990278 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317001", "device_counts": 389, "stop_counts": 1776 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.066299, 40.031344 ], [ -75.064448, 40.030313 ], [ -75.065635, 40.029071 ], [ -75.064004, 40.028165 ], [ -75.065108, 40.027073 ], [ -75.065403, 40.027033 ], [ -75.068445, 40.02871 ], [ -75.066299, 40.031344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066003", "device_counts": 686, "stop_counts": 2116 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236986, 39.927821 ], [ -75.235478, 39.928877 ], [ -75.232362, 39.931074 ], [ -75.230104, 39.929711 ], [ -75.234337, 39.927526 ], [ -75.234328, 39.925573 ], [ -75.235594, 39.92664 ], [ -75.236986, 39.927821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389003", "device_counts": 644, "stop_counts": 2023 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177193, 40.05308 ], [ -75.175743, 40.054577 ], [ -75.176188, 40.055819 ], [ -75.174759, 40.057282 ], [ -75.172869, 40.057256 ], [ -75.168958, 40.054846 ], [ -75.17326, 40.050667 ], [ -75.175804, 40.052241 ], [ -75.177193, 40.05308 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010016002", "device_counts": 697, "stop_counts": 2146 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147604, 39.941422 ], [ -75.14406, 39.940972 ], [ -75.144529, 39.938873 ], [ -75.144646, 39.938373 ], [ -75.148157, 39.938899 ], [ -75.147604, 39.941422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283004", "device_counts": 540, "stop_counts": 2244 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145718, 40.024214 ], [ -75.145359, 40.025873 ], [ -75.143001, 40.025561 ], [ -75.140638, 40.025262 ], [ -75.140979, 40.023667 ], [ -75.141328, 40.022091 ], [ -75.141589, 40.020811 ], [ -75.143223, 40.020796 ], [ -75.145593, 40.021104 ], [ -75.146379, 40.021204 ], [ -75.145718, 40.024214 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025002", "device_counts": 708, "stop_counts": 2163 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149463, 39.933019 ], [ -75.147616, 39.932313 ], [ -75.146808, 39.935982 ], [ -75.144656, 39.935402 ], [ -75.145146, 39.933321 ], [ -75.14617, 39.931321 ], [ -75.149728, 39.931793 ], [ -75.149463, 39.933019 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055003", "device_counts": 749, "stop_counts": 4285 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255597, 39.899596 ], [ -75.251288, 39.904403 ], [ -75.249736, 39.903575 ], [ -75.247414, 39.906162 ], [ -75.244247, 39.908271 ], [ -75.241558, 39.907257 ], [ -75.240576, 39.904062 ], [ -75.244985, 39.903178 ], [ -75.247308, 39.902282 ], [ -75.249109, 39.901113 ], [ -75.252349, 39.897618 ], [ -75.253285, 39.898094 ], [ -75.255093, 39.898756 ], [ -75.255597, 39.899596 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010342002", "device_counts": 575, "stop_counts": 3938 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082456, 40.082884 ], [ -75.077805, 40.08577 ], [ -75.076363, 40.087265 ], [ -75.073616, 40.087907 ], [ -75.074488, 40.086788 ], [ -75.071691, 40.086977 ], [ -75.068235, 40.085035 ], [ -75.062288, 40.084478 ], [ -75.068463, 40.080164 ], [ -75.067597, 40.0788 ], [ -75.066273, 40.077544 ], [ -75.067333, 40.075504 ], [ -75.067912, 40.075976 ], [ -75.071007, 40.077682 ], [ -75.073705, 40.079182 ], [ -75.070181, 40.081194 ], [ -75.073278, 40.083085 ], [ -75.075061, 40.084174 ], [ -75.077179, 40.082798 ], [ -75.078845, 40.082048 ], [ -75.082456, 40.082884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010351001", "device_counts": 2223, "stop_counts": 6851 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.99627, 40.047202 ], [ -74.986873, 40.052097 ], [ -74.984098, 40.054782 ], [ -74.983904, 40.054994 ], [ -74.982202, 40.053804 ], [ -74.982732, 40.053014 ], [ -74.980228, 40.050581 ], [ -74.981789, 40.04954 ], [ -74.984503, 40.051939 ], [ -74.986317, 40.050837 ], [ -74.983929, 40.048065 ], [ -74.985114, 40.046992 ], [ -74.988129, 40.049737 ], [ -74.992793, 40.046975 ], [ -74.989105, 40.043678 ], [ -74.990976, 40.042526 ], [ -74.99627, 40.047202 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362014", "device_counts": 288, "stop_counts": 1813 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.988911, 40.07812 ], [ -74.986539, 40.080333 ], [ -74.984093, 40.079508 ], [ -74.985706, 40.07568 ], [ -74.987568, 40.075825 ], [ -74.990003, 40.077975 ], [ -74.988911, 40.07812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010015002", "device_counts": 2145, "stop_counts": 5281 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165988, 39.94182 ], [ -75.165575, 39.943664 ], [ -75.165493, 39.943653 ], [ -75.160205, 39.942997 ], [ -75.156673, 39.942551 ], [ -75.156853, 39.941683 ], [ -75.156388, 39.940627 ], [ -75.16218, 39.94135 ], [ -75.165909, 39.941811 ], [ -75.165988, 39.94182 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024003", "device_counts": 2298, "stop_counts": 4701 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161399, 39.937157 ], [ -75.16092, 39.939367 ], [ -75.157848, 39.938982 ], [ -75.156317, 39.938569 ], [ -75.156622, 39.937182 ], [ -75.15815, 39.937589 ], [ -75.158424, 39.936372 ], [ -75.158669, 39.935226 ], [ -75.160199, 39.9356 ], [ -75.161678, 39.935849 ], [ -75.161399, 39.937157 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070005", "device_counts": 444, "stop_counts": 1697 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222986, 39.9355 ], [ -75.221605, 39.936464 ], [ -75.220343, 39.935408 ], [ -75.219442, 39.936041 ], [ -75.218983, 39.936369 ], [ -75.217614, 39.93733 ], [ -75.215778, 39.935624 ], [ -75.217058, 39.934733 ], [ -75.217811, 39.935357 ], [ -75.220543, 39.933446 ], [ -75.221731, 39.93443 ], [ -75.222986, 39.9355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010092002", "device_counts": 754, "stop_counts": 2522 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.206889, 39.962485 ], [ -75.20236, 39.962859 ], [ -75.202235, 39.961643 ], [ -75.201971, 39.959176 ], [ -75.20627, 39.958823 ], [ -75.206889, 39.962485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108003", "device_counts": 422, "stop_counts": 1549 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198248, 39.96793 ], [ -75.195863, 39.968193 ], [ -75.19531, 39.968045 ], [ -75.194727, 39.964903 ], [ -75.194297, 39.962607 ], [ -75.197197, 39.962287 ], [ -75.197519, 39.964025 ], [ -75.197832, 39.965697 ], [ -75.198248, 39.96793 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146001", "device_counts": 2897, "stop_counts": 7489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158526, 39.97585 ], [ -75.157581, 39.980223 ], [ -75.152235, 39.979531 ], [ -75.150661, 39.979325 ], [ -75.151306, 39.976382 ], [ -75.154452, 39.976794 ], [ -75.155061, 39.973996 ], [ -75.156616, 39.974198 ], [ -75.158782, 39.974482 ], [ -75.158526, 39.97585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191005", "device_counts": 1890, "stop_counts": 7618 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113483, 40.005927 ], [ -75.112821, 40.009007 ], [ -75.106083, 40.00813 ], [ -75.106403, 40.006621 ], [ -75.103146, 40.006202 ], [ -75.10327, 40.005602 ], [ -75.103797, 40.003134 ], [ -75.101811, 40.002863 ], [ -75.103179, 40.002096 ], [ -75.104197, 40.001525 ], [ -75.110017, 40.002282 ], [ -75.109864, 40.003027 ], [ -75.113986, 40.00356 ], [ -75.113483, 40.005927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240002", "device_counts": 1390, "stop_counts": 4310 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183058, 40.03129 ], [ -75.181235, 40.033097 ], [ -75.174572, 40.029244 ], [ -75.177222, 40.026659 ], [ -75.1793, 40.027944 ], [ -75.183731, 40.030637 ], [ -75.183058, 40.03129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010269002", "device_counts": 462, "stop_counts": 1776 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137025, 40.058773 ], [ -75.136631, 40.059187 ], [ -75.135124, 40.060989 ], [ -75.130135, 40.057796 ], [ -75.129021, 40.057091 ], [ -75.130059, 40.055474 ], [ -75.130783, 40.052206 ], [ -75.133814, 40.0526 ], [ -75.137767, 40.053112 ], [ -75.137025, 40.058773 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318001", "device_counts": 1143, "stop_counts": 3577 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080757, 40.032541 ], [ -75.077022, 40.033387 ], [ -75.074439, 40.03398 ], [ -75.071097, 40.034742 ], [ -75.071824, 40.033503 ], [ -75.072682, 40.031938 ], [ -75.073733, 40.029784 ], [ -75.076783, 40.031474 ], [ -75.078277, 40.032301 ], [ -75.079443, 40.031051 ], [ -75.081231, 40.032046 ], [ -75.080757, 40.032541 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325004", "device_counts": 691, "stop_counts": 3501 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048375, 40.023291 ], [ -75.044721, 40.025179 ], [ -75.043408, 40.023672 ], [ -75.039768, 40.025551 ], [ -75.038625, 40.024239 ], [ -75.039452, 40.022917 ], [ -75.045381, 40.019868 ], [ -75.048375, 40.023291 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072001", "device_counts": 388, "stop_counts": 1377 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237132, 39.943237 ], [ -75.235219, 39.943494 ], [ -75.234474, 39.944027 ], [ -75.233566, 39.943265 ], [ -75.233074, 39.942849 ], [ -75.231676, 39.941671 ], [ -75.233632, 39.940292 ], [ -75.236424, 39.942646 ], [ -75.237132, 39.943237 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201011", "device_counts": 1302, "stop_counts": 5659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158278, 40.006994 ], [ -75.158106, 40.007736 ], [ -75.156376, 40.008284 ], [ -75.151603, 40.007665 ], [ -75.152549, 40.003181 ], [ -75.154205, 40.003395 ], [ -75.157365, 40.003799 ], [ -75.158926, 40.004009 ], [ -75.158278, 40.006994 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276004", "device_counts": 1759, "stop_counts": 4694 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142898, 40.047493 ], [ -75.139107, 40.047011 ], [ -75.137529, 40.046805 ], [ -75.138205, 40.043739 ], [ -75.143547, 40.044426 ], [ -75.142898, 40.047493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280004", "device_counts": 1022, "stop_counts": 3340 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154245, 40.025634 ], [ -75.153761, 40.025871 ], [ -75.152086, 40.026744 ], [ -75.150781, 40.026565 ], [ -75.149984, 40.02539 ], [ -75.149552, 40.024785 ], [ -75.148245, 40.022959 ], [ -75.148567, 40.021476 ], [ -75.153357, 40.022088 ], [ -75.15461, 40.023801 ], [ -75.154245, 40.025634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288002", "device_counts": 286, "stop_counts": 1498 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122425, 40.021314 ], [ -75.122095, 40.022864 ], [ -75.121762, 40.024364 ], [ -75.119823, 40.02412 ], [ -75.120136, 40.022627 ], [ -75.120481, 40.02109 ], [ -75.121407, 40.019548 ], [ -75.122752, 40.019722 ], [ -75.122425, 40.021314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298002", "device_counts": 449, "stop_counts": 1794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.067782, 40.017853 ], [ -75.066116, 40.018648 ], [ -75.065113, 40.017511 ], [ -75.063385, 40.01552 ], [ -75.062519, 40.014542 ], [ -75.064145, 40.013681 ], [ -75.065941, 40.015727 ], [ -75.066752, 40.016661 ], [ -75.066195, 40.016956 ], [ -75.067782, 40.017853 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301003", "device_counts": 244, "stop_counts": 1542 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.090373, 40.022233 ], [ -75.087283, 40.020485 ], [ -75.090325, 40.017356 ], [ -75.091304, 40.017883 ], [ -75.089718, 40.019875 ], [ -75.091492, 40.021027 ], [ -75.090373, 40.022233 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305021", "device_counts": 672, "stop_counts": 3398 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105191, 40.0454 ], [ -75.102875, 40.047968 ], [ -75.101335, 40.049539 ], [ -75.100394, 40.048691 ], [ -75.099559, 40.047973 ], [ -75.098017, 40.047096 ], [ -75.101105, 40.045038 ], [ -75.103518, 40.043463 ], [ -75.105787, 40.044735 ], [ -75.105191, 40.0454 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311024", "device_counts": 407, "stop_counts": 2226 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084464, 40.037657 ], [ -75.082114, 40.040147 ], [ -75.07862, 40.038205 ], [ -75.079265, 40.037516 ], [ -75.080981, 40.035713 ], [ -75.083148, 40.036924 ], [ -75.084464, 40.037657 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313006", "device_counts": 218, "stop_counts": 1257 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071817, 40.040124 ], [ -75.069459, 40.042621 ], [ -75.068234, 40.041945 ], [ -75.067663, 40.041634 ], [ -75.070025, 40.039139 ], [ -75.071817, 40.040124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315013", "device_counts": 493, "stop_counts": 2184 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051973, 40.035672 ], [ -75.050349, 40.034769 ], [ -75.047718, 40.033301 ], [ -75.048574, 40.032982 ], [ -75.050972, 40.032324 ], [ -75.053701, 40.033844 ], [ -75.051973, 40.035672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317003", "device_counts": 1435, "stop_counts": 2876 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064448, 40.030313 ], [ -75.062828, 40.02941 ], [ -75.062426, 40.027979 ], [ -75.062394, 40.027444 ], [ -75.062599, 40.027433 ], [ -75.065108, 40.027073 ], [ -75.064004, 40.028165 ], [ -75.065635, 40.029071 ], [ -75.064448, 40.030313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320007", "device_counts": 569, "stop_counts": 2303 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055416, 40.030086 ], [ -75.054054, 40.03118 ], [ -75.053249, 40.0317 ], [ -75.051073, 40.029403 ], [ -75.052898, 40.028462 ], [ -75.053968, 40.027905 ], [ -75.055661, 40.029843 ], [ -75.055416, 40.030086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329003", "device_counts": 345, "stop_counts": 1780 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029881, 40.034072 ], [ -75.026887, 40.035695 ], [ -75.025367, 40.033347 ], [ -75.02798, 40.031894 ], [ -75.029881, 40.034072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339003", "device_counts": 1968, "stop_counts": 8011 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.096733, 40.068989 ], [ -75.090317, 40.075115 ], [ -75.085044, 40.072141 ], [ -75.085496, 40.06747 ], [ -75.089378, 40.064705 ], [ -75.09037, 40.065285 ], [ -75.096733, 40.068989 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341002", "device_counts": 559, "stop_counts": 3603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079769, 40.076854 ], [ -75.078592, 40.078097 ], [ -75.073477, 40.07526 ], [ -75.0759, 40.072884 ], [ -75.077202, 40.071627 ], [ -75.078867, 40.072559 ], [ -75.077595, 40.073918 ], [ -75.080159, 40.075454 ], [ -75.079769, 40.076854 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169022", "device_counts": 756, "stop_counts": 2156 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186148, 39.992662 ], [ -75.185808, 39.992075 ], [ -75.179748, 39.991715 ], [ -75.180257, 39.989388 ], [ -75.183459, 39.9898 ], [ -75.186713, 39.990215 ], [ -75.186148, 39.992662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355002", "device_counts": 2345, "stop_counts": 7142 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033547, 40.089582 ], [ -75.028337, 40.086604 ], [ -75.027097, 40.087878 ], [ -75.023996, 40.086107 ], [ -75.025229, 40.08482 ], [ -75.028952, 40.080968 ], [ -75.037498, 40.085459 ], [ -75.033547, 40.089582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347023", "device_counts": 456, "stop_counts": 2870 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035062, 40.057327 ], [ -75.03433, 40.057067 ], [ -75.033734, 40.056884 ], [ -75.029032, 40.056399 ], [ -75.028549, 40.056169 ], [ -75.026753, 40.050779 ], [ -75.031695, 40.051607 ], [ -75.032754, 40.052569 ], [ -75.036019, 40.051602 ], [ -75.035062, 40.057327 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083023", "device_counts": 670, "stop_counts": 3244 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243975, 39.95626 ], [ -75.243608, 39.95802 ], [ -75.239658, 39.957534 ], [ -75.239909, 39.956313 ], [ -75.240137, 39.955252 ], [ -75.244084, 39.955743 ], [ -75.243975, 39.95626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009011", "device_counts": 1182, "stop_counts": 3114 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162114, 39.94908 ], [ -75.159751, 39.948783 ], [ -75.160267, 39.946422 ], [ -75.161843, 39.94662 ], [ -75.162627, 39.946713 ], [ -75.162114, 39.94908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013003", "device_counts": 486, "stop_counts": 898 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181002, 39.941863 ], [ -75.177761, 39.941461 ], [ -75.178251, 39.939268 ], [ -75.179839, 39.939478 ], [ -75.181494, 39.939687 ], [ -75.181002, 39.941863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149003", "device_counts": 395, "stop_counts": 1521 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179952, 39.983108 ], [ -75.178535, 39.982919 ], [ -75.176933, 39.982713 ], [ -75.177585, 39.979774 ], [ -75.179172, 39.979988 ], [ -75.180591, 39.980167 ], [ -75.179952, 39.983108 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151012", "device_counts": 498, "stop_counts": 1705 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186713, 39.990215 ], [ -75.183459, 39.9898 ], [ -75.183601, 39.989159 ], [ -75.183795, 39.988236 ], [ -75.184136, 39.986721 ], [ -75.185719, 39.986919 ], [ -75.187382, 39.98713 ], [ -75.186713, 39.990215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158004", "device_counts": 589, "stop_counts": 1519 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134401, 39.972303 ], [ -75.133286, 39.970766 ], [ -75.131239, 39.97165 ], [ -75.130452, 39.970189 ], [ -75.134428, 39.968791 ], [ -75.134401, 39.972303 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165001", "device_counts": 262, "stop_counts": 1056 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152389, 39.993659 ], [ -75.150813, 39.99346 ], [ -75.149238, 39.993253 ], [ -75.149587, 39.991665 ], [ -75.15273, 39.992072 ], [ -75.152389, 39.993659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177023", "device_counts": 467, "stop_counts": 1185 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120933, 39.999097 ], [ -75.118994, 39.998852 ], [ -75.119328, 39.997255 ], [ -75.119665, 39.995671 ], [ -75.121617, 39.99592 ], [ -75.120933, 39.999097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178002", "device_counts": 669, "stop_counts": 1907 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113816, 39.992924 ], [ -75.111369, 39.994211 ], [ -75.110258, 39.992957 ], [ -75.109709, 39.992334 ], [ -75.109528, 39.992123 ], [ -75.113665, 39.990278 ], [ -75.112775, 39.991747 ], [ -75.113816, 39.992924 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010184001", "device_counts": 722, "stop_counts": 2492 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075687, 40.005553 ], [ -75.072702, 40.007904 ], [ -75.068883, 40.00879 ], [ -75.068346, 40.006924 ], [ -75.067696, 40.005333 ], [ -75.067245, 40.004293 ], [ -75.070609, 40.001652 ], [ -75.073149, 40.001517 ], [ -75.075687, 40.005553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028013", "device_counts": 506, "stop_counts": 1795 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157843, 39.931615 ], [ -75.157578, 39.932837 ], [ -75.156025, 39.932635 ], [ -75.154454, 39.93242 ], [ -75.154735, 39.931208 ], [ -75.154997, 39.929984 ], [ -75.158121, 39.930394 ], [ -75.157843, 39.931615 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032003", "device_counts": 440, "stop_counts": 1734 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184705, 39.932584 ], [ -75.181419, 39.932161 ], [ -75.181589, 39.931366 ], [ -75.181944, 39.929729 ], [ -75.183601, 39.929928 ], [ -75.18524, 39.930146 ], [ -75.184705, 39.932584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039013", "device_counts": 730, "stop_counts": 3305 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176906, 39.921464 ], [ -75.176361, 39.92396 ], [ -75.173226, 39.923556 ], [ -75.173748, 39.92106 ], [ -75.174033, 39.919809 ], [ -75.177082, 39.920207 ], [ -75.176906, 39.921464 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041012", "device_counts": 797, "stop_counts": 3248 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159904, 39.922287 ], [ -75.158363, 39.922092 ], [ -75.155233, 39.921686 ], [ -75.155597, 39.920013 ], [ -75.160275, 39.920611 ], [ -75.159904, 39.922287 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062002", "device_counts": 296, "stop_counts": 962 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232221, 39.920865 ], [ -75.22943, 39.918507 ], [ -75.230094, 39.918046 ], [ -75.231092, 39.917343 ], [ -75.233878, 39.919693 ], [ -75.232221, 39.920865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067002", "device_counts": 334, "stop_counts": 1762 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227538, 39.91984 ], [ -75.224926, 39.921692 ], [ -75.224111, 39.921005 ], [ -75.222772, 39.919918 ], [ -75.221873, 39.919551 ], [ -75.223236, 39.917589 ], [ -75.22421, 39.917832 ], [ -75.225839, 39.918503 ], [ -75.227538, 39.91984 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192001", "device_counts": 368, "stop_counts": 1505 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119314, 40.002003 ], [ -75.116411, 40.001624 ], [ -75.116722, 40.000088 ], [ -75.119644, 40.000464 ], [ -75.119314, 40.002003 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383002", "device_counts": 940, "stop_counts": 2620 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131828, 40.019316 ], [ -75.128883, 40.018945 ], [ -75.130585, 40.011325 ], [ -75.131779, 40.011482 ], [ -75.131135, 40.014535 ], [ -75.132327, 40.014695 ], [ -75.131828, 40.019316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010200001", "device_counts": 1133, "stop_counts": 2963 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153609, 39.998515 ], [ -75.152926, 40.001592 ], [ -75.148148, 40.000987 ], [ -75.147717, 39.999974 ], [ -75.15002, 39.999096 ], [ -75.153782, 39.997718 ], [ -75.153609, 39.998515 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207002", "device_counts": 158, "stop_counts": 773 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191289, 40.013697 ], [ -75.187708, 40.01641 ], [ -75.185937, 40.014895 ], [ -75.187771, 40.013623 ], [ -75.187402, 40.013303 ], [ -75.189317, 40.011994 ], [ -75.191289, 40.013697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214005", "device_counts": 255, "stop_counts": 952 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224657, 40.031899 ], [ -75.222391, 40.033052 ], [ -75.220448, 40.031211 ], [ -75.219114, 40.029931 ], [ -75.219728, 40.029436 ], [ -75.22124, 40.027551 ], [ -75.221837, 40.027263 ], [ -75.223474, 40.029441 ], [ -75.225127, 40.031643 ], [ -75.224657, 40.031899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217002", "device_counts": 1298, "stop_counts": 5755 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235419, 40.048775 ], [ -75.230603, 40.050962 ], [ -75.230049, 40.051219 ], [ -75.229214, 40.048037 ], [ -75.2223, 40.045151 ], [ -75.223307, 40.045054 ], [ -75.227444, 40.043197 ], [ -75.22853, 40.04386 ], [ -75.23204, 40.045328 ], [ -75.235419, 40.048775 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010239002", "device_counts": 725, "stop_counts": 1955 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190987, 40.037353 ], [ -75.186455, 40.033226 ], [ -75.184519, 40.032497 ], [ -75.183058, 40.03129 ], [ -75.183731, 40.030637 ], [ -75.186194, 40.029468 ], [ -75.187776, 40.030771 ], [ -75.189063, 40.031905 ], [ -75.193127, 40.035381 ], [ -75.190987, 40.037353 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067004", "device_counts": 411, "stop_counts": 1542 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231194, 39.924845 ], [ -75.229818, 39.925811 ], [ -75.226761, 39.923242 ], [ -75.228132, 39.922273 ], [ -75.230327, 39.922201 ], [ -75.232438, 39.92397 ], [ -75.231194, 39.924845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071021", "device_counts": 395, "stop_counts": 1486 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226805, 39.945083 ], [ -75.22498, 39.943534 ], [ -75.224129, 39.942836 ], [ -75.222753, 39.941654 ], [ -75.224113, 39.940691 ], [ -75.224607, 39.941109 ], [ -75.225508, 39.941871 ], [ -75.226334, 39.942562 ], [ -75.228184, 39.944134 ], [ -75.226805, 39.945083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074001", "device_counts": 353, "stop_counts": 1007 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211401, 39.945802 ], [ -75.207649, 39.942475 ], [ -75.208799, 39.941644 ], [ -75.212687, 39.944885 ], [ -75.211401, 39.945802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080003", "device_counts": 482, "stop_counts": 1563 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230959, 39.949438 ], [ -75.230793, 39.950172 ], [ -75.22703, 39.949702 ], [ -75.227419, 39.94777 ], [ -75.229894, 39.947791 ], [ -75.231271, 39.947909 ], [ -75.230959, 39.949438 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176012", "device_counts": 556, "stop_counts": 1586 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139851, 39.993672 ], [ -75.139199, 39.996661 ], [ -75.13735, 39.996421 ], [ -75.138352, 39.991851 ], [ -75.140198, 39.992086 ], [ -75.139851, 39.993672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085006", "device_counts": 925, "stop_counts": 2168 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231277, 39.958448 ], [ -75.225351, 39.957714 ], [ -75.225634, 39.956372 ], [ -75.231557, 39.957102 ], [ -75.231277, 39.958448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095002", "device_counts": 265, "stop_counts": 799 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237818, 39.96633 ], [ -75.235842, 39.966085 ], [ -75.236481, 39.963047 ], [ -75.237798, 39.963206 ], [ -75.238137, 39.96481 ], [ -75.237818, 39.96633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249003", "device_counts": 292, "stop_counts": 1400 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160528, 40.049664 ], [ -75.158017, 40.048126 ], [ -75.158132, 40.046418 ], [ -75.161656, 40.048559 ], [ -75.160528, 40.049664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256003", "device_counts": 362, "stop_counts": 1197 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196385, 40.066623 ], [ -75.193222, 40.06909 ], [ -75.190594, 40.071973 ], [ -75.189117, 40.073124 ], [ -75.188461, 40.07275 ], [ -75.188052, 40.072503 ], [ -75.190512, 40.070271 ], [ -75.188921, 40.066497 ], [ -75.192891, 40.062662 ], [ -75.195726, 40.065177 ], [ -75.196385, 40.066623 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100002", "device_counts": 330, "stop_counts": 1314 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249177, 39.970857 ], [ -75.24887, 39.972339 ], [ -75.246935, 39.972111 ], [ -75.247518, 39.969093 ], [ -75.250481, 39.96946 ], [ -75.249177, 39.970857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101006", "device_counts": 1043, "stop_counts": 3123 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247494, 39.975113 ], [ -75.24554, 39.97533 ], [ -75.24358, 39.975546 ], [ -75.24329, 39.973997 ], [ -75.245247, 39.973778 ], [ -75.244885, 39.971854 ], [ -75.246935, 39.972111 ], [ -75.247494, 39.975113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112006", "device_counts": 354, "stop_counts": 1166 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236087, 39.97638 ], [ -75.233691, 39.976642 ], [ -75.233659, 39.973437 ], [ -75.234732, 39.973315 ], [ -75.235493, 39.973234 ], [ -75.236087, 39.97638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114004", "device_counts": 391, "stop_counts": 1786 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.244138, 39.978517 ], [ -75.242354, 39.978712 ], [ -75.241574, 39.978799 ], [ -75.241013, 39.975833 ], [ -75.24358, 39.975546 ], [ -75.244138, 39.978517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122041", "device_counts": 411, "stop_counts": 2072 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21114, 40.002124 ], [ -75.209385, 40.002429 ], [ -75.203194, 40.003393 ], [ -75.202057, 40.004729 ], [ -75.203579, 40.000755 ], [ -75.206217, 40.000419 ], [ -75.20728, 39.999054 ], [ -75.208809, 39.999431 ], [ -75.209695, 39.99965 ], [ -75.21114, 40.002124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135003", "device_counts": 179, "stop_counts": 1106 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172659, 39.971823 ], [ -75.17055, 39.97157 ], [ -75.170997, 39.969227 ], [ -75.173163, 39.969503 ], [ -75.172659, 39.971823 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146002", "device_counts": 222, "stop_counts": 757 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154452, 39.976794 ], [ -75.151306, 39.976382 ], [ -75.151915, 39.973588 ], [ -75.155061, 39.973996 ], [ -75.154452, 39.976794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264001", "device_counts": 298, "stop_counts": 1447 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161105, 40.060726 ], [ -75.158621, 40.063281 ], [ -75.156726, 40.064442 ], [ -75.155254, 40.062431 ], [ -75.15642, 40.061234 ], [ -75.158413, 40.059181 ], [ -75.160983, 40.060654 ], [ -75.161105, 40.060726 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266004", "device_counts": 227, "stop_counts": 840 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150719, 40.066367 ], [ -75.147022, 40.065892 ], [ -75.147353, 40.064371 ], [ -75.151053, 40.064852 ], [ -75.150719, 40.066367 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010270001", "device_counts": 402, "stop_counts": 1427 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132121, 40.046018 ], [ -75.130783, 40.052206 ], [ -75.127143, 40.051748 ], [ -75.128495, 40.045626 ], [ -75.131283, 40.045984 ], [ -75.132121, 40.046018 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274025", "device_counts": 512, "stop_counts": 2415 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126639, 40.045392 ], [ -75.125631, 40.045259 ], [ -75.123566, 40.044993 ], [ -75.121432, 40.044731 ], [ -75.121754, 40.04317 ], [ -75.125968, 40.043728 ], [ -75.126987, 40.043857 ], [ -75.126639, 40.045392 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245004", "device_counts": 361, "stop_counts": 1287 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169211, 40.032314 ], [ -75.165747, 40.035702 ], [ -75.165094, 40.036234 ], [ -75.16298, 40.036142 ], [ -75.164571, 40.032912 ], [ -75.166655, 40.03089 ], [ -75.169211, 40.032314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379001", "device_counts": 469, "stop_counts": 1895 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105064, 39.987073 ], [ -75.102621, 39.988348 ], [ -75.100912, 39.986416 ], [ -75.103366, 39.985129 ], [ -75.105064, 39.987073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357022", "device_counts": 904, "stop_counts": 8861 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037842, 40.120213 ], [ -75.036495, 40.12039 ], [ -75.034996, 40.119328 ], [ -75.030059, 40.116298 ], [ -75.02923, 40.11597 ], [ -75.030162, 40.114978 ], [ -75.029956, 40.114481 ], [ -75.030665, 40.113106 ], [ -75.032756, 40.11432 ], [ -75.032101, 40.115319 ], [ -75.033268, 40.116139 ], [ -75.037097, 40.117646 ], [ -75.043856, 40.115997 ], [ -75.037842, 40.120213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137002", "device_counts": 572, "stop_counts": 2126 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181755, 39.977444 ], [ -75.181135, 39.980238 ], [ -75.180591, 39.980167 ], [ -75.179172, 39.979988 ], [ -75.179779, 39.977188 ], [ -75.180729, 39.972841 ], [ -75.182147, 39.973009 ], [ -75.181707, 39.975062 ], [ -75.182327, 39.975143 ], [ -75.181755, 39.977444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022003", "device_counts": 790, "stop_counts": 2579 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173173, 39.938641 ], [ -75.171602, 39.938447 ], [ -75.170025, 39.938263 ], [ -75.170455, 39.936232 ], [ -75.170729, 39.935024 ], [ -75.17385, 39.93545 ], [ -75.173173, 39.938641 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243002", "device_counts": 610, "stop_counts": 3582 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176861, 40.021501 ], [ -75.172523, 40.025758 ], [ -75.169124, 40.023865 ], [ -75.170176, 40.022731 ], [ -75.169534, 40.022381 ], [ -75.173246, 40.018411 ], [ -75.176861, 40.021501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088011", "device_counts": 1962, "stop_counts": 4026 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.200525, 39.952695 ], [ -75.200098, 39.954582 ], [ -75.196603, 39.954149 ], [ -75.197243, 39.951021 ], [ -75.199204, 39.951257 ], [ -75.200801, 39.951458 ], [ -75.200525, 39.952695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273003", "device_counts": 485, "stop_counts": 2202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121432, 40.044731 ], [ -75.119454, 40.04448 ], [ -75.114119, 40.043644 ], [ -75.113544, 40.042711 ], [ -75.115488, 40.041183 ], [ -75.120103, 40.041417 ], [ -75.119782, 40.042926 ], [ -75.121754, 40.04317 ], [ -75.121432, 40.044731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197006", "device_counts": 966, "stop_counts": 2277 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140105, 40.02039 ], [ -75.138463, 40.020171 ], [ -75.13911, 40.017187 ], [ -75.139464, 40.015599 ], [ -75.141126, 40.015818 ], [ -75.140105, 40.02039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010061001", "device_counts": 1098, "stop_counts": 4452 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23463, 39.914848 ], [ -75.232692, 39.916219 ], [ -75.231092, 39.917343 ], [ -75.230094, 39.918046 ], [ -75.227809, 39.916106 ], [ -75.225839, 39.918503 ], [ -75.22421, 39.917832 ], [ -75.223236, 39.917589 ], [ -75.224988, 39.915064 ], [ -75.22918, 39.909127 ], [ -75.230417, 39.911046 ], [ -75.231662, 39.912252 ], [ -75.23374, 39.914073 ], [ -75.23463, 39.914848 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098011", "device_counts": 1267, "stop_counts": 3268 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.269257, 39.980186 ], [ -75.267973, 39.980757 ], [ -75.265918, 39.979251 ], [ -75.261996, 39.977598 ], [ -75.263054, 39.975749 ], [ -75.268293, 39.978967 ], [ -75.269257, 39.980186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334002", "device_counts": 2930, "stop_counts": 6824 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054947, 40.053507 ], [ -75.054197, 40.054405 ], [ -75.053348, 40.056454 ], [ -75.052749, 40.058042 ], [ -75.051784, 40.057504 ], [ -75.049762, 40.056374 ], [ -75.048291, 40.055538 ], [ -75.047749, 40.055363 ], [ -75.050464, 40.052507 ], [ -75.050943, 40.050215 ], [ -75.052836, 40.050498 ], [ -75.056036, 40.05224 ], [ -75.054947, 40.053507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171001", "device_counts": 411, "stop_counts": 1538 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176913, 40.004697 ], [ -75.171247, 40.003951 ], [ -75.171595, 40.002377 ], [ -75.17725, 40.003097 ], [ -75.176913, 40.004697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086021", "device_counts": 2230, "stop_counts": 5629 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218954, 39.95926 ], [ -75.217002, 39.959015 ], [ -75.214018, 39.958643 ], [ -75.211039, 39.958276 ], [ -75.211677, 39.95524 ], [ -75.214643, 39.955607 ], [ -75.215471, 39.956489 ], [ -75.219421, 39.956979 ], [ -75.218954, 39.95926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112003", "device_counts": 434, "stop_counts": 1322 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234732, 39.973315 ], [ -75.233659, 39.973437 ], [ -75.232182, 39.973599 ], [ -75.231617, 39.970789 ], [ -75.232573, 39.970683 ], [ -75.234203, 39.9705 ], [ -75.234732, 39.973315 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257002", "device_counts": 318, "stop_counts": 1326 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199786, 40.075366 ], [ -75.199496, 40.07547 ], [ -75.196263, 40.073051 ], [ -75.193222, 40.06909 ], [ -75.196385, 40.066623 ], [ -75.196741, 40.067365 ], [ -75.199715, 40.073803 ], [ -75.199786, 40.075366 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010174002", "device_counts": 1506, "stop_counts": 4060 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153782, 39.997718 ], [ -75.15002, 39.999096 ], [ -75.149877, 39.998385 ], [ -75.150813, 39.99346 ], [ -75.152389, 39.993659 ], [ -75.154588, 39.993938 ], [ -75.153782, 39.997718 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238004", "device_counts": 361, "stop_counts": 973 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187922, 40.037547 ], [ -75.186595, 40.037617 ], [ -75.184831, 40.039346 ], [ -75.1804, 40.036534 ], [ -75.182925, 40.034066 ], [ -75.188396, 40.037255 ], [ -75.187922, 40.037547 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013004", "device_counts": 266, "stop_counts": 907 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183366, 39.942946 ], [ -75.180611, 39.944631 ], [ -75.180409, 39.944602 ], [ -75.180624, 39.943641 ], [ -75.180838, 39.942631 ], [ -75.181002, 39.941863 ], [ -75.184474, 39.942274 ], [ -75.183366, 39.942946 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122012", "device_counts": 414, "stop_counts": 2832 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207589, 40.005981 ], [ -75.206209, 40.006641 ], [ -75.202057, 40.004729 ], [ -75.203194, 40.003393 ], [ -75.209385, 40.002429 ], [ -75.207589, 40.005981 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078003", "device_counts": 386, "stop_counts": 994 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223315, 39.947925 ], [ -75.221237, 39.948161 ], [ -75.217733, 39.945183 ], [ -75.219002, 39.944283 ], [ -75.222369, 39.947135 ], [ -75.223315, 39.947925 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114001", "device_counts": 614, "stop_counts": 2688 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.251063, 39.981601 ], [ -75.248346, 39.982968 ], [ -75.247094, 39.983595 ], [ -75.24654, 39.980645 ], [ -75.24554, 39.97533 ], [ -75.247494, 39.975113 ], [ -75.247797, 39.975079 ], [ -75.248628, 39.978707 ], [ -75.248944, 39.979106 ], [ -75.251063, 39.981601 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096002", "device_counts": 556, "stop_counts": 1871 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242406, 39.963779 ], [ -75.242087, 39.965303 ], [ -75.24011, 39.965055 ], [ -75.240762, 39.96196 ], [ -75.242735, 39.962202 ], [ -75.242406, 39.963779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010132001", "device_counts": 524, "stop_counts": 1851 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156085, 39.96931 ], [ -75.154549, 39.968931 ], [ -75.153018, 39.968549 ], [ -75.154013, 39.963976 ], [ -75.157125, 39.964556 ], [ -75.156085, 39.96931 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093003", "device_counts": 986, "stop_counts": 2556 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224541, 39.961567 ], [ -75.219439, 39.960941 ], [ -75.219175, 39.959288 ], [ -75.22092, 39.959505 ], [ -75.2229, 39.959745 ], [ -75.224868, 39.960005 ], [ -75.224541, 39.961567 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010380001", "device_counts": 2231, "stop_counts": 6943 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089831, 40.004441 ], [ -75.087448, 40.006079 ], [ -75.083087, 40.007437 ], [ -75.078448, 40.008586 ], [ -75.077476, 40.004139 ], [ -75.079781, 40.002337 ], [ -75.086234, 39.998967 ], [ -75.086895, 39.999532 ], [ -75.087302, 40.000157 ], [ -75.087369, 40.001571 ], [ -75.087984, 40.00303 ], [ -75.088513, 40.00354 ], [ -75.090028, 40.004264 ], [ -75.089831, 40.004441 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101004", "device_counts": 598, "stop_counts": 2069 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243788, 39.971723 ], [ -75.24181, 39.971472 ], [ -75.239133, 39.969893 ], [ -75.239479, 39.968097 ], [ -75.244416, 39.968706 ], [ -75.243788, 39.971723 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067003", "device_counts": 464, "stop_counts": 1365 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228132, 39.922273 ], [ -75.226761, 39.923242 ], [ -75.226319, 39.922867 ], [ -75.224926, 39.921692 ], [ -75.227538, 39.91984 ], [ -75.230327, 39.922201 ], [ -75.228132, 39.922273 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139003", "device_counts": 506, "stop_counts": 2702 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177852, 39.974247 ], [ -75.173785, 39.974677 ], [ -75.168263, 39.975259 ], [ -75.16722, 39.973397 ], [ -75.167421, 39.972493 ], [ -75.167703, 39.971211 ], [ -75.169274, 39.971406 ], [ -75.17055, 39.97157 ], [ -75.172659, 39.971823 ], [ -75.174367, 39.972035 ], [ -75.175948, 39.972232 ], [ -75.177862, 39.97248 ], [ -75.177852, 39.974247 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320003", "device_counts": 715, "stop_counts": 2342 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058579, 40.028225 ], [ -75.056872, 40.028943 ], [ -75.056077, 40.029455 ], [ -75.055661, 40.029843 ], [ -75.053968, 40.027905 ], [ -75.056294, 40.026703 ], [ -75.056953, 40.026361 ], [ -75.057594, 40.026031 ], [ -75.059227, 40.027909 ], [ -75.058579, 40.028225 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180011", "device_counts": 457, "stop_counts": 1613 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116836, 39.982072 ], [ -75.116075, 39.982938 ], [ -75.113008, 39.979488 ], [ -75.110939, 39.980568 ], [ -75.110525, 39.980787 ], [ -75.108971, 39.979021 ], [ -75.111738, 39.977578 ], [ -75.113227, 39.976803 ], [ -75.114768, 39.978568 ], [ -75.116146, 39.980111 ], [ -75.117355, 39.981481 ], [ -75.116836, 39.982072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282002", "device_counts": 743, "stop_counts": 2893 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142471, 40.031766 ], [ -75.138971, 40.032845 ], [ -75.139766, 40.034506 ], [ -75.138323, 40.035876 ], [ -75.137945, 40.037539 ], [ -75.137633, 40.038943 ], [ -75.135257, 40.03864 ], [ -75.134472, 40.038514 ], [ -75.134818, 40.036987 ], [ -75.135042, 40.033284 ], [ -75.135144, 40.031362 ], [ -75.13506, 40.02915 ], [ -75.135802, 40.029254 ], [ -75.137091, 40.029412 ], [ -75.136757, 40.030964 ], [ -75.139304, 40.031288 ], [ -75.141668, 40.0316 ], [ -75.142471, 40.031766 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055001", "device_counts": 1302, "stop_counts": 4410 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2525, 39.906614 ], [ -75.249929, 39.909352 ], [ -75.251498, 39.910051 ], [ -75.2472, 39.913578 ], [ -75.24694, 39.916871 ], [ -75.247341, 39.918541 ], [ -75.246856, 39.918759 ], [ -75.246308, 39.917176 ], [ -75.244935, 39.91545 ], [ -75.243226, 39.913112 ], [ -75.242832, 39.911272 ], [ -75.243939, 39.910021 ], [ -75.246021, 39.911148 ], [ -75.248751, 39.909248 ], [ -75.246275, 39.90746 ], [ -75.247414, 39.906162 ], [ -75.249736, 39.903575 ], [ -75.251288, 39.904403 ], [ -75.253492, 39.905585 ], [ -75.2525, 39.906614 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010138002", "device_counts": 911, "stop_counts": 3008 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179779, 39.977188 ], [ -75.173414, 39.976363 ], [ -75.173785, 39.974677 ], [ -75.177852, 39.974247 ], [ -75.177862, 39.97248 ], [ -75.178108, 39.972509 ], [ -75.180729, 39.972841 ], [ -75.179779, 39.977188 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302005", "device_counts": 1049, "stop_counts": 2814 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086997, 40.029443 ], [ -75.08508, 40.031266 ], [ -75.084915, 40.031241 ], [ -75.084794, 40.031223 ], [ -75.084197, 40.031438 ], [ -75.080866, 40.029556 ], [ -75.081849, 40.028512 ], [ -75.083038, 40.027241 ], [ -75.085375, 40.028555 ], [ -75.086997, 40.029443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071013", "device_counts": 777, "stop_counts": 2641 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22548, 39.939725 ], [ -75.224113, 39.940691 ], [ -75.222753, 39.941654 ], [ -75.221545, 39.940652 ], [ -75.220278, 39.939572 ], [ -75.222098, 39.938279 ], [ -75.223012, 39.937643 ], [ -75.224292, 39.938734 ], [ -75.22548, 39.939725 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298001", "device_counts": 267, "stop_counts": 1727 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07338, 40.019654 ], [ -75.072271, 40.020248 ], [ -75.069087, 40.021904 ], [ -75.068516, 40.021385 ], [ -75.067412, 40.020111 ], [ -75.06701, 40.01967 ], [ -75.066116, 40.018648 ], [ -75.067782, 40.017853 ], [ -75.070504, 40.017255 ], [ -75.071847, 40.016952 ], [ -75.072575, 40.018868 ], [ -75.07338, 40.019654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158006", "device_counts": 206, "stop_counts": 591 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128693, 39.974284 ], [ -75.125201, 39.975558 ], [ -75.123391, 39.974403 ], [ -75.127903, 39.972811 ], [ -75.128693, 39.974284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073004", "device_counts": 1065, "stop_counts": 3183 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229894, 39.947791 ], [ -75.227419, 39.94777 ], [ -75.224946, 39.947744 ], [ -75.223315, 39.947925 ], [ -75.222369, 39.947135 ], [ -75.224736, 39.945465 ], [ -75.22361, 39.944505 ], [ -75.22498, 39.943534 ], [ -75.226805, 39.945083 ], [ -75.228686, 39.945913 ], [ -75.228202, 39.94627 ], [ -75.229894, 39.947791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263024", "device_counts": 2750, "stop_counts": 8244 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161313, 40.071386 ], [ -75.158417, 40.074169 ], [ -75.154076, 40.071732 ], [ -75.156776, 40.068675 ], [ -75.157379, 40.067944 ], [ -75.162035, 40.070685 ], [ -75.161313, 40.071386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010293001", "device_counts": 1732, "stop_counts": 4910 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.096744, 40.01873 ], [ -75.095897, 40.019604 ], [ -75.09441, 40.019534 ], [ -75.091304, 40.017883 ], [ -75.090325, 40.017356 ], [ -75.086382, 40.015257 ], [ -75.085519, 40.014787 ], [ -75.085818, 40.014448 ], [ -75.086348, 40.013868 ], [ -75.087577, 40.012516 ], [ -75.09228, 40.015294 ], [ -75.094365, 40.014794 ], [ -75.096279, 40.015957 ], [ -75.09704, 40.016018 ], [ -75.096744, 40.01873 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246002", "device_counts": 452, "stop_counts": 2101 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172201, 40.042922 ], [ -75.173355, 40.04362 ], [ -75.170725, 40.046151 ], [ -75.169492, 40.044531 ], [ -75.170855, 40.040445 ], [ -75.172027, 40.039141 ], [ -75.174567, 40.040638 ], [ -75.172201, 40.042922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072003", "device_counts": 181, "stop_counts": 794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233074, 39.942849 ], [ -75.230947, 39.944336 ], [ -75.229553, 39.943168 ], [ -75.230928, 39.942194 ], [ -75.231676, 39.941671 ], [ -75.233074, 39.942849 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282001", "device_counts": 1510, "stop_counts": 4249 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146705, 40.030127 ], [ -75.146575, 40.030637 ], [ -75.145554, 40.035262 ], [ -75.143363, 40.034976 ], [ -75.143944, 40.032192 ], [ -75.139766, 40.034506 ], [ -75.138971, 40.032845 ], [ -75.142471, 40.031766 ], [ -75.144284, 40.030814 ], [ -75.14685, 40.029481 ], [ -75.146705, 40.030127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252001", "device_counts": 318, "stop_counts": 1510 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177154, 40.042988 ], [ -75.175285, 40.044782 ], [ -75.173686, 40.045803 ], [ -75.171536, 40.047888 ], [ -75.170725, 40.046151 ], [ -75.173355, 40.04362 ], [ -75.17573, 40.041333 ], [ -75.177651, 40.0425 ], [ -75.177154, 40.042988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311013", "device_counts": 731, "stop_counts": 2187 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081533, 40.040754 ], [ -75.080904, 40.041432 ], [ -75.080164, 40.042213 ], [ -75.076652, 40.040257 ], [ -75.077394, 40.039464 ], [ -75.07821, 40.038617 ], [ -75.07862, 40.038205 ], [ -75.082114, 40.040147 ], [ -75.081533, 40.040754 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031001", "device_counts": 722, "stop_counts": 2807 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179035, 39.935612 ], [ -75.178514, 39.935544 ], [ -75.17397, 39.934974 ], [ -75.174495, 39.932523 ], [ -75.176069, 39.932721 ], [ -75.179553, 39.933178 ], [ -75.179035, 39.935612 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309002", "device_counts": 358, "stop_counts": 1913 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085031, 40.043731 ], [ -75.082674, 40.04242 ], [ -75.084412, 40.039499 ], [ -75.086453, 40.042566 ], [ -75.085031, 40.043731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195013", "device_counts": 670, "stop_counts": 2169 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131501, 40.001999 ], [ -75.128604, 40.001619 ], [ -75.12926, 39.998539 ], [ -75.132172, 39.998913 ], [ -75.131501, 40.001999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071011", "device_counts": 345, "stop_counts": 1363 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229726, 39.936743 ], [ -75.228358, 39.9377 ], [ -75.227831, 39.938077 ], [ -75.225358, 39.936 ], [ -75.225887, 39.935625 ], [ -75.227252, 39.934661 ], [ -75.228533, 39.935732 ], [ -75.229726, 39.936743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306007", "device_counts": 764, "stop_counts": 3714 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094766, 40.053095 ], [ -75.093706, 40.054203 ], [ -75.092131, 40.053178 ], [ -75.088344, 40.051235 ], [ -75.088873, 40.050674 ], [ -75.091173, 40.051098 ], [ -75.091416, 40.049543 ], [ -75.092242, 40.049978 ], [ -75.094183, 40.051071 ], [ -75.094593, 40.050655 ], [ -75.096242, 40.051528 ], [ -75.094766, 40.053095 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040014", "device_counts": 1324, "stop_counts": 3257 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169499, 39.925531 ], [ -75.169494, 39.925596 ], [ -75.169428, 39.925593 ], [ -75.16735, 39.926579 ], [ -75.165483, 39.926333 ], [ -75.166014, 39.923903 ], [ -75.169744, 39.924409 ], [ -75.169499, 39.925531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010376002", "device_counts": 3888, "stop_counts": 11294 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162293, 39.958058 ], [ -75.161411, 39.962102 ], [ -75.161443, 39.962172 ], [ -75.161384, 39.962474 ], [ -75.161188, 39.963422 ], [ -75.154312, 39.962614 ], [ -75.154512, 39.961711 ], [ -75.155093, 39.958709 ], [ -75.155538, 39.956923 ], [ -75.162339, 39.957825 ], [ -75.162293, 39.958058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183004", "device_counts": 531, "stop_counts": 2801 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080522, 39.996472 ], [ -75.07472, 39.9987 ], [ -75.073491, 39.997297 ], [ -75.079364, 39.994264 ], [ -75.080522, 39.996472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195022", "device_counts": 878, "stop_counts": 3010 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128282, 40.003116 ], [ -75.127863, 40.005057 ], [ -75.123949, 40.004814 ], [ -75.12441, 40.002634 ], [ -75.124732, 40.001124 ], [ -75.128604, 40.001619 ], [ -75.128282, 40.003116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030011", "device_counts": 414, "stop_counts": 1279 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171065, 39.930827 ], [ -75.168423, 39.930465 ], [ -75.168689, 39.929256 ], [ -75.170891, 39.929552 ], [ -75.171339, 39.929608 ], [ -75.171065, 39.930827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209003", "device_counts": 816, "stop_counts": 2315 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213, 40.018652 ], [ -75.211744, 40.017388 ], [ -75.209735, 40.018509 ], [ -75.207863, 40.018582 ], [ -75.208116, 40.017764 ], [ -75.205622, 40.017107 ], [ -75.207221, 40.016673 ], [ -75.208008, 40.012997 ], [ -75.212219, 40.015461 ], [ -75.214752, 40.017784 ], [ -75.213, 40.018652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004011", "device_counts": 3247, "stop_counts": 10462 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180223, 39.954472 ], [ -75.179889, 39.955436 ], [ -75.179768, 39.955993 ], [ -75.17972, 39.956164 ], [ -75.179122, 39.955984 ], [ -75.177527, 39.95549 ], [ -75.172783, 39.955604 ], [ -75.173291, 39.952934 ], [ -75.173489, 39.952052 ], [ -75.176191, 39.952387 ], [ -75.180909, 39.952982 ], [ -75.180223, 39.954472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029003", "device_counts": 1832, "stop_counts": 6113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16764, 39.93415 ], [ -75.167578, 39.934143 ], [ -75.159517, 39.9331 ], [ -75.161047, 39.931817 ], [ -75.163504, 39.92983 ], [ -75.166246, 39.930207 ], [ -75.165968, 39.931427 ], [ -75.16815, 39.931701 ], [ -75.16764, 39.93415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085007", "device_counts": 1475, "stop_counts": 4501 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230801, 39.960722 ], [ -75.228645, 39.960463 ], [ -75.227443, 39.960311 ], [ -75.224868, 39.960005 ], [ -75.225351, 39.957714 ], [ -75.231277, 39.958448 ], [ -75.230801, 39.960722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010141002", "device_counts": 1868, "stop_counts": 4796 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159442, 39.971467 ], [ -75.159237, 39.972384 ], [ -75.158782, 39.974482 ], [ -75.156616, 39.974198 ], [ -75.156893, 39.972927 ], [ -75.152188, 39.972318 ], [ -75.154149, 39.970778 ], [ -75.154549, 39.968931 ], [ -75.156085, 39.96931 ], [ -75.159702, 39.970202 ], [ -75.159442, 39.971467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168001", "device_counts": 399, "stop_counts": 1186 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173182, 39.992412 ], [ -75.171594, 39.9922 ], [ -75.171441, 39.992946 ], [ -75.168248, 39.992579 ], [ -75.168561, 39.991047 ], [ -75.167918, 39.990947 ], [ -75.168428, 39.987857 ], [ -75.169234, 39.987959 ], [ -75.168894, 39.98955 ], [ -75.171839, 39.989935 ], [ -75.173682, 39.990167 ], [ -75.173182, 39.992412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176013", "device_counts": 1194, "stop_counts": 3248 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135121, 39.99306 ], [ -75.130558, 39.992474 ], [ -75.130122, 39.994573 ], [ -75.126915, 39.991834 ], [ -75.127031, 39.990386 ], [ -75.130898, 39.99089 ], [ -75.132893, 39.991144 ], [ -75.135466, 39.991479 ], [ -75.135121, 39.99306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010205001", "device_counts": 1991, "stop_counts": 7320 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172342, 40.017604 ], [ -75.163758, 40.019234 ], [ -75.162782, 40.020368 ], [ -75.162462, 40.021954 ], [ -75.162024, 40.022286 ], [ -75.159551, 40.023925 ], [ -75.159315, 40.02341 ], [ -75.159214, 40.023192 ], [ -75.159035, 40.0228 ], [ -75.156094, 40.019695 ], [ -75.155692, 40.019078 ], [ -75.154576, 40.017272 ], [ -75.15409, 40.016325 ], [ -75.157218, 40.016166 ], [ -75.167776, 40.011086 ], [ -75.170096, 40.015723 ], [ -75.172342, 40.017604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300005", "device_counts": 344, "stop_counts": 2037 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083248, 40.013562 ], [ -75.079927, 40.016418 ], [ -75.077257, 40.014973 ], [ -75.079046, 40.013007 ], [ -75.080857, 40.011903 ], [ -75.0817, 40.012736 ], [ -75.083248, 40.013562 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027021", "device_counts": 803, "stop_counts": 3099 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151309, 39.932007 ], [ -75.149728, 39.931793 ], [ -75.14617, 39.931321 ], [ -75.146413, 39.930114 ], [ -75.146985, 39.927665 ], [ -75.148701, 39.927896 ], [ -75.148329, 39.929093 ], [ -75.151852, 39.929555 ], [ -75.151309, 39.932007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134023", "device_counts": 653, "stop_counts": 1737 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17256, 39.965219 ], [ -75.17068, 39.964975 ], [ -75.169102, 39.964781 ], [ -75.168959, 39.965463 ], [ -75.165813, 39.965075 ], [ -75.166227, 39.963112 ], [ -75.167806, 39.963306 ], [ -75.169378, 39.963498 ], [ -75.170958, 39.963692 ], [ -75.172848, 39.963923 ], [ -75.17256, 39.965219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010380002", "device_counts": 2056, "stop_counts": 4934 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078448, 40.008586 ], [ -75.072371, 40.010089 ], [ -75.070581, 40.010533 ], [ -75.069508, 40.010798 ], [ -75.068883, 40.00879 ], [ -75.072702, 40.007904 ], [ -75.075687, 40.005553 ], [ -75.077476, 40.004139 ], [ -75.078448, 40.008586 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009021", "device_counts": 3060, "stop_counts": 7556 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156855, 39.947246 ], [ -75.156646, 39.948394 ], [ -75.153174, 39.947962 ], [ -75.153424, 39.946817 ], [ -75.153184, 39.945536 ], [ -75.156337, 39.945923 ], [ -75.157113, 39.946025 ], [ -75.156855, 39.947246 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012024", "device_counts": 996, "stop_counts": 3004 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168443, 39.945524 ], [ -75.166767, 39.945768 ], [ -75.166458, 39.947196 ], [ -75.164845, 39.946999 ], [ -75.165341, 39.944664 ], [ -75.165575, 39.943664 ], [ -75.168762, 39.94405 ], [ -75.168443, 39.945524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030021", "device_counts": 504, "stop_counts": 1606 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17034, 39.934498 ], [ -75.16764, 39.93415 ], [ -75.16815, 39.931701 ], [ -75.1708, 39.932052 ], [ -75.17034, 39.934498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040011", "device_counts": 591, "stop_counts": 1724 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165483, 39.926333 ], [ -75.162338, 39.92592 ], [ -75.162876, 39.923489 ], [ -75.166014, 39.923903 ], [ -75.165483, 39.926333 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042023", "device_counts": 466, "stop_counts": 2505 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155865, 39.918755 ], [ -75.15073, 39.918097 ], [ -75.151014, 39.916842 ], [ -75.156139, 39.917515 ], [ -75.155865, 39.918755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071012", "device_counts": 473, "stop_counts": 1699 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226854, 39.938767 ], [ -75.22548, 39.939725 ], [ -75.224292, 39.938734 ], [ -75.223012, 39.937643 ], [ -75.224388, 39.936676 ], [ -75.225358, 39.936 ], [ -75.227831, 39.938077 ], [ -75.226854, 39.938767 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074005", "device_counts": 674, "stop_counts": 1846 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218874, 39.938393 ], [ -75.217502, 39.939355 ], [ -75.215089, 39.939093 ], [ -75.213865, 39.939974 ], [ -75.212064, 39.938213 ], [ -75.215778, 39.935624 ], [ -75.217614, 39.93733 ], [ -75.218874, 39.938393 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088024", "device_counts": 1729, "stop_counts": 3769 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205583, 39.952056 ], [ -75.20546, 39.952682 ], [ -75.204107, 39.953128 ], [ -75.202828, 39.95297 ], [ -75.203083, 39.951745 ], [ -75.200801, 39.951458 ], [ -75.199204, 39.951257 ], [ -75.199427, 39.950419 ], [ -75.201156, 39.949839 ], [ -75.201151, 39.950414 ], [ -75.205802, 39.950985 ], [ -75.205583, 39.952056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101003", "device_counts": 425, "stop_counts": 1193 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24358, 39.975546 ], [ -75.241013, 39.975833 ], [ -75.240427, 39.972687 ], [ -75.241209, 39.9726 ], [ -75.242987, 39.972396 ], [ -75.24329, 39.973997 ], [ -75.24358, 39.975546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118005", "device_counts": 389, "stop_counts": 2053 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245478, 39.986619 ], [ -75.239838, 39.989287 ], [ -75.23987, 39.988202 ], [ -75.238184, 39.986061 ], [ -75.240153, 39.985213 ], [ -75.244491, 39.985667 ], [ -75.245478, 39.986619 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137003", "device_counts": 415, "stop_counts": 1468 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183838, 39.980585 ], [ -75.182215, 39.980373 ], [ -75.181135, 39.980238 ], [ -75.181755, 39.977444 ], [ -75.184439, 39.977788 ], [ -75.183838, 39.980585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162003", "device_counts": 233, "stop_counts": 570 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136759, 39.985402 ], [ -75.136167, 39.985328 ], [ -75.1351, 39.98519 ], [ -75.135445, 39.983598 ], [ -75.13578, 39.982009 ], [ -75.137443, 39.982223 ], [ -75.136759, 39.985402 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180012", "device_counts": 381, "stop_counts": 1592 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111221, 39.985268 ], [ -75.108828, 39.981673 ], [ -75.110525, 39.980787 ], [ -75.110939, 39.980568 ], [ -75.11345, 39.984105 ], [ -75.111221, 39.985268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198005", "device_counts": 317, "stop_counts": 969 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142438, 40.009743 ], [ -75.141786, 40.012708 ], [ -75.140125, 40.012538 ], [ -75.139484, 40.012453 ], [ -75.139815, 40.010939 ], [ -75.141425, 40.00961 ], [ -75.141913, 40.009674 ], [ -75.142438, 40.009743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202002", "device_counts": 247, "stop_counts": 1024 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167945, 40.009378 ], [ -75.164733, 40.008616 ], [ -75.165228, 40.006354 ], [ -75.165554, 40.004859 ], [ -75.16914, 40.008832 ], [ -75.167945, 40.009378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010212001", "device_counts": 923, "stop_counts": 3783 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218759, 40.036654 ], [ -75.213026, 40.039412 ], [ -75.210398, 40.03751 ], [ -75.208938, 40.035221 ], [ -75.21114, 40.0346 ], [ -75.213692, 40.032135 ], [ -75.214493, 40.032838 ], [ -75.216638, 40.034833 ], [ -75.217925, 40.03616 ], [ -75.218759, 40.036654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236001", "device_counts": 323, "stop_counts": 1031 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196511, 40.049188 ], [ -75.194491, 40.051466 ], [ -75.194083, 40.051633 ], [ -75.194411, 40.050637 ], [ -75.192123, 40.047679 ], [ -75.192346, 40.046309 ], [ -75.193091, 40.04459 ], [ -75.193841, 40.045069 ], [ -75.198059, 40.047739 ], [ -75.196511, 40.049188 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252004", "device_counts": 306, "stop_counts": 1396 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178144, 40.04821 ], [ -75.176624, 40.047398 ], [ -75.176247, 40.047752 ], [ -75.174713, 40.046823 ], [ -75.173686, 40.045803 ], [ -75.175285, 40.044782 ], [ -75.17922, 40.047155 ], [ -75.178144, 40.04821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263021", "device_counts": 847, "stop_counts": 2899 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156776, 40.068675 ], [ -75.154076, 40.071732 ], [ -75.151596, 40.070328 ], [ -75.152322, 40.068901 ], [ -75.152602, 40.067646 ], [ -75.156285, 40.067006 ], [ -75.156776, 40.068675 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266002", "device_counts": 459, "stop_counts": 1798 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147353, 40.064371 ], [ -75.147022, 40.065892 ], [ -75.146683, 40.067547 ], [ -75.145187, 40.066692 ], [ -75.146051, 40.062926 ], [ -75.147649, 40.06301 ], [ -75.147353, 40.064371 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277004", "device_counts": 328, "stop_counts": 1543 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155214, 40.053922 ], [ -75.152881, 40.052844 ], [ -75.153101, 40.050412 ], [ -75.155446, 40.050508 ], [ -75.155214, 40.053922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289013", "device_counts": 287, "stop_counts": 1132 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116243, 40.020558 ], [ -75.112217, 40.020056 ], [ -75.113951, 40.018603 ], [ -75.116404, 40.018909 ], [ -75.116243, 40.020558 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390006", "device_counts": 401, "stop_counts": 1643 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.09299, 40.036729 ], [ -75.090543, 40.039142 ], [ -75.09159, 40.039734 ], [ -75.089246, 40.042252 ], [ -75.088631, 40.042747 ], [ -75.088709, 40.03795 ], [ -75.088091, 40.03654 ], [ -75.089404, 40.037263 ], [ -75.091031, 40.035582 ], [ -75.09227, 40.034323 ], [ -75.093532, 40.035024 ], [ -75.09299, 40.036729 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311022", "device_counts": 249, "stop_counts": 1128 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087802, 40.036032 ], [ -75.086804, 40.037049 ], [ -75.084311, 40.035676 ], [ -75.085499, 40.034421 ], [ -75.085313, 40.033521 ], [ -75.087159, 40.03479 ], [ -75.087802, 40.036032 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316004", "device_counts": 874, "stop_counts": 2255 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.063188, 40.031566 ], [ -75.0621, 40.032813 ], [ -75.058848, 40.030998 ], [ -75.062207, 40.027471 ], [ -75.062394, 40.027444 ], [ -75.062426, 40.027979 ], [ -75.062828, 40.02941 ], [ -75.063188, 40.031566 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330007", "device_counts": 249, "stop_counts": 1044 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.03728, 40.035045 ], [ -75.034538, 40.036464 ], [ -75.032739, 40.034407 ], [ -75.035488, 40.03299 ], [ -75.03728, 40.035045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341005", "device_counts": 1154, "stop_counts": 4577 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086906, 40.078648 ], [ -75.082456, 40.082884 ], [ -75.082882, 40.079474 ], [ -75.078592, 40.078097 ], [ -75.079769, 40.076854 ], [ -75.080159, 40.075454 ], [ -75.081603, 40.076328 ], [ -75.082501, 40.07656 ], [ -75.085244, 40.077159 ], [ -75.086906, 40.078648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362022", "device_counts": 533, "stop_counts": 3539 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981807, 40.082355 ], [ -74.980158, 40.086256 ], [ -74.980601, 40.087914 ], [ -74.979504, 40.087814 ], [ -74.976576, 40.085827 ], [ -74.973763, 40.084534 ], [ -74.97582, 40.081889 ], [ -74.97725, 40.080506 ], [ -74.980732, 40.082105 ], [ -74.981807, 40.082355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277001", "device_counts": 782, "stop_counts": 2511 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148578, 40.051383 ], [ -75.147004, 40.051175 ], [ -75.143841, 40.050771 ], [ -75.142214, 40.050563 ], [ -75.142898, 40.047493 ], [ -75.144959, 40.04868 ], [ -75.147672, 40.048117 ], [ -75.147337, 40.049656 ], [ -75.147265, 40.049965 ], [ -75.148708, 40.050778 ], [ -75.148578, 40.051383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027013", "device_counts": 525, "stop_counts": 2146 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155463, 39.927956 ], [ -75.154997, 39.929984 ], [ -75.151852, 39.929555 ], [ -75.152407, 39.927129 ], [ -75.155546, 39.92755 ], [ -75.155463, 39.927956 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358002", "device_counts": 882, "stop_counts": 4922 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037842, 40.120213 ], [ -75.024891, 40.129216 ], [ -75.021931, 40.127467 ], [ -75.0201, 40.126358 ], [ -75.023292, 40.125201 ], [ -75.020183, 40.122282 ], [ -75.024153, 40.12492 ], [ -75.026346, 40.123524 ], [ -75.027205, 40.121653 ], [ -75.027824, 40.120924 ], [ -75.029773, 40.121875 ], [ -75.032646, 40.121786 ], [ -75.036495, 40.12039 ], [ -75.037842, 40.120213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340002", "device_counts": 293, "stop_counts": 2266 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077112, 40.068714 ], [ -75.074029, 40.071983 ], [ -75.070412, 40.07022 ], [ -75.067838, 40.068959 ], [ -75.069297, 40.068345 ], [ -75.074845, 40.066538 ], [ -75.076022, 40.067172 ], [ -75.075439, 40.067803 ], [ -75.077112, 40.068714 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010231001", "device_counts": 1119, "stop_counts": 3757 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208933, 40.067015 ], [ -75.205815, 40.070106 ], [ -75.204166, 40.069595 ], [ -75.202651, 40.073212 ], [ -75.20079, 40.070707 ], [ -75.198673, 40.068575 ], [ -75.196741, 40.067365 ], [ -75.196385, 40.066623 ], [ -75.202475, 40.06265 ], [ -75.202545, 40.059884 ], [ -75.20714, 40.062139 ], [ -75.204744, 40.064538 ], [ -75.20615, 40.065376 ], [ -75.206782, 40.064755 ], [ -75.209573, 40.066375 ], [ -75.208933, 40.067015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114006", "device_counts": 1632, "stop_counts": 4741 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248991, 39.985109 ], [ -75.245478, 39.986619 ], [ -75.244491, 39.985667 ], [ -75.240153, 39.985213 ], [ -75.23724, 39.98484 ], [ -75.239042, 39.98195 ], [ -75.239335, 39.981447 ], [ -75.242792, 39.981061 ], [ -75.24654, 39.980645 ], [ -75.247094, 39.983595 ], [ -75.248346, 39.982968 ], [ -75.248991, 39.985109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149005", "device_counts": 284, "stop_counts": 1069 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.185497, 39.980804 ], [ -75.181758, 39.983325 ], [ -75.181579, 39.983313 ], [ -75.182215, 39.980373 ], [ -75.183838, 39.980585 ], [ -75.185497, 39.980804 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030022", "device_counts": 310, "stop_counts": 1166 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172389, 39.934765 ], [ -75.17034, 39.934498 ], [ -75.1708, 39.932052 ], [ -75.172922, 39.932328 ], [ -75.172389, 39.934765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010248001", "device_counts": 243, "stop_counts": 890 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167701, 40.047245 ], [ -75.164529, 40.050306 ], [ -75.161656, 40.048559 ], [ -75.163175, 40.047076 ], [ -75.166038, 40.046218 ], [ -75.167701, 40.047245 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019803001", "device_counts": 13127, "stop_counts": 51196 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.025229, 40.08482 ], [ -75.023996, 40.086107 ], [ -75.015528, 40.09486 ], [ -75.014156, 40.096236 ], [ -75.001796, 40.10493 ], [ -74.999804, 40.103236 ], [ -74.995464, 40.099166 ], [ -74.991264, 40.095778 ], [ -74.989094, 40.093928 ], [ -74.987421, 40.09255 ], [ -74.98418, 40.089906 ], [ -74.987065, 40.086049 ], [ -74.990155, 40.084052 ], [ -74.994348, 40.081681 ], [ -74.997635, 40.079699 ], [ -74.998488, 40.078701 ], [ -75.003606, 40.071362 ], [ -75.007269, 40.069161 ], [ -75.011311, 40.071169 ], [ -75.013126, 40.072071 ], [ -75.028952, 40.080968 ], [ -75.025229, 40.08482 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085005", "device_counts": 817, "stop_counts": 2406 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231557, 39.957102 ], [ -75.225634, 39.956372 ], [ -75.225746, 39.955814 ], [ -75.226002, 39.954591 ], [ -75.231937, 39.955319 ], [ -75.231557, 39.957102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333001", "device_counts": 1854, "stop_counts": 6879 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044521, 40.058702 ], [ -75.044991, 40.059372 ], [ -75.044275, 40.059356 ], [ -75.044201, 40.059477 ], [ -75.043614, 40.060811 ], [ -75.041907, 40.064683 ], [ -75.038539, 40.060858 ], [ -75.038719, 40.056435 ], [ -75.039449, 40.055286 ], [ -75.041248, 40.054576 ], [ -75.045522, 40.057614 ], [ -75.044521, 40.058702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010203002", "device_counts": 3447, "stop_counts": 8988 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153849, 40.015891 ], [ -75.149544, 40.01787 ], [ -75.147143, 40.01901 ], [ -75.147205, 40.015188 ], [ -75.147247, 40.011906 ], [ -75.150585, 40.012283 ], [ -75.152163, 40.01254 ], [ -75.152431, 40.01321 ], [ -75.153849, 40.015891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080001", "device_counts": 538, "stop_counts": 1802 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226539, 39.952 ], [ -75.226224, 39.953528 ], [ -75.222279, 39.95304 ], [ -75.222589, 39.951519 ], [ -75.22275, 39.950754 ], [ -75.222914, 39.949975 ], [ -75.226869, 39.95046 ], [ -75.226539, 39.952 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114005", "device_counts": 632, "stop_counts": 2454 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24654, 39.980645 ], [ -75.242792, 39.981061 ], [ -75.242354, 39.978712 ], [ -75.244138, 39.978517 ], [ -75.24358, 39.975546 ], [ -75.24554, 39.97533 ], [ -75.24654, 39.980645 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263012", "device_counts": 224, "stop_counts": 1235 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166062, 40.074338 ], [ -75.163399, 40.07695 ], [ -75.161285, 40.075764 ], [ -75.163884, 40.073088 ], [ -75.166062, 40.074338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088022", "device_counts": 1529, "stop_counts": 4198 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.204145, 39.957422 ], [ -75.201953, 39.957149 ], [ -75.199622, 39.95686 ], [ -75.200098, 39.954582 ], [ -75.204933, 39.955181 ], [ -75.204145, 39.957422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278001", "device_counts": 496, "stop_counts": 2943 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150336, 40.042028 ], [ -75.149796, 40.043673 ], [ -75.149591, 40.04483 ], [ -75.150148, 40.045658 ], [ -75.148225, 40.0456 ], [ -75.146776, 40.044848 ], [ -75.146978, 40.04173 ], [ -75.148083, 40.04048 ], [ -75.149908, 40.040376 ], [ -75.151249, 40.041174 ], [ -75.150336, 40.042028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010220001", "device_counts": 818, "stop_counts": 4553 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264431, 40.054094 ], [ -75.255006, 40.062704 ], [ -75.243288, 40.073494 ], [ -75.242047, 40.071949 ], [ -75.241075, 40.070395 ], [ -75.240321, 40.068383 ], [ -75.240092, 40.067344 ], [ -75.239545, 40.062977 ], [ -75.238182, 40.059771 ], [ -75.25412, 40.048324 ], [ -75.254629, 40.047592 ], [ -75.254678, 40.045924 ], [ -75.255098, 40.046122 ], [ -75.257655, 40.047611 ], [ -75.264431, 40.054094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096001", "device_counts": 810, "stop_counts": 2911 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246531, 39.968967 ], [ -75.244416, 39.968706 ], [ -75.239479, 39.968097 ], [ -75.24011, 39.965055 ], [ -75.242087, 39.965303 ], [ -75.24177, 39.96682 ], [ -75.246848, 39.967449 ], [ -75.246531, 39.968967 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259003", "device_counts": 255, "stop_counts": 1376 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179022, 40.079344 ], [ -75.177137, 40.078269 ], [ -75.174171, 40.076549 ], [ -75.175509, 40.075214 ], [ -75.176841, 40.07598 ], [ -75.180238, 40.078084 ], [ -75.179022, 40.079344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038004", "device_counts": 475, "stop_counts": 1946 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181703, 39.92329 ], [ -75.181424, 39.923337 ], [ -75.180313, 39.92354 ], [ -75.179651, 39.923652 ], [ -75.180045, 39.921872 ], [ -75.180576, 39.919369 ], [ -75.182512, 39.919629 ], [ -75.181703, 39.92329 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339002", "device_counts": 1317, "stop_counts": 4777 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089378, 40.064705 ], [ -75.085496, 40.06747 ], [ -75.085044, 40.072141 ], [ -75.08415, 40.071824 ], [ -75.083255, 40.071209 ], [ -75.083726, 40.068173 ], [ -75.083648, 40.065704 ], [ -75.08151, 40.064789 ], [ -75.079532, 40.066175 ], [ -75.078352, 40.065426 ], [ -75.083483, 40.063738 ], [ -75.083514, 40.063756 ], [ -75.083515, 40.063725 ], [ -75.084747, 40.06316 ], [ -75.085729, 40.062589 ], [ -75.087425, 40.063599 ], [ -75.089378, 40.064705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341004", "device_counts": 2641, "stop_counts": 8512 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089088, 40.076374 ], [ -75.086906, 40.078648 ], [ -75.085244, 40.077159 ], [ -75.082501, 40.07656 ], [ -75.083255, 40.071209 ], [ -75.08415, 40.071824 ], [ -75.085044, 40.072141 ], [ -75.090317, 40.075115 ], [ -75.089088, 40.076374 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329004", "device_counts": 304, "stop_counts": 1378 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.031903, 40.036993 ], [ -75.027031, 40.038744 ], [ -75.025862, 40.036255 ], [ -75.026887, 40.035695 ], [ -75.029881, 40.034072 ], [ -75.030905, 40.035358 ], [ -75.031903, 40.036993 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011012", "device_counts": 940, "stop_counts": 2078 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165575, 39.943664 ], [ -75.165341, 39.944664 ], [ -75.165274, 39.944655 ], [ -75.163137, 39.944388 ], [ -75.162348, 39.944299 ], [ -75.159984, 39.944009 ], [ -75.160205, 39.942997 ], [ -75.165493, 39.943653 ], [ -75.165575, 39.943664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320004", "device_counts": 255, "stop_counts": 1638 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057806, 40.025174 ], [ -75.055564, 40.022606 ], [ -75.057513, 40.021597 ], [ -75.059761, 40.024161 ], [ -75.057806, 40.025174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252003", "device_counts": 235, "stop_counts": 1402 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17922, 40.047155 ], [ -75.175285, 40.044782 ], [ -75.177154, 40.042988 ], [ -75.181057, 40.045381 ], [ -75.17922, 40.047155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255002", "device_counts": 376, "stop_counts": 1059 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186236, 40.060989 ], [ -75.181956, 40.064987 ], [ -75.18437, 40.066442 ], [ -75.181751, 40.068902 ], [ -75.176526, 40.065896 ], [ -75.181313, 40.061221 ], [ -75.183366, 40.05922 ], [ -75.186236, 40.060989 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168002", "device_counts": 211, "stop_counts": 809 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171173, 39.994165 ], [ -75.171115, 39.994444 ], [ -75.167925, 39.994025 ], [ -75.168248, 39.992579 ], [ -75.171441, 39.992946 ], [ -75.171173, 39.994165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167021", "device_counts": 304, "stop_counts": 912 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160365, 39.989991 ], [ -75.160044, 39.991473 ], [ -75.15769, 39.99118 ], [ -75.158335, 39.988186 ], [ -75.160695, 39.988495 ], [ -75.160365, 39.989991 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390005", "device_counts": 377, "stop_counts": 1359 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092349, 40.029658 ], [ -75.091594, 40.030086 ], [ -75.089854, 40.031036 ], [ -75.088078, 40.032 ], [ -75.086551, 40.031133 ], [ -75.092162, 40.02805 ], [ -75.092295, 40.028879 ], [ -75.092349, 40.029658 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356013", "device_counts": 312, "stop_counts": 2414 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.046737, 40.09524 ], [ -75.047115, 40.098377 ], [ -75.042613, 40.100504 ], [ -75.042503, 40.099942 ], [ -75.039643, 40.098344 ], [ -75.042043, 40.09527 ], [ -75.040595, 40.093338 ], [ -75.046527, 40.092672 ], [ -75.047299, 40.092762 ], [ -75.046737, 40.09524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010132002", "device_counts": 2125, "stop_counts": 7372 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160678, 39.96577 ], [ -75.160395, 39.967064 ], [ -75.159702, 39.970202 ], [ -75.156085, 39.96931 ], [ -75.157125, 39.964556 ], [ -75.154013, 39.963976 ], [ -75.154312, 39.962614 ], [ -75.161188, 39.963422 ], [ -75.160678, 39.96577 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004022", "device_counts": 7716, "stop_counts": 27546 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173291, 39.952934 ], [ -75.171723, 39.952725 ], [ -75.171134, 39.955394 ], [ -75.163151, 39.954411 ], [ -75.163093, 39.9544 ], [ -75.163329, 39.95333 ], [ -75.163402, 39.953339 ], [ -75.165063, 39.953608 ], [ -75.164011, 39.950876 ], [ -75.173489, 39.952052 ], [ -75.173291, 39.952934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236003", "device_counts": 390, "stop_counts": 1236 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198411, 40.045827 ], [ -75.198059, 40.047739 ], [ -75.193841, 40.045069 ], [ -75.196382, 40.042203 ], [ -75.194933, 40.042022 ], [ -75.193657, 40.039688 ], [ -75.190086, 40.038232 ], [ -75.190987, 40.037353 ], [ -75.193127, 40.035381 ], [ -75.201433, 40.042404 ], [ -75.198411, 40.045827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010293002", "device_counts": 1113, "stop_counts": 5401 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094995, 40.009984 ], [ -75.094547, 40.011027 ], [ -75.09342, 40.013136 ], [ -75.094365, 40.014794 ], [ -75.09228, 40.015294 ], [ -75.087577, 40.012516 ], [ -75.088731, 40.010923 ], [ -75.089271, 40.010063 ], [ -75.091815, 40.006007 ], [ -75.092482, 40.005427 ], [ -75.0927, 40.005674 ], [ -75.092811, 40.005871 ], [ -75.092775, 40.005977 ], [ -75.09263, 40.006343 ], [ -75.092196, 40.006789 ], [ -75.09205, 40.007033 ], [ -75.092011, 40.007299 ], [ -75.092088, 40.007531 ], [ -75.092494, 40.007976 ], [ -75.094673, 40.009351 ], [ -75.094995, 40.009984 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119001", "device_counts": 556, "stop_counts": 2798 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23267, 39.988155 ], [ -75.230168, 39.988695 ], [ -75.229911, 39.987936 ], [ -75.228801, 39.982326 ], [ -75.2301, 39.981556 ], [ -75.230791, 39.982516 ], [ -75.232136, 39.986635 ], [ -75.23267, 39.988155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040013", "device_counts": 1452, "stop_counts": 3705 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170023, 39.923138 ], [ -75.169744, 39.924409 ], [ -75.166014, 39.923903 ], [ -75.166563, 39.921418 ], [ -75.170309, 39.921885 ], [ -75.170023, 39.923138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069001", "device_counts": 393, "stop_counts": 2422 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218389, 39.929335 ], [ -75.215858, 39.933066 ], [ -75.206072, 39.935371 ], [ -75.206101, 39.935281 ], [ -75.206173, 39.935067 ], [ -75.206204, 39.934974 ], [ -75.211253, 39.928519 ], [ -75.212428, 39.92523 ], [ -75.216768, 39.926956 ], [ -75.214825, 39.929799 ], [ -75.216769, 39.928686 ], [ -75.218389, 39.929335 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085001", "device_counts": 1349, "stop_counts": 3013 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224868, 39.960005 ], [ -75.2229, 39.959745 ], [ -75.22092, 39.959505 ], [ -75.221244, 39.957984 ], [ -75.221397, 39.957227 ], [ -75.225351, 39.957714 ], [ -75.224868, 39.960005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112007", "device_counts": 339, "stop_counts": 1311 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233691, 39.976642 ], [ -75.231783, 39.976852 ], [ -75.231194, 39.973709 ], [ -75.232182, 39.973599 ], [ -75.233659, 39.973437 ], [ -75.233691, 39.976642 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151022", "device_counts": 705, "stop_counts": 2316 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184794, 39.983706 ], [ -75.184136, 39.986721 ], [ -75.18255, 39.986509 ], [ -75.180896, 39.986709 ], [ -75.180258, 39.986345 ], [ -75.178118, 39.984769 ], [ -75.178535, 39.982919 ], [ -75.179952, 39.983108 ], [ -75.181579, 39.983313 ], [ -75.181758, 39.983325 ], [ -75.184298, 39.983647 ], [ -75.184794, 39.983706 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010166002", "device_counts": 894, "stop_counts": 1995 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155934, 39.987877 ], [ -75.155593, 39.989369 ], [ -75.15339, 39.989086 ], [ -75.154063, 39.986003 ], [ -75.156275, 39.986283 ], [ -75.155934, 39.987877 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195012", "device_counts": 869, "stop_counts": 3096 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128604, 40.001619 ], [ -75.124732, 40.001124 ], [ -75.125058, 39.999628 ], [ -75.12538, 39.998043 ], [ -75.12926, 39.998539 ], [ -75.128604, 40.001619 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207003", "device_counts": 634, "stop_counts": 2672 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191874, 40.014201 ], [ -75.191289, 40.013697 ], [ -75.189317, 40.011994 ], [ -75.187402, 40.013303 ], [ -75.187771, 40.013623 ], [ -75.185937, 40.014895 ], [ -75.182239, 40.011676 ], [ -75.183611, 40.010905 ], [ -75.185674, 40.01012 ], [ -75.186537, 40.009831 ], [ -75.192879, 40.01162 ], [ -75.191874, 40.014201 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217003", "device_counts": 1696, "stop_counts": 5641 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227444, 40.043197 ], [ -75.223307, 40.045054 ], [ -75.2223, 40.045151 ], [ -75.219201, 40.044379 ], [ -75.217846, 40.044343 ], [ -75.216923, 40.042249 ], [ -75.214111, 40.040124 ], [ -75.214663, 40.040052 ], [ -75.218547, 40.042626 ], [ -75.222808, 40.038112 ], [ -75.225234, 40.041319 ], [ -75.226267, 40.042401 ], [ -75.227444, 40.043197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247003", "device_counts": 294, "stop_counts": 1007 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170588, 40.0381 ], [ -75.168911, 40.03847 ], [ -75.166622, 40.040379 ], [ -75.16516, 40.039474 ], [ -75.164852, 40.039867 ], [ -75.162077, 40.038163 ], [ -75.162752, 40.037499 ], [ -75.16405, 40.036816 ], [ -75.164809, 40.036452 ], [ -75.170377, 40.036921 ], [ -75.171368, 40.037315 ], [ -75.170588, 40.0381 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267006", "device_counts": 631, "stop_counts": 1532 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152594, 40.056367 ], [ -75.149219, 40.058432 ], [ -75.149478, 40.056217 ], [ -75.149705, 40.054649 ], [ -75.152723, 40.054825 ], [ -75.152594, 40.056367 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276002", "device_counts": 929, "stop_counts": 2191 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144302, 40.04109 ], [ -75.144224, 40.041381 ], [ -75.139612, 40.0408 ], [ -75.139212, 40.039146 ], [ -75.144571, 40.039836 ], [ -75.144302, 40.04109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300004", "device_counts": 1299, "stop_counts": 3694 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079414, 40.021387 ], [ -75.075622, 40.024074 ], [ -75.074175, 40.022429 ], [ -75.073892, 40.022107 ], [ -75.074969, 40.021505 ], [ -75.075964, 40.020705 ], [ -75.076696, 40.019926 ], [ -75.079414, 40.021387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307002", "device_counts": 680, "stop_counts": 1800 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089115, 40.056227 ], [ -75.085847, 40.05441 ], [ -75.0868, 40.052744 ], [ -75.085989, 40.050878 ], [ -75.087804, 40.051795 ], [ -75.088344, 40.051235 ], [ -75.092131, 40.053178 ], [ -75.089115, 40.056227 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314023", "device_counts": 1890, "stop_counts": 5883 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06446, 40.045522 ], [ -75.061374, 40.048585 ], [ -75.059937, 40.047751 ], [ -75.057048, 40.04603 ], [ -75.058858, 40.044338 ], [ -75.061075, 40.041761 ], [ -75.063143, 40.042901 ], [ -75.061926, 40.04411 ], [ -75.06446, 40.045522 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323001", "device_counts": 693, "stop_counts": 1768 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055687, 40.019504 ], [ -75.051773, 40.021535 ], [ -75.04879, 40.018141 ], [ -75.052816, 40.016119 ], [ -75.053922, 40.017488 ], [ -75.055687, 40.019504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356011", "device_counts": 1278, "stop_counts": 6994 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047299, 40.092762 ], [ -75.046527, 40.092672 ], [ -75.040595, 40.093338 ], [ -75.042043, 40.09527 ], [ -75.039643, 40.098344 ], [ -75.038082, 40.097456 ], [ -75.036962, 40.095913 ], [ -75.035842, 40.098099 ], [ -75.034298, 40.097871 ], [ -75.030477, 40.098088 ], [ -75.030725, 40.09553 ], [ -75.034808, 40.092423 ], [ -75.041488, 40.087338 ], [ -75.045685, 40.089021 ], [ -75.047052, 40.09108 ], [ -75.047567, 40.09192 ], [ -75.047299, 40.092762 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012012", "device_counts": 744, "stop_counts": 1696 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180021, 39.948872 ], [ -75.177843, 39.94861 ], [ -75.176239, 39.948414 ], [ -75.174323, 39.948177 ], [ -75.174627, 39.946753 ], [ -75.178156, 39.94719 ], [ -75.180328, 39.947455 ], [ -75.180021, 39.948872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028021", "device_counts": 404, "stop_counts": 1792 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161881, 39.927985 ], [ -75.158745, 39.927564 ], [ -75.159204, 39.925511 ], [ -75.162338, 39.92592 ], [ -75.161881, 39.927985 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041014", "device_counts": 936, "stop_counts": 3099 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162338, 39.92592 ], [ -75.159204, 39.925511 ], [ -75.157666, 39.925313 ], [ -75.158192, 39.922891 ], [ -75.162876, 39.923489 ], [ -75.162338, 39.92592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004021", "device_counts": 1099, "stop_counts": 3482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172783, 39.955604 ], [ -75.171134, 39.955394 ], [ -75.171723, 39.952725 ], [ -75.173291, 39.952934 ], [ -75.172783, 39.955604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329002", "device_counts": 843, "stop_counts": 2344 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029706, 40.030947 ], [ -75.02798, 40.031894 ], [ -75.025367, 40.033347 ], [ -75.026887, 40.035695 ], [ -75.025862, 40.036255 ], [ -75.027031, 40.038744 ], [ -75.024132, 40.039782 ], [ -75.024465, 40.040664 ], [ -75.023317, 40.039937 ], [ -75.023594, 40.036101 ], [ -75.021682, 40.037088 ], [ -75.021239, 40.036075 ], [ -75.021603, 40.033996 ], [ -75.028413, 40.029758 ], [ -75.029706, 40.030947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019806001", "device_counts": 1336, "stop_counts": 6527 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1828, 39.909208 ], [ -75.178512, 39.90867 ], [ -75.173234, 39.908002 ], [ -75.17081, 39.908594 ], [ -75.169806, 39.911326 ], [ -75.171928, 39.912348 ], [ -75.165482, 39.911531 ], [ -75.163309, 39.910567 ], [ -75.16566, 39.899583 ], [ -75.170885, 39.898848 ], [ -75.174808, 39.899179 ], [ -75.173566, 39.905394 ], [ -75.183387, 39.906617 ], [ -75.1828, 39.909208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030024", "device_counts": 494, "stop_counts": 1555 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172922, 39.932328 ], [ -75.1708, 39.932052 ], [ -75.16815, 39.931701 ], [ -75.168423, 39.930465 ], [ -75.171065, 39.930827 ], [ -75.17319, 39.931104 ], [ -75.172922, 39.932328 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010133001", "device_counts": 1276, "stop_counts": 3804 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165813, 39.965075 ], [ -75.165349, 39.967149 ], [ -75.165256, 39.967563 ], [ -75.163743, 39.967125 ], [ -75.163949, 39.966166 ], [ -75.160678, 39.96577 ], [ -75.161188, 39.963422 ], [ -75.161384, 39.962474 ], [ -75.166227, 39.963112 ], [ -75.165813, 39.965075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024005", "device_counts": 2908, "stop_counts": 6320 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167083, 39.936742 ], [ -75.166816, 39.937869 ], [ -75.166292, 39.940031 ], [ -75.16092, 39.939367 ], [ -75.161399, 39.937157 ], [ -75.161678, 39.935849 ], [ -75.167019, 39.936737 ], [ -75.167083, 39.936742 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378001", "device_counts": 3273, "stop_counts": 8927 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122592, 39.97388 ], [ -75.119969, 39.975911 ], [ -75.119763, 39.976369 ], [ -75.118611, 39.978879 ], [ -75.117217, 39.977289 ], [ -75.114768, 39.978568 ], [ -75.113227, 39.976803 ], [ -75.118068, 39.974275 ], [ -75.115617, 39.97296 ], [ -75.112771104124008, 39.968258553445018 ], [ -75.1189552837088, 39.965528846214504 ], [ -75.122211, 39.970172 ], [ -75.121806, 39.970925 ], [ -75.120231, 39.972387 ], [ -75.119617, 39.97295 ], [ -75.121504, 39.97321 ], [ -75.122592, 39.97388 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010001002", "device_counts": 5758, "stop_counts": 17627 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151539, 39.952948 ], [ -75.151223, 39.956862 ], [ -75.14913, 39.956191 ], [ -75.148408, 39.95633 ], [ -75.141607, 39.955491 ], [ -75.141625, 39.955279 ], [ -75.141469, 39.951698 ], [ -75.148472, 39.952578 ], [ -75.149186, 39.949032 ], [ -75.152337, 39.949421 ], [ -75.151539, 39.952948 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334001", "device_counts": 1876, "stop_counts": 4597 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050582, 40.058769 ], [ -75.048323, 40.061176 ], [ -75.044991, 40.059372 ], [ -75.044521, 40.058702 ], [ -75.045522, 40.057614 ], [ -75.046537, 40.056567 ], [ -75.047749, 40.055363 ], [ -75.048291, 40.055538 ], [ -75.049762, 40.056374 ], [ -75.051784, 40.057504 ], [ -75.050582, 40.058769 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242004", "device_counts": 448, "stop_counts": 1441 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169816, 40.02845 ], [ -75.166395, 40.026593 ], [ -75.169124, 40.023865 ], [ -75.172523, 40.025758 ], [ -75.169816, 40.02845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238002", "device_counts": 600, "stop_counts": 2064 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183101, 40.041063 ], [ -75.180884, 40.043246 ], [ -75.177757, 40.039401 ], [ -75.177629, 40.039229 ], [ -75.1804, 40.036534 ], [ -75.184831, 40.039346 ], [ -75.183101, 40.041063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274013", "device_counts": 1201, "stop_counts": 3531 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130518, 40.036437 ], [ -75.127641, 40.036063 ], [ -75.128428, 40.032472 ], [ -75.13129, 40.032818 ], [ -75.130518, 40.036437 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108001", "device_counts": 270, "stop_counts": 978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.203722, 39.970929 ], [ -75.192308, 39.967724 ], [ -75.192139, 39.966888 ], [ -75.19531, 39.968045 ], [ -75.195863, 39.968193 ], [ -75.198248, 39.96793 ], [ -75.203058, 39.967396 ], [ -75.203258, 39.968447 ], [ -75.203722, 39.970929 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204003", "device_counts": 1852, "stop_counts": 3990 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154929, 40.02229 ], [ -75.153357, 40.022088 ], [ -75.148567, 40.021476 ], [ -75.14711, 40.02128 ], [ -75.147139, 40.019518 ], [ -75.148953, 40.019743 ], [ -75.152161, 40.020161 ], [ -75.155239, 40.020486 ], [ -75.154929, 40.02229 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306005", "device_counts": 193, "stop_counts": 989 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10323, 40.051355 ], [ -75.100935, 40.052699 ], [ -75.100681, 40.05254 ], [ -75.098234, 40.052593 ], [ -75.097243, 40.052051 ], [ -75.09822, 40.051023 ], [ -75.100394, 40.048691 ], [ -75.101335, 40.049539 ], [ -75.10323, 40.051355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074004", "device_counts": 558, "stop_counts": 2701 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221545, 39.940652 ], [ -75.220175, 39.941602 ], [ -75.217136, 39.94374 ], [ -75.215615, 39.943402 ], [ -75.215246, 39.943087 ], [ -75.217764, 39.941343 ], [ -75.215089, 39.939093 ], [ -75.217502, 39.939355 ], [ -75.218874, 39.938393 ], [ -75.220278, 39.939572 ], [ -75.221545, 39.940652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277005", "device_counts": 267, "stop_counts": 1058 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157858, 40.050602 ], [ -75.155446, 40.050508 ], [ -75.153101, 40.050412 ], [ -75.153235, 40.048842 ], [ -75.154793, 40.048902 ], [ -75.157958, 40.049025 ], [ -75.157858, 40.050602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388004", "device_counts": 380, "stop_counts": 1707 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198787, 40.054802 ], [ -75.196319, 40.053234 ], [ -75.194647, 40.054791 ], [ -75.193951, 40.054358 ], [ -75.19326, 40.053057 ], [ -75.194083, 40.051633 ], [ -75.194491, 40.051466 ], [ -75.196511, 40.049188 ], [ -75.198319, 40.050328 ], [ -75.201462, 40.052316 ], [ -75.198787, 40.054802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361001", "device_counts": 560, "stop_counts": 3132 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.995134, 40.106336 ], [ -74.994438, 40.105853 ], [ -74.992199, 40.103978 ], [ -74.986551, 40.099366 ], [ -74.979893, 40.09381 ], [ -74.982114, 40.091942 ], [ -74.981539, 40.094456 ], [ -74.986603, 40.096475 ], [ -74.987151, 40.098943 ], [ -74.991264, 40.095778 ], [ -74.995464, 40.099166 ], [ -74.992674, 40.10104 ], [ -74.993327, 40.102963 ], [ -74.992326, 40.103876 ], [ -74.995483, 40.106202 ], [ -74.995134, 40.106336 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010131001", "device_counts": 636, "stop_counts": 3422 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154013, 39.963976 ], [ -75.153018, 39.968549 ], [ -75.147146, 39.967126 ], [ -75.147796, 39.963527 ], [ -75.151852, 39.964712 ], [ -75.152146, 39.962452 ], [ -75.154312, 39.962614 ], [ -75.154013, 39.963976 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286005", "device_counts": 754, "stop_counts": 1998 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128428, 40.032472 ], [ -75.126164, 40.032281 ], [ -75.124167, 40.032575 ], [ -75.124701, 40.029398 ], [ -75.126686, 40.029667 ], [ -75.128974, 40.029953 ], [ -75.128428, 40.032472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308002", "device_counts": 612, "stop_counts": 2518 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083525, 40.06127 ], [ -75.081402, 40.060031 ], [ -75.07876, 40.0585 ], [ -75.076734, 40.05735 ], [ -75.078631, 40.055357 ], [ -75.08498, 40.058893 ], [ -75.083525, 40.06127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337023", "device_counts": 242, "stop_counts": 1399 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056259, 40.067555 ], [ -75.053221, 40.070759 ], [ -75.051875, 40.069988 ], [ -75.052315, 40.068484 ], [ -75.054244, 40.066434 ], [ -75.055477, 40.065149 ], [ -75.057477, 40.066268 ], [ -75.056259, 40.067555 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353011", "device_counts": 3240, "stop_counts": 15808 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.987857, 40.072829 ], [ -74.987148, 40.072702 ], [ -74.984901, 40.07448 ], [ -74.984631, 40.074335 ], [ -74.983657, 40.073786 ], [ -74.981173, 40.071985 ], [ -74.982413, 40.065736 ], [ -74.982355, 40.064672 ], [ -74.984171, 40.064075 ], [ -74.985576, 40.063345 ], [ -74.986875, 40.064955 ], [ -74.987379, 40.065368 ], [ -74.988454, 40.066701 ], [ -74.987857, 40.072829 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213003", "device_counts": 639, "stop_counts": 2349 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2177, 40.030848 ], [ -75.214493, 40.032838 ], [ -75.213692, 40.032135 ], [ -75.211308, 40.02997 ], [ -75.214188, 40.028699 ], [ -75.216449, 40.029641 ], [ -75.2177, 40.030848 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096005", "device_counts": 785, "stop_counts": 1910 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246848, 39.967449 ], [ -75.24177, 39.96682 ], [ -75.242087, 39.965303 ], [ -75.247169, 39.965927 ], [ -75.246848, 39.967449 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088021", "device_counts": 538, "stop_counts": 1144 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205802, 39.950985 ], [ -75.201151, 39.950414 ], [ -75.201156, 39.949839 ], [ -75.205167, 39.948522 ], [ -75.205656, 39.948053 ], [ -75.205759, 39.949832 ], [ -75.205802, 39.950985 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188001", "device_counts": 589, "stop_counts": 2364 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10289, 40.00005 ], [ -75.100973, 40.001086 ], [ -75.100085, 40.000977 ], [ -75.099998, 40.000816 ], [ -75.099609, 40.000365 ], [ -75.098979, 39.999688 ], [ -75.097949, 39.998496 ], [ -75.100367, 39.997206 ], [ -75.101235, 39.998188 ], [ -75.102026, 39.999078 ], [ -75.10289, 40.00005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188003", "device_counts": 597, "stop_counts": 2237 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106442, 40.000322 ], [ -75.104197, 40.001525 ], [ -75.103179, 40.002096 ], [ -75.100973, 40.001086 ], [ -75.10289, 40.00005 ], [ -75.102026, 39.999078 ], [ -75.104335, 39.997884 ], [ -75.106442, 40.000322 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249002", "device_counts": 615, "stop_counts": 1736 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159041, 40.051106 ], [ -75.160222, 40.051826 ], [ -75.15878, 40.053225 ], [ -75.157729, 40.052626 ], [ -75.157858, 40.050602 ], [ -75.157958, 40.049025 ], [ -75.158017, 40.048126 ], [ -75.160528, 40.049664 ], [ -75.159041, 40.051106 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286003", "device_counts": 678, "stop_counts": 2117 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13251, 40.027274 ], [ -75.132352, 40.028019 ], [ -75.127646, 40.027416 ], [ -75.127824, 40.026663 ], [ -75.127935, 40.026158 ], [ -75.130774, 40.026421 ], [ -75.132838, 40.025783 ], [ -75.13251, 40.027274 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294002", "device_counts": 979, "stop_counts": 3915 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092482, 40.005427 ], [ -75.091815, 40.006007 ], [ -75.089271, 40.010063 ], [ -75.088731, 40.010923 ], [ -75.084912, 40.009489 ], [ -75.083788, 40.008503 ], [ -75.083087, 40.007437 ], [ -75.087448, 40.006079 ], [ -75.089831, 40.004441 ], [ -75.090028, 40.004264 ], [ -75.092057, 40.004937 ], [ -75.092482, 40.005427 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290003", "device_counts": 1409, "stop_counts": 4258 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123027, 40.027692 ], [ -75.122727, 40.029151 ], [ -75.121711, 40.03347 ], [ -75.120713, 40.03364 ], [ -75.116083, 40.033037 ], [ -75.117268, 40.031624 ], [ -75.118184, 40.030534 ], [ -75.120036, 40.028328 ], [ -75.120614, 40.027626 ], [ -75.122279, 40.02565 ], [ -75.123525, 40.025463 ], [ -75.123027, 40.027692 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119004", "device_counts": 516, "stop_counts": 1597 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233672, 39.991882 ], [ -75.23106, 39.991764 ], [ -75.225662, 39.991469 ], [ -75.225891, 39.988131 ], [ -75.226577, 39.989221 ], [ -75.226573, 39.989763 ], [ -75.229017, 39.989747 ], [ -75.230433, 39.98946 ], [ -75.232932, 39.988934 ], [ -75.233528, 39.990653 ], [ -75.233672, 39.991882 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161001", "device_counts": 1453, "stop_counts": 5122 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132881, 39.981631 ], [ -75.132544, 39.983166 ], [ -75.132208, 39.984741 ], [ -75.131907, 39.986306 ], [ -75.130794, 39.986928 ], [ -75.127398, 39.98308 ], [ -75.124654, 39.984526 ], [ -75.125836, 39.983251 ], [ -75.125062, 39.982373 ], [ -75.127579, 39.981383 ], [ -75.130448, 39.978589 ], [ -75.13319, 39.980134 ], [ -75.132881, 39.981631 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087022", "device_counts": 581, "stop_counts": 1514 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209264, 39.952522 ], [ -75.205583, 39.952056 ], [ -75.205802, 39.950985 ], [ -75.205759, 39.949832 ], [ -75.208044, 39.949748 ], [ -75.209259, 39.949541 ], [ -75.209326, 39.951436 ], [ -75.209264, 39.952522 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165003", "device_counts": 949, "stop_counts": 3286 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151815, 39.988886 ], [ -75.150238, 39.988684 ], [ -75.149587, 39.991665 ], [ -75.149238, 39.993253 ], [ -75.147887, 39.993078 ], [ -75.148305, 39.990968 ], [ -75.147542, 39.989863 ], [ -75.145126, 39.986485 ], [ -75.144154, 39.984724 ], [ -75.146102, 39.984978 ], [ -75.147766, 39.98519 ], [ -75.150197, 39.985504 ], [ -75.151199, 39.987798 ], [ -75.151815, 39.988886 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172013", "device_counts": 836, "stop_counts": 2478 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169093, 40.003671 ], [ -75.168943, 40.00366 ], [ -75.165896, 40.003269 ], [ -75.166562, 40.000199 ], [ -75.169754, 40.000622 ], [ -75.169093, 40.003671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036001", "device_counts": 858, "stop_counts": 4690 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193621, 39.929965 ], [ -75.192047, 39.929756 ], [ -75.191783, 39.930982 ], [ -75.190222, 39.930779 ], [ -75.188636, 39.930583 ], [ -75.18524, 39.930146 ], [ -75.186029, 39.926481 ], [ -75.194153, 39.927514 ], [ -75.193621, 39.929965 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317004", "device_counts": 2607, "stop_counts": 6420 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070001, 40.03532 ], [ -75.065147, 40.036446 ], [ -75.064362, 40.036306 ], [ -75.063188, 40.031566 ], [ -75.062828, 40.02941 ], [ -75.064448, 40.030313 ], [ -75.066299, 40.031344 ], [ -75.067697, 40.03212 ], [ -75.066523, 40.033377 ], [ -75.069596, 40.035093 ], [ -75.070001, 40.03532 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062004", "device_counts": 970, "stop_counts": 4160 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239511, 39.918979 ], [ -75.236789, 39.920899 ], [ -75.234991, 39.922169 ], [ -75.232438, 39.92397 ], [ -75.230327, 39.922201 ], [ -75.232221, 39.920865 ], [ -75.233878, 39.919693 ], [ -75.235477, 39.918575 ], [ -75.232692, 39.916219 ], [ -75.23463, 39.914848 ], [ -75.236026, 39.916036 ], [ -75.237427, 39.917207 ], [ -75.239511, 39.918979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319003", "device_counts": 454, "stop_counts": 1507 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06701, 40.01967 ], [ -75.062925, 40.021777 ], [ -75.06113, 40.019725 ], [ -75.065113, 40.017511 ], [ -75.066116, 40.018648 ], [ -75.06701, 40.01967 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010173001", "device_counts": 724, "stop_counts": 2578 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166562, 40.000199 ], [ -75.163093, 39.999752 ], [ -75.163734, 39.996753 ], [ -75.167215, 39.997197 ], [ -75.166562, 40.000199 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119003", "device_counts": 1340, "stop_counts": 3619 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228792, 39.980705 ], [ -75.225891, 39.988131 ], [ -75.225109, 39.987582 ], [ -75.225573, 39.987151 ], [ -75.227057, 39.982691 ], [ -75.226202, 39.981608 ], [ -75.224066, 39.981508 ], [ -75.224093, 39.981369 ], [ -75.2263, 39.977951 ], [ -75.228471, 39.97896 ], [ -75.228792, 39.980705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010018002", "device_counts": 1916, "stop_counts": 5349 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166208, 39.940431 ], [ -75.166204, 39.940813 ], [ -75.165988, 39.94182 ], [ -75.165909, 39.941811 ], [ -75.16218, 39.94135 ], [ -75.156388, 39.940627 ], [ -75.155888, 39.94056 ], [ -75.156011, 39.940006 ], [ -75.156317, 39.938569 ], [ -75.157848, 39.938982 ], [ -75.16092, 39.939367 ], [ -75.166292, 39.940031 ], [ -75.166208, 39.940431 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175005", "device_counts": 450, "stop_counts": 1548 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143145, 39.998701 ], [ -75.142805, 40.000294 ], [ -75.141568, 40.000126 ], [ -75.140498, 39.999993 ], [ -75.141495, 39.995422 ], [ -75.143792, 39.995715 ], [ -75.143145, 39.998701 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337012", "device_counts": 1998, "stop_counts": 5647 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054244, 40.066434 ], [ -75.052315, 40.068484 ], [ -75.051875, 40.069988 ], [ -75.050755, 40.069544 ], [ -75.05122, 40.06663 ], [ -75.047725, 40.064686 ], [ -75.050091, 40.06216 ], [ -75.051681, 40.063022 ], [ -75.051859, 40.063187 ], [ -75.055477, 40.065149 ], [ -75.054244, 40.066434 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027012", "device_counts": 394, "stop_counts": 1733 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155546, 39.92755 ], [ -75.152407, 39.927129 ], [ -75.152938, 39.924679 ], [ -75.154526, 39.924895 ], [ -75.156095, 39.925103 ], [ -75.155546, 39.92755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312001", "device_counts": 444, "stop_counts": 2019 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080981, 40.035713 ], [ -75.079265, 40.037516 ], [ -75.077266, 40.036262 ], [ -75.079636, 40.033743 ], [ -75.081757, 40.034924 ], [ -75.080981, 40.035713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083022", "device_counts": 1476, "stop_counts": 5599 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243371, 39.959166 ], [ -75.242735, 39.962202 ], [ -75.240762, 39.96196 ], [ -75.238785, 39.961715 ], [ -75.239658, 39.957534 ], [ -75.243608, 39.95802 ], [ -75.243371, 39.959166 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074002", "device_counts": 1115, "stop_counts": 2736 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214999, 39.943265 ], [ -75.212687, 39.944885 ], [ -75.208799, 39.941644 ], [ -75.207838, 39.941286 ], [ -75.212064, 39.938213 ], [ -75.213865, 39.939974 ], [ -75.212601, 39.94085 ], [ -75.215246, 39.943087 ], [ -75.214999, 39.943265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011014", "device_counts": 392, "stop_counts": 944 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163648, 39.946836 ], [ -75.162627, 39.946713 ], [ -75.161843, 39.94662 ], [ -75.162348, 39.944299 ], [ -75.163137, 39.944388 ], [ -75.163955, 39.945423 ], [ -75.163648, 39.946836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357012", "device_counts": 1473, "stop_counts": 8763 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.030162, 40.114978 ], [ -75.02923, 40.11597 ], [ -75.028062, 40.1157 ], [ -75.027231, 40.115422 ], [ -75.024699, 40.113964 ], [ -75.023041, 40.112998 ], [ -75.024306, 40.111181 ], [ -75.025585, 40.109312 ], [ -75.029192, 40.111392 ], [ -75.029273, 40.112301 ], [ -75.029517, 40.11245 ], [ -75.029615, 40.112667 ], [ -75.029541, 40.112852 ], [ -75.028279, 40.11408 ], [ -75.029956, 40.114481 ], [ -75.030162, 40.114978 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238005", "device_counts": 269, "stop_counts": 1781 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188797, 40.03948 ], [ -75.187315, 40.040929 ], [ -75.185569, 40.042625 ], [ -75.183101, 40.041063 ], [ -75.184831, 40.039346 ], [ -75.186595, 40.037617 ], [ -75.187922, 40.037547 ], [ -75.188797, 40.03948 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362024", "device_counts": 749, "stop_counts": 3341 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.979504, 40.087814 ], [ -74.97559, 40.089861 ], [ -74.976072, 40.090653 ], [ -74.971509, 40.087342 ], [ -74.971945, 40.086891 ], [ -74.973763, 40.084534 ], [ -74.976576, 40.085827 ], [ -74.979504, 40.087814 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010103002", "device_counts": 806, "stop_counts": 2798 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228149, 39.967843 ], [ -75.22514, 39.968145 ], [ -75.224812, 39.966206 ], [ -75.222431, 39.966487 ], [ -75.221952, 39.96425 ], [ -75.223531, 39.964601 ], [ -75.224105, 39.964739 ], [ -75.22786, 39.966191 ], [ -75.228149, 39.967843 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162001", "device_counts": 479, "stop_counts": 1308 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135445, 39.983598 ], [ -75.1351, 39.98519 ], [ -75.132208, 39.984741 ], [ -75.132544, 39.983166 ], [ -75.132881, 39.981631 ], [ -75.13578, 39.982009 ], [ -75.135445, 39.983598 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305011", "device_counts": 502, "stop_counts": 2291 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101105, 40.045038 ], [ -75.098017, 40.047096 ], [ -75.095999, 40.046002 ], [ -75.094175, 40.045026 ], [ -75.096603, 40.042487 ], [ -75.098357, 40.043483 ], [ -75.100374, 40.044605 ], [ -75.101105, 40.045038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027024", "device_counts": 583, "stop_counts": 1963 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152407, 39.927129 ], [ -75.149166, 39.926696 ], [ -75.150101, 39.924305 ], [ -75.152938, 39.924679 ], [ -75.152407, 39.927129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390002", "device_counts": 337, "stop_counts": 1586 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091031, 40.035582 ], [ -75.089404, 40.037263 ], [ -75.088091, 40.03654 ], [ -75.087931, 40.036236 ], [ -75.090599, 40.033398 ], [ -75.09227, 40.034323 ], [ -75.091031, 40.035582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111003", "device_counts": 844, "stop_counts": 2528 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229026, 39.972644 ], [ -75.226131, 39.972964 ], [ -75.222827, 39.973318 ], [ -75.222613, 39.97212 ], [ -75.225841, 39.97143 ], [ -75.228735, 39.971107 ], [ -75.229026, 39.972644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344001", "device_counts": 2695, "stop_counts": 9815 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055093, 40.084078 ], [ -75.053386, 40.084845 ], [ -75.051852, 40.08559 ], [ -75.051362, 40.086035 ], [ -75.050745, 40.086616 ], [ -75.050151, 40.086275 ], [ -75.049588, 40.08746 ], [ -75.048799, 40.088354 ], [ -75.045685, 40.089021 ], [ -75.041488, 40.087338 ], [ -75.047286, 40.082932 ], [ -75.051031, 40.080086 ], [ -75.052737, 40.079427 ], [ -75.052327, 40.079859 ], [ -75.054083, 40.080901 ], [ -75.054568, 40.081271 ], [ -75.055386, 40.083679 ], [ -75.055093, 40.084078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118003", "device_counts": 1344, "stop_counts": 3765 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23724, 39.98484 ], [ -75.234186, 39.983702 ], [ -75.234703, 39.985307 ], [ -75.234774, 39.986089 ], [ -75.232136, 39.986635 ], [ -75.230791, 39.982516 ], [ -75.2301, 39.981556 ], [ -75.228792, 39.980705 ], [ -75.228471, 39.97896 ], [ -75.2263, 39.977951 ], [ -75.226451, 39.977717 ], [ -75.226765, 39.977211 ], [ -75.230171, 39.978794 ], [ -75.23407, 39.980326 ], [ -75.239042, 39.98195 ], [ -75.23724, 39.98484 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065003", "device_counts": 325, "stop_counts": 1451 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233213, 39.935057 ], [ -75.230224, 39.937177 ], [ -75.229726, 39.936743 ], [ -75.228533, 39.935732 ], [ -75.231533, 39.933634 ], [ -75.233213, 39.935057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083011", "device_counts": 2072, "stop_counts": 4946 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250883, 39.959024 ], [ -75.248546, 39.960269 ], [ -75.247688, 39.962817 ], [ -75.246753, 39.962705 ], [ -75.242735, 39.962202 ], [ -75.243371, 39.959166 ], [ -75.24739, 39.959662 ], [ -75.247897, 39.95724 ], [ -75.249499, 39.957189 ], [ -75.250883, 39.959024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040023", "device_counts": 1422, "stop_counts": 4468 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171122, 39.918152 ], [ -75.170854, 39.91941 ], [ -75.167085, 39.918959 ], [ -75.167681, 39.916283 ], [ -75.171423, 39.916757 ], [ -75.171122, 39.918152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301004", "device_counts": 446, "stop_counts": 1613 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.095897, 40.019604 ], [ -75.094374, 40.021159 ], [ -75.092729, 40.023597 ], [ -75.090373, 40.022233 ], [ -75.091492, 40.021027 ], [ -75.089718, 40.019875 ], [ -75.091304, 40.017883 ], [ -75.09441, 40.019534 ], [ -75.095897, 40.019604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358003", "device_counts": 561, "stop_counts": 5576 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036495, 40.12039 ], [ -75.032646, 40.121786 ], [ -75.029773, 40.121875 ], [ -75.027824, 40.120924 ], [ -75.025511, 40.119714 ], [ -75.024606, 40.119216 ], [ -75.027242, 40.116639 ], [ -75.028062, 40.1157 ], [ -75.02923, 40.11597 ], [ -75.030059, 40.116298 ], [ -75.034996, 40.119328 ], [ -75.036495, 40.12039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161003", "device_counts": 345, "stop_counts": 1219 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127363, 39.988792 ], [ -75.124728, 39.985801 ], [ -75.127022, 39.984597 ], [ -75.129641, 39.987546 ], [ -75.127363, 39.988792 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336004", "device_counts": 459, "stop_counts": 2609 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064491, 40.064588 ], [ -75.06304, 40.066143 ], [ -75.057697, 40.062787 ], [ -75.058323, 40.062116 ], [ -75.058923, 40.061473 ], [ -75.060101, 40.060221 ], [ -75.062124, 40.061348 ], [ -75.065685, 40.063332 ], [ -75.064491, 40.064588 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292002", "device_counts": 3497, "stop_counts": 9046 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111228, 40.023211 ], [ -75.109611, 40.023588 ], [ -75.104059, 40.029441 ], [ -75.104306, 40.029846 ], [ -75.103068, 40.029895 ], [ -75.10292, 40.029929 ], [ -75.10267, 40.029987 ], [ -75.10128, 40.029514 ], [ -75.096726, 40.026698 ], [ -75.096038, 40.026567 ], [ -75.09399, 40.027037 ], [ -75.093609, 40.026718 ], [ -75.092414, 40.025353 ], [ -75.091879, 40.024435 ], [ -75.092729, 40.023597 ], [ -75.094374, 40.021159 ], [ -75.095897, 40.019604 ], [ -75.096744, 40.01873 ], [ -75.09704, 40.016018 ], [ -75.098916, 40.016433 ], [ -75.106018, 40.016352 ], [ -75.107063, 40.016777 ], [ -75.107446, 40.017517 ], [ -75.103204, 40.021057 ], [ -75.104845, 40.02356 ], [ -75.110242, 40.022242 ], [ -75.111228, 40.023211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177012", "device_counts": 1367, "stop_counts": 3858 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116414, 39.996881 ], [ -75.115447, 39.996753 ], [ -75.115107, 39.998347 ], [ -75.112923, 39.99806 ], [ -75.110983, 39.997801 ], [ -75.111558, 39.997475 ], [ -75.113387, 39.996493 ], [ -75.115778, 39.995167 ], [ -75.116751, 39.995294 ], [ -75.116414, 39.996881 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348021", "device_counts": 661, "stop_counts": 4238 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021707, 40.063392 ], [ -75.013126, 40.072071 ], [ -75.011311, 40.071169 ], [ -75.014109, 40.066867 ], [ -75.020575, 40.061252 ], [ -75.021185, 40.061691 ], [ -75.021992, 40.063113 ], [ -75.021707, 40.063392 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362012", "device_counts": 501, "stop_counts": 2515 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.990155, 40.084052 ], [ -74.987065, 40.086049 ], [ -74.98418, 40.089906 ], [ -74.981491, 40.087994 ], [ -74.980601, 40.087914 ], [ -74.980158, 40.086256 ], [ -74.981807, 40.082355 ], [ -74.985377, 40.082317 ], [ -74.987586, 40.082663 ], [ -74.988885, 40.083129 ], [ -74.990155, 40.084052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064003", "device_counts": 1398, "stop_counts": 4196 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247759, 39.921708 ], [ -75.247321, 39.922178 ], [ -75.245928, 39.924474 ], [ -75.244336, 39.92625 ], [ -75.243643, 39.930897 ], [ -75.242972, 39.93094 ], [ -75.243254, 39.92947 ], [ -75.243494, 39.926963 ], [ -75.242349, 39.926031 ], [ -75.239493, 39.928024 ], [ -75.236833, 39.925765 ], [ -75.23816, 39.924839 ], [ -75.239671, 39.923779 ], [ -75.246856, 39.918759 ], [ -75.247341, 39.918541 ], [ -75.247484, 39.919242 ], [ -75.247459, 39.921343 ], [ -75.247759, 39.921708 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363011", "device_counts": 11806, "stop_counts": 45359 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.976783, 40.095969 ], [ -74.97577, 40.096412 ], [ -74.972898, 40.096859 ], [ -74.971016, 40.096392 ], [ -74.970302, 40.096022 ], [ -74.96876, 40.094759 ], [ -74.966752, 40.092976 ], [ -74.965723, 40.091635 ], [ -74.961859, 40.093621 ], [ -74.958749, 40.096929 ], [ -74.956063, 40.09557 ], [ -74.955777, 40.095103 ], [ -74.956506, 40.093115 ], [ -74.958036, 40.089665 ], [ -74.958392, 40.084508 ], [ -74.958284, 40.084145 ], [ -74.962737, 40.077839 ], [ -74.964883, 40.077273 ], [ -74.966078, 40.081031 ], [ -74.966814, 40.082209 ], [ -74.968451, 40.084426 ], [ -74.971509, 40.087342 ], [ -74.976072, 40.090653 ], [ -74.97648, 40.091256 ], [ -74.976783, 40.095969 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289024", "device_counts": 464, "stop_counts": 1796 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119823, 40.02412 ], [ -75.119603, 40.025117 ], [ -75.119735, 40.026017 ], [ -75.117173, 40.026386 ], [ -75.117389, 40.02504 ], [ -75.117959, 40.022349 ], [ -75.120136, 40.022627 ], [ -75.119823, 40.02412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291001", "device_counts": 4385, "stop_counts": 11551 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.114427, 40.039903 ], [ -75.112248, 40.04321 ], [ -75.111033, 40.044404 ], [ -75.110985, 40.046769 ], [ -75.109431, 40.045874 ], [ -75.111153, 40.042187 ], [ -75.10827, 40.042213 ], [ -75.104633, 40.040073 ], [ -75.103163, 40.039196 ], [ -75.101572, 40.038293 ], [ -75.098416, 40.036101 ], [ -75.100573, 40.033957 ], [ -75.101148, 40.033334 ], [ -75.104725, 40.035321 ], [ -75.105935, 40.0341 ], [ -75.10857, 40.035495 ], [ -75.108733, 40.036723 ], [ -75.110011, 40.039149 ], [ -75.112042, 40.037847 ], [ -75.113107, 40.036567 ], [ -75.113767, 40.037366 ], [ -75.114369, 40.0393 ], [ -75.114427, 40.039903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010143001", "device_counts": 2289, "stop_counts": 5689 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134428, 39.968791 ], [ -75.130452, 39.970189 ], [ -75.12899, 39.967518 ], [ -75.127301, 39.968823 ], [ -75.127225, 39.970029 ], [ -75.126535, 39.970303 ], [ -75.126008, 39.969362 ], [ -75.124954, 39.969879 ], [ -75.125899, 39.971765 ], [ -75.123489, 39.972651 ], [ -75.122592, 39.97388 ], [ -75.121504, 39.97321 ], [ -75.119617, 39.97295 ], [ -75.120231, 39.972387 ], [ -75.121806, 39.970925 ], [ -75.122211, 39.970172 ], [ -75.1189552837088, 39.965528846214504 ], [ -75.11922, 39.965412 ], [ -75.123862977243505, 39.962819168552294 ], [ -75.125416361661095, 39.961951694137291 ], [ -75.128697, 39.966977 ], [ -75.134347, 39.964477 ], [ -75.134428, 39.968791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188004", "device_counts": 674, "stop_counts": 2293 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109617, 39.995123 ], [ -75.108487, 39.994991 ], [ -75.106215, 39.996224 ], [ -75.104043, 39.997555 ], [ -75.103369, 39.996794 ], [ -75.102674, 39.996008 ], [ -75.108144, 39.993156 ], [ -75.108659, 39.993741 ], [ -75.109617, 39.995123 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290002", "device_counts": 432, "stop_counts": 1848 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117268, 40.031624 ], [ -75.112876, 40.031991 ], [ -75.112028, 40.030797 ], [ -75.111075, 40.031061 ], [ -75.110825, 40.029623 ], [ -75.112821, 40.027627 ], [ -75.112759, 40.027349 ], [ -75.112773, 40.027036 ], [ -75.114461, 40.026784 ], [ -75.115139, 40.029057 ], [ -75.116846, 40.028803 ], [ -75.11721, 40.030312 ], [ -75.118184, 40.030534 ], [ -75.117268, 40.031624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019802001", "device_counts": 1863, "stop_counts": 5417 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076363, 40.087265 ], [ -75.07127, 40.092532 ], [ -75.069456, 40.094411 ], [ -75.068496, 40.094573 ], [ -75.063708, 40.090568 ], [ -75.058343, 40.090153 ], [ -75.057068, 40.089697 ], [ -75.055807, 40.088095 ], [ -75.056738, 40.086984 ], [ -75.054985, 40.081228 ], [ -75.052737, 40.079427 ], [ -75.051031, 40.080086 ], [ -75.047286, 40.082932 ], [ -75.046249, 40.081459 ], [ -75.043495, 40.07805 ], [ -75.04312, 40.077166 ], [ -75.041869, 40.075429 ], [ -75.039748, 40.072411 ], [ -75.042114, 40.070038 ], [ -75.0406, 40.068042 ], [ -75.03528, 40.064995 ], [ -75.034225, 40.062701 ], [ -75.035532, 40.05881 ], [ -75.035062, 40.057327 ], [ -75.036019, 40.051602 ], [ -75.032754, 40.052569 ], [ -75.031695, 40.051607 ], [ -75.026753, 40.050779 ], [ -75.024173, 40.051483 ], [ -75.023374, 40.055334 ], [ -75.017956, 40.052322 ], [ -75.0172, 40.051445 ], [ -75.016833, 40.049374 ], [ -75.019409, 40.046474 ], [ -75.018502, 40.044081 ], [ -75.020392, 40.04353 ], [ -75.020499, 40.043542 ], [ -75.021752, 40.043668 ], [ -75.020489, 40.04639 ], [ -75.021343, 40.048294 ], [ -75.023007, 40.049197 ], [ -75.026037, 40.048163 ], [ -75.030489, 40.048407 ], [ -75.031781, 40.047141 ], [ -75.031636, 40.04566 ], [ -75.033824, 40.04466 ], [ -75.043694, 40.047502 ], [ -75.045269, 40.046509 ], [ -75.047775, 40.046246 ], [ -75.051682, 40.046963 ], [ -75.051146, 40.048113 ], [ -75.051057, 40.049022 ], [ -75.04796, 40.048016 ], [ -75.045149, 40.048854 ], [ -75.042279, 40.049992 ], [ -75.040247, 40.053158 ], [ -75.040059, 40.054079 ], [ -75.039449, 40.055286 ], [ -75.038719, 40.056435 ], [ -75.038539, 40.060858 ], [ -75.041907, 40.064683 ], [ -75.044675, 40.06484 ], [ -75.047963, 40.066822 ], [ -75.047114, 40.068037 ], [ -75.047762, 40.069395 ], [ -75.047381, 40.070558 ], [ -75.045884, 40.069653 ], [ -75.044088, 40.072639 ], [ -75.045793, 40.075329 ], [ -75.048258, 40.077034 ], [ -75.049347, 40.077036 ], [ -75.055857, 40.073249 ], [ -75.05821, 40.074605 ], [ -75.065724, 40.070193 ], [ -75.068862, 40.071845 ], [ -75.068958, 40.072358 ], [ -75.067333, 40.075504 ], [ -75.066273, 40.077544 ], [ -75.067597, 40.0788 ], [ -75.068463, 40.080164 ], [ -75.062288, 40.084478 ], [ -75.068235, 40.085035 ], [ -75.071691, 40.086977 ], [ -75.074488, 40.086788 ], [ -75.073616, 40.087907 ], [ -75.076363, 40.087265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242001", "device_counts": 595, "stop_counts": 1789 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17061, 40.033131 ], [ -75.169211, 40.032314 ], [ -75.166655, 40.03089 ], [ -75.166488, 40.030794 ], [ -75.168308, 40.029173 ], [ -75.169816, 40.02845 ], [ -75.173482, 40.030336 ], [ -75.17061, 40.033131 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215001", "device_counts": 411, "stop_counts": 1933 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228179, 40.037082 ], [ -75.226159, 40.038361 ], [ -75.228104, 40.040855 ], [ -75.226267, 40.042401 ], [ -75.225234, 40.041319 ], [ -75.222808, 40.038112 ], [ -75.225727, 40.03676 ], [ -75.227199, 40.035255 ], [ -75.228179, 40.037082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081025", "device_counts": 355, "stop_counts": 1171 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234212, 39.954521 ], [ -75.232153, 39.954262 ], [ -75.229999, 39.953996 ], [ -75.230323, 39.952475 ], [ -75.234531, 39.953 ], [ -75.234212, 39.954521 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118001", "device_counts": 296, "stop_counts": 1120 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237785, 39.990669 ], [ -75.236255, 39.990971 ], [ -75.233713, 39.992176 ], [ -75.233672, 39.991882 ], [ -75.233528, 39.990653 ], [ -75.232932, 39.988934 ], [ -75.237488, 39.987996 ], [ -75.237879, 39.990229 ], [ -75.237785, 39.990669 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093004", "device_counts": 1157, "stop_counts": 2701 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226891, 39.963415 ], [ -75.22422, 39.963086 ], [ -75.224541, 39.961567 ], [ -75.224868, 39.960005 ], [ -75.227443, 39.960311 ], [ -75.226891, 39.963415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291002", "device_counts": 865, "stop_counts": 2942 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112042, 40.037847 ], [ -75.110011, 40.039149 ], [ -75.108733, 40.036723 ], [ -75.10857, 40.035495 ], [ -75.105935, 40.0341 ], [ -75.106912, 40.033135 ], [ -75.107909, 40.03215 ], [ -75.109057, 40.031741 ], [ -75.111075, 40.031061 ], [ -75.110667, 40.033249 ], [ -75.111312, 40.034539 ], [ -75.11177, 40.03486 ], [ -75.113107, 40.036567 ], [ -75.112042, 40.037847 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158003", "device_counts": 660, "stop_counts": 2409 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131239, 39.97165 ], [ -75.129224, 39.972357 ], [ -75.127903, 39.972811 ], [ -75.123391, 39.974403 ], [ -75.122592, 39.97388 ], [ -75.123489, 39.972651 ], [ -75.125899, 39.971765 ], [ -75.127102, 39.97135 ], [ -75.127716, 39.971081 ], [ -75.129432, 39.970543 ], [ -75.130452, 39.970189 ], [ -75.131239, 39.97165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033005", "device_counts": 364, "stop_counts": 1392 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194133, 39.935048 ], [ -75.193873, 39.936286 ], [ -75.193315, 39.936206 ], [ -75.191274, 39.935934 ], [ -75.192322, 39.931054 ], [ -75.193353, 39.931185 ], [ -75.192826, 39.933628 ], [ -75.194408, 39.933822 ], [ -75.194133, 39.935048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060004", "device_counts": 1125, "stop_counts": 4387 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243821, 39.916027 ], [ -75.242454, 39.916907 ], [ -75.241088, 39.917868 ], [ -75.238984, 39.916102 ], [ -75.237599, 39.914934 ], [ -75.238949, 39.913959 ], [ -75.240333, 39.912999 ], [ -75.242832, 39.911272 ], [ -75.243226, 39.913112 ], [ -75.244935, 39.91545 ], [ -75.243821, 39.916027 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310004", "device_counts": 456, "stop_counts": 1551 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076223, 40.046386 ], [ -75.075637, 40.047005 ], [ -75.07207, 40.045024 ], [ -75.072645, 40.044394 ], [ -75.073836, 40.043174 ], [ -75.077403, 40.045139 ], [ -75.076223, 40.046386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361003", "device_counts": 886, "stop_counts": 4749 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.991264, 40.095778 ], [ -74.987151, 40.098943 ], [ -74.986603, 40.096475 ], [ -74.981539, 40.094456 ], [ -74.982114, 40.091942 ], [ -74.982385, 40.091724 ], [ -74.98418, 40.089906 ], [ -74.987421, 40.09255 ], [ -74.989094, 40.093928 ], [ -74.991264, 40.095778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010381002", "device_counts": 3849, "stop_counts": 13560 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04879, 40.018141 ], [ -75.045381, 40.019868 ], [ -75.039452, 40.022917 ], [ -75.032752, 40.02705 ], [ -75.028413, 40.029758 ], [ -75.021603, 40.033996 ], [ -75.018427, 40.033507 ], [ -75.022508, 40.030832 ], [ -75.015583, 40.023134 ], [ -75.013803495273393, 40.020211161024498 ], [ -75.015515, 40.019511 ], [ -75.021195066674494, 40.018207388098602 ], [ -75.030467830814501, 40.016079228979407 ], [ -75.034216, 40.015219 ], [ -75.042889, 40.012032 ], [ -75.042966449521089, 40.011993450381205 ], [ -75.043218536113002, 40.011867977145386 ], [ -75.047798, 40.017326 ], [ -75.04879, 40.018141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245002", "device_counts": 929, "stop_counts": 2950 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16327, 40.02896 ], [ -75.161239, 40.030941 ], [ -75.162906, 40.031923 ], [ -75.159601, 40.035137 ], [ -75.15764, 40.033206 ], [ -75.158124, 40.030825 ], [ -75.159033, 40.030316 ], [ -75.159551, 40.023925 ], [ -75.160053, 40.026023 ], [ -75.160983, 40.027253 ], [ -75.161425, 40.027764 ], [ -75.16327, 40.02896 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086022", "device_counts": 565, "stop_counts": 1944 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219421, 39.956979 ], [ -75.215471, 39.956489 ], [ -75.214643, 39.955607 ], [ -75.215872, 39.954586 ], [ -75.219823, 39.955076 ], [ -75.219421, 39.956979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191001", "device_counts": 1159, "stop_counts": 3587 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112161, 40.012085 ], [ -75.111811, 40.013662 ], [ -75.105099, 40.012784 ], [ -75.105434, 40.011197 ], [ -75.108087, 40.011547 ], [ -75.108368, 40.009952 ], [ -75.112497, 40.010489 ], [ -75.112161, 40.012085 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348013", "device_counts": 3186, "stop_counts": 10373 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024345, 40.05644 ], [ -75.022122, 40.056373 ], [ -75.019047, 40.056391 ], [ -75.019023, 40.054967 ], [ -75.016153, 40.051807 ], [ -75.015641, 40.050595 ], [ -75.015331, 40.050165 ], [ -75.012956, 40.051541 ], [ -75.0112, 40.053653 ], [ -75.010143, 40.054607 ], [ -75.012828, 40.056404 ], [ -75.008555, 40.057808 ], [ -75.008245, 40.057796 ], [ -75.007814, 40.057407 ], [ -75.004795, 40.054747 ], [ -75.007886, 40.052381 ], [ -75.008224, 40.052113 ], [ -75.012273, 40.048885 ], [ -75.016377, 40.045672 ], [ -75.018502, 40.044081 ], [ -75.019409, 40.046474 ], [ -75.016833, 40.049374 ], [ -75.0172, 40.051445 ], [ -75.017956, 40.052322 ], [ -75.023374, 40.055334 ], [ -75.024345, 40.05644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008033", "device_counts": 1896, "stop_counts": 4750 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174173, 39.948921 ], [ -75.173085, 39.948799 ], [ -75.172752, 39.950398 ], [ -75.170667, 39.950131 ], [ -75.17118, 39.947784 ], [ -75.174323, 39.948177 ], [ -75.174173, 39.948921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284004", "device_counts": 1233, "stop_counts": 2484 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141328, 40.022091 ], [ -75.140979, 40.023667 ], [ -75.137001, 40.022923 ], [ -75.136799, 40.022663 ], [ -75.135939, 40.02305 ], [ -75.135854, 40.023082 ], [ -75.135664, 40.023155 ], [ -75.135818, 40.020645 ], [ -75.13674, 40.019958 ], [ -75.138463, 40.020171 ], [ -75.140105, 40.02039 ], [ -75.14126, 40.020456 ], [ -75.141589, 40.020811 ], [ -75.141328, 40.022091 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014001", "device_counts": 793, "stop_counts": 2592 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177554, 39.942487 ], [ -75.175628, 39.942254 ], [ -75.175241, 39.943969 ], [ -75.175054, 39.944832 ], [ -75.171906, 39.944443 ], [ -75.172104, 39.943577 ], [ -75.170532, 39.94338 ], [ -75.170955, 39.941404 ], [ -75.174104, 39.941793 ], [ -75.177598, 39.942228 ], [ -75.177554, 39.942487 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013005", "device_counts": 1878, "stop_counts": 7161 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193985, 39.942154 ], [ -75.191495, 39.943153 ], [ -75.187231, 39.947176 ], [ -75.186393, 39.946567 ], [ -75.185685, 39.946159 ], [ -75.18188, 39.945691 ], [ -75.179409, 39.945377 ], [ -75.180611, 39.944631 ], [ -75.183366, 39.942946 ], [ -75.184474, 39.942274 ], [ -75.181002, 39.941863 ], [ -75.181494, 39.939687 ], [ -75.18314, 39.939895 ], [ -75.184956, 39.940084 ], [ -75.186551, 39.94023 ], [ -75.18824, 39.939878 ], [ -75.188712, 39.939567 ], [ -75.192664, 39.941567 ], [ -75.193985, 39.942154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175001", "device_counts": 530, "stop_counts": 2568 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147404, 39.99924 ], [ -75.146219, 39.999668 ], [ -75.143346, 40.000743 ], [ -75.142805, 40.000294 ], [ -75.143145, 39.998701 ], [ -75.143792, 39.995715 ], [ -75.14708, 39.996143 ], [ -75.146731, 39.997627 ], [ -75.147404, 39.99924 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010203001", "device_counts": 2646, "stop_counts": 7201 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152163, 40.01254 ], [ -75.150585, 40.012283 ], [ -75.147247, 40.011906 ], [ -75.147325, 40.010382 ], [ -75.147603, 40.008779 ], [ -75.148277, 40.005697 ], [ -75.148817, 40.002698 ], [ -75.15109, 40.009934 ], [ -75.151428, 40.010903 ], [ -75.152163, 40.01254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192005", "device_counts": 595, "stop_counts": 1760 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124732, 40.001124 ], [ -75.119644, 40.000464 ], [ -75.116722, 40.000088 ], [ -75.117055, 39.998601 ], [ -75.118994, 39.998852 ], [ -75.120933, 39.999097 ], [ -75.125058, 39.999628 ], [ -75.124732, 40.001124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321001", "device_counts": 635, "stop_counts": 2660 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.063385, 40.01552 ], [ -75.059304, 40.017638 ], [ -75.057542, 40.015615 ], [ -75.053922, 40.017488 ], [ -75.052816, 40.016119 ], [ -75.056898, 40.014204 ], [ -75.059285, 40.013387 ], [ -75.061339, 40.012764 ], [ -75.061413, 40.013284 ], [ -75.062519, 40.014542 ], [ -75.063385, 40.01552 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299002", "device_counts": 811, "stop_counts": 1838 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079279, 40.010409 ], [ -75.075229, 40.012101 ], [ -75.073295, 40.012543 ], [ -75.072866, 40.011395 ], [ -75.06999, 40.012032 ], [ -75.069786, 40.011543 ], [ -75.069508, 40.010798 ], [ -75.070581, 40.010533 ], [ -75.072371, 40.010089 ], [ -75.078448, 40.008586 ], [ -75.078749, 40.009878 ], [ -75.079279, 40.010409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288001", "device_counts": 1041, "stop_counts": 2808 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127922, 40.021979 ], [ -75.127588, 40.021935 ], [ -75.124346, 40.021552 ], [ -75.122425, 40.021314 ], [ -75.122752, 40.019722 ], [ -75.124687, 40.019957 ], [ -75.125023, 40.018435 ], [ -75.128883, 40.018945 ], [ -75.127922, 40.021979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237004", "device_counts": 472, "stop_counts": 2074 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188499, 40.050211 ], [ -75.186752, 40.050103 ], [ -75.185221, 40.051585 ], [ -75.184693, 40.050641 ], [ -75.184573, 40.050403 ], [ -75.183398, 40.048254 ], [ -75.182203, 40.045894 ], [ -75.18308, 40.045068 ], [ -75.184524, 40.043654 ], [ -75.187332, 40.045452 ], [ -75.185932, 40.046809 ], [ -75.187368, 40.047688 ], [ -75.188491, 40.048838 ], [ -75.188499, 40.050211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244003", "device_counts": 624, "stop_counts": 2227 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169124, 40.023865 ], [ -75.166395, 40.026593 ], [ -75.163749, 40.029255 ], [ -75.16327, 40.02896 ], [ -75.161425, 40.027764 ], [ -75.160983, 40.027253 ], [ -75.165275, 40.024087 ], [ -75.166993, 40.025012 ], [ -75.168482, 40.023512 ], [ -75.169124, 40.023865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254004", "device_counts": 447, "stop_counts": 2658 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181313, 40.061221 ], [ -75.176526, 40.065896 ], [ -75.175327, 40.065216 ], [ -75.170787, 40.0626 ], [ -75.173445, 40.059867 ], [ -75.174312, 40.058142 ], [ -75.177077, 40.060236 ], [ -75.178248, 40.059704 ], [ -75.179314, 40.060393 ], [ -75.181313, 40.061221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262004", "device_counts": 514, "stop_counts": 2419 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173459, 40.067054 ], [ -75.172207, 40.068288 ], [ -75.168757, 40.065479 ], [ -75.168099, 40.065219 ], [ -75.165714, 40.06439 ], [ -75.168641, 40.061373 ], [ -75.170787, 40.0626 ], [ -75.175327, 40.065216 ], [ -75.173459, 40.067054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278004", "device_counts": 1282, "stop_counts": 3770 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15082, 40.048518 ], [ -75.148345, 40.048204 ], [ -75.147672, 40.048117 ], [ -75.144959, 40.04868 ], [ -75.142898, 40.047493 ], [ -75.143547, 40.044426 ], [ -75.146776, 40.044848 ], [ -75.148225, 40.0456 ], [ -75.150148, 40.045658 ], [ -75.15068, 40.046352 ], [ -75.150967, 40.046767 ], [ -75.15082, 40.048518 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280003", "device_counts": 1017, "stop_counts": 2809 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154776, 40.031452 ], [ -75.154034, 40.031564 ], [ -75.152369, 40.031387 ], [ -75.153282, 40.029955 ], [ -75.15152, 40.027556 ], [ -75.151263, 40.027186 ], [ -75.150781, 40.026565 ], [ -75.152086, 40.026744 ], [ -75.153761, 40.025871 ], [ -75.154245, 40.025634 ], [ -75.154064, 40.026198 ], [ -75.155694, 40.02613 ], [ -75.154776, 40.031452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309001", "device_counts": 485, "stop_counts": 3046 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086165, 40.050024 ], [ -75.082888, 40.048197 ], [ -75.080987, 40.047133 ], [ -75.079188, 40.046133 ], [ -75.080351, 40.044905 ], [ -75.082674, 40.04242 ], [ -75.085031, 40.043731 ], [ -75.082343, 40.045991 ], [ -75.086975, 40.048567 ], [ -75.086165, 40.050024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335002", "device_counts": 5303, "stop_counts": 14825 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068503, 40.05259 ], [ -75.065544, 40.055704 ], [ -75.064818, 40.055218 ], [ -75.062881, 40.055983 ], [ -75.061736, 40.055892 ], [ -75.060891, 40.056823 ], [ -75.057125, 40.054722 ], [ -75.058283, 40.053484 ], [ -75.060654, 40.050999 ], [ -75.058284, 40.049688 ], [ -75.059937, 40.047751 ], [ -75.061374, 40.048585 ], [ -75.063437, 40.049751 ], [ -75.066045, 40.051181 ], [ -75.068503, 40.05259 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312002", "device_counts": 1024, "stop_counts": 3242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07862, 40.038205 ], [ -75.07821, 40.038617 ], [ -75.077394, 40.039464 ], [ -75.075336, 40.038281 ], [ -75.07355, 40.037298 ], [ -75.070523, 40.035618 ], [ -75.070001, 40.03532 ], [ -75.071097, 40.034742 ], [ -75.074439, 40.03398 ], [ -75.074901, 40.034935 ], [ -75.077266, 40.036262 ], [ -75.079265, 40.037516 ], [ -75.07862, 40.038205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010332002", "device_counts": 711, "stop_counts": 3471 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050465, 40.044662 ], [ -75.046204, 40.041796 ], [ -75.044877, 40.043079 ], [ -75.045201, 40.044354 ], [ -75.045269, 40.046509 ], [ -75.043694, 40.047502 ], [ -75.033824, 40.04466 ], [ -75.034393, 40.044379 ], [ -75.038285, 40.042589 ], [ -75.040003, 40.041793 ], [ -75.043322, 40.040305 ], [ -75.045919, 40.039643 ], [ -75.047424, 40.040497 ], [ -75.049027, 40.041412 ], [ -75.052228, 40.043271 ], [ -75.050465, 40.044662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333003", "device_counts": 1206, "stop_counts": 2940 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050943, 40.050215 ], [ -75.050464, 40.052507 ], [ -75.047749, 40.055363 ], [ -75.046537, 40.056567 ], [ -75.045268, 40.055875 ], [ -75.046558, 40.05458 ], [ -75.044906, 40.053657 ], [ -75.04703, 40.052268 ], [ -75.045149, 40.048854 ], [ -75.04796, 40.048016 ], [ -75.051057, 40.049022 ], [ -75.050943, 40.050215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344004", "device_counts": 700, "stop_counts": 4748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069456, 40.094411 ], [ -75.060318, 40.103859 ], [ -75.058342, 40.105892 ], [ -75.054321, 40.108692 ], [ -75.05401, 40.108143 ], [ -75.053057, 40.10618 ], [ -75.050974, 40.103122 ], [ -75.054966, 40.100963 ], [ -75.054861, 40.100183 ], [ -75.059388, 40.096462 ], [ -75.063708, 40.090568 ], [ -75.068496, 40.094573 ], [ -75.069456, 40.094411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010017002", "device_counts": 612, "stop_counts": 2287 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153065, 39.938763 ], [ -75.152771, 39.940039 ], [ -75.151773, 39.939548 ], [ -75.148157, 39.938899 ], [ -75.148694, 39.936486 ], [ -75.150229, 39.936921 ], [ -75.153286, 39.937736 ], [ -75.153065, 39.938763 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019805001", "device_counts": 1643, "stop_counts": 3312 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147143, 40.01901 ], [ -75.147139, 40.019518 ], [ -75.14711, 40.02128 ], [ -75.146379, 40.021204 ], [ -75.145593, 40.021104 ], [ -75.143223, 40.020796 ], [ -75.141589, 40.020811 ], [ -75.14126, 40.020456 ], [ -75.140105, 40.02039 ], [ -75.141126, 40.015818 ], [ -75.141745, 40.012939 ], [ -75.147205, 40.015188 ], [ -75.147143, 40.01901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008043", "device_counts": 1682, "stop_counts": 4482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167517, 39.949744 ], [ -75.16594, 39.949553 ], [ -75.166362, 39.947633 ], [ -75.164752, 39.947424 ], [ -75.164845, 39.946999 ], [ -75.166458, 39.947196 ], [ -75.16803, 39.947386 ], [ -75.167517, 39.949744 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369002", "device_counts": 9875, "stop_counts": 51175 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207838, 39.941286 ], [ -75.20506, 39.943624 ], [ -75.205367, 39.944994 ], [ -75.207046, 39.946754 ], [ -75.205656, 39.948053 ], [ -75.205167, 39.948522 ], [ -75.201156, 39.949839 ], [ -75.199427, 39.950419 ], [ -75.199204, 39.951257 ], [ -75.197243, 39.951021 ], [ -75.195322, 39.950781 ], [ -75.191689, 39.95032 ], [ -75.187231, 39.947176 ], [ -75.191495, 39.943153 ], [ -75.193985, 39.942154 ], [ -75.200277, 39.943652 ], [ -75.202929, 39.943301 ], [ -75.204582, 39.942352 ], [ -75.205185, 39.941116 ], [ -75.207099, 39.941281 ], [ -75.207838, 39.941286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019807001", "device_counts": 16885, "stop_counts": 69451 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174808, 39.899179 ], [ -75.170885, 39.898848 ], [ -75.16566, 39.899583 ], [ -75.163309, 39.910567 ], [ -75.165482, 39.911531 ], [ -75.160789, 39.910942 ], [ -75.149188, 39.908604 ], [ -75.148124, 39.913772 ], [ -75.147357, 39.91509 ], [ -75.146538, 39.91884 ], [ -75.147813, 39.919001 ], [ -75.14769, 39.920273 ], [ -75.147431, 39.921502 ], [ -75.14691, 39.923887 ], [ -75.147842, 39.924015 ], [ -75.146985, 39.927665 ], [ -75.146413, 39.930114 ], [ -75.137217, 39.928886 ], [ -75.135346189189193, 39.929269135135087 ], [ -75.135022972973005, 39.927329837837803 ], [ -75.13502, 39.927312 ], [ -75.13282, 39.921612 ], [ -75.13012, 39.917013 ], [ -75.12792, 39.911813 ], [ -75.129004411764697, 39.907475352941191 ], [ -75.13082, 39.900213 ], [ -75.13342, 39.896213 ], [ -75.135984863397894, 39.893195957332175 ], [ -75.144184, 39.895633 ], [ -75.151526, 39.896647 ], [ -75.154644, 39.896849 ], [ -75.169028, 39.897243 ], [ -75.174959, 39.898488 ], [ -75.174808, 39.899179 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010021001", "device_counts": 571, "stop_counts": 1350 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179839, 39.939478 ], [ -75.178251, 39.939268 ], [ -75.17631, 39.939021 ], [ -75.178464, 39.938278 ], [ -75.17717, 39.936933 ], [ -75.178514, 39.935544 ], [ -75.179035, 39.935612 ], [ -75.180621, 39.935816 ], [ -75.179839, 39.939478 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010023002", "device_counts": 2689, "stop_counts": 5460 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16764, 39.93415 ], [ -75.167303, 39.935695 ], [ -75.167236, 39.935685 ], [ -75.160437, 39.934549 ], [ -75.160199, 39.9356 ], [ -75.158669, 39.935226 ], [ -75.157351, 39.934897 ], [ -75.159517, 39.9331 ], [ -75.167578, 39.934143 ], [ -75.16764, 39.93415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175006", "device_counts": 951, "stop_counts": 2585 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147717, 39.999974 ], [ -75.142416, 40.00195 ], [ -75.139876, 40.002845 ], [ -75.137669, 40.003645 ], [ -75.137847, 40.002799 ], [ -75.138524, 39.999743 ], [ -75.140498, 39.999993 ], [ -75.141568, 40.000126 ], [ -75.142805, 40.000294 ], [ -75.143346, 40.000743 ], [ -75.146219, 39.999668 ], [ -75.147404, 39.99924 ], [ -75.147717, 39.999974 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065006", "device_counts": 811, "stop_counts": 2660 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240969, 39.943762 ], [ -75.238875, 39.94468 ], [ -75.237132, 39.943237 ], [ -75.236424, 39.942646 ], [ -75.233632, 39.940292 ], [ -75.23242, 39.938995 ], [ -75.231766, 39.93846 ], [ -75.233873, 39.937703 ], [ -75.234499, 39.93613 ], [ -75.235249, 39.934997 ], [ -75.236833, 39.933768 ], [ -75.235002, 39.938127 ], [ -75.240697, 39.939075 ], [ -75.240367, 39.942171 ], [ -75.243542, 39.942306 ], [ -75.240969, 39.943762 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067007", "device_counts": 758, "stop_counts": 3311 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227309, 39.927571 ], [ -75.22278, 39.930749 ], [ -75.222696, 39.930808 ], [ -75.220588, 39.929047 ], [ -75.21931, 39.928012 ], [ -75.221562, 39.924744 ], [ -75.22216, 39.923892 ], [ -75.223452, 39.92489 ], [ -75.22484, 39.926055 ], [ -75.226681, 39.927543 ], [ -75.22869, 39.926602 ], [ -75.227309, 39.927571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109003", "device_counts": 505, "stop_counts": 1600 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194727, 39.964903 ], [ -75.191826, 39.965222 ], [ -75.191719, 39.964652 ], [ -75.191494, 39.963503 ], [ -75.187551, 39.963931 ], [ -75.187415, 39.963367 ], [ -75.191389, 39.962922 ], [ -75.194297, 39.962607 ], [ -75.194727, 39.964903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091003", "device_counts": 920, "stop_counts": 3438 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.202235, 39.961643 ], [ -75.199436, 39.962042 ], [ -75.198844, 39.960637 ], [ -75.198681, 39.959429 ], [ -75.201137, 39.959242 ], [ -75.199622, 39.95686 ], [ -75.201953, 39.957149 ], [ -75.201824, 39.957827 ], [ -75.201971, 39.959176 ], [ -75.202235, 39.961643 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102002", "device_counts": 1815, "stop_counts": 5038 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235356, 39.968509 ], [ -75.232228, 39.968829 ], [ -75.231833, 39.96746 ], [ -75.230162, 39.968216 ], [ -75.228248, 39.968409 ], [ -75.228149, 39.967843 ], [ -75.22786, 39.966191 ], [ -75.227679, 39.965072 ], [ -75.22992, 39.965352 ], [ -75.23189, 39.965593 ], [ -75.235842, 39.966085 ], [ -75.235356, 39.968509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100004", "device_counts": 1024, "stop_counts": 3995 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255196, 39.97426 ], [ -75.251914, 39.974623 ], [ -75.250203, 39.974815 ], [ -75.249901, 39.973197 ], [ -75.24887, 39.972339 ], [ -75.249177, 39.970857 ], [ -75.250481, 39.96946 ], [ -75.255123, 39.970036 ], [ -75.254752, 39.971527 ], [ -75.255196, 39.97426 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107004", "device_counts": 396, "stop_counts": 1719 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208356, 39.970706 ], [ -75.205907, 39.970875 ], [ -75.205979, 39.971429 ], [ -75.203722, 39.970929 ], [ -75.203258, 39.968447 ], [ -75.207839, 39.967943 ], [ -75.208038, 39.968984 ], [ -75.208356, 39.970706 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010120002", "device_counts": 2234, "stop_counts": 5510 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235298, 39.99707 ], [ -75.230896, 39.99913 ], [ -75.227462, 40.000746 ], [ -75.226563, 39.999216 ], [ -75.225664, 39.995848 ], [ -75.231762, 39.99309 ], [ -75.233713, 39.992176 ], [ -75.234027, 39.994736 ], [ -75.234136, 39.995598 ], [ -75.235298, 39.99707 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170001", "device_counts": 934, "stop_counts": 2942 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192225, 40.00722 ], [ -75.190514, 40.008407 ], [ -75.186537, 40.009831 ], [ -75.185674, 40.01012 ], [ -75.185412, 40.009513 ], [ -75.187821, 40.006102 ], [ -75.186477, 40.005921 ], [ -75.186349, 40.006533 ], [ -75.18535, 40.006527 ], [ -75.183204, 40.006624 ], [ -75.18335, 40.005521 ], [ -75.183644, 40.004204 ], [ -75.181141, 40.003697 ], [ -75.183953, 40.002838 ], [ -75.184564, 40.002493 ], [ -75.186812, 40.000434 ], [ -75.186861, 40.000409 ], [ -75.188447, 40.000272 ], [ -75.191754, 39.999748 ], [ -75.19132, 40.003715 ], [ -75.192467, 40.006482 ], [ -75.192225, 40.00722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137005", "device_counts": 977, "stop_counts": 3458 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.189882, 39.977933 ], [ -75.189076, 39.979387 ], [ -75.188661, 39.981207 ], [ -75.185497, 39.980804 ], [ -75.183838, 39.980585 ], [ -75.184439, 39.977788 ], [ -75.184945, 39.975479 ], [ -75.185394, 39.973417 ], [ -75.186368, 39.973537 ], [ -75.187816, 39.976363 ], [ -75.189674, 39.977173 ], [ -75.189882, 39.977933 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010148001", "device_counts": 878, "stop_counts": 3290 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172503, 39.980592 ], [ -75.172161, 39.9821 ], [ -75.167076, 39.981454 ], [ -75.165511, 39.981244 ], [ -75.165849, 39.979714 ], [ -75.16616, 39.978308 ], [ -75.170287, 39.978845 ], [ -75.171213, 39.978952 ], [ -75.172799, 39.97916 ], [ -75.172503, 39.980592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010145002", "device_counts": 466, "stop_counts": 1501 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149734, 39.976182 ], [ -75.145559, 39.975638 ], [ -75.146082, 39.972833 ], [ -75.150315, 39.973382 ], [ -75.149734, 39.976182 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010142002", "device_counts": 4850, "stop_counts": 16232 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145018, 39.970191 ], [ -75.143095, 39.969954 ], [ -75.140665, 39.969652 ], [ -75.139578, 39.969515 ], [ -75.135143, 39.968687 ], [ -75.134428, 39.968791 ], [ -75.134347, 39.964477 ], [ -75.128697, 39.966977 ], [ -75.125416361661095, 39.961951694137291 ], [ -75.12692, 39.961112 ], [ -75.13012, 39.958712 ], [ -75.130217089517501, 39.958589210316127 ], [ -75.136755, 39.962766 ], [ -75.138081, 39.962936 ], [ -75.138827, 39.963129 ], [ -75.142528, 39.964985 ], [ -75.144002, 39.96567 ], [ -75.143524, 39.967942 ], [ -75.145487, 39.96823 ], [ -75.145018, 39.970191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162002", "device_counts": 572, "stop_counts": 2041 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145126, 39.986485 ], [ -75.1435, 39.986275 ], [ -75.14152, 39.986016 ], [ -75.139669, 39.985802 ], [ -75.13746, 39.985492 ], [ -75.136759, 39.985402 ], [ -75.137443, 39.982223 ], [ -75.138137, 39.982312 ], [ -75.139868, 39.982536 ], [ -75.144169, 39.983092 ], [ -75.14405, 39.983721 ], [ -75.144154, 39.984724 ], [ -75.145126, 39.986485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157003", "device_counts": 1235, "stop_counts": 3589 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138768, 39.979323 ], [ -75.136423, 39.97902 ], [ -75.136739, 39.977527 ], [ -75.13437, 39.977219 ], [ -75.133733, 39.980208 ], [ -75.13319, 39.980134 ], [ -75.130448, 39.978589 ], [ -75.131238, 39.977786 ], [ -75.13267, 39.975304 ], [ -75.133374, 39.97409 ], [ -75.139715, 39.974897 ], [ -75.138768, 39.979323 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010206001", "device_counts": 1332, "stop_counts": 4791 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191105, 40.021663 ], [ -75.190007, 40.022524 ], [ -75.181668, 40.025657 ], [ -75.178141, 40.022595 ], [ -75.176861, 40.021501 ], [ -75.173246, 40.018411 ], [ -75.172342, 40.017604 ], [ -75.174037, 40.016962 ], [ -75.175669, 40.016051 ], [ -75.182239, 40.011676 ], [ -75.185937, 40.014895 ], [ -75.187708, 40.01641 ], [ -75.190034, 40.018727 ], [ -75.192405, 40.020495 ], [ -75.191105, 40.021663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036003", "device_counts": 2741, "stop_counts": 9039 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193156, 39.924592 ], [ -75.194623, 39.92681 ], [ -75.194153, 39.927514 ], [ -75.186029, 39.926481 ], [ -75.186937, 39.922318 ], [ -75.189653, 39.921807 ], [ -75.192494, 39.921266 ], [ -75.195045, 39.921011 ], [ -75.193156, 39.924592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383001", "device_counts": 6814, "stop_counts": 31030 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137529, 40.004304 ], [ -75.136858, 40.007394 ], [ -75.135858, 40.011982 ], [ -75.131779, 40.011482 ], [ -75.130585, 40.011325 ], [ -75.128883, 40.018945 ], [ -75.125023, 40.018435 ], [ -75.124687, 40.019957 ], [ -75.122752, 40.019722 ], [ -75.121407, 40.019548 ], [ -75.117154, 40.019006 ], [ -75.116272, 40.017423 ], [ -75.119439, 40.013026 ], [ -75.112161, 40.012085 ], [ -75.112497, 40.010489 ], [ -75.112821, 40.009007 ], [ -75.113483, 40.005927 ], [ -75.113986, 40.00356 ], [ -75.11609, 40.003067 ], [ -75.116411, 40.001624 ], [ -75.119314, 40.002003 ], [ -75.12441, 40.002634 ], [ -75.123949, 40.004814 ], [ -75.127863, 40.005057 ], [ -75.133021, 40.005104 ], [ -75.137669, 40.003645 ], [ -75.137529, 40.004304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389001", "device_counts": 1236, "stop_counts": 3597 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17326, 40.050667 ], [ -75.168958, 40.054846 ], [ -75.165715, 40.058033 ], [ -75.165453, 40.059541 ], [ -75.162122, 40.057638 ], [ -75.160691, 40.056831 ], [ -75.158889, 40.055768 ], [ -75.161898, 40.052842 ], [ -75.164529, 40.050306 ], [ -75.167701, 40.047245 ], [ -75.170884, 40.049199 ], [ -75.171755, 40.048359 ], [ -75.172888, 40.050431 ], [ -75.17326, 40.050667 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136012", "device_counts": 474, "stop_counts": 1574 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183561, 39.970778 ], [ -75.181234, 39.970504 ], [ -75.178606, 39.97018 ], [ -75.178056, 39.970112 ], [ -75.178641, 39.967399 ], [ -75.179683, 39.967416 ], [ -75.181589, 39.969025 ], [ -75.183561, 39.970778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160003", "device_counts": 1786, "stop_counts": 5229 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124193, 39.9785 ], [ -75.122449, 39.979411 ], [ -75.123266, 39.980344 ], [ -75.120973, 39.981546 ], [ -75.118522, 39.982825 ], [ -75.117355, 39.981481 ], [ -75.117697, 39.980904 ], [ -75.118611, 39.978879 ], [ -75.119763, 39.976369 ], [ -75.121032, 39.977811 ], [ -75.123334, 39.977514 ], [ -75.124193, 39.9785 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010166001", "device_counts": 1235, "stop_counts": 3668 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154588, 39.993938 ], [ -75.152389, 39.993659 ], [ -75.15273, 39.992072 ], [ -75.152871, 39.990551 ], [ -75.151815, 39.988886 ], [ -75.151199, 39.987798 ], [ -75.150197, 39.985504 ], [ -75.150913, 39.985597 ], [ -75.154063, 39.986003 ], [ -75.15339, 39.989086 ], [ -75.155593, 39.989369 ], [ -75.154588, 39.993938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010381001", "device_counts": 2028, "stop_counts": 8976 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069508, 40.010798 ], [ -75.061339, 40.012764 ], [ -75.059285, 40.013387 ], [ -75.056898, 40.014204 ], [ -75.052816, 40.016119 ], [ -75.04879, 40.018141 ], [ -75.047798, 40.017326 ], [ -75.043218536113002, 40.011867977145386 ], [ -75.04709, 40.009941 ], [ -75.052278982364697, 40.0055260511092 ], [ -75.053405, 40.004568 ], [ -75.053723885964288, 40.004080276035694 ], [ -75.062126, 40.006643 ], [ -75.063056, 40.006098 ], [ -75.064579, 40.006194 ], [ -75.067696, 40.005333 ], [ -75.068346, 40.006924 ], [ -75.068883, 40.00879 ], [ -75.069508, 40.010798 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010385002", "device_counts": 878, "stop_counts": 3588 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224652, 40.084361 ], [ -75.224012, 40.084218 ], [ -75.217463, 40.080575 ], [ -75.207327, 40.076561 ], [ -75.206418, 40.076011 ], [ -75.210566, 40.071803 ], [ -75.209082, 40.070894 ], [ -75.2112, 40.068809 ], [ -75.211625, 40.070754 ], [ -75.215385, 40.073257 ], [ -75.216984, 40.074811 ], [ -75.215093, 40.077141 ], [ -75.218189, 40.075823 ], [ -75.224633, 40.079605 ], [ -75.227899, 40.084282 ], [ -75.224652, 40.084361 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010387002", "device_counts": 1707, "stop_counts": 6724 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2305, 40.086022 ], [ -75.22361, 40.092907 ], [ -75.213165, 40.086872 ], [ -75.21273, 40.086388 ], [ -75.211868, 40.086086 ], [ -75.209396, 40.084927 ], [ -75.200378, 40.07959 ], [ -75.202649, 40.07739 ], [ -75.205081, 40.078823 ], [ -75.207327, 40.076561 ], [ -75.217463, 40.080575 ], [ -75.224012, 40.084218 ], [ -75.224652, 40.084361 ], [ -75.227899, 40.084282 ], [ -75.228078, 40.084434 ], [ -75.228599, 40.084874 ], [ -75.2305, 40.086022 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389002", "device_counts": 838, "stop_counts": 2816 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172869, 40.057256 ], [ -75.168641, 40.061373 ], [ -75.165453, 40.059541 ], [ -75.165715, 40.058033 ], [ -75.168958, 40.054846 ], [ -75.172869, 40.057256 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286001", "device_counts": 2048, "stop_counts": 5424 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127824, 40.026663 ], [ -75.127646, 40.027416 ], [ -75.126866, 40.028955 ], [ -75.126686, 40.029667 ], [ -75.124701, 40.029398 ], [ -75.124167, 40.032575 ], [ -75.1236, 40.032771 ], [ -75.121964, 40.03373 ], [ -75.121711, 40.03347 ], [ -75.122727, 40.029151 ], [ -75.123027, 40.027692 ], [ -75.123525, 40.025463 ], [ -75.126967, 40.024818 ], [ -75.127816, 40.024683 ], [ -75.127935, 40.026158 ], [ -75.127824, 40.026663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218002", "device_counts": 809, "stop_counts": 3916 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236234, 40.052739 ], [ -75.235917, 40.055079 ], [ -75.236042, 40.056711 ], [ -75.23365, 40.057887 ], [ -75.231721, 40.054078 ], [ -75.231223, 40.053703 ], [ -75.230417, 40.053374 ], [ -75.227161, 40.052534 ], [ -75.230049, 40.051219 ], [ -75.230603, 40.050962 ], [ -75.235419, 40.048775 ], [ -75.236301, 40.051037 ], [ -75.236234, 40.052739 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038002", "device_counts": 7831, "stop_counts": 31419 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19022, 39.915884 ], [ -75.189413, 39.921073 ], [ -75.189653, 39.921807 ], [ -75.186937, 39.922318 ], [ -75.185202, 39.922574 ], [ -75.183434, 39.922939 ], [ -75.181703, 39.92329 ], [ -75.182512, 39.919629 ], [ -75.180576, 39.919369 ], [ -75.177438, 39.91897 ], [ -75.178268, 39.915053 ], [ -75.17718, 39.91489 ], [ -75.177806, 39.91309 ], [ -75.188144, 39.914281 ], [ -75.189481, 39.91484 ], [ -75.19022, 39.915884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195021", "device_counts": 833, "stop_counts": 1936 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137669, 40.003645 ], [ -75.133021, 40.005104 ], [ -75.127863, 40.005057 ], [ -75.128282, 40.003116 ], [ -75.133239, 40.003756 ], [ -75.133561, 40.002265 ], [ -75.137847, 40.002799 ], [ -75.137669, 40.003645 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086011", "device_counts": 1006, "stop_counts": 2954 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222056, 39.954102 ], [ -75.221923, 39.954723 ], [ -75.221798, 39.955319 ], [ -75.219823, 39.955076 ], [ -75.215872, 39.954586 ], [ -75.21635, 39.952302 ], [ -75.218347, 39.952553 ], [ -75.220295, 39.952792 ], [ -75.222279, 39.95304 ], [ -75.222056, 39.954102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104003", "device_counts": 710, "stop_counts": 3122 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222444, 39.966531 ], [ -75.220402, 39.966641 ], [ -75.220578, 39.968067 ], [ -75.217866, 39.968342 ], [ -75.216996, 39.968969 ], [ -75.2168, 39.967459 ], [ -75.216516, 39.965214 ], [ -75.22017, 39.964844 ], [ -75.220044, 39.963819 ], [ -75.221952, 39.96425 ], [ -75.222431, 39.966487 ], [ -75.222444, 39.966531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363012", "device_counts": 504, "stop_counts": 3190 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.970623, 40.096983 ], [ -74.970028, 40.096943 ], [ -74.964688, 40.097347 ], [ -74.962107, 40.097709 ], [ -74.96163, 40.097804 ], [ -74.961049, 40.097431 ], [ -74.958749, 40.096929 ], [ -74.961859, 40.093621 ], [ -74.965723, 40.091635 ], [ -74.966752, 40.092976 ], [ -74.96876, 40.094759 ], [ -74.970302, 40.096022 ], [ -74.971016, 40.096392 ], [ -74.970623, 40.096983 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379003", "device_counts": 7285, "stop_counts": 23828 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.097007, 39.993399 ], [ -75.094523, 39.994603 ], [ -75.086505, 39.998825 ], [ -75.084452, 39.997146 ], [ -75.080932, 39.993498 ], [ -75.089616, 39.989064 ], [ -75.091216, 39.99088 ], [ -75.093664, 39.9896 ], [ -75.095726, 39.99195 ], [ -75.097007, 39.993399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390001", "device_counts": 7325, "stop_counts": 22404 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103903, 40.030589 ], [ -75.101148, 40.033334 ], [ -75.100573, 40.033957 ], [ -75.098416, 40.036101 ], [ -75.101572, 40.038293 ], [ -75.096603, 40.042487 ], [ -75.094175, 40.045026 ], [ -75.091859, 40.047485 ], [ -75.091098, 40.04706 ], [ -75.088312, 40.045514 ], [ -75.088975, 40.044332 ], [ -75.088631, 40.042747 ], [ -75.089246, 40.042252 ], [ -75.09159, 40.039734 ], [ -75.090543, 40.039142 ], [ -75.09299, 40.036729 ], [ -75.093532, 40.035024 ], [ -75.09227, 40.034323 ], [ -75.093497, 40.033072 ], [ -75.094339, 40.032217 ], [ -75.093542, 40.031195 ], [ -75.093204, 40.030704 ], [ -75.092349, 40.029658 ], [ -75.092295, 40.028879 ], [ -75.092162, 40.02805 ], [ -75.09399, 40.027037 ], [ -75.096038, 40.026567 ], [ -75.096726, 40.026698 ], [ -75.10128, 40.029514 ], [ -75.10267, 40.029987 ], [ -75.10292, 40.029929 ], [ -75.103068, 40.029895 ], [ -75.104306, 40.029846 ], [ -75.103903, 40.030589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390004", "device_counts": 998, "stop_counts": 2151 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089204, 40.032628 ], [ -75.087159, 40.03479 ], [ -75.085313, 40.033521 ], [ -75.084832, 40.032349 ], [ -75.084273, 40.032172 ], [ -75.084089, 40.031826 ], [ -75.084197, 40.031438 ], [ -75.084794, 40.031223 ], [ -75.084915, 40.031241 ], [ -75.08508, 40.031266 ], [ -75.085263, 40.031381 ], [ -75.086551, 40.031133 ], [ -75.088078, 40.032 ], [ -75.089204, 40.032628 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355001", "device_counts": 2834, "stop_counts": 11392 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.027681, 40.095046 ], [ -75.021451, 40.096963 ], [ -75.018233, 40.097105 ], [ -75.015528, 40.09486 ], [ -75.023996, 40.086107 ], [ -75.027097, 40.087878 ], [ -75.025866, 40.090515 ], [ -75.027681, 40.095046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291004", "device_counts": 812, "stop_counts": 2012 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112821, 40.027627 ], [ -75.110825, 40.029623 ], [ -75.111075, 40.031061 ], [ -75.109057, 40.031741 ], [ -75.106431, 40.029197 ], [ -75.110039, 40.028047 ], [ -75.111377, 40.027619 ], [ -75.112759, 40.027349 ], [ -75.112821, 40.027627 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019891001", "device_counts": 2356, "stop_counts": 12064 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.018427, 40.033507 ], [ -75.021603, 40.033996 ], [ -75.021239, 40.036075 ], [ -75.021682, 40.037088 ], [ -75.01783, 40.039076 ], [ -75.012541, 40.038027 ], [ -75.010099, 40.039038 ], [ -75.006278, 40.041155 ], [ -75.003514, 40.042822 ], [ -74.99627, 40.047202 ], [ -74.990976, 40.042526 ], [ -74.990302, 40.042377 ], [ -74.986997223360802, 40.039346956736601 ], [ -74.988884, 40.037289 ], [ -74.990215350336996, 40.036372563903093 ], [ -75.007469, 40.024496 ], [ -75.011115, 40.021311 ], [ -75.013795768141605, 40.020214322123898 ], [ -75.013803495273393, 40.020211161024498 ], [ -75.015583, 40.023134 ], [ -75.022508, 40.030832 ], [ -75.018427, 40.033507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010351002", "device_counts": 727, "stop_counts": 4211 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.992793, 40.046975 ], [ -74.988129, 40.049737 ], [ -74.985114, 40.046992 ], [ -74.983929, 40.048065 ], [ -74.986317, 40.050837 ], [ -74.984503, 40.051939 ], [ -74.981789, 40.04954 ], [ -74.980228, 40.050581 ], [ -74.982732, 40.053014 ], [ -74.982202, 40.053804 ], [ -74.979695, 40.053399 ], [ -74.974319853259999, 40.048899133320006 ], [ -74.974713, 40.048711 ], [ -74.983540729443007, 40.042953785145897 ], [ -74.983913, 40.042711 ], [ -74.986997223360802, 40.039346956736601 ], [ -74.990302, 40.042377 ], [ -74.990976, 40.042526 ], [ -74.989105, 40.043678 ], [ -74.992793, 40.046975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356012", "device_counts": 1450, "stop_counts": 6231 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.042613, 40.100504 ], [ -75.039857, 40.101835 ], [ -75.032998, 40.10511 ], [ -75.030235, 40.103387 ], [ -75.033474, 40.098205 ], [ -75.034298, 40.097871 ], [ -75.035842, 40.098099 ], [ -75.036962, 40.095913 ], [ -75.038082, 40.097456 ], [ -75.039643, 40.098344 ], [ -75.042503, 40.099942 ], [ -75.042613, 40.100504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345023", "device_counts": 1767, "stop_counts": 7143 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.046249, 40.081459 ], [ -75.042143, 40.084065 ], [ -75.040877, 40.086966 ], [ -75.039509, 40.085702 ], [ -75.0384, 40.084472 ], [ -75.036758, 40.079083 ], [ -75.040252, 40.079994 ], [ -75.04312, 40.077166 ], [ -75.043495, 40.07805 ], [ -75.046249, 40.081459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012011", "device_counts": 784, "stop_counts": 1907 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187231, 39.947176 ], [ -75.185634, 39.948021 ], [ -75.183288, 39.949512 ], [ -75.181134, 39.949008 ], [ -75.180021, 39.948872 ], [ -75.180328, 39.947455 ], [ -75.181445, 39.947597 ], [ -75.18188, 39.945691 ], [ -75.185685, 39.946159 ], [ -75.186393, 39.946567 ], [ -75.187231, 39.947176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013001", "device_counts": 826, "stop_counts": 1624 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180409, 39.944602 ], [ -75.180611, 39.944631 ], [ -75.179409, 39.945377 ], [ -75.178578, 39.945269 ], [ -75.176985, 39.94508 ], [ -75.177169, 39.944209 ], [ -75.177374, 39.943231 ], [ -75.180624, 39.943641 ], [ -75.180409, 39.944602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191006", "device_counts": 933, "stop_counts": 2759 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112497, 40.010489 ], [ -75.108368, 40.009952 ], [ -75.108087, 40.011547 ], [ -75.105434, 40.011197 ], [ -75.105768, 40.009619 ], [ -75.106083, 40.00813 ], [ -75.112821, 40.009007 ], [ -75.112497, 40.010489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195023", "device_counts": 459, "stop_counts": 1697 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133239, 40.003756 ], [ -75.128282, 40.003116 ], [ -75.128604, 40.001619 ], [ -75.131501, 40.001999 ], [ -75.133561, 40.002265 ], [ -75.133239, 40.003756 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197004", "device_counts": 465, "stop_counts": 1612 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139464, 40.015599 ], [ -75.13911, 40.017187 ], [ -75.136811, 40.016899 ], [ -75.137502, 40.01371 ], [ -75.13981, 40.014014 ], [ -75.139464, 40.015599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198003", "device_counts": 347, "stop_counts": 875 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141913, 40.009674 ], [ -75.141425, 40.00961 ], [ -75.138483, 40.009234 ], [ -75.138577, 40.008789 ], [ -75.139652, 40.007755 ], [ -75.140472, 40.007878 ], [ -75.142256, 40.008093 ], [ -75.141913, 40.009674 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199003", "device_counts": 491, "stop_counts": 1813 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147603, 40.008779 ], [ -75.143346, 40.008227 ], [ -75.144069, 40.006684 ], [ -75.143437, 40.005071 ], [ -75.148277, 40.005697 ], [ -75.147603, 40.008779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201013", "device_counts": 490, "stop_counts": 1864 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157703, 40.00221 ], [ -75.157365, 40.003799 ], [ -75.154205, 40.003395 ], [ -75.155232, 39.998728 ], [ -75.158222, 39.999121 ], [ -75.157703, 40.00221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202006", "device_counts": 267, "stop_counts": 1573 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164733, 40.008616 ], [ -75.164576, 40.009337 ], [ -75.161095, 40.008883 ], [ -75.161409, 40.007399 ], [ -75.161747, 40.005905 ], [ -75.165228, 40.006354 ], [ -75.164733, 40.008616 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207001", "device_counts": 459, "stop_counts": 2050 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198361, 40.01527 ], [ -75.192405, 40.020495 ], [ -75.190034, 40.018727 ], [ -75.187708, 40.01641 ], [ -75.191289, 40.013697 ], [ -75.191874, 40.014201 ], [ -75.192879, 40.01162 ], [ -75.194847, 40.012175 ], [ -75.200278, 40.013708 ], [ -75.198361, 40.01527 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210002", "device_counts": 197, "stop_counts": 951 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218841, 40.0266 ], [ -75.216632, 40.027602 ], [ -75.214311, 40.024553 ], [ -75.215348, 40.023903 ], [ -75.216241, 40.023419 ], [ -75.219699, 40.02614 ], [ -75.218841, 40.0266 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210001", "device_counts": 447, "stop_counts": 2263 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.216632, 40.027602 ], [ -75.214188, 40.028699 ], [ -75.211308, 40.02997 ], [ -75.210588, 40.02903 ], [ -75.209437, 40.026929 ], [ -75.212764, 40.025348 ], [ -75.214311, 40.024553 ], [ -75.216632, 40.027602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213001", "device_counts": 597, "stop_counts": 1428 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222011, 40.035206 ], [ -75.218759, 40.036654 ], [ -75.217925, 40.03616 ], [ -75.216638, 40.034833 ], [ -75.220237, 40.033215 ], [ -75.220899, 40.033847 ], [ -75.222011, 40.035206 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214004", "device_counts": 329, "stop_counts": 1547 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228765, 40.029792 ], [ -75.226787, 40.030802 ], [ -75.225127, 40.031643 ], [ -75.223474, 40.029441 ], [ -75.226157, 40.027648 ], [ -75.227885, 40.028193 ], [ -75.229513, 40.029492 ], [ -75.228765, 40.029792 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215004", "device_counts": 421, "stop_counts": 1845 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234937, 40.0349 ], [ -75.228104, 40.040855 ], [ -75.226159, 40.038361 ], [ -75.228179, 40.037082 ], [ -75.227199, 40.035255 ], [ -75.22815, 40.034714 ], [ -75.233394, 40.031906 ], [ -75.23564, 40.034249 ], [ -75.234937, 40.0349 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217001", "device_counts": 533, "stop_counts": 4284 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230049, 40.051219 ], [ -75.227161, 40.052534 ], [ -75.218706, 40.04851 ], [ -75.218194, 40.047966 ], [ -75.217827, 40.0471 ], [ -75.217846, 40.044343 ], [ -75.219201, 40.044379 ], [ -75.2223, 40.045151 ], [ -75.229214, 40.048037 ], [ -75.230049, 40.051219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218001", "device_counts": 597, "stop_counts": 3733 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238182, 40.059771 ], [ -75.231724, 40.064099 ], [ -75.232439, 40.064739 ], [ -75.230082, 40.0663 ], [ -75.228446, 40.06254 ], [ -75.226882, 40.061813 ], [ -75.228493, 40.060331 ], [ -75.230156, 40.05955 ], [ -75.23365, 40.057887 ], [ -75.236042, 40.056711 ], [ -75.236386, 40.057398 ], [ -75.238182, 40.059771 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010384001", "device_counts": 910, "stop_counts": 3830 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243288, 40.073494 ], [ -75.232952, 40.083618 ], [ -75.231412, 40.082658 ], [ -75.22779, 40.08149 ], [ -75.225988, 40.079068 ], [ -75.230411, 40.077042 ], [ -75.225202, 40.074072 ], [ -75.227005, 40.072605 ], [ -75.228088, 40.070649 ], [ -75.226651, 40.070458 ], [ -75.223538, 40.067435 ], [ -75.225109, 40.06608 ], [ -75.2248, 40.062554 ], [ -75.226412, 40.061987 ], [ -75.22495, 40.059866 ], [ -75.226991, 40.058899 ], [ -75.228493, 40.060331 ], [ -75.226882, 40.061813 ], [ -75.228446, 40.06254 ], [ -75.230082, 40.0663 ], [ -75.235951, 40.071238 ], [ -75.238583, 40.069546 ], [ -75.24055, 40.070468 ], [ -75.241075, 40.070395 ], [ -75.242047, 40.071949 ], [ -75.243288, 40.073494 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237003", "device_counts": 230, "stop_counts": 1083 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192346, 40.046309 ], [ -75.192123, 40.047679 ], [ -75.190817, 40.051189 ], [ -75.188499, 40.050211 ], [ -75.188491, 40.048838 ], [ -75.187368, 40.047688 ], [ -75.190893, 40.044241 ], [ -75.191199, 40.043386 ], [ -75.193091, 40.04459 ], [ -75.192346, 40.046309 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240003", "device_counts": 218, "stop_counts": 616 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177222, 40.026659 ], [ -75.174572, 40.029244 ], [ -75.173611, 40.028691 ], [ -75.174043, 40.026588 ], [ -75.175207, 40.02544 ], [ -75.177222, 40.026659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334003", "device_counts": 1253, "stop_counts": 3242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055937, 40.055993 ], [ -75.054745, 40.057252 ], [ -75.053574, 40.058477 ], [ -75.052996, 40.059096 ], [ -75.052408, 40.059739 ], [ -75.051681, 40.063022 ], [ -75.050091, 40.06216 ], [ -75.048323, 40.061176 ], [ -75.050582, 40.058769 ], [ -75.051784, 40.057504 ], [ -75.052749, 40.058042 ], [ -75.053348, 40.056454 ], [ -75.054197, 40.054405 ], [ -75.054947, 40.053507 ], [ -75.057125, 40.054722 ], [ -75.055937, 40.055993 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335001", "device_counts": 390, "stop_counts": 1984 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068074, 40.060824 ], [ -75.067196, 40.060321 ], [ -75.064499, 40.058826 ], [ -75.060891, 40.056823 ], [ -75.061736, 40.055892 ], [ -75.062881, 40.055983 ], [ -75.064818, 40.055218 ], [ -75.065544, 40.055704 ], [ -75.065475, 40.05619 ], [ -75.067582, 40.05606 ], [ -75.067204, 40.05641 ], [ -75.06743, 40.0586 ], [ -75.069224, 40.059583 ], [ -75.068074, 40.060824 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336001", "device_counts": 1607, "stop_counts": 4573 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057697, 40.062787 ], [ -75.057135, 40.063364 ], [ -75.056605, 40.063955 ], [ -75.055477, 40.065149 ], [ -75.051859, 40.063187 ], [ -75.051681, 40.063022 ], [ -75.052408, 40.059739 ], [ -75.052996, 40.059096 ], [ -75.058323, 40.062116 ], [ -75.057697, 40.062787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337013", "device_counts": 2015, "stop_counts": 8089 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050755, 40.069544 ], [ -75.049545, 40.070978 ], [ -75.047762, 40.069395 ], [ -75.047114, 40.068037 ], [ -75.047963, 40.066822 ], [ -75.044675, 40.06484 ], [ -75.041907, 40.064683 ], [ -75.043614, 40.060811 ], [ -75.044201, 40.059477 ], [ -75.044275, 40.059356 ], [ -75.044991, 40.059372 ], [ -75.048323, 40.061176 ], [ -75.050091, 40.06216 ], [ -75.047725, 40.064686 ], [ -75.05122, 40.06663 ], [ -75.050755, 40.069544 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338005", "device_counts": 2491, "stop_counts": 6998 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085729, 40.062589 ], [ -75.084747, 40.06316 ], [ -75.083515, 40.063725 ], [ -75.083514, 40.063756 ], [ -75.083483, 40.063738 ], [ -75.078352, 40.065426 ], [ -75.077177, 40.065785 ], [ -75.074845, 40.066538 ], [ -75.069297, 40.068345 ], [ -75.067838, 40.068959 ], [ -75.067355, 40.068727 ], [ -75.073304, 40.062812 ], [ -75.075991, 40.064342 ], [ -75.077504, 40.064196 ], [ -75.081402, 40.060031 ], [ -75.083525, 40.06127 ], [ -75.083833, 40.061472 ], [ -75.08478, 40.062044 ], [ -75.085729, 40.062589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339001", "device_counts": 530, "stop_counts": 2004 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083726, 40.068173 ], [ -75.083255, 40.071209 ], [ -75.07966, 40.069203 ], [ -75.080965, 40.067974 ], [ -75.07805, 40.06636 ], [ -75.077177, 40.065785 ], [ -75.078352, 40.065426 ], [ -75.079532, 40.066175 ], [ -75.08151, 40.064789 ], [ -75.083648, 40.065704 ], [ -75.083726, 40.068173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341003", "device_counts": 480, "stop_counts": 2122 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082501, 40.07656 ], [ -75.081603, 40.076328 ], [ -75.080159, 40.075454 ], [ -75.077595, 40.073918 ], [ -75.078867, 40.072559 ], [ -75.077202, 40.071627 ], [ -75.07966, 40.069203 ], [ -75.083255, 40.071209 ], [ -75.082501, 40.07656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363032", "device_counts": 725, "stop_counts": 4060 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.9781, 40.099212 ], [ -74.97588, 40.100421 ], [ -74.971183, 40.102233 ], [ -74.96767, 40.1027 ], [ -74.967515, 40.101869 ], [ -74.967496, 40.100803 ], [ -74.970836, 40.100755 ], [ -74.973395, 40.099759 ], [ -74.974647, 40.098954 ], [ -74.976091, 40.097433 ], [ -74.97577, 40.096412 ], [ -74.976783, 40.095969 ], [ -74.977757, 40.098433 ], [ -74.9781, 40.099212 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347011", "device_counts": 1102, "stop_counts": 5422 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.034523, 40.058672 ], [ -75.033628, 40.060834 ], [ -75.029986, 40.064398 ], [ -75.028362, 40.064504 ], [ -75.028, 40.059736 ], [ -75.029005, 40.05752 ], [ -75.028756, 40.056781 ], [ -75.029032, 40.056399 ], [ -75.033734, 40.056884 ], [ -75.03433, 40.057067 ], [ -75.034523, 40.058672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348032", "device_counts": 1978, "stop_counts": 8044 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.008128, 40.068585 ], [ -75.007269, 40.069161 ], [ -74.998385, 40.064117 ], [ -75.00009, 40.062745 ], [ -75.002288, 40.063869 ], [ -75.005996, 40.061324 ], [ -75.008319, 40.06252 ], [ -75.007719, 40.067102 ], [ -75.008788, 40.06735 ], [ -75.008128, 40.068585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349002", "device_counts": 1155, "stop_counts": 5829 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.016377, 40.045672 ], [ -75.012273, 40.048885 ], [ -75.007927, 40.045033 ], [ -75.009595, 40.043924 ], [ -75.006278, 40.041155 ], [ -75.010099, 40.039038 ], [ -75.012125, 40.040582 ], [ -75.010101, 40.041671 ], [ -75.012708, 40.043779 ], [ -75.013422, 40.043306 ], [ -75.016377, 40.045672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352003", "device_counts": 1233, "stop_counts": 4399 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.001181, 40.057232 ], [ -74.998259, 40.05808 ], [ -74.994151, 40.054401 ], [ -74.999877, 40.050402 ], [ -75.004795, 40.054747 ], [ -75.001181, 40.057232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356022", "device_counts": 1958, "stop_counts": 9221 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054321, 40.108692 ], [ -75.048542, 40.112729 ], [ -75.03946, 40.107362 ], [ -75.033897, 40.105689 ], [ -75.032998, 40.10511 ], [ -75.039857, 40.101835 ], [ -75.046843, 40.105712 ], [ -75.049254, 40.105823 ], [ -75.05401, 40.108143 ], [ -75.054321, 40.108692 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010364001", "device_counts": 4437, "stop_counts": 17716 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.005391, 40.114802 ], [ -74.997052, 40.121168 ], [ -74.993533, 40.11868 ], [ -74.987193, 40.123286 ], [ -74.983523, 40.123671 ], [ -74.982213, 40.122057 ], [ -74.982748, 40.120887 ], [ -74.980058, 40.119883 ], [ -74.973219, 40.119891 ], [ -74.970119, 40.117201 ], [ -74.964526, 40.118372 ], [ -74.96408, 40.117766 ], [ -74.966621, 40.117932 ], [ -74.969758, 40.115927 ], [ -74.969941, 40.113339 ], [ -74.97896, 40.106169 ], [ -74.983393, 40.103684 ], [ -74.981997, 40.102454 ], [ -74.986551, 40.099366 ], [ -74.992199, 40.103978 ], [ -74.994438, 40.105853 ], [ -74.995134, 40.106336 ], [ -74.997124, 40.108151 ], [ -75.000959, 40.111393 ], [ -75.003554, 40.110847 ], [ -75.005391, 40.114802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347021", "device_counts": 1062, "stop_counts": 6243 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029005, 40.05752 ], [ -75.028, 40.059736 ], [ -75.028362, 40.064504 ], [ -75.028512, 40.06684 ], [ -75.028256, 40.067314 ], [ -75.022217, 40.06352 ], [ -75.021707, 40.063392 ], [ -75.021992, 40.063113 ], [ -75.024818, 40.060286 ], [ -75.024701, 40.057278 ], [ -75.024345, 40.05644 ], [ -75.025431, 40.05637 ], [ -75.028291, 40.056363 ], [ -75.028397, 40.056728 ], [ -75.028756, 40.056781 ], [ -75.029005, 40.05752 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363021", "device_counts": 738, "stop_counts": 3016 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981659, 40.095571 ], [ -74.977757, 40.098433 ], [ -74.976783, 40.095969 ], [ -74.97648, 40.091256 ], [ -74.976072, 40.090653 ], [ -74.979893, 40.09381 ], [ -74.981659, 40.095571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292001", "device_counts": 1639, "stop_counts": 5963 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112759, 40.027349 ], [ -75.111377, 40.027619 ], [ -75.110039, 40.028047 ], [ -75.106431, 40.029197 ], [ -75.104306, 40.029846 ], [ -75.104059, 40.029441 ], [ -75.109611, 40.023588 ], [ -75.111228, 40.023211 ], [ -75.111664, 40.025651 ], [ -75.112773, 40.027036 ], [ -75.112759, 40.027349 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010050001", "device_counts": 2165, "stop_counts": 17646 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19631, 39.901071 ], [ -75.193923, 39.900403 ], [ -75.19194, 39.896089 ], [ -75.189993, 39.89681 ], [ -75.187183, 39.896682 ], [ -75.176562, 39.898666 ], [ -75.174959, 39.898488 ], [ -75.169028, 39.897243 ], [ -75.154644, 39.896849 ], [ -75.151526, 39.896647 ], [ -75.144184, 39.895633 ], [ -75.135984863397894, 39.893195957332175 ], [ -75.140006484713695, 39.88846533381718 ], [ -75.140221, 39.888213 ], [ -75.142421, 39.886413 ], [ -75.145323920519388, 39.884284191619102 ], [ -75.145421, 39.884213 ], [ -75.150721, 39.882713 ], [ -75.17453546617179, 39.88219692897281 ], [ -75.183023, 39.882013 ], [ -75.189268267037193, 39.880724294103416 ], [ -75.189323, 39.880713 ], [ -75.195018, 39.877521 ], [ -75.195217294768597, 39.877343945193211 ], [ -75.195514, 39.89184 ], [ -75.196239, 39.893365 ], [ -75.195253, 39.899322 ], [ -75.19631, 39.901071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275004", "device_counts": 308, "stop_counts": 1596 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134969, 40.04022 ], [ -75.13346, 40.039994 ], [ -75.133031, 40.041872 ], [ -75.132216, 40.041759 ], [ -75.132967, 40.038346 ], [ -75.132476, 40.036684 ], [ -75.134818, 40.036987 ], [ -75.134472, 40.038514 ], [ -75.134969, 40.04022 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276001", "device_counts": 1468, "stop_counts": 6905 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139322, 40.04232 ], [ -75.138534, 40.042223 ], [ -75.138205, 40.043739 ], [ -75.137529, 40.046805 ], [ -75.136019, 40.046229 ], [ -75.134724, 40.046134 ], [ -75.13479, 40.04146 ], [ -75.134969, 40.04022 ], [ -75.134472, 40.038514 ], [ -75.135257, 40.03864 ], [ -75.137633, 40.038943 ], [ -75.139212, 40.039146 ], [ -75.139612, 40.0408 ], [ -75.139322, 40.04232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277006", "device_counts": 693, "stop_counts": 1976 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157729, 40.052626 ], [ -75.157557, 40.055034 ], [ -75.155554, 40.054074 ], [ -75.155214, 40.053922 ], [ -75.155446, 40.050508 ], [ -75.157858, 40.050602 ], [ -75.157729, 40.052626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279011", "device_counts": 352, "stop_counts": 1365 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154793, 40.048902 ], [ -75.153235, 40.048842 ], [ -75.15082, 40.048518 ], [ -75.150967, 40.046767 ], [ -75.15068, 40.046352 ], [ -75.151891, 40.046389 ], [ -75.153691, 40.04655 ], [ -75.154966, 40.046241 ], [ -75.154793, 40.048902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279012", "device_counts": 446, "stop_counts": 2368 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153691, 40.04655 ], [ -75.151891, 40.046389 ], [ -75.15068, 40.046352 ], [ -75.150148, 40.045658 ], [ -75.149591, 40.04483 ], [ -75.149796, 40.043673 ], [ -75.152081, 40.043608 ], [ -75.153883, 40.043659 ], [ -75.153691, 40.04655 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280002", "device_counts": 965, "stop_counts": 2874 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159551, 40.023925 ], [ -75.159033, 40.030316 ], [ -75.158124, 40.030825 ], [ -75.157119, 40.030993 ], [ -75.154776, 40.031452 ], [ -75.155694, 40.02613 ], [ -75.154064, 40.026198 ], [ -75.154245, 40.025634 ], [ -75.157153, 40.02413 ], [ -75.157303, 40.022607 ], [ -75.159035, 40.0228 ], [ -75.159214, 40.023192 ], [ -75.159315, 40.02341 ], [ -75.159551, 40.023925 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283006", "device_counts": 267, "stop_counts": 1163 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144284, 40.030814 ], [ -75.142471, 40.031766 ], [ -75.141668, 40.0316 ], [ -75.142334, 40.028543 ], [ -75.144716, 40.028855 ], [ -75.144284, 40.030814 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284002", "device_counts": 322, "stop_counts": 1724 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13998, 40.028245 ], [ -75.136137, 40.027741 ], [ -75.135802, 40.029254 ], [ -75.13506, 40.02915 ], [ -75.135334, 40.027632 ], [ -75.135096, 40.026079 ], [ -75.137096, 40.026336 ], [ -75.138698, 40.026536 ], [ -75.140303, 40.026745 ], [ -75.13998, 40.028245 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286004", "device_counts": 437, "stop_counts": 1615 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13129, 40.032818 ], [ -75.128428, 40.032472 ], [ -75.128974, 40.029953 ], [ -75.131829, 40.030321 ], [ -75.13129, 40.032818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289011", "device_counts": 812, "stop_counts": 2878 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120481, 40.02109 ], [ -75.120136, 40.022627 ], [ -75.117959, 40.022349 ], [ -75.116106, 40.022109 ], [ -75.116243, 40.020558 ], [ -75.116404, 40.018909 ], [ -75.117154, 40.019006 ], [ -75.121407, 40.019548 ], [ -75.120481, 40.02109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290001", "device_counts": 327, "stop_counts": 1285 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116083, 40.033037 ], [ -75.114896, 40.034447 ], [ -75.113107, 40.036567 ], [ -75.11177, 40.03486 ], [ -75.111312, 40.034539 ], [ -75.110667, 40.033249 ], [ -75.111075, 40.031061 ], [ -75.112028, 40.030797 ], [ -75.112876, 40.031991 ], [ -75.117268, 40.031624 ], [ -75.116083, 40.033037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298005", "device_counts": 755, "stop_counts": 1931 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071847, 40.016952 ], [ -75.070504, 40.017255 ], [ -75.069585, 40.014649 ], [ -75.068353, 40.014209 ], [ -75.068202, 40.014729 ], [ -75.068503, 40.013619 ], [ -75.070429, 40.013167 ], [ -75.070864, 40.014353 ], [ -75.071847, 40.016952 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299003", "device_counts": 704, "stop_counts": 2145 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073747, 40.013717 ], [ -75.070864, 40.014353 ], [ -75.070429, 40.013167 ], [ -75.06999, 40.012032 ], [ -75.072866, 40.011395 ], [ -75.073295, 40.012543 ], [ -75.073747, 40.013717 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300002", "device_counts": 305, "stop_counts": 1353 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075964, 40.020705 ], [ -75.074969, 40.021505 ], [ -75.073892, 40.022107 ], [ -75.072271, 40.020248 ], [ -75.07338, 40.019654 ], [ -75.074136, 40.019026 ], [ -75.075429, 40.017665 ], [ -75.076164, 40.018049 ], [ -75.075199, 40.019109 ], [ -75.076696, 40.019926 ], [ -75.075964, 40.020705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301002", "device_counts": 666, "stop_counts": 3146 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087283, 40.020485 ], [ -75.086819, 40.020966 ], [ -75.084591, 40.019701 ], [ -75.083508, 40.018365 ], [ -75.086382, 40.015257 ], [ -75.090325, 40.017356 ], [ -75.087283, 40.020485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302004", "device_counts": 739, "stop_counts": 2467 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086997, 40.029443 ], [ -75.085375, 40.028555 ], [ -75.083038, 40.027241 ], [ -75.084726, 40.025458 ], [ -75.086568, 40.023537 ], [ -75.090563, 40.025791 ], [ -75.086997, 40.029443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390003", "device_counts": 239, "stop_counts": 1065 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.090599, 40.033398 ], [ -75.087931, 40.036236 ], [ -75.087802, 40.036032 ], [ -75.087159, 40.03479 ], [ -75.089204, 40.032628 ], [ -75.090599, 40.033398 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390007", "device_counts": 398, "stop_counts": 2017 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.093021, 40.030888 ], [ -75.091806, 40.032145 ], [ -75.090599, 40.033398 ], [ -75.089204, 40.032628 ], [ -75.088078, 40.032 ], [ -75.089854, 40.031036 ], [ -75.091594, 40.030086 ], [ -75.092349, 40.029658 ], [ -75.093204, 40.030704 ], [ -75.093021, 40.030888 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305012", "device_counts": 369, "stop_counts": 2205 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103163, 40.039196 ], [ -75.099539, 40.042241 ], [ -75.098357, 40.043483 ], [ -75.096603, 40.042487 ], [ -75.101572, 40.038293 ], [ -75.103163, 40.039196 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149001", "device_counts": 567, "stop_counts": 2193 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175344, 39.982517 ], [ -75.174991, 39.98246 ], [ -75.174771, 39.982444 ], [ -75.172161, 39.9821 ], [ -75.172503, 39.980592 ], [ -75.172799, 39.97916 ], [ -75.174393, 39.97938 ], [ -75.175989, 39.979572 ], [ -75.175344, 39.982517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151021", "device_counts": 816, "stop_counts": 4292 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179043, 39.987154 ], [ -75.178616, 39.989179 ], [ -75.177206, 39.988991 ], [ -75.175803, 39.988812 ], [ -75.174665, 39.988427 ], [ -75.174044, 39.988507 ], [ -75.174361, 39.987024 ], [ -75.174694, 39.985506 ], [ -75.175026, 39.98402 ], [ -75.175047, 39.983956 ], [ -75.175344, 39.982517 ], [ -75.176933, 39.982713 ], [ -75.178535, 39.982919 ], [ -75.178118, 39.984769 ], [ -75.180258, 39.986345 ], [ -75.179043, 39.987154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151011", "device_counts": 366, "stop_counts": 1578 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187382, 39.98713 ], [ -75.185719, 39.986919 ], [ -75.184136, 39.986721 ], [ -75.184794, 39.983706 ], [ -75.188033, 39.984126 ], [ -75.187382, 39.98713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377003", "device_counts": 269, "stop_counts": 1111 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148109, 39.983604 ], [ -75.147766, 39.98519 ], [ -75.146102, 39.984978 ], [ -75.146769, 39.981893 ], [ -75.148437, 39.98211 ], [ -75.148109, 39.983604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010023001", "device_counts": 827, "stop_counts": 1874 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167303, 39.935695 ], [ -75.167083, 39.936742 ], [ -75.167019, 39.936737 ], [ -75.161678, 39.935849 ], [ -75.160199, 39.9356 ], [ -75.160437, 39.934549 ], [ -75.167236, 39.935685 ], [ -75.167303, 39.935695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028024", "device_counts": 717, "stop_counts": 2117 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163504, 39.92983 ], [ -75.161047, 39.931817 ], [ -75.161428, 39.930017 ], [ -75.161881, 39.927985 ], [ -75.165005, 39.92855 ], [ -75.163504, 39.92983 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029002", "device_counts": 570, "stop_counts": 1104 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168689, 39.929256 ], [ -75.168423, 39.930465 ], [ -75.16815, 39.931701 ], [ -75.165968, 39.931427 ], [ -75.166246, 39.930207 ], [ -75.166507, 39.929037 ], [ -75.168567, 39.929252 ], [ -75.168689, 39.929256 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030012", "device_counts": 672, "stop_counts": 2038 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171137, 39.928329 ], [ -75.170891, 39.929552 ], [ -75.168689, 39.929256 ], [ -75.168956, 39.928035 ], [ -75.169228, 39.926806 ], [ -75.171397, 39.927104 ], [ -75.171137, 39.928329 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031003", "device_counts": 329, "stop_counts": 1179 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176606, 39.930285 ], [ -75.175032, 39.930087 ], [ -75.175289, 39.928867 ], [ -75.178445, 39.929271 ], [ -75.176606, 39.930285 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032005", "device_counts": 354, "stop_counts": 1015 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188115, 39.933014 ], [ -75.184705, 39.932584 ], [ -75.18524, 39.930146 ], [ -75.188636, 39.930583 ], [ -75.188115, 39.933014 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036004", "device_counts": 474, "stop_counts": 2564 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.197537, 39.934232 ], [ -75.194408, 39.933822 ], [ -75.192826, 39.933628 ], [ -75.193353, 39.931185 ], [ -75.192322, 39.931054 ], [ -75.191783, 39.930982 ], [ -75.192047, 39.929756 ], [ -75.193621, 39.929965 ], [ -75.196486, 39.930309 ], [ -75.197537, 39.934232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096003", "device_counts": 629, "stop_counts": 1652 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246425, 39.964276 ], [ -75.242406, 39.963779 ], [ -75.242735, 39.962202 ], [ -75.246753, 39.962705 ], [ -75.246425, 39.964276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098012", "device_counts": 1918, "stop_counts": 5445 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.269257, 39.980186 ], [ -75.268293, 39.978967 ], [ -75.263054, 39.975749 ], [ -75.264257, 39.974419 ], [ -75.265558, 39.975641 ], [ -75.267588, 39.974662 ], [ -75.271309, 39.979275 ], [ -75.269257, 39.980186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101005", "device_counts": 1154, "stop_counts": 3123 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246935, 39.972111 ], [ -75.244885, 39.971854 ], [ -75.243788, 39.971723 ], [ -75.244416, 39.968706 ], [ -75.246531, 39.968967 ], [ -75.247518, 39.969093 ], [ -75.246935, 39.972111 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102001", "device_counts": 425, "stop_counts": 1576 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235697, 39.970336 ], [ -75.234203, 39.9705 ], [ -75.232573, 39.970683 ], [ -75.232228, 39.968829 ], [ -75.235356, 39.968509 ], [ -75.235697, 39.970336 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105003", "device_counts": 826, "stop_counts": 2978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.216181, 39.962546 ], [ -75.216376, 39.964094 ], [ -75.213228, 39.964331 ], [ -75.21365, 39.967696 ], [ -75.211231, 39.967879 ], [ -75.21056, 39.962571 ], [ -75.21306, 39.962577 ], [ -75.214018, 39.958643 ], [ -75.217002, 39.959015 ], [ -75.216181, 39.962546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108005", "device_counts": 270, "stop_counts": 1117 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.20264, 39.965169 ], [ -75.197832, 39.965697 ], [ -75.197519, 39.964025 ], [ -75.202334, 39.963495 ], [ -75.20264, 39.965169 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110002", "device_counts": 463, "stop_counts": 1941 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213469, 39.977791 ], [ -75.209321, 39.97625 ], [ -75.210123, 39.975067 ], [ -75.208903, 39.974618 ], [ -75.209114, 39.974321 ], [ -75.209976, 39.974242 ], [ -75.209834, 39.973505 ], [ -75.212211, 39.973242 ], [ -75.213469, 39.977791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112001", "device_counts": 305, "stop_counts": 814 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231783, 39.976852 ], [ -75.229855, 39.977069 ], [ -75.229266, 39.973926 ], [ -75.231194, 39.973709 ], [ -75.231783, 39.976852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114003", "device_counts": 411, "stop_counts": 1042 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.241574, 39.978799 ], [ -75.239124, 39.979069 ], [ -75.238891, 39.977818 ], [ -75.23857, 39.976101 ], [ -75.241013, 39.975833 ], [ -75.241574, 39.978799 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118004", "device_counts": 390, "stop_counts": 1310 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238184, 39.986061 ], [ -75.237176, 39.986439 ], [ -75.23703, 39.985619 ], [ -75.234774, 39.986089 ], [ -75.234703, 39.985307 ], [ -75.234186, 39.983702 ], [ -75.23724, 39.98484 ], [ -75.240153, 39.985213 ], [ -75.238184, 39.986061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119002", "device_counts": 421, "stop_counts": 2115 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228801, 39.982326 ], [ -75.229911, 39.987936 ], [ -75.228123, 39.988356 ], [ -75.227054, 39.989209 ], [ -75.226577, 39.989221 ], [ -75.225891, 39.988131 ], [ -75.228792, 39.980705 ], [ -75.2301, 39.981556 ], [ -75.228801, 39.982326 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010121002", "device_counts": 1038, "stop_counts": 4244 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227462, 40.000746 ], [ -75.226402, 40.001255 ], [ -75.223637, 39.999066 ], [ -75.219551, 39.999839 ], [ -75.217994, 39.994223 ], [ -75.220317, 39.990286 ], [ -75.225109, 39.987582 ], [ -75.225891, 39.988131 ], [ -75.225662, 39.991469 ], [ -75.225664, 39.995848 ], [ -75.226563, 39.999216 ], [ -75.227462, 40.000746 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125003", "device_counts": 3045, "stop_counts": 6922 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183323, 39.964374 ], [ -75.17786, 39.964555 ], [ -75.175984, 39.964208 ], [ -75.173374, 39.961668 ], [ -75.171583, 39.960795 ], [ -75.172002, 39.959007 ], [ -75.179937, 39.960028 ], [ -75.181601, 39.962006 ], [ -75.183323, 39.964374 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135002", "device_counts": 437, "stop_counts": 1098 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170997, 39.969227 ], [ -75.17055, 39.97157 ], [ -75.169274, 39.971406 ], [ -75.170177, 39.96725 ], [ -75.171344, 39.967275 ], [ -75.170997, 39.969227 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136021", "device_counts": 219, "stop_counts": 858 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178108, 39.972509 ], [ -75.177862, 39.97248 ], [ -75.175948, 39.972232 ], [ -75.17646, 39.96991 ], [ -75.178056, 39.970112 ], [ -75.178606, 39.97018 ], [ -75.178108, 39.972509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137001", "device_counts": 341, "stop_counts": 1176 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184439, 39.977788 ], [ -75.181755, 39.977444 ], [ -75.182327, 39.975143 ], [ -75.184945, 39.975479 ], [ -75.184439, 39.977788 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157001", "device_counts": 391, "stop_counts": 1286 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138137, 39.982312 ], [ -75.137443, 39.982223 ], [ -75.13578, 39.982009 ], [ -75.132881, 39.981631 ], [ -75.13319, 39.980134 ], [ -75.133733, 39.980208 ], [ -75.136105, 39.980514 ], [ -75.136423, 39.97902 ], [ -75.138768, 39.979323 ], [ -75.138137, 39.982312 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158002", "device_counts": 325, "stop_counts": 912 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129573, 39.975894 ], [ -75.128628, 39.977533 ], [ -75.127401, 39.976845 ], [ -75.126136, 39.976082 ], [ -75.125201, 39.975558 ], [ -75.128693, 39.974284 ], [ -75.129573, 39.975894 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160002", "device_counts": 433, "stop_counts": 1361 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128628, 39.977533 ], [ -75.125593, 39.979124 ], [ -75.125018, 39.979426 ], [ -75.124193, 39.9785 ], [ -75.123334, 39.977514 ], [ -75.126136, 39.976082 ], [ -75.127401, 39.976845 ], [ -75.128628, 39.977533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164004", "device_counts": 552, "stop_counts": 1615 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147542, 39.989863 ], [ -75.143668, 39.989365 ], [ -75.142846, 39.989257 ], [ -75.140861, 39.989001 ], [ -75.14152, 39.986016 ], [ -75.1435, 39.986275 ], [ -75.145126, 39.986485 ], [ -75.147542, 39.989863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167013", "device_counts": 485, "stop_counts": 2012 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1635, 39.990401 ], [ -75.161948, 39.990185 ], [ -75.160365, 39.989991 ], [ -75.160695, 39.988495 ], [ -75.161032, 39.986907 ], [ -75.164184, 39.987311 ], [ -75.1635, 39.990401 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039014", "device_counts": 1200, "stop_counts": 3644 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176295, 39.92425 ], [ -75.176088, 39.925198 ], [ -75.175741, 39.92685 ], [ -75.175562, 39.927642 ], [ -75.173426, 39.927363 ], [ -75.172416, 39.927232 ], [ -75.172945, 39.924836 ], [ -75.173226, 39.923556 ], [ -75.176361, 39.92396 ], [ -75.176295, 39.92425 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172011", "device_counts": 982, "stop_counts": 2388 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170087, 39.999116 ], [ -75.169754, 40.000622 ], [ -75.166562, 40.000199 ], [ -75.167215, 39.997197 ], [ -75.17042, 39.997618 ], [ -75.170087, 39.999116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175004", "device_counts": 336, "stop_counts": 1168 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14708, 39.996143 ], [ -75.143792, 39.995715 ], [ -75.141495, 39.995422 ], [ -75.14183, 39.993929 ], [ -75.147461, 39.994656 ], [ -75.14708, 39.996143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177024", "device_counts": 464, "stop_counts": 1630 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126054, 39.994957 ], [ -75.125737, 39.996451 ], [ -75.121617, 39.99592 ], [ -75.122221, 39.992929 ], [ -75.123212, 39.993054 ], [ -75.126374, 39.993462 ], [ -75.126054, 39.994957 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179001", "device_counts": 277, "stop_counts": 1461 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.11674, 39.98673 ], [ -75.113492, 39.988768 ], [ -75.113123, 39.988217 ], [ -75.112356, 39.98702 ], [ -75.111887, 39.986296 ], [ -75.114934, 39.984697 ], [ -75.115224, 39.985018 ], [ -75.115524, 39.985365 ], [ -75.11674, 39.98673 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180021", "device_counts": 631, "stop_counts": 3101 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105915, 39.988037 ], [ -75.105064, 39.987073 ], [ -75.103366, 39.985129 ], [ -75.102999, 39.98472 ], [ -75.105437, 39.983452 ], [ -75.108359, 39.986753 ], [ -75.105915, 39.988037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183001", "device_counts": 894, "stop_counts": 5649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079364, 39.994264 ], [ -75.073491, 39.997297 ], [ -75.072513, 39.996193 ], [ -75.069049, 39.999566 ], [ -75.065419, 39.995046 ], [ -75.066765, 39.99318 ], [ -75.071834, 39.99042 ], [ -75.064645979616898, 39.985641523490607 ], [ -75.067664096638595, 39.983171324838914 ], [ -75.078288, 39.990945 ], [ -75.080785, 39.993572 ], [ -75.079364, 39.994264 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188006", "device_counts": 554, "stop_counts": 1604 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.110983, 39.997801 ], [ -75.109848, 39.998436 ], [ -75.107775, 39.996084 ], [ -75.106215, 39.996224 ], [ -75.108487, 39.994991 ], [ -75.109617, 39.995123 ], [ -75.111558, 39.997475 ], [ -75.110983, 39.997801 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037021", "device_counts": 1052, "stop_counts": 3884 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183295, 39.923575 ], [ -75.182243, 39.923442 ], [ -75.181698, 39.925924 ], [ -75.181159, 39.92585 ], [ -75.179242, 39.925606 ], [ -75.176088, 39.925198 ], [ -75.176295, 39.92425 ], [ -75.179651, 39.923652 ], [ -75.180313, 39.92354 ], [ -75.181424, 39.923337 ], [ -75.181703, 39.92329 ], [ -75.183434, 39.922939 ], [ -75.183295, 39.923575 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039022", "device_counts": 1221, "stop_counts": 4116 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175217, 39.915653 ], [ -75.174302, 39.918562 ], [ -75.171122, 39.918152 ], [ -75.171423, 39.916757 ], [ -75.171877, 39.914256 ], [ -75.175394, 39.914691 ], [ -75.175217, 39.915653 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041011", "device_counts": 711, "stop_counts": 2567 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158192, 39.922891 ], [ -75.157666, 39.925313 ], [ -75.156095, 39.925103 ], [ -75.154526, 39.924895 ], [ -75.155056, 39.922495 ], [ -75.155233, 39.921686 ], [ -75.158363, 39.922092 ], [ -75.158192, 39.922891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041013", "device_counts": 741, "stop_counts": 3076 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162876, 39.923489 ], [ -75.158192, 39.922891 ], [ -75.158363, 39.922092 ], [ -75.159904, 39.922287 ], [ -75.160275, 39.920611 ], [ -75.163412, 39.921015 ], [ -75.162876, 39.923489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041024", "device_counts": 536, "stop_counts": 2270 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163412, 39.921015 ], [ -75.160275, 39.920611 ], [ -75.160826, 39.918116 ], [ -75.161362, 39.918177 ], [ -75.163956, 39.918518 ], [ -75.163412, 39.921015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041022", "device_counts": 1113, "stop_counts": 4482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161362, 39.918177 ], [ -75.160826, 39.918116 ], [ -75.156139, 39.917515 ], [ -75.156708, 39.914869 ], [ -75.159844, 39.915286 ], [ -75.161956, 39.915546 ], [ -75.161362, 39.918177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055002", "device_counts": 270, "stop_counts": 1529 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248751, 39.909248 ], [ -75.246021, 39.911148 ], [ -75.243939, 39.910021 ], [ -75.242832, 39.911272 ], [ -75.241558, 39.907257 ], [ -75.244247, 39.908271 ], [ -75.247414, 39.906162 ], [ -75.246275, 39.90746 ], [ -75.248751, 39.909248 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060002", "device_counts": 598, "stop_counts": 2516 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238529, 39.908213 ], [ -75.231662, 39.912252 ], [ -75.230417, 39.911046 ], [ -75.231964, 39.909874 ], [ -75.235164, 39.906453 ], [ -75.237281, 39.908241 ], [ -75.238529, 39.908213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064001", "device_counts": 463, "stop_counts": 2356 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242972, 39.93094 ], [ -75.237726, 39.92932 ], [ -75.235478, 39.928877 ], [ -75.236986, 39.927821 ], [ -75.235594, 39.92664 ], [ -75.236833, 39.925765 ], [ -75.239493, 39.928024 ], [ -75.238729, 39.928585 ], [ -75.239873, 39.928824 ], [ -75.239625, 39.92957 ], [ -75.241996, 39.930036 ], [ -75.242254, 39.929287 ], [ -75.243254, 39.92947 ], [ -75.242972, 39.93094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065001", "device_counts": 315, "stop_counts": 977 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231533, 39.933634 ], [ -75.228533, 39.935732 ], [ -75.227252, 39.934661 ], [ -75.230248, 39.932551 ], [ -75.231276, 39.931827 ], [ -75.232567, 39.932912 ], [ -75.231533, 39.933634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066001", "device_counts": 1794, "stop_counts": 5441 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230654, 39.928158 ], [ -75.229222, 39.929172 ], [ -75.227589, 39.930313 ], [ -75.230248, 39.932551 ], [ -75.227252, 39.934661 ], [ -75.224592, 39.93241 ], [ -75.222696, 39.930808 ], [ -75.22278, 39.930749 ], [ -75.227309, 39.927571 ], [ -75.22869, 39.926602 ], [ -75.2294, 39.927156 ], [ -75.230654, 39.928158 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139001", "device_counts": 223, "stop_counts": 913 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174393, 39.97938 ], [ -75.172799, 39.97916 ], [ -75.171213, 39.978952 ], [ -75.171813, 39.976164 ], [ -75.173414, 39.976363 ], [ -75.173126, 39.97775 ], [ -75.174393, 39.97938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010143002", "device_counts": 364, "stop_counts": 1129 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129432, 39.970543 ], [ -75.127716, 39.971081 ], [ -75.127102, 39.97135 ], [ -75.125899, 39.971765 ], [ -75.124954, 39.969879 ], [ -75.126008, 39.969362 ], [ -75.126535, 39.970303 ], [ -75.127225, 39.970029 ], [ -75.127301, 39.968823 ], [ -75.12899, 39.967518 ], [ -75.130452, 39.970189 ], [ -75.129432, 39.970543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245003", "device_counts": 733, "stop_counts": 3214 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164809, 40.036452 ], [ -75.16405, 40.036816 ], [ -75.162752, 40.037499 ], [ -75.162077, 40.038163 ], [ -75.158341, 40.042021 ], [ -75.158363, 40.036346 ], [ -75.158834, 40.035884 ], [ -75.159601, 40.035137 ], [ -75.162906, 40.031923 ], [ -75.164571, 40.032912 ], [ -75.16298, 40.036142 ], [ -75.165094, 40.036234 ], [ -75.164809, 40.036452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246003", "device_counts": 1502, "stop_counts": 5019 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177757, 40.039401 ], [ -75.17573, 40.041333 ], [ -75.173355, 40.04362 ], [ -75.172201, 40.042922 ], [ -75.174567, 40.040638 ], [ -75.172027, 40.039141 ], [ -75.17206, 40.038118 ], [ -75.171368, 40.037315 ], [ -75.172726, 40.035986 ], [ -75.173951, 40.035193 ], [ -75.175208, 40.036232 ], [ -75.176428, 40.037794 ], [ -75.177629, 40.039229 ], [ -75.177757, 40.039401 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247005", "device_counts": 579, "stop_counts": 2149 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172027, 40.039141 ], [ -75.170855, 40.040445 ], [ -75.169492, 40.044531 ], [ -75.167207, 40.043149 ], [ -75.165819, 40.042309 ], [ -75.166622, 40.040379 ], [ -75.168911, 40.03847 ], [ -75.170588, 40.0381 ], [ -75.171368, 40.037315 ], [ -75.17206, 40.038118 ], [ -75.172027, 40.039141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252005", "device_counts": 323, "stop_counts": 2140 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176247, 40.047752 ], [ -75.17326, 40.050667 ], [ -75.172888, 40.050431 ], [ -75.171755, 40.048359 ], [ -75.171536, 40.047888 ], [ -75.173686, 40.045803 ], [ -75.174713, 40.046823 ], [ -75.176247, 40.047752 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253003", "device_counts": 569, "stop_counts": 1594 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186535, 40.056209 ], [ -75.184472, 40.054919 ], [ -75.182944, 40.053989 ], [ -75.181906, 40.053341 ], [ -75.184693, 40.050641 ], [ -75.185221, 40.051585 ], [ -75.185287, 40.051743 ], [ -75.187306, 40.055484 ], [ -75.186535, 40.056209 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253001", "device_counts": 371, "stop_counts": 1440 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180252, 40.054955 ], [ -75.18052, 40.055118 ], [ -75.179017, 40.05658 ], [ -75.175743, 40.054577 ], [ -75.177193, 40.05308 ], [ -75.177983, 40.05356 ], [ -75.179616, 40.051956 ], [ -75.181906, 40.053341 ], [ -75.180252, 40.054955 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257001", "device_counts": 1347, "stop_counts": 4705 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199361, 40.075928 ], [ -75.197601, 40.077991 ], [ -75.189117, 40.073124 ], [ -75.190594, 40.071973 ], [ -75.193222, 40.06909 ], [ -75.196263, 40.073051 ], [ -75.199496, 40.07547 ], [ -75.199361, 40.075928 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259002", "device_counts": 235, "stop_counts": 877 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176145, 40.079288 ], [ -75.175627, 40.07984 ], [ -75.172621, 40.078103 ], [ -75.174171, 40.076549 ], [ -75.177137, 40.078269 ], [ -75.176145, 40.079288 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261002", "device_counts": 920, "stop_counts": 2873 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180482, 40.070191 ], [ -75.178918, 40.069175 ], [ -75.174044, 40.067381 ], [ -75.173459, 40.067054 ], [ -75.175327, 40.065216 ], [ -75.176526, 40.065896 ], [ -75.181751, 40.068902 ], [ -75.180482, 40.070191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348012", "device_counts": 998, "stop_counts": 5104 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024818, 40.060286 ], [ -75.021992, 40.063113 ], [ -75.021185, 40.061691 ], [ -75.020575, 40.061252 ], [ -75.019815, 40.060783 ], [ -75.014444, 40.057424 ], [ -75.012828, 40.056404 ], [ -75.019047, 40.056391 ], [ -75.022122, 40.056373 ], [ -75.024345, 40.05644 ], [ -75.024701, 40.057278 ], [ -75.024818, 40.060286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264004", "device_counts": 303, "stop_counts": 1475 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162018, 40.063095 ], [ -75.160688, 40.064468 ], [ -75.158621, 40.063281 ], [ -75.161105, 40.060726 ], [ -75.163166, 40.061911 ], [ -75.162018, 40.063095 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265002", "device_counts": 340, "stop_counts": 1857 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158413, 40.059181 ], [ -75.15642, 40.061234 ], [ -75.15597, 40.060525 ], [ -75.15175, 40.06222 ], [ -75.151141, 40.061326 ], [ -75.153763, 40.060098 ], [ -75.152752, 40.05859 ], [ -75.154904, 40.057595 ], [ -75.156168, 40.057019 ], [ -75.157371, 40.058584 ], [ -75.158413, 40.059181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266001", "device_counts": 510, "stop_counts": 2046 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148107, 40.060903 ], [ -75.147649, 40.06301 ], [ -75.146051, 40.062926 ], [ -75.145187, 40.066692 ], [ -75.143117, 40.065493 ], [ -75.140709, 40.064133 ], [ -75.14117, 40.063012 ], [ -75.142182, 40.058424 ], [ -75.142292, 40.057941 ], [ -75.143167, 40.058143 ], [ -75.145445, 40.058254 ], [ -75.149219, 40.058432 ], [ -75.148107, 40.060903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267007", "device_counts": 549, "stop_counts": 1982 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149219, 40.058432 ], [ -75.145445, 40.058254 ], [ -75.146002, 40.055765 ], [ -75.149478, 40.056217 ], [ -75.149219, 40.058432 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268003", "device_counts": 901, "stop_counts": 2836 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143571, 40.052297 ], [ -75.143189, 40.05381 ], [ -75.142849, 40.055357 ], [ -75.142292, 40.057941 ], [ -75.142182, 40.058424 ], [ -75.140544, 40.058209 ], [ -75.139067, 40.058017 ], [ -75.141106, 40.054608 ], [ -75.141443, 40.054208 ], [ -75.14156, 40.053599 ], [ -75.142214, 40.050563 ], [ -75.143841, 40.050771 ], [ -75.143571, 40.052297 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272001", "device_counts": 295, "stop_counts": 1392 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117104, 40.050304 ], [ -75.112363, 40.047563 ], [ -75.112588, 40.04638 ], [ -75.117478, 40.048927 ], [ -75.117104, 40.050304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272003", "device_counts": 749, "stop_counts": 2301 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122776, 40.049613 ], [ -75.122147, 40.053177 ], [ -75.118652, 40.051186 ], [ -75.117104, 40.050304 ], [ -75.117478, 40.048927 ], [ -75.118503, 40.049061 ], [ -75.119454, 40.04448 ], [ -75.121432, 40.044731 ], [ -75.123566, 40.044993 ], [ -75.122776, 40.049613 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273005", "device_counts": 287, "stop_counts": 1112 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122078, 40.041664 ], [ -75.121754, 40.04317 ], [ -75.119782, 40.042926 ], [ -75.120103, 40.041417 ], [ -75.120434, 40.039886 ], [ -75.12281, 40.040181 ], [ -75.122078, 40.041664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274023", "device_counts": 623, "stop_counts": 1821 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126977, 40.039155 ], [ -75.124744, 40.038876 ], [ -75.123535, 40.038719 ], [ -75.123686, 40.037144 ], [ -75.12386, 40.035562 ], [ -75.127641, 40.036063 ], [ -75.126977, 40.039155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306003", "device_counts": 836, "stop_counts": 2178 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.098017, 40.047096 ], [ -75.095623, 40.049584 ], [ -75.094593, 40.050655 ], [ -75.094183, 40.051071 ], [ -75.092242, 40.049978 ], [ -75.095999, 40.046002 ], [ -75.098017, 40.047096 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306001", "device_counts": 1043, "stop_counts": 3840 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091268, 40.048083 ], [ -75.091416, 40.049543 ], [ -75.091173, 40.051098 ], [ -75.088873, 40.050674 ], [ -75.088344, 40.051235 ], [ -75.087804, 40.051795 ], [ -75.085989, 40.050878 ], [ -75.086165, 40.050024 ], [ -75.086975, 40.048567 ], [ -75.088312, 40.045514 ], [ -75.091098, 40.04706 ], [ -75.091859, 40.047485 ], [ -75.091268, 40.048083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308001", "device_counts": 189, "stop_counts": 1156 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.08498, 40.058893 ], [ -75.078631, 40.055357 ], [ -75.079814, 40.054084 ], [ -75.081865, 40.055214 ], [ -75.083654, 40.056213 ], [ -75.085676, 40.057208 ], [ -75.08498, 40.058893 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310001", "device_counts": 627, "stop_counts": 2223 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069721, 40.053284 ], [ -75.068503, 40.05259 ], [ -75.066045, 40.051181 ], [ -75.068475, 40.048729 ], [ -75.072108, 40.050765 ], [ -75.069721, 40.053284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311012", "device_counts": 580, "stop_counts": 1457 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078996, 40.043455 ], [ -75.075452, 40.041477 ], [ -75.076652, 40.040257 ], [ -75.080164, 40.042213 ], [ -75.078996, 40.043455 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313004", "device_counts": 977, "stop_counts": 2516 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076652, 40.040257 ], [ -75.075452, 40.041477 ], [ -75.075032, 40.04194 ], [ -75.073836, 40.043174 ], [ -75.071813, 40.042033 ], [ -75.072996, 40.040803 ], [ -75.075336, 40.038281 ], [ -75.077394, 40.039464 ], [ -75.076652, 40.040257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314022", "device_counts": 636, "stop_counts": 1977 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06434, 40.041676 ], [ -75.063143, 40.042901 ], [ -75.061075, 40.041761 ], [ -75.058555, 40.040311 ], [ -75.059801, 40.039152 ], [ -75.061043, 40.037981 ], [ -75.06558, 40.040442 ], [ -75.06434, 40.041676 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314021", "device_counts": 1233, "stop_counts": 2923 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058858, 40.044338 ], [ -75.057048, 40.04603 ], [ -75.054287, 40.044448 ], [ -75.055946, 40.042831 ], [ -75.058555, 40.040311 ], [ -75.061075, 40.041761 ], [ -75.058858, 40.044338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315021", "device_counts": 2740, "stop_counts": 7738 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059801, 40.039152 ], [ -75.058555, 40.040311 ], [ -75.055946, 40.042831 ], [ -75.053865, 40.041545 ], [ -75.055055, 40.040279 ], [ -75.0518, 40.038476 ], [ -75.053584, 40.036574 ], [ -75.056848, 40.03839 ], [ -75.058568, 40.036548 ], [ -75.061043, 40.037981 ], [ -75.059801, 40.039152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315011", "device_counts": 985, "stop_counts": 2628 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045806, 40.039579 ], [ -75.044192, 40.03866 ], [ -75.042536, 40.037722 ], [ -75.04086, 40.036757 ], [ -75.043199, 40.035544 ], [ -75.045778, 40.036986 ], [ -75.047405, 40.037892 ], [ -75.045806, 40.039579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316007", "device_counts": 2740, "stop_counts": 7641 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064362, 40.036306 ], [ -75.062463, 40.036912 ], [ -75.061043, 40.037981 ], [ -75.058568, 40.036548 ], [ -75.060338, 40.034685 ], [ -75.0621, 40.032813 ], [ -75.063188, 40.031566 ], [ -75.064362, 40.036306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318003", "device_counts": 188, "stop_counts": 846 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079443, 40.031051 ], [ -75.078277, 40.032301 ], [ -75.076783, 40.031474 ], [ -75.077661, 40.030054 ], [ -75.07908, 40.028552 ], [ -75.080866, 40.029556 ], [ -75.079443, 40.031051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320005", "device_counts": 785, "stop_counts": 2536 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.062394, 40.027444 ], [ -75.062207, 40.027471 ], [ -75.059227, 40.027909 ], [ -75.057594, 40.026031 ], [ -75.057806, 40.025174 ], [ -75.059761, 40.024161 ], [ -75.062419, 40.027136 ], [ -75.062394, 40.027444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321002", "device_counts": 333, "stop_counts": 1751 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059304, 40.017638 ], [ -75.055687, 40.019504 ], [ -75.053922, 40.017488 ], [ -75.057542, 40.015615 ], [ -75.059304, 40.017638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325001", "device_counts": 861, "stop_counts": 2995 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048574, 40.032982 ], [ -75.047718, 40.033301 ], [ -75.04677, 40.033683 ], [ -75.045554, 40.032261 ], [ -75.044655, 40.031231 ], [ -75.04744, 40.029792 ], [ -75.048355, 40.029324 ], [ -75.050972, 40.032324 ], [ -75.048574, 40.032982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326004", "device_counts": 358, "stop_counts": 1705 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.043304, 40.029688 ], [ -75.041188, 40.030786 ], [ -75.03733, 40.032782 ], [ -75.036906, 40.032252 ], [ -75.036055, 40.031206 ], [ -75.0387, 40.029839 ], [ -75.041957, 40.028152 ], [ -75.042858, 40.029185 ], [ -75.043304, 40.029688 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330006", "device_counts": 816, "stop_counts": 2821 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040594, 40.036859 ], [ -75.039289, 40.03734 ], [ -75.03728, 40.035045 ], [ -75.035488, 40.03299 ], [ -75.036906, 40.032252 ], [ -75.03733, 40.032782 ], [ -75.038616, 40.034355 ], [ -75.039473, 40.035404 ], [ -75.040594, 40.036859 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331022", "device_counts": 480, "stop_counts": 2844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.030535, 40.044372 ], [ -75.02654, 40.045822 ], [ -75.02603, 40.043117 ], [ -75.02562, 40.042322 ], [ -75.028257, 40.041363 ], [ -75.030535, 40.044372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331012", "device_counts": 1578, "stop_counts": 5139 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041692, 40.038218 ], [ -75.03836, 40.039695 ], [ -75.036639, 40.04046 ], [ -75.035726, 40.040863 ], [ -75.034423, 40.03912 ], [ -75.035331, 40.038788 ], [ -75.036276, 40.038441 ], [ -75.039289, 40.03734 ], [ -75.040594, 40.036859 ], [ -75.04086, 40.036757 ], [ -75.042536, 40.037722 ], [ -75.041692, 40.038218 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067005", "device_counts": 612, "stop_counts": 2499 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22869, 39.926602 ], [ -75.226681, 39.927543 ], [ -75.22484, 39.926055 ], [ -75.225832, 39.925361 ], [ -75.22444, 39.924188 ], [ -75.22495, 39.923838 ], [ -75.226319, 39.922867 ], [ -75.226761, 39.923242 ], [ -75.229818, 39.925811 ], [ -75.22869, 39.926602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009012", "device_counts": 2062, "stop_counts": 4731 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164845, 39.946999 ], [ -75.164752, 39.947424 ], [ -75.164338, 39.949346 ], [ -75.164265, 39.94934 ], [ -75.162114, 39.94908 ], [ -75.162627, 39.946713 ], [ -75.163648, 39.946836 ], [ -75.164772, 39.946983 ], [ -75.164845, 39.946999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012022", "device_counts": 688, "stop_counts": 1852 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171488, 39.946353 ], [ -75.166767, 39.945768 ], [ -75.168443, 39.945524 ], [ -75.168762, 39.94405 ], [ -75.171906, 39.944443 ], [ -75.171488, 39.946353 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069003", "device_counts": 444, "stop_counts": 1855 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221287, 39.931789 ], [ -75.217058, 39.934733 ], [ -75.215778, 39.935624 ], [ -75.213893, 39.935906 ], [ -75.215569, 39.933489 ], [ -75.215858, 39.933066 ], [ -75.218984, 39.932331 ], [ -75.220628, 39.931175 ], [ -75.219232, 39.930016 ], [ -75.220588, 39.929047 ], [ -75.222696, 39.930808 ], [ -75.221287, 39.931789 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069002", "device_counts": 361, "stop_counts": 1124 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220628, 39.931175 ], [ -75.218984, 39.932331 ], [ -75.215858, 39.933066 ], [ -75.218389, 39.929335 ], [ -75.216769, 39.928686 ], [ -75.214825, 39.929799 ], [ -75.216768, 39.926956 ], [ -75.21931, 39.928012 ], [ -75.220588, 39.929047 ], [ -75.219232, 39.930016 ], [ -75.220628, 39.931175 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071023", "device_counts": 369, "stop_counts": 1436 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229077, 39.940637 ], [ -75.226334, 39.942562 ], [ -75.225508, 39.941871 ], [ -75.224607, 39.941109 ], [ -75.224113, 39.940691 ], [ -75.22548, 39.939725 ], [ -75.226854, 39.938767 ], [ -75.229077, 39.940637 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071025", "device_counts": 285, "stop_counts": 1267 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233632, 39.940292 ], [ -75.231676, 39.941671 ], [ -75.230928, 39.942194 ], [ -75.229528, 39.941018 ], [ -75.229077, 39.940637 ], [ -75.231766, 39.93846 ], [ -75.23242, 39.938995 ], [ -75.233632, 39.940292 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072006", "device_counts": 1599, "stop_counts": 3887 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240052, 39.945917 ], [ -75.235917, 39.946793 ], [ -75.235822, 39.946835 ], [ -75.235049, 39.946992 ], [ -75.233604, 39.947351 ], [ -75.233718, 39.944559 ], [ -75.234474, 39.944027 ], [ -75.235219, 39.943494 ], [ -75.237132, 39.943237 ], [ -75.238875, 39.94468 ], [ -75.240266, 39.945866 ], [ -75.240052, 39.945917 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073002", "device_counts": 274, "stop_counts": 873 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22498, 39.943534 ], [ -75.22361, 39.944505 ], [ -75.222759, 39.943806 ], [ -75.221367, 39.942626 ], [ -75.220175, 39.941602 ], [ -75.221545, 39.940652 ], [ -75.222753, 39.941654 ], [ -75.224129, 39.942836 ], [ -75.22498, 39.943534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010077001", "device_counts": 846, "stop_counts": 3015 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21292, 39.949065 ], [ -75.209259, 39.949541 ], [ -75.208044, 39.949748 ], [ -75.205759, 39.949832 ], [ -75.205656, 39.948053 ], [ -75.207046, 39.946754 ], [ -75.208387, 39.945651 ], [ -75.208733, 39.946839 ], [ -75.210103, 39.946697 ], [ -75.211389, 39.947796 ], [ -75.21292, 39.949065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079002", "device_counts": 562, "stop_counts": 1577 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218833, 39.950273 ], [ -75.218676, 39.951032 ], [ -75.214691, 39.950542 ], [ -75.212716, 39.950292 ], [ -75.21292, 39.949065 ], [ -75.217121, 39.94861 ], [ -75.219234, 39.948368 ], [ -75.218833, 39.950273 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081024", "device_counts": 508, "stop_counts": 2746 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234856, 39.951444 ], [ -75.234531, 39.953 ], [ -75.230323, 39.952475 ], [ -75.230793, 39.950172 ], [ -75.230959, 39.949438 ], [ -75.235165, 39.949953 ], [ -75.234856, 39.951444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082002", "device_counts": 287, "stop_counts": 1368 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243381, 39.949411 ], [ -75.24323, 39.950172 ], [ -75.239232, 39.949923 ], [ -75.23943, 39.948931 ], [ -75.239641, 39.947932 ], [ -75.243536, 39.948659 ], [ -75.243381, 39.949411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176011", "device_counts": 384, "stop_counts": 1434 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138713, 39.998891 ], [ -75.13191, 39.995754 ], [ -75.132367, 39.995776 ], [ -75.134444, 39.996049 ], [ -75.13735, 39.996421 ], [ -75.139199, 39.996661 ], [ -75.138713, 39.998891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083012", "device_counts": 936, "stop_counts": 3713 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247897, 39.95724 ], [ -75.24739, 39.959662 ], [ -75.243371, 39.959166 ], [ -75.243608, 39.95802 ], [ -75.243975, 39.95626 ], [ -75.247989, 39.956758 ], [ -75.247897, 39.95724 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084005", "device_counts": 528, "stop_counts": 1649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239909, 39.956313 ], [ -75.237934, 39.956062 ], [ -75.235997, 39.955831 ], [ -75.233984, 39.955579 ], [ -75.234212, 39.954521 ], [ -75.238166, 39.955011 ], [ -75.240137, 39.955252 ], [ -75.239909, 39.956313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085004", "device_counts": 492, "stop_counts": 1192 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231937, 39.955319 ], [ -75.226002, 39.954591 ], [ -75.226224, 39.953528 ], [ -75.229999, 39.953996 ], [ -75.232153, 39.954262 ], [ -75.231937, 39.955319 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086023", "device_counts": 402, "stop_counts": 1105 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221559, 39.956461 ], [ -75.221397, 39.957227 ], [ -75.221244, 39.957984 ], [ -75.22092, 39.959505 ], [ -75.219175, 39.959288 ], [ -75.218954, 39.95926 ], [ -75.219421, 39.956979 ], [ -75.219823, 39.955076 ], [ -75.221798, 39.955319 ], [ -75.221559, 39.956461 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091001", "device_counts": 303, "stop_counts": 730 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199436, 39.962042 ], [ -75.197197, 39.962287 ], [ -75.194297, 39.962607 ], [ -75.194015, 39.961124 ], [ -75.198844, 39.960637 ], [ -75.199436, 39.962042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094001", "device_counts": 220, "stop_counts": 671 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23189, 39.965593 ], [ -75.22992, 39.965352 ], [ -75.230552, 39.96231 ], [ -75.232527, 39.962557 ], [ -75.23189, 39.965593 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165002", "device_counts": 268, "stop_counts": 1184 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15273, 39.992072 ], [ -75.149587, 39.991665 ], [ -75.150238, 39.988684 ], [ -75.151815, 39.988886 ], [ -75.152871, 39.990551 ], [ -75.15273, 39.992072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372001", "device_counts": 1002, "stop_counts": 3649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172294, 39.912393 ], [ -75.171877, 39.914256 ], [ -75.171423, 39.916757 ], [ -75.167681, 39.916283 ], [ -75.166914, 39.916189 ], [ -75.167462, 39.913675 ], [ -75.165081, 39.913368 ], [ -75.165482, 39.911531 ], [ -75.171928, 39.912348 ], [ -75.172294, 39.912393 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210004", "device_counts": 1790, "stop_counts": 4928 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223694, 40.023712 ], [ -75.221027, 40.026228 ], [ -75.219699, 40.02614 ], [ -75.216241, 40.023419 ], [ -75.215348, 40.023903 ], [ -75.213266, 40.021301 ], [ -75.214841, 40.020594 ], [ -75.213, 40.018652 ], [ -75.214752, 40.017784 ], [ -75.218056, 40.020943 ], [ -75.219583, 40.021713 ], [ -75.222153, 40.022614 ], [ -75.223694, 40.023712 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140001", "device_counts": 1983, "stop_counts": 5875 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167421, 39.972493 ], [ -75.16722, 39.973397 ], [ -75.166463, 39.976877 ], [ -75.164888, 39.976668 ], [ -75.165461, 39.974033 ], [ -75.164069, 39.973009 ], [ -75.162507, 39.972799 ], [ -75.159237, 39.972384 ], [ -75.159442, 39.971467 ], [ -75.159702, 39.970202 ], [ -75.164555, 39.970816 ], [ -75.167703, 39.971211 ], [ -75.167421, 39.972493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010077002", "device_counts": 331, "stop_counts": 1462 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2109, 39.946153 ], [ -75.210103, 39.946697 ], [ -75.208733, 39.946839 ], [ -75.208387, 39.945651 ], [ -75.207046, 39.946754 ], [ -75.205367, 39.944994 ], [ -75.20506, 39.943624 ], [ -75.207838, 39.941286 ], [ -75.208799, 39.941644 ], [ -75.207649, 39.942475 ], [ -75.211401, 39.945802 ], [ -75.2109, 39.946153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010147001", "device_counts": 739, "stop_counts": 2549 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16616, 39.978308 ], [ -75.165849, 39.979714 ], [ -75.161134, 39.979106 ], [ -75.161443, 39.977694 ], [ -75.163006, 39.977899 ], [ -75.163325, 39.976471 ], [ -75.164888, 39.976668 ], [ -75.166463, 39.976877 ], [ -75.16616, 39.978308 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290004", "device_counts": 1502, "stop_counts": 3982 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120614, 40.027626 ], [ -75.120036, 40.028328 ], [ -75.118184, 40.030534 ], [ -75.11721, 40.030312 ], [ -75.116846, 40.028803 ], [ -75.115139, 40.029057 ], [ -75.114461, 40.026784 ], [ -75.117173, 40.026386 ], [ -75.119735, 40.026017 ], [ -75.122279, 40.02565 ], [ -75.120614, 40.027626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010386001", "device_counts": 1314, "stop_counts": 6278 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221348, 40.072432 ], [ -75.222268, 40.073056 ], [ -75.215751, 40.072877 ], [ -75.215385, 40.073257 ], [ -75.211625, 40.070754 ], [ -75.2112, 40.068809 ], [ -75.211138, 40.068318 ], [ -75.208933, 40.067015 ], [ -75.209573, 40.066375 ], [ -75.206782, 40.064755 ], [ -75.20615, 40.065376 ], [ -75.204744, 40.064538 ], [ -75.20714, 40.062139 ], [ -75.202545, 40.059884 ], [ -75.201625, 40.056796 ], [ -75.204845, 40.054823 ], [ -75.201462, 40.052316 ], [ -75.198319, 40.050328 ], [ -75.196511, 40.049188 ], [ -75.198059, 40.047739 ], [ -75.198411, 40.045827 ], [ -75.201433, 40.042404 ], [ -75.207005, 40.047063 ], [ -75.209622, 40.047047 ], [ -75.209969, 40.047081 ], [ -75.212717, 40.049239 ], [ -75.214124, 40.049661 ], [ -75.217922, 40.055271 ], [ -75.217672, 40.055359 ], [ -75.213767, 40.056678 ], [ -75.212549, 40.058425 ], [ -75.214011, 40.0571 ], [ -75.216866, 40.057179 ], [ -75.21901, 40.060468 ], [ -75.220769, 40.064065 ], [ -75.218506, 40.066949 ], [ -75.215152, 40.069139 ], [ -75.215983, 40.069557 ], [ -75.218898, 40.067813 ], [ -75.222536, 40.071328 ], [ -75.221348, 40.072432 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373001", "device_counts": 2062, "stop_counts": 6548 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177806, 39.91309 ], [ -75.172294, 39.912393 ], [ -75.171928, 39.912348 ], [ -75.169806, 39.911326 ], [ -75.17081, 39.908594 ], [ -75.173234, 39.908002 ], [ -75.178512, 39.90867 ], [ -75.177806, 39.91309 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353013", "device_counts": 939, "stop_counts": 3045 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.995269, 40.062344 ], [ -74.991704, 40.062339 ], [ -74.987379, 40.065368 ], [ -74.986875, 40.064955 ], [ -74.985576, 40.063345 ], [ -74.990432, 40.060396 ], [ -74.991709, 40.061095 ], [ -74.995269, 40.062344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010376001", "device_counts": 3288, "stop_counts": 7582 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155093, 39.958709 ], [ -75.154512, 39.961711 ], [ -75.154312, 39.962614 ], [ -75.152146, 39.962452 ], [ -75.148029, 39.962265 ], [ -75.148181, 39.961418 ], [ -75.14913, 39.956191 ], [ -75.151223, 39.956862 ], [ -75.154451, 39.956777 ], [ -75.155538, 39.956923 ], [ -75.155093, 39.958709 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019809001", "device_counts": 15954, "stop_counts": 67098 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.257003, 39.878422 ], [ -75.254897, 39.880006 ], [ -75.246231, 39.889505 ], [ -75.241825, 39.892006 ], [ -75.243752, 39.893025 ], [ -75.238643, 39.898691 ], [ -75.240331, 39.904113 ], [ -75.237752, 39.904713 ], [ -75.235164, 39.906453 ], [ -75.231964, 39.909874 ], [ -75.230417, 39.911046 ], [ -75.22918, 39.909127 ], [ -75.224988, 39.915064 ], [ -75.223236, 39.917589 ], [ -75.221873, 39.919551 ], [ -75.216768, 39.926956 ], [ -75.212428, 39.92523 ], [ -75.211253, 39.928519 ], [ -75.206204, 39.934974 ], [ -75.206173, 39.935067 ], [ -75.206101, 39.935281 ], [ -75.206072, 39.935371 ], [ -75.215858, 39.933066 ], [ -75.215569, 39.933489 ], [ -75.213893, 39.935906 ], [ -75.215778, 39.935624 ], [ -75.212064, 39.938213 ], [ -75.207838, 39.941286 ], [ -75.207099, 39.941281 ], [ -75.205185, 39.941116 ], [ -75.205431, 39.93877 ], [ -75.20114, 39.937468 ], [ -75.200194, 39.938545 ], [ -75.197924, 39.938063 ], [ -75.199503, 39.934508 ], [ -75.199844, 39.932447 ], [ -75.199586, 39.931807 ], [ -75.194623, 39.92681 ], [ -75.193156, 39.924592 ], [ -75.195045, 39.921011 ], [ -75.192494, 39.921266 ], [ -75.189653, 39.921807 ], [ -75.189413, 39.921073 ], [ -75.19022, 39.915884 ], [ -75.192285, 39.906428 ], [ -75.193987, 39.905633 ], [ -75.193923, 39.900403 ], [ -75.19631, 39.901071 ], [ -75.195253, 39.899322 ], [ -75.196239, 39.893365 ], [ -75.195514, 39.89184 ], [ -75.195217294768597, 39.877343945193211 ], [ -75.199857, 39.873222 ], [ -75.204087, 39.871204 ], [ -75.211515931142685, 39.867051552431704 ], [ -75.216039, 39.871115 ], [ -75.215787, 39.875052 ], [ -75.211873, 39.880681 ], [ -75.212248, 39.883027 ], [ -75.213969, 39.883692 ], [ -75.221643, 39.882386 ], [ -75.223317, 39.883766 ], [ -75.227493, 39.88182 ], [ -75.228516, 39.880973 ], [ -75.229911, 39.882411 ], [ -75.233426, 39.889178 ], [ -75.235941, 39.890059 ], [ -75.239244, 39.889103 ], [ -75.24072, 39.887833 ], [ -75.242544, 39.884969 ], [ -75.24413, 39.881256 ], [ -75.246044, 39.878981 ], [ -75.248463, 39.87765 ], [ -75.253515, 39.876015 ], [ -75.261245, 39.876484 ], [ -75.257003, 39.878422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169021", "device_counts": 464, "stop_counts": 1876 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183009, 39.994439 ], [ -75.182341, 39.997519 ], [ -75.180188, 39.997253 ], [ -75.178576, 39.99704 ], [ -75.179248, 39.993963 ], [ -75.182463, 39.994365 ], [ -75.183009, 39.994439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172024", "device_counts": 482, "stop_counts": 1906 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173282, 39.999516 ], [ -75.170087, 39.999116 ], [ -75.17042, 39.997618 ], [ -75.171997, 39.997826 ], [ -75.172355, 39.99624 ], [ -75.173948, 39.996432 ], [ -75.173282, 39.999516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308003", "device_counts": 586, "stop_counts": 3375 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085794, 40.055424 ], [ -75.085676, 40.057208 ], [ -75.083654, 40.056213 ], [ -75.081865, 40.055214 ], [ -75.079814, 40.054084 ], [ -75.078631, 40.055357 ], [ -75.076734, 40.05735 ], [ -75.075032, 40.056359 ], [ -75.076902, 40.054387 ], [ -75.079334, 40.051809 ], [ -75.079878, 40.051217 ], [ -75.085847, 40.05441 ], [ -75.085794, 40.055424 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107003", "device_counts": 296, "stop_counts": 861 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211723, 39.970722 ], [ -75.208356, 39.970706 ], [ -75.208038, 39.968984 ], [ -75.211189, 39.968634 ], [ -75.211334, 39.968726 ], [ -75.211723, 39.970722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176022", "device_counts": 450, "stop_counts": 1335 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129921, 39.99546 ], [ -75.126054, 39.994957 ], [ -75.126374, 39.993462 ], [ -75.126915, 39.991834 ], [ -75.130122, 39.994573 ], [ -75.129921, 39.99546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010287001", "device_counts": 1883, "stop_counts": 5371 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135664, 40.023155 ], [ -75.133287, 40.023784 ], [ -75.131584, 40.024069 ], [ -75.131594, 40.023893 ], [ -75.131339, 40.023947 ], [ -75.130367, 40.024146 ], [ -75.131171, 40.019997 ], [ -75.134016, 40.020372 ], [ -75.134194, 40.019619 ], [ -75.135434, 40.019782 ], [ -75.135818, 40.020645 ], [ -75.135664, 40.023155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060005", "device_counts": 388, "stop_counts": 1053 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239511, 39.918979 ], [ -75.237427, 39.917207 ], [ -75.236026, 39.916036 ], [ -75.237599, 39.914934 ], [ -75.238984, 39.916102 ], [ -75.241088, 39.917868 ], [ -75.239511, 39.918979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292003", "device_counts": 819, "stop_counts": 1925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.09399, 40.027037 ], [ -75.092162, 40.02805 ], [ -75.086551, 40.031133 ], [ -75.085263, 40.031381 ], [ -75.08508, 40.031266 ], [ -75.086997, 40.029443 ], [ -75.090563, 40.025791 ], [ -75.091879, 40.024435 ], [ -75.092414, 40.025353 ], [ -75.093609, 40.026718 ], [ -75.09399, 40.027037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095004", "device_counts": 644, "stop_counts": 1824 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239479, 39.968097 ], [ -75.239133, 39.969893 ], [ -75.237455, 39.970141 ], [ -75.237283, 39.968899 ], [ -75.237818, 39.96633 ], [ -75.238137, 39.96481 ], [ -75.24011, 39.965055 ], [ -75.239479, 39.968097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010367001", "device_counts": 5335, "stop_counts": 13209 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14913, 39.956191 ], [ -75.148181, 39.961418 ], [ -75.146557, 39.961255 ], [ -75.146586, 39.962174 ], [ -75.14482, 39.961762 ], [ -75.143279, 39.9614 ], [ -75.142528, 39.964985 ], [ -75.138827, 39.963129 ], [ -75.138081, 39.962936 ], [ -75.139954, 39.956928 ], [ -75.141607, 39.955491 ], [ -75.148408, 39.95633 ], [ -75.14913, 39.956191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362031", "device_counts": 2054, "stop_counts": 9301 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.97582, 40.081889 ], [ -74.973763, 40.084534 ], [ -74.971945, 40.086891 ], [ -74.971509, 40.087342 ], [ -74.968451, 40.084426 ], [ -74.966814, 40.082209 ], [ -74.97031, 40.080347 ], [ -74.973615, 40.078901 ], [ -74.975247, 40.078848 ], [ -74.97725, 40.080506 ], [ -74.97582, 40.081889 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256002", "device_counts": 355, "stop_counts": 1208 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192891, 40.062662 ], [ -75.188921, 40.066497 ], [ -75.187657, 40.065837 ], [ -75.185757, 40.065121 ], [ -75.188629, 40.062443 ], [ -75.191054, 40.060176 ], [ -75.191876, 40.061257 ], [ -75.192891, 40.062662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019002", "device_counts": 1068, "stop_counts": 2958 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177761, 39.941461 ], [ -75.177598, 39.942228 ], [ -75.174104, 39.941793 ], [ -75.174271, 39.941021 ], [ -75.174481, 39.940056 ], [ -75.171341, 39.939663 ], [ -75.171602, 39.938447 ], [ -75.173173, 39.938641 ], [ -75.17631, 39.939021 ], [ -75.178251, 39.939268 ], [ -75.177761, 39.941461 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071022", "device_counts": 334, "stop_counts": 1379 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231766, 39.93846 ], [ -75.229077, 39.940637 ], [ -75.226854, 39.938767 ], [ -75.227831, 39.938077 ], [ -75.228358, 39.9377 ], [ -75.229726, 39.936743 ], [ -75.230224, 39.937177 ], [ -75.231766, 39.93846 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082004", "device_counts": 435, "stop_counts": 1801 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245999, 39.94656 ], [ -75.244026, 39.946316 ], [ -75.242107, 39.945829 ], [ -75.241771, 39.945297 ], [ -75.246634, 39.943541 ], [ -75.245999, 39.94656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164003", "device_counts": 798, "stop_counts": 2248 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147887, 39.993078 ], [ -75.142999, 39.992449 ], [ -75.143668, 39.989365 ], [ -75.147542, 39.989863 ], [ -75.148305, 39.990968 ], [ -75.147887, 39.993078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255003", "device_counts": 656, "stop_counts": 1501 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191054, 40.060176 ], [ -75.188629, 40.062443 ], [ -75.186236, 40.060989 ], [ -75.183366, 40.05922 ], [ -75.186535, 40.056209 ], [ -75.187306, 40.055484 ], [ -75.188077, 40.056898 ], [ -75.189423, 40.058417 ], [ -75.19022, 40.059199 ], [ -75.191054, 40.060176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289022", "device_counts": 554, "stop_counts": 1916 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116106, 40.022109 ], [ -75.114917, 40.021956 ], [ -75.114348, 40.024951 ], [ -75.113323, 40.024916 ], [ -75.114461, 40.026784 ], [ -75.112773, 40.027036 ], [ -75.111664, 40.025651 ], [ -75.111228, 40.023211 ], [ -75.110242, 40.022242 ], [ -75.110835, 40.02172 ], [ -75.112217, 40.020056 ], [ -75.116243, 40.020558 ], [ -75.116106, 40.022109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289012", "device_counts": 893, "stop_counts": 3244 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116272, 40.017423 ], [ -75.117154, 40.019006 ], [ -75.116404, 40.018909 ], [ -75.113951, 40.018603 ], [ -75.108678, 40.017942 ], [ -75.109024, 40.016286 ], [ -75.11136, 40.015867 ], [ -75.111811, 40.013662 ], [ -75.112161, 40.012085 ], [ -75.119439, 40.013026 ], [ -75.116272, 40.017423 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164001", "device_counts": 823, "stop_counts": 2868 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142999, 39.992449 ], [ -75.142173, 39.992343 ], [ -75.140198, 39.992086 ], [ -75.138352, 39.991851 ], [ -75.139021, 39.988764 ], [ -75.140861, 39.989001 ], [ -75.142846, 39.989257 ], [ -75.143668, 39.989365 ], [ -75.142999, 39.992449 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010239001", "device_counts": 404, "stop_counts": 1471 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190086, 40.038232 ], [ -75.188797, 40.03948 ], [ -75.187922, 40.037547 ], [ -75.188396, 40.037255 ], [ -75.182925, 40.034066 ], [ -75.181235, 40.033097 ], [ -75.183058, 40.03129 ], [ -75.184519, 40.032497 ], [ -75.186455, 40.033226 ], [ -75.190987, 40.037353 ], [ -75.190086, 40.038232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363034", "device_counts": 436, "stop_counts": 2714 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.970261, 40.097964 ], [ -74.968536, 40.098492 ], [ -74.967496, 40.100803 ], [ -74.967515, 40.101869 ], [ -74.96767, 40.1027 ], [ -74.962196, 40.103382 ], [ -74.961156, 40.103446 ], [ -74.960807, 40.101572 ], [ -74.96163, 40.097804 ], [ -74.962107, 40.097709 ], [ -74.964688, 40.097347 ], [ -74.970028, 40.096943 ], [ -74.970623, 40.096983 ], [ -74.970261, 40.097964 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315022", "device_counts": 1606, "stop_counts": 3546 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054287, 40.044448 ], [ -75.052228, 40.043271 ], [ -75.049027, 40.041412 ], [ -75.05122, 40.039091 ], [ -75.0518, 40.038476 ], [ -75.055055, 40.040279 ], [ -75.053865, 40.041545 ], [ -75.055946, 40.042831 ], [ -75.054287, 40.044448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314012", "device_counts": 1458, "stop_counts": 4153 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.067109, 40.047015 ], [ -75.066427, 40.046619 ], [ -75.063437, 40.049751 ], [ -75.061374, 40.048585 ], [ -75.06446, 40.045522 ], [ -75.061926, 40.04411 ], [ -75.063143, 40.042901 ], [ -75.065919, 40.044399 ], [ -75.066547, 40.044741 ], [ -75.068338, 40.045728 ], [ -75.067109, 40.047015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042021", "device_counts": 852, "stop_counts": 3617 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151014, 39.916842 ], [ -75.15073, 39.918097 ], [ -75.150461, 39.919345 ], [ -75.147813, 39.919001 ], [ -75.146538, 39.91884 ], [ -75.147357, 39.91509 ], [ -75.151276, 39.9156 ], [ -75.151014, 39.916842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010011", "device_counts": 2166, "stop_counts": 5552 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153424, 39.946817 ], [ -75.153174, 39.947962 ], [ -75.152337, 39.949421 ], [ -75.149186, 39.949032 ], [ -75.149954, 39.945505 ], [ -75.150764, 39.945558 ], [ -75.153184, 39.945536 ], [ -75.153424, 39.946817 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082006", "device_counts": 567, "stop_counts": 3019 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249371, 39.950153 ], [ -75.243381, 39.949411 ], [ -75.243536, 39.948659 ], [ -75.244026, 39.946316 ], [ -75.245999, 39.94656 ], [ -75.249258, 39.9473 ], [ -75.249371, 39.950153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372002", "device_counts": 744, "stop_counts": 3526 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165081, 39.913368 ], [ -75.16453, 39.915875 ], [ -75.161956, 39.915546 ], [ -75.159844, 39.915286 ], [ -75.160789, 39.910942 ], [ -75.165482, 39.911531 ], [ -75.165081, 39.913368 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082005", "device_counts": 610, "stop_counts": 1953 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.251577, 39.952127 ], [ -75.250816, 39.953475 ], [ -75.244719, 39.952676 ], [ -75.242754, 39.952432 ], [ -75.243068, 39.950926 ], [ -75.249056, 39.951679 ], [ -75.249371, 39.950153 ], [ -75.249258, 39.9473 ], [ -75.245999, 39.94656 ], [ -75.246634, 39.943541 ], [ -75.247028, 39.943414 ], [ -75.247208, 39.943904 ], [ -75.250118, 39.94697 ], [ -75.251609, 39.951466 ], [ -75.251577, 39.952127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260002", "device_counts": 265, "stop_counts": 1660 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170406, 40.074391 ], [ -75.170822, 40.076226 ], [ -75.167309, 40.074208 ], [ -75.167097, 40.07332 ], [ -75.16899, 40.071473 ], [ -75.171716, 40.073039 ], [ -75.170406, 40.074391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382003", "device_counts": 6761, "stop_counts": 19589 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101811, 40.002863 ], [ -75.094849, 40.006678 ], [ -75.094104, 40.007096 ], [ -75.092574, 40.007932 ], [ -75.092494, 40.007976 ], [ -75.092088, 40.007531 ], [ -75.092011, 40.007299 ], [ -75.09205, 40.007033 ], [ -75.092196, 40.006789 ], [ -75.09263, 40.006343 ], [ -75.092775, 40.005977 ], [ -75.092811, 40.005871 ], [ -75.0927, 40.005674 ], [ -75.092482, 40.005427 ], [ -75.092057, 40.004937 ], [ -75.090028, 40.004264 ], [ -75.088513, 40.00354 ], [ -75.087984, 40.00303 ], [ -75.087369, 40.001571 ], [ -75.087302, 40.000157 ], [ -75.086895, 39.999532 ], [ -75.086234, 39.998967 ], [ -75.08637, 39.998895 ], [ -75.086505, 39.998825 ], [ -75.094523, 39.994603 ], [ -75.097949, 39.998496 ], [ -75.098979, 39.999688 ], [ -75.099609, 40.000365 ], [ -75.099998, 40.000816 ], [ -75.100085, 40.000977 ], [ -75.100973, 40.001086 ], [ -75.103179, 40.002096 ], [ -75.101811, 40.002863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254003", "device_counts": 235, "stop_counts": 1032 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181313, 40.061221 ], [ -75.179314, 40.060393 ], [ -75.178248, 40.059704 ], [ -75.180513, 40.057498 ], [ -75.183366, 40.05922 ], [ -75.181313, 40.061221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112002", "device_counts": 379, "stop_counts": 1241 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232182, 39.973599 ], [ -75.231194, 39.973709 ], [ -75.229266, 39.973926 ], [ -75.229026, 39.972644 ], [ -75.228735, 39.971107 ], [ -75.231617, 39.970789 ], [ -75.232182, 39.973599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177022", "device_counts": 687, "stop_counts": 2021 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123212, 39.993054 ], [ -75.122221, 39.992929 ], [ -75.121617, 39.99592 ], [ -75.119665, 39.995671 ], [ -75.12031, 39.992672 ], [ -75.123686, 39.990836 ], [ -75.123212, 39.993054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115003", "device_counts": 412, "stop_counts": 2163 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.252323, 39.976786 ], [ -75.250979, 39.977684 ], [ -75.248944, 39.979106 ], [ -75.248628, 39.978707 ], [ -75.247797, 39.975079 ], [ -75.250203, 39.974815 ], [ -75.251914, 39.974623 ], [ -75.252323, 39.976786 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170002", "device_counts": 3962, "stop_counts": 11639 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182239, 40.011676 ], [ -75.175669, 40.016051 ], [ -75.16914, 40.008832 ], [ -75.169741, 40.008585 ], [ -75.172209, 40.007898 ], [ -75.173853, 40.007468 ], [ -75.178633, 40.005052 ], [ -75.179692, 40.007898 ], [ -75.180147, 40.009251 ], [ -75.182239, 40.011676 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037011", "device_counts": 440, "stop_counts": 1849 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178705, 39.928046 ], [ -75.178615, 39.928469 ], [ -75.178445, 39.929271 ], [ -75.175289, 39.928867 ], [ -75.175562, 39.927642 ], [ -75.175741, 39.92685 ], [ -75.178859, 39.927265 ], [ -75.178705, 39.928046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326007", "device_counts": 430, "stop_counts": 2101 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040219, 40.026061 ], [ -75.036898, 40.027779 ], [ -75.034354, 40.029096 ], [ -75.032752, 40.02705 ], [ -75.039452, 40.022917 ], [ -75.038625, 40.024239 ], [ -75.039768, 40.025551 ], [ -75.040219, 40.026061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330003", "device_counts": 491, "stop_counts": 2175 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.039289, 40.03734 ], [ -75.036276, 40.038441 ], [ -75.034538, 40.036464 ], [ -75.03728, 40.035045 ], [ -75.039289, 40.03734 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024004", "device_counts": 1513, "stop_counts": 3257 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158424, 39.936372 ], [ -75.15815, 39.937589 ], [ -75.156622, 39.937182 ], [ -75.15506, 39.936807 ], [ -75.155304, 39.935934 ], [ -75.155577, 39.934667 ], [ -75.157089, 39.935103 ], [ -75.157351, 39.934897 ], [ -75.158669, 39.935226 ], [ -75.158424, 39.936372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040021", "device_counts": 513, "stop_counts": 2621 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166563, 39.921418 ], [ -75.163412, 39.921015 ], [ -75.163956, 39.918518 ], [ -75.167085, 39.918959 ], [ -75.166563, 39.921418 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271001", "device_counts": 1023, "stop_counts": 2738 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12632, 40.055481 ], [ -75.124916, 40.054684 ], [ -75.122147, 40.053177 ], [ -75.122776, 40.049613 ], [ -75.124614, 40.049849 ], [ -75.125298, 40.051492 ], [ -75.127143, 40.051748 ], [ -75.12632, 40.055481 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274011", "device_counts": 729, "stop_counts": 2489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12916, 40.04257 ], [ -75.128834, 40.044086 ], [ -75.128495, 40.045626 ], [ -75.126639, 40.045392 ], [ -75.126987, 40.043857 ], [ -75.127317, 40.04232 ], [ -75.126311, 40.042203 ], [ -75.126643, 40.040681 ], [ -75.129498, 40.041048 ], [ -75.12916, 40.04257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010174001", "device_counts": 857, "stop_counts": 2551 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149877, 39.998385 ], [ -75.15002, 39.999096 ], [ -75.147717, 39.999974 ], [ -75.147404, 39.99924 ], [ -75.146731, 39.997627 ], [ -75.14708, 39.996143 ], [ -75.147461, 39.994656 ], [ -75.147887, 39.993078 ], [ -75.149238, 39.993253 ], [ -75.150813, 39.99346 ], [ -75.149877, 39.998385 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259004", "device_counts": 236, "stop_counts": 1742 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180901, 40.080219 ], [ -75.179756, 40.081333 ], [ -75.176145, 40.079288 ], [ -75.177137, 40.078269 ], [ -75.179022, 40.079344 ], [ -75.180238, 40.078084 ], [ -75.182053, 40.079102 ], [ -75.180901, 40.080219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010208001", "device_counts": 342, "stop_counts": 1855 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193231, 40.024996 ], [ -75.185463, 40.028875 ], [ -75.181668, 40.025657 ], [ -75.190007, 40.022524 ], [ -75.191105, 40.021663 ], [ -75.193048, 40.023558 ], [ -75.193308, 40.024091 ], [ -75.193231, 40.024996 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037013", "device_counts": 590, "stop_counts": 2335 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182804, 39.928575 ], [ -75.180624, 39.928289 ], [ -75.178705, 39.928046 ], [ -75.178859, 39.927265 ], [ -75.179242, 39.925606 ], [ -75.181159, 39.92585 ], [ -75.181698, 39.925924 ], [ -75.182743, 39.926058 ], [ -75.18333, 39.926134 ], [ -75.182804, 39.928575 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352001", "device_counts": 1039, "stop_counts": 6618 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.998259, 40.05808 ], [ -74.991254, 40.059949 ], [ -74.990432, 40.060396 ], [ -74.985576, 40.063345 ], [ -74.984171, 40.064075 ], [ -74.982355, 40.064672 ], [ -74.981154, 40.064912 ], [ -74.980718, 40.06472 ], [ -74.980378, 40.060349 ], [ -74.984302, 40.05585 ], [ -74.983904, 40.054994 ], [ -74.984098, 40.054782 ], [ -74.984752, 40.055355 ], [ -74.987256, 40.05286 ], [ -74.990389, 40.050984 ], [ -74.994151, 40.054401 ], [ -74.998259, 40.05808 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382002", "device_counts": 3268, "stop_counts": 8787 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.107339, 39.989644 ], [ -75.100302, 39.993322 ], [ -75.098035, 39.990748 ], [ -75.099128, 39.990172 ], [ -75.102621, 39.988348 ], [ -75.105064, 39.987073 ], [ -75.105915, 39.988037 ], [ -75.107339, 39.989644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134022", "device_counts": 344, "stop_counts": 1218 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168804, 39.966145 ], [ -75.168569, 39.967226 ], [ -75.165349, 39.967149 ], [ -75.165813, 39.965075 ], [ -75.168959, 39.965463 ], [ -75.168804, 39.966145 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083021", "device_counts": 448, "stop_counts": 1680 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24441, 39.954226 ], [ -75.240449, 39.953733 ], [ -75.238476, 39.953485 ], [ -75.238796, 39.951942 ], [ -75.242754, 39.952432 ], [ -75.244719, 39.952676 ], [ -75.24441, 39.954226 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172022", "device_counts": 369, "stop_counts": 1396 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176301, 39.999921 ], [ -75.173282, 39.999516 ], [ -75.173948, 39.996432 ], [ -75.175539, 39.996639 ], [ -75.175188, 39.998233 ], [ -75.178237, 39.998611 ], [ -75.176301, 39.999921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084004", "device_counts": 2413, "stop_counts": 6745 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236971, 39.960698 ], [ -75.234869, 39.961231 ], [ -75.232857, 39.960976 ], [ -75.230801, 39.960722 ], [ -75.231277, 39.958448 ], [ -75.235342, 39.958951 ], [ -75.235504, 39.958192 ], [ -75.237448, 39.958433 ], [ -75.236971, 39.960698 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215002", "device_counts": 770, "stop_counts": 2834 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238068, 40.032127 ], [ -75.234535, 40.030426 ], [ -75.233394, 40.031906 ], [ -75.22815, 40.034714 ], [ -75.226904, 40.033041 ], [ -75.228138, 40.032482 ], [ -75.226787, 40.030802 ], [ -75.228765, 40.029792 ], [ -75.229513, 40.029492 ], [ -75.232005, 40.028228 ], [ -75.232628, 40.028355 ], [ -75.234604, 40.029926 ], [ -75.238068, 40.032127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373002", "device_counts": 2070, "stop_counts": 11965 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19022, 39.915884 ], [ -75.189481, 39.91484 ], [ -75.188144, 39.914281 ], [ -75.177806, 39.91309 ], [ -75.178512, 39.90867 ], [ -75.1828, 39.909208 ], [ -75.183387, 39.906617 ], [ -75.190073, 39.90752 ], [ -75.192285, 39.906428 ], [ -75.19022, 39.915884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198001", "device_counts": 720, "stop_counts": 2247 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147325, 40.010382 ], [ -75.147247, 40.011906 ], [ -75.147205, 40.015188 ], [ -75.141745, 40.012939 ], [ -75.141786, 40.012708 ], [ -75.14332, 40.012926 ], [ -75.143981, 40.009949 ], [ -75.142438, 40.009743 ], [ -75.141913, 40.009674 ], [ -75.142256, 40.008093 ], [ -75.142772, 40.008153 ], [ -75.143346, 40.008227 ], [ -75.147603, 40.008779 ], [ -75.147325, 40.010382 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014003", "device_counts": 1206, "stop_counts": 3533 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171906, 39.944443 ], [ -75.168762, 39.94405 ], [ -75.165575, 39.943664 ], [ -75.165988, 39.94182 ], [ -75.166204, 39.940813 ], [ -75.169386, 39.941211 ], [ -75.170955, 39.941404 ], [ -75.170532, 39.94338 ], [ -75.172104, 39.943577 ], [ -75.171906, 39.944443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010200002", "device_counts": 4115, "stop_counts": 15529 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152549, 40.003181 ], [ -75.151603, 40.007665 ], [ -75.151246, 40.009279 ], [ -75.15109, 40.009934 ], [ -75.148817, 40.002698 ], [ -75.148148, 40.000987 ], [ -75.152926, 40.001592 ], [ -75.152549, 40.003181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010184002", "device_counts": 920, "stop_counts": 6535 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.066765, 39.99318 ], [ -75.065419, 39.995046 ], [ -75.069049, 39.999566 ], [ -75.070175, 40.00106 ], [ -75.070609, 40.001652 ], [ -75.067245, 40.004293 ], [ -75.067696, 40.005333 ], [ -75.064579, 40.006194 ], [ -75.063056, 40.006098 ], [ -75.062126, 40.006643 ], [ -75.053723885964288, 40.004080276035694 ], [ -75.058089, 39.997404 ], [ -75.059017, 39.992512 ], [ -75.059792271613105, 39.991537274057499 ], [ -75.064175, 39.986027 ], [ -75.064645979616898, 39.985641523490607 ], [ -75.071834, 39.99042 ], [ -75.066765, 39.99318 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202005", "device_counts": 616, "stop_counts": 2266 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160943, 40.012647 ], [ -75.156652, 40.014618 ], [ -75.156653, 40.014419 ], [ -75.157775, 40.009231 ], [ -75.160936, 40.009632 ], [ -75.160453, 40.012067 ], [ -75.160943, 40.012647 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256001", "device_counts": 270, "stop_counts": 1324 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190512, 40.070271 ], [ -75.188052, 40.072503 ], [ -75.181751, 40.068902 ], [ -75.18437, 40.066442 ], [ -75.185757, 40.065121 ], [ -75.187657, 40.065837 ], [ -75.188921, 40.066497 ], [ -75.190512, 40.070271 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010285001", "device_counts": 1919, "stop_counts": 5690 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135724, 40.023602 ], [ -75.135096, 40.026079 ], [ -75.135334, 40.027632 ], [ -75.13506, 40.02915 ], [ -75.135144, 40.031362 ], [ -75.135042, 40.033284 ], [ -75.13129, 40.032818 ], [ -75.131829, 40.030321 ], [ -75.132352, 40.028019 ], [ -75.13251, 40.027274 ], [ -75.132838, 40.025783 ], [ -75.133167, 40.024299 ], [ -75.133287, 40.023784 ], [ -75.135664, 40.023155 ], [ -75.135724, 40.023602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310003", "device_counts": 602, "stop_counts": 1822 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075037, 40.047638 ], [ -75.073936, 40.048841 ], [ -75.072108, 40.050765 ], [ -75.068475, 40.048729 ], [ -75.069073, 40.048109 ], [ -75.07207, 40.045024 ], [ -75.075637, 40.047005 ], [ -75.075037, 40.047638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011013", "device_counts": 655, "stop_counts": 1544 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161843, 39.94662 ], [ -75.160267, 39.946422 ], [ -75.159481, 39.946325 ], [ -75.159984, 39.944009 ], [ -75.162348, 39.944299 ], [ -75.161843, 39.94662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063004", "device_counts": 1244, "stop_counts": 4755 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246856, 39.918759 ], [ -75.239671, 39.923779 ], [ -75.236655, 39.921242 ], [ -75.236789, 39.920899 ], [ -75.239511, 39.918979 ], [ -75.241088, 39.917868 ], [ -75.242454, 39.916907 ], [ -75.243821, 39.916027 ], [ -75.244935, 39.91545 ], [ -75.246308, 39.917176 ], [ -75.246856, 39.918759 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093005", "device_counts": 746, "stop_counts": 2393 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227679, 39.965072 ], [ -75.22786, 39.966191 ], [ -75.224105, 39.964739 ], [ -75.223531, 39.964601 ], [ -75.223746, 39.963026 ], [ -75.22422, 39.963086 ], [ -75.226891, 39.963415 ], [ -75.227443, 39.960311 ], [ -75.228645, 39.960463 ], [ -75.227679, 39.965072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102003", "device_counts": 470, "stop_counts": 1763 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232573, 39.970683 ], [ -75.231617, 39.970789 ], [ -75.228735, 39.971107 ], [ -75.228248, 39.968409 ], [ -75.230162, 39.968216 ], [ -75.231833, 39.96746 ], [ -75.232228, 39.968829 ], [ -75.232573, 39.970683 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135001", "device_counts": 393, "stop_counts": 1505 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174869, 39.96971 ], [ -75.174367, 39.972035 ], [ -75.172659, 39.971823 ], [ -75.173163, 39.969503 ], [ -75.170997, 39.969227 ], [ -75.171344, 39.967275 ], [ -75.172108, 39.967284 ], [ -75.17539, 39.967345 ], [ -75.174869, 39.96971 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010147002", "device_counts": 2515, "stop_counts": 7227 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165511, 39.981244 ], [ -75.159219, 39.980435 ], [ -75.157581, 39.980223 ], [ -75.158526, 39.97585 ], [ -75.16175, 39.976262 ], [ -75.163325, 39.976471 ], [ -75.163006, 39.977899 ], [ -75.161443, 39.977694 ], [ -75.161134, 39.979106 ], [ -75.165849, 39.979714 ], [ -75.165511, 39.981244 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010156002", "device_counts": 1316, "stop_counts": 3317 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144169, 39.983092 ], [ -75.139868, 39.982536 ], [ -75.141349, 39.978121 ], [ -75.14315, 39.978966 ], [ -75.143188, 39.978359 ], [ -75.14501, 39.978597 ], [ -75.144169, 39.983092 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010173002", "device_counts": 2258, "stop_counts": 7726 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167215, 39.997197 ], [ -75.163734, 39.996753 ], [ -75.163093, 39.999752 ], [ -75.166562, 40.000199 ], [ -75.165896, 40.003269 ], [ -75.160843, 40.002634 ], [ -75.158926, 40.004009 ], [ -75.157365, 40.003799 ], [ -75.157703, 40.00221 ], [ -75.158222, 39.999121 ], [ -75.155232, 39.998728 ], [ -75.153609, 39.998515 ], [ -75.153782, 39.997718 ], [ -75.154588, 39.993938 ], [ -75.157791, 39.994342 ], [ -75.159366, 39.994525 ], [ -75.160946, 39.994737 ], [ -75.164094, 39.995169 ], [ -75.167568, 39.995621 ], [ -75.167215, 39.997197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019801001", "device_counts": 2441, "stop_counts": 6492 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232952, 40.083618 ], [ -75.2305, 40.086022 ], [ -75.228599, 40.084874 ], [ -75.228078, 40.084434 ], [ -75.227899, 40.084282 ], [ -75.224633, 40.079605 ], [ -75.218189, 40.075823 ], [ -75.215093, 40.077141 ], [ -75.216984, 40.074811 ], [ -75.215385, 40.073257 ], [ -75.215751, 40.072877 ], [ -75.222268, 40.073056 ], [ -75.221348, 40.072432 ], [ -75.222536, 40.071328 ], [ -75.218898, 40.067813 ], [ -75.215983, 40.069557 ], [ -75.215152, 40.069139 ], [ -75.218506, 40.066949 ], [ -75.220769, 40.064065 ], [ -75.21901, 40.060468 ], [ -75.216866, 40.057179 ], [ -75.214011, 40.0571 ], [ -75.212549, 40.058425 ], [ -75.213767, 40.056678 ], [ -75.217672, 40.055359 ], [ -75.217922, 40.055271 ], [ -75.214124, 40.049661 ], [ -75.212717, 40.049239 ], [ -75.209969, 40.047081 ], [ -75.20994, 40.044636 ], [ -75.208173, 40.04199 ], [ -75.207016, 40.0416 ], [ -75.205047, 40.043123 ], [ -75.205546, 40.039057 ], [ -75.203164, 40.037635 ], [ -75.202846, 40.039503 ], [ -75.200359, 40.037477 ], [ -75.198918, 40.038973 ], [ -75.197535, 40.033892 ], [ -75.196938, 40.033266 ], [ -75.190861, 40.031144 ], [ -75.189063, 40.031905 ], [ -75.187776, 40.030771 ], [ -75.186194, 40.029468 ], [ -75.185463, 40.028875 ], [ -75.193231, 40.024996 ], [ -75.193308, 40.024091 ], [ -75.197636, 40.021461 ], [ -75.201269, 40.017189 ], [ -75.205848, 40.015281 ], [ -75.206139, 40.014753 ], [ -75.206207, 40.01472 ], [ -75.207599, 40.012719 ], [ -75.208008, 40.012997 ], [ -75.207221, 40.016673 ], [ -75.205622, 40.017107 ], [ -75.204055, 40.017273 ], [ -75.204057, 40.020213 ], [ -75.204479, 40.020942 ], [ -75.203241, 40.024681 ], [ -75.202496, 40.025609 ], [ -75.20323, 40.025839 ], [ -75.205616, 40.028661 ], [ -75.203407, 40.029561 ], [ -75.205569, 40.032514 ], [ -75.207715, 40.031573 ], [ -75.208278, 40.033762 ], [ -75.208938, 40.035221 ], [ -75.210398, 40.03751 ], [ -75.213026, 40.039412 ], [ -75.214111, 40.040124 ], [ -75.216923, 40.042249 ], [ -75.217846, 40.044343 ], [ -75.217827, 40.0471 ], [ -75.218194, 40.047966 ], [ -75.218706, 40.04851 ], [ -75.227161, 40.052534 ], [ -75.230417, 40.053374 ], [ -75.231223, 40.053703 ], [ -75.228838, 40.056168 ], [ -75.228561, 40.057265 ], [ -75.230156, 40.05955 ], [ -75.228493, 40.060331 ], [ -75.226991, 40.058899 ], [ -75.22495, 40.059866 ], [ -75.226412, 40.061987 ], [ -75.2248, 40.062554 ], [ -75.225109, 40.06608 ], [ -75.223538, 40.067435 ], [ -75.226651, 40.070458 ], [ -75.228088, 40.070649 ], [ -75.227005, 40.072605 ], [ -75.225202, 40.074072 ], [ -75.230411, 40.077042 ], [ -75.225988, 40.079068 ], [ -75.22779, 40.08149 ], [ -75.231412, 40.082658 ], [ -75.232952, 40.083618 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337022", "device_counts": 1093, "stop_counts": 5578 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068862, 40.071845 ], [ -75.065724, 40.070193 ], [ -75.05821, 40.074605 ], [ -75.055857, 40.073249 ], [ -75.053579, 40.073299 ], [ -75.055004, 40.071771 ], [ -75.058052, 40.068549 ], [ -75.059221, 40.067297 ], [ -75.061118, 40.068122 ], [ -75.06304, 40.066143 ], [ -75.067355, 40.068727 ], [ -75.067838, 40.068959 ], [ -75.070412, 40.07022 ], [ -75.068862, 40.071845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010103001", "device_counts": 900, "stop_counts": 3160 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228735, 39.971107 ], [ -75.225841, 39.97143 ], [ -75.225372, 39.969517 ], [ -75.223118, 39.969747 ], [ -75.222444, 39.966531 ], [ -75.222431, 39.966487 ], [ -75.224812, 39.966206 ], [ -75.22514, 39.968145 ], [ -75.228149, 39.967843 ], [ -75.228248, 39.968409 ], [ -75.228735, 39.971107 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378002", "device_counts": 2606, "stop_counts": 9284 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118068, 39.974275 ], [ -75.113227, 39.976803 ], [ -75.111738, 39.977578 ], [ -75.108971, 39.979021 ], [ -75.105976, 39.980595 ], [ -75.101439, 39.982974 ], [ -75.099, 39.98424 ], [ -75.094393, 39.98663 ], [ -75.089616, 39.989064 ], [ -75.080932, 39.993498 ], [ -75.080785, 39.993572 ], [ -75.078288, 39.990945 ], [ -75.067664096638595, 39.983171324838914 ], [ -75.068604301203905, 39.982401807940505 ], [ -75.068802, 39.98224 ], [ -75.075605, 39.978041 ], [ -75.085831, 39.975102 ], [ -75.092364511040302, 39.974530410977785 ], [ -75.093718, 39.974412 ], [ -75.107540936015297, 39.970476576233416 ], [ -75.108119, 39.970312 ], [ -75.112771104124008, 39.968258553445018 ], [ -75.115617, 39.97296 ], [ -75.118068, 39.974275 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010219001", "device_counts": 780, "stop_counts": 3715 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.254629, 40.047592 ], [ -75.25412, 40.048324 ], [ -75.238182, 40.059771 ], [ -75.236386, 40.057398 ], [ -75.236042, 40.056711 ], [ -75.235917, 40.055079 ], [ -75.236234, 40.052739 ], [ -75.236301, 40.051037 ], [ -75.235419, 40.048775 ], [ -75.243483, 40.045379 ], [ -75.244871, 40.045819 ], [ -75.244974, 40.047166 ], [ -75.245728, 40.049257 ], [ -75.246742, 40.048517 ], [ -75.248689, 40.045941 ], [ -75.249271, 40.04534 ], [ -75.251298, 40.043505 ], [ -75.254678, 40.045924 ], [ -75.254629, 40.047592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345011", "device_counts": 742, "stop_counts": 4121 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.042114, 40.070038 ], [ -75.039748, 40.072411 ], [ -75.041869, 40.075429 ], [ -75.040606, 40.07535 ], [ -75.036627, 40.073019 ], [ -75.039163, 40.070369 ], [ -75.040265, 40.068747 ], [ -75.0406, 40.068042 ], [ -75.042114, 40.070038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010022", "device_counts": 444, "stop_counts": 1166 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150037, 39.945144 ], [ -75.144933, 39.944494 ], [ -75.145243, 39.943087 ], [ -75.150339, 39.94373 ], [ -75.150037, 39.945144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010366001", "device_counts": 11441, "stop_counts": 30501 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14617, 39.931321 ], [ -75.145146, 39.933321 ], [ -75.144656, 39.935402 ], [ -75.143467, 39.938725 ], [ -75.144529, 39.938873 ], [ -75.14406, 39.940972 ], [ -75.142466, 39.948174 ], [ -75.141469, 39.951698 ], [ -75.141625, 39.955279 ], [ -75.141607, 39.955491 ], [ -75.139954, 39.956928 ], [ -75.138081, 39.962936 ], [ -75.136755, 39.962766 ], [ -75.130217089517501, 39.958589210316127 ], [ -75.13352, 39.954412 ], [ -75.1339950133858, 39.9528358192197 ], [ -75.13572, 39.947112 ], [ -75.13612, 39.933912 ], [ -75.135887594594593, 39.932517567567601 ], [ -75.135346189189193, 39.929269135135087 ], [ -75.137217, 39.928886 ], [ -75.146413, 39.930114 ], [ -75.14617, 39.931321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008034", "device_counts": 621, "stop_counts": 1388 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173813, 39.950531 ], [ -75.172752, 39.950398 ], [ -75.173085, 39.948799 ], [ -75.174173, 39.948921 ], [ -75.173813, 39.950531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377001", "device_counts": 1831, "stop_counts": 5755 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156275, 39.986283 ], [ -75.154063, 39.986003 ], [ -75.150913, 39.985597 ], [ -75.150197, 39.985504 ], [ -75.147766, 39.98519 ], [ -75.148109, 39.983604 ], [ -75.151266, 39.983978 ], [ -75.152235, 39.979531 ], [ -75.157581, 39.980223 ], [ -75.156275, 39.986283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382001", "device_counts": 3869, "stop_counts": 10875 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109709, 39.992334 ], [ -75.108144, 39.993156 ], [ -75.102674, 39.996008 ], [ -75.100367, 39.997206 ], [ -75.097949, 39.998496 ], [ -75.094523, 39.994603 ], [ -75.097007, 39.993399 ], [ -75.095726, 39.99195 ], [ -75.098035, 39.990748 ], [ -75.100302, 39.993322 ], [ -75.107339, 39.989644 ], [ -75.10773, 39.990079 ], [ -75.108859, 39.991356 ], [ -75.109528, 39.992123 ], [ -75.109709, 39.992334 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388002", "device_counts": 789, "stop_counts": 2374 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198787, 40.054802 ], [ -75.191876, 40.061257 ], [ -75.191054, 40.060176 ], [ -75.19022, 40.059199 ], [ -75.195763, 40.055507 ], [ -75.194647, 40.054791 ], [ -75.196319, 40.053234 ], [ -75.198787, 40.054802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275001", "device_counts": 926, "stop_counts": 3263 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13479, 40.04146 ], [ -75.134724, 40.046134 ], [ -75.132121, 40.046018 ], [ -75.131283, 40.045984 ], [ -75.128495, 40.045626 ], [ -75.128834, 40.044086 ], [ -75.12916, 40.04257 ], [ -75.129498, 40.041048 ], [ -75.131387, 40.041648 ], [ -75.132216, 40.041759 ], [ -75.133031, 40.041872 ], [ -75.13346, 40.039994 ], [ -75.134969, 40.04022 ], [ -75.13479, 40.04146 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278003", "device_counts": 1475, "stop_counts": 3487 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151249, 40.041174 ], [ -75.149908, 40.040376 ], [ -75.148083, 40.04048 ], [ -75.146469, 40.040087 ], [ -75.144302, 40.04109 ], [ -75.144571, 40.039836 ], [ -75.144749, 40.039072 ], [ -75.145554, 40.035262 ], [ -75.148179, 40.035598 ], [ -75.149859, 40.035827 ], [ -75.149126, 40.037464 ], [ -75.149988, 40.038971 ], [ -75.151505, 40.040612 ], [ -75.151249, 40.041174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284003", "device_counts": 384, "stop_counts": 1453 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140638, 40.025262 ], [ -75.140303, 40.026745 ], [ -75.138698, 40.026536 ], [ -75.137096, 40.026336 ], [ -75.135096, 40.026079 ], [ -75.135724, 40.023602 ], [ -75.135664, 40.023155 ], [ -75.135854, 40.023082 ], [ -75.135939, 40.02305 ], [ -75.136799, 40.022663 ], [ -75.137001, 40.022923 ], [ -75.140979, 40.023667 ], [ -75.140638, 40.025262 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291003", "device_counts": 3329, "stop_counts": 7688 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.107909, 40.03215 ], [ -75.106912, 40.033135 ], [ -75.105935, 40.0341 ], [ -75.104725, 40.035321 ], [ -75.101148, 40.033334 ], [ -75.103903, 40.030589 ], [ -75.104306, 40.029846 ], [ -75.106431, 40.029197 ], [ -75.109057, 40.031741 ], [ -75.107909, 40.03215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300003", "device_counts": 375, "stop_counts": 1727 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077663, 40.018853 ], [ -75.076696, 40.019926 ], [ -75.075199, 40.019109 ], [ -75.076164, 40.018049 ], [ -75.075429, 40.017665 ], [ -75.07505, 40.017159 ], [ -75.077257, 40.014973 ], [ -75.079927, 40.016418 ], [ -75.077663, 40.018853 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302002", "device_counts": 372, "stop_counts": 2122 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081849, 40.028512 ], [ -75.080866, 40.029556 ], [ -75.07908, 40.028552 ], [ -75.077861, 40.027869 ], [ -75.080031, 40.025569 ], [ -75.081379, 40.026314 ], [ -75.083038, 40.027241 ], [ -75.081849, 40.028512 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306006", "device_counts": 241, "stop_counts": 1266 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100896, 40.052723 ], [ -75.097525, 40.054642 ], [ -75.094056, 40.056771 ], [ -75.093483, 40.057259 ], [ -75.092524, 40.055467 ], [ -75.093706, 40.054203 ], [ -75.094766, 40.053095 ], [ -75.096242, 40.051528 ], [ -75.097243, 40.052051 ], [ -75.098234, 40.052593 ], [ -75.100681, 40.05254 ], [ -75.100935, 40.052699 ], [ -75.100896, 40.052723 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336003", "device_counts": 791, "stop_counts": 3786 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068074, 40.060824 ], [ -75.065685, 40.063332 ], [ -75.062124, 40.061348 ], [ -75.060101, 40.060221 ], [ -75.061304, 40.058975 ], [ -75.059693, 40.058084 ], [ -75.055937, 40.055993 ], [ -75.057125, 40.054722 ], [ -75.060891, 40.056823 ], [ -75.064499, 40.058826 ], [ -75.067196, 40.060321 ], [ -75.068074, 40.060824 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010346001", "device_counts": 9050, "stop_counts": 33708 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035087, 40.074617 ], [ -75.028952, 40.080968 ], [ -75.013126, 40.072071 ], [ -75.021707, 40.063392 ], [ -75.022217, 40.06352 ], [ -75.028256, 40.067314 ], [ -75.02966, 40.068154 ], [ -75.032965, 40.072152 ], [ -75.035087, 40.074617 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349003", "device_counts": 558, "stop_counts": 2067 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.018683, 40.040047 ], [ -75.013422, 40.043306 ], [ -75.012708, 40.043779 ], [ -75.010101, 40.041671 ], [ -75.012125, 40.040582 ], [ -75.010099, 40.039038 ], [ -75.012541, 40.038027 ], [ -75.01783, 40.039076 ], [ -75.018683, 40.040047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010359001", "device_counts": 5523, "stop_counts": 23952 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024306, 40.111181 ], [ -75.023041, 40.112998 ], [ -75.018457, 40.118119 ], [ -75.015384, 40.123599 ], [ -75.010453, 40.120681 ], [ -75.008712, 40.119612 ], [ -75.013156, 40.11397 ], [ -75.014449, 40.115451 ], [ -75.01993, 40.110978 ], [ -75.023459, 40.110847 ], [ -75.024306, 40.111181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362013", "device_counts": 650, "stop_counts": 3069 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.990155, 40.084052 ], [ -74.988885, 40.083129 ], [ -74.987586, 40.082663 ], [ -74.987408, 40.081351 ], [ -74.986539, 40.080333 ], [ -74.988911, 40.07812 ], [ -74.990003, 40.077975 ], [ -74.994348, 40.081681 ], [ -74.990155, 40.084052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306004", "device_counts": 656, "stop_counts": 1633 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100394, 40.048691 ], [ -75.09822, 40.051023 ], [ -75.097243, 40.052051 ], [ -75.096242, 40.051528 ], [ -75.094593, 40.050655 ], [ -75.095623, 40.049584 ], [ -75.098017, 40.047096 ], [ -75.099559, 40.047973 ], [ -75.100394, 40.048691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314014", "device_counts": 246, "stop_counts": 1087 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070634, 40.043272 ], [ -75.068338, 40.045728 ], [ -75.066547, 40.044741 ], [ -75.065919, 40.044399 ], [ -75.067069, 40.043188 ], [ -75.068234, 40.041945 ], [ -75.069459, 40.042621 ], [ -75.070634, 40.043272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315012", "device_counts": 1218, "stop_counts": 4480 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047973, 40.037283 ], [ -75.047405, 40.037892 ], [ -75.045778, 40.036986 ], [ -75.043199, 40.035544 ], [ -75.044671, 40.034771 ], [ -75.04677, 40.033683 ], [ -75.047718, 40.033301 ], [ -75.050349, 40.034769 ], [ -75.047973, 40.037283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319004", "device_counts": 367, "stop_counts": 1335 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068516, 40.021385 ], [ -75.062802, 40.024402 ], [ -75.06308, 40.022452 ], [ -75.062925, 40.021777 ], [ -75.06701, 40.01967 ], [ -75.067412, 40.020111 ], [ -75.068516, 40.021385 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325002", "device_counts": 505, "stop_counts": 2612 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051104, 40.026407 ], [ -75.049273, 40.027351 ], [ -75.047453, 40.028294 ], [ -75.046555, 40.027265 ], [ -75.044721, 40.025179 ], [ -75.048375, 40.023291 ], [ -75.049304, 40.024351 ], [ -75.050202, 40.02538 ], [ -75.051104, 40.026407 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330002", "device_counts": 261, "stop_counts": 1623 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.034538, 40.036464 ], [ -75.032295, 40.037622 ], [ -75.031903, 40.036993 ], [ -75.030905, 40.035358 ], [ -75.032739, 40.034407 ], [ -75.034538, 40.036464 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088023", "device_counts": 1748, "stop_counts": 4573 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205092, 39.954419 ], [ -75.204933, 39.955181 ], [ -75.200098, 39.954582 ], [ -75.200525, 39.952695 ], [ -75.200801, 39.951458 ], [ -75.203083, 39.951745 ], [ -75.202828, 39.95297 ], [ -75.204107, 39.953128 ], [ -75.20546, 39.952682 ], [ -75.205092, 39.954419 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153002", "device_counts": 403, "stop_counts": 1323 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162951, 39.985542 ], [ -75.161383, 39.985339 ], [ -75.158246, 39.984934 ], [ -75.158567, 39.98342 ], [ -75.163286, 39.984034 ], [ -75.162951, 39.985542 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160007", "device_counts": 301, "stop_counts": 1331 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127579, 39.981383 ], [ -75.125062, 39.982373 ], [ -75.123266, 39.980344 ], [ -75.122449, 39.979411 ], [ -75.124193, 39.9785 ], [ -75.125018, 39.979426 ], [ -75.125593, 39.979124 ], [ -75.127579, 39.981383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167012", "device_counts": 311, "stop_counts": 1187 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164094, 39.995169 ], [ -75.160946, 39.994737 ], [ -75.161948, 39.990185 ], [ -75.1635, 39.990401 ], [ -75.16294, 39.993043 ], [ -75.164094, 39.995169 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170003", "device_counts": 1124, "stop_counts": 3072 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187821, 40.006102 ], [ -75.185412, 40.009513 ], [ -75.185674, 40.01012 ], [ -75.183611, 40.010905 ], [ -75.182239, 40.011676 ], [ -75.180147, 40.009251 ], [ -75.179692, 40.007898 ], [ -75.178633, 40.005052 ], [ -75.178809, 40.004937 ], [ -75.181141, 40.003697 ], [ -75.183644, 40.004204 ], [ -75.18335, 40.005521 ], [ -75.183204, 40.006624 ], [ -75.18535, 40.006527 ], [ -75.186349, 40.006533 ], [ -75.186477, 40.005921 ], [ -75.187821, 40.006102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180024", "device_counts": 364, "stop_counts": 1142 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.110525, 39.980787 ], [ -75.108828, 39.981673 ], [ -75.106968, 39.982648 ], [ -75.105921, 39.981461 ], [ -75.105976, 39.980595 ], [ -75.108971, 39.979021 ], [ -75.110525, 39.980787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190001", "device_counts": 841, "stop_counts": 3121 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103146, 40.006202 ], [ -75.102552, 40.009202 ], [ -75.100373, 40.008914 ], [ -75.098428, 40.008664 ], [ -75.098734, 40.007196 ], [ -75.100691, 40.007435 ], [ -75.101064, 40.005695 ], [ -75.101826, 40.005667 ], [ -75.10327, 40.005602 ], [ -75.103146, 40.006202 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027011", "device_counts": 334, "stop_counts": 1533 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154735, 39.931208 ], [ -75.154454, 39.93242 ], [ -75.152893, 39.932208 ], [ -75.151309, 39.932007 ], [ -75.151852, 39.929555 ], [ -75.154997, 39.929984 ], [ -75.154735, 39.931208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030014", "device_counts": 362, "stop_counts": 1497 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175289, 39.928867 ], [ -75.175032, 39.930087 ], [ -75.172907, 39.929811 ], [ -75.173426, 39.927363 ], [ -75.175562, 39.927642 ], [ -75.175289, 39.928867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039021", "device_counts": 768, "stop_counts": 3100 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174033, 39.919809 ], [ -75.173748, 39.92106 ], [ -75.170581, 39.920653 ], [ -75.170854, 39.91941 ], [ -75.171122, 39.918152 ], [ -75.174302, 39.918562 ], [ -75.174033, 39.919809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363033", "device_counts": 565, "stop_counts": 3846 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.976091, 40.097433 ], [ -74.974647, 40.098954 ], [ -74.973395, 40.099759 ], [ -74.970836, 40.100755 ], [ -74.967496, 40.100803 ], [ -74.968536, 40.098492 ], [ -74.970261, 40.097964 ], [ -74.970623, 40.096983 ], [ -74.971016, 40.096392 ], [ -74.972898, 40.096859 ], [ -74.97577, 40.096412 ], [ -74.976091, 40.097433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042012", "device_counts": 794, "stop_counts": 3999 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155233, 39.921686 ], [ -75.155056, 39.922495 ], [ -75.149916, 39.921819 ], [ -75.150461, 39.919345 ], [ -75.155597, 39.920013 ], [ -75.155233, 39.921686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010054001", "device_counts": 971, "stop_counts": 3157 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264878, 39.887927 ], [ -75.262485, 39.888406 ], [ -75.261743, 39.891774 ], [ -75.259112, 39.892436 ], [ -75.256789, 39.895189 ], [ -75.257362, 39.895844 ], [ -75.255093, 39.898756 ], [ -75.253285, 39.898094 ], [ -75.252349, 39.897618 ], [ -75.243752, 39.893025 ], [ -75.241825, 39.892006 ], [ -75.246231, 39.889505 ], [ -75.254897, 39.880006 ], [ -75.257003, 39.878422 ], [ -75.261245, 39.876484 ], [ -75.262539, 39.876578 ], [ -75.264928, 39.881112 ], [ -75.264433, 39.882167 ], [ -75.261937, 39.883 ], [ -75.264602, 39.884737 ], [ -75.262844, 39.885682 ], [ -75.265153, 39.887142 ], [ -75.264878, 39.887927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065002", "device_counts": 329, "stop_counts": 851 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243369, 39.931908 ], [ -75.241909, 39.933544 ], [ -75.237617, 39.932526 ], [ -75.236833, 39.933768 ], [ -75.235249, 39.934997 ], [ -75.234499, 39.93613 ], [ -75.233213, 39.935057 ], [ -75.231533, 39.933634 ], [ -75.232567, 39.932912 ], [ -75.231276, 39.931827 ], [ -75.232362, 39.931074 ], [ -75.235478, 39.928877 ], [ -75.237726, 39.92932 ], [ -75.242972, 39.93094 ], [ -75.243643, 39.930897 ], [ -75.243369, 39.931908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246001", "device_counts": 584, "stop_counts": 2439 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173951, 40.035193 ], [ -75.172726, 40.035986 ], [ -75.171368, 40.037315 ], [ -75.170377, 40.036921 ], [ -75.164809, 40.036452 ], [ -75.165094, 40.036234 ], [ -75.165747, 40.035702 ], [ -75.169211, 40.032314 ], [ -75.17061, 40.033131 ], [ -75.173724, 40.035012 ], [ -75.173951, 40.035193 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252007", "device_counts": 400, "stop_counts": 1811 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179194, 40.048872 ], [ -75.175804, 40.052241 ], [ -75.17326, 40.050667 ], [ -75.176247, 40.047752 ], [ -75.176624, 40.047398 ], [ -75.178144, 40.04821 ], [ -75.179194, 40.048872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259006", "device_counts": 189, "stop_counts": 708 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176438, 40.084649 ], [ -75.172951, 40.082581 ], [ -75.174143, 40.08135 ], [ -75.177696, 40.083378 ], [ -75.176438, 40.084649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107001", "device_counts": 341, "stop_counts": 1084 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212148, 39.973012 ], [ -75.205979, 39.971429 ], [ -75.205907, 39.970875 ], [ -75.208356, 39.970706 ], [ -75.211723, 39.970722 ], [ -75.212148, 39.973012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110001", "device_counts": 694, "stop_counts": 1461 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212211, 39.973242 ], [ -75.209834, 39.973505 ], [ -75.208901, 39.973613 ], [ -75.208756, 39.972864 ], [ -75.208323, 39.972912 ], [ -75.208081, 39.972962 ], [ -75.206302, 39.973162 ], [ -75.204176, 39.973395 ], [ -75.203871, 39.97176 ], [ -75.199139, 39.972707 ], [ -75.199505, 39.974646 ], [ -75.198809, 39.974722 ], [ -75.198817, 39.972434 ], [ -75.199608, 39.97193 ], [ -75.20083, 39.971455 ], [ -75.203722, 39.970929 ], [ -75.205979, 39.971429 ], [ -75.212148, 39.973012 ], [ -75.212211, 39.973242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119005", "device_counts": 155, "stop_counts": 718 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232932, 39.988934 ], [ -75.230433, 39.98946 ], [ -75.229017, 39.989747 ], [ -75.226573, 39.989763 ], [ -75.226577, 39.989221 ], [ -75.227054, 39.989209 ], [ -75.228123, 39.988356 ], [ -75.229911, 39.987936 ], [ -75.230168, 39.988695 ], [ -75.23267, 39.988155 ], [ -75.232932, 39.988934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010131002", "device_counts": 353, "stop_counts": 1169 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151852, 39.964712 ], [ -75.147796, 39.963527 ], [ -75.148029, 39.962265 ], [ -75.152146, 39.962452 ], [ -75.151852, 39.964712 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137004", "device_counts": 668, "stop_counts": 1982 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184945, 39.975479 ], [ -75.182327, 39.975143 ], [ -75.181707, 39.975062 ], [ -75.182147, 39.973009 ], [ -75.185394, 39.973417 ], [ -75.184945, 39.975479 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012023", "device_counts": 711, "stop_counts": 2259 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174627, 39.946753 ], [ -75.171488, 39.946353 ], [ -75.171906, 39.944443 ], [ -75.175054, 39.944832 ], [ -75.174627, 39.946753 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010017001", "device_counts": 674, "stop_counts": 2288 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148157, 39.938899 ], [ -75.144646, 39.938373 ], [ -75.144529, 39.938873 ], [ -75.143467, 39.938725 ], [ -75.144656, 39.935402 ], [ -75.146808, 39.935982 ], [ -75.148694, 39.936486 ], [ -75.148157, 39.938899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263013", "device_counts": 904, "stop_counts": 1979 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163884, 40.073088 ], [ -75.161285, 40.075764 ], [ -75.158417, 40.074169 ], [ -75.161313, 40.071386 ], [ -75.163884, 40.073088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265003", "device_counts": 330, "stop_counts": 1459 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153763, 40.060098 ], [ -75.151141, 40.061326 ], [ -75.149219, 40.058432 ], [ -75.152752, 40.05859 ], [ -75.153763, 40.060098 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267001", "device_counts": 271, "stop_counts": 1292 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145445, 40.058254 ], [ -75.143167, 40.058143 ], [ -75.142292, 40.057941 ], [ -75.142849, 40.055357 ], [ -75.145211, 40.055661 ], [ -75.146002, 40.055765 ], [ -75.145445, 40.058254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273002", "device_counts": 850, "stop_counts": 2353 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12386, 40.035562 ], [ -75.123686, 40.037144 ], [ -75.121072, 40.036815 ], [ -75.121421, 40.035281 ], [ -75.120074, 40.035111 ], [ -75.114896, 40.034447 ], [ -75.116083, 40.033037 ], [ -75.120713, 40.03364 ], [ -75.121711, 40.03347 ], [ -75.121964, 40.03373 ], [ -75.1236, 40.032771 ], [ -75.124167, 40.032575 ], [ -75.12386, 40.035562 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198004", "device_counts": 345, "stop_counts": 1309 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139815, 40.010939 ], [ -75.139484, 40.012453 ], [ -75.137826, 40.012233 ], [ -75.138483, 40.009234 ], [ -75.141425, 40.00961 ], [ -75.139815, 40.010939 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202003", "device_counts": 221, "stop_counts": 845 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161095, 40.008883 ], [ -75.160936, 40.009632 ], [ -75.157775, 40.009231 ], [ -75.157945, 40.008486 ], [ -75.158106, 40.007736 ], [ -75.158278, 40.006994 ], [ -75.161409, 40.007399 ], [ -75.161095, 40.008883 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210003", "device_counts": 669, "stop_counts": 1900 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212764, 40.025348 ], [ -75.209437, 40.026929 ], [ -75.207732, 40.023783 ], [ -75.208035, 40.023114 ], [ -75.209213, 40.021899 ], [ -75.210348, 40.022259 ], [ -75.212764, 40.025348 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010216001", "device_counts": 521, "stop_counts": 1896 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236642, 40.036295 ], [ -75.234363, 40.040917 ], [ -75.234005, 40.041307 ], [ -75.22853, 40.04386 ], [ -75.227444, 40.043197 ], [ -75.226267, 40.042401 ], [ -75.228104, 40.040855 ], [ -75.234937, 40.0349 ], [ -75.236642, 40.036295 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388001", "device_counts": 499, "stop_counts": 1542 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.201625, 40.056796 ], [ -75.202545, 40.059884 ], [ -75.202475, 40.06265 ], [ -75.196385, 40.066623 ], [ -75.195726, 40.065177 ], [ -75.192891, 40.062662 ], [ -75.191876, 40.061257 ], [ -75.198787, 40.054802 ], [ -75.201462, 40.052316 ], [ -75.204845, 40.054823 ], [ -75.201625, 40.056796 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070003", "device_counts": 778, "stop_counts": 2824 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225887, 39.935625 ], [ -75.223219, 39.933389 ], [ -75.221731, 39.93443 ], [ -75.220543, 39.933446 ], [ -75.217811, 39.935357 ], [ -75.217058, 39.934733 ], [ -75.221287, 39.931789 ], [ -75.222696, 39.930808 ], [ -75.224592, 39.93241 ], [ -75.227252, 39.934661 ], [ -75.225887, 39.935625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072005", "device_counts": 228, "stop_counts": 948 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233718, 39.944559 ], [ -75.232349, 39.945515 ], [ -75.231754, 39.945721 ], [ -75.2305, 39.944656 ], [ -75.230947, 39.944336 ], [ -75.233074, 39.942849 ], [ -75.233566, 39.943265 ], [ -75.234474, 39.944027 ], [ -75.233718, 39.944559 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078001", "device_counts": 315, "stop_counts": 1184 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21652, 39.944171 ], [ -75.213961, 39.945974 ], [ -75.211389, 39.947796 ], [ -75.210103, 39.946697 ], [ -75.2109, 39.946153 ], [ -75.211401, 39.945802 ], [ -75.212687, 39.944885 ], [ -75.214999, 39.943265 ], [ -75.215246, 39.943087 ], [ -75.215615, 39.943402 ], [ -75.21652, 39.944171 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082001", "device_counts": 400, "stop_counts": 1489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243068, 39.950926 ], [ -75.242754, 39.952432 ], [ -75.238796, 39.951942 ], [ -75.239118, 39.950446 ], [ -75.239232, 39.949923 ], [ -75.24323, 39.950172 ], [ -75.243068, 39.950926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084002", "device_counts": 575, "stop_counts": 1898 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235504, 39.958192 ], [ -75.235342, 39.958951 ], [ -75.231277, 39.958448 ], [ -75.231557, 39.957102 ], [ -75.233732, 39.956801 ], [ -75.235745, 39.957049 ], [ -75.235504, 39.958192 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039011", "device_counts": 2124, "stop_counts": 6499 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172945, 39.924836 ], [ -75.172416, 39.927232 ], [ -75.171397, 39.927104 ], [ -75.169228, 39.926806 ], [ -75.169494, 39.925596 ], [ -75.169499, 39.925531 ], [ -75.169744, 39.924409 ], [ -75.170023, 39.923138 ], [ -75.173226, 39.923556 ], [ -75.172945, 39.924836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362021", "device_counts": 507, "stop_counts": 4257 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.982385, 40.091724 ], [ -74.982114, 40.091942 ], [ -74.979893, 40.09381 ], [ -74.976072, 40.090653 ], [ -74.97559, 40.089861 ], [ -74.979504, 40.087814 ], [ -74.980601, 40.087914 ], [ -74.981491, 40.087994 ], [ -74.98418, 40.089906 ], [ -74.982385, 40.091724 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072004", "device_counts": 244, "stop_counts": 872 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2305, 39.944656 ], [ -75.228686, 39.945913 ], [ -75.226805, 39.945083 ], [ -75.228184, 39.944134 ], [ -75.229553, 39.943168 ], [ -75.230947, 39.944336 ], [ -75.2305, 39.944656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190003", "device_counts": 1072, "stop_counts": 3616 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.097431, 40.013325 ], [ -75.097055, 40.015202 ], [ -75.097041, 40.01595 ], [ -75.09704, 40.016018 ], [ -75.096279, 40.015957 ], [ -75.094365, 40.014794 ], [ -75.09342, 40.013136 ], [ -75.094547, 40.011027 ], [ -75.094995, 40.009984 ], [ -75.094673, 40.009351 ], [ -75.092494, 40.007976 ], [ -75.092574, 40.007932 ], [ -75.094104, 40.007096 ], [ -75.094816, 40.008195 ], [ -75.098428, 40.008664 ], [ -75.097431, 40.013325 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010385001", "device_counts": 842, "stop_counts": 2650 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2112, 40.068809 ], [ -75.209082, 40.070894 ], [ -75.210566, 40.071803 ], [ -75.206418, 40.076011 ], [ -75.203427, 40.07418 ], [ -75.202651, 40.073212 ], [ -75.204166, 40.069595 ], [ -75.205815, 40.070106 ], [ -75.208933, 40.067015 ], [ -75.211138, 40.068318 ], [ -75.2112, 40.068809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178006", "device_counts": 662, "stop_counts": 2183 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1249, 39.990159 ], [ -75.124593, 39.990328 ], [ -75.122248, 39.988511 ], [ -75.118392, 39.990528 ], [ -75.116751, 39.988652 ], [ -75.120138, 39.986877 ], [ -75.121438, 39.987859 ], [ -75.121855, 39.987436 ], [ -75.122417, 39.987001 ], [ -75.125491, 39.989836 ], [ -75.1249, 39.990159 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319001", "device_counts": 1201, "stop_counts": 3248 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.065108, 40.027073 ], [ -75.062599, 40.027433 ], [ -75.062394, 40.027444 ], [ -75.062419, 40.027136 ], [ -75.059761, 40.024161 ], [ -75.06308, 40.022452 ], [ -75.062802, 40.024402 ], [ -75.063254, 40.024912 ], [ -75.065492, 40.026589 ], [ -75.065108, 40.027073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356014", "device_counts": 3877, "stop_counts": 13252 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033474, 40.098205 ], [ -75.030235, 40.103387 ], [ -75.028883, 40.102543 ], [ -75.027635, 40.101765 ], [ -75.023927, 40.100702 ], [ -75.030725, 40.09553 ], [ -75.030477, 40.098088 ], [ -75.034298, 40.097871 ], [ -75.033474, 40.098205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177011", "device_counts": 1053, "stop_counts": 3784 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119665, 39.995671 ], [ -75.119328, 39.997255 ], [ -75.116414, 39.996881 ], [ -75.116751, 39.995294 ], [ -75.115778, 39.995167 ], [ -75.12031, 39.992672 ], [ -75.119665, 39.995671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022002", "device_counts": 381, "stop_counts": 1501 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17385, 39.93545 ], [ -75.170729, 39.935024 ], [ -75.170455, 39.936232 ], [ -75.167303, 39.935695 ], [ -75.16764, 39.93415 ], [ -75.17034, 39.934498 ], [ -75.172389, 39.934765 ], [ -75.17397, 39.934974 ], [ -75.17385, 39.93545 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266005", "device_counts": 213, "stop_counts": 1052 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151053, 40.064852 ], [ -75.147353, 40.064371 ], [ -75.147649, 40.06301 ], [ -75.151414, 40.063206 ], [ -75.151053, 40.064852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316003", "device_counts": 1613, "stop_counts": 3841 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.062207, 40.027471 ], [ -75.058848, 40.030998 ], [ -75.056077, 40.029455 ], [ -75.056872, 40.028943 ], [ -75.058579, 40.028225 ], [ -75.059227, 40.027909 ], [ -75.062207, 40.027471 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104001", "device_counts": 207, "stop_counts": 1133 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223118, 39.969747 ], [ -75.220823, 39.969982 ], [ -75.220578, 39.968067 ], [ -75.220402, 39.966641 ], [ -75.222444, 39.966531 ], [ -75.223118, 39.969747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149006", "device_counts": 823, "stop_counts": 2061 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188033, 39.984126 ], [ -75.184794, 39.983706 ], [ -75.184298, 39.983647 ], [ -75.181758, 39.983325 ], [ -75.185497, 39.980804 ], [ -75.188661, 39.981207 ], [ -75.188033, 39.984126 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281002", "device_counts": 730, "stop_counts": 2692 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152369, 40.031387 ], [ -75.151356, 40.031255 ], [ -75.151521, 40.030498 ], [ -75.148206, 40.030851 ], [ -75.146575, 40.030637 ], [ -75.146705, 40.030127 ], [ -75.14685, 40.029481 ], [ -75.147218, 40.027644 ], [ -75.148865, 40.027857 ], [ -75.148751, 40.028476 ], [ -75.151263, 40.027186 ], [ -75.15152, 40.027556 ], [ -75.153282, 40.029955 ], [ -75.152369, 40.031387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081023", "device_counts": 387, "stop_counts": 1406 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238166, 39.955011 ], [ -75.234212, 39.954521 ], [ -75.234531, 39.953 ], [ -75.238476, 39.953485 ], [ -75.238166, 39.955011 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344002", "device_counts": 509, "stop_counts": 3189 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057068, 40.089697 ], [ -75.053907, 40.091873 ], [ -75.050752, 40.09478 ], [ -75.047567, 40.09192 ], [ -75.047052, 40.09108 ], [ -75.045685, 40.089021 ], [ -75.048799, 40.088354 ], [ -75.049588, 40.08746 ], [ -75.050151, 40.086275 ], [ -75.050745, 40.086616 ], [ -75.051362, 40.086035 ], [ -75.051852, 40.08559 ], [ -75.053386, 40.084845 ], [ -75.055093, 40.084078 ], [ -75.055386, 40.083679 ], [ -75.054568, 40.081271 ], [ -75.054083, 40.080901 ], [ -75.052327, 40.079859 ], [ -75.052737, 40.079427 ], [ -75.054985, 40.081228 ], [ -75.056738, 40.086984 ], [ -75.055807, 40.088095 ], [ -75.057068, 40.089697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349001", "device_counts": 2440, "stop_counts": 7424 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.008224, 40.052113 ], [ -75.007886, 40.052381 ], [ -75.004795, 40.054747 ], [ -74.999877, 40.050402 ], [ -74.99627, 40.047202 ], [ -75.003514, 40.042822 ], [ -75.006278, 40.041155 ], [ -75.009595, 40.043924 ], [ -75.007927, 40.045033 ], [ -75.012273, 40.048885 ], [ -75.008224, 40.052113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254001", "device_counts": 197, "stop_counts": 1419 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173445, 40.059867 ], [ -75.170787, 40.0626 ], [ -75.168641, 40.061373 ], [ -75.172869, 40.057256 ], [ -75.174312, 40.058142 ], [ -75.173445, 40.059867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028012", "device_counts": 465, "stop_counts": 1717 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158745, 39.927564 ], [ -75.158666, 39.927955 ], [ -75.155546, 39.92755 ], [ -75.156095, 39.925103 ], [ -75.157666, 39.925313 ], [ -75.159204, 39.925511 ], [ -75.158745, 39.927564 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019804001", "device_counts": 23441, "stop_counts": 68645 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248463, 39.87765 ], [ -75.246044, 39.878981 ], [ -75.24413, 39.881256 ], [ -75.242544, 39.884969 ], [ -75.24072, 39.887833 ], [ -75.239244, 39.889103 ], [ -75.235941, 39.890059 ], [ -75.233426, 39.889178 ], [ -75.229911, 39.882411 ], [ -75.228516, 39.880973 ], [ -75.227493, 39.88182 ], [ -75.223317, 39.883766 ], [ -75.221643, 39.882386 ], [ -75.213969, 39.883692 ], [ -75.212248, 39.883027 ], [ -75.211873, 39.880681 ], [ -75.215787, 39.875052 ], [ -75.215722, 39.876087 ], [ -75.21977, 39.875479 ], [ -75.223763, 39.875858 ], [ -75.229985, 39.876847 ], [ -75.234122, 39.877181 ], [ -75.23637, 39.876187 ], [ -75.24047, 39.872381 ], [ -75.241746, 39.872585 ], [ -75.246824, 39.875142 ], [ -75.248431, 39.876485 ], [ -75.253515, 39.876015 ], [ -75.248463, 39.87765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008031", "device_counts": 460, "stop_counts": 964 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177323, 39.950964 ], [ -75.176519, 39.95087 ], [ -75.175738, 39.950769 ], [ -75.176239, 39.948414 ], [ -75.177843, 39.94861 ], [ -75.177323, 39.950964 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024002", "device_counts": 1941, "stop_counts": 4112 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159517, 39.9331 ], [ -75.157351, 39.934897 ], [ -75.157089, 39.935103 ], [ -75.155577, 39.934667 ], [ -75.155304, 39.935934 ], [ -75.153774, 39.935516 ], [ -75.154194, 39.933649 ], [ -75.154454, 39.93242 ], [ -75.156025, 39.932635 ], [ -75.157578, 39.932837 ], [ -75.159142, 39.933049 ], [ -75.159517, 39.9331 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215003", "device_counts": 409, "stop_counts": 1575 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227199, 40.035255 ], [ -75.225727, 40.03676 ], [ -75.222808, 40.038112 ], [ -75.222052, 40.037775 ], [ -75.218759, 40.036654 ], [ -75.222011, 40.035206 ], [ -75.225849, 40.033506 ], [ -75.224657, 40.031899 ], [ -75.225127, 40.031643 ], [ -75.226787, 40.030802 ], [ -75.228138, 40.032482 ], [ -75.226904, 40.033041 ], [ -75.22815, 40.034714 ], [ -75.227199, 40.035255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010258001", "device_counts": 684, "stop_counts": 3066 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188461, 40.07275 ], [ -75.186096, 40.075123 ], [ -75.182053, 40.079102 ], [ -75.180238, 40.078084 ], [ -75.176841, 40.07598 ], [ -75.179448, 40.071261 ], [ -75.180482, 40.070191 ], [ -75.181751, 40.068902 ], [ -75.188052, 40.072503 ], [ -75.188461, 40.07275 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323003", "device_counts": 1328, "stop_counts": 4932 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054495, 40.024648 ], [ -75.051104, 40.026407 ], [ -75.050202, 40.02538 ], [ -75.049304, 40.024351 ], [ -75.048375, 40.023291 ], [ -75.045381, 40.019868 ], [ -75.04879, 40.018141 ], [ -75.051773, 40.021535 ], [ -75.052702, 40.022592 ], [ -75.053604, 40.023615 ], [ -75.054495, 40.024648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257003", "device_counts": 587, "stop_counts": 1824 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.200878, 40.074958 ], [ -75.199786, 40.075366 ], [ -75.199715, 40.073803 ], [ -75.196741, 40.067365 ], [ -75.198673, 40.068575 ], [ -75.20079, 40.070707 ], [ -75.202651, 40.073212 ], [ -75.200878, 40.074958 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037014", "device_counts": 491, "stop_counts": 1966 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.18524, 39.930146 ], [ -75.183601, 39.929928 ], [ -75.182804, 39.928575 ], [ -75.18333, 39.926134 ], [ -75.184393, 39.926276 ], [ -75.186029, 39.926481 ], [ -75.18524, 39.930146 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063003", "device_counts": 509, "stop_counts": 1949 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23816, 39.924839 ], [ -75.234991, 39.922169 ], [ -75.236789, 39.920899 ], [ -75.236655, 39.921242 ], [ -75.239671, 39.923779 ], [ -75.23816, 39.924839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081021", "device_counts": 362, "stop_counts": 1391 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238796, 39.951942 ], [ -75.234856, 39.951444 ], [ -75.235165, 39.949953 ], [ -75.239118, 39.950446 ], [ -75.238796, 39.951942 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083013", "device_counts": 824, "stop_counts": 2486 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249006, 39.956907 ], [ -75.249499, 39.957189 ], [ -75.247897, 39.95724 ], [ -75.247989, 39.956758 ], [ -75.243975, 39.95626 ], [ -75.244084, 39.955743 ], [ -75.24441, 39.954226 ], [ -75.244719, 39.952676 ], [ -75.250816, 39.953475 ], [ -75.249006, 39.956907 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153001", "device_counts": 893, "stop_counts": 2065 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158567, 39.98342 ], [ -75.158246, 39.984934 ], [ -75.157899, 39.986492 ], [ -75.156275, 39.986283 ], [ -75.157581, 39.980223 ], [ -75.159219, 39.980435 ], [ -75.158567, 39.98342 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169024", "device_counts": 534, "stop_counts": 2794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187604, 39.998195 ], [ -75.182341, 39.997519 ], [ -75.183009, 39.994439 ], [ -75.185793, 39.994349 ], [ -75.186633, 39.994448 ], [ -75.187604, 39.998195 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177021", "device_counts": 497, "stop_counts": 1252 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126915, 39.991834 ], [ -75.126374, 39.993462 ], [ -75.123212, 39.993054 ], [ -75.123686, 39.990836 ], [ -75.124593, 39.990328 ], [ -75.1249, 39.990159 ], [ -75.125491, 39.989836 ], [ -75.127031, 39.990386 ], [ -75.126915, 39.991834 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100001", "device_counts": 443, "stop_counts": 2089 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250481, 39.96946 ], [ -75.247518, 39.969093 ], [ -75.246531, 39.968967 ], [ -75.246848, 39.967449 ], [ -75.247169, 39.965927 ], [ -75.251119, 39.966398 ], [ -75.250481, 39.96946 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010016001", "device_counts": 2573, "stop_counts": 5287 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152546, 39.941148 ], [ -75.152334, 39.942015 ], [ -75.150755, 39.941818 ], [ -75.147604, 39.941422 ], [ -75.148157, 39.938899 ], [ -75.151773, 39.939548 ], [ -75.152771, 39.940039 ], [ -75.152546, 39.941148 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362011", "device_counts": 436, "stop_counts": 2310 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.987586, 40.082663 ], [ -74.985377, 40.082317 ], [ -74.981807, 40.082355 ], [ -74.982487, 40.077246 ], [ -74.984631, 40.074335 ], [ -74.984901, 40.07448 ], [ -74.986886, 40.075332 ], [ -74.987568, 40.075825 ], [ -74.985706, 40.07568 ], [ -74.984093, 40.079508 ], [ -74.986539, 40.080333 ], [ -74.987408, 40.081351 ], [ -74.987586, 40.082663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314015", "device_counts": 922, "stop_counts": 2394 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07207, 40.045024 ], [ -75.069073, 40.048109 ], [ -75.067109, 40.047015 ], [ -75.068338, 40.045728 ], [ -75.070634, 40.043272 ], [ -75.072645, 40.044394 ], [ -75.07207, 40.045024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320002", "device_counts": 338, "stop_counts": 1728 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056294, 40.026703 ], [ -75.053968, 40.027905 ], [ -75.052898, 40.028462 ], [ -75.051104, 40.026407 ], [ -75.054495, 40.024648 ], [ -75.055398, 40.025673 ], [ -75.056294, 40.026703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105002", "device_counts": 1756, "stop_counts": 5958 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.217767, 39.972627 ], [ -75.216331, 39.97279 ], [ -75.212211, 39.973242 ], [ -75.212148, 39.973012 ], [ -75.211723, 39.970722 ], [ -75.211334, 39.968726 ], [ -75.211231, 39.967879 ], [ -75.21365, 39.967696 ], [ -75.2168, 39.967459 ], [ -75.216996, 39.968969 ], [ -75.217172, 39.970351 ], [ -75.217767, 39.972627 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144003", "device_counts": 709, "stop_counts": 2141 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146082, 39.972833 ], [ -75.145559, 39.975638 ], [ -75.141976, 39.97519 ], [ -75.142581, 39.972388 ], [ -75.144459, 39.972629 ], [ -75.145018, 39.970191 ], [ -75.146543, 39.97038 ], [ -75.146082, 39.972833 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337024", "device_counts": 173, "stop_counts": 1021 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058052, 40.068549 ], [ -75.055004, 40.071771 ], [ -75.053221, 40.070759 ], [ -75.056259, 40.067555 ], [ -75.057477, 40.066268 ], [ -75.059221, 40.067297 ], [ -75.058052, 40.068549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348033", "device_counts": 320, "stop_counts": 1567 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.009331, 40.065812 ], [ -75.008788, 40.06735 ], [ -75.007719, 40.067102 ], [ -75.008319, 40.06252 ], [ -75.005996, 40.061324 ], [ -75.008018, 40.059417 ], [ -75.003644, 40.059552 ], [ -75.007814, 40.057407 ], [ -75.008245, 40.057796 ], [ -75.008801, 40.058401 ], [ -75.009405, 40.062552 ], [ -75.009331, 40.065812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358001", "device_counts": 3072, "stop_counts": 12801 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.027242, 40.116639 ], [ -75.024606, 40.119216 ], [ -75.025511, 40.119714 ], [ -75.027824, 40.120924 ], [ -75.027205, 40.121653 ], [ -75.026346, 40.123524 ], [ -75.024153, 40.12492 ], [ -75.020183, 40.122282 ], [ -75.023292, 40.125201 ], [ -75.0201, 40.126358 ], [ -75.015384, 40.123599 ], [ -75.018457, 40.118119 ], [ -75.023041, 40.112998 ], [ -75.024699, 40.113964 ], [ -75.027231, 40.115422 ], [ -75.028062, 40.1157 ], [ -75.027242, 40.116639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271003", "device_counts": 382, "stop_counts": 1518 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127143, 40.051748 ], [ -75.125298, 40.051492 ], [ -75.124614, 40.049849 ], [ -75.125631, 40.045259 ], [ -75.126639, 40.045392 ], [ -75.128495, 40.045626 ], [ -75.127143, 40.051748 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284001", "device_counts": 440, "stop_counts": 1863 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139304, 40.031288 ], [ -75.136757, 40.030964 ], [ -75.137091, 40.029412 ], [ -75.135802, 40.029254 ], [ -75.136137, 40.027741 ], [ -75.13998, 40.028245 ], [ -75.139304, 40.031288 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300007", "device_counts": 1329, "stop_counts": 5173 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081309, 40.02076 ], [ -75.080281, 40.021866 ], [ -75.079414, 40.021387 ], [ -75.076696, 40.019926 ], [ -75.077663, 40.018853 ], [ -75.079927, 40.016418 ], [ -75.083508, 40.018365 ], [ -75.081309, 40.02076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019800001", "device_counts": 16657, "stop_counts": 46581 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227057, 39.982691 ], [ -75.225573, 39.987151 ], [ -75.225109, 39.987582 ], [ -75.220317, 39.990286 ], [ -75.217994, 39.994223 ], [ -75.210844, 39.998511 ], [ -75.209317, 39.99842 ], [ -75.20728, 39.999054 ], [ -75.206217, 40.000419 ], [ -75.203579, 40.000755 ], [ -75.202057, 40.004729 ], [ -75.206209, 40.006641 ], [ -75.206868, 40.006944 ], [ -75.203156, 40.008256 ], [ -75.207993, 40.009842 ], [ -75.207237, 40.01022 ], [ -75.206968, 40.011372 ], [ -75.205978, 40.011723 ], [ -75.205485, 40.011501 ], [ -75.203107, 40.010138 ], [ -75.197451, 40.008315 ], [ -75.19281, 40.006733 ], [ -75.192467, 40.006482 ], [ -75.19132, 40.003715 ], [ -75.191754, 39.999748 ], [ -75.188447, 40.000272 ], [ -75.186861, 40.000409 ], [ -75.187604, 39.998195 ], [ -75.186633, 39.994448 ], [ -75.185793, 39.994349 ], [ -75.186148, 39.992662 ], [ -75.186713, 39.990215 ], [ -75.187382, 39.98713 ], [ -75.188033, 39.984126 ], [ -75.188661, 39.981207 ], [ -75.189076, 39.979387 ], [ -75.189882, 39.977933 ], [ -75.189674, 39.977173 ], [ -75.187816, 39.976363 ], [ -75.186368, 39.973537 ], [ -75.185394, 39.973417 ], [ -75.185594, 39.972518 ], [ -75.183561, 39.970778 ], [ -75.181589, 39.969025 ], [ -75.179683, 39.967416 ], [ -75.177513, 39.965382 ], [ -75.176778, 39.964822 ], [ -75.176219, 39.964409 ], [ -75.175984, 39.964208 ], [ -75.17786, 39.964555 ], [ -75.183323, 39.964374 ], [ -75.181601, 39.962006 ], [ -75.179937, 39.960028 ], [ -75.179126, 39.958004 ], [ -75.17972, 39.956164 ], [ -75.179768, 39.955993 ], [ -75.179889, 39.955436 ], [ -75.181105, 39.95458 ], [ -75.188266, 39.955441 ], [ -75.187446, 39.95945 ], [ -75.187415, 39.963367 ], [ -75.187551, 39.963931 ], [ -75.187933, 39.965074 ], [ -75.188987, 39.96591 ], [ -75.192139, 39.966888 ], [ -75.192308, 39.967724 ], [ -75.203722, 39.970929 ], [ -75.20083, 39.971455 ], [ -75.199608, 39.97193 ], [ -75.198817, 39.972434 ], [ -75.198809, 39.974722 ], [ -75.199505, 39.974646 ], [ -75.20372, 39.974182 ], [ -75.209321, 39.97625 ], [ -75.213469, 39.977791 ], [ -75.223157, 39.981381 ], [ -75.224066, 39.981508 ], [ -75.226202, 39.981608 ], [ -75.227057, 39.982691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111004", "device_counts": 1168, "stop_counts": 3359 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230171, 39.978794 ], [ -75.226765, 39.977211 ], [ -75.226131, 39.972964 ], [ -75.229026, 39.972644 ], [ -75.229266, 39.973926 ], [ -75.229855, 39.977069 ], [ -75.230171, 39.978794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125002", "device_counts": 2838, "stop_counts": 9677 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176219, 39.964409 ], [ -75.172848, 39.963923 ], [ -75.170958, 39.963692 ], [ -75.169378, 39.963498 ], [ -75.167806, 39.963306 ], [ -75.168429, 39.9604 ], [ -75.171583, 39.960795 ], [ -75.173374, 39.961668 ], [ -75.175984, 39.964208 ], [ -75.176219, 39.964409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213004", "device_counts": 303, "stop_counts": 1741 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220448, 40.031211 ], [ -75.219029, 40.032081 ], [ -75.2177, 40.030848 ], [ -75.216449, 40.029641 ], [ -75.214188, 40.028699 ], [ -75.216632, 40.027602 ], [ -75.219114, 40.029931 ], [ -75.220448, 40.031211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362032", "device_counts": 435, "stop_counts": 1944 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.973615, 40.078901 ], [ -74.97031, 40.080347 ], [ -74.966814, 40.082209 ], [ -74.966078, 40.081031 ], [ -74.964883, 40.077273 ], [ -74.969879, 40.076657 ], [ -74.970537, 40.076281 ], [ -74.972817, 40.077559 ], [ -74.973615, 40.078901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101001", "device_counts": 442, "stop_counts": 1247 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.241013, 39.975833 ], [ -75.23857, 39.976101 ], [ -75.237983, 39.972957 ], [ -75.240427, 39.972687 ], [ -75.241013, 39.975833 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201021", "device_counts": 1122, "stop_counts": 3160 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155681, 40.011457 ], [ -75.151428, 40.010903 ], [ -75.15109, 40.009934 ], [ -75.151246, 40.009279 ], [ -75.156028, 40.009868 ], [ -75.155681, 40.011457 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337011", "device_counts": 951, "stop_counts": 4032 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051875, 40.069988 ], [ -75.050462, 40.071509 ], [ -75.051719, 40.072241 ], [ -75.047467, 40.076419 ], [ -75.045793, 40.075329 ], [ -75.044088, 40.072639 ], [ -75.045884, 40.069653 ], [ -75.047381, 40.070558 ], [ -75.047762, 40.069395 ], [ -75.049545, 40.070978 ], [ -75.050755, 40.069544 ], [ -75.051875, 40.069988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237002", "device_counts": 953, "stop_counts": 2995 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194083, 40.051633 ], [ -75.19326, 40.053057 ], [ -75.193951, 40.054358 ], [ -75.192966, 40.055267 ], [ -75.191752, 40.054604 ], [ -75.188077, 40.056898 ], [ -75.187306, 40.055484 ], [ -75.185287, 40.051743 ], [ -75.185221, 40.051585 ], [ -75.186752, 40.050103 ], [ -75.188499, 40.050211 ], [ -75.190817, 40.051189 ], [ -75.192123, 40.047679 ], [ -75.194411, 40.050637 ], [ -75.194083, 40.051633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176014", "device_counts": 739, "stop_counts": 2512 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135807, 39.993154 ], [ -75.134444, 39.996049 ], [ -75.132367, 39.995776 ], [ -75.13191, 39.995754 ], [ -75.130122, 39.994573 ], [ -75.130558, 39.992474 ], [ -75.135121, 39.99306 ], [ -75.135807, 39.993154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263011", "device_counts": 364, "stop_counts": 1740 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167097, 40.07332 ], [ -75.166062, 40.074338 ], [ -75.163884, 40.073088 ], [ -75.161313, 40.071386 ], [ -75.162035, 40.070685 ], [ -75.164781, 40.072161 ], [ -75.166725, 40.070165 ], [ -75.16899, 40.071473 ], [ -75.167097, 40.07332 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253005", "device_counts": 313, "stop_counts": 1063 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184472, 40.054919 ], [ -75.182825, 40.056545 ], [ -75.180513, 40.057498 ], [ -75.179017, 40.05658 ], [ -75.18052, 40.055118 ], [ -75.180252, 40.054955 ], [ -75.181906, 40.053341 ], [ -75.182944, 40.053989 ], [ -75.184472, 40.054919 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086012", "device_counts": 656, "stop_counts": 2363 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.215872, 39.954586 ], [ -75.214643, 39.955607 ], [ -75.211677, 39.95524 ], [ -75.212393, 39.951811 ], [ -75.21635, 39.952302 ], [ -75.215872, 39.954586 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331023", "device_counts": 669, "stop_counts": 2208 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033482, 40.043203 ], [ -75.030535, 40.044372 ], [ -75.028257, 40.041363 ], [ -75.03134, 40.040236 ], [ -75.031919, 40.041201 ], [ -75.033482, 40.043203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283003", "device_counts": 1241, "stop_counts": 2539 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148245, 40.022959 ], [ -75.147894, 40.024553 ], [ -75.147555, 40.026138 ], [ -75.145359, 40.025873 ], [ -75.145718, 40.024214 ], [ -75.146379, 40.021204 ], [ -75.14711, 40.02128 ], [ -75.148567, 40.021476 ], [ -75.148245, 40.022959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073003", "device_counts": 242, "stop_counts": 873 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224736, 39.945465 ], [ -75.222369, 39.947135 ], [ -75.219002, 39.944283 ], [ -75.219138, 39.944186 ], [ -75.22022, 39.943415 ], [ -75.221612, 39.944584 ], [ -75.222759, 39.943806 ], [ -75.22361, 39.944505 ], [ -75.224736, 39.945465 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108004", "device_counts": 497, "stop_counts": 1421 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.202342, 39.963137 ], [ -75.202334, 39.963495 ], [ -75.197519, 39.964025 ], [ -75.197197, 39.962287 ], [ -75.199436, 39.962042 ], [ -75.202235, 39.961643 ], [ -75.20236, 39.962859 ], [ -75.202342, 39.963137 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281003", "device_counts": 1446, "stop_counts": 3058 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151263, 40.027186 ], [ -75.148751, 40.028476 ], [ -75.148865, 40.027857 ], [ -75.147218, 40.027644 ], [ -75.147555, 40.026138 ], [ -75.147894, 40.024553 ], [ -75.148245, 40.022959 ], [ -75.149552, 40.024785 ], [ -75.149984, 40.02539 ], [ -75.150781, 40.026565 ], [ -75.151263, 40.027186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261003", "device_counts": 417, "stop_counts": 2576 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179448, 40.071261 ], [ -75.176841, 40.07598 ], [ -75.175509, 40.075214 ], [ -75.17394, 40.07431 ], [ -75.178918, 40.069175 ], [ -75.180482, 40.070191 ], [ -75.179448, 40.071261 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362023", "device_counts": 524, "stop_counts": 3519 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.984631, 40.074335 ], [ -74.982487, 40.077246 ], [ -74.981807, 40.082355 ], [ -74.980732, 40.082105 ], [ -74.97725, 40.080506 ], [ -74.977684, 40.079834 ], [ -74.981173, 40.071985 ], [ -74.983657, 40.073786 ], [ -74.984631, 40.074335 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019808001", "device_counts": 926, "stop_counts": 2807 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.276482, 39.976959 ], [ -75.275871, 39.977245 ], [ -75.271639, 39.972082 ], [ -75.269314, 39.97301 ], [ -75.26562, 39.969941 ], [ -75.2619, 39.972584 ], [ -75.259933, 39.974448 ], [ -75.261996, 39.977598 ], [ -75.265918, 39.979251 ], [ -75.267973, 39.980757 ], [ -75.265511, 39.981857 ], [ -75.261282, 39.978272 ], [ -75.259062, 39.982814 ], [ -75.257113, 39.983789 ], [ -75.255918, 39.978122 ], [ -75.255661, 39.976755 ], [ -75.255196, 39.97426 ], [ -75.254752, 39.971527 ], [ -75.255123, 39.970036 ], [ -75.250481, 39.96946 ], [ -75.251119, 39.966398 ], [ -75.247169, 39.965927 ], [ -75.247109, 39.964294 ], [ -75.246425, 39.964276 ], [ -75.246753, 39.962705 ], [ -75.247688, 39.962817 ], [ -75.248056, 39.964074 ], [ -75.250313, 39.965069 ], [ -75.25414, 39.965404 ], [ -75.25711, 39.963719 ], [ -75.259078, 39.965692 ], [ -75.267386, 39.966215 ], [ -75.270002, 39.967479 ], [ -75.270598, 39.96866 ], [ -75.275394, 39.969575 ], [ -75.280266, 39.974964 ], [ -75.276482, 39.976959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090003", "device_counts": 1081, "stop_counts": 3314 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191389, 39.962922 ], [ -75.187415, 39.963367 ], [ -75.187446, 39.95945 ], [ -75.188266, 39.955441 ], [ -75.189489, 39.955593 ], [ -75.189063, 39.957606 ], [ -75.18921, 39.958811 ], [ -75.189564, 39.960998 ], [ -75.191117, 39.96144 ], [ -75.191389, 39.962922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163004", "device_counts": 695, "stop_counts": 2365 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139021, 39.988764 ], [ -75.133549, 39.98806 ], [ -75.131557, 39.987799 ], [ -75.129641, 39.987546 ], [ -75.130794, 39.986928 ], [ -75.131907, 39.986306 ], [ -75.132208, 39.984741 ], [ -75.1351, 39.98519 ], [ -75.136167, 39.985328 ], [ -75.136759, 39.985402 ], [ -75.13746, 39.985492 ], [ -75.139669, 39.985802 ], [ -75.139021, 39.988764 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190005", "device_counts": 2650, "stop_counts": 7741 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10327, 40.005602 ], [ -75.101826, 40.005667 ], [ -75.101064, 40.005695 ], [ -75.100691, 40.007435 ], [ -75.098734, 40.007196 ], [ -75.098428, 40.008664 ], [ -75.094816, 40.008195 ], [ -75.094104, 40.007096 ], [ -75.094849, 40.006678 ], [ -75.101811, 40.002863 ], [ -75.103797, 40.003134 ], [ -75.10327, 40.005602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363031", "device_counts": 1098, "stop_counts": 7467 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.983393, 40.103684 ], [ -74.97896, 40.106169 ], [ -74.969941, 40.113339 ], [ -74.969758, 40.115927 ], [ -74.966621, 40.117932 ], [ -74.96408, 40.117766 ], [ -74.96345, 40.110013 ], [ -74.965194, 40.107777 ], [ -74.963491, 40.10674 ], [ -74.961156, 40.103446 ], [ -74.962196, 40.103382 ], [ -74.96767, 40.1027 ], [ -74.971183, 40.102233 ], [ -74.97588, 40.100421 ], [ -74.9781, 40.099212 ], [ -74.981997, 40.102454 ], [ -74.983393, 40.103684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011021", "device_counts": 2855, "stop_counts": 8931 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159984, 39.944009 ], [ -75.156841, 39.943615 ], [ -75.156337, 39.945923 ], [ -75.153184, 39.945536 ], [ -75.153694, 39.943218 ], [ -75.153916, 39.942205 ], [ -75.155488, 39.942407 ], [ -75.156673, 39.942551 ], [ -75.160205, 39.942997 ], [ -75.159984, 39.944009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279014", "device_counts": 453, "stop_counts": 2262 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158217, 40.045076 ], [ -75.156675, 40.04536 ], [ -75.154966, 40.046241 ], [ -75.153691, 40.04655 ], [ -75.153883, 40.043659 ], [ -75.153946, 40.042752 ], [ -75.158306, 40.042861 ], [ -75.158217, 40.045076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330005", "device_counts": 503, "stop_counts": 2590 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036906, 40.032252 ], [ -75.035488, 40.03299 ], [ -75.032739, 40.034407 ], [ -75.030907, 40.032318 ], [ -75.03517, 40.030116 ], [ -75.036055, 40.031206 ], [ -75.036906, 40.032252 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178003", "device_counts": 354, "stop_counts": 1172 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116662, 39.991437 ], [ -75.113816, 39.992924 ], [ -75.112775, 39.991747 ], [ -75.113665, 39.990278 ], [ -75.114257, 39.989952 ], [ -75.115083, 39.989526 ], [ -75.116662, 39.991437 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341001", "device_counts": 223, "stop_counts": 1183 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076258, 40.080605 ], [ -75.073705, 40.079182 ], [ -75.071007, 40.077682 ], [ -75.073477, 40.07526 ], [ -75.078592, 40.078097 ], [ -75.076258, 40.080605 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078004", "device_counts": 376, "stop_counts": 1244 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219234, 39.948368 ], [ -75.217121, 39.94861 ], [ -75.215162, 39.946978 ], [ -75.217733, 39.945183 ], [ -75.221237, 39.948161 ], [ -75.219234, 39.948368 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098021", "device_counts": 493, "stop_counts": 2906 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264257, 39.974419 ], [ -75.263054, 39.975749 ], [ -75.261996, 39.977598 ], [ -75.259933, 39.974448 ], [ -75.2619, 39.972584 ], [ -75.264148, 39.97148 ], [ -75.266109, 39.972898 ], [ -75.264257, 39.974419 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134021", "device_counts": 695, "stop_counts": 1907 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172108, 39.967284 ], [ -75.171344, 39.967275 ], [ -75.170177, 39.96725 ], [ -75.168569, 39.967226 ], [ -75.168804, 39.966145 ], [ -75.168959, 39.965463 ], [ -75.169102, 39.964781 ], [ -75.17068, 39.964975 ], [ -75.17256, 39.965219 ], [ -75.172108, 39.967284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353021", "device_counts": 2161, "stop_counts": 9698 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.997635, 40.079699 ], [ -74.994348, 40.081681 ], [ -74.990003, 40.077975 ], [ -74.987568, 40.075825 ], [ -74.986886, 40.075332 ], [ -74.984901, 40.07448 ], [ -74.987148, 40.072702 ], [ -74.987857, 40.072829 ], [ -74.988467, 40.073908 ], [ -74.991271, 40.07631 ], [ -74.995282, 40.077149 ], [ -74.998488, 40.078701 ], [ -74.997635, 40.079699 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259001", "device_counts": 1555, "stop_counts": 3878 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174143, 40.08135 ], [ -75.172951, 40.082581 ], [ -75.169914, 40.080818 ], [ -75.172621, 40.078103 ], [ -75.175627, 40.07984 ], [ -75.174143, 40.08135 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286006", "device_counts": 568, "stop_counts": 2208 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131829, 40.030321 ], [ -75.128974, 40.029953 ], [ -75.126686, 40.029667 ], [ -75.126866, 40.028955 ], [ -75.127646, 40.027416 ], [ -75.132352, 40.028019 ], [ -75.131829, 40.030321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348023", "device_counts": 969, "stop_counts": 5285 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.013797, 40.058001 ], [ -75.013284, 40.058573 ], [ -75.013062, 40.059109 ], [ -75.013066, 40.059901 ], [ -75.013629, 40.062047 ], [ -75.012747, 40.062185 ], [ -75.013145, 40.066335 ], [ -75.011381, 40.06842 ], [ -75.009635, 40.067672 ], [ -75.008788, 40.06735 ], [ -75.009331, 40.065812 ], [ -75.009405, 40.062552 ], [ -75.008801, 40.058401 ], [ -75.008245, 40.057796 ], [ -75.008555, 40.057808 ], [ -75.012828, 40.056404 ], [ -75.014444, 40.057424 ], [ -75.013797, 40.058001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277003", "device_counts": 577, "stop_counts": 1874 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153101, 40.050412 ], [ -75.152881, 40.052844 ], [ -75.150142, 40.051578 ], [ -75.15082, 40.048518 ], [ -75.153235, 40.048842 ], [ -75.153101, 40.050412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192002", "device_counts": 1108, "stop_counts": 3742 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116411, 40.001624 ], [ -75.11609, 40.003067 ], [ -75.113986, 40.00356 ], [ -75.109864, 40.003027 ], [ -75.110017, 40.002282 ], [ -75.11046, 40.000268 ], [ -75.112398, 40.00052 ], [ -75.114785, 39.999838 ], [ -75.116722, 40.000088 ], [ -75.116411, 40.001624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245001", "device_counts": 484, "stop_counts": 1420 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166655, 40.03089 ], [ -75.164571, 40.032912 ], [ -75.162906, 40.031923 ], [ -75.161239, 40.030941 ], [ -75.16327, 40.02896 ], [ -75.163749, 40.029255 ], [ -75.166488, 40.030794 ], [ -75.166655, 40.03089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041021", "device_counts": 734, "stop_counts": 3462 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160275, 39.920611 ], [ -75.155597, 39.920013 ], [ -75.155865, 39.918755 ], [ -75.156139, 39.917515 ], [ -75.160826, 39.918116 ], [ -75.160275, 39.920611 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356021", "device_counts": 462, "stop_counts": 2910 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.05401, 40.108143 ], [ -75.049254, 40.105823 ], [ -75.046843, 40.105712 ], [ -75.039857, 40.101835 ], [ -75.042613, 40.100504 ], [ -75.047115, 40.098377 ], [ -75.049676, 40.102037 ], [ -75.050974, 40.103122 ], [ -75.053057, 40.10618 ], [ -75.05401, 40.108143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010092001", "device_counts": 1927, "stop_counts": 5669 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21306, 39.962577 ], [ -75.21056, 39.962571 ], [ -75.209058, 39.962329 ], [ -75.206889, 39.962485 ], [ -75.20627, 39.958823 ], [ -75.201971, 39.959176 ], [ -75.201824, 39.957827 ], [ -75.201953, 39.957149 ], [ -75.204145, 39.957422 ], [ -75.208128, 39.957915 ], [ -75.211039, 39.958276 ], [ -75.214018, 39.958643 ], [ -75.21306, 39.962577 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010375001", "device_counts": 1544, "stop_counts": 4159 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.253999, 39.988304 ], [ -75.251438, 39.989504 ], [ -75.25, 39.99018 ], [ -75.249214, 39.990547 ], [ -75.247948, 39.991138 ], [ -75.246187, 39.989516 ], [ -75.246416, 39.988266 ], [ -75.245478, 39.986619 ], [ -75.248991, 39.985109 ], [ -75.248346, 39.982968 ], [ -75.251063, 39.981601 ], [ -75.255676, 39.987499 ], [ -75.253999, 39.988304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140002", "device_counts": 405, "stop_counts": 1633 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164888, 39.976668 ], [ -75.163325, 39.976471 ], [ -75.16175, 39.976262 ], [ -75.162507, 39.972799 ], [ -75.164069, 39.973009 ], [ -75.165461, 39.974033 ], [ -75.164888, 39.976668 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331011", "device_counts": 621, "stop_counts": 3159 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045919, 40.039643 ], [ -75.043322, 40.040305 ], [ -75.040003, 40.041793 ], [ -75.03836, 40.039695 ], [ -75.041692, 40.038218 ], [ -75.042536, 40.037722 ], [ -75.044192, 40.03866 ], [ -75.045806, 40.039579 ], [ -75.045919, 40.039643 ] ] ] ] } } +] +} diff --git a/assets/data/philly_2021.geojson b/assets/data/philly_2021.geojson new file mode 100644 index 0000000..972f014 --- /dev/null +++ b/assets/data/philly_2021.geojson @@ -0,0 +1,1342 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "GEOID": "421010289023", "device_counts": 314, "stop_counts": 1186 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117389, 40.02504 ], [ -75.114348, 40.024951 ], [ -75.114917, 40.021956 ], [ -75.116106, 40.022109 ], [ -75.117959, 40.022349 ], [ -75.117389, 40.02504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152001", "device_counts": 275, "stop_counts": 887 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167078, 39.984517 ], [ -75.166408, 39.987598 ], [ -75.164184, 39.987311 ], [ -75.164517, 39.985759 ], [ -75.164855, 39.984239 ], [ -75.166419, 39.984436 ], [ -75.167078, 39.984517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042011", "device_counts": 587, "stop_counts": 2251 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149405, 39.924207 ], [ -75.147842, 39.924015 ], [ -75.14691, 39.923887 ], [ -75.147431, 39.921502 ], [ -75.149916, 39.921819 ], [ -75.149405, 39.924207 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236002", "device_counts": 549, "stop_counts": 1430 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196382, 40.042203 ], [ -75.193841, 40.045069 ], [ -75.193091, 40.04459 ], [ -75.191199, 40.043386 ], [ -75.187315, 40.040929 ], [ -75.188797, 40.03948 ], [ -75.190086, 40.038232 ], [ -75.193657, 40.039688 ], [ -75.194933, 40.042022 ], [ -75.196382, 40.042203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010018001", "device_counts": 761, "stop_counts": 1532 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156011, 39.940006 ], [ -75.155888, 39.94056 ], [ -75.152771, 39.940039 ], [ -75.153065, 39.938763 ], [ -75.153286, 39.937736 ], [ -75.154807, 39.93815 ], [ -75.156317, 39.938569 ], [ -75.156011, 39.940006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180022", "device_counts": 662, "stop_counts": 1996 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106968, 39.982648 ], [ -75.105437, 39.983452 ], [ -75.102999, 39.98472 ], [ -75.101439, 39.982974 ], [ -75.105976, 39.980595 ], [ -75.105921, 39.981461 ], [ -75.106968, 39.982648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007003", "device_counts": 1876, "stop_counts": 3576 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180909, 39.952982 ], [ -75.176191, 39.952387 ], [ -75.176519, 39.95087 ], [ -75.177323, 39.950964 ], [ -75.181663, 39.951509 ], [ -75.180909, 39.952982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240001", "device_counts": 308, "stop_counts": 1503 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186194, 40.029468 ], [ -75.183731, 40.030637 ], [ -75.1793, 40.027944 ], [ -75.181668, 40.025657 ], [ -75.185463, 40.028875 ], [ -75.186194, 40.029468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379004", "device_counts": 1314, "stop_counts": 3402 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103366, 39.985129 ], [ -75.100912, 39.986416 ], [ -75.100552, 39.986001 ], [ -75.099, 39.98424 ], [ -75.101439, 39.982974 ], [ -75.102999, 39.98472 ], [ -75.103366, 39.985129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331024", "device_counts": 465, "stop_counts": 2622 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033824, 40.04466 ], [ -75.031636, 40.04566 ], [ -75.031781, 40.047141 ], [ -75.030489, 40.048407 ], [ -75.026037, 40.048163 ], [ -75.02654, 40.045822 ], [ -75.030535, 40.044372 ], [ -75.033482, 40.043203 ], [ -75.034393, 40.044379 ], [ -75.033824, 40.04466 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178001", "device_counts": 727, "stop_counts": 1817 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115778, 39.995167 ], [ -75.113387, 39.996493 ], [ -75.111369, 39.994211 ], [ -75.113816, 39.992924 ], [ -75.115778, 39.995167 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316001", "device_counts": 164, "stop_counts": 669 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058568, 40.036548 ], [ -75.055334, 40.034739 ], [ -75.057092, 40.032869 ], [ -75.060338, 40.034685 ], [ -75.058568, 40.036548 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299001", "device_counts": 572, "stop_counts": 2054 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080857, 40.011903 ], [ -75.079046, 40.013007 ], [ -75.077257, 40.014973 ], [ -75.07505, 40.017159 ], [ -75.073747, 40.013717 ], [ -75.073295, 40.012543 ], [ -75.075229, 40.012101 ], [ -75.079279, 40.010409 ], [ -75.080314, 40.011393 ], [ -75.080857, 40.011903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110003", "device_counts": 548, "stop_counts": 1522 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209321, 39.97625 ], [ -75.20372, 39.974182 ], [ -75.204176, 39.973395 ], [ -75.206302, 39.973162 ], [ -75.208081, 39.972962 ], [ -75.208323, 39.972912 ], [ -75.208756, 39.972864 ], [ -75.208901, 39.973613 ], [ -75.209834, 39.973505 ], [ -75.209976, 39.974242 ], [ -75.209114, 39.974321 ], [ -75.208903, 39.974618 ], [ -75.210123, 39.975067 ], [ -75.209321, 39.97625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033004", "device_counts": 288, "stop_counts": 1072 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195923, 39.939102 ], [ -75.193271, 39.939032 ], [ -75.193615, 39.937485 ], [ -75.193873, 39.936286 ], [ -75.197012, 39.936678 ], [ -75.195923, 39.939102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274021", "device_counts": 449, "stop_counts": 1163 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126987, 40.043857 ], [ -75.125968, 40.043728 ], [ -75.121754, 40.04317 ], [ -75.122078, 40.041664 ], [ -75.126311, 40.042203 ], [ -75.127317, 40.04232 ], [ -75.126987, 40.043857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283005", "device_counts": 179, "stop_counts": 696 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144716, 40.028855 ], [ -75.142334, 40.028543 ], [ -75.143001, 40.025561 ], [ -75.145359, 40.025873 ], [ -75.144716, 40.028855 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114002", "device_counts": 259, "stop_counts": 858 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242792, 39.981061 ], [ -75.239335, 39.981447 ], [ -75.239467, 39.980914 ], [ -75.239124, 39.979069 ], [ -75.241574, 39.978799 ], [ -75.242354, 39.978712 ], [ -75.242792, 39.981061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317002", "device_counts": 691, "stop_counts": 2345 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071824, 40.033503 ], [ -75.071097, 40.034742 ], [ -75.070001, 40.03532 ], [ -75.069596, 40.035093 ], [ -75.066523, 40.033377 ], [ -75.067697, 40.03212 ], [ -75.068878, 40.030875 ], [ -75.069719, 40.029984 ], [ -75.072682, 40.031938 ], [ -75.071824, 40.033503 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305025", "device_counts": 151, "stop_counts": 823 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109431, 40.045874 ], [ -75.109406, 40.04584 ], [ -75.108728, 40.045469 ], [ -75.107491, 40.046751 ], [ -75.105191, 40.0454 ], [ -75.105787, 40.044735 ], [ -75.10827, 40.042213 ], [ -75.111153, 40.042187 ], [ -75.109431, 40.045874 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168006", "device_counts": 383, "stop_counts": 1280 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168248, 39.992579 ], [ -75.167925, 39.994025 ], [ -75.167568, 39.995621 ], [ -75.164094, 39.995169 ], [ -75.16294, 39.993043 ], [ -75.1635, 39.990401 ], [ -75.165738, 39.990675 ], [ -75.167918, 39.990947 ], [ -75.168561, 39.991047 ], [ -75.168248, 39.992579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214001", "device_counts": 2121, "stop_counts": 4804 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232005, 40.028228 ], [ -75.229513, 40.029492 ], [ -75.227885, 40.028193 ], [ -75.226157, 40.027648 ], [ -75.223862, 40.026345 ], [ -75.221837, 40.027263 ], [ -75.22124, 40.027551 ], [ -75.219658, 40.02755 ], [ -75.218841, 40.0266 ], [ -75.219699, 40.02614 ], [ -75.221027, 40.026228 ], [ -75.223694, 40.023712 ], [ -75.226652, 40.025267 ], [ -75.228149, 40.026031 ], [ -75.232628, 40.028355 ], [ -75.232005, 40.028228 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065004", "device_counts": 252, "stop_counts": 797 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233873, 39.937703 ], [ -75.231766, 39.93846 ], [ -75.230224, 39.937177 ], [ -75.233213, 39.935057 ], [ -75.234499, 39.93613 ], [ -75.233873, 39.937703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010205002", "device_counts": 1604, "stop_counts": 4742 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174037, 40.016962 ], [ -75.172342, 40.017604 ], [ -75.170096, 40.015723 ], [ -75.167776, 40.011086 ], [ -75.157218, 40.016166 ], [ -75.15409, 40.016325 ], [ -75.153849, 40.015891 ], [ -75.155185, 40.015295 ], [ -75.156652, 40.014618 ], [ -75.160943, 40.012647 ], [ -75.166871, 40.009901 ], [ -75.167292, 40.009695 ], [ -75.167945, 40.009378 ], [ -75.16914, 40.008832 ], [ -75.175669, 40.016051 ], [ -75.174037, 40.016962 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060001", "device_counts": 1979, "stop_counts": 6418 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242832, 39.911272 ], [ -75.240333, 39.912999 ], [ -75.238951, 39.911823 ], [ -75.23374, 39.914073 ], [ -75.231662, 39.912252 ], [ -75.238529, 39.908213 ], [ -75.237281, 39.908241 ], [ -75.235164, 39.906453 ], [ -75.237752, 39.904713 ], [ -75.240331, 39.904113 ], [ -75.240576, 39.904062 ], [ -75.241558, 39.907257 ], [ -75.242832, 39.911272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042022", "device_counts": 3142, "stop_counts": 7129 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156139, 39.917515 ], [ -75.151014, 39.916842 ], [ -75.151276, 39.9156 ], [ -75.147357, 39.91509 ], [ -75.148124, 39.913772 ], [ -75.156708, 39.914869 ], [ -75.156139, 39.917515 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263023", "device_counts": 390, "stop_counts": 1196 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164106, 40.068662 ], [ -75.162035, 40.070685 ], [ -75.157379, 40.067944 ], [ -75.159299, 40.065913 ], [ -75.162495, 40.067732 ], [ -75.164106, 40.068662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311011", "device_counts": 557, "stop_counts": 2230 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078565, 40.043904 ], [ -75.077403, 40.045139 ], [ -75.073836, 40.043174 ], [ -75.075032, 40.04194 ], [ -75.075452, 40.041477 ], [ -75.078996, 40.043455 ], [ -75.078565, 40.043904 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262001", "device_counts": 158, "stop_counts": 953 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16697, 40.067709 ], [ -75.165348, 40.069372 ], [ -75.164106, 40.068662 ], [ -75.162495, 40.067732 ], [ -75.162957, 40.067255 ], [ -75.163822, 40.066357 ], [ -75.165706, 40.067438 ], [ -75.166072, 40.067194 ], [ -75.16697, 40.067709 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167024", "device_counts": 612, "stop_counts": 1737 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160695, 39.988495 ], [ -75.158335, 39.988186 ], [ -75.155934, 39.987877 ], [ -75.156275, 39.986283 ], [ -75.157899, 39.986492 ], [ -75.161032, 39.986907 ], [ -75.160695, 39.988495 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010248002", "device_counts": 544, "stop_counts": 2253 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171755, 40.048359 ], [ -75.170884, 40.049199 ], [ -75.167701, 40.047245 ], [ -75.166038, 40.046218 ], [ -75.163175, 40.047076 ], [ -75.16483, 40.045468 ], [ -75.167207, 40.043149 ], [ -75.169492, 40.044531 ], [ -75.170725, 40.046151 ], [ -75.171536, 40.047888 ], [ -75.171755, 40.048359 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299004", "device_counts": 420, "stop_counts": 1904 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075429, 40.017665 ], [ -75.074136, 40.019026 ], [ -75.07338, 40.019654 ], [ -75.072575, 40.018868 ], [ -75.071847, 40.016952 ], [ -75.070864, 40.014353 ], [ -75.073747, 40.013717 ], [ -75.07505, 40.017159 ], [ -75.075429, 40.017665 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010211002", "device_counts": 2559, "stop_counts": 6231 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211308, 40.02997 ], [ -75.207715, 40.031573 ], [ -75.205569, 40.032514 ], [ -75.203407, 40.029561 ], [ -75.205616, 40.028661 ], [ -75.20323, 40.025839 ], [ -75.207732, 40.023783 ], [ -75.209437, 40.026929 ], [ -75.210588, 40.02903 ], [ -75.211308, 40.02997 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267002", "device_counts": 165, "stop_counts": 820 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145553, 40.054117 ], [ -75.145211, 40.055661 ], [ -75.142849, 40.055357 ], [ -75.143189, 40.05381 ], [ -75.143571, 40.052297 ], [ -75.145881, 40.052598 ], [ -75.145553, 40.054117 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027023", "device_counts": 397, "stop_counts": 1165 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151852, 39.929555 ], [ -75.148329, 39.929093 ], [ -75.148701, 39.927896 ], [ -75.149166, 39.926696 ], [ -75.152407, 39.927129 ], [ -75.151852, 39.929555 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244002", "device_counts": 651, "stop_counts": 1589 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165275, 40.024087 ], [ -75.160983, 40.027253 ], [ -75.160053, 40.026023 ], [ -75.159551, 40.023925 ], [ -75.162024, 40.022286 ], [ -75.165275, 40.024087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010156001", "device_counts": 639, "stop_counts": 1786 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14501, 39.978597 ], [ -75.143188, 39.978359 ], [ -75.14315, 39.978966 ], [ -75.141349, 39.978121 ], [ -75.139868, 39.982536 ], [ -75.138137, 39.982312 ], [ -75.138768, 39.979323 ], [ -75.139715, 39.974897 ], [ -75.141976, 39.97519 ], [ -75.145559, 39.975638 ], [ -75.14501, 39.978597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329001", "device_counts": 639, "stop_counts": 1732 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028257, 40.041363 ], [ -75.02562, 40.042322 ], [ -75.021752, 40.043668 ], [ -75.020499, 40.043542 ], [ -75.020392, 40.04353 ], [ -75.021984, 40.037965 ], [ -75.021682, 40.037088 ], [ -75.023594, 40.036101 ], [ -75.023317, 40.039937 ], [ -75.024465, 40.040664 ], [ -75.024132, 40.039782 ], [ -75.027031, 40.038744 ], [ -75.027846, 40.040678 ], [ -75.028257, 40.041363 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254002", "device_counts": 240, "stop_counts": 1145 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180513, 40.057498 ], [ -75.178248, 40.059704 ], [ -75.177077, 40.060236 ], [ -75.174312, 40.058142 ], [ -75.172869, 40.057256 ], [ -75.174759, 40.057282 ], [ -75.176188, 40.055819 ], [ -75.175743, 40.054577 ], [ -75.179017, 40.05658 ], [ -75.180513, 40.057498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326003", "device_counts": 348, "stop_counts": 1737 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044655, 40.031231 ], [ -75.042537, 40.032328 ], [ -75.038616, 40.034355 ], [ -75.03733, 40.032782 ], [ -75.041188, 40.030786 ], [ -75.043304, 40.029688 ], [ -75.044655, 40.031231 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294003", "device_counts": 850, "stop_counts": 2703 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087577, 40.012516 ], [ -75.086348, 40.013868 ], [ -75.085818, 40.014448 ], [ -75.082668, 40.009938 ], [ -75.080314, 40.011393 ], [ -75.079279, 40.010409 ], [ -75.078749, 40.009878 ], [ -75.078448, 40.008586 ], [ -75.083087, 40.007437 ], [ -75.083788, 40.008503 ], [ -75.084912, 40.009489 ], [ -75.088731, 40.010923 ], [ -75.087577, 40.012516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348031", "device_counts": 1452, "stop_counts": 5268 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.005996, 40.061324 ], [ -75.002288, 40.063869 ], [ -75.00009, 40.062745 ], [ -74.998385, 40.064117 ], [ -74.995269, 40.062344 ], [ -74.991709, 40.061095 ], [ -74.990432, 40.060396 ], [ -74.991254, 40.059949 ], [ -74.998259, 40.05808 ], [ -75.001181, 40.057232 ], [ -75.004795, 40.054747 ], [ -75.007814, 40.057407 ], [ -75.003644, 40.059552 ], [ -75.008018, 40.059417 ], [ -75.005996, 40.061324 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237001", "device_counts": 373, "stop_counts": 1710 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190893, 40.044241 ], [ -75.187368, 40.047688 ], [ -75.185932, 40.046809 ], [ -75.187332, 40.045452 ], [ -75.184524, 40.043654 ], [ -75.185569, 40.042625 ], [ -75.187315, 40.040929 ], [ -75.191199, 40.043386 ], [ -75.190893, 40.044241 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012021", "device_counts": 1004, "stop_counts": 2453 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17118, 39.947784 ], [ -75.16803, 39.947386 ], [ -75.166458, 39.947196 ], [ -75.166767, 39.945768 ], [ -75.171488, 39.946353 ], [ -75.17118, 39.947784 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252006", "device_counts": 381, "stop_counts": 1276 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183398, 40.048254 ], [ -75.179616, 40.051956 ], [ -75.177983, 40.05356 ], [ -75.177193, 40.05308 ], [ -75.175804, 40.052241 ], [ -75.179194, 40.048872 ], [ -75.178144, 40.04821 ], [ -75.17922, 40.047155 ], [ -75.181057, 40.045381 ], [ -75.181701, 40.044831 ], [ -75.182203, 40.045894 ], [ -75.183398, 40.048254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243004", "device_counts": 379, "stop_counts": 1350 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173246, 40.018411 ], [ -75.169534, 40.022381 ], [ -75.165707, 40.019731 ], [ -75.163915, 40.02099 ], [ -75.162782, 40.020368 ], [ -75.163758, 40.019234 ], [ -75.172342, 40.017604 ], [ -75.173246, 40.018411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110004", "device_counts": 487, "stop_counts": 1168 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.204176, 39.973395 ], [ -75.20372, 39.974182 ], [ -75.199505, 39.974646 ], [ -75.199139, 39.972707 ], [ -75.203871, 39.97176 ], [ -75.204176, 39.973395 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172023", "device_counts": 340, "stop_counts": 1033 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180188, 39.997253 ], [ -75.178237, 39.998611 ], [ -75.175188, 39.998233 ], [ -75.175539, 39.996639 ], [ -75.178576, 39.99704 ], [ -75.180188, 39.997253 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067001", "device_counts": 312, "stop_counts": 1049 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224111, 39.921005 ], [ -75.22216, 39.923892 ], [ -75.221562, 39.924744 ], [ -75.21931, 39.928012 ], [ -75.216768, 39.926956 ], [ -75.221873, 39.919551 ], [ -75.222772, 39.919918 ], [ -75.224111, 39.921005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010005001", "device_counts": 22752, "stop_counts": 72938 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165063, 39.953608 ], [ -75.163402, 39.953339 ], [ -75.163329, 39.95333 ], [ -75.163093, 39.9544 ], [ -75.151539, 39.952948 ], [ -75.152337, 39.949421 ], [ -75.157062, 39.950006 ], [ -75.163937, 39.950866 ], [ -75.164011, 39.950876 ], [ -75.165063, 39.953608 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249004", "device_counts": 223, "stop_counts": 681 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161898, 40.052842 ], [ -75.160222, 40.051826 ], [ -75.159041, 40.051106 ], [ -75.160528, 40.049664 ], [ -75.161656, 40.048559 ], [ -75.164529, 40.050306 ], [ -75.161898, 40.052842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031005", "device_counts": 418, "stop_counts": 1466 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179553, 39.933178 ], [ -75.176069, 39.932721 ], [ -75.176513, 39.930716 ], [ -75.180001, 39.93117 ], [ -75.179553, 39.933178 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340001", "device_counts": 439, "stop_counts": 2372 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0759, 40.072884 ], [ -75.073477, 40.07526 ], [ -75.071007, 40.077682 ], [ -75.067912, 40.075976 ], [ -75.067333, 40.075504 ], [ -75.068958, 40.072358 ], [ -75.068862, 40.071845 ], [ -75.070412, 40.07022 ], [ -75.074029, 40.071983 ], [ -75.0759, 40.072884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085003", "device_counts": 829, "stop_counts": 1924 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226002, 39.954591 ], [ -75.225746, 39.955814 ], [ -75.223775, 39.955565 ], [ -75.221798, 39.955319 ], [ -75.221923, 39.954723 ], [ -75.222056, 39.954102 ], [ -75.222279, 39.95304 ], [ -75.226224, 39.953528 ], [ -75.226002, 39.954591 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152002", "device_counts": 715, "stop_counts": 2715 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175803, 39.988812 ], [ -75.173682, 39.990167 ], [ -75.171839, 39.989935 ], [ -75.168894, 39.98955 ], [ -75.169234, 39.987959 ], [ -75.168428, 39.987857 ], [ -75.166408, 39.987598 ], [ -75.167078, 39.984517 ], [ -75.17151, 39.98509 ], [ -75.171197, 39.986603 ], [ -75.174361, 39.987024 ], [ -75.174044, 39.988507 ], [ -75.174665, 39.988427 ], [ -75.175803, 39.988812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010106001", "device_counts": 405, "stop_counts": 980 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211334, 39.968726 ], [ -75.211189, 39.968634 ], [ -75.210101, 39.967961 ], [ -75.208344, 39.966876 ], [ -75.209344, 39.964621 ], [ -75.209058, 39.962329 ], [ -75.21056, 39.962571 ], [ -75.211231, 39.967879 ], [ -75.211334, 39.968726 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338001", "device_counts": 524, "stop_counts": 3063 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073304, 40.062812 ], [ -75.067355, 40.068727 ], [ -75.06304, 40.066143 ], [ -75.064491, 40.064588 ], [ -75.065685, 40.063332 ], [ -75.068074, 40.060824 ], [ -75.069224, 40.059583 ], [ -75.072766, 40.061554 ], [ -75.073909, 40.062192 ], [ -75.073304, 40.062812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010015001", "device_counts": 1496, "stop_counts": 2398 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156673, 39.942551 ], [ -75.155488, 39.942407 ], [ -75.153916, 39.942205 ], [ -75.152334, 39.942015 ], [ -75.152546, 39.941148 ], [ -75.152771, 39.940039 ], [ -75.155888, 39.94056 ], [ -75.156388, 39.940627 ], [ -75.156853, 39.941683 ], [ -75.156673, 39.942551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355003", "device_counts": 6429, "stop_counts": 24837 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041488, 40.087338 ], [ -75.034808, 40.092423 ], [ -75.030725, 40.09553 ], [ -75.023927, 40.100702 ], [ -75.022086, 40.100212 ], [ -75.018233, 40.097105 ], [ -75.021451, 40.096963 ], [ -75.027681, 40.095046 ], [ -75.025866, 40.090515 ], [ -75.027097, 40.087878 ], [ -75.028337, 40.086604 ], [ -75.033547, 40.089582 ], [ -75.037498, 40.085459 ], [ -75.0384, 40.084472 ], [ -75.039509, 40.085702 ], [ -75.040877, 40.086966 ], [ -75.041488, 40.087338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180023", "device_counts": 431, "stop_counts": 2645 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111221, 39.985268 ], [ -75.108359, 39.986753 ], [ -75.105437, 39.983452 ], [ -75.106968, 39.982648 ], [ -75.108828, 39.981673 ], [ -75.111221, 39.985268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028025", "device_counts": 1585, "stop_counts": 3176 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161047, 39.931817 ], [ -75.159517, 39.9331 ], [ -75.159142, 39.933049 ], [ -75.157578, 39.932837 ], [ -75.157843, 39.931615 ], [ -75.158121, 39.930394 ], [ -75.158296, 39.929602 ], [ -75.161428, 39.930017 ], [ -75.161047, 39.931817 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115001", "device_counts": 162, "stop_counts": 748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.252544, 39.98077 ], [ -75.251063, 39.981601 ], [ -75.248944, 39.979106 ], [ -75.250979, 39.977684 ], [ -75.253104, 39.98018 ], [ -75.252544, 39.98077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042013", "device_counts": 536, "stop_counts": 2228 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149916, 39.921819 ], [ -75.147431, 39.921502 ], [ -75.14769, 39.920273 ], [ -75.147813, 39.919001 ], [ -75.150461, 39.919345 ], [ -75.149916, 39.921819 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027022", "device_counts": 404, "stop_counts": 1809 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150101, 39.924305 ], [ -75.149166, 39.926696 ], [ -75.148701, 39.927896 ], [ -75.146985, 39.927665 ], [ -75.147842, 39.924015 ], [ -75.149405, 39.924207 ], [ -75.150101, 39.924305 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010120001", "device_counts": 530, "stop_counts": 1361 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233713, 39.992176 ], [ -75.231762, 39.99309 ], [ -75.225664, 39.995848 ], [ -75.225662, 39.991469 ], [ -75.23106, 39.991764 ], [ -75.233672, 39.991882 ], [ -75.233713, 39.992176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268004", "device_counts": 1048, "stop_counts": 2559 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142214, 40.050563 ], [ -75.14156, 40.053599 ], [ -75.137767, 40.053112 ], [ -75.139107, 40.047011 ], [ -75.142898, 40.047493 ], [ -75.142214, 40.050563 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010023", "device_counts": 3585, "stop_counts": 6971 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149954, 39.945505 ], [ -75.149186, 39.949032 ], [ -75.14408, 39.948379 ], [ -75.144009, 39.944388 ], [ -75.144933, 39.944494 ], [ -75.150037, 39.945144 ], [ -75.149954, 39.945505 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098022", "device_counts": 1226, "stop_counts": 3616 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.273552, 39.978279 ], [ -75.273103, 39.974965 ], [ -75.270639, 39.974669 ], [ -75.271363, 39.972843 ], [ -75.267588, 39.974662 ], [ -75.265558, 39.975641 ], [ -75.264257, 39.974419 ], [ -75.266109, 39.972898 ], [ -75.264148, 39.97148 ], [ -75.2619, 39.972584 ], [ -75.26562, 39.969941 ], [ -75.269314, 39.97301 ], [ -75.271639, 39.972082 ], [ -75.275871, 39.977245 ], [ -75.273552, 39.978279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032002", "device_counts": 208, "stop_counts": 644 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184449, 39.933813 ], [ -75.181162, 39.933385 ], [ -75.181419, 39.932161 ], [ -75.184705, 39.932584 ], [ -75.184449, 39.933813 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012014", "device_counts": 663, "stop_counts": 1445 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181445, 39.947597 ], [ -75.180328, 39.947455 ], [ -75.178156, 39.94719 ], [ -75.178578, 39.945269 ], [ -75.179409, 39.945377 ], [ -75.18188, 39.945691 ], [ -75.181445, 39.947597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320001", "device_counts": 1142, "stop_counts": 3541 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.053249, 40.0317 ], [ -75.050972, 40.032324 ], [ -75.048355, 40.029324 ], [ -75.047904, 40.02881 ], [ -75.047453, 40.028294 ], [ -75.049273, 40.027351 ], [ -75.051104, 40.026407 ], [ -75.052898, 40.028462 ], [ -75.051073, 40.029403 ], [ -75.053249, 40.0317 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033002", "device_counts": 5724, "stop_counts": 16910 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205185, 39.941116 ], [ -75.204582, 39.942352 ], [ -75.202929, 39.943301 ], [ -75.200277, 39.943652 ], [ -75.193985, 39.942154 ], [ -75.192664, 39.941567 ], [ -75.188712, 39.939567 ], [ -75.18824, 39.939878 ], [ -75.188885, 39.936887 ], [ -75.19306, 39.93741 ], [ -75.193615, 39.937485 ], [ -75.193271, 39.939032 ], [ -75.195923, 39.939102 ], [ -75.197012, 39.936678 ], [ -75.197266, 39.935453 ], [ -75.197537, 39.934232 ], [ -75.199503, 39.934508 ], [ -75.197924, 39.938063 ], [ -75.200194, 39.938545 ], [ -75.20114, 39.937468 ], [ -75.205431, 39.93877 ], [ -75.205185, 39.941116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079004", "device_counts": 228, "stop_counts": 705 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222589, 39.951519 ], [ -75.222279, 39.95304 ], [ -75.220295, 39.952792 ], [ -75.218347, 39.952553 ], [ -75.218676, 39.951032 ], [ -75.218833, 39.950273 ], [ -75.22275, 39.950754 ], [ -75.222589, 39.951519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104004", "device_counts": 649, "stop_counts": 1838 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22017, 39.964844 ], [ -75.216516, 39.965214 ], [ -75.216376, 39.964094 ], [ -75.216181, 39.962546 ], [ -75.217002, 39.959015 ], [ -75.218954, 39.95926 ], [ -75.219175, 39.959288 ], [ -75.219439, 39.960941 ], [ -75.219693, 39.962523 ], [ -75.220044, 39.963819 ], [ -75.22017, 39.964844 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160005", "device_counts": 404, "stop_counts": 1093 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130448, 39.978589 ], [ -75.127579, 39.981383 ], [ -75.125593, 39.979124 ], [ -75.128628, 39.977533 ], [ -75.130448, 39.978589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204004", "device_counts": 218, "stop_counts": 660 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155239, 40.020486 ], [ -75.152161, 40.020161 ], [ -75.152386, 40.018145 ], [ -75.154576, 40.017272 ], [ -75.155692, 40.019078 ], [ -75.155239, 40.020486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197003", "device_counts": 253, "stop_counts": 990 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138463, 40.020171 ], [ -75.13674, 40.019958 ], [ -75.136984, 40.018789 ], [ -75.136811, 40.016899 ], [ -75.13911, 40.017187 ], [ -75.138463, 40.020171 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266006", "device_counts": 249, "stop_counts": 862 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151879, 40.062406 ], [ -75.151414, 40.063206 ], [ -75.147649, 40.06301 ], [ -75.148107, 40.060903 ], [ -75.149219, 40.058432 ], [ -75.151141, 40.061326 ], [ -75.15175, 40.06222 ], [ -75.151879, 40.062406 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136011", "device_counts": 605, "stop_counts": 1447 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178056, 39.970112 ], [ -75.17646, 39.96991 ], [ -75.174869, 39.96971 ], [ -75.17539, 39.967345 ], [ -75.178641, 39.967399 ], [ -75.178056, 39.970112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244001", "device_counts": 446, "stop_counts": 1541 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166993, 40.025012 ], [ -75.165275, 40.024087 ], [ -75.162024, 40.022286 ], [ -75.162462, 40.021954 ], [ -75.162782, 40.020368 ], [ -75.163915, 40.02099 ], [ -75.168482, 40.023512 ], [ -75.166993, 40.025012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345021", "device_counts": 304, "stop_counts": 2328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047286, 40.082932 ], [ -75.041488, 40.087338 ], [ -75.040877, 40.086966 ], [ -75.042143, 40.084065 ], [ -75.046249, 40.081459 ], [ -75.047286, 40.082932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202004", "device_counts": 526, "stop_counts": 1353 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167292, 40.009695 ], [ -75.166871, 40.009901 ], [ -75.160943, 40.012647 ], [ -75.160453, 40.012067 ], [ -75.160936, 40.009632 ], [ -75.161095, 40.008883 ], [ -75.164576, 40.009337 ], [ -75.164733, 40.008616 ], [ -75.167945, 40.009378 ], [ -75.167292, 40.009695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161002", "device_counts": 1063, "stop_counts": 3473 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.125491, 39.989836 ], [ -75.122417, 39.987001 ], [ -75.120252, 39.984755 ], [ -75.122679, 39.983488 ], [ -75.125062, 39.982373 ], [ -75.125836, 39.983251 ], [ -75.124654, 39.984526 ], [ -75.124728, 39.985801 ], [ -75.127363, 39.988792 ], [ -75.125491, 39.989836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178007", "device_counts": 477, "stop_counts": 1231 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123686, 39.990836 ], [ -75.12031, 39.992672 ], [ -75.118392, 39.990528 ], [ -75.122248, 39.988511 ], [ -75.124593, 39.990328 ], [ -75.123686, 39.990836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081011", "device_counts": 430, "stop_counts": 1854 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235479, 39.948433 ], [ -75.235165, 39.949953 ], [ -75.230959, 39.949438 ], [ -75.231271, 39.947909 ], [ -75.233604, 39.947351 ], [ -75.235049, 39.946992 ], [ -75.235822, 39.946835 ], [ -75.235479, 39.948433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199002", "device_counts": 674, "stop_counts": 2008 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144069, 40.006684 ], [ -75.143346, 40.008227 ], [ -75.142772, 40.008153 ], [ -75.142256, 40.008093 ], [ -75.140472, 40.007878 ], [ -75.14116, 40.004784 ], [ -75.141491, 40.003288 ], [ -75.143292, 40.003523 ], [ -75.143437, 40.005071 ], [ -75.144069, 40.006684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024001", "device_counts": 473, "stop_counts": 898 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156317, 39.938569 ], [ -75.154807, 39.93815 ], [ -75.153286, 39.937736 ], [ -75.153774, 39.935516 ], [ -75.155304, 39.935934 ], [ -75.15506, 39.936807 ], [ -75.156622, 39.937182 ], [ -75.156317, 39.938569 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267004", "device_counts": 429, "stop_counts": 1974 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149705, 40.054649 ], [ -75.149478, 40.056217 ], [ -75.146002, 40.055765 ], [ -75.145211, 40.055661 ], [ -75.145553, 40.054117 ], [ -75.145881, 40.052598 ], [ -75.149919, 40.053127 ], [ -75.149705, 40.054649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283002", "device_counts": 171, "stop_counts": 679 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142334, 40.028543 ], [ -75.13998, 40.028245 ], [ -75.140303, 40.026745 ], [ -75.140638, 40.025262 ], [ -75.143001, 40.025561 ], [ -75.142334, 40.028543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010003002", "device_counts": 3698, "stop_counts": 8400 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179937, 39.960028 ], [ -75.172002, 39.959007 ], [ -75.172783, 39.955604 ], [ -75.177527, 39.95549 ], [ -75.179122, 39.955984 ], [ -75.17972, 39.956164 ], [ -75.179126, 39.958004 ], [ -75.179937, 39.960028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377002", "device_counts": 1700, "stop_counts": 6042 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151266, 39.983978 ], [ -75.148109, 39.983604 ], [ -75.148437, 39.98211 ], [ -75.146769, 39.981893 ], [ -75.146102, 39.984978 ], [ -75.144154, 39.984724 ], [ -75.14405, 39.983721 ], [ -75.144169, 39.983092 ], [ -75.14501, 39.978597 ], [ -75.150661, 39.979325 ], [ -75.152235, 39.979531 ], [ -75.151266, 39.983978 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037022", "device_counts": 550, "stop_counts": 2066 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184393, 39.926276 ], [ -75.18333, 39.926134 ], [ -75.182743, 39.926058 ], [ -75.181698, 39.925924 ], [ -75.182243, 39.923442 ], [ -75.183295, 39.923575 ], [ -75.183434, 39.922939 ], [ -75.185202, 39.922574 ], [ -75.184393, 39.926276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094004", "device_counts": 615, "stop_counts": 1908 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236481, 39.963047 ], [ -75.235842, 39.966085 ], [ -75.23189, 39.965593 ], [ -75.232527, 39.962557 ], [ -75.23454, 39.962807 ], [ -75.236587, 39.962519 ], [ -75.236481, 39.963047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010208002", "device_counts": 560, "stop_counts": 1614 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205848, 40.015281 ], [ -75.201269, 40.017189 ], [ -75.197636, 40.021461 ], [ -75.193308, 40.024091 ], [ -75.193048, 40.023558 ], [ -75.191105, 40.021663 ], [ -75.192405, 40.020495 ], [ -75.198361, 40.01527 ], [ -75.200278, 40.013708 ], [ -75.200954, 40.013061 ], [ -75.206139, 40.014753 ], [ -75.205848, 40.015281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353022", "device_counts": 2248, "stop_counts": 8282 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.003606, 40.071362 ], [ -74.998488, 40.078701 ], [ -74.995282, 40.077149 ], [ -74.991271, 40.07631 ], [ -74.988467, 40.073908 ], [ -74.987857, 40.072829 ], [ -74.993531, 40.071863 ], [ -74.996409, 40.06659 ], [ -74.99873, 40.065828 ], [ -74.998385, 40.064117 ], [ -75.007269, 40.069161 ], [ -75.003606, 40.071362 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308004", "device_counts": 304, "stop_counts": 1555 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0868, 40.052744 ], [ -75.085847, 40.05441 ], [ -75.079878, 40.051217 ], [ -75.082888, 40.048197 ], [ -75.086165, 40.050024 ], [ -75.085989, 40.050878 ], [ -75.0868, 40.052744 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153003", "device_counts": 404, "stop_counts": 1049 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164184, 39.987311 ], [ -75.161032, 39.986907 ], [ -75.157899, 39.986492 ], [ -75.158246, 39.984934 ], [ -75.161383, 39.985339 ], [ -75.162951, 39.985542 ], [ -75.164517, 39.985759 ], [ -75.164184, 39.987311 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266008", "device_counts": 194, "stop_counts": 1002 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151596, 40.070328 ], [ -75.148331, 40.068485 ], [ -75.148648, 40.067138 ], [ -75.150505, 40.067377 ], [ -75.151534, 40.067507 ], [ -75.152322, 40.068901 ], [ -75.151596, 40.070328 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171003", "device_counts": 1312, "stop_counts": 3002 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178633, 40.005052 ], [ -75.173853, 40.007468 ], [ -75.172209, 40.007898 ], [ -75.169741, 40.008585 ], [ -75.16914, 40.008832 ], [ -75.165554, 40.004859 ], [ -75.165896, 40.003269 ], [ -75.168943, 40.00366 ], [ -75.169093, 40.003671 ], [ -75.171247, 40.003951 ], [ -75.176913, 40.004697 ], [ -75.178809, 40.004937 ], [ -75.178633, 40.005052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040022", "device_counts": 1048, "stop_counts": 4279 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167085, 39.918959 ], [ -75.163956, 39.918518 ], [ -75.16453, 39.915875 ], [ -75.166914, 39.916189 ], [ -75.167681, 39.916283 ], [ -75.167085, 39.918959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267003", "device_counts": 299, "stop_counts": 873 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149919, 40.053127 ], [ -75.145881, 40.052598 ], [ -75.143571, 40.052297 ], [ -75.143841, 40.050771 ], [ -75.147004, 40.051175 ], [ -75.148578, 40.051383 ], [ -75.150142, 40.051578 ], [ -75.149919, 40.053127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190004", "device_counts": 392, "stop_counts": 2002 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101864, 40.012369 ], [ -75.101557, 40.013878 ], [ -75.099374, 40.013583 ], [ -75.100373, 40.008914 ], [ -75.102552, 40.009202 ], [ -75.101864, 40.012369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039024", "device_counts": 882, "stop_counts": 5272 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177438, 39.91897 ], [ -75.177082, 39.920207 ], [ -75.174033, 39.919809 ], [ -75.174302, 39.918562 ], [ -75.175217, 39.915653 ], [ -75.17718, 39.91489 ], [ -75.178268, 39.915053 ], [ -75.177438, 39.91897 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201022", "device_counts": 614, "stop_counts": 968 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156028, 40.009868 ], [ -75.151246, 40.009279 ], [ -75.151603, 40.007665 ], [ -75.156376, 40.008284 ], [ -75.156028, 40.009868 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180013", "device_counts": 334, "stop_counts": 1242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115605, 39.983551 ], [ -75.115251, 39.983157 ], [ -75.11345, 39.984105 ], [ -75.110939, 39.980568 ], [ -75.113008, 39.979488 ], [ -75.116075, 39.982938 ], [ -75.115605, 39.983551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040024", "device_counts": 1419, "stop_counts": 4110 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170581, 39.920653 ], [ -75.170309, 39.921885 ], [ -75.166563, 39.921418 ], [ -75.167085, 39.918959 ], [ -75.170854, 39.91941 ], [ -75.170581, 39.920653 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238001", "device_counts": 336, "stop_counts": 1234 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184524, 40.043654 ], [ -75.18308, 40.045068 ], [ -75.182203, 40.045894 ], [ -75.181701, 40.044831 ], [ -75.180884, 40.043246 ], [ -75.183101, 40.041063 ], [ -75.185569, 40.042625 ], [ -75.184524, 40.043654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204002", "device_counts": 1655, "stop_counts": 3119 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154576, 40.017272 ], [ -75.152386, 40.018145 ], [ -75.152161, 40.020161 ], [ -75.148953, 40.019743 ], [ -75.147139, 40.019518 ], [ -75.147143, 40.01901 ], [ -75.149544, 40.01787 ], [ -75.153849, 40.015891 ], [ -75.15409, 40.016325 ], [ -75.154576, 40.017272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207004", "device_counts": 2663, "stop_counts": 6290 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207599, 40.012719 ], [ -75.206207, 40.01472 ], [ -75.206139, 40.014753 ], [ -75.200954, 40.013061 ], [ -75.200278, 40.013708 ], [ -75.194847, 40.012175 ], [ -75.192879, 40.01162 ], [ -75.186537, 40.009831 ], [ -75.190514, 40.008407 ], [ -75.192225, 40.00722 ], [ -75.192467, 40.006482 ], [ -75.19281, 40.006733 ], [ -75.197451, 40.008315 ], [ -75.203107, 40.010138 ], [ -75.205485, 40.011501 ], [ -75.205978, 40.011723 ], [ -75.206968, 40.011372 ], [ -75.206286, 40.011923 ], [ -75.207599, 40.012719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160006", "device_counts": 1357, "stop_counts": 3220 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126136, 39.976082 ], [ -75.123334, 39.977514 ], [ -75.121032, 39.977811 ], [ -75.119763, 39.976369 ], [ -75.119969, 39.975911 ], [ -75.122592, 39.97388 ], [ -75.123391, 39.974403 ], [ -75.125201, 39.975558 ], [ -75.126136, 39.976082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306002", "device_counts": 398, "stop_counts": 1350 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.095999, 40.046002 ], [ -75.092242, 40.049978 ], [ -75.091416, 40.049543 ], [ -75.091268, 40.048083 ], [ -75.091859, 40.047485 ], [ -75.094175, 40.045026 ], [ -75.095999, 40.046002 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030023", "device_counts": 277, "stop_counts": 1091 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174495, 39.932523 ], [ -75.17397, 39.934974 ], [ -75.172389, 39.934765 ], [ -75.172922, 39.932328 ], [ -75.17319, 39.931104 ], [ -75.174764, 39.931307 ], [ -75.174495, 39.932523 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271002", "device_counts": 345, "stop_counts": 1252 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124614, 40.049849 ], [ -75.122776, 40.049613 ], [ -75.123566, 40.044993 ], [ -75.125631, 40.045259 ], [ -75.124614, 40.049849 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007001", "device_counts": 1518, "stop_counts": 2802 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176191, 39.952387 ], [ -75.173489, 39.952052 ], [ -75.173813, 39.950531 ], [ -75.175738, 39.950769 ], [ -75.176519, 39.95087 ], [ -75.176191, 39.952387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274012", "device_counts": 659, "stop_counts": 1874 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129498, 40.041048 ], [ -75.126643, 40.040681 ], [ -75.126977, 40.039155 ], [ -75.127641, 40.036063 ], [ -75.130518, 40.036437 ], [ -75.129498, 40.041048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310007", "device_counts": 224, "stop_counts": 1268 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079334, 40.051809 ], [ -75.076902, 40.054387 ], [ -75.07509, 40.053364 ], [ -75.075675, 40.052745 ], [ -75.072108, 40.050765 ], [ -75.073936, 40.048841 ], [ -75.077529, 40.050805 ], [ -75.079334, 40.051809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010021", "device_counts": 5186, "stop_counts": 9193 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150339, 39.94373 ], [ -75.145243, 39.943087 ], [ -75.144933, 39.944494 ], [ -75.144009, 39.944388 ], [ -75.14408, 39.948379 ], [ -75.142466, 39.948174 ], [ -75.14406, 39.940972 ], [ -75.147604, 39.941422 ], [ -75.150755, 39.941818 ], [ -75.150339, 39.94373 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160001", "device_counts": 209, "stop_counts": 749 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122679, 39.983488 ], [ -75.120252, 39.984755 ], [ -75.118522, 39.982825 ], [ -75.120973, 39.981546 ], [ -75.122679, 39.983488 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266007", "device_counts": 727, "stop_counts": 1546 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153513, 40.064285 ], [ -75.152602, 40.067646 ], [ -75.152322, 40.068901 ], [ -75.151534, 40.067507 ], [ -75.150505, 40.067377 ], [ -75.150719, 40.066367 ], [ -75.151053, 40.064852 ], [ -75.151414, 40.063206 ], [ -75.151879, 40.062406 ], [ -75.152915, 40.063881 ], [ -75.153513, 40.064285 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242003", "device_counts": 376, "stop_counts": 1396 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168308, 40.029173 ], [ -75.166488, 40.030794 ], [ -75.163749, 40.029255 ], [ -75.166395, 40.026593 ], [ -75.169816, 40.02845 ], [ -75.168308, 40.029173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063002", "device_counts": 399, "stop_counts": 1731 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236833, 39.925765 ], [ -75.234368, 39.923694 ], [ -75.233121, 39.924558 ], [ -75.232438, 39.92397 ], [ -75.234991, 39.922169 ], [ -75.23816, 39.924839 ], [ -75.236833, 39.925765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008032", "device_counts": 805, "stop_counts": 1732 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175738, 39.950769 ], [ -75.173813, 39.950531 ], [ -75.174173, 39.948921 ], [ -75.174323, 39.948177 ], [ -75.176239, 39.948414 ], [ -75.175738, 39.950769 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267005", "device_counts": 661, "stop_counts": 1955 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155554, 40.054074 ], [ -75.153438, 40.055707 ], [ -75.152594, 40.056367 ], [ -75.152723, 40.054825 ], [ -75.149705, 40.054649 ], [ -75.149919, 40.053127 ], [ -75.150142, 40.051578 ], [ -75.152881, 40.052844 ], [ -75.155214, 40.053922 ], [ -75.155554, 40.054074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264002", "device_counts": 127, "stop_counts": 434 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160911, 40.057865 ], [ -75.160983, 40.060654 ], [ -75.158413, 40.059181 ], [ -75.160691, 40.056831 ], [ -75.162122, 40.057638 ], [ -75.160911, 40.057865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136023", "device_counts": 252, "stop_counts": 601 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180729, 39.972841 ], [ -75.178108, 39.972509 ], [ -75.178606, 39.97018 ], [ -75.181234, 39.970504 ], [ -75.180729, 39.972841 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063001", "device_counts": 453, "stop_counts": 1640 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235594, 39.92664 ], [ -75.234328, 39.925573 ], [ -75.233121, 39.924558 ], [ -75.234368, 39.923694 ], [ -75.236833, 39.925765 ], [ -75.235594, 39.92664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326006", "device_counts": 454, "stop_counts": 1580 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041957, 40.028152 ], [ -75.0387, 40.029839 ], [ -75.036898, 40.027779 ], [ -75.040219, 40.026061 ], [ -75.041957, 40.028152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010142001", "device_counts": 491, "stop_counts": 1063 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146543, 39.97038 ], [ -75.145018, 39.970191 ], [ -75.145487, 39.96823 ], [ -75.143524, 39.967942 ], [ -75.144002, 39.96567 ], [ -75.147146, 39.967126 ], [ -75.146543, 39.97038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390008", "device_counts": 233, "stop_counts": 833 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094339, 40.032217 ], [ -75.093497, 40.033072 ], [ -75.09227, 40.034323 ], [ -75.090599, 40.033398 ], [ -75.091806, 40.032145 ], [ -75.093021, 40.030888 ], [ -75.093204, 40.030704 ], [ -75.093542, 40.031195 ], [ -75.094339, 40.032217 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011011", "device_counts": 1483, "stop_counts": 2664 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165341, 39.944664 ], [ -75.164845, 39.946999 ], [ -75.164772, 39.946983 ], [ -75.163648, 39.946836 ], [ -75.163955, 39.945423 ], [ -75.163137, 39.944388 ], [ -75.165274, 39.944655 ], [ -75.165341, 39.944664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010133002", "device_counts": 2611, "stop_counts": 5795 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164744, 39.970436 ], [ -75.164555, 39.970816 ], [ -75.159702, 39.970202 ], [ -75.160395, 39.967064 ], [ -75.160678, 39.96577 ], [ -75.163949, 39.966166 ], [ -75.163743, 39.967125 ], [ -75.165256, 39.967563 ], [ -75.164744, 39.970436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111005", "device_counts": 1965, "stop_counts": 4421 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226451, 39.977717 ], [ -75.224848, 39.97712 ], [ -75.21953, 39.974639 ], [ -75.219655, 39.97377 ], [ -75.219481, 39.973665 ], [ -75.222827, 39.973318 ], [ -75.226131, 39.972964 ], [ -75.226765, 39.977211 ], [ -75.226451, 39.977717 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079001", "device_counts": 300, "stop_counts": 845 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218347, 39.952553 ], [ -75.21635, 39.952302 ], [ -75.212393, 39.951811 ], [ -75.212716, 39.950292 ], [ -75.214691, 39.950542 ], [ -75.218676, 39.951032 ], [ -75.218347, 39.952553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010021002", "device_counts": 896, "stop_counts": 2829 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17717, 39.936933 ], [ -75.178464, 39.938278 ], [ -75.17631, 39.939021 ], [ -75.173173, 39.938641 ], [ -75.17385, 39.93545 ], [ -75.17397, 39.934974 ], [ -75.178514, 39.935544 ], [ -75.17717, 39.936933 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169013", "device_counts": 756, "stop_counts": 2636 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179748, 39.991715 ], [ -75.179584, 39.992463 ], [ -75.179248, 39.993963 ], [ -75.178576, 39.99704 ], [ -75.175539, 39.996639 ], [ -75.176212, 39.993572 ], [ -75.176535, 39.992076 ], [ -75.177206, 39.988991 ], [ -75.178616, 39.989179 ], [ -75.180257, 39.989388 ], [ -75.179748, 39.991715 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273004", "device_counts": 231, "stop_counts": 1253 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123535, 40.038719 ], [ -75.12281, 40.040181 ], [ -75.120434, 40.039886 ], [ -75.121072, 40.036815 ], [ -75.123686, 40.037144 ], [ -75.123535, 40.038719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261001", "device_counts": 408, "stop_counts": 1704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178918, 40.069175 ], [ -75.17394, 40.07431 ], [ -75.171716, 40.073039 ], [ -75.16899, 40.071473 ], [ -75.170657, 40.069832 ], [ -75.172207, 40.068288 ], [ -75.173459, 40.067054 ], [ -75.174044, 40.067381 ], [ -75.178918, 40.069175 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316002", "device_counts": 1109, "stop_counts": 3077 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058231, 40.031651 ], [ -75.057092, 40.032869 ], [ -75.054054, 40.03118 ], [ -75.055416, 40.030086 ], [ -75.055661, 40.029843 ], [ -75.056077, 40.029455 ], [ -75.058848, 40.030998 ], [ -75.058231, 40.031651 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209001", "device_counts": 575, "stop_counts": 1411 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211564, 40.020898 ], [ -75.209213, 40.021899 ], [ -75.208035, 40.023114 ], [ -75.207732, 40.023783 ], [ -75.207501, 40.023328 ], [ -75.207536, 40.021731 ], [ -75.207595, 40.019536 ], [ -75.207863, 40.018582 ], [ -75.209735, 40.018509 ], [ -75.211564, 40.020898 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164002", "device_counts": 189, "stop_counts": 666 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140861, 39.989001 ], [ -75.139021, 39.988764 ], [ -75.139669, 39.985802 ], [ -75.14152, 39.986016 ], [ -75.140861, 39.989001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010020001", "device_counts": 671, "stop_counts": 1958 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184956, 39.940084 ], [ -75.18314, 39.939895 ], [ -75.181494, 39.939687 ], [ -75.179839, 39.939478 ], [ -75.180621, 39.935816 ], [ -75.183916, 39.93624 ], [ -75.185498, 39.937597 ], [ -75.184956, 39.940084 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008041", "device_counts": 3502, "stop_counts": 7849 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170667, 39.950131 ], [ -75.167517, 39.949744 ], [ -75.16803, 39.947386 ], [ -75.17118, 39.947784 ], [ -75.170667, 39.950131 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369003", "device_counts": 9754, "stop_counts": 28266 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195616, 39.954027 ], [ -75.194152, 39.95618 ], [ -75.189489, 39.955593 ], [ -75.188266, 39.955441 ], [ -75.181105, 39.95458 ], [ -75.179889, 39.955436 ], [ -75.180223, 39.954472 ], [ -75.180909, 39.952982 ], [ -75.181663, 39.951509 ], [ -75.194786, 39.953142 ], [ -75.194623, 39.953902 ], [ -75.195616, 39.954027 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369001", "device_counts": 4656, "stop_counts": 11683 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196603, 39.954149 ], [ -75.196121, 39.956429 ], [ -75.194152, 39.95618 ], [ -75.195616, 39.954027 ], [ -75.194623, 39.953902 ], [ -75.194786, 39.953142 ], [ -75.181663, 39.951509 ], [ -75.183288, 39.949512 ], [ -75.185634, 39.948021 ], [ -75.187231, 39.947176 ], [ -75.191689, 39.95032 ], [ -75.195322, 39.950781 ], [ -75.197243, 39.951021 ], [ -75.196603, 39.954149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010012", "device_counts": 2346, "stop_counts": 3900 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153694, 39.943218 ], [ -75.153184, 39.945536 ], [ -75.150764, 39.945558 ], [ -75.149954, 39.945505 ], [ -75.150037, 39.945144 ], [ -75.150339, 39.94373 ], [ -75.150755, 39.941818 ], [ -75.152334, 39.942015 ], [ -75.153916, 39.942205 ], [ -75.153694, 39.943218 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010002001", "device_counts": 13023, "stop_counts": 38436 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162339, 39.957825 ], [ -75.155538, 39.956923 ], [ -75.154451, 39.956777 ], [ -75.151223, 39.956862 ], [ -75.151539, 39.952948 ], [ -75.163093, 39.9544 ], [ -75.162339, 39.957825 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010003001", "device_counts": 10033, "stop_counts": 26466 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172002, 39.959007 ], [ -75.162413, 39.957834 ], [ -75.162339, 39.957825 ], [ -75.163093, 39.9544 ], [ -75.163151, 39.954411 ], [ -75.171134, 39.955394 ], [ -75.172783, 39.955604 ], [ -75.172002, 39.959007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007002", "device_counts": 10376, "stop_counts": 24448 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173489, 39.952052 ], [ -75.164011, 39.950876 ], [ -75.164338, 39.949346 ], [ -75.16594, 39.949553 ], [ -75.167517, 39.949744 ], [ -75.170667, 39.950131 ], [ -75.172752, 39.950398 ], [ -75.173813, 39.950531 ], [ -75.173489, 39.952052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008042", "device_counts": 2087, "stop_counts": 3918 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16594, 39.949553 ], [ -75.164338, 39.949346 ], [ -75.164752, 39.947424 ], [ -75.166362, 39.947633 ], [ -75.16594, 39.949553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030015", "device_counts": 379, "stop_counts": 1407 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174764, 39.931307 ], [ -75.17319, 39.931104 ], [ -75.171065, 39.930827 ], [ -75.171339, 39.929608 ], [ -75.172907, 39.929811 ], [ -75.175032, 39.930087 ], [ -75.174764, 39.931307 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373003", "device_counts": 3111, "stop_counts": 6774 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193987, 39.905633 ], [ -75.192285, 39.906428 ], [ -75.190073, 39.90752 ], [ -75.183387, 39.906617 ], [ -75.173566, 39.905394 ], [ -75.174808, 39.899179 ], [ -75.174959, 39.898488 ], [ -75.176562, 39.898666 ], [ -75.187183, 39.896682 ], [ -75.189993, 39.89681 ], [ -75.19194, 39.896089 ], [ -75.193923, 39.900403 ], [ -75.193987, 39.905633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010056001", "device_counts": 2422, "stop_counts": 6628 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249109, 39.901113 ], [ -75.247308, 39.902282 ], [ -75.244985, 39.903178 ], [ -75.240576, 39.904062 ], [ -75.240331, 39.904113 ], [ -75.238643, 39.898691 ], [ -75.243752, 39.893025 ], [ -75.252349, 39.897618 ], [ -75.249109, 39.901113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122011", "device_counts": 1227, "stop_counts": 3224 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214054, 40.00501 ], [ -75.209771, 40.006983 ], [ -75.206868, 40.006944 ], [ -75.206209, 40.006641 ], [ -75.207589, 40.005981 ], [ -75.209385, 40.002429 ], [ -75.21114, 40.002124 ], [ -75.215355, 40.001244 ], [ -75.214054, 40.00501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122031", "device_counts": 3305, "stop_counts": 8066 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213537, 40.006554 ], [ -75.213745, 40.00716 ], [ -75.207993, 40.009842 ], [ -75.203156, 40.008256 ], [ -75.206868, 40.006944 ], [ -75.209771, 40.006983 ], [ -75.214054, 40.00501 ], [ -75.213537, 40.006554 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183003", "device_counts": 2201, "stop_counts": 7505 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.08637, 39.998895 ], [ -75.086234, 39.998967 ], [ -75.079781, 40.002337 ], [ -75.077476, 40.004139 ], [ -75.075687, 40.005553 ], [ -75.073149, 40.001517 ], [ -75.070609, 40.001652 ], [ -75.070175, 40.00106 ], [ -75.07472, 39.9987 ], [ -75.080522, 39.996472 ], [ -75.079364, 39.994264 ], [ -75.080785, 39.993572 ], [ -75.080932, 39.993498 ], [ -75.084452, 39.997146 ], [ -75.086505, 39.998825 ], [ -75.08637, 39.998895 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010216002", "device_counts": 1752, "stop_counts": 6473 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249271, 40.04534 ], [ -75.248689, 40.045941 ], [ -75.246742, 40.048517 ], [ -75.245728, 40.049257 ], [ -75.244974, 40.047166 ], [ -75.244871, 40.045819 ], [ -75.243483, 40.045379 ], [ -75.235419, 40.048775 ], [ -75.23204, 40.045328 ], [ -75.22853, 40.04386 ], [ -75.234005, 40.041307 ], [ -75.234363, 40.040917 ], [ -75.236642, 40.036295 ], [ -75.234937, 40.0349 ], [ -75.23564, 40.034249 ], [ -75.233394, 40.031906 ], [ -75.234535, 40.030426 ], [ -75.238068, 40.032127 ], [ -75.245598, 40.037655 ], [ -75.249181, 40.041951 ], [ -75.251298, 40.043505 ], [ -75.249271, 40.04534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272002", "device_counts": 2656, "stop_counts": 5825 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118503, 40.049061 ], [ -75.117478, 40.048927 ], [ -75.112588, 40.04638 ], [ -75.112363, 40.047563 ], [ -75.110985, 40.046769 ], [ -75.111033, 40.044404 ], [ -75.112248, 40.04321 ], [ -75.11307, 40.043971 ], [ -75.113544, 40.042711 ], [ -75.114119, 40.043644 ], [ -75.119454, 40.04448 ], [ -75.118503, 40.049061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318004", "device_counts": 374, "stop_counts": 1130 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084089, 40.031826 ], [ -75.080757, 40.032541 ], [ -75.081231, 40.032046 ], [ -75.079443, 40.031051 ], [ -75.080866, 40.029556 ], [ -75.084197, 40.031438 ], [ -75.084089, 40.031826 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365012", "device_counts": 2410, "stop_counts": 8457 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024891, 40.129216 ], [ -75.020571, 40.132274 ], [ -75.015066, 40.137992 ], [ -75.009117, 40.134355 ], [ -75.012295, 40.131736 ], [ -75.013206, 40.130233 ], [ -75.021931, 40.127467 ], [ -75.024891, 40.129216 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345012", "device_counts": 1313, "stop_counts": 4383 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04312, 40.077166 ], [ -75.040252, 40.079994 ], [ -75.036758, 40.079083 ], [ -75.03536, 40.074939 ], [ -75.035087, 40.074617 ], [ -75.036627, 40.073019 ], [ -75.040606, 40.07535 ], [ -75.041869, 40.075429 ], [ -75.04312, 40.077166 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218003", "device_counts": 198, "stop_counts": 912 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23365, 40.057887 ], [ -75.230156, 40.05955 ], [ -75.228561, 40.057265 ], [ -75.228838, 40.056168 ], [ -75.231223, 40.053703 ], [ -75.231721, 40.054078 ], [ -75.23365, 40.057887 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353012", "device_counts": 551, "stop_counts": 4154 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.99873, 40.065828 ], [ -74.996409, 40.06659 ], [ -74.993531, 40.071863 ], [ -74.987857, 40.072829 ], [ -74.988454, 40.066701 ], [ -74.987379, 40.065368 ], [ -74.991704, 40.062339 ], [ -74.995269, 40.062344 ], [ -74.998385, 40.064117 ], [ -74.99873, 40.065828 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091002", "device_counts": 3054, "stop_counts": 12854 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.201137, 39.959242 ], [ -75.198681, 39.959429 ], [ -75.198844, 39.960637 ], [ -75.194015, 39.961124 ], [ -75.193905, 39.960514 ], [ -75.193574, 39.958689 ], [ -75.194152, 39.95618 ], [ -75.196121, 39.956429 ], [ -75.199622, 39.95686 ], [ -75.201137, 39.959242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019003", "device_counts": 2391, "stop_counts": 5445 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171341, 39.939663 ], [ -75.171125, 39.940626 ], [ -75.169386, 39.941211 ], [ -75.166204, 39.940813 ], [ -75.166208, 39.940431 ], [ -75.166292, 39.940031 ], [ -75.166816, 39.937869 ], [ -75.170025, 39.938263 ], [ -75.171602, 39.938447 ], [ -75.171341, 39.939663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010020002", "device_counts": 355, "stop_counts": 1425 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.18824, 39.939878 ], [ -75.186551, 39.94023 ], [ -75.184956, 39.940084 ], [ -75.185498, 39.937597 ], [ -75.183916, 39.93624 ], [ -75.187326, 39.936679 ], [ -75.188885, 39.936887 ], [ -75.18824, 39.939878 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029001", "device_counts": 2140, "stop_counts": 4893 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169494, 39.925596 ], [ -75.169228, 39.926806 ], [ -75.168956, 39.928035 ], [ -75.168689, 39.929256 ], [ -75.168567, 39.929252 ], [ -75.166507, 39.929037 ], [ -75.166246, 39.930207 ], [ -75.163504, 39.92983 ], [ -75.165005, 39.92855 ], [ -75.16735, 39.926579 ], [ -75.169428, 39.925593 ], [ -75.169494, 39.925596 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066004", "device_counts": 1031, "stop_counts": 3248 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234337, 39.927526 ], [ -75.230104, 39.929711 ], [ -75.229222, 39.929172 ], [ -75.230654, 39.928158 ], [ -75.2294, 39.927156 ], [ -75.22869, 39.926602 ], [ -75.229818, 39.925811 ], [ -75.231194, 39.924845 ], [ -75.232438, 39.92397 ], [ -75.233121, 39.924558 ], [ -75.234328, 39.925573 ], [ -75.234337, 39.927526 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080004", "device_counts": 610, "stop_counts": 2098 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230323, 39.952475 ], [ -75.229999, 39.953996 ], [ -75.226224, 39.953528 ], [ -75.226539, 39.952 ], [ -75.226869, 39.95046 ], [ -75.22703, 39.949702 ], [ -75.230793, 39.950172 ], [ -75.230323, 39.952475 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084001", "device_counts": 525, "stop_counts": 1405 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235745, 39.957049 ], [ -75.233732, 39.956801 ], [ -75.231557, 39.957102 ], [ -75.231937, 39.955319 ], [ -75.232153, 39.954262 ], [ -75.234212, 39.954521 ], [ -75.233984, 39.955579 ], [ -75.235997, 39.955831 ], [ -75.235745, 39.957049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094002", "device_counts": 468, "stop_counts": 1537 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232527, 39.962557 ], [ -75.230552, 39.96231 ], [ -75.22992, 39.965352 ], [ -75.227679, 39.965072 ], [ -75.228645, 39.960463 ], [ -75.230801, 39.960722 ], [ -75.232857, 39.960976 ], [ -75.232527, 39.962557 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095003", "device_counts": 523, "stop_counts": 1777 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24011, 39.965055 ], [ -75.238137, 39.96481 ], [ -75.237798, 39.963206 ], [ -75.236481, 39.963047 ], [ -75.236587, 39.962519 ], [ -75.236808, 39.961471 ], [ -75.238785, 39.961715 ], [ -75.240762, 39.96196 ], [ -75.24011, 39.965055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010106002", "device_counts": 837, "stop_counts": 2465 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209344, 39.964621 ], [ -75.208344, 39.966876 ], [ -75.20756, 39.966381 ], [ -75.202342, 39.963137 ], [ -75.20236, 39.962859 ], [ -75.206889, 39.962485 ], [ -75.209058, 39.962329 ], [ -75.209344, 39.964621 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247004", "device_counts": 462, "stop_counts": 1544 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16483, 40.045468 ], [ -75.163175, 40.047076 ], [ -75.161656, 40.048559 ], [ -75.158132, 40.046418 ], [ -75.158217, 40.045076 ], [ -75.161033, 40.045769 ], [ -75.163452, 40.043431 ], [ -75.163739, 40.044801 ], [ -75.16483, 40.045468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010141001", "device_counts": 2145, "stop_counts": 7460 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154149, 39.970778 ], [ -75.152188, 39.972318 ], [ -75.151915, 39.973588 ], [ -75.150315, 39.973382 ], [ -75.146082, 39.972833 ], [ -75.146543, 39.97038 ], [ -75.147146, 39.967126 ], [ -75.153018, 39.968549 ], [ -75.154549, 39.968931 ], [ -75.154149, 39.970778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135004", "device_counts": 873, "stop_counts": 2452 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169274, 39.971406 ], [ -75.167703, 39.971211 ], [ -75.164555, 39.970816 ], [ -75.164744, 39.970436 ], [ -75.165256, 39.967563 ], [ -75.165349, 39.967149 ], [ -75.168569, 39.967226 ], [ -75.170177, 39.96725 ], [ -75.169274, 39.971406 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139002", "device_counts": 615, "stop_counts": 2309 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173414, 39.976363 ], [ -75.171813, 39.976164 ], [ -75.171213, 39.978952 ], [ -75.170287, 39.978845 ], [ -75.16616, 39.978308 ], [ -75.166463, 39.976877 ], [ -75.16722, 39.973397 ], [ -75.168263, 39.975259 ], [ -75.173785, 39.974677 ], [ -75.173414, 39.976363 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010145001", "device_counts": 613, "stop_counts": 2998 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151306, 39.976382 ], [ -75.150661, 39.979325 ], [ -75.14501, 39.978597 ], [ -75.145559, 39.975638 ], [ -75.149734, 39.976182 ], [ -75.150315, 39.973382 ], [ -75.151915, 39.973588 ], [ -75.151306, 39.976382 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153004", "device_counts": 1119, "stop_counts": 4567 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164855, 39.984239 ], [ -75.164517, 39.985759 ], [ -75.162951, 39.985542 ], [ -75.163286, 39.984034 ], [ -75.158567, 39.98342 ], [ -75.159219, 39.980435 ], [ -75.165511, 39.981244 ], [ -75.164855, 39.984239 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152004", "device_counts": 489, "stop_counts": 2185 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171847, 39.983599 ], [ -75.17151, 39.98509 ], [ -75.167078, 39.984517 ], [ -75.166419, 39.984436 ], [ -75.164855, 39.984239 ], [ -75.165511, 39.981244 ], [ -75.167076, 39.981454 ], [ -75.172161, 39.9821 ], [ -75.171847, 39.983599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163002", "device_counts": 1226, "stop_counts": 3742 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138352, 39.991851 ], [ -75.135466, 39.991479 ], [ -75.132893, 39.991144 ], [ -75.133549, 39.98806 ], [ -75.139021, 39.988764 ], [ -75.138352, 39.991851 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199004", "device_counts": 914, "stop_counts": 2600 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148277, 40.005697 ], [ -75.143437, 40.005071 ], [ -75.143292, 40.003523 ], [ -75.141491, 40.003288 ], [ -75.14116, 40.004784 ], [ -75.137529, 40.004304 ], [ -75.137669, 40.003645 ], [ -75.139876, 40.002845 ], [ -75.142416, 40.00195 ], [ -75.147717, 39.999974 ], [ -75.148148, 40.000987 ], [ -75.148817, 40.002698 ], [ -75.148277, 40.005697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176023", "device_counts": 1191, "stop_counts": 3876 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138524, 39.999743 ], [ -75.132172, 39.998913 ], [ -75.12926, 39.998539 ], [ -75.129921, 39.99546 ], [ -75.130122, 39.994573 ], [ -75.13191, 39.995754 ], [ -75.138713, 39.998891 ], [ -75.138524, 39.999743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298004", "device_counts": 2666, "stop_counts": 7914 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070429, 40.013167 ], [ -75.068503, 40.013619 ], [ -75.068202, 40.014729 ], [ -75.06807, 40.014992 ], [ -75.065941, 40.015727 ], [ -75.064145, 40.013681 ], [ -75.062519, 40.014542 ], [ -75.061413, 40.013284 ], [ -75.061339, 40.012764 ], [ -75.069508, 40.010798 ], [ -75.069786, 40.011543 ], [ -75.06999, 40.012032 ], [ -75.070429, 40.013167 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192004", "device_counts": 1277, "stop_counts": 3685 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112398, 40.00052 ], [ -75.11046, 40.000268 ], [ -75.110017, 40.002282 ], [ -75.104197, 40.001525 ], [ -75.106442, 40.000322 ], [ -75.109848, 39.998436 ], [ -75.110983, 39.997801 ], [ -75.112923, 39.99806 ], [ -75.112398, 40.00052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288003", "device_counts": 1858, "stop_counts": 5121 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127922, 40.021979 ], [ -75.127234, 40.02353 ], [ -75.126967, 40.024818 ], [ -75.123525, 40.025463 ], [ -75.122279, 40.02565 ], [ -75.119735, 40.026017 ], [ -75.119603, 40.025117 ], [ -75.119823, 40.02412 ], [ -75.121762, 40.024364 ], [ -75.122095, 40.022864 ], [ -75.122425, 40.021314 ], [ -75.124346, 40.021552 ], [ -75.127588, 40.021935 ], [ -75.127922, 40.021979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010241001", "device_counts": 2016, "stop_counts": 7472 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176428, 40.037794 ], [ -75.175208, 40.036232 ], [ -75.173951, 40.035193 ], [ -75.173724, 40.035012 ], [ -75.17061, 40.033131 ], [ -75.173482, 40.030336 ], [ -75.174572, 40.029244 ], [ -75.181235, 40.033097 ], [ -75.176428, 40.037794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264005", "device_counts": 514, "stop_counts": 1202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165714, 40.06439 ], [ -75.162018, 40.063095 ], [ -75.163166, 40.061911 ], [ -75.165453, 40.059541 ], [ -75.168641, 40.061373 ], [ -75.165714, 40.06439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260001", "device_counts": 308, "stop_counts": 1172 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172621, 40.078103 ], [ -75.169914, 40.080818 ], [ -75.163399, 40.07695 ], [ -75.166062, 40.074338 ], [ -75.167097, 40.07332 ], [ -75.167309, 40.074208 ], [ -75.170822, 40.076226 ], [ -75.170289, 40.076767 ], [ -75.172621, 40.078103 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010270002", "device_counts": 436, "stop_counts": 1803 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137767, 40.053112 ], [ -75.133814, 40.0526 ], [ -75.130783, 40.052206 ], [ -75.132121, 40.046018 ], [ -75.134724, 40.046134 ], [ -75.136019, 40.046229 ], [ -75.137529, 40.046805 ], [ -75.139107, 40.047011 ], [ -75.137767, 40.053112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281001", "device_counts": 1047, "stop_counts": 2624 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152369, 40.031387 ], [ -75.151272, 40.032579 ], [ -75.149859, 40.035827 ], [ -75.148179, 40.035598 ], [ -75.145554, 40.035262 ], [ -75.146575, 40.030637 ], [ -75.148206, 40.030851 ], [ -75.151521, 40.030498 ], [ -75.151356, 40.031255 ], [ -75.152369, 40.031387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321003", "device_counts": 861, "stop_counts": 3087 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.065113, 40.017511 ], [ -75.06113, 40.019725 ], [ -75.057513, 40.021597 ], [ -75.055687, 40.019504 ], [ -75.059304, 40.017638 ], [ -75.063385, 40.01552 ], [ -75.065113, 40.017511 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334004", "device_counts": 6065, "stop_counts": 20569 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060654, 40.050999 ], [ -75.058283, 40.053484 ], [ -75.057125, 40.054722 ], [ -75.054947, 40.053507 ], [ -75.056036, 40.05224 ], [ -75.052836, 40.050498 ], [ -75.050943, 40.050215 ], [ -75.051057, 40.049022 ], [ -75.051146, 40.048113 ], [ -75.051682, 40.046963 ], [ -75.054287, 40.044448 ], [ -75.057048, 40.04603 ], [ -75.059937, 40.047751 ], [ -75.058284, 40.049688 ], [ -75.060654, 40.050999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319005", "device_counts": 473, "stop_counts": 1704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073364, 40.025369 ], [ -75.067957, 40.026583 ], [ -75.065403, 40.027033 ], [ -75.065108, 40.027073 ], [ -75.065492, 40.026589 ], [ -75.063254, 40.024912 ], [ -75.062802, 40.024402 ], [ -75.068516, 40.021385 ], [ -75.069087, 40.021904 ], [ -75.073364, 40.025369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330004", "device_counts": 739, "stop_counts": 4230 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.03517, 40.030116 ], [ -75.030907, 40.032318 ], [ -75.032739, 40.034407 ], [ -75.030905, 40.035358 ], [ -75.029881, 40.034072 ], [ -75.02798, 40.031894 ], [ -75.029706, 40.030947 ], [ -75.028413, 40.029758 ], [ -75.032752, 40.02705 ], [ -75.034354, 40.029096 ], [ -75.03517, 40.030116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010001001", "device_counts": 9779, "stop_counts": 21191 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148472, 39.952578 ], [ -75.141469, 39.951698 ], [ -75.142466, 39.948174 ], [ -75.14408, 39.948379 ], [ -75.149186, 39.949032 ], [ -75.148472, 39.952578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008011", "device_counts": 1472, "stop_counts": 2603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181663, 39.951509 ], [ -75.177323, 39.950964 ], [ -75.177843, 39.94861 ], [ -75.180021, 39.948872 ], [ -75.181134, 39.949008 ], [ -75.183288, 39.949512 ], [ -75.181663, 39.951509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087021", "device_counts": 1897, "stop_counts": 5538 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208761, 39.95488 ], [ -75.2086, 39.955636 ], [ -75.208128, 39.957915 ], [ -75.204145, 39.957422 ], [ -75.204933, 39.955181 ], [ -75.205092, 39.954419 ], [ -75.20546, 39.952682 ], [ -75.205583, 39.952056 ], [ -75.209264, 39.952522 ], [ -75.208761, 39.95488 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098023", "device_counts": 1302, "stop_counts": 3740 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.273552, 39.978279 ], [ -75.271309, 39.979275 ], [ -75.267588, 39.974662 ], [ -75.271363, 39.972843 ], [ -75.270639, 39.974669 ], [ -75.273103, 39.974965 ], [ -75.273552, 39.978279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134012", "device_counts": 1482, "stop_counts": 2544 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176778, 39.964822 ], [ -75.17539, 39.967345 ], [ -75.172108, 39.967284 ], [ -75.17256, 39.965219 ], [ -75.172848, 39.963923 ], [ -75.176219, 39.964409 ], [ -75.176778, 39.964822 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158001", "device_counts": 436, "stop_counts": 1419 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131238, 39.977786 ], [ -75.130448, 39.978589 ], [ -75.128628, 39.977533 ], [ -75.129573, 39.975894 ], [ -75.128693, 39.974284 ], [ -75.127903, 39.972811 ], [ -75.129224, 39.972357 ], [ -75.130366, 39.97445 ], [ -75.13267, 39.975304 ], [ -75.131238, 39.977786 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379006", "device_counts": 908, "stop_counts": 3523 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.098035, 39.990748 ], [ -75.095726, 39.99195 ], [ -75.093664, 39.9896 ], [ -75.091216, 39.99088 ], [ -75.089616, 39.989064 ], [ -75.094393, 39.98663 ], [ -75.095964, 39.988395 ], [ -75.097054, 39.987828 ], [ -75.099128, 39.990172 ], [ -75.098035, 39.990748 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010235001", "device_counts": 313, "stop_counts": 956 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209969, 40.047081 ], [ -75.209622, 40.047047 ], [ -75.207005, 40.047063 ], [ -75.201433, 40.042404 ], [ -75.193127, 40.035381 ], [ -75.189063, 40.031905 ], [ -75.190861, 40.031144 ], [ -75.196938, 40.033266 ], [ -75.197535, 40.033892 ], [ -75.198918, 40.038973 ], [ -75.200359, 40.037477 ], [ -75.202846, 40.039503 ], [ -75.203164, 40.037635 ], [ -75.205546, 40.039057 ], [ -75.205047, 40.043123 ], [ -75.207016, 40.0416 ], [ -75.208173, 40.04199 ], [ -75.20994, 40.044636 ], [ -75.209969, 40.047081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279022", "device_counts": 1023, "stop_counts": 3354 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158834, 40.035884 ], [ -75.158363, 40.036346 ], [ -75.158341, 40.042021 ], [ -75.158306, 40.042861 ], [ -75.153946, 40.042752 ], [ -75.154068, 40.041016 ], [ -75.154415, 40.039493 ], [ -75.149988, 40.038971 ], [ -75.149126, 40.037464 ], [ -75.149859, 40.035827 ], [ -75.151272, 40.032579 ], [ -75.152369, 40.031387 ], [ -75.154034, 40.031564 ], [ -75.154776, 40.031452 ], [ -75.157119, 40.030993 ], [ -75.158124, 40.030825 ], [ -75.15764, 40.033206 ], [ -75.159601, 40.035137 ], [ -75.158834, 40.035884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149002", "device_counts": 187, "stop_counts": 680 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176933, 39.982713 ], [ -75.175344, 39.982517 ], [ -75.175989, 39.979572 ], [ -75.177585, 39.979774 ], [ -75.176933, 39.982713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151023", "device_counts": 649, "stop_counts": 1336 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183795, 39.988236 ], [ -75.183601, 39.989159 ], [ -75.183459, 39.9898 ], [ -75.180257, 39.989388 ], [ -75.178616, 39.989179 ], [ -75.179043, 39.987154 ], [ -75.180258, 39.986345 ], [ -75.180896, 39.986709 ], [ -75.18255, 39.986509 ], [ -75.184136, 39.986721 ], [ -75.183795, 39.988236 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152003", "device_counts": 297, "stop_counts": 1345 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174694, 39.985506 ], [ -75.174361, 39.987024 ], [ -75.171197, 39.986603 ], [ -75.17151, 39.98509 ], [ -75.171847, 39.983599 ], [ -75.175026, 39.98402 ], [ -75.174694, 39.985506 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157002", "device_counts": 235, "stop_counts": 826 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136423, 39.97902 ], [ -75.136105, 39.980514 ], [ -75.133733, 39.980208 ], [ -75.13437, 39.977219 ], [ -75.136739, 39.977527 ], [ -75.136423, 39.97902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158005", "device_counts": 520, "stop_counts": 1459 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133374, 39.97409 ], [ -75.13267, 39.975304 ], [ -75.130366, 39.97445 ], [ -75.129224, 39.972357 ], [ -75.131239, 39.97165 ], [ -75.133286, 39.970766 ], [ -75.134401, 39.972303 ], [ -75.133374, 39.97409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378003", "device_counts": 411, "stop_counts": 2224 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117697, 39.980904 ], [ -75.117355, 39.981481 ], [ -75.116146, 39.980111 ], [ -75.114768, 39.978568 ], [ -75.117217, 39.977289 ], [ -75.118611, 39.978879 ], [ -75.117697, 39.980904 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163001", "device_counts": 822, "stop_counts": 2909 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130898, 39.99089 ], [ -75.127031, 39.990386 ], [ -75.125491, 39.989836 ], [ -75.127363, 39.988792 ], [ -75.129641, 39.987546 ], [ -75.131557, 39.987799 ], [ -75.130898, 39.99089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167011", "device_counts": 505, "stop_counts": 1386 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160946, 39.994737 ], [ -75.159366, 39.994525 ], [ -75.160044, 39.991473 ], [ -75.160365, 39.989991 ], [ -75.161948, 39.990185 ], [ -75.160946, 39.994737 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168003", "device_counts": 241, "stop_counts": 780 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165738, 39.990675 ], [ -75.1635, 39.990401 ], [ -75.164184, 39.987311 ], [ -75.166408, 39.987598 ], [ -75.165738, 39.990675 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169023", "device_counts": 612, "stop_counts": 2030 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186148, 39.992662 ], [ -75.185793, 39.994349 ], [ -75.183009, 39.994439 ], [ -75.182463, 39.994365 ], [ -75.179248, 39.993963 ], [ -75.179584, 39.992463 ], [ -75.179748, 39.991715 ], [ -75.185808, 39.992075 ], [ -75.186148, 39.992662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175002", "device_counts": 653, "stop_counts": 2066 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141495, 39.995422 ], [ -75.140498, 39.999993 ], [ -75.138524, 39.999743 ], [ -75.138713, 39.998891 ], [ -75.139199, 39.996661 ], [ -75.139851, 39.993672 ], [ -75.14183, 39.993929 ], [ -75.141495, 39.995422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177025", "device_counts": 836, "stop_counts": 2480 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12538, 39.998043 ], [ -75.125058, 39.999628 ], [ -75.120933, 39.999097 ], [ -75.121617, 39.99592 ], [ -75.125737, 39.996451 ], [ -75.12538, 39.998043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177013", "device_counts": 491, "stop_counts": 1906 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118994, 39.998852 ], [ -75.117055, 39.998601 ], [ -75.115107, 39.998347 ], [ -75.115447, 39.996753 ], [ -75.116414, 39.996881 ], [ -75.119328, 39.997255 ], [ -75.118994, 39.998852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178004", "device_counts": 233, "stop_counts": 1096 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118392, 39.990528 ], [ -75.116662, 39.991437 ], [ -75.115083, 39.989526 ], [ -75.116751, 39.988652 ], [ -75.118392, 39.990528 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179003", "device_counts": 381, "stop_counts": 1530 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115605, 39.983551 ], [ -75.114934, 39.984697 ], [ -75.111887, 39.986296 ], [ -75.111221, 39.985268 ], [ -75.11345, 39.984105 ], [ -75.115251, 39.983157 ], [ -75.115605, 39.983551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183002", "device_counts": 507, "stop_counts": 2804 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07472, 39.9987 ], [ -75.070175, 40.00106 ], [ -75.069049, 39.999566 ], [ -75.072513, 39.996193 ], [ -75.073491, 39.997297 ], [ -75.07472, 39.9987 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188005", "device_counts": 781, "stop_counts": 1863 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111558, 39.997475 ], [ -75.109617, 39.995123 ], [ -75.108659, 39.993741 ], [ -75.108144, 39.993156 ], [ -75.109709, 39.992334 ], [ -75.110258, 39.992957 ], [ -75.111369, 39.994211 ], [ -75.113387, 39.996493 ], [ -75.111558, 39.997475 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188007", "device_counts": 592, "stop_counts": 2371 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109848, 39.998436 ], [ -75.106442, 40.000322 ], [ -75.104335, 39.997884 ], [ -75.104043, 39.997555 ], [ -75.106215, 39.996224 ], [ -75.107775, 39.996084 ], [ -75.109848, 39.998436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192006", "device_counts": 336, "stop_counts": 762 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12441, 40.002634 ], [ -75.119314, 40.002003 ], [ -75.119644, 40.000464 ], [ -75.124732, 40.001124 ], [ -75.12441, 40.002634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383003", "device_counts": 1613, "stop_counts": 4045 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135533, 40.013463 ], [ -75.13519, 40.015056 ], [ -75.134194, 40.019619 ], [ -75.131828, 40.019316 ], [ -75.132327, 40.014695 ], [ -75.131135, 40.014535 ], [ -75.131779, 40.011482 ], [ -75.135858, 40.011982 ], [ -75.135533, 40.013463 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197002", "device_counts": 361, "stop_counts": 1302 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13981, 40.014014 ], [ -75.137502, 40.01371 ], [ -75.136231, 40.013547 ], [ -75.135533, 40.013463 ], [ -75.135858, 40.011982 ], [ -75.136537, 40.012068 ], [ -75.137826, 40.012233 ], [ -75.139484, 40.012453 ], [ -75.140125, 40.012538 ], [ -75.13981, 40.014014 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198002", "device_counts": 234, "stop_counts": 617 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14332, 40.012926 ], [ -75.141786, 40.012708 ], [ -75.142438, 40.009743 ], [ -75.143981, 40.009949 ], [ -75.14332, 40.012926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201012", "device_counts": 1138, "stop_counts": 2185 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154205, 40.003395 ], [ -75.152549, 40.003181 ], [ -75.152926, 40.001592 ], [ -75.153609, 39.998515 ], [ -75.155232, 39.998728 ], [ -75.154205, 40.003395 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201023", "device_counts": 518, "stop_counts": 1344 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157945, 40.008486 ], [ -75.157775, 40.009231 ], [ -75.156653, 40.014419 ], [ -75.156652, 40.014618 ], [ -75.155185, 40.015295 ], [ -75.155681, 40.011457 ], [ -75.156028, 40.009868 ], [ -75.156376, 40.008284 ], [ -75.158106, 40.007736 ], [ -75.157945, 40.008486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209004", "device_counts": 467, "stop_counts": 1305 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213266, 40.021301 ], [ -75.21275, 40.021541 ], [ -75.211564, 40.020898 ], [ -75.209735, 40.018509 ], [ -75.211744, 40.017388 ], [ -75.213, 40.018652 ], [ -75.214841, 40.020594 ], [ -75.213266, 40.021301 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210005", "device_counts": 211, "stop_counts": 640 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214311, 40.024553 ], [ -75.212764, 40.025348 ], [ -75.210348, 40.022259 ], [ -75.209213, 40.021899 ], [ -75.211564, 40.020898 ], [ -75.21275, 40.021541 ], [ -75.213266, 40.021301 ], [ -75.215348, 40.023903 ], [ -75.214311, 40.024553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213005", "device_counts": 223, "stop_counts": 1056 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225849, 40.033506 ], [ -75.222011, 40.035206 ], [ -75.220899, 40.033847 ], [ -75.220237, 40.033215 ], [ -75.219029, 40.032081 ], [ -75.220448, 40.031211 ], [ -75.222391, 40.033052 ], [ -75.224657, 40.031899 ], [ -75.225849, 40.033506 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213002", "device_counts": 480, "stop_counts": 1418 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220237, 40.033215 ], [ -75.216638, 40.034833 ], [ -75.214493, 40.032838 ], [ -75.2177, 40.030848 ], [ -75.219029, 40.032081 ], [ -75.220237, 40.033215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214003", "device_counts": 275, "stop_counts": 789 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226157, 40.027648 ], [ -75.223474, 40.029441 ], [ -75.221837, 40.027263 ], [ -75.223862, 40.026345 ], [ -75.226157, 40.027648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214002", "device_counts": 180, "stop_counts": 761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219728, 40.029436 ], [ -75.219114, 40.029931 ], [ -75.216632, 40.027602 ], [ -75.218841, 40.0266 ], [ -75.219658, 40.02755 ], [ -75.22124, 40.027551 ], [ -75.219728, 40.029436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217004", "device_counts": 251, "stop_counts": 1500 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222808, 40.038112 ], [ -75.218547, 40.042626 ], [ -75.214663, 40.040052 ], [ -75.214111, 40.040124 ], [ -75.213026, 40.039412 ], [ -75.218759, 40.036654 ], [ -75.222052, 40.037775 ], [ -75.222808, 40.038112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010387001", "device_counts": 1211, "stop_counts": 2658 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207327, 40.076561 ], [ -75.205081, 40.078823 ], [ -75.202649, 40.07739 ], [ -75.200378, 40.07959 ], [ -75.197601, 40.077991 ], [ -75.199361, 40.075928 ], [ -75.199496, 40.07547 ], [ -75.199786, 40.075366 ], [ -75.200878, 40.074958 ], [ -75.202651, 40.073212 ], [ -75.203427, 40.07418 ], [ -75.206418, 40.076011 ], [ -75.207327, 40.076561 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388003", "device_counts": 743, "stop_counts": 1677 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195763, 40.055507 ], [ -75.19022, 40.059199 ], [ -75.189423, 40.058417 ], [ -75.188077, 40.056898 ], [ -75.191752, 40.054604 ], [ -75.192966, 40.055267 ], [ -75.193951, 40.054358 ], [ -75.194647, 40.054791 ], [ -75.195763, 40.055507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238003", "device_counts": 512, "stop_counts": 1549 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182925, 40.034066 ], [ -75.1804, 40.036534 ], [ -75.177629, 40.039229 ], [ -75.176428, 40.037794 ], [ -75.181235, 40.033097 ], [ -75.182925, 40.034066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240004", "device_counts": 338, "stop_counts": 1183 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1793, 40.027944 ], [ -75.177222, 40.026659 ], [ -75.175207, 40.02544 ], [ -75.178141, 40.022595 ], [ -75.181668, 40.025657 ], [ -75.1793, 40.027944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243001", "device_counts": 226, "stop_counts": 928 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178141, 40.022595 ], [ -75.175207, 40.02544 ], [ -75.174043, 40.026588 ], [ -75.172523, 40.025758 ], [ -75.176861, 40.021501 ], [ -75.178141, 40.022595 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247002", "device_counts": 1118, "stop_counts": 3072 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165078, 40.041858 ], [ -75.163452, 40.043431 ], [ -75.161033, 40.045769 ], [ -75.158217, 40.045076 ], [ -75.158306, 40.042861 ], [ -75.158341, 40.042021 ], [ -75.162077, 40.038163 ], [ -75.164852, 40.039867 ], [ -75.165078, 40.041858 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249001", "device_counts": 477, "stop_counts": 1395 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161898, 40.052842 ], [ -75.158889, 40.055768 ], [ -75.157748, 40.055153 ], [ -75.157557, 40.055034 ], [ -75.157729, 40.052626 ], [ -75.15878, 40.053225 ], [ -75.160222, 40.051826 ], [ -75.161898, 40.052842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252002", "device_counts": 403, "stop_counts": 1034 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181057, 40.045381 ], [ -75.177154, 40.042988 ], [ -75.177651, 40.0425 ], [ -75.17573, 40.041333 ], [ -75.177757, 40.039401 ], [ -75.180884, 40.043246 ], [ -75.181701, 40.044831 ], [ -75.181057, 40.045381 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253004", "device_counts": 180, "stop_counts": 837 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186535, 40.056209 ], [ -75.183366, 40.05922 ], [ -75.180513, 40.057498 ], [ -75.182825, 40.056545 ], [ -75.184472, 40.054919 ], [ -75.186535, 40.056209 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253002", "device_counts": 251, "stop_counts": 1068 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184693, 40.050641 ], [ -75.181906, 40.053341 ], [ -75.179616, 40.051956 ], [ -75.183398, 40.048254 ], [ -75.184573, 40.050403 ], [ -75.184693, 40.050641 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255001", "device_counts": 152, "stop_counts": 505 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188629, 40.062443 ], [ -75.185757, 40.065121 ], [ -75.18437, 40.066442 ], [ -75.181956, 40.064987 ], [ -75.186236, 40.060989 ], [ -75.188629, 40.062443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259005", "device_counts": 182, "stop_counts": 853 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177696, 40.083378 ], [ -75.174143, 40.08135 ], [ -75.175627, 40.07984 ], [ -75.176145, 40.079288 ], [ -75.179756, 40.081333 ], [ -75.177696, 40.083378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260003", "device_counts": 207, "stop_counts": 891 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174171, 40.076549 ], [ -75.172621, 40.078103 ], [ -75.170289, 40.076767 ], [ -75.170822, 40.076226 ], [ -75.170406, 40.074391 ], [ -75.171716, 40.073039 ], [ -75.17394, 40.07431 ], [ -75.175509, 40.075214 ], [ -75.174171, 40.076549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263022", "device_counts": 880, "stop_counts": 2529 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157379, 40.067944 ], [ -75.156776, 40.068675 ], [ -75.156285, 40.067006 ], [ -75.152602, 40.067646 ], [ -75.153513, 40.064285 ], [ -75.155254, 40.062431 ], [ -75.156726, 40.064442 ], [ -75.159299, 40.065913 ], [ -75.157379, 40.067944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264003", "device_counts": 455, "stop_counts": 1419 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163166, 40.061911 ], [ -75.161105, 40.060726 ], [ -75.160983, 40.060654 ], [ -75.160911, 40.057865 ], [ -75.162122, 40.057638 ], [ -75.165453, 40.059541 ], [ -75.163166, 40.061911 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265005", "device_counts": 252, "stop_counts": 783 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157748, 40.055153 ], [ -75.15553, 40.056216 ], [ -75.156168, 40.057019 ], [ -75.154904, 40.057595 ], [ -75.153438, 40.055707 ], [ -75.155554, 40.054074 ], [ -75.157557, 40.055034 ], [ -75.157748, 40.055153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265004", "device_counts": 410, "stop_counts": 1317 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154904, 40.057595 ], [ -75.152752, 40.05859 ], [ -75.149219, 40.058432 ], [ -75.152594, 40.056367 ], [ -75.153438, 40.055707 ], [ -75.154904, 40.057595 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266003", "device_counts": 234, "stop_counts": 770 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150505, 40.067377 ], [ -75.148648, 40.067138 ], [ -75.148331, 40.068485 ], [ -75.146683, 40.067547 ], [ -75.147022, 40.065892 ], [ -75.150719, 40.066367 ], [ -75.150505, 40.067377 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268001", "device_counts": 902, "stop_counts": 2747 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14117, 40.063012 ], [ -75.140709, 40.064133 ], [ -75.139427, 40.063358 ], [ -75.136719, 40.061821 ], [ -75.135124, 40.060989 ], [ -75.136631, 40.059187 ], [ -75.137025, 40.058773 ], [ -75.139067, 40.058017 ], [ -75.140544, 40.058209 ], [ -75.142182, 40.058424 ], [ -75.14117, 40.063012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268002", "device_counts": 866, "stop_counts": 2175 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141443, 40.054208 ], [ -75.141106, 40.054608 ], [ -75.139067, 40.058017 ], [ -75.137025, 40.058773 ], [ -75.137767, 40.053112 ], [ -75.14156, 40.053599 ], [ -75.141443, 40.054208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273001", "device_counts": 2426, "stop_counts": 8000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121072, 40.036815 ], [ -75.120434, 40.039886 ], [ -75.120103, 40.041417 ], [ -75.115488, 40.041183 ], [ -75.113544, 40.042711 ], [ -75.11307, 40.043971 ], [ -75.112248, 40.04321 ], [ -75.114427, 40.039903 ], [ -75.114369, 40.0393 ], [ -75.113767, 40.037366 ], [ -75.113107, 40.036567 ], [ -75.114896, 40.034447 ], [ -75.120074, 40.035111 ], [ -75.121421, 40.035281 ], [ -75.121072, 40.036815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274022", "device_counts": 606, "stop_counts": 1947 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127641, 40.036063 ], [ -75.12386, 40.035562 ], [ -75.124167, 40.032575 ], [ -75.126164, 40.032281 ], [ -75.128428, 40.032472 ], [ -75.127641, 40.036063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275002", "device_counts": 769, "stop_counts": 2266 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132967, 40.038346 ], [ -75.132216, 40.041759 ], [ -75.131387, 40.041648 ], [ -75.129498, 40.041048 ], [ -75.130518, 40.036437 ], [ -75.132476, 40.036684 ], [ -75.132967, 40.038346 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276003", "device_counts": 624, "stop_counts": 1690 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143868, 40.042901 ], [ -75.143547, 40.044426 ], [ -75.138205, 40.043739 ], [ -75.138534, 40.042223 ], [ -75.139322, 40.04232 ], [ -75.139612, 40.0408 ], [ -75.144224, 40.041381 ], [ -75.143868, 40.042901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277002", "device_counts": 398, "stop_counts": 1264 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150142, 40.051578 ], [ -75.148578, 40.051383 ], [ -75.148708, 40.050778 ], [ -75.147265, 40.049965 ], [ -75.147337, 40.049656 ], [ -75.147672, 40.048117 ], [ -75.148345, 40.048204 ], [ -75.15082, 40.048518 ], [ -75.150142, 40.051578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279021", "device_counts": 332, "stop_counts": 1470 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154068, 40.041016 ], [ -75.153946, 40.042752 ], [ -75.153883, 40.043659 ], [ -75.152081, 40.043608 ], [ -75.149796, 40.043673 ], [ -75.150336, 40.042028 ], [ -75.151249, 40.041174 ], [ -75.151505, 40.040612 ], [ -75.149988, 40.038971 ], [ -75.154415, 40.039493 ], [ -75.154068, 40.041016 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283001", "device_counts": 176, "stop_counts": 697 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141668, 40.0316 ], [ -75.139304, 40.031288 ], [ -75.13998, 40.028245 ], [ -75.142334, 40.028543 ], [ -75.141668, 40.0316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283007", "device_counts": 1337, "stop_counts": 2912 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147218, 40.027644 ], [ -75.14685, 40.029481 ], [ -75.144284, 40.030814 ], [ -75.144716, 40.028855 ], [ -75.145359, 40.025873 ], [ -75.147555, 40.026138 ], [ -75.147218, 40.027644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286002", "device_counts": 899, "stop_counts": 2294 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133167, 40.024299 ], [ -75.132838, 40.025783 ], [ -75.130774, 40.026421 ], [ -75.127935, 40.026158 ], [ -75.127816, 40.024683 ], [ -75.130367, 40.024146 ], [ -75.131339, 40.023947 ], [ -75.131594, 40.023893 ], [ -75.131584, 40.024069 ], [ -75.133287, 40.023784 ], [ -75.133167, 40.024299 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010287002", "device_counts": 435, "stop_counts": 1877 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134016, 40.020372 ], [ -75.131171, 40.019997 ], [ -75.130367, 40.024146 ], [ -75.127816, 40.024683 ], [ -75.126967, 40.024818 ], [ -75.127234, 40.02353 ], [ -75.127922, 40.021979 ], [ -75.128883, 40.018945 ], [ -75.131828, 40.019316 ], [ -75.134194, 40.019619 ], [ -75.134016, 40.020372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289025", "device_counts": 262, "stop_counts": 1047 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117173, 40.026386 ], [ -75.114461, 40.026784 ], [ -75.113323, 40.024916 ], [ -75.114348, 40.024951 ], [ -75.117389, 40.02504 ], [ -75.117173, 40.026386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294001", "device_counts": 191, "stop_counts": 669 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085519, 40.014787 ], [ -75.083248, 40.013562 ], [ -75.0817, 40.012736 ], [ -75.080857, 40.011903 ], [ -75.080314, 40.011393 ], [ -75.082668, 40.009938 ], [ -75.085818, 40.014448 ], [ -75.085519, 40.014787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298003", "device_counts": 387, "stop_counts": 1265 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070504, 40.017255 ], [ -75.067782, 40.017853 ], [ -75.066195, 40.016956 ], [ -75.066752, 40.016661 ], [ -75.065941, 40.015727 ], [ -75.06807, 40.014992 ], [ -75.068202, 40.014729 ], [ -75.068353, 40.014209 ], [ -75.069585, 40.014649 ], [ -75.070504, 40.017255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300006", "device_counts": 995, "stop_counts": 3023 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086382, 40.015257 ], [ -75.083508, 40.018365 ], [ -75.079927, 40.016418 ], [ -75.083248, 40.013562 ], [ -75.085519, 40.014787 ], [ -75.086382, 40.015257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300001", "device_counts": 161, "stop_counts": 675 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075622, 40.024074 ], [ -75.073963, 40.025073 ], [ -75.073364, 40.025369 ], [ -75.069087, 40.021904 ], [ -75.072271, 40.020248 ], [ -75.073892, 40.022107 ], [ -75.074175, 40.022429 ], [ -75.075622, 40.024074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301001", "device_counts": 431, "stop_counts": 1469 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085089, 40.022761 ], [ -75.084426, 40.022417 ], [ -75.084269, 40.022331 ], [ -75.081309, 40.02076 ], [ -75.083508, 40.018365 ], [ -75.084591, 40.019701 ], [ -75.086819, 40.020966 ], [ -75.085089, 40.022761 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302001", "device_counts": 1743, "stop_counts": 8566 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081931, 40.024707 ], [ -75.080031, 40.025569 ], [ -75.077861, 40.027869 ], [ -75.075488, 40.027071 ], [ -75.073364, 40.025369 ], [ -75.073963, 40.025073 ], [ -75.075622, 40.024074 ], [ -75.079414, 40.021387 ], [ -75.080281, 40.021866 ], [ -75.081309, 40.02076 ], [ -75.084269, 40.022331 ], [ -75.081931, 40.024707 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305022", "device_counts": 225, "stop_counts": 1323 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105314, 40.049378 ], [ -75.102875, 40.047968 ], [ -75.105191, 40.0454 ], [ -75.107491, 40.046751 ], [ -75.105314, 40.049378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305024", "device_counts": 939, "stop_counts": 2811 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105787, 40.044735 ], [ -75.103518, 40.043463 ], [ -75.101105, 40.045038 ], [ -75.100374, 40.044605 ], [ -75.104633, 40.040073 ], [ -75.10827, 40.042213 ], [ -75.105787, 40.044735 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307003", "device_counts": 1678, "stop_counts": 5206 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092524, 40.055467 ], [ -75.093483, 40.057259 ], [ -75.087425, 40.063599 ], [ -75.085729, 40.062589 ], [ -75.08478, 40.062044 ], [ -75.089972, 40.057821 ], [ -75.088408, 40.05694 ], [ -75.089115, 40.056227 ], [ -75.092131, 40.053178 ], [ -75.093706, 40.054203 ], [ -75.092524, 40.055467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310005", "device_counts": 238, "stop_counts": 1895 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079809, 40.048391 ], [ -75.07863, 40.049634 ], [ -75.075037, 40.047638 ], [ -75.075637, 40.047005 ], [ -75.076223, 40.046386 ], [ -75.077403, 40.045139 ], [ -75.079188, 40.046133 ], [ -75.080987, 40.047133 ], [ -75.079809, 40.048391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311014", "device_counts": 297, "stop_counts": 1268 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082674, 40.04242 ], [ -75.080351, 40.044905 ], [ -75.079188, 40.046133 ], [ -75.077403, 40.045139 ], [ -75.078565, 40.043904 ], [ -75.078996, 40.043455 ], [ -75.080164, 40.042213 ], [ -75.080904, 40.041432 ], [ -75.082674, 40.04242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313003", "device_counts": 1344, "stop_counts": 3604 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075336, 40.038281 ], [ -75.072996, 40.040803 ], [ -75.071817, 40.040124 ], [ -75.070025, 40.039139 ], [ -75.068003, 40.038059 ], [ -75.069261, 40.036809 ], [ -75.070523, 40.035618 ], [ -75.07355, 40.037298 ], [ -75.075336, 40.038281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314011", "device_counts": 1145, "stop_counts": 3982 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068475, 40.048729 ], [ -75.066045, 40.051181 ], [ -75.063437, 40.049751 ], [ -75.066427, 40.046619 ], [ -75.067109, 40.047015 ], [ -75.069073, 40.048109 ], [ -75.068475, 40.048729 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314013", "device_counts": 901, "stop_counts": 2955 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068234, 40.041945 ], [ -75.067069, 40.043188 ], [ -75.065919, 40.044399 ], [ -75.063143, 40.042901 ], [ -75.06434, 40.041676 ], [ -75.06558, 40.040442 ], [ -75.067663, 40.041634 ], [ -75.068234, 40.041945 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315014", "device_counts": 267, "stop_counts": 1334 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.053584, 40.036574 ], [ -75.0518, 40.038476 ], [ -75.05122, 40.039091 ], [ -75.047973, 40.037283 ], [ -75.050349, 40.034769 ], [ -75.051973, 40.035672 ], [ -75.053584, 40.036574 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315015", "device_counts": 297, "stop_counts": 1644 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.049027, 40.041412 ], [ -75.047424, 40.040497 ], [ -75.045919, 40.039643 ], [ -75.045806, 40.039579 ], [ -75.047405, 40.037892 ], [ -75.047973, 40.037283 ], [ -75.05122, 40.039091 ], [ -75.049027, 40.041412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316005", "device_counts": 186, "stop_counts": 1156 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060338, 40.034685 ], [ -75.057092, 40.032869 ], [ -75.058231, 40.031651 ], [ -75.058848, 40.030998 ], [ -75.0621, 40.032813 ], [ -75.060338, 40.034685 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318002", "device_counts": 310, "stop_counts": 1918 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07908, 40.028552 ], [ -75.077661, 40.030054 ], [ -75.076783, 40.031474 ], [ -75.073733, 40.029784 ], [ -75.074325, 40.028469 ], [ -75.075488, 40.027071 ], [ -75.077861, 40.027869 ], [ -75.07908, 40.028552 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319002", "device_counts": 281, "stop_counts": 1337 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06308, 40.022452 ], [ -75.059761, 40.024161 ], [ -75.057513, 40.021597 ], [ -75.06113, 40.019725 ], [ -75.062925, 40.021777 ], [ -75.06308, 40.022452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320006", "device_counts": 268, "stop_counts": 973 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057594, 40.026031 ], [ -75.056953, 40.026361 ], [ -75.056294, 40.026703 ], [ -75.055398, 40.025673 ], [ -75.054495, 40.024648 ], [ -75.053604, 40.023615 ], [ -75.055564, 40.022606 ], [ -75.057806, 40.025174 ], [ -75.057594, 40.026031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323002", "device_counts": 549, "stop_counts": 1855 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057513, 40.021597 ], [ -75.055564, 40.022606 ], [ -75.053604, 40.023615 ], [ -75.052702, 40.022592 ], [ -75.051773, 40.021535 ], [ -75.055687, 40.019504 ], [ -75.057513, 40.021597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326002", "device_counts": 233, "stop_counts": 982 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045554, 40.032261 ], [ -75.043433, 40.033356 ], [ -75.039473, 40.035404 ], [ -75.038616, 40.034355 ], [ -75.042537, 40.032328 ], [ -75.044655, 40.031231 ], [ -75.045554, 40.032261 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326005", "device_counts": 1034, "stop_counts": 2560 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0387, 40.029839 ], [ -75.036055, 40.031206 ], [ -75.03517, 40.030116 ], [ -75.034354, 40.029096 ], [ -75.036898, 40.027779 ], [ -75.0387, 40.029839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330001", "device_counts": 432, "stop_counts": 1503 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035331, 40.038788 ], [ -75.034423, 40.03912 ], [ -75.033427, 40.039473 ], [ -75.032295, 40.037622 ], [ -75.034538, 40.036464 ], [ -75.036276, 40.038441 ], [ -75.035331, 40.038788 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331013", "device_counts": 511, "stop_counts": 1943 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036557, 40.041926 ], [ -75.033482, 40.043203 ], [ -75.031919, 40.041201 ], [ -75.03134, 40.040236 ], [ -75.033427, 40.039473 ], [ -75.034423, 40.03912 ], [ -75.035726, 40.040863 ], [ -75.036557, 40.041926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335003", "device_counts": 702, "stop_counts": 2375 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073256, 40.05533 ], [ -75.069224, 40.059583 ], [ -75.06743, 40.0586 ], [ -75.067204, 40.05641 ], [ -75.067582, 40.05606 ], [ -75.065475, 40.05619 ], [ -75.065544, 40.055704 ], [ -75.068503, 40.05259 ], [ -75.069721, 40.053284 ], [ -75.071514, 40.054341 ], [ -75.073256, 40.05533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336002", "device_counts": 385, "stop_counts": 1805 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060101, 40.060221 ], [ -75.058923, 40.061473 ], [ -75.058323, 40.062116 ], [ -75.052996, 40.059096 ], [ -75.053574, 40.058477 ], [ -75.054745, 40.057252 ], [ -75.055937, 40.055993 ], [ -75.059693, 40.058084 ], [ -75.061304, 40.058975 ], [ -75.060101, 40.060221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337021", "device_counts": 320, "stop_counts": 2309 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055857, 40.073249 ], [ -75.049347, 40.077036 ], [ -75.048258, 40.077034 ], [ -75.045793, 40.075329 ], [ -75.047467, 40.076419 ], [ -75.051719, 40.072241 ], [ -75.050462, 40.071509 ], [ -75.051875, 40.069988 ], [ -75.053221, 40.070759 ], [ -75.055004, 40.071771 ], [ -75.053579, 40.073299 ], [ -75.055857, 40.073249 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338004", "device_counts": 295, "stop_counts": 1403 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081402, 40.060031 ], [ -75.077504, 40.064196 ], [ -75.075991, 40.064342 ], [ -75.073304, 40.062812 ], [ -75.073909, 40.062192 ], [ -75.074826, 40.062706 ], [ -75.07876, 40.0585 ], [ -75.081402, 40.060031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340003", "device_counts": 544, "stop_counts": 1661 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07966, 40.069203 ], [ -75.077202, 40.071627 ], [ -75.0759, 40.072884 ], [ -75.074029, 40.071983 ], [ -75.077112, 40.068714 ], [ -75.075439, 40.067803 ], [ -75.076022, 40.067172 ], [ -75.074845, 40.066538 ], [ -75.077177, 40.065785 ], [ -75.07805, 40.06636 ], [ -75.080965, 40.067974 ], [ -75.07966, 40.069203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345022", "device_counts": 3794, "stop_counts": 12028 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037498, 40.085459 ], [ -75.028952, 40.080968 ], [ -75.035087, 40.074617 ], [ -75.03536, 40.074939 ], [ -75.036758, 40.079083 ], [ -75.0384, 40.084472 ], [ -75.037498, 40.085459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347012", "device_counts": 617, "stop_counts": 4027 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040265, 40.068747 ], [ -75.036372, 40.066447 ], [ -75.033152, 40.068038 ], [ -75.033861, 40.071694 ], [ -75.032965, 40.072152 ], [ -75.02966, 40.068154 ], [ -75.028256, 40.067314 ], [ -75.028512, 40.06684 ], [ -75.028362, 40.064504 ], [ -75.029986, 40.064398 ], [ -75.033628, 40.060834 ], [ -75.034523, 40.058672 ], [ -75.03433, 40.057067 ], [ -75.035062, 40.057327 ], [ -75.035532, 40.05881 ], [ -75.034225, 40.062701 ], [ -75.03528, 40.064995 ], [ -75.0406, 40.068042 ], [ -75.040265, 40.068747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348022", "device_counts": 1650, "stop_counts": 5366 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.020575, 40.061252 ], [ -75.014109, 40.066867 ], [ -75.011311, 40.071169 ], [ -75.007269, 40.069161 ], [ -75.008128, 40.068585 ], [ -75.008788, 40.06735 ], [ -75.009635, 40.067672 ], [ -75.011381, 40.06842 ], [ -75.013145, 40.066335 ], [ -75.012747, 40.062185 ], [ -75.013629, 40.062047 ], [ -75.013066, 40.059901 ], [ -75.013062, 40.059109 ], [ -75.013284, 40.058573 ], [ -75.013797, 40.058001 ], [ -75.014444, 40.057424 ], [ -75.019815, 40.060783 ], [ -75.020575, 40.061252 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349004", "device_counts": 978, "stop_counts": 4060 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021984, 40.037965 ], [ -75.020392, 40.04353 ], [ -75.018502, 40.044081 ], [ -75.016377, 40.045672 ], [ -75.013422, 40.043306 ], [ -75.018683, 40.040047 ], [ -75.01783, 40.039076 ], [ -75.021682, 40.037088 ], [ -75.021984, 40.037965 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263014", "device_counts": 139, "stop_counts": 794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166725, 40.070165 ], [ -75.164781, 40.072161 ], [ -75.162035, 40.070685 ], [ -75.164106, 40.068662 ], [ -75.165348, 40.069372 ], [ -75.166725, 40.070165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361002", "device_counts": 2432, "stop_counts": 6063 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.001796, 40.10493 ], [ -74.997124, 40.108151 ], [ -74.995134, 40.106336 ], [ -74.995483, 40.106202 ], [ -74.992326, 40.103876 ], [ -74.993327, 40.102963 ], [ -74.992674, 40.10104 ], [ -74.995464, 40.099166 ], [ -74.999804, 40.103236 ], [ -75.001796, 40.10493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347022", "device_counts": 401, "stop_counts": 1528 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028756, 40.056781 ], [ -75.028397, 40.056728 ], [ -75.028291, 40.056363 ], [ -75.025431, 40.05637 ], [ -75.024345, 40.05644 ], [ -75.023374, 40.055334 ], [ -75.024173, 40.051483 ], [ -75.026753, 40.050779 ], [ -75.028549, 40.056169 ], [ -75.029032, 40.056399 ], [ -75.028756, 40.056781 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363022", "device_counts": 715, "stop_counts": 3560 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981997, 40.102454 ], [ -74.9781, 40.099212 ], [ -74.977757, 40.098433 ], [ -74.981659, 40.095571 ], [ -74.979893, 40.09381 ], [ -74.986551, 40.099366 ], [ -74.981997, 40.102454 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038003", "device_counts": 457, "stop_counts": 1908 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179651, 39.923652 ], [ -75.176295, 39.92425 ], [ -75.176361, 39.92396 ], [ -75.176906, 39.921464 ], [ -75.180045, 39.921872 ], [ -75.179651, 39.923652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083024", "device_counts": 337, "stop_counts": 1075 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.244084, 39.955743 ], [ -75.240137, 39.955252 ], [ -75.238166, 39.955011 ], [ -75.238476, 39.953485 ], [ -75.240449, 39.953733 ], [ -75.24441, 39.954226 ], [ -75.244084, 39.955743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176021", "device_counts": 765, "stop_counts": 3171 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12926, 39.998539 ], [ -75.12538, 39.998043 ], [ -75.125737, 39.996451 ], [ -75.126054, 39.994957 ], [ -75.129921, 39.99546 ], [ -75.12926, 39.998539 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009022", "device_counts": 2030, "stop_counts": 4588 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159751, 39.948783 ], [ -75.157392, 39.94849 ], [ -75.156646, 39.948394 ], [ -75.156855, 39.947246 ], [ -75.157113, 39.946025 ], [ -75.159481, 39.946325 ], [ -75.160267, 39.946422 ], [ -75.159751, 39.948783 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011022", "device_counts": 1070, "stop_counts": 2372 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159481, 39.946325 ], [ -75.157113, 39.946025 ], [ -75.156337, 39.945923 ], [ -75.156841, 39.943615 ], [ -75.159984, 39.944009 ], [ -75.159481, 39.946325 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012013", "device_counts": 666, "stop_counts": 1692 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178156, 39.94719 ], [ -75.174627, 39.946753 ], [ -75.175054, 39.944832 ], [ -75.176985, 39.94508 ], [ -75.178578, 39.945269 ], [ -75.178156, 39.94719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013002", "device_counts": 532, "stop_counts": 1262 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180838, 39.942631 ], [ -75.180624, 39.943641 ], [ -75.177374, 39.943231 ], [ -75.177554, 39.942487 ], [ -75.177598, 39.942228 ], [ -75.177761, 39.941461 ], [ -75.181002, 39.941863 ], [ -75.180838, 39.942631 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014002", "device_counts": 398, "stop_counts": 713 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177374, 39.943231 ], [ -75.177169, 39.944209 ], [ -75.176985, 39.94508 ], [ -75.175054, 39.944832 ], [ -75.175241, 39.943969 ], [ -75.175628, 39.942254 ], [ -75.177554, 39.942487 ], [ -75.177374, 39.943231 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019001", "device_counts": 584, "stop_counts": 1384 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174271, 39.941021 ], [ -75.174104, 39.941793 ], [ -75.170955, 39.941404 ], [ -75.169386, 39.941211 ], [ -75.171125, 39.940626 ], [ -75.171341, 39.939663 ], [ -75.174481, 39.940056 ], [ -75.174271, 39.941021 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025003", "device_counts": 233, "stop_counts": 825 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154194, 39.933649 ], [ -75.151041, 39.933227 ], [ -75.149463, 39.933019 ], [ -75.149728, 39.931793 ], [ -75.151309, 39.932007 ], [ -75.152893, 39.932208 ], [ -75.154454, 39.93242 ], [ -75.154194, 39.933649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028023", "device_counts": 419, "stop_counts": 1402 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161428, 39.930017 ], [ -75.158296, 39.929602 ], [ -75.158393, 39.929177 ], [ -75.158666, 39.927955 ], [ -75.158745, 39.927564 ], [ -75.161881, 39.927985 ], [ -75.161428, 39.930017 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030013", "device_counts": 434, "stop_counts": 2003 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172907, 39.929811 ], [ -75.171339, 39.929608 ], [ -75.170891, 39.929552 ], [ -75.171137, 39.928329 ], [ -75.171397, 39.927104 ], [ -75.172416, 39.927232 ], [ -75.173426, 39.927363 ], [ -75.172907, 39.929811 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031006", "device_counts": 524, "stop_counts": 1445 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181419, 39.932161 ], [ -75.181162, 39.933385 ], [ -75.180621, 39.935816 ], [ -75.179035, 39.935612 ], [ -75.179553, 39.933178 ], [ -75.180001, 39.93117 ], [ -75.181589, 39.931366 ], [ -75.181419, 39.932161 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032006", "device_counts": 312, "stop_counts": 1266 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.189148, 39.935671 ], [ -75.187578, 39.935461 ], [ -75.188115, 39.933014 ], [ -75.188636, 39.930583 ], [ -75.190222, 39.930779 ], [ -75.189148, 39.935671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033001", "device_counts": 462, "stop_counts": 2549 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192322, 39.931054 ], [ -75.191274, 39.935934 ], [ -75.189148, 39.935671 ], [ -75.190222, 39.930779 ], [ -75.191783, 39.930982 ], [ -75.192322, 39.931054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037015", "device_counts": 307, "stop_counts": 1160 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183601, 39.929928 ], [ -75.181944, 39.929729 ], [ -75.178445, 39.929271 ], [ -75.178615, 39.928469 ], [ -75.178705, 39.928046 ], [ -75.180624, 39.928289 ], [ -75.182804, 39.928575 ], [ -75.183601, 39.929928 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039023", "device_counts": 813, "stop_counts": 2789 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17718, 39.91489 ], [ -75.175217, 39.915653 ], [ -75.175394, 39.914691 ], [ -75.171877, 39.914256 ], [ -75.172294, 39.912393 ], [ -75.177806, 39.91309 ], [ -75.17718, 39.91489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039012", "device_counts": 826, "stop_counts": 2983 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173226, 39.923556 ], [ -75.170023, 39.923138 ], [ -75.170309, 39.921885 ], [ -75.170581, 39.920653 ], [ -75.173748, 39.92106 ], [ -75.173226, 39.923556 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040012", "device_counts": 704, "stop_counts": 2198 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166014, 39.923903 ], [ -75.162876, 39.923489 ], [ -75.163412, 39.921015 ], [ -75.166563, 39.921418 ], [ -75.166014, 39.923903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042014", "device_counts": 618, "stop_counts": 2675 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154526, 39.924895 ], [ -75.152938, 39.924679 ], [ -75.150101, 39.924305 ], [ -75.149405, 39.924207 ], [ -75.149916, 39.921819 ], [ -75.155056, 39.922495 ], [ -75.154526, 39.924895 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042024", "device_counts": 369, "stop_counts": 1489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155597, 39.920013 ], [ -75.150461, 39.919345 ], [ -75.15073, 39.918097 ], [ -75.155865, 39.918755 ], [ -75.155597, 39.920013 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037023", "device_counts": 576, "stop_counts": 1349 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186029, 39.926481 ], [ -75.184393, 39.926276 ], [ -75.185202, 39.922574 ], [ -75.186937, 39.922318 ], [ -75.186029, 39.926481 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037012", "device_counts": 417, "stop_counts": 1357 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178859, 39.927265 ], [ -75.175741, 39.92685 ], [ -75.176088, 39.925198 ], [ -75.179242, 39.925606 ], [ -75.178859, 39.927265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060003", "device_counts": 186, "stop_counts": 678 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240333, 39.912999 ], [ -75.238949, 39.913959 ], [ -75.237599, 39.914934 ], [ -75.236026, 39.916036 ], [ -75.23463, 39.914848 ], [ -75.23374, 39.914073 ], [ -75.238951, 39.911823 ], [ -75.240333, 39.912999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062001", "device_counts": 369, "stop_counts": 1390 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230327, 39.922201 ], [ -75.227538, 39.91984 ], [ -75.22943, 39.918507 ], [ -75.232221, 39.920865 ], [ -75.230327, 39.922201 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065005", "device_counts": 218, "stop_counts": 981 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247028, 39.943414 ], [ -75.246634, 39.943541 ], [ -75.241771, 39.945297 ], [ -75.240266, 39.945866 ], [ -75.238875, 39.94468 ], [ -75.240969, 39.943762 ], [ -75.243542, 39.942306 ], [ -75.246822, 39.94297 ], [ -75.247028, 39.943414 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066002", "device_counts": 225, "stop_counts": 611 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231276, 39.931827 ], [ -75.230248, 39.932551 ], [ -75.227589, 39.930313 ], [ -75.229222, 39.929172 ], [ -75.230104, 39.929711 ], [ -75.232362, 39.931074 ], [ -75.231276, 39.931827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067006", "device_counts": 339, "stop_counts": 1260 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22495, 39.923838 ], [ -75.22444, 39.924188 ], [ -75.225832, 39.925361 ], [ -75.22484, 39.926055 ], [ -75.223452, 39.92489 ], [ -75.22216, 39.923892 ], [ -75.224111, 39.921005 ], [ -75.224926, 39.921692 ], [ -75.226319, 39.922867 ], [ -75.22495, 39.923838 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070001", "device_counts": 296, "stop_counts": 999 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220278, 39.939572 ], [ -75.218874, 39.938393 ], [ -75.217614, 39.93733 ], [ -75.218983, 39.936369 ], [ -75.219442, 39.936041 ], [ -75.222098, 39.938279 ], [ -75.220278, 39.939572 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070002", "device_counts": 172, "stop_counts": 758 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223012, 39.937643 ], [ -75.222098, 39.938279 ], [ -75.219442, 39.936041 ], [ -75.220343, 39.935408 ], [ -75.221605, 39.936464 ], [ -75.222986, 39.9355 ], [ -75.224388, 39.936676 ], [ -75.223012, 39.937643 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071024", "device_counts": 199, "stop_counts": 850 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229553, 39.943168 ], [ -75.228184, 39.944134 ], [ -75.226334, 39.942562 ], [ -75.229077, 39.940637 ], [ -75.229528, 39.941018 ], [ -75.230928, 39.942194 ], [ -75.229553, 39.943168 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073001", "device_counts": 205, "stop_counts": 748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221612, 39.944584 ], [ -75.22022, 39.943415 ], [ -75.219138, 39.944186 ], [ -75.217136, 39.94374 ], [ -75.220175, 39.941602 ], [ -75.221367, 39.942626 ], [ -75.222759, 39.943806 ], [ -75.221612, 39.944584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074003", "device_counts": 238, "stop_counts": 941 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.215246, 39.943087 ], [ -75.212601, 39.94085 ], [ -75.213865, 39.939974 ], [ -75.215089, 39.939093 ], [ -75.217764, 39.941343 ], [ -75.215246, 39.943087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078002", "device_counts": 181, "stop_counts": 364 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219002, 39.944283 ], [ -75.217733, 39.945183 ], [ -75.215162, 39.946978 ], [ -75.213961, 39.945974 ], [ -75.21652, 39.944171 ], [ -75.215615, 39.943402 ], [ -75.217136, 39.94374 ], [ -75.219138, 39.944186 ], [ -75.219002, 39.944283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078005", "device_counts": 636, "stop_counts": 1483 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.217121, 39.94861 ], [ -75.21292, 39.949065 ], [ -75.211389, 39.947796 ], [ -75.213961, 39.945974 ], [ -75.215162, 39.946978 ], [ -75.217121, 39.94861 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079003", "device_counts": 526, "stop_counts": 1091 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222914, 39.949975 ], [ -75.22275, 39.950754 ], [ -75.218833, 39.950273 ], [ -75.219234, 39.948368 ], [ -75.221237, 39.948161 ], [ -75.223315, 39.947925 ], [ -75.222914, 39.949975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081013", "device_counts": 282, "stop_counts": 1072 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239232, 39.949923 ], [ -75.239118, 39.950446 ], [ -75.235165, 39.949953 ], [ -75.235479, 39.948433 ], [ -75.23943, 39.948931 ], [ -75.239232, 39.949923 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082003", "device_counts": 412, "stop_counts": 1108 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243536, 39.948659 ], [ -75.239641, 39.947932 ], [ -75.240052, 39.945917 ], [ -75.240266, 39.945866 ], [ -75.241771, 39.945297 ], [ -75.242107, 39.945829 ], [ -75.244026, 39.946316 ], [ -75.243536, 39.948659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176015", "device_counts": 571, "stop_counts": 1455 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13735, 39.996421 ], [ -75.134444, 39.996049 ], [ -75.135807, 39.993154 ], [ -75.135121, 39.99306 ], [ -75.135466, 39.991479 ], [ -75.138352, 39.991851 ], [ -75.13735, 39.996421 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084006", "device_counts": 588, "stop_counts": 1937 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239658, 39.957534 ], [ -75.238785, 39.961715 ], [ -75.236808, 39.961471 ], [ -75.234869, 39.961231 ], [ -75.236971, 39.960698 ], [ -75.237448, 39.958433 ], [ -75.237934, 39.956062 ], [ -75.239909, 39.956313 ], [ -75.239658, 39.957534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085002", "device_counts": 891, "stop_counts": 2114 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225634, 39.956372 ], [ -75.225351, 39.957714 ], [ -75.221397, 39.957227 ], [ -75.221559, 39.956461 ], [ -75.221798, 39.955319 ], [ -75.223775, 39.955565 ], [ -75.225746, 39.955814 ], [ -75.225634, 39.956372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087013", "device_counts": 889, "stop_counts": 2580 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211677, 39.95524 ], [ -75.208761, 39.95488 ], [ -75.209264, 39.952522 ], [ -75.209326, 39.951436 ], [ -75.212393, 39.951811 ], [ -75.211677, 39.95524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088012", "device_counts": 2309, "stop_counts": 4790 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199622, 39.95686 ], [ -75.196121, 39.956429 ], [ -75.196603, 39.954149 ], [ -75.200098, 39.954582 ], [ -75.199622, 39.95686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093002", "device_counts": 246, "stop_counts": 1061 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22422, 39.963086 ], [ -75.223746, 39.963026 ], [ -75.219693, 39.962523 ], [ -75.219439, 39.960941 ], [ -75.224541, 39.961567 ], [ -75.22422, 39.963086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094003", "device_counts": 492, "stop_counts": 1191 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236587, 39.962519 ], [ -75.23454, 39.962807 ], [ -75.232527, 39.962557 ], [ -75.232857, 39.960976 ], [ -75.234869, 39.961231 ], [ -75.236808, 39.961471 ], [ -75.236587, 39.962519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096004", "device_counts": 382, "stop_counts": 1287 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247169, 39.965927 ], [ -75.242087, 39.965303 ], [ -75.242406, 39.963779 ], [ -75.246425, 39.964276 ], [ -75.247109, 39.964294 ], [ -75.247169, 39.965927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100003", "device_counts": 199, "stop_counts": 734 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250203, 39.974815 ], [ -75.247797, 39.975079 ], [ -75.247494, 39.975113 ], [ -75.246935, 39.972111 ], [ -75.24887, 39.972339 ], [ -75.249901, 39.973197 ], [ -75.250203, 39.974815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101002", "device_counts": 416, "stop_counts": 1218 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240984, 39.971378 ], [ -75.241209, 39.9726 ], [ -75.240427, 39.972687 ], [ -75.237983, 39.972957 ], [ -75.237455, 39.970141 ], [ -75.239133, 39.969893 ], [ -75.24181, 39.971472 ], [ -75.240984, 39.971378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104002", "device_counts": 206, "stop_counts": 701 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220823, 39.969982 ], [ -75.217172, 39.970351 ], [ -75.216996, 39.968969 ], [ -75.217866, 39.968342 ], [ -75.220578, 39.968067 ], [ -75.220823, 39.969982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105001", "device_counts": 422, "stop_counts": 1035 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2168, 39.967459 ], [ -75.21365, 39.967696 ], [ -75.213228, 39.964331 ], [ -75.216376, 39.964094 ], [ -75.216516, 39.965214 ], [ -75.2168, 39.967459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109002", "device_counts": 291, "stop_counts": 848 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191719, 39.964652 ], [ -75.187933, 39.965074 ], [ -75.187551, 39.963931 ], [ -75.191494, 39.963503 ], [ -75.191719, 39.964652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111002", "device_counts": 936, "stop_counts": 2265 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225841, 39.97143 ], [ -75.222613, 39.97212 ], [ -75.222827, 39.973318 ], [ -75.219481, 39.973665 ], [ -75.219655, 39.97377 ], [ -75.21953, 39.974639 ], [ -75.216331, 39.97279 ], [ -75.217767, 39.972627 ], [ -75.217172, 39.970351 ], [ -75.220823, 39.969982 ], [ -75.223118, 39.969747 ], [ -75.225372, 39.969517 ], [ -75.225841, 39.97143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112004", "device_counts": 321, "stop_counts": 1155 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237983, 39.972957 ], [ -75.235493, 39.973234 ], [ -75.234732, 39.973315 ], [ -75.234203, 39.9705 ], [ -75.235697, 39.970336 ], [ -75.237455, 39.970141 ], [ -75.237983, 39.972957 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115004", "device_counts": 315, "stop_counts": 846 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255661, 39.976755 ], [ -75.253747, 39.975937 ], [ -75.252323, 39.976786 ], [ -75.251914, 39.974623 ], [ -75.255196, 39.97426 ], [ -75.255661, 39.976755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118006", "device_counts": 187, "stop_counts": 594 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239838, 39.989287 ], [ -75.238361, 39.990486 ], [ -75.237785, 39.990669 ], [ -75.237879, 39.990229 ], [ -75.237488, 39.987996 ], [ -75.237176, 39.986439 ], [ -75.238184, 39.986061 ], [ -75.23987, 39.988202 ], [ -75.239838, 39.989287 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010121001", "device_counts": 1825, "stop_counts": 3849 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226402, 40.001255 ], [ -75.220665, 40.003944 ], [ -75.219551, 39.999839 ], [ -75.223637, 39.999066 ], [ -75.226402, 40.001255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122042", "device_counts": 2201, "stop_counts": 6172 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220665, 40.003944 ], [ -75.213745, 40.00716 ], [ -75.213537, 40.006554 ], [ -75.214054, 40.00501 ], [ -75.215355, 40.001244 ], [ -75.21114, 40.002124 ], [ -75.209695, 39.99965 ], [ -75.208809, 39.999431 ], [ -75.20728, 39.999054 ], [ -75.209317, 39.99842 ], [ -75.210844, 39.998511 ], [ -75.217994, 39.994223 ], [ -75.219551, 39.999839 ], [ -75.220665, 40.003944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134011", "device_counts": 1241, "stop_counts": 2324 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178641, 39.967399 ], [ -75.17539, 39.967345 ], [ -75.176778, 39.964822 ], [ -75.177513, 39.965382 ], [ -75.179683, 39.967416 ], [ -75.178641, 39.967399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136022", "device_counts": 373, "stop_counts": 1214 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.185394, 39.973417 ], [ -75.182147, 39.973009 ], [ -75.180729, 39.972841 ], [ -75.181234, 39.970504 ], [ -75.183561, 39.970778 ], [ -75.185594, 39.972518 ], [ -75.185394, 39.973417 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136024", "device_counts": 106, "stop_counts": 410 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175948, 39.972232 ], [ -75.174367, 39.972035 ], [ -75.174869, 39.96971 ], [ -75.17646, 39.96991 ], [ -75.175948, 39.972232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010138001", "device_counts": 301, "stop_counts": 750 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179172, 39.979988 ], [ -75.177585, 39.979774 ], [ -75.175989, 39.979572 ], [ -75.174393, 39.97938 ], [ -75.173126, 39.97775 ], [ -75.173414, 39.976363 ], [ -75.179779, 39.977188 ], [ -75.179172, 39.979988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144002", "device_counts": 2971, "stop_counts": 8189 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141976, 39.97519 ], [ -75.139715, 39.974897 ], [ -75.133374, 39.97409 ], [ -75.134401, 39.972303 ], [ -75.134428, 39.968791 ], [ -75.135143, 39.968687 ], [ -75.139578, 39.969515 ], [ -75.140665, 39.969652 ], [ -75.141433, 39.972471 ], [ -75.142581, 39.972388 ], [ -75.141976, 39.97519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144001", "device_counts": 597, "stop_counts": 1450 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144459, 39.972629 ], [ -75.142581, 39.972388 ], [ -75.141433, 39.972471 ], [ -75.140665, 39.969652 ], [ -75.143095, 39.969954 ], [ -75.145018, 39.970191 ], [ -75.144459, 39.972629 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028011", "device_counts": 686, "stop_counts": 2005 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158393, 39.929177 ], [ -75.158296, 39.929602 ], [ -75.158121, 39.930394 ], [ -75.154997, 39.929984 ], [ -75.155463, 39.927956 ], [ -75.155546, 39.92755 ], [ -75.158666, 39.927955 ], [ -75.158393, 39.929177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313001", "device_counts": 451, "stop_counts": 1459 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070025, 40.039139 ], [ -75.067663, 40.041634 ], [ -75.06558, 40.040442 ], [ -75.068003, 40.038059 ], [ -75.070025, 40.039139 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031004", "device_counts": 324, "stop_counts": 782 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181589, 39.931366 ], [ -75.180001, 39.93117 ], [ -75.176513, 39.930716 ], [ -75.176606, 39.930285 ], [ -75.178445, 39.929271 ], [ -75.181944, 39.929729 ], [ -75.181589, 39.931366 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202001", "device_counts": 526, "stop_counts": 1893 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165554, 40.004859 ], [ -75.165228, 40.006354 ], [ -75.161747, 40.005905 ], [ -75.161409, 40.007399 ], [ -75.158278, 40.006994 ], [ -75.158926, 40.004009 ], [ -75.160843, 40.002634 ], [ -75.165896, 40.003269 ], [ -75.165554, 40.004859 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010359002", "device_counts": 3009, "stop_counts": 10018 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028883, 40.102543 ], [ -75.026305, 40.108324 ], [ -75.025585, 40.109312 ], [ -75.024306, 40.111181 ], [ -75.023459, 40.110847 ], [ -75.01993, 40.110978 ], [ -75.014449, 40.115451 ], [ -75.013156, 40.11397 ], [ -75.008712, 40.119612 ], [ -75.006991, 40.118599 ], [ -75.005391, 40.114802 ], [ -75.017061, 40.105919 ], [ -75.023927, 40.100702 ], [ -75.027635, 40.101765 ], [ -75.028883, 40.102543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010061002", "device_counts": 222, "stop_counts": 1181 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22943, 39.918507 ], [ -75.227538, 39.91984 ], [ -75.225839, 39.918503 ], [ -75.227809, 39.916106 ], [ -75.230094, 39.918046 ], [ -75.22943, 39.918507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204001", "device_counts": 269, "stop_counts": 639 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157303, 40.022607 ], [ -75.154929, 40.02229 ], [ -75.155239, 40.020486 ], [ -75.155692, 40.019078 ], [ -75.156094, 40.019695 ], [ -75.159035, 40.0228 ], [ -75.157303, 40.022607 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264006", "device_counts": 274, "stop_counts": 739 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166072, 40.067194 ], [ -75.165706, 40.067438 ], [ -75.163822, 40.066357 ], [ -75.162957, 40.067255 ], [ -75.159774, 40.06542 ], [ -75.160688, 40.064468 ], [ -75.162018, 40.063095 ], [ -75.165714, 40.06439 ], [ -75.168099, 40.065219 ], [ -75.166072, 40.067194 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313005", "device_counts": 331, "stop_counts": 1150 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.072645, 40.044394 ], [ -75.070634, 40.043272 ], [ -75.069459, 40.042621 ], [ -75.071817, 40.040124 ], [ -75.072996, 40.040803 ], [ -75.071813, 40.042033 ], [ -75.073836, 40.043174 ], [ -75.072645, 40.044394 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302003", "device_counts": 419, "stop_counts": 1550 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086568, 40.023537 ], [ -75.084726, 40.025458 ], [ -75.083038, 40.027241 ], [ -75.081379, 40.026314 ], [ -75.080031, 40.025569 ], [ -75.081931, 40.024707 ], [ -75.084269, 40.022331 ], [ -75.084426, 40.022417 ], [ -75.085089, 40.022761 ], [ -75.086568, 40.023537 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289021", "device_counts": 553, "stop_counts": 1666 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112217, 40.020056 ], [ -75.110835, 40.02172 ], [ -75.110242, 40.022242 ], [ -75.104845, 40.02356 ], [ -75.103204, 40.021057 ], [ -75.107446, 40.017517 ], [ -75.107063, 40.016777 ], [ -75.107152, 40.016728 ], [ -75.109024, 40.016286 ], [ -75.108678, 40.017942 ], [ -75.113951, 40.018603 ], [ -75.112217, 40.020056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338003", "device_counts": 254, "stop_counts": 927 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07876, 40.0585 ], [ -75.074826, 40.062706 ], [ -75.073909, 40.062192 ], [ -75.072766, 40.061554 ], [ -75.076734, 40.05735 ], [ -75.07876, 40.0585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146003", "device_counts": 149, "stop_counts": 511 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156616, 39.974198 ], [ -75.155061, 39.973996 ], [ -75.151915, 39.973588 ], [ -75.152188, 39.972318 ], [ -75.156893, 39.972927 ], [ -75.156616, 39.974198 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307001", "device_counts": 1193, "stop_counts": 3866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089972, 40.057821 ], [ -75.08478, 40.062044 ], [ -75.083833, 40.061472 ], [ -75.083525, 40.06127 ], [ -75.08498, 40.058893 ], [ -75.085676, 40.057208 ], [ -75.085794, 40.055424 ], [ -75.085847, 40.05441 ], [ -75.089115, 40.056227 ], [ -75.088408, 40.05694 ], [ -75.089972, 40.057821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199001", "device_counts": 859, "stop_counts": 2532 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140472, 40.007878 ], [ -75.139652, 40.007755 ], [ -75.136858, 40.007394 ], [ -75.137529, 40.004304 ], [ -75.14116, 40.004784 ], [ -75.140472, 40.007878 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064002", "device_counts": 250, "stop_counts": 862 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243254, 39.92947 ], [ -75.242254, 39.929287 ], [ -75.241996, 39.930036 ], [ -75.239625, 39.92957 ], [ -75.239873, 39.928824 ], [ -75.238729, 39.928585 ], [ -75.239493, 39.928024 ], [ -75.242349, 39.926031 ], [ -75.243494, 39.926963 ], [ -75.243254, 39.92947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118002", "device_counts": 276, "stop_counts": 1258 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237488, 39.987996 ], [ -75.232932, 39.988934 ], [ -75.23267, 39.988155 ], [ -75.232136, 39.986635 ], [ -75.234774, 39.986089 ], [ -75.23703, 39.985619 ], [ -75.237176, 39.986439 ], [ -75.237488, 39.987996 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080002", "device_counts": 732, "stop_counts": 1725 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22703, 39.949702 ], [ -75.226869, 39.95046 ], [ -75.222914, 39.949975 ], [ -75.223315, 39.947925 ], [ -75.224946, 39.947744 ], [ -75.227419, 39.94777 ], [ -75.22703, 39.949702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311023", "device_counts": 816, "stop_counts": 2060 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085499, 40.034421 ], [ -75.084311, 40.035676 ], [ -75.083148, 40.036924 ], [ -75.080981, 40.035713 ], [ -75.081757, 40.034924 ], [ -75.084273, 40.032172 ], [ -75.084832, 40.032349 ], [ -75.085313, 40.033521 ], [ -75.085499, 40.034421 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372003", "device_counts": 531, "stop_counts": 1592 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166914, 39.916189 ], [ -75.16453, 39.915875 ], [ -75.165081, 39.913368 ], [ -75.167462, 39.913675 ], [ -75.166914, 39.916189 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311021", "device_counts": 253, "stop_counts": 883 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084412, 40.039499 ], [ -75.082674, 40.04242 ], [ -75.080904, 40.041432 ], [ -75.081533, 40.040754 ], [ -75.082114, 40.040147 ], [ -75.084464, 40.037657 ], [ -75.083148, 40.036924 ], [ -75.084311, 40.035676 ], [ -75.086804, 40.037049 ], [ -75.084412, 40.039499 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101007", "device_counts": 317, "stop_counts": 978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245247, 39.973778 ], [ -75.24329, 39.973997 ], [ -75.242987, 39.972396 ], [ -75.241209, 39.9726 ], [ -75.240984, 39.971378 ], [ -75.24181, 39.971472 ], [ -75.243788, 39.971723 ], [ -75.244885, 39.971854 ], [ -75.245247, 39.973778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242002", "device_counts": 224, "stop_counts": 920 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174572, 40.029244 ], [ -75.173482, 40.030336 ], [ -75.169816, 40.02845 ], [ -75.172523, 40.025758 ], [ -75.174043, 40.026588 ], [ -75.173611, 40.028691 ], [ -75.174572, 40.029244 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331014", "device_counts": 349, "stop_counts": 1900 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040003, 40.041793 ], [ -75.038285, 40.042589 ], [ -75.034393, 40.044379 ], [ -75.033482, 40.043203 ], [ -75.036557, 40.041926 ], [ -75.035726, 40.040863 ], [ -75.036639, 40.04046 ], [ -75.03836, 40.039695 ], [ -75.040003, 40.041793 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171002", "device_counts": 310, "stop_counts": 857 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171595, 40.002377 ], [ -75.171247, 40.003951 ], [ -75.169093, 40.003671 ], [ -75.169754, 40.000622 ], [ -75.171912, 40.000883 ], [ -75.171595, 40.002377 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348011", "device_counts": 409, "stop_counts": 4516 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.019047, 40.056391 ], [ -75.012828, 40.056404 ], [ -75.010143, 40.054607 ], [ -75.0112, 40.053653 ], [ -75.012956, 40.051541 ], [ -75.015331, 40.050165 ], [ -75.015641, 40.050595 ], [ -75.016153, 40.051807 ], [ -75.019023, 40.054967 ], [ -75.019047, 40.056391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062003", "device_counts": 191, "stop_counts": 756 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233878, 39.919693 ], [ -75.231092, 39.917343 ], [ -75.232692, 39.916219 ], [ -75.235477, 39.918575 ], [ -75.233878, 39.919693 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090004", "device_counts": 2379, "stop_counts": 7414 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193574, 39.958689 ], [ -75.18921, 39.958811 ], [ -75.189063, 39.957606 ], [ -75.189489, 39.955593 ], [ -75.194152, 39.95618 ], [ -75.193574, 39.958689 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379002", "device_counts": 394, "stop_counts": 2109 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.102621, 39.988348 ], [ -75.099128, 39.990172 ], [ -75.097054, 39.987828 ], [ -75.100552, 39.986001 ], [ -75.100912, 39.986416 ], [ -75.102621, 39.988348 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197005", "device_counts": 297, "stop_counts": 1151 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141745, 40.012939 ], [ -75.141126, 40.015818 ], [ -75.139464, 40.015599 ], [ -75.13981, 40.014014 ], [ -75.140125, 40.012538 ], [ -75.141786, 40.012708 ], [ -75.141745, 40.012939 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113002", "device_counts": 321, "stop_counts": 886 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23407, 39.980326 ], [ -75.230171, 39.978794 ], [ -75.229855, 39.977069 ], [ -75.231783, 39.976852 ], [ -75.233691, 39.976642 ], [ -75.234013, 39.978361 ], [ -75.23407, 39.980326 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305013", "device_counts": 319, "stop_counts": 1513 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.104633, 40.040073 ], [ -75.100374, 40.044605 ], [ -75.098357, 40.043483 ], [ -75.099539, 40.042241 ], [ -75.103163, 40.039196 ], [ -75.104633, 40.040073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278002", "device_counts": 1280, "stop_counts": 3373 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146978, 40.04173 ], [ -75.146776, 40.044848 ], [ -75.143547, 40.044426 ], [ -75.143868, 40.042901 ], [ -75.144224, 40.041381 ], [ -75.144302, 40.04109 ], [ -75.146469, 40.040087 ], [ -75.148083, 40.04048 ], [ -75.146978, 40.04173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022001", "device_counts": 1122, "stop_counts": 2113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170025, 39.938263 ], [ -75.166816, 39.937869 ], [ -75.167083, 39.936742 ], [ -75.167303, 39.935695 ], [ -75.170455, 39.936232 ], [ -75.170025, 39.938263 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317005", "device_counts": 362, "stop_counts": 1494 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.074325, 40.028469 ], [ -75.073733, 40.029784 ], [ -75.072682, 40.031938 ], [ -75.069719, 40.029984 ], [ -75.068878, 40.030875 ], [ -75.067697, 40.03212 ], [ -75.066299, 40.031344 ], [ -75.068445, 40.02871 ], [ -75.065403, 40.027033 ], [ -75.067957, 40.026583 ], [ -75.073364, 40.025369 ], [ -75.075488, 40.027071 ], [ -75.074325, 40.028469 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175003", "device_counts": 1089, "stop_counts": 2830 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147461, 39.994656 ], [ -75.14183, 39.993929 ], [ -75.139851, 39.993672 ], [ -75.140198, 39.992086 ], [ -75.142173, 39.992343 ], [ -75.142999, 39.992449 ], [ -75.147887, 39.993078 ], [ -75.147461, 39.994656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072002", "device_counts": 334, "stop_counts": 1141 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233604, 39.947351 ], [ -75.231271, 39.947909 ], [ -75.229894, 39.947791 ], [ -75.228202, 39.94627 ], [ -75.228686, 39.945913 ], [ -75.2305, 39.944656 ], [ -75.231754, 39.945721 ], [ -75.232349, 39.945515 ], [ -75.233718, 39.944559 ], [ -75.233604, 39.947351 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171004", "device_counts": 829, "stop_counts": 2314 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186861, 40.000409 ], [ -75.186812, 40.000434 ], [ -75.184564, 40.002493 ], [ -75.183953, 40.002838 ], [ -75.181141, 40.003697 ], [ -75.178809, 40.004937 ], [ -75.176913, 40.004697 ], [ -75.17725, 40.003097 ], [ -75.171595, 40.002377 ], [ -75.171912, 40.000883 ], [ -75.174663, 40.001009 ], [ -75.176301, 39.999921 ], [ -75.178237, 39.998611 ], [ -75.180188, 39.997253 ], [ -75.182341, 39.997519 ], [ -75.187604, 39.998195 ], [ -75.186861, 40.000409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036002", "device_counts": 382, "stop_counts": 1201 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199844, 39.932447 ], [ -75.199503, 39.934508 ], [ -75.197537, 39.934232 ], [ -75.196486, 39.930309 ], [ -75.193621, 39.929965 ], [ -75.194153, 39.927514 ], [ -75.194623, 39.92681 ], [ -75.199586, 39.931807 ], [ -75.199844, 39.932447 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333002", "device_counts": 1066, "stop_counts": 3193 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04703, 40.052268 ], [ -75.044906, 40.053657 ], [ -75.046558, 40.05458 ], [ -75.045268, 40.055875 ], [ -75.046537, 40.056567 ], [ -75.045522, 40.057614 ], [ -75.041248, 40.054576 ], [ -75.039449, 40.055286 ], [ -75.040059, 40.054079 ], [ -75.040247, 40.053158 ], [ -75.042279, 40.049992 ], [ -75.045149, 40.048854 ], [ -75.04703, 40.052268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113001", "device_counts": 818, "stop_counts": 2338 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239335, 39.981447 ], [ -75.239042, 39.98195 ], [ -75.23407, 39.980326 ], [ -75.234013, 39.978361 ], [ -75.238891, 39.977818 ], [ -75.239124, 39.979069 ], [ -75.239467, 39.980914 ], [ -75.239335, 39.981447 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275003", "device_counts": 1060, "stop_counts": 2469 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134818, 40.036987 ], [ -75.132476, 40.036684 ], [ -75.130518, 40.036437 ], [ -75.13129, 40.032818 ], [ -75.135042, 40.033284 ], [ -75.134818, 40.036987 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347013", "device_counts": 2378, "stop_counts": 5209 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.039163, 40.070369 ], [ -75.036627, 40.073019 ], [ -75.035087, 40.074617 ], [ -75.032965, 40.072152 ], [ -75.033861, 40.071694 ], [ -75.033152, 40.068038 ], [ -75.036372, 40.066447 ], [ -75.040265, 40.068747 ], [ -75.039163, 40.070369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336005", "device_counts": 316, "stop_counts": 1564 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.061118, 40.068122 ], [ -75.059221, 40.067297 ], [ -75.057477, 40.066268 ], [ -75.055477, 40.065149 ], [ -75.056605, 40.063955 ], [ -75.057135, 40.063364 ], [ -75.057697, 40.062787 ], [ -75.06304, 40.066143 ], [ -75.061118, 40.068122 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167022", "device_counts": 287, "stop_counts": 714 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159366, 39.994525 ], [ -75.157791, 39.994342 ], [ -75.158144, 39.992771 ], [ -75.15769, 39.99118 ], [ -75.160044, 39.991473 ], [ -75.159366, 39.994525 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095001", "device_counts": 433, "stop_counts": 1238 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237283, 39.968899 ], [ -75.237455, 39.970141 ], [ -75.235697, 39.970336 ], [ -75.235356, 39.968509 ], [ -75.235842, 39.966085 ], [ -75.237818, 39.96633 ], [ -75.237283, 39.968899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329005", "device_counts": 1042, "stop_counts": 3416 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033427, 40.039473 ], [ -75.03134, 40.040236 ], [ -75.028257, 40.041363 ], [ -75.027846, 40.040678 ], [ -75.027031, 40.038744 ], [ -75.031903, 40.036993 ], [ -75.032295, 40.037622 ], [ -75.033427, 40.039473 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352002", "device_counts": 426, "stop_counts": 1784 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.999877, 40.050402 ], [ -74.994151, 40.054401 ], [ -74.990389, 40.050984 ], [ -74.987256, 40.05286 ], [ -74.984752, 40.055355 ], [ -74.984098, 40.054782 ], [ -74.986873, 40.052097 ], [ -74.99627, 40.047202 ], [ -74.999877, 40.050402 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010342001", "device_counts": 253, "stop_counts": 1962 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077179, 40.082798 ], [ -75.075061, 40.084174 ], [ -75.073278, 40.083085 ], [ -75.070181, 40.081194 ], [ -75.073705, 40.079182 ], [ -75.076258, 40.080605 ], [ -75.077121, 40.08108 ], [ -75.078845, 40.082048 ], [ -75.077179, 40.082798 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362033", "device_counts": 1004, "stop_counts": 5064 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.982413, 40.065736 ], [ -74.981173, 40.071985 ], [ -74.977684, 40.079834 ], [ -74.97725, 40.080506 ], [ -74.975247, 40.078848 ], [ -74.973615, 40.078901 ], [ -74.972817, 40.077559 ], [ -74.970537, 40.076281 ], [ -74.971156, 40.073992 ], [ -74.973251, 40.071487 ], [ -74.980525, 40.065702 ], [ -74.980688, 40.065007 ], [ -74.980718, 40.06472 ], [ -74.981154, 40.064912 ], [ -74.982355, 40.064672 ], [ -74.982413, 40.065736 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169012", "device_counts": 306, "stop_counts": 1209 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176535, 39.992076 ], [ -75.176212, 39.993572 ], [ -75.174615, 39.993359 ], [ -75.171441, 39.992946 ], [ -75.171594, 39.9922 ], [ -75.173182, 39.992412 ], [ -75.173682, 39.990167 ], [ -75.175803, 39.988812 ], [ -75.177206, 39.988991 ], [ -75.176535, 39.992076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188002", "device_counts": 382, "stop_counts": 1669 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.104335, 39.997884 ], [ -75.102026, 39.999078 ], [ -75.101235, 39.998188 ], [ -75.100367, 39.997206 ], [ -75.102674, 39.996008 ], [ -75.103369, 39.996794 ], [ -75.104043, 39.997555 ], [ -75.104335, 39.997884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316006", "device_counts": 449, "stop_counts": 1616 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055334, 40.034739 ], [ -75.053701, 40.033844 ], [ -75.050972, 40.032324 ], [ -75.053249, 40.0317 ], [ -75.054054, 40.03118 ], [ -75.057092, 40.032869 ], [ -75.055334, 40.034739 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325003", "device_counts": 925, "stop_counts": 3342 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048355, 40.029324 ], [ -75.04744, 40.029792 ], [ -75.044655, 40.031231 ], [ -75.043304, 40.029688 ], [ -75.042858, 40.029185 ], [ -75.041957, 40.028152 ], [ -75.040219, 40.026061 ], [ -75.039768, 40.025551 ], [ -75.043408, 40.023672 ], [ -75.044721, 40.025179 ], [ -75.046555, 40.027265 ], [ -75.047453, 40.028294 ], [ -75.047904, 40.02881 ], [ -75.048355, 40.029324 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191002", "device_counts": 515, "stop_counts": 1926 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105434, 40.011197 ], [ -75.105099, 40.012784 ], [ -75.101864, 40.012369 ], [ -75.102552, 40.009202 ], [ -75.105768, 40.009619 ], [ -75.105434, 40.011197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038001", "device_counts": 429, "stop_counts": 2010 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180045, 39.921872 ], [ -75.176906, 39.921464 ], [ -75.177082, 39.920207 ], [ -75.177438, 39.91897 ], [ -75.180576, 39.919369 ], [ -75.180045, 39.921872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365021", "device_counts": 634, "stop_counts": 4351 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.000381, 40.123264 ], [ -74.996392, 40.127195 ], [ -74.997885, 40.127816 ], [ -74.994187, 40.131516 ], [ -74.993595, 40.132266 ], [ -74.992288, 40.130682 ], [ -74.993687, 40.126584 ], [ -74.989014, 40.12607 ], [ -74.987193, 40.123286 ], [ -74.993533, 40.11868 ], [ -74.997052, 40.121168 ], [ -75.000381, 40.123264 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341006", "device_counts": 271, "stop_counts": 1672 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082456, 40.082884 ], [ -75.078845, 40.082048 ], [ -75.077121, 40.08108 ], [ -75.076258, 40.080605 ], [ -75.078592, 40.078097 ], [ -75.082882, 40.079474 ], [ -75.082456, 40.082884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191004", "device_counts": 688, "stop_counts": 2631 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.11136, 40.015867 ], [ -75.109024, 40.016286 ], [ -75.107152, 40.016728 ], [ -75.107063, 40.016777 ], [ -75.106018, 40.016352 ], [ -75.098916, 40.016433 ], [ -75.09704, 40.016018 ], [ -75.097041, 40.01595 ], [ -75.097055, 40.015202 ], [ -75.097431, 40.013325 ], [ -75.099374, 40.013583 ], [ -75.101557, 40.013878 ], [ -75.101864, 40.012369 ], [ -75.105099, 40.012784 ], [ -75.111811, 40.013662 ], [ -75.11136, 40.015867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243003", "device_counts": 199, "stop_counts": 676 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170176, 40.022731 ], [ -75.169124, 40.023865 ], [ -75.168482, 40.023512 ], [ -75.163915, 40.02099 ], [ -75.165707, 40.019731 ], [ -75.169534, 40.022381 ], [ -75.170176, 40.022731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365022", "device_counts": 1036, "stop_counts": 5347 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.010453, 40.120681 ], [ -75.00527, 40.12605 ], [ -75.003255, 40.131012 ], [ -74.997885, 40.127816 ], [ -74.996392, 40.127195 ], [ -75.000381, 40.123264 ], [ -74.997052, 40.121168 ], [ -75.005391, 40.114802 ], [ -75.006991, 40.118599 ], [ -75.008712, 40.119612 ], [ -75.010453, 40.120681 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084003", "device_counts": 386, "stop_counts": 1301 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237448, 39.958433 ], [ -75.235504, 39.958192 ], [ -75.235745, 39.957049 ], [ -75.235997, 39.955831 ], [ -75.237934, 39.956062 ], [ -75.237448, 39.958433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209002", "device_counts": 138, "stop_counts": 1100 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207863, 40.018582 ], [ -75.207595, 40.019536 ], [ -75.204057, 40.020213 ], [ -75.204055, 40.017273 ], [ -75.205622, 40.017107 ], [ -75.208116, 40.017764 ], [ -75.207863, 40.018582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172012", "device_counts": 370, "stop_counts": 954 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171997, 39.997826 ], [ -75.17042, 39.997618 ], [ -75.167215, 39.997197 ], [ -75.167568, 39.995621 ], [ -75.170767, 39.996036 ], [ -75.172355, 39.99624 ], [ -75.171997, 39.997826 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082007", "device_counts": 237, "stop_counts": 1016 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249056, 39.951679 ], [ -75.243068, 39.950926 ], [ -75.24323, 39.950172 ], [ -75.243381, 39.949411 ], [ -75.249371, 39.950153 ], [ -75.249056, 39.951679 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107002", "device_counts": 961, "stop_counts": 2703 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211189, 39.968634 ], [ -75.208038, 39.968984 ], [ -75.207839, 39.967943 ], [ -75.203258, 39.968447 ], [ -75.203058, 39.967396 ], [ -75.20264, 39.965169 ], [ -75.202334, 39.963495 ], [ -75.202342, 39.963137 ], [ -75.20756, 39.966381 ], [ -75.208344, 39.966876 ], [ -75.210101, 39.967961 ], [ -75.211189, 39.968634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198006", "device_counts": 958, "stop_counts": 2364 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138577, 40.008789 ], [ -75.138483, 40.009234 ], [ -75.137826, 40.012233 ], [ -75.136537, 40.012068 ], [ -75.135858, 40.011982 ], [ -75.136858, 40.007394 ], [ -75.139652, 40.007755 ], [ -75.138577, 40.008789 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365011", "device_counts": 4179, "stop_counts": 12400 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.01385, 40.128896 ], [ -75.013206, 40.130233 ], [ -75.012295, 40.131736 ], [ -75.009117, 40.134355 ], [ -75.003255, 40.131012 ], [ -75.00527, 40.12605 ], [ -75.010453, 40.120681 ], [ -75.015384, 40.123599 ], [ -75.01385, 40.128896 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140003", "device_counts": 1369, "stop_counts": 3528 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16175, 39.976262 ], [ -75.158526, 39.97585 ], [ -75.158782, 39.974482 ], [ -75.159237, 39.972384 ], [ -75.162507, 39.972799 ], [ -75.16175, 39.976262 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113003", "device_counts": 221, "stop_counts": 836 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238891, 39.977818 ], [ -75.234013, 39.978361 ], [ -75.233691, 39.976642 ], [ -75.236087, 39.97638 ], [ -75.23857, 39.976101 ], [ -75.238891, 39.977818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310006", "device_counts": 256, "stop_counts": 1113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082888, 40.048197 ], [ -75.079878, 40.051217 ], [ -75.079334, 40.051809 ], [ -75.077529, 40.050805 ], [ -75.073936, 40.048841 ], [ -75.075037, 40.047638 ], [ -75.07863, 40.049634 ], [ -75.079809, 40.048391 ], [ -75.080987, 40.047133 ], [ -75.082888, 40.048197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280001", "device_counts": 203, "stop_counts": 552 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157153, 40.02413 ], [ -75.154245, 40.025634 ], [ -75.15461, 40.023801 ], [ -75.153357, 40.022088 ], [ -75.154929, 40.02229 ], [ -75.157303, 40.022607 ], [ -75.157153, 40.02413 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033003", "device_counts": 230, "stop_counts": 939 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193615, 39.937485 ], [ -75.19306, 39.93741 ], [ -75.188885, 39.936887 ], [ -75.189148, 39.935671 ], [ -75.191274, 39.935934 ], [ -75.193315, 39.936206 ], [ -75.193873, 39.936286 ], [ -75.193615, 39.937485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274024", "device_counts": 517, "stop_counts": 2416 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126643, 40.040681 ], [ -75.126311, 40.042203 ], [ -75.122078, 40.041664 ], [ -75.12281, 40.040181 ], [ -75.123535, 40.038719 ], [ -75.124744, 40.038876 ], [ -75.126977, 40.039155 ], [ -75.126643, 40.040681 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031002", "device_counts": 180, "stop_counts": 495 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176513, 39.930716 ], [ -75.176069, 39.932721 ], [ -75.174495, 39.932523 ], [ -75.174764, 39.931307 ], [ -75.175032, 39.930087 ], [ -75.176606, 39.930285 ], [ -75.176513, 39.930716 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149004", "device_counts": 214, "stop_counts": 676 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181579, 39.983313 ], [ -75.179952, 39.983108 ], [ -75.180591, 39.980167 ], [ -75.181135, 39.980238 ], [ -75.182215, 39.980373 ], [ -75.181579, 39.983313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279013", "device_counts": 262, "stop_counts": 773 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158132, 40.046418 ], [ -75.158017, 40.048126 ], [ -75.157958, 40.049025 ], [ -75.154793, 40.048902 ], [ -75.154966, 40.046241 ], [ -75.156675, 40.04536 ], [ -75.158217, 40.045076 ], [ -75.158132, 40.046418 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172021", "device_counts": 287, "stop_counts": 726 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174663, 40.001009 ], [ -75.171912, 40.000883 ], [ -75.169754, 40.000622 ], [ -75.170087, 39.999116 ], [ -75.173282, 39.999516 ], [ -75.176301, 39.999921 ], [ -75.174663, 40.001009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090001", "device_counts": 383, "stop_counts": 1060 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194297, 39.962607 ], [ -75.191389, 39.962922 ], [ -75.191117, 39.96144 ], [ -75.189564, 39.960998 ], [ -75.193905, 39.960514 ], [ -75.194015, 39.961124 ], [ -75.194297, 39.962607 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032001", "device_counts": 319, "stop_counts": 1101 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183916, 39.93624 ], [ -75.180621, 39.935816 ], [ -75.181162, 39.933385 ], [ -75.184449, 39.933813 ], [ -75.183916, 39.93624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028022", "device_counts": 918, "stop_counts": 2578 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16735, 39.926579 ], [ -75.165005, 39.92855 ], [ -75.161881, 39.927985 ], [ -75.162338, 39.92592 ], [ -75.165483, 39.926333 ], [ -75.16735, 39.926579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111001", "device_counts": 3038, "stop_counts": 9877 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2263, 39.977951 ], [ -75.224093, 39.981369 ], [ -75.224066, 39.981508 ], [ -75.223157, 39.981381 ], [ -75.213469, 39.977791 ], [ -75.212211, 39.973242 ], [ -75.216331, 39.97279 ], [ -75.21953, 39.974639 ], [ -75.224848, 39.97712 ], [ -75.226451, 39.977717 ], [ -75.2263, 39.977951 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247001", "device_counts": 301, "stop_counts": 893 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167207, 40.043149 ], [ -75.16483, 40.045468 ], [ -75.163739, 40.044801 ], [ -75.163452, 40.043431 ], [ -75.165078, 40.041858 ], [ -75.164852, 40.039867 ], [ -75.16516, 40.039474 ], [ -75.166622, 40.040379 ], [ -75.165819, 40.042309 ], [ -75.167207, 40.043149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010269001", "device_counts": 482, "stop_counts": 1390 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130059, 40.055474 ], [ -75.129021, 40.057091 ], [ -75.12632, 40.055481 ], [ -75.127143, 40.051748 ], [ -75.130783, 40.052206 ], [ -75.130059, 40.055474 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081012", "device_counts": 640, "stop_counts": 1747 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239641, 39.947932 ], [ -75.23943, 39.948931 ], [ -75.235479, 39.948433 ], [ -75.235822, 39.946835 ], [ -75.235917, 39.946793 ], [ -75.240052, 39.945917 ], [ -75.239641, 39.947932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010117001", "device_counts": 1302, "stop_counts": 3757 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247948, 39.991138 ], [ -75.237331, 39.996128 ], [ -75.235298, 39.99707 ], [ -75.234136, 39.995598 ], [ -75.234027, 39.994736 ], [ -75.233713, 39.992176 ], [ -75.236255, 39.990971 ], [ -75.237785, 39.990669 ], [ -75.238361, 39.990486 ], [ -75.239838, 39.989287 ], [ -75.245478, 39.986619 ], [ -75.246416, 39.988266 ], [ -75.246187, 39.989516 ], [ -75.247948, 39.991138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168005", "device_counts": 182, "stop_counts": 386 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170767, 39.996036 ], [ -75.167568, 39.995621 ], [ -75.167925, 39.994025 ], [ -75.171115, 39.994444 ], [ -75.170767, 39.996036 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178005", "device_counts": 640, "stop_counts": 2309 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12031, 39.992672 ], [ -75.115778, 39.995167 ], [ -75.113816, 39.992924 ], [ -75.116662, 39.991437 ], [ -75.118392, 39.990528 ], [ -75.12031, 39.992672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010006001", "device_counts": 10946, "stop_counts": 29795 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164338, 39.949346 ], [ -75.164011, 39.950876 ], [ -75.163937, 39.950866 ], [ -75.157062, 39.950006 ], [ -75.152337, 39.949421 ], [ -75.153174, 39.947962 ], [ -75.156646, 39.948394 ], [ -75.157392, 39.94849 ], [ -75.159751, 39.948783 ], [ -75.162114, 39.94908 ], [ -75.164265, 39.94934 ], [ -75.164338, 39.949346 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312003", "device_counts": 786, "stop_counts": 2432 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084273, 40.032172 ], [ -75.081757, 40.034924 ], [ -75.079636, 40.033743 ], [ -75.077266, 40.036262 ], [ -75.074901, 40.034935 ], [ -75.074439, 40.03398 ], [ -75.077022, 40.033387 ], [ -75.080757, 40.032541 ], [ -75.084089, 40.031826 ], [ -75.084273, 40.032172 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087012", "device_counts": 1247, "stop_counts": 2922 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211039, 39.958276 ], [ -75.208128, 39.957915 ], [ -75.2086, 39.955636 ], [ -75.208761, 39.95488 ], [ -75.211677, 39.95524 ], [ -75.211039, 39.958276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301005", "device_counts": 325, "stop_counts": 1409 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091879, 40.024435 ], [ -75.090563, 40.025791 ], [ -75.086568, 40.023537 ], [ -75.085089, 40.022761 ], [ -75.086819, 40.020966 ], [ -75.087283, 40.020485 ], [ -75.090373, 40.022233 ], [ -75.092729, 40.023597 ], [ -75.091879, 40.024435 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372004", "device_counts": 7483, "stop_counts": 20293 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159844, 39.915286 ], [ -75.156708, 39.914869 ], [ -75.148124, 39.913772 ], [ -75.149188, 39.908604 ], [ -75.160789, 39.910942 ], [ -75.159844, 39.915286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365013", "device_counts": 2899, "stop_counts": 6685 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021931, 40.127467 ], [ -75.013206, 40.130233 ], [ -75.01385, 40.128896 ], [ -75.015384, 40.123599 ], [ -75.0201, 40.126358 ], [ -75.021931, 40.127467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309003", "device_counts": 2459, "stop_counts": 7264 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.088975, 40.044332 ], [ -75.088312, 40.045514 ], [ -75.086975, 40.048567 ], [ -75.082343, 40.045991 ], [ -75.085031, 40.043731 ], [ -75.086453, 40.042566 ], [ -75.084412, 40.039499 ], [ -75.086804, 40.037049 ], [ -75.087802, 40.036032 ], [ -75.087931, 40.036236 ], [ -75.088091, 40.03654 ], [ -75.088709, 40.03795 ], [ -75.088631, 40.042747 ], [ -75.088975, 40.044332 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115002", "device_counts": 250, "stop_counts": 1335 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255918, 39.978122 ], [ -75.253929, 39.979067 ], [ -75.253104, 39.98018 ], [ -75.250979, 39.977684 ], [ -75.252323, 39.976786 ], [ -75.253747, 39.975937 ], [ -75.255661, 39.976755 ], [ -75.255918, 39.978122 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108002", "device_counts": 202, "stop_counts": 769 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.203058, 39.967396 ], [ -75.198248, 39.96793 ], [ -75.197832, 39.965697 ], [ -75.20264, 39.965169 ], [ -75.203058, 39.967396 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167023", "device_counts": 1127, "stop_counts": 2442 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15769, 39.99118 ], [ -75.158144, 39.992771 ], [ -75.157791, 39.994342 ], [ -75.154588, 39.993938 ], [ -75.155593, 39.989369 ], [ -75.155934, 39.987877 ], [ -75.158335, 39.988186 ], [ -75.15769, 39.99118 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265006", "device_counts": 565, "stop_counts": 1504 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160691, 40.056831 ], [ -75.158413, 40.059181 ], [ -75.157371, 40.058584 ], [ -75.156168, 40.057019 ], [ -75.15553, 40.056216 ], [ -75.157748, 40.055153 ], [ -75.158889, 40.055768 ], [ -75.160691, 40.056831 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010212002", "device_counts": 1077, "stop_counts": 3244 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213692, 40.032135 ], [ -75.21114, 40.0346 ], [ -75.208938, 40.035221 ], [ -75.208278, 40.033762 ], [ -75.207715, 40.031573 ], [ -75.211308, 40.02997 ], [ -75.213692, 40.032135 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087011", "device_counts": 322, "stop_counts": 893 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212716, 39.950292 ], [ -75.212393, 39.951811 ], [ -75.209326, 39.951436 ], [ -75.209259, 39.949541 ], [ -75.21292, 39.949065 ], [ -75.212716, 39.950292 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313002", "device_counts": 1846, "stop_counts": 4221 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070523, 40.035618 ], [ -75.069261, 40.036809 ], [ -75.068003, 40.038059 ], [ -75.06558, 40.040442 ], [ -75.061043, 40.037981 ], [ -75.062463, 40.036912 ], [ -75.064362, 40.036306 ], [ -75.065147, 40.036446 ], [ -75.070001, 40.03532 ], [ -75.070523, 40.035618 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179002", "device_counts": 647, "stop_counts": 1865 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111887, 39.986296 ], [ -75.109192, 39.987702 ], [ -75.11017, 39.988806 ], [ -75.10773, 39.990079 ], [ -75.107339, 39.989644 ], [ -75.105915, 39.988037 ], [ -75.108359, 39.986753 ], [ -75.111221, 39.985268 ], [ -75.111887, 39.986296 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081022", "device_counts": 285, "stop_counts": 948 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238476, 39.953485 ], [ -75.234531, 39.953 ], [ -75.234856, 39.951444 ], [ -75.238796, 39.951942 ], [ -75.238476, 39.953485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109001", "device_counts": 556, "stop_counts": 2292 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19531, 39.968045 ], [ -75.192139, 39.966888 ], [ -75.188987, 39.96591 ], [ -75.187933, 39.965074 ], [ -75.191719, 39.964652 ], [ -75.191826, 39.965222 ], [ -75.194727, 39.964903 ], [ -75.19531, 39.968045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010384002", "device_counts": 2370, "stop_counts": 8958 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24055, 40.070468 ], [ -75.238583, 40.069546 ], [ -75.235951, 40.071238 ], [ -75.230082, 40.0663 ], [ -75.232439, 40.064739 ], [ -75.231724, 40.064099 ], [ -75.238182, 40.059771 ], [ -75.239545, 40.062977 ], [ -75.240092, 40.067344 ], [ -75.240321, 40.068383 ], [ -75.241075, 40.070395 ], [ -75.24055, 40.070468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326001", "device_counts": 1563, "stop_counts": 3693 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04677, 40.033683 ], [ -75.044671, 40.034771 ], [ -75.043199, 40.035544 ], [ -75.04086, 40.036757 ], [ -75.040594, 40.036859 ], [ -75.039473, 40.035404 ], [ -75.043433, 40.033356 ], [ -75.045554, 40.032261 ], [ -75.04677, 40.033683 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163003", "device_counts": 284, "stop_counts": 829 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132893, 39.991144 ], [ -75.130898, 39.99089 ], [ -75.131557, 39.987799 ], [ -75.133549, 39.98806 ], [ -75.132893, 39.991144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032004", "device_counts": 514, "stop_counts": 1412 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188885, 39.936887 ], [ -75.187326, 39.936679 ], [ -75.183916, 39.93624 ], [ -75.184449, 39.933813 ], [ -75.184705, 39.932584 ], [ -75.188115, 39.933014 ], [ -75.187578, 39.935461 ], [ -75.189148, 39.935671 ], [ -75.188885, 39.936887 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033006", "device_counts": 323, "stop_counts": 1119 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.197266, 39.935453 ], [ -75.197012, 39.936678 ], [ -75.193873, 39.936286 ], [ -75.194133, 39.935048 ], [ -75.194408, 39.933822 ], [ -75.197537, 39.934232 ], [ -75.197266, 39.935453 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338002", "device_counts": 469, "stop_counts": 1812 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076734, 40.05735 ], [ -75.072766, 40.061554 ], [ -75.069224, 40.059583 ], [ -75.073256, 40.05533 ], [ -75.075032, 40.056359 ], [ -75.076734, 40.05735 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201024", "device_counts": 428, "stop_counts": 961 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155185, 40.015295 ], [ -75.153849, 40.015891 ], [ -75.152431, 40.01321 ], [ -75.152163, 40.01254 ], [ -75.151428, 40.010903 ], [ -75.155681, 40.011457 ], [ -75.155185, 40.015295 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262003", "device_counts": 210, "stop_counts": 870 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170657, 40.069832 ], [ -75.16697, 40.067709 ], [ -75.166072, 40.067194 ], [ -75.168099, 40.065219 ], [ -75.168757, 40.065479 ], [ -75.172207, 40.068288 ], [ -75.170657, 40.069832 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379005", "device_counts": 513, "stop_counts": 2126 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100552, 39.986001 ], [ -75.097054, 39.987828 ], [ -75.095964, 39.988395 ], [ -75.094393, 39.98663 ], [ -75.099, 39.98424 ], [ -75.100552, 39.986001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025001", "device_counts": 567, "stop_counts": 1513 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150229, 39.936921 ], [ -75.148694, 39.936486 ], [ -75.146808, 39.935982 ], [ -75.147616, 39.932313 ], [ -75.149463, 39.933019 ], [ -75.151041, 39.933227 ], [ -75.150229, 39.936921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010360001", "device_counts": 8089, "stop_counts": 31788 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.023927, 40.100702 ], [ -75.017061, 40.105919 ], [ -75.005391, 40.114802 ], [ -75.003554, 40.110847 ], [ -75.000959, 40.111393 ], [ -74.997124, 40.108151 ], [ -75.001796, 40.10493 ], [ -75.014156, 40.096236 ], [ -75.015528, 40.09486 ], [ -75.018233, 40.097105 ], [ -75.022086, 40.100212 ], [ -75.023927, 40.100702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357011", "device_counts": 2466, "stop_counts": 9710 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033722, 40.106639 ], [ -75.029192, 40.111392 ], [ -75.025585, 40.109312 ], [ -75.026305, 40.108324 ], [ -75.028883, 40.102543 ], [ -75.030235, 40.103387 ], [ -75.032998, 40.10511 ], [ -75.033897, 40.105689 ], [ -75.033722, 40.106639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041023", "device_counts": 679, "stop_counts": 2519 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163956, 39.918518 ], [ -75.161362, 39.918177 ], [ -75.161956, 39.915546 ], [ -75.16453, 39.915875 ], [ -75.163956, 39.918518 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195011", "device_counts": 1016, "stop_counts": 3104 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137847, 40.002799 ], [ -75.133561, 40.002265 ], [ -75.131501, 40.001999 ], [ -75.132172, 39.998913 ], [ -75.138524, 39.999743 ], [ -75.137847, 40.002799 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160004", "device_counts": 199, "stop_counts": 748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.125062, 39.982373 ], [ -75.122679, 39.983488 ], [ -75.120973, 39.981546 ], [ -75.123266, 39.980344 ], [ -75.125062, 39.982373 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161004", "device_counts": 373, "stop_counts": 1025 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129641, 39.987546 ], [ -75.127022, 39.984597 ], [ -75.124728, 39.985801 ], [ -75.124654, 39.984526 ], [ -75.127398, 39.98308 ], [ -75.130794, 39.986928 ], [ -75.129641, 39.987546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010332001", "device_counts": 1637, "stop_counts": 4410 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054287, 40.044448 ], [ -75.051682, 40.046963 ], [ -75.047775, 40.046246 ], [ -75.045269, 40.046509 ], [ -75.045201, 40.044354 ], [ -75.044877, 40.043079 ], [ -75.046204, 40.041796 ], [ -75.050465, 40.044662 ], [ -75.052228, 40.043271 ], [ -75.054287, 40.044448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179005", "device_counts": 712, "stop_counts": 2578 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121855, 39.987436 ], [ -75.121438, 39.987859 ], [ -75.120138, 39.986877 ], [ -75.116751, 39.988652 ], [ -75.115083, 39.989526 ], [ -75.114257, 39.989952 ], [ -75.113492, 39.988768 ], [ -75.11674, 39.98673 ], [ -75.115524, 39.985365 ], [ -75.115224, 39.985018 ], [ -75.114934, 39.984697 ], [ -75.115605, 39.983551 ], [ -75.116075, 39.982938 ], [ -75.116836, 39.982072 ], [ -75.117355, 39.981481 ], [ -75.118522, 39.982825 ], [ -75.120252, 39.984755 ], [ -75.122417, 39.987001 ], [ -75.121855, 39.987436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344003", "device_counts": 577, "stop_counts": 4019 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059388, 40.096462 ], [ -75.054861, 40.100183 ], [ -75.054966, 40.100963 ], [ -75.050974, 40.103122 ], [ -75.049676, 40.102037 ], [ -75.047115, 40.098377 ], [ -75.046737, 40.09524 ], [ -75.047299, 40.092762 ], [ -75.047567, 40.09192 ], [ -75.050752, 40.09478 ], [ -75.053907, 40.091873 ], [ -75.057068, 40.089697 ], [ -75.058343, 40.090153 ], [ -75.063708, 40.090568 ], [ -75.059388, 40.096462 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125001", "device_counts": 7045, "stop_counts": 16488 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171583, 39.960795 ], [ -75.168429, 39.9604 ], [ -75.167806, 39.963306 ], [ -75.166227, 39.963112 ], [ -75.161384, 39.962474 ], [ -75.161443, 39.962172 ], [ -75.161411, 39.962102 ], [ -75.162293, 39.958058 ], [ -75.162339, 39.957825 ], [ -75.162413, 39.957834 ], [ -75.172002, 39.959007 ], [ -75.171583, 39.960795 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090002", "device_counts": 727, "stop_counts": 1805 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193905, 39.960514 ], [ -75.189564, 39.960998 ], [ -75.18921, 39.958811 ], [ -75.193574, 39.958689 ], [ -75.193905, 39.960514 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010375002", "device_counts": 414, "stop_counts": 1800 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.265511, 39.981857 ], [ -75.259476, 39.984955 ], [ -75.255676, 39.987499 ], [ -75.251063, 39.981601 ], [ -75.252544, 39.98077 ], [ -75.253104, 39.98018 ], [ -75.253929, 39.979067 ], [ -75.255918, 39.978122 ], [ -75.257113, 39.983789 ], [ -75.259062, 39.982814 ], [ -75.261282, 39.978272 ], [ -75.265511, 39.981857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191003", "device_counts": 534, "stop_counts": 2848 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106083, 40.00813 ], [ -75.105768, 40.009619 ], [ -75.102552, 40.009202 ], [ -75.103146, 40.006202 ], [ -75.106403, 40.006621 ], [ -75.106083, 40.00813 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093001", "device_counts": 235, "stop_counts": 940 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223531, 39.964601 ], [ -75.221952, 39.96425 ], [ -75.220044, 39.963819 ], [ -75.219693, 39.962523 ], [ -75.223746, 39.963026 ], [ -75.223531, 39.964601 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112005", "device_counts": 235, "stop_counts": 586 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23857, 39.976101 ], [ -75.236087, 39.97638 ], [ -75.235493, 39.973234 ], [ -75.237983, 39.972957 ], [ -75.23857, 39.976101 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282003", "device_counts": 3650, "stop_counts": 13928 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144749, 40.039072 ], [ -75.144571, 40.039836 ], [ -75.139212, 40.039146 ], [ -75.137633, 40.038943 ], [ -75.137945, 40.037539 ], [ -75.138323, 40.035876 ], [ -75.139766, 40.034506 ], [ -75.143944, 40.032192 ], [ -75.143363, 40.034976 ], [ -75.145554, 40.035262 ], [ -75.144749, 40.039072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262002", "device_counts": 163, "stop_counts": 843 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16899, 40.071473 ], [ -75.166725, 40.070165 ], [ -75.165348, 40.069372 ], [ -75.16697, 40.067709 ], [ -75.170657, 40.069832 ], [ -75.16899, 40.071473 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070004", "device_counts": 148, "stop_counts": 637 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225358, 39.936 ], [ -75.224388, 39.936676 ], [ -75.222986, 39.9355 ], [ -75.221731, 39.93443 ], [ -75.223219, 39.933389 ], [ -75.225887, 39.935625 ], [ -75.225358, 39.936 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331021", "device_counts": 806, "stop_counts": 2978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.026037, 40.048163 ], [ -75.023007, 40.049197 ], [ -75.021343, 40.048294 ], [ -75.020489, 40.04639 ], [ -75.021752, 40.043668 ], [ -75.02562, 40.042322 ], [ -75.02603, 40.043117 ], [ -75.02654, 40.045822 ], [ -75.026037, 40.048163 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192003", "device_counts": 405, "stop_counts": 1027 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116722, 40.000088 ], [ -75.114785, 39.999838 ], [ -75.112398, 40.00052 ], [ -75.112923, 39.99806 ], [ -75.115107, 39.998347 ], [ -75.117055, 39.998601 ], [ -75.116722, 40.000088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025004", "device_counts": 1166, "stop_counts": 3104 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153774, 39.935516 ], [ -75.153286, 39.937736 ], [ -75.150229, 39.936921 ], [ -75.151041, 39.933227 ], [ -75.154194, 39.933649 ], [ -75.153774, 39.935516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310002", "device_counts": 1031, "stop_counts": 2313 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076902, 40.054387 ], [ -75.075032, 40.056359 ], [ -75.073256, 40.05533 ], [ -75.071514, 40.054341 ], [ -75.069721, 40.053284 ], [ -75.072108, 40.050765 ], [ -75.075675, 40.052745 ], [ -75.07509, 40.053364 ], [ -75.076902, 40.054387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168004", "device_counts": 256, "stop_counts": 711 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167918, 39.990947 ], [ -75.165738, 39.990675 ], [ -75.166408, 39.987598 ], [ -75.168428, 39.987857 ], [ -75.167918, 39.990947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315023", "device_counts": 260, "stop_counts": 1304 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056848, 40.03839 ], [ -75.053584, 40.036574 ], [ -75.051973, 40.035672 ], [ -75.053701, 40.033844 ], [ -75.055334, 40.034739 ], [ -75.058568, 40.036548 ], [ -75.056848, 40.03839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190002", "device_counts": 600, "stop_counts": 2249 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.099374, 40.013583 ], [ -75.097431, 40.013325 ], [ -75.098428, 40.008664 ], [ -75.100373, 40.008914 ], [ -75.099374, 40.013583 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010211001", "device_counts": 301, "stop_counts": 1769 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207732, 40.023783 ], [ -75.20323, 40.025839 ], [ -75.202496, 40.025609 ], [ -75.203241, 40.024681 ], [ -75.204479, 40.020942 ], [ -75.204057, 40.020213 ], [ -75.207595, 40.019536 ], [ -75.207536, 40.021731 ], [ -75.207501, 40.023328 ], [ -75.207732, 40.023783 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305023", "device_counts": 164, "stop_counts": 860 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109406, 40.04584 ], [ -75.10789, 40.048195 ], [ -75.10323, 40.051355 ], [ -75.101335, 40.049539 ], [ -75.102875, 40.047968 ], [ -75.105314, 40.049378 ], [ -75.107491, 40.046751 ], [ -75.108728, 40.045469 ], [ -75.109406, 40.04584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169011", "device_counts": 414, "stop_counts": 1427 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175539, 39.996639 ], [ -75.173948, 39.996432 ], [ -75.172355, 39.99624 ], [ -75.170767, 39.996036 ], [ -75.171115, 39.994444 ], [ -75.171173, 39.994165 ], [ -75.171441, 39.992946 ], [ -75.174615, 39.993359 ], [ -75.176212, 39.993572 ], [ -75.175539, 39.996639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010367002", "device_counts": 1624, "stop_counts": 3886 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148029, 39.962265 ], [ -75.147796, 39.963527 ], [ -75.147146, 39.967126 ], [ -75.144002, 39.96567 ], [ -75.142528, 39.964985 ], [ -75.143279, 39.9614 ], [ -75.14482, 39.961762 ], [ -75.146586, 39.962174 ], [ -75.146557, 39.961255 ], [ -75.148181, 39.961418 ], [ -75.148029, 39.962265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197001", "device_counts": 760, "stop_counts": 2278 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136811, 40.016899 ], [ -75.136984, 40.018789 ], [ -75.13674, 40.019958 ], [ -75.135818, 40.020645 ], [ -75.135434, 40.019782 ], [ -75.134194, 40.019619 ], [ -75.13519, 40.015056 ], [ -75.135533, 40.013463 ], [ -75.136231, 40.013547 ], [ -75.137502, 40.01371 ], [ -75.136811, 40.016899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265001", "device_counts": 499, "stop_counts": 1057 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15642, 40.061234 ], [ -75.155254, 40.062431 ], [ -75.153513, 40.064285 ], [ -75.152915, 40.063881 ], [ -75.151879, 40.062406 ], [ -75.15175, 40.06222 ], [ -75.15597, 40.060525 ], [ -75.15642, 40.061234 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152005", "device_counts": 173, "stop_counts": 556 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175047, 39.983956 ], [ -75.175026, 39.98402 ], [ -75.171847, 39.983599 ], [ -75.172161, 39.9821 ], [ -75.174771, 39.982444 ], [ -75.174991, 39.98246 ], [ -75.175344, 39.982517 ], [ -75.175047, 39.983956 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012025", "device_counts": 582, "stop_counts": 1254 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174323, 39.948177 ], [ -75.17118, 39.947784 ], [ -75.171488, 39.946353 ], [ -75.174627, 39.946753 ], [ -75.174323, 39.948177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264007", "device_counts": 160, "stop_counts": 785 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162495, 40.067732 ], [ -75.159299, 40.065913 ], [ -75.156726, 40.064442 ], [ -75.158621, 40.063281 ], [ -75.160688, 40.064468 ], [ -75.159774, 40.06542 ], [ -75.162957, 40.067255 ], [ -75.162495, 40.067732 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357021", "device_counts": 824, "stop_counts": 5186 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044216, 40.115747 ], [ -75.043856, 40.115997 ], [ -75.037097, 40.117646 ], [ -75.033268, 40.116139 ], [ -75.032101, 40.115319 ], [ -75.032756, 40.11432 ], [ -75.030665, 40.113106 ], [ -75.029956, 40.114481 ], [ -75.028279, 40.11408 ], [ -75.029541, 40.112852 ], [ -75.029615, 40.112667 ], [ -75.029517, 40.11245 ], [ -75.029273, 40.112301 ], [ -75.029192, 40.111392 ], [ -75.033722, 40.106639 ], [ -75.033897, 40.105689 ], [ -75.03946, 40.107362 ], [ -75.048542, 40.112729 ], [ -75.044216, 40.115747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179004", "device_counts": 601, "stop_counts": 2102 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113665, 39.990278 ], [ -75.109528, 39.992123 ], [ -75.108859, 39.991356 ], [ -75.10773, 39.990079 ], [ -75.11017, 39.988806 ], [ -75.109192, 39.987702 ], [ -75.111887, 39.986296 ], [ -75.112356, 39.98702 ], [ -75.113123, 39.988217 ], [ -75.113492, 39.988768 ], [ -75.114257, 39.989952 ], [ -75.113665, 39.990278 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317001", "device_counts": 348, "stop_counts": 1759 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.066299, 40.031344 ], [ -75.064448, 40.030313 ], [ -75.065635, 40.029071 ], [ -75.064004, 40.028165 ], [ -75.065108, 40.027073 ], [ -75.065403, 40.027033 ], [ -75.068445, 40.02871 ], [ -75.066299, 40.031344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066003", "device_counts": 498, "stop_counts": 1421 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236986, 39.927821 ], [ -75.235478, 39.928877 ], [ -75.232362, 39.931074 ], [ -75.230104, 39.929711 ], [ -75.234337, 39.927526 ], [ -75.234328, 39.925573 ], [ -75.235594, 39.92664 ], [ -75.236986, 39.927821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389003", "device_counts": 541, "stop_counts": 1438 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177193, 40.05308 ], [ -75.175743, 40.054577 ], [ -75.176188, 40.055819 ], [ -75.174759, 40.057282 ], [ -75.172869, 40.057256 ], [ -75.168958, 40.054846 ], [ -75.17326, 40.050667 ], [ -75.175804, 40.052241 ], [ -75.177193, 40.05308 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010016002", "device_counts": 849, "stop_counts": 1709 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147604, 39.941422 ], [ -75.14406, 39.940972 ], [ -75.144529, 39.938873 ], [ -75.144646, 39.938373 ], [ -75.148157, 39.938899 ], [ -75.147604, 39.941422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283004", "device_counts": 368, "stop_counts": 1620 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145718, 40.024214 ], [ -75.145359, 40.025873 ], [ -75.143001, 40.025561 ], [ -75.140638, 40.025262 ], [ -75.140979, 40.023667 ], [ -75.141328, 40.022091 ], [ -75.141589, 40.020811 ], [ -75.143223, 40.020796 ], [ -75.145593, 40.021104 ], [ -75.146379, 40.021204 ], [ -75.145718, 40.024214 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025002", "device_counts": 690, "stop_counts": 1700 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149463, 39.933019 ], [ -75.147616, 39.932313 ], [ -75.146808, 39.935982 ], [ -75.144656, 39.935402 ], [ -75.145146, 39.933321 ], [ -75.14617, 39.931321 ], [ -75.149728, 39.931793 ], [ -75.149463, 39.933019 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055003", "device_counts": 635, "stop_counts": 3267 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255597, 39.899596 ], [ -75.251288, 39.904403 ], [ -75.249736, 39.903575 ], [ -75.247414, 39.906162 ], [ -75.244247, 39.908271 ], [ -75.241558, 39.907257 ], [ -75.240576, 39.904062 ], [ -75.244985, 39.903178 ], [ -75.247308, 39.902282 ], [ -75.249109, 39.901113 ], [ -75.252349, 39.897618 ], [ -75.253285, 39.898094 ], [ -75.255093, 39.898756 ], [ -75.255597, 39.899596 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010342002", "device_counts": 490, "stop_counts": 3575 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082456, 40.082884 ], [ -75.077805, 40.08577 ], [ -75.076363, 40.087265 ], [ -75.073616, 40.087907 ], [ -75.074488, 40.086788 ], [ -75.071691, 40.086977 ], [ -75.068235, 40.085035 ], [ -75.062288, 40.084478 ], [ -75.068463, 40.080164 ], [ -75.067597, 40.0788 ], [ -75.066273, 40.077544 ], [ -75.067333, 40.075504 ], [ -75.067912, 40.075976 ], [ -75.071007, 40.077682 ], [ -75.073705, 40.079182 ], [ -75.070181, 40.081194 ], [ -75.073278, 40.083085 ], [ -75.075061, 40.084174 ], [ -75.077179, 40.082798 ], [ -75.078845, 40.082048 ], [ -75.082456, 40.082884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010351001", "device_counts": 2254, "stop_counts": 6473 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.99627, 40.047202 ], [ -74.986873, 40.052097 ], [ -74.984098, 40.054782 ], [ -74.983904, 40.054994 ], [ -74.982202, 40.053804 ], [ -74.982732, 40.053014 ], [ -74.980228, 40.050581 ], [ -74.981789, 40.04954 ], [ -74.984503, 40.051939 ], [ -74.986317, 40.050837 ], [ -74.983929, 40.048065 ], [ -74.985114, 40.046992 ], [ -74.988129, 40.049737 ], [ -74.992793, 40.046975 ], [ -74.989105, 40.043678 ], [ -74.990976, 40.042526 ], [ -74.99627, 40.047202 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362014", "device_counts": 251, "stop_counts": 1683 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.988911, 40.07812 ], [ -74.986539, 40.080333 ], [ -74.984093, 40.079508 ], [ -74.985706, 40.07568 ], [ -74.987568, 40.075825 ], [ -74.990003, 40.077975 ], [ -74.988911, 40.07812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010015002", "device_counts": 2536, "stop_counts": 5478 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165988, 39.94182 ], [ -75.165575, 39.943664 ], [ -75.165493, 39.943653 ], [ -75.160205, 39.942997 ], [ -75.156673, 39.942551 ], [ -75.156853, 39.941683 ], [ -75.156388, 39.940627 ], [ -75.16218, 39.94135 ], [ -75.165909, 39.941811 ], [ -75.165988, 39.94182 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024003", "device_counts": 2805, "stop_counts": 5439 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161399, 39.937157 ], [ -75.16092, 39.939367 ], [ -75.157848, 39.938982 ], [ -75.156317, 39.938569 ], [ -75.156622, 39.937182 ], [ -75.15815, 39.937589 ], [ -75.158424, 39.936372 ], [ -75.158669, 39.935226 ], [ -75.160199, 39.9356 ], [ -75.161678, 39.935849 ], [ -75.161399, 39.937157 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070005", "device_counts": 322, "stop_counts": 1089 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222986, 39.9355 ], [ -75.221605, 39.936464 ], [ -75.220343, 39.935408 ], [ -75.219442, 39.936041 ], [ -75.218983, 39.936369 ], [ -75.217614, 39.93733 ], [ -75.215778, 39.935624 ], [ -75.217058, 39.934733 ], [ -75.217811, 39.935357 ], [ -75.220543, 39.933446 ], [ -75.221731, 39.93443 ], [ -75.222986, 39.9355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010092002", "device_counts": 801, "stop_counts": 2505 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.206889, 39.962485 ], [ -75.20236, 39.962859 ], [ -75.202235, 39.961643 ], [ -75.201971, 39.959176 ], [ -75.20627, 39.958823 ], [ -75.206889, 39.962485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108003", "device_counts": 403, "stop_counts": 1938 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198248, 39.96793 ], [ -75.195863, 39.968193 ], [ -75.19531, 39.968045 ], [ -75.194727, 39.964903 ], [ -75.194297, 39.962607 ], [ -75.197197, 39.962287 ], [ -75.197519, 39.964025 ], [ -75.197832, 39.965697 ], [ -75.198248, 39.96793 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146001", "device_counts": 3530, "stop_counts": 10100 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158526, 39.97585 ], [ -75.157581, 39.980223 ], [ -75.152235, 39.979531 ], [ -75.150661, 39.979325 ], [ -75.151306, 39.976382 ], [ -75.154452, 39.976794 ], [ -75.155061, 39.973996 ], [ -75.156616, 39.974198 ], [ -75.158782, 39.974482 ], [ -75.158526, 39.97585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191005", "device_counts": 1749, "stop_counts": 6480 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113483, 40.005927 ], [ -75.112821, 40.009007 ], [ -75.106083, 40.00813 ], [ -75.106403, 40.006621 ], [ -75.103146, 40.006202 ], [ -75.10327, 40.005602 ], [ -75.103797, 40.003134 ], [ -75.101811, 40.002863 ], [ -75.103179, 40.002096 ], [ -75.104197, 40.001525 ], [ -75.110017, 40.002282 ], [ -75.109864, 40.003027 ], [ -75.113986, 40.00356 ], [ -75.113483, 40.005927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240002", "device_counts": 1091, "stop_counts": 3493 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183058, 40.03129 ], [ -75.181235, 40.033097 ], [ -75.174572, 40.029244 ], [ -75.177222, 40.026659 ], [ -75.1793, 40.027944 ], [ -75.183731, 40.030637 ], [ -75.183058, 40.03129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010269002", "device_counts": 357, "stop_counts": 1254 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137025, 40.058773 ], [ -75.136631, 40.059187 ], [ -75.135124, 40.060989 ], [ -75.130135, 40.057796 ], [ -75.129021, 40.057091 ], [ -75.130059, 40.055474 ], [ -75.130783, 40.052206 ], [ -75.133814, 40.0526 ], [ -75.137767, 40.053112 ], [ -75.137025, 40.058773 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318001", "device_counts": 1151, "stop_counts": 3797 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080757, 40.032541 ], [ -75.077022, 40.033387 ], [ -75.074439, 40.03398 ], [ -75.071097, 40.034742 ], [ -75.071824, 40.033503 ], [ -75.072682, 40.031938 ], [ -75.073733, 40.029784 ], [ -75.076783, 40.031474 ], [ -75.078277, 40.032301 ], [ -75.079443, 40.031051 ], [ -75.081231, 40.032046 ], [ -75.080757, 40.032541 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325004", "device_counts": 573, "stop_counts": 2690 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048375, 40.023291 ], [ -75.044721, 40.025179 ], [ -75.043408, 40.023672 ], [ -75.039768, 40.025551 ], [ -75.038625, 40.024239 ], [ -75.039452, 40.022917 ], [ -75.045381, 40.019868 ], [ -75.048375, 40.023291 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072001", "device_counts": 285, "stop_counts": 751 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237132, 39.943237 ], [ -75.235219, 39.943494 ], [ -75.234474, 39.944027 ], [ -75.233566, 39.943265 ], [ -75.233074, 39.942849 ], [ -75.231676, 39.941671 ], [ -75.233632, 39.940292 ], [ -75.236424, 39.942646 ], [ -75.237132, 39.943237 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201011", "device_counts": 1859, "stop_counts": 5803 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158278, 40.006994 ], [ -75.158106, 40.007736 ], [ -75.156376, 40.008284 ], [ -75.151603, 40.007665 ], [ -75.152549, 40.003181 ], [ -75.154205, 40.003395 ], [ -75.157365, 40.003799 ], [ -75.158926, 40.004009 ], [ -75.158278, 40.006994 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276004", "device_counts": 1379, "stop_counts": 3486 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142898, 40.047493 ], [ -75.139107, 40.047011 ], [ -75.137529, 40.046805 ], [ -75.138205, 40.043739 ], [ -75.143547, 40.044426 ], [ -75.142898, 40.047493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280004", "device_counts": 791, "stop_counts": 2452 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154245, 40.025634 ], [ -75.153761, 40.025871 ], [ -75.152086, 40.026744 ], [ -75.150781, 40.026565 ], [ -75.149984, 40.02539 ], [ -75.149552, 40.024785 ], [ -75.148245, 40.022959 ], [ -75.148567, 40.021476 ], [ -75.153357, 40.022088 ], [ -75.15461, 40.023801 ], [ -75.154245, 40.025634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288002", "device_counts": 250, "stop_counts": 1329 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122425, 40.021314 ], [ -75.122095, 40.022864 ], [ -75.121762, 40.024364 ], [ -75.119823, 40.02412 ], [ -75.120136, 40.022627 ], [ -75.120481, 40.02109 ], [ -75.121407, 40.019548 ], [ -75.122752, 40.019722 ], [ -75.122425, 40.021314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298002", "device_counts": 392, "stop_counts": 1519 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.067782, 40.017853 ], [ -75.066116, 40.018648 ], [ -75.065113, 40.017511 ], [ -75.063385, 40.01552 ], [ -75.062519, 40.014542 ], [ -75.064145, 40.013681 ], [ -75.065941, 40.015727 ], [ -75.066752, 40.016661 ], [ -75.066195, 40.016956 ], [ -75.067782, 40.017853 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301003", "device_counts": 190, "stop_counts": 1206 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.090373, 40.022233 ], [ -75.087283, 40.020485 ], [ -75.090325, 40.017356 ], [ -75.091304, 40.017883 ], [ -75.089718, 40.019875 ], [ -75.091492, 40.021027 ], [ -75.090373, 40.022233 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305021", "device_counts": 623, "stop_counts": 2833 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105191, 40.0454 ], [ -75.102875, 40.047968 ], [ -75.101335, 40.049539 ], [ -75.100394, 40.048691 ], [ -75.099559, 40.047973 ], [ -75.098017, 40.047096 ], [ -75.101105, 40.045038 ], [ -75.103518, 40.043463 ], [ -75.105787, 40.044735 ], [ -75.105191, 40.0454 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311024", "device_counts": 352, "stop_counts": 2132 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084464, 40.037657 ], [ -75.082114, 40.040147 ], [ -75.07862, 40.038205 ], [ -75.079265, 40.037516 ], [ -75.080981, 40.035713 ], [ -75.083148, 40.036924 ], [ -75.084464, 40.037657 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313006", "device_counts": 163, "stop_counts": 926 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071817, 40.040124 ], [ -75.069459, 40.042621 ], [ -75.068234, 40.041945 ], [ -75.067663, 40.041634 ], [ -75.070025, 40.039139 ], [ -75.071817, 40.040124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315013", "device_counts": 374, "stop_counts": 1274 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051973, 40.035672 ], [ -75.050349, 40.034769 ], [ -75.047718, 40.033301 ], [ -75.048574, 40.032982 ], [ -75.050972, 40.032324 ], [ -75.053701, 40.033844 ], [ -75.051973, 40.035672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317003", "device_counts": 1861, "stop_counts": 3100 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064448, 40.030313 ], [ -75.062828, 40.02941 ], [ -75.062426, 40.027979 ], [ -75.062394, 40.027444 ], [ -75.062599, 40.027433 ], [ -75.065108, 40.027073 ], [ -75.064004, 40.028165 ], [ -75.065635, 40.029071 ], [ -75.064448, 40.030313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320007", "device_counts": 511, "stop_counts": 1911 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055416, 40.030086 ], [ -75.054054, 40.03118 ], [ -75.053249, 40.0317 ], [ -75.051073, 40.029403 ], [ -75.052898, 40.028462 ], [ -75.053968, 40.027905 ], [ -75.055661, 40.029843 ], [ -75.055416, 40.030086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329003", "device_counts": 321, "stop_counts": 1181 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029881, 40.034072 ], [ -75.026887, 40.035695 ], [ -75.025367, 40.033347 ], [ -75.02798, 40.031894 ], [ -75.029881, 40.034072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339003", "device_counts": 1967, "stop_counts": 7553 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.096733, 40.068989 ], [ -75.090317, 40.075115 ], [ -75.085044, 40.072141 ], [ -75.085496, 40.06747 ], [ -75.089378, 40.064705 ], [ -75.09037, 40.065285 ], [ -75.096733, 40.068989 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341002", "device_counts": 499, "stop_counts": 2454 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079769, 40.076854 ], [ -75.078592, 40.078097 ], [ -75.073477, 40.07526 ], [ -75.0759, 40.072884 ], [ -75.077202, 40.071627 ], [ -75.078867, 40.072559 ], [ -75.077595, 40.073918 ], [ -75.080159, 40.075454 ], [ -75.079769, 40.076854 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169022", "device_counts": 543, "stop_counts": 1717 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186148, 39.992662 ], [ -75.185808, 39.992075 ], [ -75.179748, 39.991715 ], [ -75.180257, 39.989388 ], [ -75.183459, 39.9898 ], [ -75.186713, 39.990215 ], [ -75.186148, 39.992662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355002", "device_counts": 2287, "stop_counts": 6101 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033547, 40.089582 ], [ -75.028337, 40.086604 ], [ -75.027097, 40.087878 ], [ -75.023996, 40.086107 ], [ -75.025229, 40.08482 ], [ -75.028952, 40.080968 ], [ -75.037498, 40.085459 ], [ -75.033547, 40.089582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347023", "device_counts": 453, "stop_counts": 3514 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035062, 40.057327 ], [ -75.03433, 40.057067 ], [ -75.033734, 40.056884 ], [ -75.029032, 40.056399 ], [ -75.028549, 40.056169 ], [ -75.026753, 40.050779 ], [ -75.031695, 40.051607 ], [ -75.032754, 40.052569 ], [ -75.036019, 40.051602 ], [ -75.035062, 40.057327 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083023", "device_counts": 524, "stop_counts": 1914 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243975, 39.95626 ], [ -75.243608, 39.95802 ], [ -75.239658, 39.957534 ], [ -75.239909, 39.956313 ], [ -75.240137, 39.955252 ], [ -75.244084, 39.955743 ], [ -75.243975, 39.95626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009011", "device_counts": 2474, "stop_counts": 4523 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162114, 39.94908 ], [ -75.159751, 39.948783 ], [ -75.160267, 39.946422 ], [ -75.161843, 39.94662 ], [ -75.162627, 39.946713 ], [ -75.162114, 39.94908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013003", "device_counts": 555, "stop_counts": 1267 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181002, 39.941863 ], [ -75.177761, 39.941461 ], [ -75.178251, 39.939268 ], [ -75.179839, 39.939478 ], [ -75.181494, 39.939687 ], [ -75.181002, 39.941863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149003", "device_counts": 292, "stop_counts": 844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179952, 39.983108 ], [ -75.178535, 39.982919 ], [ -75.176933, 39.982713 ], [ -75.177585, 39.979774 ], [ -75.179172, 39.979988 ], [ -75.180591, 39.980167 ], [ -75.179952, 39.983108 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151012", "device_counts": 343, "stop_counts": 1155 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186713, 39.990215 ], [ -75.183459, 39.9898 ], [ -75.183601, 39.989159 ], [ -75.183795, 39.988236 ], [ -75.184136, 39.986721 ], [ -75.185719, 39.986919 ], [ -75.187382, 39.98713 ], [ -75.186713, 39.990215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158004", "device_counts": 773, "stop_counts": 1377 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134401, 39.972303 ], [ -75.133286, 39.970766 ], [ -75.131239, 39.97165 ], [ -75.130452, 39.970189 ], [ -75.134428, 39.968791 ], [ -75.134401, 39.972303 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165001", "device_counts": 185, "stop_counts": 753 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152389, 39.993659 ], [ -75.150813, 39.99346 ], [ -75.149238, 39.993253 ], [ -75.149587, 39.991665 ], [ -75.15273, 39.992072 ], [ -75.152389, 39.993659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177023", "device_counts": 370, "stop_counts": 1104 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120933, 39.999097 ], [ -75.118994, 39.998852 ], [ -75.119328, 39.997255 ], [ -75.119665, 39.995671 ], [ -75.121617, 39.99592 ], [ -75.120933, 39.999097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178002", "device_counts": 495, "stop_counts": 1497 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113816, 39.992924 ], [ -75.111369, 39.994211 ], [ -75.110258, 39.992957 ], [ -75.109709, 39.992334 ], [ -75.109528, 39.992123 ], [ -75.113665, 39.990278 ], [ -75.112775, 39.991747 ], [ -75.113816, 39.992924 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010184001", "device_counts": 797, "stop_counts": 2531 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075687, 40.005553 ], [ -75.072702, 40.007904 ], [ -75.068883, 40.00879 ], [ -75.068346, 40.006924 ], [ -75.067696, 40.005333 ], [ -75.067245, 40.004293 ], [ -75.070609, 40.001652 ], [ -75.073149, 40.001517 ], [ -75.075687, 40.005553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028013", "device_counts": 497, "stop_counts": 1941 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157843, 39.931615 ], [ -75.157578, 39.932837 ], [ -75.156025, 39.932635 ], [ -75.154454, 39.93242 ], [ -75.154735, 39.931208 ], [ -75.154997, 39.929984 ], [ -75.158121, 39.930394 ], [ -75.157843, 39.931615 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032003", "device_counts": 445, "stop_counts": 1157 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184705, 39.932584 ], [ -75.181419, 39.932161 ], [ -75.181589, 39.931366 ], [ -75.181944, 39.929729 ], [ -75.183601, 39.929928 ], [ -75.18524, 39.930146 ], [ -75.184705, 39.932584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039013", "device_counts": 812, "stop_counts": 3582 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176906, 39.921464 ], [ -75.176361, 39.92396 ], [ -75.173226, 39.923556 ], [ -75.173748, 39.92106 ], [ -75.174033, 39.919809 ], [ -75.177082, 39.920207 ], [ -75.176906, 39.921464 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041012", "device_counts": 786, "stop_counts": 2793 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159904, 39.922287 ], [ -75.158363, 39.922092 ], [ -75.155233, 39.921686 ], [ -75.155597, 39.920013 ], [ -75.160275, 39.920611 ], [ -75.159904, 39.922287 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062002", "device_counts": 211, "stop_counts": 607 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232221, 39.920865 ], [ -75.22943, 39.918507 ], [ -75.230094, 39.918046 ], [ -75.231092, 39.917343 ], [ -75.233878, 39.919693 ], [ -75.232221, 39.920865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067002", "device_counts": 245, "stop_counts": 727 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227538, 39.91984 ], [ -75.224926, 39.921692 ], [ -75.224111, 39.921005 ], [ -75.222772, 39.919918 ], [ -75.221873, 39.919551 ], [ -75.223236, 39.917589 ], [ -75.22421, 39.917832 ], [ -75.225839, 39.918503 ], [ -75.227538, 39.91984 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192001", "device_counts": 356, "stop_counts": 1351 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119314, 40.002003 ], [ -75.116411, 40.001624 ], [ -75.116722, 40.000088 ], [ -75.119644, 40.000464 ], [ -75.119314, 40.002003 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383002", "device_counts": 814, "stop_counts": 1962 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131828, 40.019316 ], [ -75.128883, 40.018945 ], [ -75.130585, 40.011325 ], [ -75.131779, 40.011482 ], [ -75.131135, 40.014535 ], [ -75.132327, 40.014695 ], [ -75.131828, 40.019316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010200001", "device_counts": 1228, "stop_counts": 2439 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153609, 39.998515 ], [ -75.152926, 40.001592 ], [ -75.148148, 40.000987 ], [ -75.147717, 39.999974 ], [ -75.15002, 39.999096 ], [ -75.153782, 39.997718 ], [ -75.153609, 39.998515 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207002", "device_counts": 167, "stop_counts": 670 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191289, 40.013697 ], [ -75.187708, 40.01641 ], [ -75.185937, 40.014895 ], [ -75.187771, 40.013623 ], [ -75.187402, 40.013303 ], [ -75.189317, 40.011994 ], [ -75.191289, 40.013697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214005", "device_counts": 247, "stop_counts": 976 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224657, 40.031899 ], [ -75.222391, 40.033052 ], [ -75.220448, 40.031211 ], [ -75.219114, 40.029931 ], [ -75.219728, 40.029436 ], [ -75.22124, 40.027551 ], [ -75.221837, 40.027263 ], [ -75.223474, 40.029441 ], [ -75.225127, 40.031643 ], [ -75.224657, 40.031899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217002", "device_counts": 1095, "stop_counts": 4477 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235419, 40.048775 ], [ -75.230603, 40.050962 ], [ -75.230049, 40.051219 ], [ -75.229214, 40.048037 ], [ -75.2223, 40.045151 ], [ -75.223307, 40.045054 ], [ -75.227444, 40.043197 ], [ -75.22853, 40.04386 ], [ -75.23204, 40.045328 ], [ -75.235419, 40.048775 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010239002", "device_counts": 588, "stop_counts": 1374 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190987, 40.037353 ], [ -75.186455, 40.033226 ], [ -75.184519, 40.032497 ], [ -75.183058, 40.03129 ], [ -75.183731, 40.030637 ], [ -75.186194, 40.029468 ], [ -75.187776, 40.030771 ], [ -75.189063, 40.031905 ], [ -75.193127, 40.035381 ], [ -75.190987, 40.037353 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067004", "device_counts": 329, "stop_counts": 1034 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231194, 39.924845 ], [ -75.229818, 39.925811 ], [ -75.226761, 39.923242 ], [ -75.228132, 39.922273 ], [ -75.230327, 39.922201 ], [ -75.232438, 39.92397 ], [ -75.231194, 39.924845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071021", "device_counts": 287, "stop_counts": 894 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226805, 39.945083 ], [ -75.22498, 39.943534 ], [ -75.224129, 39.942836 ], [ -75.222753, 39.941654 ], [ -75.224113, 39.940691 ], [ -75.224607, 39.941109 ], [ -75.225508, 39.941871 ], [ -75.226334, 39.942562 ], [ -75.228184, 39.944134 ], [ -75.226805, 39.945083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074001", "device_counts": 308, "stop_counts": 928 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211401, 39.945802 ], [ -75.207649, 39.942475 ], [ -75.208799, 39.941644 ], [ -75.212687, 39.944885 ], [ -75.211401, 39.945802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080003", "device_counts": 496, "stop_counts": 1231 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230959, 39.949438 ], [ -75.230793, 39.950172 ], [ -75.22703, 39.949702 ], [ -75.227419, 39.94777 ], [ -75.229894, 39.947791 ], [ -75.231271, 39.947909 ], [ -75.230959, 39.949438 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176012", "device_counts": 511, "stop_counts": 1510 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139851, 39.993672 ], [ -75.139199, 39.996661 ], [ -75.13735, 39.996421 ], [ -75.138352, 39.991851 ], [ -75.140198, 39.992086 ], [ -75.139851, 39.993672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085006", "device_counts": 837, "stop_counts": 1797 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231277, 39.958448 ], [ -75.225351, 39.957714 ], [ -75.225634, 39.956372 ], [ -75.231557, 39.957102 ], [ -75.231277, 39.958448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095002", "device_counts": 201, "stop_counts": 553 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237818, 39.96633 ], [ -75.235842, 39.966085 ], [ -75.236481, 39.963047 ], [ -75.237798, 39.963206 ], [ -75.238137, 39.96481 ], [ -75.237818, 39.96633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249003", "device_counts": 228, "stop_counts": 829 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160528, 40.049664 ], [ -75.158017, 40.048126 ], [ -75.158132, 40.046418 ], [ -75.161656, 40.048559 ], [ -75.160528, 40.049664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256003", "device_counts": 356, "stop_counts": 818 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196385, 40.066623 ], [ -75.193222, 40.06909 ], [ -75.190594, 40.071973 ], [ -75.189117, 40.073124 ], [ -75.188461, 40.07275 ], [ -75.188052, 40.072503 ], [ -75.190512, 40.070271 ], [ -75.188921, 40.066497 ], [ -75.192891, 40.062662 ], [ -75.195726, 40.065177 ], [ -75.196385, 40.066623 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100002", "device_counts": 201, "stop_counts": 713 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249177, 39.970857 ], [ -75.24887, 39.972339 ], [ -75.246935, 39.972111 ], [ -75.247518, 39.969093 ], [ -75.250481, 39.96946 ], [ -75.249177, 39.970857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101006", "device_counts": 695, "stop_counts": 2060 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247494, 39.975113 ], [ -75.24554, 39.97533 ], [ -75.24358, 39.975546 ], [ -75.24329, 39.973997 ], [ -75.245247, 39.973778 ], [ -75.244885, 39.971854 ], [ -75.246935, 39.972111 ], [ -75.247494, 39.975113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112006", "device_counts": 246, "stop_counts": 533 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236087, 39.97638 ], [ -75.233691, 39.976642 ], [ -75.233659, 39.973437 ], [ -75.234732, 39.973315 ], [ -75.235493, 39.973234 ], [ -75.236087, 39.97638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114004", "device_counts": 242, "stop_counts": 1239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.244138, 39.978517 ], [ -75.242354, 39.978712 ], [ -75.241574, 39.978799 ], [ -75.241013, 39.975833 ], [ -75.24358, 39.975546 ], [ -75.244138, 39.978517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122041", "device_counts": 317, "stop_counts": 1428 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21114, 40.002124 ], [ -75.209385, 40.002429 ], [ -75.203194, 40.003393 ], [ -75.202057, 40.004729 ], [ -75.203579, 40.000755 ], [ -75.206217, 40.000419 ], [ -75.20728, 39.999054 ], [ -75.208809, 39.999431 ], [ -75.209695, 39.99965 ], [ -75.21114, 40.002124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135003", "device_counts": 132, "stop_counts": 595 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172659, 39.971823 ], [ -75.17055, 39.97157 ], [ -75.170997, 39.969227 ], [ -75.173163, 39.969503 ], [ -75.172659, 39.971823 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146002", "device_counts": 186, "stop_counts": 555 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154452, 39.976794 ], [ -75.151306, 39.976382 ], [ -75.151915, 39.973588 ], [ -75.155061, 39.973996 ], [ -75.154452, 39.976794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264001", "device_counts": 227, "stop_counts": 821 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161105, 40.060726 ], [ -75.158621, 40.063281 ], [ -75.156726, 40.064442 ], [ -75.155254, 40.062431 ], [ -75.15642, 40.061234 ], [ -75.158413, 40.059181 ], [ -75.160983, 40.060654 ], [ -75.161105, 40.060726 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266004", "device_counts": 142, "stop_counts": 593 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150719, 40.066367 ], [ -75.147022, 40.065892 ], [ -75.147353, 40.064371 ], [ -75.151053, 40.064852 ], [ -75.150719, 40.066367 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010270001", "device_counts": 324, "stop_counts": 1040 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132121, 40.046018 ], [ -75.130783, 40.052206 ], [ -75.127143, 40.051748 ], [ -75.128495, 40.045626 ], [ -75.131283, 40.045984 ], [ -75.132121, 40.046018 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274025", "device_counts": 520, "stop_counts": 1741 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126639, 40.045392 ], [ -75.125631, 40.045259 ], [ -75.123566, 40.044993 ], [ -75.121432, 40.044731 ], [ -75.121754, 40.04317 ], [ -75.125968, 40.043728 ], [ -75.126987, 40.043857 ], [ -75.126639, 40.045392 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245004", "device_counts": 289, "stop_counts": 1139 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169211, 40.032314 ], [ -75.165747, 40.035702 ], [ -75.165094, 40.036234 ], [ -75.16298, 40.036142 ], [ -75.164571, 40.032912 ], [ -75.166655, 40.03089 ], [ -75.169211, 40.032314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379001", "device_counts": 362, "stop_counts": 1070 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105064, 39.987073 ], [ -75.102621, 39.988348 ], [ -75.100912, 39.986416 ], [ -75.103366, 39.985129 ], [ -75.105064, 39.987073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357022", "device_counts": 735, "stop_counts": 5904 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037842, 40.120213 ], [ -75.036495, 40.12039 ], [ -75.034996, 40.119328 ], [ -75.030059, 40.116298 ], [ -75.02923, 40.11597 ], [ -75.030162, 40.114978 ], [ -75.029956, 40.114481 ], [ -75.030665, 40.113106 ], [ -75.032756, 40.11432 ], [ -75.032101, 40.115319 ], [ -75.033268, 40.116139 ], [ -75.037097, 40.117646 ], [ -75.043856, 40.115997 ], [ -75.037842, 40.120213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137002", "device_counts": 574, "stop_counts": 1789 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181755, 39.977444 ], [ -75.181135, 39.980238 ], [ -75.180591, 39.980167 ], [ -75.179172, 39.979988 ], [ -75.179779, 39.977188 ], [ -75.180729, 39.972841 ], [ -75.182147, 39.973009 ], [ -75.181707, 39.975062 ], [ -75.182327, 39.975143 ], [ -75.181755, 39.977444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022003", "device_counts": 680, "stop_counts": 1697 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173173, 39.938641 ], [ -75.171602, 39.938447 ], [ -75.170025, 39.938263 ], [ -75.170455, 39.936232 ], [ -75.170729, 39.935024 ], [ -75.17385, 39.93545 ], [ -75.173173, 39.938641 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243002", "device_counts": 542, "stop_counts": 1931 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176861, 40.021501 ], [ -75.172523, 40.025758 ], [ -75.169124, 40.023865 ], [ -75.170176, 40.022731 ], [ -75.169534, 40.022381 ], [ -75.173246, 40.018411 ], [ -75.176861, 40.021501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088011", "device_counts": 2723, "stop_counts": 5063 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.200525, 39.952695 ], [ -75.200098, 39.954582 ], [ -75.196603, 39.954149 ], [ -75.197243, 39.951021 ], [ -75.199204, 39.951257 ], [ -75.200801, 39.951458 ], [ -75.200525, 39.952695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273003", "device_counts": 487, "stop_counts": 1790 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121432, 40.044731 ], [ -75.119454, 40.04448 ], [ -75.114119, 40.043644 ], [ -75.113544, 40.042711 ], [ -75.115488, 40.041183 ], [ -75.120103, 40.041417 ], [ -75.119782, 40.042926 ], [ -75.121754, 40.04317 ], [ -75.121432, 40.044731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197006", "device_counts": 910, "stop_counts": 2122 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140105, 40.02039 ], [ -75.138463, 40.020171 ], [ -75.13911, 40.017187 ], [ -75.139464, 40.015599 ], [ -75.141126, 40.015818 ], [ -75.140105, 40.02039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010061001", "device_counts": 997, "stop_counts": 3765 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23463, 39.914848 ], [ -75.232692, 39.916219 ], [ -75.231092, 39.917343 ], [ -75.230094, 39.918046 ], [ -75.227809, 39.916106 ], [ -75.225839, 39.918503 ], [ -75.22421, 39.917832 ], [ -75.223236, 39.917589 ], [ -75.224988, 39.915064 ], [ -75.22918, 39.909127 ], [ -75.230417, 39.911046 ], [ -75.231662, 39.912252 ], [ -75.23374, 39.914073 ], [ -75.23463, 39.914848 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098011", "device_counts": 969, "stop_counts": 2267 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.269257, 39.980186 ], [ -75.267973, 39.980757 ], [ -75.265918, 39.979251 ], [ -75.261996, 39.977598 ], [ -75.263054, 39.975749 ], [ -75.268293, 39.978967 ], [ -75.269257, 39.980186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334002", "device_counts": 2639, "stop_counts": 6702 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054947, 40.053507 ], [ -75.054197, 40.054405 ], [ -75.053348, 40.056454 ], [ -75.052749, 40.058042 ], [ -75.051784, 40.057504 ], [ -75.049762, 40.056374 ], [ -75.048291, 40.055538 ], [ -75.047749, 40.055363 ], [ -75.050464, 40.052507 ], [ -75.050943, 40.050215 ], [ -75.052836, 40.050498 ], [ -75.056036, 40.05224 ], [ -75.054947, 40.053507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171001", "device_counts": 334, "stop_counts": 1150 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176913, 40.004697 ], [ -75.171247, 40.003951 ], [ -75.171595, 40.002377 ], [ -75.17725, 40.003097 ], [ -75.176913, 40.004697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086021", "device_counts": 2216, "stop_counts": 5183 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218954, 39.95926 ], [ -75.217002, 39.959015 ], [ -75.214018, 39.958643 ], [ -75.211039, 39.958276 ], [ -75.211677, 39.95524 ], [ -75.214643, 39.955607 ], [ -75.215471, 39.956489 ], [ -75.219421, 39.956979 ], [ -75.218954, 39.95926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112003", "device_counts": 361, "stop_counts": 1288 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234732, 39.973315 ], [ -75.233659, 39.973437 ], [ -75.232182, 39.973599 ], [ -75.231617, 39.970789 ], [ -75.232573, 39.970683 ], [ -75.234203, 39.9705 ], [ -75.234732, 39.973315 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257002", "device_counts": 240, "stop_counts": 1119 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199786, 40.075366 ], [ -75.199496, 40.07547 ], [ -75.196263, 40.073051 ], [ -75.193222, 40.06909 ], [ -75.196385, 40.066623 ], [ -75.196741, 40.067365 ], [ -75.199715, 40.073803 ], [ -75.199786, 40.075366 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010174002", "device_counts": 1334, "stop_counts": 3057 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153782, 39.997718 ], [ -75.15002, 39.999096 ], [ -75.149877, 39.998385 ], [ -75.150813, 39.99346 ], [ -75.152389, 39.993659 ], [ -75.154588, 39.993938 ], [ -75.153782, 39.997718 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238004", "device_counts": 247, "stop_counts": 740 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187922, 40.037547 ], [ -75.186595, 40.037617 ], [ -75.184831, 40.039346 ], [ -75.1804, 40.036534 ], [ -75.182925, 40.034066 ], [ -75.188396, 40.037255 ], [ -75.187922, 40.037547 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013004", "device_counts": 231, "stop_counts": 673 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183366, 39.942946 ], [ -75.180611, 39.944631 ], [ -75.180409, 39.944602 ], [ -75.180624, 39.943641 ], [ -75.180838, 39.942631 ], [ -75.181002, 39.941863 ], [ -75.184474, 39.942274 ], [ -75.183366, 39.942946 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122012", "device_counts": 291, "stop_counts": 1580 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207589, 40.005981 ], [ -75.206209, 40.006641 ], [ -75.202057, 40.004729 ], [ -75.203194, 40.003393 ], [ -75.209385, 40.002429 ], [ -75.207589, 40.005981 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078003", "device_counts": 328, "stop_counts": 813 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223315, 39.947925 ], [ -75.221237, 39.948161 ], [ -75.217733, 39.945183 ], [ -75.219002, 39.944283 ], [ -75.222369, 39.947135 ], [ -75.223315, 39.947925 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114001", "device_counts": 473, "stop_counts": 1609 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.251063, 39.981601 ], [ -75.248346, 39.982968 ], [ -75.247094, 39.983595 ], [ -75.24654, 39.980645 ], [ -75.24554, 39.97533 ], [ -75.247494, 39.975113 ], [ -75.247797, 39.975079 ], [ -75.248628, 39.978707 ], [ -75.248944, 39.979106 ], [ -75.251063, 39.981601 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096002", "device_counts": 456, "stop_counts": 1709 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242406, 39.963779 ], [ -75.242087, 39.965303 ], [ -75.24011, 39.965055 ], [ -75.240762, 39.96196 ], [ -75.242735, 39.962202 ], [ -75.242406, 39.963779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010132001", "device_counts": 386, "stop_counts": 1250 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156085, 39.96931 ], [ -75.154549, 39.968931 ], [ -75.153018, 39.968549 ], [ -75.154013, 39.963976 ], [ -75.157125, 39.964556 ], [ -75.156085, 39.96931 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093003", "device_counts": 658, "stop_counts": 1519 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224541, 39.961567 ], [ -75.219439, 39.960941 ], [ -75.219175, 39.959288 ], [ -75.22092, 39.959505 ], [ -75.2229, 39.959745 ], [ -75.224868, 39.960005 ], [ -75.224541, 39.961567 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010380001", "device_counts": 1943, "stop_counts": 5805 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089831, 40.004441 ], [ -75.087448, 40.006079 ], [ -75.083087, 40.007437 ], [ -75.078448, 40.008586 ], [ -75.077476, 40.004139 ], [ -75.079781, 40.002337 ], [ -75.086234, 39.998967 ], [ -75.086895, 39.999532 ], [ -75.087302, 40.000157 ], [ -75.087369, 40.001571 ], [ -75.087984, 40.00303 ], [ -75.088513, 40.00354 ], [ -75.090028, 40.004264 ], [ -75.089831, 40.004441 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101004", "device_counts": 404, "stop_counts": 1304 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243788, 39.971723 ], [ -75.24181, 39.971472 ], [ -75.239133, 39.969893 ], [ -75.239479, 39.968097 ], [ -75.244416, 39.968706 ], [ -75.243788, 39.971723 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067003", "device_counts": 382, "stop_counts": 1242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228132, 39.922273 ], [ -75.226761, 39.923242 ], [ -75.226319, 39.922867 ], [ -75.224926, 39.921692 ], [ -75.227538, 39.91984 ], [ -75.230327, 39.922201 ], [ -75.228132, 39.922273 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139003", "device_counts": 517, "stop_counts": 2143 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177852, 39.974247 ], [ -75.173785, 39.974677 ], [ -75.168263, 39.975259 ], [ -75.16722, 39.973397 ], [ -75.167421, 39.972493 ], [ -75.167703, 39.971211 ], [ -75.169274, 39.971406 ], [ -75.17055, 39.97157 ], [ -75.172659, 39.971823 ], [ -75.174367, 39.972035 ], [ -75.175948, 39.972232 ], [ -75.177862, 39.97248 ], [ -75.177852, 39.974247 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320003", "device_counts": 613, "stop_counts": 1913 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058579, 40.028225 ], [ -75.056872, 40.028943 ], [ -75.056077, 40.029455 ], [ -75.055661, 40.029843 ], [ -75.053968, 40.027905 ], [ -75.056294, 40.026703 ], [ -75.056953, 40.026361 ], [ -75.057594, 40.026031 ], [ -75.059227, 40.027909 ], [ -75.058579, 40.028225 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180011", "device_counts": 525, "stop_counts": 1362 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116836, 39.982072 ], [ -75.116075, 39.982938 ], [ -75.113008, 39.979488 ], [ -75.110939, 39.980568 ], [ -75.110525, 39.980787 ], [ -75.108971, 39.979021 ], [ -75.111738, 39.977578 ], [ -75.113227, 39.976803 ], [ -75.114768, 39.978568 ], [ -75.116146, 39.980111 ], [ -75.117355, 39.981481 ], [ -75.116836, 39.982072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282002", "device_counts": 629, "stop_counts": 2359 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142471, 40.031766 ], [ -75.138971, 40.032845 ], [ -75.139766, 40.034506 ], [ -75.138323, 40.035876 ], [ -75.137945, 40.037539 ], [ -75.137633, 40.038943 ], [ -75.135257, 40.03864 ], [ -75.134472, 40.038514 ], [ -75.134818, 40.036987 ], [ -75.135042, 40.033284 ], [ -75.135144, 40.031362 ], [ -75.13506, 40.02915 ], [ -75.135802, 40.029254 ], [ -75.137091, 40.029412 ], [ -75.136757, 40.030964 ], [ -75.139304, 40.031288 ], [ -75.141668, 40.0316 ], [ -75.142471, 40.031766 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055001", "device_counts": 1256, "stop_counts": 3752 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2525, 39.906614 ], [ -75.249929, 39.909352 ], [ -75.251498, 39.910051 ], [ -75.2472, 39.913578 ], [ -75.24694, 39.916871 ], [ -75.247341, 39.918541 ], [ -75.246856, 39.918759 ], [ -75.246308, 39.917176 ], [ -75.244935, 39.91545 ], [ -75.243226, 39.913112 ], [ -75.242832, 39.911272 ], [ -75.243939, 39.910021 ], [ -75.246021, 39.911148 ], [ -75.248751, 39.909248 ], [ -75.246275, 39.90746 ], [ -75.247414, 39.906162 ], [ -75.249736, 39.903575 ], [ -75.251288, 39.904403 ], [ -75.253492, 39.905585 ], [ -75.2525, 39.906614 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010138002", "device_counts": 853, "stop_counts": 2383 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179779, 39.977188 ], [ -75.173414, 39.976363 ], [ -75.173785, 39.974677 ], [ -75.177852, 39.974247 ], [ -75.177862, 39.97248 ], [ -75.178108, 39.972509 ], [ -75.180729, 39.972841 ], [ -75.179779, 39.977188 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302005", "device_counts": 849, "stop_counts": 2363 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086997, 40.029443 ], [ -75.08508, 40.031266 ], [ -75.084915, 40.031241 ], [ -75.084794, 40.031223 ], [ -75.084197, 40.031438 ], [ -75.080866, 40.029556 ], [ -75.081849, 40.028512 ], [ -75.083038, 40.027241 ], [ -75.085375, 40.028555 ], [ -75.086997, 40.029443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071013", "device_counts": 489, "stop_counts": 1818 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22548, 39.939725 ], [ -75.224113, 39.940691 ], [ -75.222753, 39.941654 ], [ -75.221545, 39.940652 ], [ -75.220278, 39.939572 ], [ -75.222098, 39.938279 ], [ -75.223012, 39.937643 ], [ -75.224292, 39.938734 ], [ -75.22548, 39.939725 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298001", "device_counts": 251, "stop_counts": 1983 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07338, 40.019654 ], [ -75.072271, 40.020248 ], [ -75.069087, 40.021904 ], [ -75.068516, 40.021385 ], [ -75.067412, 40.020111 ], [ -75.06701, 40.01967 ], [ -75.066116, 40.018648 ], [ -75.067782, 40.017853 ], [ -75.070504, 40.017255 ], [ -75.071847, 40.016952 ], [ -75.072575, 40.018868 ], [ -75.07338, 40.019654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158006", "device_counts": 187, "stop_counts": 572 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128693, 39.974284 ], [ -75.125201, 39.975558 ], [ -75.123391, 39.974403 ], [ -75.127903, 39.972811 ], [ -75.128693, 39.974284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073004", "device_counts": 730, "stop_counts": 1920 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229894, 39.947791 ], [ -75.227419, 39.94777 ], [ -75.224946, 39.947744 ], [ -75.223315, 39.947925 ], [ -75.222369, 39.947135 ], [ -75.224736, 39.945465 ], [ -75.22361, 39.944505 ], [ -75.22498, 39.943534 ], [ -75.226805, 39.945083 ], [ -75.228686, 39.945913 ], [ -75.228202, 39.94627 ], [ -75.229894, 39.947791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263024", "device_counts": 2168, "stop_counts": 6945 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161313, 40.071386 ], [ -75.158417, 40.074169 ], [ -75.154076, 40.071732 ], [ -75.156776, 40.068675 ], [ -75.157379, 40.067944 ], [ -75.162035, 40.070685 ], [ -75.161313, 40.071386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010293001", "device_counts": 1323, "stop_counts": 4091 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.096744, 40.01873 ], [ -75.095897, 40.019604 ], [ -75.09441, 40.019534 ], [ -75.091304, 40.017883 ], [ -75.090325, 40.017356 ], [ -75.086382, 40.015257 ], [ -75.085519, 40.014787 ], [ -75.085818, 40.014448 ], [ -75.086348, 40.013868 ], [ -75.087577, 40.012516 ], [ -75.09228, 40.015294 ], [ -75.094365, 40.014794 ], [ -75.096279, 40.015957 ], [ -75.09704, 40.016018 ], [ -75.096744, 40.01873 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246002", "device_counts": 311, "stop_counts": 1411 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172201, 40.042922 ], [ -75.173355, 40.04362 ], [ -75.170725, 40.046151 ], [ -75.169492, 40.044531 ], [ -75.170855, 40.040445 ], [ -75.172027, 40.039141 ], [ -75.174567, 40.040638 ], [ -75.172201, 40.042922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072003", "device_counts": 128, "stop_counts": 834 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233074, 39.942849 ], [ -75.230947, 39.944336 ], [ -75.229553, 39.943168 ], [ -75.230928, 39.942194 ], [ -75.231676, 39.941671 ], [ -75.233074, 39.942849 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282001", "device_counts": 1708, "stop_counts": 3513 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146705, 40.030127 ], [ -75.146575, 40.030637 ], [ -75.145554, 40.035262 ], [ -75.143363, 40.034976 ], [ -75.143944, 40.032192 ], [ -75.139766, 40.034506 ], [ -75.138971, 40.032845 ], [ -75.142471, 40.031766 ], [ -75.144284, 40.030814 ], [ -75.14685, 40.029481 ], [ -75.146705, 40.030127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252001", "device_counts": 200, "stop_counts": 662 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177154, 40.042988 ], [ -75.175285, 40.044782 ], [ -75.173686, 40.045803 ], [ -75.171536, 40.047888 ], [ -75.170725, 40.046151 ], [ -75.173355, 40.04362 ], [ -75.17573, 40.041333 ], [ -75.177651, 40.0425 ], [ -75.177154, 40.042988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311013", "device_counts": 610, "stop_counts": 1828 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081533, 40.040754 ], [ -75.080904, 40.041432 ], [ -75.080164, 40.042213 ], [ -75.076652, 40.040257 ], [ -75.077394, 40.039464 ], [ -75.07821, 40.038617 ], [ -75.07862, 40.038205 ], [ -75.082114, 40.040147 ], [ -75.081533, 40.040754 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031001", "device_counts": 669, "stop_counts": 1641 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179035, 39.935612 ], [ -75.178514, 39.935544 ], [ -75.17397, 39.934974 ], [ -75.174495, 39.932523 ], [ -75.176069, 39.932721 ], [ -75.179553, 39.933178 ], [ -75.179035, 39.935612 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309002", "device_counts": 175, "stop_counts": 914 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085031, 40.043731 ], [ -75.082674, 40.04242 ], [ -75.084412, 40.039499 ], [ -75.086453, 40.042566 ], [ -75.085031, 40.043731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195013", "device_counts": 666, "stop_counts": 2548 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131501, 40.001999 ], [ -75.128604, 40.001619 ], [ -75.12926, 39.998539 ], [ -75.132172, 39.998913 ], [ -75.131501, 40.001999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071011", "device_counts": 290, "stop_counts": 1108 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229726, 39.936743 ], [ -75.228358, 39.9377 ], [ -75.227831, 39.938077 ], [ -75.225358, 39.936 ], [ -75.225887, 39.935625 ], [ -75.227252, 39.934661 ], [ -75.228533, 39.935732 ], [ -75.229726, 39.936743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306007", "device_counts": 675, "stop_counts": 2024 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094766, 40.053095 ], [ -75.093706, 40.054203 ], [ -75.092131, 40.053178 ], [ -75.088344, 40.051235 ], [ -75.088873, 40.050674 ], [ -75.091173, 40.051098 ], [ -75.091416, 40.049543 ], [ -75.092242, 40.049978 ], [ -75.094183, 40.051071 ], [ -75.094593, 40.050655 ], [ -75.096242, 40.051528 ], [ -75.094766, 40.053095 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040014", "device_counts": 1285, "stop_counts": 2819 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169499, 39.925531 ], [ -75.169494, 39.925596 ], [ -75.169428, 39.925593 ], [ -75.16735, 39.926579 ], [ -75.165483, 39.926333 ], [ -75.166014, 39.923903 ], [ -75.169744, 39.924409 ], [ -75.169499, 39.925531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010376002", "device_counts": 6203, "stop_counts": 16494 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162293, 39.958058 ], [ -75.161411, 39.962102 ], [ -75.161443, 39.962172 ], [ -75.161384, 39.962474 ], [ -75.161188, 39.963422 ], [ -75.154312, 39.962614 ], [ -75.154512, 39.961711 ], [ -75.155093, 39.958709 ], [ -75.155538, 39.956923 ], [ -75.162339, 39.957825 ], [ -75.162293, 39.958058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183004", "device_counts": 522, "stop_counts": 2460 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080522, 39.996472 ], [ -75.07472, 39.9987 ], [ -75.073491, 39.997297 ], [ -75.079364, 39.994264 ], [ -75.080522, 39.996472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195022", "device_counts": 698, "stop_counts": 2076 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128282, 40.003116 ], [ -75.127863, 40.005057 ], [ -75.123949, 40.004814 ], [ -75.12441, 40.002634 ], [ -75.124732, 40.001124 ], [ -75.128604, 40.001619 ], [ -75.128282, 40.003116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030011", "device_counts": 386, "stop_counts": 953 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171065, 39.930827 ], [ -75.168423, 39.930465 ], [ -75.168689, 39.929256 ], [ -75.170891, 39.929552 ], [ -75.171339, 39.929608 ], [ -75.171065, 39.930827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209003", "device_counts": 854, "stop_counts": 2316 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213, 40.018652 ], [ -75.211744, 40.017388 ], [ -75.209735, 40.018509 ], [ -75.207863, 40.018582 ], [ -75.208116, 40.017764 ], [ -75.205622, 40.017107 ], [ -75.207221, 40.016673 ], [ -75.208008, 40.012997 ], [ -75.212219, 40.015461 ], [ -75.214752, 40.017784 ], [ -75.213, 40.018652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004011", "device_counts": 4700, "stop_counts": 12087 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180223, 39.954472 ], [ -75.179889, 39.955436 ], [ -75.179768, 39.955993 ], [ -75.17972, 39.956164 ], [ -75.179122, 39.955984 ], [ -75.177527, 39.95549 ], [ -75.172783, 39.955604 ], [ -75.173291, 39.952934 ], [ -75.173489, 39.952052 ], [ -75.176191, 39.952387 ], [ -75.180909, 39.952982 ], [ -75.180223, 39.954472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029003", "device_counts": 2181, "stop_counts": 5251 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16764, 39.93415 ], [ -75.167578, 39.934143 ], [ -75.159517, 39.9331 ], [ -75.161047, 39.931817 ], [ -75.163504, 39.92983 ], [ -75.166246, 39.930207 ], [ -75.165968, 39.931427 ], [ -75.16815, 39.931701 ], [ -75.16764, 39.93415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085007", "device_counts": 1360, "stop_counts": 3216 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230801, 39.960722 ], [ -75.228645, 39.960463 ], [ -75.227443, 39.960311 ], [ -75.224868, 39.960005 ], [ -75.225351, 39.957714 ], [ -75.231277, 39.958448 ], [ -75.230801, 39.960722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010141002", "device_counts": 2050, "stop_counts": 4271 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159442, 39.971467 ], [ -75.159237, 39.972384 ], [ -75.158782, 39.974482 ], [ -75.156616, 39.974198 ], [ -75.156893, 39.972927 ], [ -75.152188, 39.972318 ], [ -75.154149, 39.970778 ], [ -75.154549, 39.968931 ], [ -75.156085, 39.96931 ], [ -75.159702, 39.970202 ], [ -75.159442, 39.971467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168001", "device_counts": 396, "stop_counts": 805 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173182, 39.992412 ], [ -75.171594, 39.9922 ], [ -75.171441, 39.992946 ], [ -75.168248, 39.992579 ], [ -75.168561, 39.991047 ], [ -75.167918, 39.990947 ], [ -75.168428, 39.987857 ], [ -75.169234, 39.987959 ], [ -75.168894, 39.98955 ], [ -75.171839, 39.989935 ], [ -75.173682, 39.990167 ], [ -75.173182, 39.992412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176013", "device_counts": 1073, "stop_counts": 3244 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135121, 39.99306 ], [ -75.130558, 39.992474 ], [ -75.130122, 39.994573 ], [ -75.126915, 39.991834 ], [ -75.127031, 39.990386 ], [ -75.130898, 39.99089 ], [ -75.132893, 39.991144 ], [ -75.135466, 39.991479 ], [ -75.135121, 39.99306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010205001", "device_counts": 2135, "stop_counts": 6043 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172342, 40.017604 ], [ -75.163758, 40.019234 ], [ -75.162782, 40.020368 ], [ -75.162462, 40.021954 ], [ -75.162024, 40.022286 ], [ -75.159551, 40.023925 ], [ -75.159315, 40.02341 ], [ -75.159214, 40.023192 ], [ -75.159035, 40.0228 ], [ -75.156094, 40.019695 ], [ -75.155692, 40.019078 ], [ -75.154576, 40.017272 ], [ -75.15409, 40.016325 ], [ -75.157218, 40.016166 ], [ -75.167776, 40.011086 ], [ -75.170096, 40.015723 ], [ -75.172342, 40.017604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300005", "device_counts": 245, "stop_counts": 1896 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083248, 40.013562 ], [ -75.079927, 40.016418 ], [ -75.077257, 40.014973 ], [ -75.079046, 40.013007 ], [ -75.080857, 40.011903 ], [ -75.0817, 40.012736 ], [ -75.083248, 40.013562 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027021", "device_counts": 709, "stop_counts": 2348 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151309, 39.932007 ], [ -75.149728, 39.931793 ], [ -75.14617, 39.931321 ], [ -75.146413, 39.930114 ], [ -75.146985, 39.927665 ], [ -75.148701, 39.927896 ], [ -75.148329, 39.929093 ], [ -75.151852, 39.929555 ], [ -75.151309, 39.932007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134023", "device_counts": 748, "stop_counts": 1829 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17256, 39.965219 ], [ -75.17068, 39.964975 ], [ -75.169102, 39.964781 ], [ -75.168959, 39.965463 ], [ -75.165813, 39.965075 ], [ -75.166227, 39.963112 ], [ -75.167806, 39.963306 ], [ -75.169378, 39.963498 ], [ -75.170958, 39.963692 ], [ -75.172848, 39.963923 ], [ -75.17256, 39.965219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010380002", "device_counts": 2223, "stop_counts": 4361 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078448, 40.008586 ], [ -75.072371, 40.010089 ], [ -75.070581, 40.010533 ], [ -75.069508, 40.010798 ], [ -75.068883, 40.00879 ], [ -75.072702, 40.007904 ], [ -75.075687, 40.005553 ], [ -75.077476, 40.004139 ], [ -75.078448, 40.008586 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009021", "device_counts": 3262, "stop_counts": 7305 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156855, 39.947246 ], [ -75.156646, 39.948394 ], [ -75.153174, 39.947962 ], [ -75.153424, 39.946817 ], [ -75.153184, 39.945536 ], [ -75.156337, 39.945923 ], [ -75.157113, 39.946025 ], [ -75.156855, 39.947246 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012024", "device_counts": 1239, "stop_counts": 2610 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168443, 39.945524 ], [ -75.166767, 39.945768 ], [ -75.166458, 39.947196 ], [ -75.164845, 39.946999 ], [ -75.165341, 39.944664 ], [ -75.165575, 39.943664 ], [ -75.168762, 39.94405 ], [ -75.168443, 39.945524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030021", "device_counts": 491, "stop_counts": 1218 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17034, 39.934498 ], [ -75.16764, 39.93415 ], [ -75.16815, 39.931701 ], [ -75.1708, 39.932052 ], [ -75.17034, 39.934498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040011", "device_counts": 616, "stop_counts": 1577 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165483, 39.926333 ], [ -75.162338, 39.92592 ], [ -75.162876, 39.923489 ], [ -75.166014, 39.923903 ], [ -75.165483, 39.926333 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042023", "device_counts": 384, "stop_counts": 2359 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155865, 39.918755 ], [ -75.15073, 39.918097 ], [ -75.151014, 39.916842 ], [ -75.156139, 39.917515 ], [ -75.155865, 39.918755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071012", "device_counts": 327, "stop_counts": 1303 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226854, 39.938767 ], [ -75.22548, 39.939725 ], [ -75.224292, 39.938734 ], [ -75.223012, 39.937643 ], [ -75.224388, 39.936676 ], [ -75.225358, 39.936 ], [ -75.227831, 39.938077 ], [ -75.226854, 39.938767 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074005", "device_counts": 510, "stop_counts": 1651 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218874, 39.938393 ], [ -75.217502, 39.939355 ], [ -75.215089, 39.939093 ], [ -75.213865, 39.939974 ], [ -75.212064, 39.938213 ], [ -75.215778, 39.935624 ], [ -75.217614, 39.93733 ], [ -75.218874, 39.938393 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088024", "device_counts": 1914, "stop_counts": 4805 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205583, 39.952056 ], [ -75.20546, 39.952682 ], [ -75.204107, 39.953128 ], [ -75.202828, 39.95297 ], [ -75.203083, 39.951745 ], [ -75.200801, 39.951458 ], [ -75.199204, 39.951257 ], [ -75.199427, 39.950419 ], [ -75.201156, 39.949839 ], [ -75.201151, 39.950414 ], [ -75.205802, 39.950985 ], [ -75.205583, 39.952056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101003", "device_counts": 215, "stop_counts": 642 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24358, 39.975546 ], [ -75.241013, 39.975833 ], [ -75.240427, 39.972687 ], [ -75.241209, 39.9726 ], [ -75.242987, 39.972396 ], [ -75.24329, 39.973997 ], [ -75.24358, 39.975546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118005", "device_counts": 277, "stop_counts": 1727 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245478, 39.986619 ], [ -75.239838, 39.989287 ], [ -75.23987, 39.988202 ], [ -75.238184, 39.986061 ], [ -75.240153, 39.985213 ], [ -75.244491, 39.985667 ], [ -75.245478, 39.986619 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137003", "device_counts": 304, "stop_counts": 1156 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183838, 39.980585 ], [ -75.182215, 39.980373 ], [ -75.181135, 39.980238 ], [ -75.181755, 39.977444 ], [ -75.184439, 39.977788 ], [ -75.183838, 39.980585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162003", "device_counts": 247, "stop_counts": 567 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136759, 39.985402 ], [ -75.136167, 39.985328 ], [ -75.1351, 39.98519 ], [ -75.135445, 39.983598 ], [ -75.13578, 39.982009 ], [ -75.137443, 39.982223 ], [ -75.136759, 39.985402 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180012", "device_counts": 368, "stop_counts": 1470 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111221, 39.985268 ], [ -75.108828, 39.981673 ], [ -75.110525, 39.980787 ], [ -75.110939, 39.980568 ], [ -75.11345, 39.984105 ], [ -75.111221, 39.985268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198005", "device_counts": 302, "stop_counts": 910 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142438, 40.009743 ], [ -75.141786, 40.012708 ], [ -75.140125, 40.012538 ], [ -75.139484, 40.012453 ], [ -75.139815, 40.010939 ], [ -75.141425, 40.00961 ], [ -75.141913, 40.009674 ], [ -75.142438, 40.009743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202002", "device_counts": 178, "stop_counts": 498 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167945, 40.009378 ], [ -75.164733, 40.008616 ], [ -75.165228, 40.006354 ], [ -75.165554, 40.004859 ], [ -75.16914, 40.008832 ], [ -75.167945, 40.009378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010212001", "device_counts": 959, "stop_counts": 3632 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218759, 40.036654 ], [ -75.213026, 40.039412 ], [ -75.210398, 40.03751 ], [ -75.208938, 40.035221 ], [ -75.21114, 40.0346 ], [ -75.213692, 40.032135 ], [ -75.214493, 40.032838 ], [ -75.216638, 40.034833 ], [ -75.217925, 40.03616 ], [ -75.218759, 40.036654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236001", "device_counts": 309, "stop_counts": 722 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196511, 40.049188 ], [ -75.194491, 40.051466 ], [ -75.194083, 40.051633 ], [ -75.194411, 40.050637 ], [ -75.192123, 40.047679 ], [ -75.192346, 40.046309 ], [ -75.193091, 40.04459 ], [ -75.193841, 40.045069 ], [ -75.198059, 40.047739 ], [ -75.196511, 40.049188 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252004", "device_counts": 222, "stop_counts": 864 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178144, 40.04821 ], [ -75.176624, 40.047398 ], [ -75.176247, 40.047752 ], [ -75.174713, 40.046823 ], [ -75.173686, 40.045803 ], [ -75.175285, 40.044782 ], [ -75.17922, 40.047155 ], [ -75.178144, 40.04821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263021", "device_counts": 728, "stop_counts": 2003 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156776, 40.068675 ], [ -75.154076, 40.071732 ], [ -75.151596, 40.070328 ], [ -75.152322, 40.068901 ], [ -75.152602, 40.067646 ], [ -75.156285, 40.067006 ], [ -75.156776, 40.068675 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266002", "device_counts": 335, "stop_counts": 1026 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147353, 40.064371 ], [ -75.147022, 40.065892 ], [ -75.146683, 40.067547 ], [ -75.145187, 40.066692 ], [ -75.146051, 40.062926 ], [ -75.147649, 40.06301 ], [ -75.147353, 40.064371 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277004", "device_counts": 263, "stop_counts": 1206 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155214, 40.053922 ], [ -75.152881, 40.052844 ], [ -75.153101, 40.050412 ], [ -75.155446, 40.050508 ], [ -75.155214, 40.053922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289013", "device_counts": 329, "stop_counts": 1168 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116243, 40.020558 ], [ -75.112217, 40.020056 ], [ -75.113951, 40.018603 ], [ -75.116404, 40.018909 ], [ -75.116243, 40.020558 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390006", "device_counts": 400, "stop_counts": 1781 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.09299, 40.036729 ], [ -75.090543, 40.039142 ], [ -75.09159, 40.039734 ], [ -75.089246, 40.042252 ], [ -75.088631, 40.042747 ], [ -75.088709, 40.03795 ], [ -75.088091, 40.03654 ], [ -75.089404, 40.037263 ], [ -75.091031, 40.035582 ], [ -75.09227, 40.034323 ], [ -75.093532, 40.035024 ], [ -75.09299, 40.036729 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311022", "device_counts": 233, "stop_counts": 1007 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087802, 40.036032 ], [ -75.086804, 40.037049 ], [ -75.084311, 40.035676 ], [ -75.085499, 40.034421 ], [ -75.085313, 40.033521 ], [ -75.087159, 40.03479 ], [ -75.087802, 40.036032 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316004", "device_counts": 977, "stop_counts": 1984 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.063188, 40.031566 ], [ -75.0621, 40.032813 ], [ -75.058848, 40.030998 ], [ -75.062207, 40.027471 ], [ -75.062394, 40.027444 ], [ -75.062426, 40.027979 ], [ -75.062828, 40.02941 ], [ -75.063188, 40.031566 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330007", "device_counts": 233, "stop_counts": 796 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.03728, 40.035045 ], [ -75.034538, 40.036464 ], [ -75.032739, 40.034407 ], [ -75.035488, 40.03299 ], [ -75.03728, 40.035045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341005", "device_counts": 1092, "stop_counts": 3744 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086906, 40.078648 ], [ -75.082456, 40.082884 ], [ -75.082882, 40.079474 ], [ -75.078592, 40.078097 ], [ -75.079769, 40.076854 ], [ -75.080159, 40.075454 ], [ -75.081603, 40.076328 ], [ -75.082501, 40.07656 ], [ -75.085244, 40.077159 ], [ -75.086906, 40.078648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362022", "device_counts": 564, "stop_counts": 3556 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981807, 40.082355 ], [ -74.980158, 40.086256 ], [ -74.980601, 40.087914 ], [ -74.979504, 40.087814 ], [ -74.976576, 40.085827 ], [ -74.973763, 40.084534 ], [ -74.97582, 40.081889 ], [ -74.97725, 40.080506 ], [ -74.980732, 40.082105 ], [ -74.981807, 40.082355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277001", "device_counts": 675, "stop_counts": 2175 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148578, 40.051383 ], [ -75.147004, 40.051175 ], [ -75.143841, 40.050771 ], [ -75.142214, 40.050563 ], [ -75.142898, 40.047493 ], [ -75.144959, 40.04868 ], [ -75.147672, 40.048117 ], [ -75.147337, 40.049656 ], [ -75.147265, 40.049965 ], [ -75.148708, 40.050778 ], [ -75.148578, 40.051383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027013", "device_counts": 393, "stop_counts": 1539 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155463, 39.927956 ], [ -75.154997, 39.929984 ], [ -75.151852, 39.929555 ], [ -75.152407, 39.927129 ], [ -75.155546, 39.92755 ], [ -75.155463, 39.927956 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358002", "device_counts": 804, "stop_counts": 3521 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037842, 40.120213 ], [ -75.024891, 40.129216 ], [ -75.021931, 40.127467 ], [ -75.0201, 40.126358 ], [ -75.023292, 40.125201 ], [ -75.020183, 40.122282 ], [ -75.024153, 40.12492 ], [ -75.026346, 40.123524 ], [ -75.027205, 40.121653 ], [ -75.027824, 40.120924 ], [ -75.029773, 40.121875 ], [ -75.032646, 40.121786 ], [ -75.036495, 40.12039 ], [ -75.037842, 40.120213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340002", "device_counts": 224, "stop_counts": 1423 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077112, 40.068714 ], [ -75.074029, 40.071983 ], [ -75.070412, 40.07022 ], [ -75.067838, 40.068959 ], [ -75.069297, 40.068345 ], [ -75.074845, 40.066538 ], [ -75.076022, 40.067172 ], [ -75.075439, 40.067803 ], [ -75.077112, 40.068714 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010231001", "device_counts": 1078, "stop_counts": 3218 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208933, 40.067015 ], [ -75.205815, 40.070106 ], [ -75.204166, 40.069595 ], [ -75.202651, 40.073212 ], [ -75.20079, 40.070707 ], [ -75.198673, 40.068575 ], [ -75.196741, 40.067365 ], [ -75.196385, 40.066623 ], [ -75.202475, 40.06265 ], [ -75.202545, 40.059884 ], [ -75.20714, 40.062139 ], [ -75.204744, 40.064538 ], [ -75.20615, 40.065376 ], [ -75.206782, 40.064755 ], [ -75.209573, 40.066375 ], [ -75.208933, 40.067015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114006", "device_counts": 1158, "stop_counts": 3222 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248991, 39.985109 ], [ -75.245478, 39.986619 ], [ -75.244491, 39.985667 ], [ -75.240153, 39.985213 ], [ -75.23724, 39.98484 ], [ -75.239042, 39.98195 ], [ -75.239335, 39.981447 ], [ -75.242792, 39.981061 ], [ -75.24654, 39.980645 ], [ -75.247094, 39.983595 ], [ -75.248346, 39.982968 ], [ -75.248991, 39.985109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149005", "device_counts": 224, "stop_counts": 583 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.185497, 39.980804 ], [ -75.181758, 39.983325 ], [ -75.181579, 39.983313 ], [ -75.182215, 39.980373 ], [ -75.183838, 39.980585 ], [ -75.185497, 39.980804 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030022", "device_counts": 241, "stop_counts": 774 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172389, 39.934765 ], [ -75.17034, 39.934498 ], [ -75.1708, 39.932052 ], [ -75.172922, 39.932328 ], [ -75.172389, 39.934765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010248001", "device_counts": 193, "stop_counts": 646 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167701, 40.047245 ], [ -75.164529, 40.050306 ], [ -75.161656, 40.048559 ], [ -75.163175, 40.047076 ], [ -75.166038, 40.046218 ], [ -75.167701, 40.047245 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019803001", "device_counts": 11518, "stop_counts": 45164 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.025229, 40.08482 ], [ -75.023996, 40.086107 ], [ -75.015528, 40.09486 ], [ -75.014156, 40.096236 ], [ -75.001796, 40.10493 ], [ -74.999804, 40.103236 ], [ -74.995464, 40.099166 ], [ -74.991264, 40.095778 ], [ -74.989094, 40.093928 ], [ -74.987421, 40.09255 ], [ -74.98418, 40.089906 ], [ -74.987065, 40.086049 ], [ -74.990155, 40.084052 ], [ -74.994348, 40.081681 ], [ -74.997635, 40.079699 ], [ -74.998488, 40.078701 ], [ -75.003606, 40.071362 ], [ -75.007269, 40.069161 ], [ -75.011311, 40.071169 ], [ -75.013126, 40.072071 ], [ -75.028952, 40.080968 ], [ -75.025229, 40.08482 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085005", "device_counts": 752, "stop_counts": 2434 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231557, 39.957102 ], [ -75.225634, 39.956372 ], [ -75.225746, 39.955814 ], [ -75.226002, 39.954591 ], [ -75.231937, 39.955319 ], [ -75.231557, 39.957102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333001", "device_counts": 1909, "stop_counts": 6116 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044521, 40.058702 ], [ -75.044991, 40.059372 ], [ -75.044275, 40.059356 ], [ -75.044201, 40.059477 ], [ -75.043614, 40.060811 ], [ -75.041907, 40.064683 ], [ -75.038539, 40.060858 ], [ -75.038719, 40.056435 ], [ -75.039449, 40.055286 ], [ -75.041248, 40.054576 ], [ -75.045522, 40.057614 ], [ -75.044521, 40.058702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010203002", "device_counts": 3265, "stop_counts": 7570 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153849, 40.015891 ], [ -75.149544, 40.01787 ], [ -75.147143, 40.01901 ], [ -75.147205, 40.015188 ], [ -75.147247, 40.011906 ], [ -75.150585, 40.012283 ], [ -75.152163, 40.01254 ], [ -75.152431, 40.01321 ], [ -75.153849, 40.015891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080001", "device_counts": 417, "stop_counts": 1072 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226539, 39.952 ], [ -75.226224, 39.953528 ], [ -75.222279, 39.95304 ], [ -75.222589, 39.951519 ], [ -75.22275, 39.950754 ], [ -75.222914, 39.949975 ], [ -75.226869, 39.95046 ], [ -75.226539, 39.952 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114005", "device_counts": 391, "stop_counts": 1452 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24654, 39.980645 ], [ -75.242792, 39.981061 ], [ -75.242354, 39.978712 ], [ -75.244138, 39.978517 ], [ -75.24358, 39.975546 ], [ -75.24554, 39.97533 ], [ -75.24654, 39.980645 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263012", "device_counts": 153, "stop_counts": 640 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166062, 40.074338 ], [ -75.163399, 40.07695 ], [ -75.161285, 40.075764 ], [ -75.163884, 40.073088 ], [ -75.166062, 40.074338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088022", "device_counts": 1890, "stop_counts": 4831 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.204145, 39.957422 ], [ -75.201953, 39.957149 ], [ -75.199622, 39.95686 ], [ -75.200098, 39.954582 ], [ -75.204933, 39.955181 ], [ -75.204145, 39.957422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278001", "device_counts": 379, "stop_counts": 2269 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150336, 40.042028 ], [ -75.149796, 40.043673 ], [ -75.149591, 40.04483 ], [ -75.150148, 40.045658 ], [ -75.148225, 40.0456 ], [ -75.146776, 40.044848 ], [ -75.146978, 40.04173 ], [ -75.148083, 40.04048 ], [ -75.149908, 40.040376 ], [ -75.151249, 40.041174 ], [ -75.150336, 40.042028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010220001", "device_counts": 767, "stop_counts": 3726 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264431, 40.054094 ], [ -75.255006, 40.062704 ], [ -75.243288, 40.073494 ], [ -75.242047, 40.071949 ], [ -75.241075, 40.070395 ], [ -75.240321, 40.068383 ], [ -75.240092, 40.067344 ], [ -75.239545, 40.062977 ], [ -75.238182, 40.059771 ], [ -75.25412, 40.048324 ], [ -75.254629, 40.047592 ], [ -75.254678, 40.045924 ], [ -75.255098, 40.046122 ], [ -75.257655, 40.047611 ], [ -75.264431, 40.054094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096001", "device_counts": 647, "stop_counts": 1889 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246531, 39.968967 ], [ -75.244416, 39.968706 ], [ -75.239479, 39.968097 ], [ -75.24011, 39.965055 ], [ -75.242087, 39.965303 ], [ -75.24177, 39.96682 ], [ -75.246848, 39.967449 ], [ -75.246531, 39.968967 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259003", "device_counts": 162, "stop_counts": 621 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179022, 40.079344 ], [ -75.177137, 40.078269 ], [ -75.174171, 40.076549 ], [ -75.175509, 40.075214 ], [ -75.176841, 40.07598 ], [ -75.180238, 40.078084 ], [ -75.179022, 40.079344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038004", "device_counts": 452, "stop_counts": 1664 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181703, 39.92329 ], [ -75.181424, 39.923337 ], [ -75.180313, 39.92354 ], [ -75.179651, 39.923652 ], [ -75.180045, 39.921872 ], [ -75.180576, 39.919369 ], [ -75.182512, 39.919629 ], [ -75.181703, 39.92329 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339002", "device_counts": 1036, "stop_counts": 3637 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089378, 40.064705 ], [ -75.085496, 40.06747 ], [ -75.085044, 40.072141 ], [ -75.08415, 40.071824 ], [ -75.083255, 40.071209 ], [ -75.083726, 40.068173 ], [ -75.083648, 40.065704 ], [ -75.08151, 40.064789 ], [ -75.079532, 40.066175 ], [ -75.078352, 40.065426 ], [ -75.083483, 40.063738 ], [ -75.083514, 40.063756 ], [ -75.083515, 40.063725 ], [ -75.084747, 40.06316 ], [ -75.085729, 40.062589 ], [ -75.087425, 40.063599 ], [ -75.089378, 40.064705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341004", "device_counts": 2523, "stop_counts": 8244 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089088, 40.076374 ], [ -75.086906, 40.078648 ], [ -75.085244, 40.077159 ], [ -75.082501, 40.07656 ], [ -75.083255, 40.071209 ], [ -75.08415, 40.071824 ], [ -75.085044, 40.072141 ], [ -75.090317, 40.075115 ], [ -75.089088, 40.076374 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329004", "device_counts": 261, "stop_counts": 1295 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.031903, 40.036993 ], [ -75.027031, 40.038744 ], [ -75.025862, 40.036255 ], [ -75.026887, 40.035695 ], [ -75.029881, 40.034072 ], [ -75.030905, 40.035358 ], [ -75.031903, 40.036993 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011012", "device_counts": 1137, "stop_counts": 2062 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165575, 39.943664 ], [ -75.165341, 39.944664 ], [ -75.165274, 39.944655 ], [ -75.163137, 39.944388 ], [ -75.162348, 39.944299 ], [ -75.159984, 39.944009 ], [ -75.160205, 39.942997 ], [ -75.165493, 39.943653 ], [ -75.165575, 39.943664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320004", "device_counts": 184, "stop_counts": 1341 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057806, 40.025174 ], [ -75.055564, 40.022606 ], [ -75.057513, 40.021597 ], [ -75.059761, 40.024161 ], [ -75.057806, 40.025174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252003", "device_counts": 184, "stop_counts": 1051 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17922, 40.047155 ], [ -75.175285, 40.044782 ], [ -75.177154, 40.042988 ], [ -75.181057, 40.045381 ], [ -75.17922, 40.047155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255002", "device_counts": 314, "stop_counts": 816 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186236, 40.060989 ], [ -75.181956, 40.064987 ], [ -75.18437, 40.066442 ], [ -75.181751, 40.068902 ], [ -75.176526, 40.065896 ], [ -75.181313, 40.061221 ], [ -75.183366, 40.05922 ], [ -75.186236, 40.060989 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168002", "device_counts": 156, "stop_counts": 441 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171173, 39.994165 ], [ -75.171115, 39.994444 ], [ -75.167925, 39.994025 ], [ -75.168248, 39.992579 ], [ -75.171441, 39.992946 ], [ -75.171173, 39.994165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167021", "device_counts": 247, "stop_counts": 601 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160365, 39.989991 ], [ -75.160044, 39.991473 ], [ -75.15769, 39.99118 ], [ -75.158335, 39.988186 ], [ -75.160695, 39.988495 ], [ -75.160365, 39.989991 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390005", "device_counts": 268, "stop_counts": 1403 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092349, 40.029658 ], [ -75.091594, 40.030086 ], [ -75.089854, 40.031036 ], [ -75.088078, 40.032 ], [ -75.086551, 40.031133 ], [ -75.092162, 40.02805 ], [ -75.092295, 40.028879 ], [ -75.092349, 40.029658 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356013", "device_counts": 227, "stop_counts": 1827 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.046737, 40.09524 ], [ -75.047115, 40.098377 ], [ -75.042613, 40.100504 ], [ -75.042503, 40.099942 ], [ -75.039643, 40.098344 ], [ -75.042043, 40.09527 ], [ -75.040595, 40.093338 ], [ -75.046527, 40.092672 ], [ -75.047299, 40.092762 ], [ -75.046737, 40.09524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010132002", "device_counts": 2646, "stop_counts": 5788 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160678, 39.96577 ], [ -75.160395, 39.967064 ], [ -75.159702, 39.970202 ], [ -75.156085, 39.96931 ], [ -75.157125, 39.964556 ], [ -75.154013, 39.963976 ], [ -75.154312, 39.962614 ], [ -75.161188, 39.963422 ], [ -75.160678, 39.96577 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004022", "device_counts": 14088, "stop_counts": 42064 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173291, 39.952934 ], [ -75.171723, 39.952725 ], [ -75.171134, 39.955394 ], [ -75.163151, 39.954411 ], [ -75.163093, 39.9544 ], [ -75.163329, 39.95333 ], [ -75.163402, 39.953339 ], [ -75.165063, 39.953608 ], [ -75.164011, 39.950876 ], [ -75.173489, 39.952052 ], [ -75.173291, 39.952934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236003", "device_counts": 399, "stop_counts": 1067 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198411, 40.045827 ], [ -75.198059, 40.047739 ], [ -75.193841, 40.045069 ], [ -75.196382, 40.042203 ], [ -75.194933, 40.042022 ], [ -75.193657, 40.039688 ], [ -75.190086, 40.038232 ], [ -75.190987, 40.037353 ], [ -75.193127, 40.035381 ], [ -75.201433, 40.042404 ], [ -75.198411, 40.045827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010293002", "device_counts": 925, "stop_counts": 3809 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094995, 40.009984 ], [ -75.094547, 40.011027 ], [ -75.09342, 40.013136 ], [ -75.094365, 40.014794 ], [ -75.09228, 40.015294 ], [ -75.087577, 40.012516 ], [ -75.088731, 40.010923 ], [ -75.089271, 40.010063 ], [ -75.091815, 40.006007 ], [ -75.092482, 40.005427 ], [ -75.0927, 40.005674 ], [ -75.092811, 40.005871 ], [ -75.092775, 40.005977 ], [ -75.09263, 40.006343 ], [ -75.092196, 40.006789 ], [ -75.09205, 40.007033 ], [ -75.092011, 40.007299 ], [ -75.092088, 40.007531 ], [ -75.092494, 40.007976 ], [ -75.094673, 40.009351 ], [ -75.094995, 40.009984 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119001", "device_counts": 435, "stop_counts": 1993 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23267, 39.988155 ], [ -75.230168, 39.988695 ], [ -75.229911, 39.987936 ], [ -75.228801, 39.982326 ], [ -75.2301, 39.981556 ], [ -75.230791, 39.982516 ], [ -75.232136, 39.986635 ], [ -75.23267, 39.988155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040013", "device_counts": 1637, "stop_counts": 3874 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170023, 39.923138 ], [ -75.169744, 39.924409 ], [ -75.166014, 39.923903 ], [ -75.166563, 39.921418 ], [ -75.170309, 39.921885 ], [ -75.170023, 39.923138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069001", "device_counts": 344, "stop_counts": 1790 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218389, 39.929335 ], [ -75.215858, 39.933066 ], [ -75.206072, 39.935371 ], [ -75.206101, 39.935281 ], [ -75.206173, 39.935067 ], [ -75.206204, 39.934974 ], [ -75.211253, 39.928519 ], [ -75.212428, 39.92523 ], [ -75.216768, 39.926956 ], [ -75.214825, 39.929799 ], [ -75.216769, 39.928686 ], [ -75.218389, 39.929335 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085001", "device_counts": 1204, "stop_counts": 2999 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224868, 39.960005 ], [ -75.2229, 39.959745 ], [ -75.22092, 39.959505 ], [ -75.221244, 39.957984 ], [ -75.221397, 39.957227 ], [ -75.225351, 39.957714 ], [ -75.224868, 39.960005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112007", "device_counts": 229, "stop_counts": 764 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233691, 39.976642 ], [ -75.231783, 39.976852 ], [ -75.231194, 39.973709 ], [ -75.232182, 39.973599 ], [ -75.233659, 39.973437 ], [ -75.233691, 39.976642 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151022", "device_counts": 613, "stop_counts": 1900 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184794, 39.983706 ], [ -75.184136, 39.986721 ], [ -75.18255, 39.986509 ], [ -75.180896, 39.986709 ], [ -75.180258, 39.986345 ], [ -75.178118, 39.984769 ], [ -75.178535, 39.982919 ], [ -75.179952, 39.983108 ], [ -75.181579, 39.983313 ], [ -75.181758, 39.983325 ], [ -75.184298, 39.983647 ], [ -75.184794, 39.983706 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010166002", "device_counts": 1166, "stop_counts": 2430 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155934, 39.987877 ], [ -75.155593, 39.989369 ], [ -75.15339, 39.989086 ], [ -75.154063, 39.986003 ], [ -75.156275, 39.986283 ], [ -75.155934, 39.987877 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195012", "device_counts": 891, "stop_counts": 3262 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128604, 40.001619 ], [ -75.124732, 40.001124 ], [ -75.125058, 39.999628 ], [ -75.12538, 39.998043 ], [ -75.12926, 39.998539 ], [ -75.128604, 40.001619 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207003", "device_counts": 622, "stop_counts": 2124 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191874, 40.014201 ], [ -75.191289, 40.013697 ], [ -75.189317, 40.011994 ], [ -75.187402, 40.013303 ], [ -75.187771, 40.013623 ], [ -75.185937, 40.014895 ], [ -75.182239, 40.011676 ], [ -75.183611, 40.010905 ], [ -75.185674, 40.01012 ], [ -75.186537, 40.009831 ], [ -75.192879, 40.01162 ], [ -75.191874, 40.014201 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217003", "device_counts": 1463, "stop_counts": 5014 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227444, 40.043197 ], [ -75.223307, 40.045054 ], [ -75.2223, 40.045151 ], [ -75.219201, 40.044379 ], [ -75.217846, 40.044343 ], [ -75.216923, 40.042249 ], [ -75.214111, 40.040124 ], [ -75.214663, 40.040052 ], [ -75.218547, 40.042626 ], [ -75.222808, 40.038112 ], [ -75.225234, 40.041319 ], [ -75.226267, 40.042401 ], [ -75.227444, 40.043197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247003", "device_counts": 186, "stop_counts": 830 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170588, 40.0381 ], [ -75.168911, 40.03847 ], [ -75.166622, 40.040379 ], [ -75.16516, 40.039474 ], [ -75.164852, 40.039867 ], [ -75.162077, 40.038163 ], [ -75.162752, 40.037499 ], [ -75.16405, 40.036816 ], [ -75.164809, 40.036452 ], [ -75.170377, 40.036921 ], [ -75.171368, 40.037315 ], [ -75.170588, 40.0381 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267006", "device_counts": 458, "stop_counts": 1001 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152594, 40.056367 ], [ -75.149219, 40.058432 ], [ -75.149478, 40.056217 ], [ -75.149705, 40.054649 ], [ -75.152723, 40.054825 ], [ -75.152594, 40.056367 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276002", "device_counts": 735, "stop_counts": 1655 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144302, 40.04109 ], [ -75.144224, 40.041381 ], [ -75.139612, 40.0408 ], [ -75.139212, 40.039146 ], [ -75.144571, 40.039836 ], [ -75.144302, 40.04109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300004", "device_counts": 1024, "stop_counts": 2881 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079414, 40.021387 ], [ -75.075622, 40.024074 ], [ -75.074175, 40.022429 ], [ -75.073892, 40.022107 ], [ -75.074969, 40.021505 ], [ -75.075964, 40.020705 ], [ -75.076696, 40.019926 ], [ -75.079414, 40.021387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307002", "device_counts": 549, "stop_counts": 1743 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089115, 40.056227 ], [ -75.085847, 40.05441 ], [ -75.0868, 40.052744 ], [ -75.085989, 40.050878 ], [ -75.087804, 40.051795 ], [ -75.088344, 40.051235 ], [ -75.092131, 40.053178 ], [ -75.089115, 40.056227 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314023", "device_counts": 1761, "stop_counts": 4650 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06446, 40.045522 ], [ -75.061374, 40.048585 ], [ -75.059937, 40.047751 ], [ -75.057048, 40.04603 ], [ -75.058858, 40.044338 ], [ -75.061075, 40.041761 ], [ -75.063143, 40.042901 ], [ -75.061926, 40.04411 ], [ -75.06446, 40.045522 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323001", "device_counts": 889, "stop_counts": 2491 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055687, 40.019504 ], [ -75.051773, 40.021535 ], [ -75.04879, 40.018141 ], [ -75.052816, 40.016119 ], [ -75.053922, 40.017488 ], [ -75.055687, 40.019504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356011", "device_counts": 1256, "stop_counts": 6288 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047299, 40.092762 ], [ -75.046527, 40.092672 ], [ -75.040595, 40.093338 ], [ -75.042043, 40.09527 ], [ -75.039643, 40.098344 ], [ -75.038082, 40.097456 ], [ -75.036962, 40.095913 ], [ -75.035842, 40.098099 ], [ -75.034298, 40.097871 ], [ -75.030477, 40.098088 ], [ -75.030725, 40.09553 ], [ -75.034808, 40.092423 ], [ -75.041488, 40.087338 ], [ -75.045685, 40.089021 ], [ -75.047052, 40.09108 ], [ -75.047567, 40.09192 ], [ -75.047299, 40.092762 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012012", "device_counts": 534, "stop_counts": 1415 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180021, 39.948872 ], [ -75.177843, 39.94861 ], [ -75.176239, 39.948414 ], [ -75.174323, 39.948177 ], [ -75.174627, 39.946753 ], [ -75.178156, 39.94719 ], [ -75.180328, 39.947455 ], [ -75.180021, 39.948872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028021", "device_counts": 424, "stop_counts": 1647 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161881, 39.927985 ], [ -75.158745, 39.927564 ], [ -75.159204, 39.925511 ], [ -75.162338, 39.92592 ], [ -75.161881, 39.927985 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041014", "device_counts": 1095, "stop_counts": 3115 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162338, 39.92592 ], [ -75.159204, 39.925511 ], [ -75.157666, 39.925313 ], [ -75.158192, 39.922891 ], [ -75.162876, 39.923489 ], [ -75.162338, 39.92592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004021", "device_counts": 1546, "stop_counts": 3324 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172783, 39.955604 ], [ -75.171134, 39.955394 ], [ -75.171723, 39.952725 ], [ -75.173291, 39.952934 ], [ -75.172783, 39.955604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329002", "device_counts": 781, "stop_counts": 2282 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029706, 40.030947 ], [ -75.02798, 40.031894 ], [ -75.025367, 40.033347 ], [ -75.026887, 40.035695 ], [ -75.025862, 40.036255 ], [ -75.027031, 40.038744 ], [ -75.024132, 40.039782 ], [ -75.024465, 40.040664 ], [ -75.023317, 40.039937 ], [ -75.023594, 40.036101 ], [ -75.021682, 40.037088 ], [ -75.021239, 40.036075 ], [ -75.021603, 40.033996 ], [ -75.028413, 40.029758 ], [ -75.029706, 40.030947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019806001", "device_counts": 14703, "stop_counts": 41070 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1828, 39.909208 ], [ -75.178512, 39.90867 ], [ -75.173234, 39.908002 ], [ -75.17081, 39.908594 ], [ -75.169806, 39.911326 ], [ -75.171928, 39.912348 ], [ -75.165482, 39.911531 ], [ -75.163309, 39.910567 ], [ -75.16566, 39.899583 ], [ -75.170885, 39.898848 ], [ -75.174808, 39.899179 ], [ -75.173566, 39.905394 ], [ -75.183387, 39.906617 ], [ -75.1828, 39.909208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030024", "device_counts": 428, "stop_counts": 1095 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172922, 39.932328 ], [ -75.1708, 39.932052 ], [ -75.16815, 39.931701 ], [ -75.168423, 39.930465 ], [ -75.171065, 39.930827 ], [ -75.17319, 39.931104 ], [ -75.172922, 39.932328 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010133001", "device_counts": 1774, "stop_counts": 4431 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165813, 39.965075 ], [ -75.165349, 39.967149 ], [ -75.165256, 39.967563 ], [ -75.163743, 39.967125 ], [ -75.163949, 39.966166 ], [ -75.160678, 39.96577 ], [ -75.161188, 39.963422 ], [ -75.161384, 39.962474 ], [ -75.166227, 39.963112 ], [ -75.165813, 39.965075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024005", "device_counts": 3799, "stop_counts": 7496 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167083, 39.936742 ], [ -75.166816, 39.937869 ], [ -75.166292, 39.940031 ], [ -75.16092, 39.939367 ], [ -75.161399, 39.937157 ], [ -75.161678, 39.935849 ], [ -75.167019, 39.936737 ], [ -75.167083, 39.936742 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378001", "device_counts": 3386, "stop_counts": 10172 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122592, 39.97388 ], [ -75.119969, 39.975911 ], [ -75.119763, 39.976369 ], [ -75.118611, 39.978879 ], [ -75.117217, 39.977289 ], [ -75.114768, 39.978568 ], [ -75.113227, 39.976803 ], [ -75.118068, 39.974275 ], [ -75.115617, 39.97296 ], [ -75.112771104124008, 39.968258553445018 ], [ -75.1189552837088, 39.965528846214504 ], [ -75.122211, 39.970172 ], [ -75.121806, 39.970925 ], [ -75.120231, 39.972387 ], [ -75.119617, 39.97295 ], [ -75.121504, 39.97321 ], [ -75.122592, 39.97388 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010001002", "device_counts": 14144, "stop_counts": 29476 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151539, 39.952948 ], [ -75.151223, 39.956862 ], [ -75.14913, 39.956191 ], [ -75.148408, 39.95633 ], [ -75.141607, 39.955491 ], [ -75.141625, 39.955279 ], [ -75.141469, 39.951698 ], [ -75.148472, 39.952578 ], [ -75.149186, 39.949032 ], [ -75.152337, 39.949421 ], [ -75.151539, 39.952948 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334001", "device_counts": 2102, "stop_counts": 4609 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050582, 40.058769 ], [ -75.048323, 40.061176 ], [ -75.044991, 40.059372 ], [ -75.044521, 40.058702 ], [ -75.045522, 40.057614 ], [ -75.046537, 40.056567 ], [ -75.047749, 40.055363 ], [ -75.048291, 40.055538 ], [ -75.049762, 40.056374 ], [ -75.051784, 40.057504 ], [ -75.050582, 40.058769 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242004", "device_counts": 339, "stop_counts": 1237 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169816, 40.02845 ], [ -75.166395, 40.026593 ], [ -75.169124, 40.023865 ], [ -75.172523, 40.025758 ], [ -75.169816, 40.02845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238002", "device_counts": 583, "stop_counts": 1396 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183101, 40.041063 ], [ -75.180884, 40.043246 ], [ -75.177757, 40.039401 ], [ -75.177629, 40.039229 ], [ -75.1804, 40.036534 ], [ -75.184831, 40.039346 ], [ -75.183101, 40.041063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274013", "device_counts": 1134, "stop_counts": 3190 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130518, 40.036437 ], [ -75.127641, 40.036063 ], [ -75.128428, 40.032472 ], [ -75.13129, 40.032818 ], [ -75.130518, 40.036437 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108001", "device_counts": 267, "stop_counts": 1056 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.203722, 39.970929 ], [ -75.192308, 39.967724 ], [ -75.192139, 39.966888 ], [ -75.19531, 39.968045 ], [ -75.195863, 39.968193 ], [ -75.198248, 39.96793 ], [ -75.203058, 39.967396 ], [ -75.203258, 39.968447 ], [ -75.203722, 39.970929 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204003", "device_counts": 1858, "stop_counts": 3406 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154929, 40.02229 ], [ -75.153357, 40.022088 ], [ -75.148567, 40.021476 ], [ -75.14711, 40.02128 ], [ -75.147139, 40.019518 ], [ -75.148953, 40.019743 ], [ -75.152161, 40.020161 ], [ -75.155239, 40.020486 ], [ -75.154929, 40.02229 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306005", "device_counts": 170, "stop_counts": 1014 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10323, 40.051355 ], [ -75.100935, 40.052699 ], [ -75.100681, 40.05254 ], [ -75.098234, 40.052593 ], [ -75.097243, 40.052051 ], [ -75.09822, 40.051023 ], [ -75.100394, 40.048691 ], [ -75.101335, 40.049539 ], [ -75.10323, 40.051355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074004", "device_counts": 494, "stop_counts": 1866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221545, 39.940652 ], [ -75.220175, 39.941602 ], [ -75.217136, 39.94374 ], [ -75.215615, 39.943402 ], [ -75.215246, 39.943087 ], [ -75.217764, 39.941343 ], [ -75.215089, 39.939093 ], [ -75.217502, 39.939355 ], [ -75.218874, 39.938393 ], [ -75.220278, 39.939572 ], [ -75.221545, 39.940652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277005", "device_counts": 246, "stop_counts": 1076 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157858, 40.050602 ], [ -75.155446, 40.050508 ], [ -75.153101, 40.050412 ], [ -75.153235, 40.048842 ], [ -75.154793, 40.048902 ], [ -75.157958, 40.049025 ], [ -75.157858, 40.050602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388004", "device_counts": 332, "stop_counts": 1609 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198787, 40.054802 ], [ -75.196319, 40.053234 ], [ -75.194647, 40.054791 ], [ -75.193951, 40.054358 ], [ -75.19326, 40.053057 ], [ -75.194083, 40.051633 ], [ -75.194491, 40.051466 ], [ -75.196511, 40.049188 ], [ -75.198319, 40.050328 ], [ -75.201462, 40.052316 ], [ -75.198787, 40.054802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361001", "device_counts": 520, "stop_counts": 2963 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.995134, 40.106336 ], [ -74.994438, 40.105853 ], [ -74.992199, 40.103978 ], [ -74.986551, 40.099366 ], [ -74.979893, 40.09381 ], [ -74.982114, 40.091942 ], [ -74.981539, 40.094456 ], [ -74.986603, 40.096475 ], [ -74.987151, 40.098943 ], [ -74.991264, 40.095778 ], [ -74.995464, 40.099166 ], [ -74.992674, 40.10104 ], [ -74.993327, 40.102963 ], [ -74.992326, 40.103876 ], [ -74.995483, 40.106202 ], [ -74.995134, 40.106336 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010131001", "device_counts": 671, "stop_counts": 2429 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154013, 39.963976 ], [ -75.153018, 39.968549 ], [ -75.147146, 39.967126 ], [ -75.147796, 39.963527 ], [ -75.151852, 39.964712 ], [ -75.152146, 39.962452 ], [ -75.154312, 39.962614 ], [ -75.154013, 39.963976 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286005", "device_counts": 719, "stop_counts": 2090 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128428, 40.032472 ], [ -75.126164, 40.032281 ], [ -75.124167, 40.032575 ], [ -75.124701, 40.029398 ], [ -75.126686, 40.029667 ], [ -75.128974, 40.029953 ], [ -75.128428, 40.032472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308002", "device_counts": 500, "stop_counts": 1962 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083525, 40.06127 ], [ -75.081402, 40.060031 ], [ -75.07876, 40.0585 ], [ -75.076734, 40.05735 ], [ -75.078631, 40.055357 ], [ -75.08498, 40.058893 ], [ -75.083525, 40.06127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337023", "device_counts": 223, "stop_counts": 1706 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056259, 40.067555 ], [ -75.053221, 40.070759 ], [ -75.051875, 40.069988 ], [ -75.052315, 40.068484 ], [ -75.054244, 40.066434 ], [ -75.055477, 40.065149 ], [ -75.057477, 40.066268 ], [ -75.056259, 40.067555 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353011", "device_counts": 3014, "stop_counts": 14319 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.987857, 40.072829 ], [ -74.987148, 40.072702 ], [ -74.984901, 40.07448 ], [ -74.984631, 40.074335 ], [ -74.983657, 40.073786 ], [ -74.981173, 40.071985 ], [ -74.982413, 40.065736 ], [ -74.982355, 40.064672 ], [ -74.984171, 40.064075 ], [ -74.985576, 40.063345 ], [ -74.986875, 40.064955 ], [ -74.987379, 40.065368 ], [ -74.988454, 40.066701 ], [ -74.987857, 40.072829 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213003", "device_counts": 629, "stop_counts": 1851 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2177, 40.030848 ], [ -75.214493, 40.032838 ], [ -75.213692, 40.032135 ], [ -75.211308, 40.02997 ], [ -75.214188, 40.028699 ], [ -75.216449, 40.029641 ], [ -75.2177, 40.030848 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096005", "device_counts": 588, "stop_counts": 1627 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246848, 39.967449 ], [ -75.24177, 39.96682 ], [ -75.242087, 39.965303 ], [ -75.247169, 39.965927 ], [ -75.246848, 39.967449 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088021", "device_counts": 440, "stop_counts": 1287 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205802, 39.950985 ], [ -75.201151, 39.950414 ], [ -75.201156, 39.949839 ], [ -75.205167, 39.948522 ], [ -75.205656, 39.948053 ], [ -75.205759, 39.949832 ], [ -75.205802, 39.950985 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188001", "device_counts": 649, "stop_counts": 2295 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10289, 40.00005 ], [ -75.100973, 40.001086 ], [ -75.100085, 40.000977 ], [ -75.099998, 40.000816 ], [ -75.099609, 40.000365 ], [ -75.098979, 39.999688 ], [ -75.097949, 39.998496 ], [ -75.100367, 39.997206 ], [ -75.101235, 39.998188 ], [ -75.102026, 39.999078 ], [ -75.10289, 40.00005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188003", "device_counts": 511, "stop_counts": 1836 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106442, 40.000322 ], [ -75.104197, 40.001525 ], [ -75.103179, 40.002096 ], [ -75.100973, 40.001086 ], [ -75.10289, 40.00005 ], [ -75.102026, 39.999078 ], [ -75.104335, 39.997884 ], [ -75.106442, 40.000322 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249002", "device_counts": 509, "stop_counts": 1432 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159041, 40.051106 ], [ -75.160222, 40.051826 ], [ -75.15878, 40.053225 ], [ -75.157729, 40.052626 ], [ -75.157858, 40.050602 ], [ -75.157958, 40.049025 ], [ -75.158017, 40.048126 ], [ -75.160528, 40.049664 ], [ -75.159041, 40.051106 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286003", "device_counts": 599, "stop_counts": 1674 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13251, 40.027274 ], [ -75.132352, 40.028019 ], [ -75.127646, 40.027416 ], [ -75.127824, 40.026663 ], [ -75.127935, 40.026158 ], [ -75.130774, 40.026421 ], [ -75.132838, 40.025783 ], [ -75.13251, 40.027274 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294002", "device_counts": 885, "stop_counts": 3032 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092482, 40.005427 ], [ -75.091815, 40.006007 ], [ -75.089271, 40.010063 ], [ -75.088731, 40.010923 ], [ -75.084912, 40.009489 ], [ -75.083788, 40.008503 ], [ -75.083087, 40.007437 ], [ -75.087448, 40.006079 ], [ -75.089831, 40.004441 ], [ -75.090028, 40.004264 ], [ -75.092057, 40.004937 ], [ -75.092482, 40.005427 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290003", "device_counts": 1445, "stop_counts": 3748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123027, 40.027692 ], [ -75.122727, 40.029151 ], [ -75.121711, 40.03347 ], [ -75.120713, 40.03364 ], [ -75.116083, 40.033037 ], [ -75.117268, 40.031624 ], [ -75.118184, 40.030534 ], [ -75.120036, 40.028328 ], [ -75.120614, 40.027626 ], [ -75.122279, 40.02565 ], [ -75.123525, 40.025463 ], [ -75.123027, 40.027692 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119004", "device_counts": 497, "stop_counts": 1721 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233672, 39.991882 ], [ -75.23106, 39.991764 ], [ -75.225662, 39.991469 ], [ -75.225891, 39.988131 ], [ -75.226577, 39.989221 ], [ -75.226573, 39.989763 ], [ -75.229017, 39.989747 ], [ -75.230433, 39.98946 ], [ -75.232932, 39.988934 ], [ -75.233528, 39.990653 ], [ -75.233672, 39.991882 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161001", "device_counts": 1366, "stop_counts": 4693 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132881, 39.981631 ], [ -75.132544, 39.983166 ], [ -75.132208, 39.984741 ], [ -75.131907, 39.986306 ], [ -75.130794, 39.986928 ], [ -75.127398, 39.98308 ], [ -75.124654, 39.984526 ], [ -75.125836, 39.983251 ], [ -75.125062, 39.982373 ], [ -75.127579, 39.981383 ], [ -75.130448, 39.978589 ], [ -75.13319, 39.980134 ], [ -75.132881, 39.981631 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087022", "device_counts": 777, "stop_counts": 2109 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209264, 39.952522 ], [ -75.205583, 39.952056 ], [ -75.205802, 39.950985 ], [ -75.205759, 39.949832 ], [ -75.208044, 39.949748 ], [ -75.209259, 39.949541 ], [ -75.209326, 39.951436 ], [ -75.209264, 39.952522 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165003", "device_counts": 785, "stop_counts": 2211 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151815, 39.988886 ], [ -75.150238, 39.988684 ], [ -75.149587, 39.991665 ], [ -75.149238, 39.993253 ], [ -75.147887, 39.993078 ], [ -75.148305, 39.990968 ], [ -75.147542, 39.989863 ], [ -75.145126, 39.986485 ], [ -75.144154, 39.984724 ], [ -75.146102, 39.984978 ], [ -75.147766, 39.98519 ], [ -75.150197, 39.985504 ], [ -75.151199, 39.987798 ], [ -75.151815, 39.988886 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172013", "device_counts": 653, "stop_counts": 1621 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169093, 40.003671 ], [ -75.168943, 40.00366 ], [ -75.165896, 40.003269 ], [ -75.166562, 40.000199 ], [ -75.169754, 40.000622 ], [ -75.169093, 40.003671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036001", "device_counts": 756, "stop_counts": 3813 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193621, 39.929965 ], [ -75.192047, 39.929756 ], [ -75.191783, 39.930982 ], [ -75.190222, 39.930779 ], [ -75.188636, 39.930583 ], [ -75.18524, 39.930146 ], [ -75.186029, 39.926481 ], [ -75.194153, 39.927514 ], [ -75.193621, 39.929965 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317004", "device_counts": 2559, "stop_counts": 6186 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070001, 40.03532 ], [ -75.065147, 40.036446 ], [ -75.064362, 40.036306 ], [ -75.063188, 40.031566 ], [ -75.062828, 40.02941 ], [ -75.064448, 40.030313 ], [ -75.066299, 40.031344 ], [ -75.067697, 40.03212 ], [ -75.066523, 40.033377 ], [ -75.069596, 40.035093 ], [ -75.070001, 40.03532 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062004", "device_counts": 793, "stop_counts": 2932 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239511, 39.918979 ], [ -75.236789, 39.920899 ], [ -75.234991, 39.922169 ], [ -75.232438, 39.92397 ], [ -75.230327, 39.922201 ], [ -75.232221, 39.920865 ], [ -75.233878, 39.919693 ], [ -75.235477, 39.918575 ], [ -75.232692, 39.916219 ], [ -75.23463, 39.914848 ], [ -75.236026, 39.916036 ], [ -75.237427, 39.917207 ], [ -75.239511, 39.918979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319003", "device_counts": 484, "stop_counts": 1615 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06701, 40.01967 ], [ -75.062925, 40.021777 ], [ -75.06113, 40.019725 ], [ -75.065113, 40.017511 ], [ -75.066116, 40.018648 ], [ -75.06701, 40.01967 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010173001", "device_counts": 560, "stop_counts": 1677 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166562, 40.000199 ], [ -75.163093, 39.999752 ], [ -75.163734, 39.996753 ], [ -75.167215, 39.997197 ], [ -75.166562, 40.000199 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119003", "device_counts": 1062, "stop_counts": 2381 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228792, 39.980705 ], [ -75.225891, 39.988131 ], [ -75.225109, 39.987582 ], [ -75.225573, 39.987151 ], [ -75.227057, 39.982691 ], [ -75.226202, 39.981608 ], [ -75.224066, 39.981508 ], [ -75.224093, 39.981369 ], [ -75.2263, 39.977951 ], [ -75.228471, 39.97896 ], [ -75.228792, 39.980705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010018002", "device_counts": 2499, "stop_counts": 5519 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166208, 39.940431 ], [ -75.166204, 39.940813 ], [ -75.165988, 39.94182 ], [ -75.165909, 39.941811 ], [ -75.16218, 39.94135 ], [ -75.156388, 39.940627 ], [ -75.155888, 39.94056 ], [ -75.156011, 39.940006 ], [ -75.156317, 39.938569 ], [ -75.157848, 39.938982 ], [ -75.16092, 39.939367 ], [ -75.166292, 39.940031 ], [ -75.166208, 39.940431 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175005", "device_counts": 451, "stop_counts": 1380 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143145, 39.998701 ], [ -75.142805, 40.000294 ], [ -75.141568, 40.000126 ], [ -75.140498, 39.999993 ], [ -75.141495, 39.995422 ], [ -75.143792, 39.995715 ], [ -75.143145, 39.998701 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337012", "device_counts": 1886, "stop_counts": 5704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054244, 40.066434 ], [ -75.052315, 40.068484 ], [ -75.051875, 40.069988 ], [ -75.050755, 40.069544 ], [ -75.05122, 40.06663 ], [ -75.047725, 40.064686 ], [ -75.050091, 40.06216 ], [ -75.051681, 40.063022 ], [ -75.051859, 40.063187 ], [ -75.055477, 40.065149 ], [ -75.054244, 40.066434 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027012", "device_counts": 362, "stop_counts": 1249 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155546, 39.92755 ], [ -75.152407, 39.927129 ], [ -75.152938, 39.924679 ], [ -75.154526, 39.924895 ], [ -75.156095, 39.925103 ], [ -75.155546, 39.92755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312001", "device_counts": 460, "stop_counts": 1806 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080981, 40.035713 ], [ -75.079265, 40.037516 ], [ -75.077266, 40.036262 ], [ -75.079636, 40.033743 ], [ -75.081757, 40.034924 ], [ -75.080981, 40.035713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083022", "device_counts": 1193, "stop_counts": 3946 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243371, 39.959166 ], [ -75.242735, 39.962202 ], [ -75.240762, 39.96196 ], [ -75.238785, 39.961715 ], [ -75.239658, 39.957534 ], [ -75.243608, 39.95802 ], [ -75.243371, 39.959166 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074002", "device_counts": 823, "stop_counts": 1737 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214999, 39.943265 ], [ -75.212687, 39.944885 ], [ -75.208799, 39.941644 ], [ -75.207838, 39.941286 ], [ -75.212064, 39.938213 ], [ -75.213865, 39.939974 ], [ -75.212601, 39.94085 ], [ -75.215246, 39.943087 ], [ -75.214999, 39.943265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011014", "device_counts": 714, "stop_counts": 1326 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163648, 39.946836 ], [ -75.162627, 39.946713 ], [ -75.161843, 39.94662 ], [ -75.162348, 39.944299 ], [ -75.163137, 39.944388 ], [ -75.163955, 39.945423 ], [ -75.163648, 39.946836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357012", "device_counts": 1246, "stop_counts": 6823 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.030162, 40.114978 ], [ -75.02923, 40.11597 ], [ -75.028062, 40.1157 ], [ -75.027231, 40.115422 ], [ -75.024699, 40.113964 ], [ -75.023041, 40.112998 ], [ -75.024306, 40.111181 ], [ -75.025585, 40.109312 ], [ -75.029192, 40.111392 ], [ -75.029273, 40.112301 ], [ -75.029517, 40.11245 ], [ -75.029615, 40.112667 ], [ -75.029541, 40.112852 ], [ -75.028279, 40.11408 ], [ -75.029956, 40.114481 ], [ -75.030162, 40.114978 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238005", "device_counts": 278, "stop_counts": 1335 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188797, 40.03948 ], [ -75.187315, 40.040929 ], [ -75.185569, 40.042625 ], [ -75.183101, 40.041063 ], [ -75.184831, 40.039346 ], [ -75.186595, 40.037617 ], [ -75.187922, 40.037547 ], [ -75.188797, 40.03948 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362024", "device_counts": 614, "stop_counts": 2180 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.979504, 40.087814 ], [ -74.97559, 40.089861 ], [ -74.976072, 40.090653 ], [ -74.971509, 40.087342 ], [ -74.971945, 40.086891 ], [ -74.973763, 40.084534 ], [ -74.976576, 40.085827 ], [ -74.979504, 40.087814 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010103002", "device_counts": 713, "stop_counts": 2135 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228149, 39.967843 ], [ -75.22514, 39.968145 ], [ -75.224812, 39.966206 ], [ -75.222431, 39.966487 ], [ -75.221952, 39.96425 ], [ -75.223531, 39.964601 ], [ -75.224105, 39.964739 ], [ -75.22786, 39.966191 ], [ -75.228149, 39.967843 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162001", "device_counts": 461, "stop_counts": 1251 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135445, 39.983598 ], [ -75.1351, 39.98519 ], [ -75.132208, 39.984741 ], [ -75.132544, 39.983166 ], [ -75.132881, 39.981631 ], [ -75.13578, 39.982009 ], [ -75.135445, 39.983598 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305011", "device_counts": 429, "stop_counts": 1693 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101105, 40.045038 ], [ -75.098017, 40.047096 ], [ -75.095999, 40.046002 ], [ -75.094175, 40.045026 ], [ -75.096603, 40.042487 ], [ -75.098357, 40.043483 ], [ -75.100374, 40.044605 ], [ -75.101105, 40.045038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027024", "device_counts": 489, "stop_counts": 1400 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152407, 39.927129 ], [ -75.149166, 39.926696 ], [ -75.150101, 39.924305 ], [ -75.152938, 39.924679 ], [ -75.152407, 39.927129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390002", "device_counts": 325, "stop_counts": 1219 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091031, 40.035582 ], [ -75.089404, 40.037263 ], [ -75.088091, 40.03654 ], [ -75.087931, 40.036236 ], [ -75.090599, 40.033398 ], [ -75.09227, 40.034323 ], [ -75.091031, 40.035582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111003", "device_counts": 648, "stop_counts": 1474 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229026, 39.972644 ], [ -75.226131, 39.972964 ], [ -75.222827, 39.973318 ], [ -75.222613, 39.97212 ], [ -75.225841, 39.97143 ], [ -75.228735, 39.971107 ], [ -75.229026, 39.972644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344001", "device_counts": 2656, "stop_counts": 10314 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055093, 40.084078 ], [ -75.053386, 40.084845 ], [ -75.051852, 40.08559 ], [ -75.051362, 40.086035 ], [ -75.050745, 40.086616 ], [ -75.050151, 40.086275 ], [ -75.049588, 40.08746 ], [ -75.048799, 40.088354 ], [ -75.045685, 40.089021 ], [ -75.041488, 40.087338 ], [ -75.047286, 40.082932 ], [ -75.051031, 40.080086 ], [ -75.052737, 40.079427 ], [ -75.052327, 40.079859 ], [ -75.054083, 40.080901 ], [ -75.054568, 40.081271 ], [ -75.055386, 40.083679 ], [ -75.055093, 40.084078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118003", "device_counts": 894, "stop_counts": 1943 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23724, 39.98484 ], [ -75.234186, 39.983702 ], [ -75.234703, 39.985307 ], [ -75.234774, 39.986089 ], [ -75.232136, 39.986635 ], [ -75.230791, 39.982516 ], [ -75.2301, 39.981556 ], [ -75.228792, 39.980705 ], [ -75.228471, 39.97896 ], [ -75.2263, 39.977951 ], [ -75.226451, 39.977717 ], [ -75.226765, 39.977211 ], [ -75.230171, 39.978794 ], [ -75.23407, 39.980326 ], [ -75.239042, 39.98195 ], [ -75.23724, 39.98484 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065003", "device_counts": 238, "stop_counts": 1086 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233213, 39.935057 ], [ -75.230224, 39.937177 ], [ -75.229726, 39.936743 ], [ -75.228533, 39.935732 ], [ -75.231533, 39.933634 ], [ -75.233213, 39.935057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083011", "device_counts": 2202, "stop_counts": 4921 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250883, 39.959024 ], [ -75.248546, 39.960269 ], [ -75.247688, 39.962817 ], [ -75.246753, 39.962705 ], [ -75.242735, 39.962202 ], [ -75.243371, 39.959166 ], [ -75.24739, 39.959662 ], [ -75.247897, 39.95724 ], [ -75.249499, 39.957189 ], [ -75.250883, 39.959024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040023", "device_counts": 1733, "stop_counts": 4518 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171122, 39.918152 ], [ -75.170854, 39.91941 ], [ -75.167085, 39.918959 ], [ -75.167681, 39.916283 ], [ -75.171423, 39.916757 ], [ -75.171122, 39.918152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301004", "device_counts": 437, "stop_counts": 1288 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.095897, 40.019604 ], [ -75.094374, 40.021159 ], [ -75.092729, 40.023597 ], [ -75.090373, 40.022233 ], [ -75.091492, 40.021027 ], [ -75.089718, 40.019875 ], [ -75.091304, 40.017883 ], [ -75.09441, 40.019534 ], [ -75.095897, 40.019604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358003", "device_counts": 505, "stop_counts": 3898 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036495, 40.12039 ], [ -75.032646, 40.121786 ], [ -75.029773, 40.121875 ], [ -75.027824, 40.120924 ], [ -75.025511, 40.119714 ], [ -75.024606, 40.119216 ], [ -75.027242, 40.116639 ], [ -75.028062, 40.1157 ], [ -75.02923, 40.11597 ], [ -75.030059, 40.116298 ], [ -75.034996, 40.119328 ], [ -75.036495, 40.12039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161003", "device_counts": 325, "stop_counts": 1459 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127363, 39.988792 ], [ -75.124728, 39.985801 ], [ -75.127022, 39.984597 ], [ -75.129641, 39.987546 ], [ -75.127363, 39.988792 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336004", "device_counts": 386, "stop_counts": 1754 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064491, 40.064588 ], [ -75.06304, 40.066143 ], [ -75.057697, 40.062787 ], [ -75.058323, 40.062116 ], [ -75.058923, 40.061473 ], [ -75.060101, 40.060221 ], [ -75.062124, 40.061348 ], [ -75.065685, 40.063332 ], [ -75.064491, 40.064588 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292002", "device_counts": 3165, "stop_counts": 8183 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111228, 40.023211 ], [ -75.109611, 40.023588 ], [ -75.104059, 40.029441 ], [ -75.104306, 40.029846 ], [ -75.103068, 40.029895 ], [ -75.10292, 40.029929 ], [ -75.10267, 40.029987 ], [ -75.10128, 40.029514 ], [ -75.096726, 40.026698 ], [ -75.096038, 40.026567 ], [ -75.09399, 40.027037 ], [ -75.093609, 40.026718 ], [ -75.092414, 40.025353 ], [ -75.091879, 40.024435 ], [ -75.092729, 40.023597 ], [ -75.094374, 40.021159 ], [ -75.095897, 40.019604 ], [ -75.096744, 40.01873 ], [ -75.09704, 40.016018 ], [ -75.098916, 40.016433 ], [ -75.106018, 40.016352 ], [ -75.107063, 40.016777 ], [ -75.107446, 40.017517 ], [ -75.103204, 40.021057 ], [ -75.104845, 40.02356 ], [ -75.110242, 40.022242 ], [ -75.111228, 40.023211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177012", "device_counts": 1247, "stop_counts": 3379 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116414, 39.996881 ], [ -75.115447, 39.996753 ], [ -75.115107, 39.998347 ], [ -75.112923, 39.99806 ], [ -75.110983, 39.997801 ], [ -75.111558, 39.997475 ], [ -75.113387, 39.996493 ], [ -75.115778, 39.995167 ], [ -75.116751, 39.995294 ], [ -75.116414, 39.996881 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348021", "device_counts": 725, "stop_counts": 4410 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021707, 40.063392 ], [ -75.013126, 40.072071 ], [ -75.011311, 40.071169 ], [ -75.014109, 40.066867 ], [ -75.020575, 40.061252 ], [ -75.021185, 40.061691 ], [ -75.021992, 40.063113 ], [ -75.021707, 40.063392 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362012", "device_counts": 679, "stop_counts": 2903 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.990155, 40.084052 ], [ -74.987065, 40.086049 ], [ -74.98418, 40.089906 ], [ -74.981491, 40.087994 ], [ -74.980601, 40.087914 ], [ -74.980158, 40.086256 ], [ -74.981807, 40.082355 ], [ -74.985377, 40.082317 ], [ -74.987586, 40.082663 ], [ -74.988885, 40.083129 ], [ -74.990155, 40.084052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064003", "device_counts": 1300, "stop_counts": 3603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247759, 39.921708 ], [ -75.247321, 39.922178 ], [ -75.245928, 39.924474 ], [ -75.244336, 39.92625 ], [ -75.243643, 39.930897 ], [ -75.242972, 39.93094 ], [ -75.243254, 39.92947 ], [ -75.243494, 39.926963 ], [ -75.242349, 39.926031 ], [ -75.239493, 39.928024 ], [ -75.236833, 39.925765 ], [ -75.23816, 39.924839 ], [ -75.239671, 39.923779 ], [ -75.246856, 39.918759 ], [ -75.247341, 39.918541 ], [ -75.247484, 39.919242 ], [ -75.247459, 39.921343 ], [ -75.247759, 39.921708 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363011", "device_counts": 11235, "stop_counts": 44241 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.976783, 40.095969 ], [ -74.97577, 40.096412 ], [ -74.972898, 40.096859 ], [ -74.971016, 40.096392 ], [ -74.970302, 40.096022 ], [ -74.96876, 40.094759 ], [ -74.966752, 40.092976 ], [ -74.965723, 40.091635 ], [ -74.961859, 40.093621 ], [ -74.958749, 40.096929 ], [ -74.956063, 40.09557 ], [ -74.955777, 40.095103 ], [ -74.956506, 40.093115 ], [ -74.958036, 40.089665 ], [ -74.958392, 40.084508 ], [ -74.958284, 40.084145 ], [ -74.962737, 40.077839 ], [ -74.964883, 40.077273 ], [ -74.966078, 40.081031 ], [ -74.966814, 40.082209 ], [ -74.968451, 40.084426 ], [ -74.971509, 40.087342 ], [ -74.976072, 40.090653 ], [ -74.97648, 40.091256 ], [ -74.976783, 40.095969 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289024", "device_counts": 417, "stop_counts": 1291 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119823, 40.02412 ], [ -75.119603, 40.025117 ], [ -75.119735, 40.026017 ], [ -75.117173, 40.026386 ], [ -75.117389, 40.02504 ], [ -75.117959, 40.022349 ], [ -75.120136, 40.022627 ], [ -75.119823, 40.02412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291001", "device_counts": 4099, "stop_counts": 11494 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.114427, 40.039903 ], [ -75.112248, 40.04321 ], [ -75.111033, 40.044404 ], [ -75.110985, 40.046769 ], [ -75.109431, 40.045874 ], [ -75.111153, 40.042187 ], [ -75.10827, 40.042213 ], [ -75.104633, 40.040073 ], [ -75.103163, 40.039196 ], [ -75.101572, 40.038293 ], [ -75.098416, 40.036101 ], [ -75.100573, 40.033957 ], [ -75.101148, 40.033334 ], [ -75.104725, 40.035321 ], [ -75.105935, 40.0341 ], [ -75.10857, 40.035495 ], [ -75.108733, 40.036723 ], [ -75.110011, 40.039149 ], [ -75.112042, 40.037847 ], [ -75.113107, 40.036567 ], [ -75.113767, 40.037366 ], [ -75.114369, 40.0393 ], [ -75.114427, 40.039903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010143001", "device_counts": 2356, "stop_counts": 5041 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134428, 39.968791 ], [ -75.130452, 39.970189 ], [ -75.12899, 39.967518 ], [ -75.127301, 39.968823 ], [ -75.127225, 39.970029 ], [ -75.126535, 39.970303 ], [ -75.126008, 39.969362 ], [ -75.124954, 39.969879 ], [ -75.125899, 39.971765 ], [ -75.123489, 39.972651 ], [ -75.122592, 39.97388 ], [ -75.121504, 39.97321 ], [ -75.119617, 39.97295 ], [ -75.120231, 39.972387 ], [ -75.121806, 39.970925 ], [ -75.122211, 39.970172 ], [ -75.1189552837088, 39.965528846214504 ], [ -75.11922, 39.965412 ], [ -75.123862977243505, 39.962819168552294 ], [ -75.125416361661095, 39.961951694137291 ], [ -75.128697, 39.966977 ], [ -75.134347, 39.964477 ], [ -75.134428, 39.968791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188004", "device_counts": 569, "stop_counts": 1690 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109617, 39.995123 ], [ -75.108487, 39.994991 ], [ -75.106215, 39.996224 ], [ -75.104043, 39.997555 ], [ -75.103369, 39.996794 ], [ -75.102674, 39.996008 ], [ -75.108144, 39.993156 ], [ -75.108659, 39.993741 ], [ -75.109617, 39.995123 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290002", "device_counts": 328, "stop_counts": 1258 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117268, 40.031624 ], [ -75.112876, 40.031991 ], [ -75.112028, 40.030797 ], [ -75.111075, 40.031061 ], [ -75.110825, 40.029623 ], [ -75.112821, 40.027627 ], [ -75.112759, 40.027349 ], [ -75.112773, 40.027036 ], [ -75.114461, 40.026784 ], [ -75.115139, 40.029057 ], [ -75.116846, 40.028803 ], [ -75.11721, 40.030312 ], [ -75.118184, 40.030534 ], [ -75.117268, 40.031624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019802001", "device_counts": 1418, "stop_counts": 3293 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076363, 40.087265 ], [ -75.07127, 40.092532 ], [ -75.069456, 40.094411 ], [ -75.068496, 40.094573 ], [ -75.063708, 40.090568 ], [ -75.058343, 40.090153 ], [ -75.057068, 40.089697 ], [ -75.055807, 40.088095 ], [ -75.056738, 40.086984 ], [ -75.054985, 40.081228 ], [ -75.052737, 40.079427 ], [ -75.051031, 40.080086 ], [ -75.047286, 40.082932 ], [ -75.046249, 40.081459 ], [ -75.043495, 40.07805 ], [ -75.04312, 40.077166 ], [ -75.041869, 40.075429 ], [ -75.039748, 40.072411 ], [ -75.042114, 40.070038 ], [ -75.0406, 40.068042 ], [ -75.03528, 40.064995 ], [ -75.034225, 40.062701 ], [ -75.035532, 40.05881 ], [ -75.035062, 40.057327 ], [ -75.036019, 40.051602 ], [ -75.032754, 40.052569 ], [ -75.031695, 40.051607 ], [ -75.026753, 40.050779 ], [ -75.024173, 40.051483 ], [ -75.023374, 40.055334 ], [ -75.017956, 40.052322 ], [ -75.0172, 40.051445 ], [ -75.016833, 40.049374 ], [ -75.019409, 40.046474 ], [ -75.018502, 40.044081 ], [ -75.020392, 40.04353 ], [ -75.020499, 40.043542 ], [ -75.021752, 40.043668 ], [ -75.020489, 40.04639 ], [ -75.021343, 40.048294 ], [ -75.023007, 40.049197 ], [ -75.026037, 40.048163 ], [ -75.030489, 40.048407 ], [ -75.031781, 40.047141 ], [ -75.031636, 40.04566 ], [ -75.033824, 40.04466 ], [ -75.043694, 40.047502 ], [ -75.045269, 40.046509 ], [ -75.047775, 40.046246 ], [ -75.051682, 40.046963 ], [ -75.051146, 40.048113 ], [ -75.051057, 40.049022 ], [ -75.04796, 40.048016 ], [ -75.045149, 40.048854 ], [ -75.042279, 40.049992 ], [ -75.040247, 40.053158 ], [ -75.040059, 40.054079 ], [ -75.039449, 40.055286 ], [ -75.038719, 40.056435 ], [ -75.038539, 40.060858 ], [ -75.041907, 40.064683 ], [ -75.044675, 40.06484 ], [ -75.047963, 40.066822 ], [ -75.047114, 40.068037 ], [ -75.047762, 40.069395 ], [ -75.047381, 40.070558 ], [ -75.045884, 40.069653 ], [ -75.044088, 40.072639 ], [ -75.045793, 40.075329 ], [ -75.048258, 40.077034 ], [ -75.049347, 40.077036 ], [ -75.055857, 40.073249 ], [ -75.05821, 40.074605 ], [ -75.065724, 40.070193 ], [ -75.068862, 40.071845 ], [ -75.068958, 40.072358 ], [ -75.067333, 40.075504 ], [ -75.066273, 40.077544 ], [ -75.067597, 40.0788 ], [ -75.068463, 40.080164 ], [ -75.062288, 40.084478 ], [ -75.068235, 40.085035 ], [ -75.071691, 40.086977 ], [ -75.074488, 40.086788 ], [ -75.073616, 40.087907 ], [ -75.076363, 40.087265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242001", "device_counts": 424, "stop_counts": 1384 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17061, 40.033131 ], [ -75.169211, 40.032314 ], [ -75.166655, 40.03089 ], [ -75.166488, 40.030794 ], [ -75.168308, 40.029173 ], [ -75.169816, 40.02845 ], [ -75.173482, 40.030336 ], [ -75.17061, 40.033131 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215001", "device_counts": 501, "stop_counts": 1785 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228179, 40.037082 ], [ -75.226159, 40.038361 ], [ -75.228104, 40.040855 ], [ -75.226267, 40.042401 ], [ -75.225234, 40.041319 ], [ -75.222808, 40.038112 ], [ -75.225727, 40.03676 ], [ -75.227199, 40.035255 ], [ -75.228179, 40.037082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081025", "device_counts": 289, "stop_counts": 714 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234212, 39.954521 ], [ -75.232153, 39.954262 ], [ -75.229999, 39.953996 ], [ -75.230323, 39.952475 ], [ -75.234531, 39.953 ], [ -75.234212, 39.954521 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118001", "device_counts": 253, "stop_counts": 1017 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237785, 39.990669 ], [ -75.236255, 39.990971 ], [ -75.233713, 39.992176 ], [ -75.233672, 39.991882 ], [ -75.233528, 39.990653 ], [ -75.232932, 39.988934 ], [ -75.237488, 39.987996 ], [ -75.237879, 39.990229 ], [ -75.237785, 39.990669 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093004", "device_counts": 996, "stop_counts": 2202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226891, 39.963415 ], [ -75.22422, 39.963086 ], [ -75.224541, 39.961567 ], [ -75.224868, 39.960005 ], [ -75.227443, 39.960311 ], [ -75.226891, 39.963415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291002", "device_counts": 797, "stop_counts": 2821 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112042, 40.037847 ], [ -75.110011, 40.039149 ], [ -75.108733, 40.036723 ], [ -75.10857, 40.035495 ], [ -75.105935, 40.0341 ], [ -75.106912, 40.033135 ], [ -75.107909, 40.03215 ], [ -75.109057, 40.031741 ], [ -75.111075, 40.031061 ], [ -75.110667, 40.033249 ], [ -75.111312, 40.034539 ], [ -75.11177, 40.03486 ], [ -75.113107, 40.036567 ], [ -75.112042, 40.037847 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158003", "device_counts": 626, "stop_counts": 1958 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131239, 39.97165 ], [ -75.129224, 39.972357 ], [ -75.127903, 39.972811 ], [ -75.123391, 39.974403 ], [ -75.122592, 39.97388 ], [ -75.123489, 39.972651 ], [ -75.125899, 39.971765 ], [ -75.127102, 39.97135 ], [ -75.127716, 39.971081 ], [ -75.129432, 39.970543 ], [ -75.130452, 39.970189 ], [ -75.131239, 39.97165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033005", "device_counts": 321, "stop_counts": 1124 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194133, 39.935048 ], [ -75.193873, 39.936286 ], [ -75.193315, 39.936206 ], [ -75.191274, 39.935934 ], [ -75.192322, 39.931054 ], [ -75.193353, 39.931185 ], [ -75.192826, 39.933628 ], [ -75.194408, 39.933822 ], [ -75.194133, 39.935048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060004", "device_counts": 988, "stop_counts": 3361 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243821, 39.916027 ], [ -75.242454, 39.916907 ], [ -75.241088, 39.917868 ], [ -75.238984, 39.916102 ], [ -75.237599, 39.914934 ], [ -75.238949, 39.913959 ], [ -75.240333, 39.912999 ], [ -75.242832, 39.911272 ], [ -75.243226, 39.913112 ], [ -75.244935, 39.91545 ], [ -75.243821, 39.916027 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310004", "device_counts": 420, "stop_counts": 1451 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076223, 40.046386 ], [ -75.075637, 40.047005 ], [ -75.07207, 40.045024 ], [ -75.072645, 40.044394 ], [ -75.073836, 40.043174 ], [ -75.077403, 40.045139 ], [ -75.076223, 40.046386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361003", "device_counts": 712, "stop_counts": 3662 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.991264, 40.095778 ], [ -74.987151, 40.098943 ], [ -74.986603, 40.096475 ], [ -74.981539, 40.094456 ], [ -74.982114, 40.091942 ], [ -74.982385, 40.091724 ], [ -74.98418, 40.089906 ], [ -74.987421, 40.09255 ], [ -74.989094, 40.093928 ], [ -74.991264, 40.095778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010381002", "device_counts": 4060, "stop_counts": 11799 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04879, 40.018141 ], [ -75.045381, 40.019868 ], [ -75.039452, 40.022917 ], [ -75.032752, 40.02705 ], [ -75.028413, 40.029758 ], [ -75.021603, 40.033996 ], [ -75.018427, 40.033507 ], [ -75.022508, 40.030832 ], [ -75.015583, 40.023134 ], [ -75.013803495273393, 40.020211161024498 ], [ -75.015515, 40.019511 ], [ -75.021195066674494, 40.018207388098602 ], [ -75.030467830814501, 40.016079228979407 ], [ -75.034216, 40.015219 ], [ -75.042889, 40.012032 ], [ -75.042966449521089, 40.011993450381205 ], [ -75.043218536113002, 40.011867977145386 ], [ -75.047798, 40.017326 ], [ -75.04879, 40.018141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245002", "device_counts": 850, "stop_counts": 2274 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16327, 40.02896 ], [ -75.161239, 40.030941 ], [ -75.162906, 40.031923 ], [ -75.159601, 40.035137 ], [ -75.15764, 40.033206 ], [ -75.158124, 40.030825 ], [ -75.159033, 40.030316 ], [ -75.159551, 40.023925 ], [ -75.160053, 40.026023 ], [ -75.160983, 40.027253 ], [ -75.161425, 40.027764 ], [ -75.16327, 40.02896 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086022", "device_counts": 570, "stop_counts": 1601 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219421, 39.956979 ], [ -75.215471, 39.956489 ], [ -75.214643, 39.955607 ], [ -75.215872, 39.954586 ], [ -75.219823, 39.955076 ], [ -75.219421, 39.956979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191001", "device_counts": 1103, "stop_counts": 3328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112161, 40.012085 ], [ -75.111811, 40.013662 ], [ -75.105099, 40.012784 ], [ -75.105434, 40.011197 ], [ -75.108087, 40.011547 ], [ -75.108368, 40.009952 ], [ -75.112497, 40.010489 ], [ -75.112161, 40.012085 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348013", "device_counts": 3976, "stop_counts": 11375 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024345, 40.05644 ], [ -75.022122, 40.056373 ], [ -75.019047, 40.056391 ], [ -75.019023, 40.054967 ], [ -75.016153, 40.051807 ], [ -75.015641, 40.050595 ], [ -75.015331, 40.050165 ], [ -75.012956, 40.051541 ], [ -75.0112, 40.053653 ], [ -75.010143, 40.054607 ], [ -75.012828, 40.056404 ], [ -75.008555, 40.057808 ], [ -75.008245, 40.057796 ], [ -75.007814, 40.057407 ], [ -75.004795, 40.054747 ], [ -75.007886, 40.052381 ], [ -75.008224, 40.052113 ], [ -75.012273, 40.048885 ], [ -75.016377, 40.045672 ], [ -75.018502, 40.044081 ], [ -75.019409, 40.046474 ], [ -75.016833, 40.049374 ], [ -75.0172, 40.051445 ], [ -75.017956, 40.052322 ], [ -75.023374, 40.055334 ], [ -75.024345, 40.05644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008033", "device_counts": 2673, "stop_counts": 5111 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174173, 39.948921 ], [ -75.173085, 39.948799 ], [ -75.172752, 39.950398 ], [ -75.170667, 39.950131 ], [ -75.17118, 39.947784 ], [ -75.174323, 39.948177 ], [ -75.174173, 39.948921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284004", "device_counts": 1290, "stop_counts": 2419 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141328, 40.022091 ], [ -75.140979, 40.023667 ], [ -75.137001, 40.022923 ], [ -75.136799, 40.022663 ], [ -75.135939, 40.02305 ], [ -75.135854, 40.023082 ], [ -75.135664, 40.023155 ], [ -75.135818, 40.020645 ], [ -75.13674, 40.019958 ], [ -75.138463, 40.020171 ], [ -75.140105, 40.02039 ], [ -75.14126, 40.020456 ], [ -75.141589, 40.020811 ], [ -75.141328, 40.022091 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014001", "device_counts": 941, "stop_counts": 2209 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177554, 39.942487 ], [ -75.175628, 39.942254 ], [ -75.175241, 39.943969 ], [ -75.175054, 39.944832 ], [ -75.171906, 39.944443 ], [ -75.172104, 39.943577 ], [ -75.170532, 39.94338 ], [ -75.170955, 39.941404 ], [ -75.174104, 39.941793 ], [ -75.177598, 39.942228 ], [ -75.177554, 39.942487 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013005", "device_counts": 1514, "stop_counts": 5847 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193985, 39.942154 ], [ -75.191495, 39.943153 ], [ -75.187231, 39.947176 ], [ -75.186393, 39.946567 ], [ -75.185685, 39.946159 ], [ -75.18188, 39.945691 ], [ -75.179409, 39.945377 ], [ -75.180611, 39.944631 ], [ -75.183366, 39.942946 ], [ -75.184474, 39.942274 ], [ -75.181002, 39.941863 ], [ -75.181494, 39.939687 ], [ -75.18314, 39.939895 ], [ -75.184956, 39.940084 ], [ -75.186551, 39.94023 ], [ -75.18824, 39.939878 ], [ -75.188712, 39.939567 ], [ -75.192664, 39.941567 ], [ -75.193985, 39.942154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175001", "device_counts": 380, "stop_counts": 1892 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147404, 39.99924 ], [ -75.146219, 39.999668 ], [ -75.143346, 40.000743 ], [ -75.142805, 40.000294 ], [ -75.143145, 39.998701 ], [ -75.143792, 39.995715 ], [ -75.14708, 39.996143 ], [ -75.146731, 39.997627 ], [ -75.147404, 39.99924 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010203001", "device_counts": 2414, "stop_counts": 5291 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152163, 40.01254 ], [ -75.150585, 40.012283 ], [ -75.147247, 40.011906 ], [ -75.147325, 40.010382 ], [ -75.147603, 40.008779 ], [ -75.148277, 40.005697 ], [ -75.148817, 40.002698 ], [ -75.15109, 40.009934 ], [ -75.151428, 40.010903 ], [ -75.152163, 40.01254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192005", "device_counts": 534, "stop_counts": 1729 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124732, 40.001124 ], [ -75.119644, 40.000464 ], [ -75.116722, 40.000088 ], [ -75.117055, 39.998601 ], [ -75.118994, 39.998852 ], [ -75.120933, 39.999097 ], [ -75.125058, 39.999628 ], [ -75.124732, 40.001124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321001", "device_counts": 533, "stop_counts": 2471 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.063385, 40.01552 ], [ -75.059304, 40.017638 ], [ -75.057542, 40.015615 ], [ -75.053922, 40.017488 ], [ -75.052816, 40.016119 ], [ -75.056898, 40.014204 ], [ -75.059285, 40.013387 ], [ -75.061339, 40.012764 ], [ -75.061413, 40.013284 ], [ -75.062519, 40.014542 ], [ -75.063385, 40.01552 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299002", "device_counts": 754, "stop_counts": 1918 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079279, 40.010409 ], [ -75.075229, 40.012101 ], [ -75.073295, 40.012543 ], [ -75.072866, 40.011395 ], [ -75.06999, 40.012032 ], [ -75.069786, 40.011543 ], [ -75.069508, 40.010798 ], [ -75.070581, 40.010533 ], [ -75.072371, 40.010089 ], [ -75.078448, 40.008586 ], [ -75.078749, 40.009878 ], [ -75.079279, 40.010409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288001", "device_counts": 875, "stop_counts": 2568 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127922, 40.021979 ], [ -75.127588, 40.021935 ], [ -75.124346, 40.021552 ], [ -75.122425, 40.021314 ], [ -75.122752, 40.019722 ], [ -75.124687, 40.019957 ], [ -75.125023, 40.018435 ], [ -75.128883, 40.018945 ], [ -75.127922, 40.021979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237004", "device_counts": 445, "stop_counts": 978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188499, 40.050211 ], [ -75.186752, 40.050103 ], [ -75.185221, 40.051585 ], [ -75.184693, 40.050641 ], [ -75.184573, 40.050403 ], [ -75.183398, 40.048254 ], [ -75.182203, 40.045894 ], [ -75.18308, 40.045068 ], [ -75.184524, 40.043654 ], [ -75.187332, 40.045452 ], [ -75.185932, 40.046809 ], [ -75.187368, 40.047688 ], [ -75.188491, 40.048838 ], [ -75.188499, 40.050211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244003", "device_counts": 468, "stop_counts": 1635 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169124, 40.023865 ], [ -75.166395, 40.026593 ], [ -75.163749, 40.029255 ], [ -75.16327, 40.02896 ], [ -75.161425, 40.027764 ], [ -75.160983, 40.027253 ], [ -75.165275, 40.024087 ], [ -75.166993, 40.025012 ], [ -75.168482, 40.023512 ], [ -75.169124, 40.023865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254004", "device_counts": 348, "stop_counts": 1965 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181313, 40.061221 ], [ -75.176526, 40.065896 ], [ -75.175327, 40.065216 ], [ -75.170787, 40.0626 ], [ -75.173445, 40.059867 ], [ -75.174312, 40.058142 ], [ -75.177077, 40.060236 ], [ -75.178248, 40.059704 ], [ -75.179314, 40.060393 ], [ -75.181313, 40.061221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262004", "device_counts": 388, "stop_counts": 1556 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173459, 40.067054 ], [ -75.172207, 40.068288 ], [ -75.168757, 40.065479 ], [ -75.168099, 40.065219 ], [ -75.165714, 40.06439 ], [ -75.168641, 40.061373 ], [ -75.170787, 40.0626 ], [ -75.175327, 40.065216 ], [ -75.173459, 40.067054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278004", "device_counts": 1004, "stop_counts": 3488 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15082, 40.048518 ], [ -75.148345, 40.048204 ], [ -75.147672, 40.048117 ], [ -75.144959, 40.04868 ], [ -75.142898, 40.047493 ], [ -75.143547, 40.044426 ], [ -75.146776, 40.044848 ], [ -75.148225, 40.0456 ], [ -75.150148, 40.045658 ], [ -75.15068, 40.046352 ], [ -75.150967, 40.046767 ], [ -75.15082, 40.048518 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280003", "device_counts": 805, "stop_counts": 2003 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154776, 40.031452 ], [ -75.154034, 40.031564 ], [ -75.152369, 40.031387 ], [ -75.153282, 40.029955 ], [ -75.15152, 40.027556 ], [ -75.151263, 40.027186 ], [ -75.150781, 40.026565 ], [ -75.152086, 40.026744 ], [ -75.153761, 40.025871 ], [ -75.154245, 40.025634 ], [ -75.154064, 40.026198 ], [ -75.155694, 40.02613 ], [ -75.154776, 40.031452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309001", "device_counts": 415, "stop_counts": 2278 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086165, 40.050024 ], [ -75.082888, 40.048197 ], [ -75.080987, 40.047133 ], [ -75.079188, 40.046133 ], [ -75.080351, 40.044905 ], [ -75.082674, 40.04242 ], [ -75.085031, 40.043731 ], [ -75.082343, 40.045991 ], [ -75.086975, 40.048567 ], [ -75.086165, 40.050024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335002", "device_counts": 4459, "stop_counts": 13539 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068503, 40.05259 ], [ -75.065544, 40.055704 ], [ -75.064818, 40.055218 ], [ -75.062881, 40.055983 ], [ -75.061736, 40.055892 ], [ -75.060891, 40.056823 ], [ -75.057125, 40.054722 ], [ -75.058283, 40.053484 ], [ -75.060654, 40.050999 ], [ -75.058284, 40.049688 ], [ -75.059937, 40.047751 ], [ -75.061374, 40.048585 ], [ -75.063437, 40.049751 ], [ -75.066045, 40.051181 ], [ -75.068503, 40.05259 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312002", "device_counts": 901, "stop_counts": 2927 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07862, 40.038205 ], [ -75.07821, 40.038617 ], [ -75.077394, 40.039464 ], [ -75.075336, 40.038281 ], [ -75.07355, 40.037298 ], [ -75.070523, 40.035618 ], [ -75.070001, 40.03532 ], [ -75.071097, 40.034742 ], [ -75.074439, 40.03398 ], [ -75.074901, 40.034935 ], [ -75.077266, 40.036262 ], [ -75.079265, 40.037516 ], [ -75.07862, 40.038205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010332002", "device_counts": 634, "stop_counts": 2645 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050465, 40.044662 ], [ -75.046204, 40.041796 ], [ -75.044877, 40.043079 ], [ -75.045201, 40.044354 ], [ -75.045269, 40.046509 ], [ -75.043694, 40.047502 ], [ -75.033824, 40.04466 ], [ -75.034393, 40.044379 ], [ -75.038285, 40.042589 ], [ -75.040003, 40.041793 ], [ -75.043322, 40.040305 ], [ -75.045919, 40.039643 ], [ -75.047424, 40.040497 ], [ -75.049027, 40.041412 ], [ -75.052228, 40.043271 ], [ -75.050465, 40.044662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333003", "device_counts": 897, "stop_counts": 2523 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050943, 40.050215 ], [ -75.050464, 40.052507 ], [ -75.047749, 40.055363 ], [ -75.046537, 40.056567 ], [ -75.045268, 40.055875 ], [ -75.046558, 40.05458 ], [ -75.044906, 40.053657 ], [ -75.04703, 40.052268 ], [ -75.045149, 40.048854 ], [ -75.04796, 40.048016 ], [ -75.051057, 40.049022 ], [ -75.050943, 40.050215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344004", "device_counts": 660, "stop_counts": 4006 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069456, 40.094411 ], [ -75.060318, 40.103859 ], [ -75.058342, 40.105892 ], [ -75.054321, 40.108692 ], [ -75.05401, 40.108143 ], [ -75.053057, 40.10618 ], [ -75.050974, 40.103122 ], [ -75.054966, 40.100963 ], [ -75.054861, 40.100183 ], [ -75.059388, 40.096462 ], [ -75.063708, 40.090568 ], [ -75.068496, 40.094573 ], [ -75.069456, 40.094411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010017002", "device_counts": 725, "stop_counts": 1684 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153065, 39.938763 ], [ -75.152771, 39.940039 ], [ -75.151773, 39.939548 ], [ -75.148157, 39.938899 ], [ -75.148694, 39.936486 ], [ -75.150229, 39.936921 ], [ -75.153286, 39.937736 ], [ -75.153065, 39.938763 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019805001", "device_counts": 1620, "stop_counts": 3334 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147143, 40.01901 ], [ -75.147139, 40.019518 ], [ -75.14711, 40.02128 ], [ -75.146379, 40.021204 ], [ -75.145593, 40.021104 ], [ -75.143223, 40.020796 ], [ -75.141589, 40.020811 ], [ -75.14126, 40.020456 ], [ -75.140105, 40.02039 ], [ -75.141126, 40.015818 ], [ -75.141745, 40.012939 ], [ -75.147205, 40.015188 ], [ -75.147143, 40.01901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008043", "device_counts": 2945, "stop_counts": 6305 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167517, 39.949744 ], [ -75.16594, 39.949553 ], [ -75.166362, 39.947633 ], [ -75.164752, 39.947424 ], [ -75.164845, 39.946999 ], [ -75.166458, 39.947196 ], [ -75.16803, 39.947386 ], [ -75.167517, 39.949744 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369002", "device_counts": 10610, "stop_counts": 52714 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207838, 39.941286 ], [ -75.20506, 39.943624 ], [ -75.205367, 39.944994 ], [ -75.207046, 39.946754 ], [ -75.205656, 39.948053 ], [ -75.205167, 39.948522 ], [ -75.201156, 39.949839 ], [ -75.199427, 39.950419 ], [ -75.199204, 39.951257 ], [ -75.197243, 39.951021 ], [ -75.195322, 39.950781 ], [ -75.191689, 39.95032 ], [ -75.187231, 39.947176 ], [ -75.191495, 39.943153 ], [ -75.193985, 39.942154 ], [ -75.200277, 39.943652 ], [ -75.202929, 39.943301 ], [ -75.204582, 39.942352 ], [ -75.205185, 39.941116 ], [ -75.207099, 39.941281 ], [ -75.207838, 39.941286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019807001", "device_counts": 17990, "stop_counts": 64676 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174808, 39.899179 ], [ -75.170885, 39.898848 ], [ -75.16566, 39.899583 ], [ -75.163309, 39.910567 ], [ -75.165482, 39.911531 ], [ -75.160789, 39.910942 ], [ -75.149188, 39.908604 ], [ -75.148124, 39.913772 ], [ -75.147357, 39.91509 ], [ -75.146538, 39.91884 ], [ -75.147813, 39.919001 ], [ -75.14769, 39.920273 ], [ -75.147431, 39.921502 ], [ -75.14691, 39.923887 ], [ -75.147842, 39.924015 ], [ -75.146985, 39.927665 ], [ -75.146413, 39.930114 ], [ -75.137217, 39.928886 ], [ -75.135346189189193, 39.929269135135087 ], [ -75.135022972973005, 39.927329837837803 ], [ -75.13502, 39.927312 ], [ -75.13282, 39.921612 ], [ -75.13012, 39.917013 ], [ -75.12792, 39.911813 ], [ -75.129004411764697, 39.907475352941191 ], [ -75.13082, 39.900213 ], [ -75.13342, 39.896213 ], [ -75.135984863397894, 39.893195957332175 ], [ -75.144184, 39.895633 ], [ -75.151526, 39.896647 ], [ -75.154644, 39.896849 ], [ -75.169028, 39.897243 ], [ -75.174959, 39.898488 ], [ -75.174808, 39.899179 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010021001", "device_counts": 525, "stop_counts": 1209 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179839, 39.939478 ], [ -75.178251, 39.939268 ], [ -75.17631, 39.939021 ], [ -75.178464, 39.938278 ], [ -75.17717, 39.936933 ], [ -75.178514, 39.935544 ], [ -75.179035, 39.935612 ], [ -75.180621, 39.935816 ], [ -75.179839, 39.939478 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010023002", "device_counts": 3780, "stop_counts": 6580 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16764, 39.93415 ], [ -75.167303, 39.935695 ], [ -75.167236, 39.935685 ], [ -75.160437, 39.934549 ], [ -75.160199, 39.9356 ], [ -75.158669, 39.935226 ], [ -75.157351, 39.934897 ], [ -75.159517, 39.9331 ], [ -75.167578, 39.934143 ], [ -75.16764, 39.93415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175006", "device_counts": 961, "stop_counts": 2142 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147717, 39.999974 ], [ -75.142416, 40.00195 ], [ -75.139876, 40.002845 ], [ -75.137669, 40.003645 ], [ -75.137847, 40.002799 ], [ -75.138524, 39.999743 ], [ -75.140498, 39.999993 ], [ -75.141568, 40.000126 ], [ -75.142805, 40.000294 ], [ -75.143346, 40.000743 ], [ -75.146219, 39.999668 ], [ -75.147404, 39.99924 ], [ -75.147717, 39.999974 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065006", "device_counts": 687, "stop_counts": 1752 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240969, 39.943762 ], [ -75.238875, 39.94468 ], [ -75.237132, 39.943237 ], [ -75.236424, 39.942646 ], [ -75.233632, 39.940292 ], [ -75.23242, 39.938995 ], [ -75.231766, 39.93846 ], [ -75.233873, 39.937703 ], [ -75.234499, 39.93613 ], [ -75.235249, 39.934997 ], [ -75.236833, 39.933768 ], [ -75.235002, 39.938127 ], [ -75.240697, 39.939075 ], [ -75.240367, 39.942171 ], [ -75.243542, 39.942306 ], [ -75.240969, 39.943762 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067007", "device_counts": 602, "stop_counts": 2257 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227309, 39.927571 ], [ -75.22278, 39.930749 ], [ -75.222696, 39.930808 ], [ -75.220588, 39.929047 ], [ -75.21931, 39.928012 ], [ -75.221562, 39.924744 ], [ -75.22216, 39.923892 ], [ -75.223452, 39.92489 ], [ -75.22484, 39.926055 ], [ -75.226681, 39.927543 ], [ -75.22869, 39.926602 ], [ -75.227309, 39.927571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109003", "device_counts": 694, "stop_counts": 1980 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194727, 39.964903 ], [ -75.191826, 39.965222 ], [ -75.191719, 39.964652 ], [ -75.191494, 39.963503 ], [ -75.187551, 39.963931 ], [ -75.187415, 39.963367 ], [ -75.191389, 39.962922 ], [ -75.194297, 39.962607 ], [ -75.194727, 39.964903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091003", "device_counts": 956, "stop_counts": 2805 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.202235, 39.961643 ], [ -75.199436, 39.962042 ], [ -75.198844, 39.960637 ], [ -75.198681, 39.959429 ], [ -75.201137, 39.959242 ], [ -75.199622, 39.95686 ], [ -75.201953, 39.957149 ], [ -75.201824, 39.957827 ], [ -75.201971, 39.959176 ], [ -75.202235, 39.961643 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102002", "device_counts": 1365, "stop_counts": 4760 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235356, 39.968509 ], [ -75.232228, 39.968829 ], [ -75.231833, 39.96746 ], [ -75.230162, 39.968216 ], [ -75.228248, 39.968409 ], [ -75.228149, 39.967843 ], [ -75.22786, 39.966191 ], [ -75.227679, 39.965072 ], [ -75.22992, 39.965352 ], [ -75.23189, 39.965593 ], [ -75.235842, 39.966085 ], [ -75.235356, 39.968509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100004", "device_counts": 741, "stop_counts": 2982 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255196, 39.97426 ], [ -75.251914, 39.974623 ], [ -75.250203, 39.974815 ], [ -75.249901, 39.973197 ], [ -75.24887, 39.972339 ], [ -75.249177, 39.970857 ], [ -75.250481, 39.96946 ], [ -75.255123, 39.970036 ], [ -75.254752, 39.971527 ], [ -75.255196, 39.97426 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107004", "device_counts": 309, "stop_counts": 1096 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208356, 39.970706 ], [ -75.205907, 39.970875 ], [ -75.205979, 39.971429 ], [ -75.203722, 39.970929 ], [ -75.203258, 39.968447 ], [ -75.207839, 39.967943 ], [ -75.208038, 39.968984 ], [ -75.208356, 39.970706 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010120002", "device_counts": 2124, "stop_counts": 5405 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235298, 39.99707 ], [ -75.230896, 39.99913 ], [ -75.227462, 40.000746 ], [ -75.226563, 39.999216 ], [ -75.225664, 39.995848 ], [ -75.231762, 39.99309 ], [ -75.233713, 39.992176 ], [ -75.234027, 39.994736 ], [ -75.234136, 39.995598 ], [ -75.235298, 39.99707 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170001", "device_counts": 1256, "stop_counts": 2417 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192225, 40.00722 ], [ -75.190514, 40.008407 ], [ -75.186537, 40.009831 ], [ -75.185674, 40.01012 ], [ -75.185412, 40.009513 ], [ -75.187821, 40.006102 ], [ -75.186477, 40.005921 ], [ -75.186349, 40.006533 ], [ -75.18535, 40.006527 ], [ -75.183204, 40.006624 ], [ -75.18335, 40.005521 ], [ -75.183644, 40.004204 ], [ -75.181141, 40.003697 ], [ -75.183953, 40.002838 ], [ -75.184564, 40.002493 ], [ -75.186812, 40.000434 ], [ -75.186861, 40.000409 ], [ -75.188447, 40.000272 ], [ -75.191754, 39.999748 ], [ -75.19132, 40.003715 ], [ -75.192467, 40.006482 ], [ -75.192225, 40.00722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137005", "device_counts": 943, "stop_counts": 2379 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.189882, 39.977933 ], [ -75.189076, 39.979387 ], [ -75.188661, 39.981207 ], [ -75.185497, 39.980804 ], [ -75.183838, 39.980585 ], [ -75.184439, 39.977788 ], [ -75.184945, 39.975479 ], [ -75.185394, 39.973417 ], [ -75.186368, 39.973537 ], [ -75.187816, 39.976363 ], [ -75.189674, 39.977173 ], [ -75.189882, 39.977933 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010148001", "device_counts": 750, "stop_counts": 2785 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172503, 39.980592 ], [ -75.172161, 39.9821 ], [ -75.167076, 39.981454 ], [ -75.165511, 39.981244 ], [ -75.165849, 39.979714 ], [ -75.16616, 39.978308 ], [ -75.170287, 39.978845 ], [ -75.171213, 39.978952 ], [ -75.172799, 39.97916 ], [ -75.172503, 39.980592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010145002", "device_counts": 416, "stop_counts": 1243 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149734, 39.976182 ], [ -75.145559, 39.975638 ], [ -75.146082, 39.972833 ], [ -75.150315, 39.973382 ], [ -75.149734, 39.976182 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010142002", "device_counts": 5611, "stop_counts": 18431 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145018, 39.970191 ], [ -75.143095, 39.969954 ], [ -75.140665, 39.969652 ], [ -75.139578, 39.969515 ], [ -75.135143, 39.968687 ], [ -75.134428, 39.968791 ], [ -75.134347, 39.964477 ], [ -75.128697, 39.966977 ], [ -75.125416361661095, 39.961951694137291 ], [ -75.12692, 39.961112 ], [ -75.13012, 39.958712 ], [ -75.130217089517501, 39.958589210316127 ], [ -75.136755, 39.962766 ], [ -75.138081, 39.962936 ], [ -75.138827, 39.963129 ], [ -75.142528, 39.964985 ], [ -75.144002, 39.96567 ], [ -75.143524, 39.967942 ], [ -75.145487, 39.96823 ], [ -75.145018, 39.970191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162002", "device_counts": 513, "stop_counts": 1478 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145126, 39.986485 ], [ -75.1435, 39.986275 ], [ -75.14152, 39.986016 ], [ -75.139669, 39.985802 ], [ -75.13746, 39.985492 ], [ -75.136759, 39.985402 ], [ -75.137443, 39.982223 ], [ -75.138137, 39.982312 ], [ -75.139868, 39.982536 ], [ -75.144169, 39.983092 ], [ -75.14405, 39.983721 ], [ -75.144154, 39.984724 ], [ -75.145126, 39.986485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157003", "device_counts": 1270, "stop_counts": 3690 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138768, 39.979323 ], [ -75.136423, 39.97902 ], [ -75.136739, 39.977527 ], [ -75.13437, 39.977219 ], [ -75.133733, 39.980208 ], [ -75.13319, 39.980134 ], [ -75.130448, 39.978589 ], [ -75.131238, 39.977786 ], [ -75.13267, 39.975304 ], [ -75.133374, 39.97409 ], [ -75.139715, 39.974897 ], [ -75.138768, 39.979323 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010206001", "device_counts": 1877, "stop_counts": 6218 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191105, 40.021663 ], [ -75.190007, 40.022524 ], [ -75.181668, 40.025657 ], [ -75.178141, 40.022595 ], [ -75.176861, 40.021501 ], [ -75.173246, 40.018411 ], [ -75.172342, 40.017604 ], [ -75.174037, 40.016962 ], [ -75.175669, 40.016051 ], [ -75.182239, 40.011676 ], [ -75.185937, 40.014895 ], [ -75.187708, 40.01641 ], [ -75.190034, 40.018727 ], [ -75.192405, 40.020495 ], [ -75.191105, 40.021663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036003", "device_counts": 2626, "stop_counts": 7217 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193156, 39.924592 ], [ -75.194623, 39.92681 ], [ -75.194153, 39.927514 ], [ -75.186029, 39.926481 ], [ -75.186937, 39.922318 ], [ -75.189653, 39.921807 ], [ -75.192494, 39.921266 ], [ -75.195045, 39.921011 ], [ -75.193156, 39.924592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383001", "device_counts": 5942, "stop_counts": 26086 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137529, 40.004304 ], [ -75.136858, 40.007394 ], [ -75.135858, 40.011982 ], [ -75.131779, 40.011482 ], [ -75.130585, 40.011325 ], [ -75.128883, 40.018945 ], [ -75.125023, 40.018435 ], [ -75.124687, 40.019957 ], [ -75.122752, 40.019722 ], [ -75.121407, 40.019548 ], [ -75.117154, 40.019006 ], [ -75.116272, 40.017423 ], [ -75.119439, 40.013026 ], [ -75.112161, 40.012085 ], [ -75.112497, 40.010489 ], [ -75.112821, 40.009007 ], [ -75.113483, 40.005927 ], [ -75.113986, 40.00356 ], [ -75.11609, 40.003067 ], [ -75.116411, 40.001624 ], [ -75.119314, 40.002003 ], [ -75.12441, 40.002634 ], [ -75.123949, 40.004814 ], [ -75.127863, 40.005057 ], [ -75.133021, 40.005104 ], [ -75.137669, 40.003645 ], [ -75.137529, 40.004304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389001", "device_counts": 1100, "stop_counts": 2993 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17326, 40.050667 ], [ -75.168958, 40.054846 ], [ -75.165715, 40.058033 ], [ -75.165453, 40.059541 ], [ -75.162122, 40.057638 ], [ -75.160691, 40.056831 ], [ -75.158889, 40.055768 ], [ -75.161898, 40.052842 ], [ -75.164529, 40.050306 ], [ -75.167701, 40.047245 ], [ -75.170884, 40.049199 ], [ -75.171755, 40.048359 ], [ -75.172888, 40.050431 ], [ -75.17326, 40.050667 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136012", "device_counts": 444, "stop_counts": 1123 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183561, 39.970778 ], [ -75.181234, 39.970504 ], [ -75.178606, 39.97018 ], [ -75.178056, 39.970112 ], [ -75.178641, 39.967399 ], [ -75.179683, 39.967416 ], [ -75.181589, 39.969025 ], [ -75.183561, 39.970778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160003", "device_counts": 1993, "stop_counts": 5115 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124193, 39.9785 ], [ -75.122449, 39.979411 ], [ -75.123266, 39.980344 ], [ -75.120973, 39.981546 ], [ -75.118522, 39.982825 ], [ -75.117355, 39.981481 ], [ -75.117697, 39.980904 ], [ -75.118611, 39.978879 ], [ -75.119763, 39.976369 ], [ -75.121032, 39.977811 ], [ -75.123334, 39.977514 ], [ -75.124193, 39.9785 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010166001", "device_counts": 1044, "stop_counts": 2744 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154588, 39.993938 ], [ -75.152389, 39.993659 ], [ -75.15273, 39.992072 ], [ -75.152871, 39.990551 ], [ -75.151815, 39.988886 ], [ -75.151199, 39.987798 ], [ -75.150197, 39.985504 ], [ -75.150913, 39.985597 ], [ -75.154063, 39.986003 ], [ -75.15339, 39.989086 ], [ -75.155593, 39.989369 ], [ -75.154588, 39.993938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010381001", "device_counts": 2209, "stop_counts": 8030 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069508, 40.010798 ], [ -75.061339, 40.012764 ], [ -75.059285, 40.013387 ], [ -75.056898, 40.014204 ], [ -75.052816, 40.016119 ], [ -75.04879, 40.018141 ], [ -75.047798, 40.017326 ], [ -75.043218536113002, 40.011867977145386 ], [ -75.04709, 40.009941 ], [ -75.052278982364697, 40.0055260511092 ], [ -75.053405, 40.004568 ], [ -75.053723885964288, 40.004080276035694 ], [ -75.062126, 40.006643 ], [ -75.063056, 40.006098 ], [ -75.064579, 40.006194 ], [ -75.067696, 40.005333 ], [ -75.068346, 40.006924 ], [ -75.068883, 40.00879 ], [ -75.069508, 40.010798 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010385002", "device_counts": 926, "stop_counts": 2521 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224652, 40.084361 ], [ -75.224012, 40.084218 ], [ -75.217463, 40.080575 ], [ -75.207327, 40.076561 ], [ -75.206418, 40.076011 ], [ -75.210566, 40.071803 ], [ -75.209082, 40.070894 ], [ -75.2112, 40.068809 ], [ -75.211625, 40.070754 ], [ -75.215385, 40.073257 ], [ -75.216984, 40.074811 ], [ -75.215093, 40.077141 ], [ -75.218189, 40.075823 ], [ -75.224633, 40.079605 ], [ -75.227899, 40.084282 ], [ -75.224652, 40.084361 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010387002", "device_counts": 1827, "stop_counts": 5900 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2305, 40.086022 ], [ -75.22361, 40.092907 ], [ -75.213165, 40.086872 ], [ -75.21273, 40.086388 ], [ -75.211868, 40.086086 ], [ -75.209396, 40.084927 ], [ -75.200378, 40.07959 ], [ -75.202649, 40.07739 ], [ -75.205081, 40.078823 ], [ -75.207327, 40.076561 ], [ -75.217463, 40.080575 ], [ -75.224012, 40.084218 ], [ -75.224652, 40.084361 ], [ -75.227899, 40.084282 ], [ -75.228078, 40.084434 ], [ -75.228599, 40.084874 ], [ -75.2305, 40.086022 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389002", "device_counts": 667, "stop_counts": 2491 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172869, 40.057256 ], [ -75.168641, 40.061373 ], [ -75.165453, 40.059541 ], [ -75.165715, 40.058033 ], [ -75.168958, 40.054846 ], [ -75.172869, 40.057256 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286001", "device_counts": 1860, "stop_counts": 5179 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127824, 40.026663 ], [ -75.127646, 40.027416 ], [ -75.126866, 40.028955 ], [ -75.126686, 40.029667 ], [ -75.124701, 40.029398 ], [ -75.124167, 40.032575 ], [ -75.1236, 40.032771 ], [ -75.121964, 40.03373 ], [ -75.121711, 40.03347 ], [ -75.122727, 40.029151 ], [ -75.123027, 40.027692 ], [ -75.123525, 40.025463 ], [ -75.126967, 40.024818 ], [ -75.127816, 40.024683 ], [ -75.127935, 40.026158 ], [ -75.127824, 40.026663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218002", "device_counts": 673, "stop_counts": 2666 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236234, 40.052739 ], [ -75.235917, 40.055079 ], [ -75.236042, 40.056711 ], [ -75.23365, 40.057887 ], [ -75.231721, 40.054078 ], [ -75.231223, 40.053703 ], [ -75.230417, 40.053374 ], [ -75.227161, 40.052534 ], [ -75.230049, 40.051219 ], [ -75.230603, 40.050962 ], [ -75.235419, 40.048775 ], [ -75.236301, 40.051037 ], [ -75.236234, 40.052739 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038002", "device_counts": 5854, "stop_counts": 26725 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19022, 39.915884 ], [ -75.189413, 39.921073 ], [ -75.189653, 39.921807 ], [ -75.186937, 39.922318 ], [ -75.185202, 39.922574 ], [ -75.183434, 39.922939 ], [ -75.181703, 39.92329 ], [ -75.182512, 39.919629 ], [ -75.180576, 39.919369 ], [ -75.177438, 39.91897 ], [ -75.178268, 39.915053 ], [ -75.17718, 39.91489 ], [ -75.177806, 39.91309 ], [ -75.188144, 39.914281 ], [ -75.189481, 39.91484 ], [ -75.19022, 39.915884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195021", "device_counts": 732, "stop_counts": 1854 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137669, 40.003645 ], [ -75.133021, 40.005104 ], [ -75.127863, 40.005057 ], [ -75.128282, 40.003116 ], [ -75.133239, 40.003756 ], [ -75.133561, 40.002265 ], [ -75.137847, 40.002799 ], [ -75.137669, 40.003645 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086011", "device_counts": 905, "stop_counts": 2357 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222056, 39.954102 ], [ -75.221923, 39.954723 ], [ -75.221798, 39.955319 ], [ -75.219823, 39.955076 ], [ -75.215872, 39.954586 ], [ -75.21635, 39.952302 ], [ -75.218347, 39.952553 ], [ -75.220295, 39.952792 ], [ -75.222279, 39.95304 ], [ -75.222056, 39.954102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104003", "device_counts": 483, "stop_counts": 2155 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222444, 39.966531 ], [ -75.220402, 39.966641 ], [ -75.220578, 39.968067 ], [ -75.217866, 39.968342 ], [ -75.216996, 39.968969 ], [ -75.2168, 39.967459 ], [ -75.216516, 39.965214 ], [ -75.22017, 39.964844 ], [ -75.220044, 39.963819 ], [ -75.221952, 39.96425 ], [ -75.222431, 39.966487 ], [ -75.222444, 39.966531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363012", "device_counts": 455, "stop_counts": 3036 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.970623, 40.096983 ], [ -74.970028, 40.096943 ], [ -74.964688, 40.097347 ], [ -74.962107, 40.097709 ], [ -74.96163, 40.097804 ], [ -74.961049, 40.097431 ], [ -74.958749, 40.096929 ], [ -74.961859, 40.093621 ], [ -74.965723, 40.091635 ], [ -74.966752, 40.092976 ], [ -74.96876, 40.094759 ], [ -74.970302, 40.096022 ], [ -74.971016, 40.096392 ], [ -74.970623, 40.096983 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379003", "device_counts": 6128, "stop_counts": 21327 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.097007, 39.993399 ], [ -75.094523, 39.994603 ], [ -75.086505, 39.998825 ], [ -75.084452, 39.997146 ], [ -75.080932, 39.993498 ], [ -75.089616, 39.989064 ], [ -75.091216, 39.99088 ], [ -75.093664, 39.9896 ], [ -75.095726, 39.99195 ], [ -75.097007, 39.993399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390001", "device_counts": 5891, "stop_counts": 17952 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103903, 40.030589 ], [ -75.101148, 40.033334 ], [ -75.100573, 40.033957 ], [ -75.098416, 40.036101 ], [ -75.101572, 40.038293 ], [ -75.096603, 40.042487 ], [ -75.094175, 40.045026 ], [ -75.091859, 40.047485 ], [ -75.091098, 40.04706 ], [ -75.088312, 40.045514 ], [ -75.088975, 40.044332 ], [ -75.088631, 40.042747 ], [ -75.089246, 40.042252 ], [ -75.09159, 40.039734 ], [ -75.090543, 40.039142 ], [ -75.09299, 40.036729 ], [ -75.093532, 40.035024 ], [ -75.09227, 40.034323 ], [ -75.093497, 40.033072 ], [ -75.094339, 40.032217 ], [ -75.093542, 40.031195 ], [ -75.093204, 40.030704 ], [ -75.092349, 40.029658 ], [ -75.092295, 40.028879 ], [ -75.092162, 40.02805 ], [ -75.09399, 40.027037 ], [ -75.096038, 40.026567 ], [ -75.096726, 40.026698 ], [ -75.10128, 40.029514 ], [ -75.10267, 40.029987 ], [ -75.10292, 40.029929 ], [ -75.103068, 40.029895 ], [ -75.104306, 40.029846 ], [ -75.103903, 40.030589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390004", "device_counts": 893, "stop_counts": 1968 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089204, 40.032628 ], [ -75.087159, 40.03479 ], [ -75.085313, 40.033521 ], [ -75.084832, 40.032349 ], [ -75.084273, 40.032172 ], [ -75.084089, 40.031826 ], [ -75.084197, 40.031438 ], [ -75.084794, 40.031223 ], [ -75.084915, 40.031241 ], [ -75.08508, 40.031266 ], [ -75.085263, 40.031381 ], [ -75.086551, 40.031133 ], [ -75.088078, 40.032 ], [ -75.089204, 40.032628 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355001", "device_counts": 2889, "stop_counts": 11187 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.027681, 40.095046 ], [ -75.021451, 40.096963 ], [ -75.018233, 40.097105 ], [ -75.015528, 40.09486 ], [ -75.023996, 40.086107 ], [ -75.027097, 40.087878 ], [ -75.025866, 40.090515 ], [ -75.027681, 40.095046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291004", "device_counts": 1114, "stop_counts": 2414 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112821, 40.027627 ], [ -75.110825, 40.029623 ], [ -75.111075, 40.031061 ], [ -75.109057, 40.031741 ], [ -75.106431, 40.029197 ], [ -75.110039, 40.028047 ], [ -75.111377, 40.027619 ], [ -75.112759, 40.027349 ], [ -75.112821, 40.027627 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019891001", "device_counts": 1813, "stop_counts": 7573 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.018427, 40.033507 ], [ -75.021603, 40.033996 ], [ -75.021239, 40.036075 ], [ -75.021682, 40.037088 ], [ -75.01783, 40.039076 ], [ -75.012541, 40.038027 ], [ -75.010099, 40.039038 ], [ -75.006278, 40.041155 ], [ -75.003514, 40.042822 ], [ -74.99627, 40.047202 ], [ -74.990976, 40.042526 ], [ -74.990302, 40.042377 ], [ -74.986997223360802, 40.039346956736601 ], [ -74.988884, 40.037289 ], [ -74.990215350336996, 40.036372563903093 ], [ -75.007469, 40.024496 ], [ -75.011115, 40.021311 ], [ -75.013795768141605, 40.020214322123898 ], [ -75.013803495273393, 40.020211161024498 ], [ -75.015583, 40.023134 ], [ -75.022508, 40.030832 ], [ -75.018427, 40.033507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010351002", "device_counts": 656, "stop_counts": 3421 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.992793, 40.046975 ], [ -74.988129, 40.049737 ], [ -74.985114, 40.046992 ], [ -74.983929, 40.048065 ], [ -74.986317, 40.050837 ], [ -74.984503, 40.051939 ], [ -74.981789, 40.04954 ], [ -74.980228, 40.050581 ], [ -74.982732, 40.053014 ], [ -74.982202, 40.053804 ], [ -74.979695, 40.053399 ], [ -74.974319853259999, 40.048899133320006 ], [ -74.974713, 40.048711 ], [ -74.983540729443007, 40.042953785145897 ], [ -74.983913, 40.042711 ], [ -74.986997223360802, 40.039346956736601 ], [ -74.990302, 40.042377 ], [ -74.990976, 40.042526 ], [ -74.989105, 40.043678 ], [ -74.992793, 40.046975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356012", "device_counts": 1441, "stop_counts": 6509 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.042613, 40.100504 ], [ -75.039857, 40.101835 ], [ -75.032998, 40.10511 ], [ -75.030235, 40.103387 ], [ -75.033474, 40.098205 ], [ -75.034298, 40.097871 ], [ -75.035842, 40.098099 ], [ -75.036962, 40.095913 ], [ -75.038082, 40.097456 ], [ -75.039643, 40.098344 ], [ -75.042503, 40.099942 ], [ -75.042613, 40.100504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345023", "device_counts": 1765, "stop_counts": 6214 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.046249, 40.081459 ], [ -75.042143, 40.084065 ], [ -75.040877, 40.086966 ], [ -75.039509, 40.085702 ], [ -75.0384, 40.084472 ], [ -75.036758, 40.079083 ], [ -75.040252, 40.079994 ], [ -75.04312, 40.077166 ], [ -75.043495, 40.07805 ], [ -75.046249, 40.081459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012011", "device_counts": 648, "stop_counts": 1331 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187231, 39.947176 ], [ -75.185634, 39.948021 ], [ -75.183288, 39.949512 ], [ -75.181134, 39.949008 ], [ -75.180021, 39.948872 ], [ -75.180328, 39.947455 ], [ -75.181445, 39.947597 ], [ -75.18188, 39.945691 ], [ -75.185685, 39.946159 ], [ -75.186393, 39.946567 ], [ -75.187231, 39.947176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013001", "device_counts": 877, "stop_counts": 1768 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180409, 39.944602 ], [ -75.180611, 39.944631 ], [ -75.179409, 39.945377 ], [ -75.178578, 39.945269 ], [ -75.176985, 39.94508 ], [ -75.177169, 39.944209 ], [ -75.177374, 39.943231 ], [ -75.180624, 39.943641 ], [ -75.180409, 39.944602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191006", "device_counts": 795, "stop_counts": 2615 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112497, 40.010489 ], [ -75.108368, 40.009952 ], [ -75.108087, 40.011547 ], [ -75.105434, 40.011197 ], [ -75.105768, 40.009619 ], [ -75.106083, 40.00813 ], [ -75.112821, 40.009007 ], [ -75.112497, 40.010489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195023", "device_counts": 428, "stop_counts": 1407 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133239, 40.003756 ], [ -75.128282, 40.003116 ], [ -75.128604, 40.001619 ], [ -75.131501, 40.001999 ], [ -75.133561, 40.002265 ], [ -75.133239, 40.003756 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197004", "device_counts": 400, "stop_counts": 1070 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139464, 40.015599 ], [ -75.13911, 40.017187 ], [ -75.136811, 40.016899 ], [ -75.137502, 40.01371 ], [ -75.13981, 40.014014 ], [ -75.139464, 40.015599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198003", "device_counts": 259, "stop_counts": 661 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141913, 40.009674 ], [ -75.141425, 40.00961 ], [ -75.138483, 40.009234 ], [ -75.138577, 40.008789 ], [ -75.139652, 40.007755 ], [ -75.140472, 40.007878 ], [ -75.142256, 40.008093 ], [ -75.141913, 40.009674 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199003", "device_counts": 374, "stop_counts": 1031 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147603, 40.008779 ], [ -75.143346, 40.008227 ], [ -75.144069, 40.006684 ], [ -75.143437, 40.005071 ], [ -75.148277, 40.005697 ], [ -75.147603, 40.008779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201013", "device_counts": 476, "stop_counts": 1275 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157703, 40.00221 ], [ -75.157365, 40.003799 ], [ -75.154205, 40.003395 ], [ -75.155232, 39.998728 ], [ -75.158222, 39.999121 ], [ -75.157703, 40.00221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202006", "device_counts": 236, "stop_counts": 789 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164733, 40.008616 ], [ -75.164576, 40.009337 ], [ -75.161095, 40.008883 ], [ -75.161409, 40.007399 ], [ -75.161747, 40.005905 ], [ -75.165228, 40.006354 ], [ -75.164733, 40.008616 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207001", "device_counts": 587, "stop_counts": 1988 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198361, 40.01527 ], [ -75.192405, 40.020495 ], [ -75.190034, 40.018727 ], [ -75.187708, 40.01641 ], [ -75.191289, 40.013697 ], [ -75.191874, 40.014201 ], [ -75.192879, 40.01162 ], [ -75.194847, 40.012175 ], [ -75.200278, 40.013708 ], [ -75.198361, 40.01527 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210002", "device_counts": 200, "stop_counts": 790 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218841, 40.0266 ], [ -75.216632, 40.027602 ], [ -75.214311, 40.024553 ], [ -75.215348, 40.023903 ], [ -75.216241, 40.023419 ], [ -75.219699, 40.02614 ], [ -75.218841, 40.0266 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210001", "device_counts": 439, "stop_counts": 1935 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.216632, 40.027602 ], [ -75.214188, 40.028699 ], [ -75.211308, 40.02997 ], [ -75.210588, 40.02903 ], [ -75.209437, 40.026929 ], [ -75.212764, 40.025348 ], [ -75.214311, 40.024553 ], [ -75.216632, 40.027602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213001", "device_counts": 541, "stop_counts": 1376 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222011, 40.035206 ], [ -75.218759, 40.036654 ], [ -75.217925, 40.03616 ], [ -75.216638, 40.034833 ], [ -75.220237, 40.033215 ], [ -75.220899, 40.033847 ], [ -75.222011, 40.035206 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214004", "device_counts": 333, "stop_counts": 1628 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228765, 40.029792 ], [ -75.226787, 40.030802 ], [ -75.225127, 40.031643 ], [ -75.223474, 40.029441 ], [ -75.226157, 40.027648 ], [ -75.227885, 40.028193 ], [ -75.229513, 40.029492 ], [ -75.228765, 40.029792 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215004", "device_counts": 372, "stop_counts": 1530 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234937, 40.0349 ], [ -75.228104, 40.040855 ], [ -75.226159, 40.038361 ], [ -75.228179, 40.037082 ], [ -75.227199, 40.035255 ], [ -75.22815, 40.034714 ], [ -75.233394, 40.031906 ], [ -75.23564, 40.034249 ], [ -75.234937, 40.0349 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217001", "device_counts": 421, "stop_counts": 2893 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230049, 40.051219 ], [ -75.227161, 40.052534 ], [ -75.218706, 40.04851 ], [ -75.218194, 40.047966 ], [ -75.217827, 40.0471 ], [ -75.217846, 40.044343 ], [ -75.219201, 40.044379 ], [ -75.2223, 40.045151 ], [ -75.229214, 40.048037 ], [ -75.230049, 40.051219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218001", "device_counts": 536, "stop_counts": 2950 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238182, 40.059771 ], [ -75.231724, 40.064099 ], [ -75.232439, 40.064739 ], [ -75.230082, 40.0663 ], [ -75.228446, 40.06254 ], [ -75.226882, 40.061813 ], [ -75.228493, 40.060331 ], [ -75.230156, 40.05955 ], [ -75.23365, 40.057887 ], [ -75.236042, 40.056711 ], [ -75.236386, 40.057398 ], [ -75.238182, 40.059771 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010384001", "device_counts": 838, "stop_counts": 3981 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243288, 40.073494 ], [ -75.232952, 40.083618 ], [ -75.231412, 40.082658 ], [ -75.22779, 40.08149 ], [ -75.225988, 40.079068 ], [ -75.230411, 40.077042 ], [ -75.225202, 40.074072 ], [ -75.227005, 40.072605 ], [ -75.228088, 40.070649 ], [ -75.226651, 40.070458 ], [ -75.223538, 40.067435 ], [ -75.225109, 40.06608 ], [ -75.2248, 40.062554 ], [ -75.226412, 40.061987 ], [ -75.22495, 40.059866 ], [ -75.226991, 40.058899 ], [ -75.228493, 40.060331 ], [ -75.226882, 40.061813 ], [ -75.228446, 40.06254 ], [ -75.230082, 40.0663 ], [ -75.235951, 40.071238 ], [ -75.238583, 40.069546 ], [ -75.24055, 40.070468 ], [ -75.241075, 40.070395 ], [ -75.242047, 40.071949 ], [ -75.243288, 40.073494 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237003", "device_counts": 209, "stop_counts": 705 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192346, 40.046309 ], [ -75.192123, 40.047679 ], [ -75.190817, 40.051189 ], [ -75.188499, 40.050211 ], [ -75.188491, 40.048838 ], [ -75.187368, 40.047688 ], [ -75.190893, 40.044241 ], [ -75.191199, 40.043386 ], [ -75.193091, 40.04459 ], [ -75.192346, 40.046309 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240003", "device_counts": 157, "stop_counts": 521 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177222, 40.026659 ], [ -75.174572, 40.029244 ], [ -75.173611, 40.028691 ], [ -75.174043, 40.026588 ], [ -75.175207, 40.02544 ], [ -75.177222, 40.026659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334003", "device_counts": 1472, "stop_counts": 3516 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055937, 40.055993 ], [ -75.054745, 40.057252 ], [ -75.053574, 40.058477 ], [ -75.052996, 40.059096 ], [ -75.052408, 40.059739 ], [ -75.051681, 40.063022 ], [ -75.050091, 40.06216 ], [ -75.048323, 40.061176 ], [ -75.050582, 40.058769 ], [ -75.051784, 40.057504 ], [ -75.052749, 40.058042 ], [ -75.053348, 40.056454 ], [ -75.054197, 40.054405 ], [ -75.054947, 40.053507 ], [ -75.057125, 40.054722 ], [ -75.055937, 40.055993 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335001", "device_counts": 303, "stop_counts": 1364 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068074, 40.060824 ], [ -75.067196, 40.060321 ], [ -75.064499, 40.058826 ], [ -75.060891, 40.056823 ], [ -75.061736, 40.055892 ], [ -75.062881, 40.055983 ], [ -75.064818, 40.055218 ], [ -75.065544, 40.055704 ], [ -75.065475, 40.05619 ], [ -75.067582, 40.05606 ], [ -75.067204, 40.05641 ], [ -75.06743, 40.0586 ], [ -75.069224, 40.059583 ], [ -75.068074, 40.060824 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336001", "device_counts": 1629, "stop_counts": 4277 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057697, 40.062787 ], [ -75.057135, 40.063364 ], [ -75.056605, 40.063955 ], [ -75.055477, 40.065149 ], [ -75.051859, 40.063187 ], [ -75.051681, 40.063022 ], [ -75.052408, 40.059739 ], [ -75.052996, 40.059096 ], [ -75.058323, 40.062116 ], [ -75.057697, 40.062787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337013", "device_counts": 1986, "stop_counts": 6944 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050755, 40.069544 ], [ -75.049545, 40.070978 ], [ -75.047762, 40.069395 ], [ -75.047114, 40.068037 ], [ -75.047963, 40.066822 ], [ -75.044675, 40.06484 ], [ -75.041907, 40.064683 ], [ -75.043614, 40.060811 ], [ -75.044201, 40.059477 ], [ -75.044275, 40.059356 ], [ -75.044991, 40.059372 ], [ -75.048323, 40.061176 ], [ -75.050091, 40.06216 ], [ -75.047725, 40.064686 ], [ -75.05122, 40.06663 ], [ -75.050755, 40.069544 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338005", "device_counts": 2452, "stop_counts": 7084 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085729, 40.062589 ], [ -75.084747, 40.06316 ], [ -75.083515, 40.063725 ], [ -75.083514, 40.063756 ], [ -75.083483, 40.063738 ], [ -75.078352, 40.065426 ], [ -75.077177, 40.065785 ], [ -75.074845, 40.066538 ], [ -75.069297, 40.068345 ], [ -75.067838, 40.068959 ], [ -75.067355, 40.068727 ], [ -75.073304, 40.062812 ], [ -75.075991, 40.064342 ], [ -75.077504, 40.064196 ], [ -75.081402, 40.060031 ], [ -75.083525, 40.06127 ], [ -75.083833, 40.061472 ], [ -75.08478, 40.062044 ], [ -75.085729, 40.062589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339001", "device_counts": 435, "stop_counts": 1670 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083726, 40.068173 ], [ -75.083255, 40.071209 ], [ -75.07966, 40.069203 ], [ -75.080965, 40.067974 ], [ -75.07805, 40.06636 ], [ -75.077177, 40.065785 ], [ -75.078352, 40.065426 ], [ -75.079532, 40.066175 ], [ -75.08151, 40.064789 ], [ -75.083648, 40.065704 ], [ -75.083726, 40.068173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341003", "device_counts": 452, "stop_counts": 2054 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082501, 40.07656 ], [ -75.081603, 40.076328 ], [ -75.080159, 40.075454 ], [ -75.077595, 40.073918 ], [ -75.078867, 40.072559 ], [ -75.077202, 40.071627 ], [ -75.07966, 40.069203 ], [ -75.083255, 40.071209 ], [ -75.082501, 40.07656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363032", "device_counts": 670, "stop_counts": 3723 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.9781, 40.099212 ], [ -74.97588, 40.100421 ], [ -74.971183, 40.102233 ], [ -74.96767, 40.1027 ], [ -74.967515, 40.101869 ], [ -74.967496, 40.100803 ], [ -74.970836, 40.100755 ], [ -74.973395, 40.099759 ], [ -74.974647, 40.098954 ], [ -74.976091, 40.097433 ], [ -74.97577, 40.096412 ], [ -74.976783, 40.095969 ], [ -74.977757, 40.098433 ], [ -74.9781, 40.099212 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347011", "device_counts": 1048, "stop_counts": 5073 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.034523, 40.058672 ], [ -75.033628, 40.060834 ], [ -75.029986, 40.064398 ], [ -75.028362, 40.064504 ], [ -75.028, 40.059736 ], [ -75.029005, 40.05752 ], [ -75.028756, 40.056781 ], [ -75.029032, 40.056399 ], [ -75.033734, 40.056884 ], [ -75.03433, 40.057067 ], [ -75.034523, 40.058672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348032", "device_counts": 1822, "stop_counts": 7550 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.008128, 40.068585 ], [ -75.007269, 40.069161 ], [ -74.998385, 40.064117 ], [ -75.00009, 40.062745 ], [ -75.002288, 40.063869 ], [ -75.005996, 40.061324 ], [ -75.008319, 40.06252 ], [ -75.007719, 40.067102 ], [ -75.008788, 40.06735 ], [ -75.008128, 40.068585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349002", "device_counts": 1007, "stop_counts": 5045 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.016377, 40.045672 ], [ -75.012273, 40.048885 ], [ -75.007927, 40.045033 ], [ -75.009595, 40.043924 ], [ -75.006278, 40.041155 ], [ -75.010099, 40.039038 ], [ -75.012125, 40.040582 ], [ -75.010101, 40.041671 ], [ -75.012708, 40.043779 ], [ -75.013422, 40.043306 ], [ -75.016377, 40.045672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352003", "device_counts": 1347, "stop_counts": 5297 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.001181, 40.057232 ], [ -74.998259, 40.05808 ], [ -74.994151, 40.054401 ], [ -74.999877, 40.050402 ], [ -75.004795, 40.054747 ], [ -75.001181, 40.057232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356022", "device_counts": 1776, "stop_counts": 9419 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054321, 40.108692 ], [ -75.048542, 40.112729 ], [ -75.03946, 40.107362 ], [ -75.033897, 40.105689 ], [ -75.032998, 40.10511 ], [ -75.039857, 40.101835 ], [ -75.046843, 40.105712 ], [ -75.049254, 40.105823 ], [ -75.05401, 40.108143 ], [ -75.054321, 40.108692 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010364001", "device_counts": 4489, "stop_counts": 14990 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.005391, 40.114802 ], [ -74.997052, 40.121168 ], [ -74.993533, 40.11868 ], [ -74.987193, 40.123286 ], [ -74.983523, 40.123671 ], [ -74.982213, 40.122057 ], [ -74.982748, 40.120887 ], [ -74.980058, 40.119883 ], [ -74.973219, 40.119891 ], [ -74.970119, 40.117201 ], [ -74.964526, 40.118372 ], [ -74.96408, 40.117766 ], [ -74.966621, 40.117932 ], [ -74.969758, 40.115927 ], [ -74.969941, 40.113339 ], [ -74.97896, 40.106169 ], [ -74.983393, 40.103684 ], [ -74.981997, 40.102454 ], [ -74.986551, 40.099366 ], [ -74.992199, 40.103978 ], [ -74.994438, 40.105853 ], [ -74.995134, 40.106336 ], [ -74.997124, 40.108151 ], [ -75.000959, 40.111393 ], [ -75.003554, 40.110847 ], [ -75.005391, 40.114802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347021", "device_counts": 927, "stop_counts": 5110 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029005, 40.05752 ], [ -75.028, 40.059736 ], [ -75.028362, 40.064504 ], [ -75.028512, 40.06684 ], [ -75.028256, 40.067314 ], [ -75.022217, 40.06352 ], [ -75.021707, 40.063392 ], [ -75.021992, 40.063113 ], [ -75.024818, 40.060286 ], [ -75.024701, 40.057278 ], [ -75.024345, 40.05644 ], [ -75.025431, 40.05637 ], [ -75.028291, 40.056363 ], [ -75.028397, 40.056728 ], [ -75.028756, 40.056781 ], [ -75.029005, 40.05752 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363021", "device_counts": 775, "stop_counts": 2940 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981659, 40.095571 ], [ -74.977757, 40.098433 ], [ -74.976783, 40.095969 ], [ -74.97648, 40.091256 ], [ -74.976072, 40.090653 ], [ -74.979893, 40.09381 ], [ -74.981659, 40.095571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292001", "device_counts": 2062, "stop_counts": 6011 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112759, 40.027349 ], [ -75.111377, 40.027619 ], [ -75.110039, 40.028047 ], [ -75.106431, 40.029197 ], [ -75.104306, 40.029846 ], [ -75.104059, 40.029441 ], [ -75.109611, 40.023588 ], [ -75.111228, 40.023211 ], [ -75.111664, 40.025651 ], [ -75.112773, 40.027036 ], [ -75.112759, 40.027349 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010050001", "device_counts": 1976, "stop_counts": 14433 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19631, 39.901071 ], [ -75.193923, 39.900403 ], [ -75.19194, 39.896089 ], [ -75.189993, 39.89681 ], [ -75.187183, 39.896682 ], [ -75.176562, 39.898666 ], [ -75.174959, 39.898488 ], [ -75.169028, 39.897243 ], [ -75.154644, 39.896849 ], [ -75.151526, 39.896647 ], [ -75.144184, 39.895633 ], [ -75.135984863397894, 39.893195957332175 ], [ -75.140006484713695, 39.88846533381718 ], [ -75.140221, 39.888213 ], [ -75.142421, 39.886413 ], [ -75.145323920519388, 39.884284191619102 ], [ -75.145421, 39.884213 ], [ -75.150721, 39.882713 ], [ -75.17453546617179, 39.88219692897281 ], [ -75.183023, 39.882013 ], [ -75.189268267037193, 39.880724294103416 ], [ -75.189323, 39.880713 ], [ -75.195018, 39.877521 ], [ -75.195217294768597, 39.877343945193211 ], [ -75.195514, 39.89184 ], [ -75.196239, 39.893365 ], [ -75.195253, 39.899322 ], [ -75.19631, 39.901071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275004", "device_counts": 193, "stop_counts": 1174 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134969, 40.04022 ], [ -75.13346, 40.039994 ], [ -75.133031, 40.041872 ], [ -75.132216, 40.041759 ], [ -75.132967, 40.038346 ], [ -75.132476, 40.036684 ], [ -75.134818, 40.036987 ], [ -75.134472, 40.038514 ], [ -75.134969, 40.04022 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276001", "device_counts": 1044, "stop_counts": 3925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139322, 40.04232 ], [ -75.138534, 40.042223 ], [ -75.138205, 40.043739 ], [ -75.137529, 40.046805 ], [ -75.136019, 40.046229 ], [ -75.134724, 40.046134 ], [ -75.13479, 40.04146 ], [ -75.134969, 40.04022 ], [ -75.134472, 40.038514 ], [ -75.135257, 40.03864 ], [ -75.137633, 40.038943 ], [ -75.139212, 40.039146 ], [ -75.139612, 40.0408 ], [ -75.139322, 40.04232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277006", "device_counts": 527, "stop_counts": 1378 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157729, 40.052626 ], [ -75.157557, 40.055034 ], [ -75.155554, 40.054074 ], [ -75.155214, 40.053922 ], [ -75.155446, 40.050508 ], [ -75.157858, 40.050602 ], [ -75.157729, 40.052626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279011", "device_counts": 273, "stop_counts": 1008 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154793, 40.048902 ], [ -75.153235, 40.048842 ], [ -75.15082, 40.048518 ], [ -75.150967, 40.046767 ], [ -75.15068, 40.046352 ], [ -75.151891, 40.046389 ], [ -75.153691, 40.04655 ], [ -75.154966, 40.046241 ], [ -75.154793, 40.048902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279012", "device_counts": 307, "stop_counts": 1031 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153691, 40.04655 ], [ -75.151891, 40.046389 ], [ -75.15068, 40.046352 ], [ -75.150148, 40.045658 ], [ -75.149591, 40.04483 ], [ -75.149796, 40.043673 ], [ -75.152081, 40.043608 ], [ -75.153883, 40.043659 ], [ -75.153691, 40.04655 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280002", "device_counts": 685, "stop_counts": 1711 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159551, 40.023925 ], [ -75.159033, 40.030316 ], [ -75.158124, 40.030825 ], [ -75.157119, 40.030993 ], [ -75.154776, 40.031452 ], [ -75.155694, 40.02613 ], [ -75.154064, 40.026198 ], [ -75.154245, 40.025634 ], [ -75.157153, 40.02413 ], [ -75.157303, 40.022607 ], [ -75.159035, 40.0228 ], [ -75.159214, 40.023192 ], [ -75.159315, 40.02341 ], [ -75.159551, 40.023925 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283006", "device_counts": 167, "stop_counts": 955 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144284, 40.030814 ], [ -75.142471, 40.031766 ], [ -75.141668, 40.0316 ], [ -75.142334, 40.028543 ], [ -75.144716, 40.028855 ], [ -75.144284, 40.030814 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284002", "device_counts": 248, "stop_counts": 872 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13998, 40.028245 ], [ -75.136137, 40.027741 ], [ -75.135802, 40.029254 ], [ -75.13506, 40.02915 ], [ -75.135334, 40.027632 ], [ -75.135096, 40.026079 ], [ -75.137096, 40.026336 ], [ -75.138698, 40.026536 ], [ -75.140303, 40.026745 ], [ -75.13998, 40.028245 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286004", "device_counts": 424, "stop_counts": 1136 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13129, 40.032818 ], [ -75.128428, 40.032472 ], [ -75.128974, 40.029953 ], [ -75.131829, 40.030321 ], [ -75.13129, 40.032818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289011", "device_counts": 666, "stop_counts": 2420 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120481, 40.02109 ], [ -75.120136, 40.022627 ], [ -75.117959, 40.022349 ], [ -75.116106, 40.022109 ], [ -75.116243, 40.020558 ], [ -75.116404, 40.018909 ], [ -75.117154, 40.019006 ], [ -75.121407, 40.019548 ], [ -75.120481, 40.02109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290001", "device_counts": 263, "stop_counts": 699 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116083, 40.033037 ], [ -75.114896, 40.034447 ], [ -75.113107, 40.036567 ], [ -75.11177, 40.03486 ], [ -75.111312, 40.034539 ], [ -75.110667, 40.033249 ], [ -75.111075, 40.031061 ], [ -75.112028, 40.030797 ], [ -75.112876, 40.031991 ], [ -75.117268, 40.031624 ], [ -75.116083, 40.033037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298005", "device_counts": 700, "stop_counts": 1709 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071847, 40.016952 ], [ -75.070504, 40.017255 ], [ -75.069585, 40.014649 ], [ -75.068353, 40.014209 ], [ -75.068202, 40.014729 ], [ -75.068503, 40.013619 ], [ -75.070429, 40.013167 ], [ -75.070864, 40.014353 ], [ -75.071847, 40.016952 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299003", "device_counts": 857, "stop_counts": 2004 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073747, 40.013717 ], [ -75.070864, 40.014353 ], [ -75.070429, 40.013167 ], [ -75.06999, 40.012032 ], [ -75.072866, 40.011395 ], [ -75.073295, 40.012543 ], [ -75.073747, 40.013717 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300002", "device_counts": 271, "stop_counts": 1191 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075964, 40.020705 ], [ -75.074969, 40.021505 ], [ -75.073892, 40.022107 ], [ -75.072271, 40.020248 ], [ -75.07338, 40.019654 ], [ -75.074136, 40.019026 ], [ -75.075429, 40.017665 ], [ -75.076164, 40.018049 ], [ -75.075199, 40.019109 ], [ -75.076696, 40.019926 ], [ -75.075964, 40.020705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301002", "device_counts": 578, "stop_counts": 2474 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087283, 40.020485 ], [ -75.086819, 40.020966 ], [ -75.084591, 40.019701 ], [ -75.083508, 40.018365 ], [ -75.086382, 40.015257 ], [ -75.090325, 40.017356 ], [ -75.087283, 40.020485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302004", "device_counts": 667, "stop_counts": 2263 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086997, 40.029443 ], [ -75.085375, 40.028555 ], [ -75.083038, 40.027241 ], [ -75.084726, 40.025458 ], [ -75.086568, 40.023537 ], [ -75.090563, 40.025791 ], [ -75.086997, 40.029443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390003", "device_counts": 200, "stop_counts": 918 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.090599, 40.033398 ], [ -75.087931, 40.036236 ], [ -75.087802, 40.036032 ], [ -75.087159, 40.03479 ], [ -75.089204, 40.032628 ], [ -75.090599, 40.033398 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390007", "device_counts": 266, "stop_counts": 1305 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.093021, 40.030888 ], [ -75.091806, 40.032145 ], [ -75.090599, 40.033398 ], [ -75.089204, 40.032628 ], [ -75.088078, 40.032 ], [ -75.089854, 40.031036 ], [ -75.091594, 40.030086 ], [ -75.092349, 40.029658 ], [ -75.093204, 40.030704 ], [ -75.093021, 40.030888 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305012", "device_counts": 328, "stop_counts": 1760 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103163, 40.039196 ], [ -75.099539, 40.042241 ], [ -75.098357, 40.043483 ], [ -75.096603, 40.042487 ], [ -75.101572, 40.038293 ], [ -75.103163, 40.039196 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149001", "device_counts": 463, "stop_counts": 1579 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175344, 39.982517 ], [ -75.174991, 39.98246 ], [ -75.174771, 39.982444 ], [ -75.172161, 39.9821 ], [ -75.172503, 39.980592 ], [ -75.172799, 39.97916 ], [ -75.174393, 39.97938 ], [ -75.175989, 39.979572 ], [ -75.175344, 39.982517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151021", "device_counts": 657, "stop_counts": 2380 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179043, 39.987154 ], [ -75.178616, 39.989179 ], [ -75.177206, 39.988991 ], [ -75.175803, 39.988812 ], [ -75.174665, 39.988427 ], [ -75.174044, 39.988507 ], [ -75.174361, 39.987024 ], [ -75.174694, 39.985506 ], [ -75.175026, 39.98402 ], [ -75.175047, 39.983956 ], [ -75.175344, 39.982517 ], [ -75.176933, 39.982713 ], [ -75.178535, 39.982919 ], [ -75.178118, 39.984769 ], [ -75.180258, 39.986345 ], [ -75.179043, 39.987154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151011", "device_counts": 298, "stop_counts": 1115 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187382, 39.98713 ], [ -75.185719, 39.986919 ], [ -75.184136, 39.986721 ], [ -75.184794, 39.983706 ], [ -75.188033, 39.984126 ], [ -75.187382, 39.98713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377003", "device_counts": 239, "stop_counts": 912 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148109, 39.983604 ], [ -75.147766, 39.98519 ], [ -75.146102, 39.984978 ], [ -75.146769, 39.981893 ], [ -75.148437, 39.98211 ], [ -75.148109, 39.983604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010023001", "device_counts": 948, "stop_counts": 1829 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167303, 39.935695 ], [ -75.167083, 39.936742 ], [ -75.167019, 39.936737 ], [ -75.161678, 39.935849 ], [ -75.160199, 39.9356 ], [ -75.160437, 39.934549 ], [ -75.167236, 39.935685 ], [ -75.167303, 39.935695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028024", "device_counts": 797, "stop_counts": 2092 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163504, 39.92983 ], [ -75.161047, 39.931817 ], [ -75.161428, 39.930017 ], [ -75.161881, 39.927985 ], [ -75.165005, 39.92855 ], [ -75.163504, 39.92983 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029002", "device_counts": 820, "stop_counts": 1538 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168689, 39.929256 ], [ -75.168423, 39.930465 ], [ -75.16815, 39.931701 ], [ -75.165968, 39.931427 ], [ -75.166246, 39.930207 ], [ -75.166507, 39.929037 ], [ -75.168567, 39.929252 ], [ -75.168689, 39.929256 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030012", "device_counts": 752, "stop_counts": 1649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171137, 39.928329 ], [ -75.170891, 39.929552 ], [ -75.168689, 39.929256 ], [ -75.168956, 39.928035 ], [ -75.169228, 39.926806 ], [ -75.171397, 39.927104 ], [ -75.171137, 39.928329 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031003", "device_counts": 252, "stop_counts": 967 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176606, 39.930285 ], [ -75.175032, 39.930087 ], [ -75.175289, 39.928867 ], [ -75.178445, 39.929271 ], [ -75.176606, 39.930285 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032005", "device_counts": 283, "stop_counts": 1171 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188115, 39.933014 ], [ -75.184705, 39.932584 ], [ -75.18524, 39.930146 ], [ -75.188636, 39.930583 ], [ -75.188115, 39.933014 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036004", "device_counts": 404, "stop_counts": 1934 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.197537, 39.934232 ], [ -75.194408, 39.933822 ], [ -75.192826, 39.933628 ], [ -75.193353, 39.931185 ], [ -75.192322, 39.931054 ], [ -75.191783, 39.930982 ], [ -75.192047, 39.929756 ], [ -75.193621, 39.929965 ], [ -75.196486, 39.930309 ], [ -75.197537, 39.934232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096003", "device_counts": 445, "stop_counts": 1197 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246425, 39.964276 ], [ -75.242406, 39.963779 ], [ -75.242735, 39.962202 ], [ -75.246753, 39.962705 ], [ -75.246425, 39.964276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098012", "device_counts": 1482, "stop_counts": 4449 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.269257, 39.980186 ], [ -75.268293, 39.978967 ], [ -75.263054, 39.975749 ], [ -75.264257, 39.974419 ], [ -75.265558, 39.975641 ], [ -75.267588, 39.974662 ], [ -75.271309, 39.979275 ], [ -75.269257, 39.980186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101005", "device_counts": 888, "stop_counts": 2149 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246935, 39.972111 ], [ -75.244885, 39.971854 ], [ -75.243788, 39.971723 ], [ -75.244416, 39.968706 ], [ -75.246531, 39.968967 ], [ -75.247518, 39.969093 ], [ -75.246935, 39.972111 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102001", "device_counts": 364, "stop_counts": 1108 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235697, 39.970336 ], [ -75.234203, 39.9705 ], [ -75.232573, 39.970683 ], [ -75.232228, 39.968829 ], [ -75.235356, 39.968509 ], [ -75.235697, 39.970336 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105003", "device_counts": 711, "stop_counts": 2065 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.216181, 39.962546 ], [ -75.216376, 39.964094 ], [ -75.213228, 39.964331 ], [ -75.21365, 39.967696 ], [ -75.211231, 39.967879 ], [ -75.21056, 39.962571 ], [ -75.21306, 39.962577 ], [ -75.214018, 39.958643 ], [ -75.217002, 39.959015 ], [ -75.216181, 39.962546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108005", "device_counts": 232, "stop_counts": 906 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.20264, 39.965169 ], [ -75.197832, 39.965697 ], [ -75.197519, 39.964025 ], [ -75.202334, 39.963495 ], [ -75.20264, 39.965169 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110002", "device_counts": 366, "stop_counts": 1200 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213469, 39.977791 ], [ -75.209321, 39.97625 ], [ -75.210123, 39.975067 ], [ -75.208903, 39.974618 ], [ -75.209114, 39.974321 ], [ -75.209976, 39.974242 ], [ -75.209834, 39.973505 ], [ -75.212211, 39.973242 ], [ -75.213469, 39.977791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112001", "device_counts": 217, "stop_counts": 533 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231783, 39.976852 ], [ -75.229855, 39.977069 ], [ -75.229266, 39.973926 ], [ -75.231194, 39.973709 ], [ -75.231783, 39.976852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114003", "device_counts": 232, "stop_counts": 766 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.241574, 39.978799 ], [ -75.239124, 39.979069 ], [ -75.238891, 39.977818 ], [ -75.23857, 39.976101 ], [ -75.241013, 39.975833 ], [ -75.241574, 39.978799 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118004", "device_counts": 305, "stop_counts": 803 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238184, 39.986061 ], [ -75.237176, 39.986439 ], [ -75.23703, 39.985619 ], [ -75.234774, 39.986089 ], [ -75.234703, 39.985307 ], [ -75.234186, 39.983702 ], [ -75.23724, 39.98484 ], [ -75.240153, 39.985213 ], [ -75.238184, 39.986061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119002", "device_counts": 333, "stop_counts": 1601 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228801, 39.982326 ], [ -75.229911, 39.987936 ], [ -75.228123, 39.988356 ], [ -75.227054, 39.989209 ], [ -75.226577, 39.989221 ], [ -75.225891, 39.988131 ], [ -75.228792, 39.980705 ], [ -75.2301, 39.981556 ], [ -75.228801, 39.982326 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010121002", "device_counts": 925, "stop_counts": 2932 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227462, 40.000746 ], [ -75.226402, 40.001255 ], [ -75.223637, 39.999066 ], [ -75.219551, 39.999839 ], [ -75.217994, 39.994223 ], [ -75.220317, 39.990286 ], [ -75.225109, 39.987582 ], [ -75.225891, 39.988131 ], [ -75.225662, 39.991469 ], [ -75.225664, 39.995848 ], [ -75.226563, 39.999216 ], [ -75.227462, 40.000746 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125003", "device_counts": 6906, "stop_counts": 10808 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183323, 39.964374 ], [ -75.17786, 39.964555 ], [ -75.175984, 39.964208 ], [ -75.173374, 39.961668 ], [ -75.171583, 39.960795 ], [ -75.172002, 39.959007 ], [ -75.179937, 39.960028 ], [ -75.181601, 39.962006 ], [ -75.183323, 39.964374 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135002", "device_counts": 386, "stop_counts": 995 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170997, 39.969227 ], [ -75.17055, 39.97157 ], [ -75.169274, 39.971406 ], [ -75.170177, 39.96725 ], [ -75.171344, 39.967275 ], [ -75.170997, 39.969227 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136021", "device_counts": 208, "stop_counts": 453 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178108, 39.972509 ], [ -75.177862, 39.97248 ], [ -75.175948, 39.972232 ], [ -75.17646, 39.96991 ], [ -75.178056, 39.970112 ], [ -75.178606, 39.97018 ], [ -75.178108, 39.972509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137001", "device_counts": 276, "stop_counts": 921 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184439, 39.977788 ], [ -75.181755, 39.977444 ], [ -75.182327, 39.975143 ], [ -75.184945, 39.975479 ], [ -75.184439, 39.977788 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157001", "device_counts": 422, "stop_counts": 1084 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138137, 39.982312 ], [ -75.137443, 39.982223 ], [ -75.13578, 39.982009 ], [ -75.132881, 39.981631 ], [ -75.13319, 39.980134 ], [ -75.133733, 39.980208 ], [ -75.136105, 39.980514 ], [ -75.136423, 39.97902 ], [ -75.138768, 39.979323 ], [ -75.138137, 39.982312 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158002", "device_counts": 285, "stop_counts": 841 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129573, 39.975894 ], [ -75.128628, 39.977533 ], [ -75.127401, 39.976845 ], [ -75.126136, 39.976082 ], [ -75.125201, 39.975558 ], [ -75.128693, 39.974284 ], [ -75.129573, 39.975894 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160002", "device_counts": 513, "stop_counts": 1378 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128628, 39.977533 ], [ -75.125593, 39.979124 ], [ -75.125018, 39.979426 ], [ -75.124193, 39.9785 ], [ -75.123334, 39.977514 ], [ -75.126136, 39.976082 ], [ -75.127401, 39.976845 ], [ -75.128628, 39.977533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164004", "device_counts": 458, "stop_counts": 1286 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147542, 39.989863 ], [ -75.143668, 39.989365 ], [ -75.142846, 39.989257 ], [ -75.140861, 39.989001 ], [ -75.14152, 39.986016 ], [ -75.1435, 39.986275 ], [ -75.145126, 39.986485 ], [ -75.147542, 39.989863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167013", "device_counts": 345, "stop_counts": 1182 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1635, 39.990401 ], [ -75.161948, 39.990185 ], [ -75.160365, 39.989991 ], [ -75.160695, 39.988495 ], [ -75.161032, 39.986907 ], [ -75.164184, 39.987311 ], [ -75.1635, 39.990401 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039014", "device_counts": 1350, "stop_counts": 3957 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176295, 39.92425 ], [ -75.176088, 39.925198 ], [ -75.175741, 39.92685 ], [ -75.175562, 39.927642 ], [ -75.173426, 39.927363 ], [ -75.172416, 39.927232 ], [ -75.172945, 39.924836 ], [ -75.173226, 39.923556 ], [ -75.176361, 39.92396 ], [ -75.176295, 39.92425 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172011", "device_counts": 730, "stop_counts": 1615 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170087, 39.999116 ], [ -75.169754, 40.000622 ], [ -75.166562, 40.000199 ], [ -75.167215, 39.997197 ], [ -75.17042, 39.997618 ], [ -75.170087, 39.999116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175004", "device_counts": 284, "stop_counts": 985 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14708, 39.996143 ], [ -75.143792, 39.995715 ], [ -75.141495, 39.995422 ], [ -75.14183, 39.993929 ], [ -75.147461, 39.994656 ], [ -75.14708, 39.996143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177024", "device_counts": 437, "stop_counts": 1609 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126054, 39.994957 ], [ -75.125737, 39.996451 ], [ -75.121617, 39.99592 ], [ -75.122221, 39.992929 ], [ -75.123212, 39.993054 ], [ -75.126374, 39.993462 ], [ -75.126054, 39.994957 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179001", "device_counts": 212, "stop_counts": 903 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.11674, 39.98673 ], [ -75.113492, 39.988768 ], [ -75.113123, 39.988217 ], [ -75.112356, 39.98702 ], [ -75.111887, 39.986296 ], [ -75.114934, 39.984697 ], [ -75.115224, 39.985018 ], [ -75.115524, 39.985365 ], [ -75.11674, 39.98673 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180021", "device_counts": 530, "stop_counts": 2258 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105915, 39.988037 ], [ -75.105064, 39.987073 ], [ -75.103366, 39.985129 ], [ -75.102999, 39.98472 ], [ -75.105437, 39.983452 ], [ -75.108359, 39.986753 ], [ -75.105915, 39.988037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183001", "device_counts": 828, "stop_counts": 4904 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079364, 39.994264 ], [ -75.073491, 39.997297 ], [ -75.072513, 39.996193 ], [ -75.069049, 39.999566 ], [ -75.065419, 39.995046 ], [ -75.066765, 39.99318 ], [ -75.071834, 39.99042 ], [ -75.064645979616898, 39.985641523490607 ], [ -75.067664096638595, 39.983171324838914 ], [ -75.078288, 39.990945 ], [ -75.080785, 39.993572 ], [ -75.079364, 39.994264 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188006", "device_counts": 535, "stop_counts": 1238 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.110983, 39.997801 ], [ -75.109848, 39.998436 ], [ -75.107775, 39.996084 ], [ -75.106215, 39.996224 ], [ -75.108487, 39.994991 ], [ -75.109617, 39.995123 ], [ -75.111558, 39.997475 ], [ -75.110983, 39.997801 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037021", "device_counts": 1218, "stop_counts": 4232 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183295, 39.923575 ], [ -75.182243, 39.923442 ], [ -75.181698, 39.925924 ], [ -75.181159, 39.92585 ], [ -75.179242, 39.925606 ], [ -75.176088, 39.925198 ], [ -75.176295, 39.92425 ], [ -75.179651, 39.923652 ], [ -75.180313, 39.92354 ], [ -75.181424, 39.923337 ], [ -75.181703, 39.92329 ], [ -75.183434, 39.922939 ], [ -75.183295, 39.923575 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039022", "device_counts": 1291, "stop_counts": 4710 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175217, 39.915653 ], [ -75.174302, 39.918562 ], [ -75.171122, 39.918152 ], [ -75.171423, 39.916757 ], [ -75.171877, 39.914256 ], [ -75.175394, 39.914691 ], [ -75.175217, 39.915653 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041011", "device_counts": 713, "stop_counts": 2365 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158192, 39.922891 ], [ -75.157666, 39.925313 ], [ -75.156095, 39.925103 ], [ -75.154526, 39.924895 ], [ -75.155056, 39.922495 ], [ -75.155233, 39.921686 ], [ -75.158363, 39.922092 ], [ -75.158192, 39.922891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041013", "device_counts": 782, "stop_counts": 2679 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162876, 39.923489 ], [ -75.158192, 39.922891 ], [ -75.158363, 39.922092 ], [ -75.159904, 39.922287 ], [ -75.160275, 39.920611 ], [ -75.163412, 39.921015 ], [ -75.162876, 39.923489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041024", "device_counts": 490, "stop_counts": 2558 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163412, 39.921015 ], [ -75.160275, 39.920611 ], [ -75.160826, 39.918116 ], [ -75.161362, 39.918177 ], [ -75.163956, 39.918518 ], [ -75.163412, 39.921015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041022", "device_counts": 1195, "stop_counts": 5042 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161362, 39.918177 ], [ -75.160826, 39.918116 ], [ -75.156139, 39.917515 ], [ -75.156708, 39.914869 ], [ -75.159844, 39.915286 ], [ -75.161956, 39.915546 ], [ -75.161362, 39.918177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055002", "device_counts": 254, "stop_counts": 1225 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248751, 39.909248 ], [ -75.246021, 39.911148 ], [ -75.243939, 39.910021 ], [ -75.242832, 39.911272 ], [ -75.241558, 39.907257 ], [ -75.244247, 39.908271 ], [ -75.247414, 39.906162 ], [ -75.246275, 39.90746 ], [ -75.248751, 39.909248 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060002", "device_counts": 493, "stop_counts": 2022 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238529, 39.908213 ], [ -75.231662, 39.912252 ], [ -75.230417, 39.911046 ], [ -75.231964, 39.909874 ], [ -75.235164, 39.906453 ], [ -75.237281, 39.908241 ], [ -75.238529, 39.908213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064001", "device_counts": 342, "stop_counts": 1385 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242972, 39.93094 ], [ -75.237726, 39.92932 ], [ -75.235478, 39.928877 ], [ -75.236986, 39.927821 ], [ -75.235594, 39.92664 ], [ -75.236833, 39.925765 ], [ -75.239493, 39.928024 ], [ -75.238729, 39.928585 ], [ -75.239873, 39.928824 ], [ -75.239625, 39.92957 ], [ -75.241996, 39.930036 ], [ -75.242254, 39.929287 ], [ -75.243254, 39.92947 ], [ -75.242972, 39.93094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065001", "device_counts": 210, "stop_counts": 649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231533, 39.933634 ], [ -75.228533, 39.935732 ], [ -75.227252, 39.934661 ], [ -75.230248, 39.932551 ], [ -75.231276, 39.931827 ], [ -75.232567, 39.932912 ], [ -75.231533, 39.933634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066001", "device_counts": 1392, "stop_counts": 4325 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230654, 39.928158 ], [ -75.229222, 39.929172 ], [ -75.227589, 39.930313 ], [ -75.230248, 39.932551 ], [ -75.227252, 39.934661 ], [ -75.224592, 39.93241 ], [ -75.222696, 39.930808 ], [ -75.22278, 39.930749 ], [ -75.227309, 39.927571 ], [ -75.22869, 39.926602 ], [ -75.2294, 39.927156 ], [ -75.230654, 39.928158 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139001", "device_counts": 177, "stop_counts": 506 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174393, 39.97938 ], [ -75.172799, 39.97916 ], [ -75.171213, 39.978952 ], [ -75.171813, 39.976164 ], [ -75.173414, 39.976363 ], [ -75.173126, 39.97775 ], [ -75.174393, 39.97938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010143002", "device_counts": 305, "stop_counts": 776 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129432, 39.970543 ], [ -75.127716, 39.971081 ], [ -75.127102, 39.97135 ], [ -75.125899, 39.971765 ], [ -75.124954, 39.969879 ], [ -75.126008, 39.969362 ], [ -75.126535, 39.970303 ], [ -75.127225, 39.970029 ], [ -75.127301, 39.968823 ], [ -75.12899, 39.967518 ], [ -75.130452, 39.970189 ], [ -75.129432, 39.970543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245003", "device_counts": 612, "stop_counts": 1976 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164809, 40.036452 ], [ -75.16405, 40.036816 ], [ -75.162752, 40.037499 ], [ -75.162077, 40.038163 ], [ -75.158341, 40.042021 ], [ -75.158363, 40.036346 ], [ -75.158834, 40.035884 ], [ -75.159601, 40.035137 ], [ -75.162906, 40.031923 ], [ -75.164571, 40.032912 ], [ -75.16298, 40.036142 ], [ -75.165094, 40.036234 ], [ -75.164809, 40.036452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246003", "device_counts": 1154, "stop_counts": 2966 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177757, 40.039401 ], [ -75.17573, 40.041333 ], [ -75.173355, 40.04362 ], [ -75.172201, 40.042922 ], [ -75.174567, 40.040638 ], [ -75.172027, 40.039141 ], [ -75.17206, 40.038118 ], [ -75.171368, 40.037315 ], [ -75.172726, 40.035986 ], [ -75.173951, 40.035193 ], [ -75.175208, 40.036232 ], [ -75.176428, 40.037794 ], [ -75.177629, 40.039229 ], [ -75.177757, 40.039401 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247005", "device_counts": 495, "stop_counts": 1654 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172027, 40.039141 ], [ -75.170855, 40.040445 ], [ -75.169492, 40.044531 ], [ -75.167207, 40.043149 ], [ -75.165819, 40.042309 ], [ -75.166622, 40.040379 ], [ -75.168911, 40.03847 ], [ -75.170588, 40.0381 ], [ -75.171368, 40.037315 ], [ -75.17206, 40.038118 ], [ -75.172027, 40.039141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252005", "device_counts": 200, "stop_counts": 962 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176247, 40.047752 ], [ -75.17326, 40.050667 ], [ -75.172888, 40.050431 ], [ -75.171755, 40.048359 ], [ -75.171536, 40.047888 ], [ -75.173686, 40.045803 ], [ -75.174713, 40.046823 ], [ -75.176247, 40.047752 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253003", "device_counts": 472, "stop_counts": 1232 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186535, 40.056209 ], [ -75.184472, 40.054919 ], [ -75.182944, 40.053989 ], [ -75.181906, 40.053341 ], [ -75.184693, 40.050641 ], [ -75.185221, 40.051585 ], [ -75.185287, 40.051743 ], [ -75.187306, 40.055484 ], [ -75.186535, 40.056209 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253001", "device_counts": 258, "stop_counts": 938 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180252, 40.054955 ], [ -75.18052, 40.055118 ], [ -75.179017, 40.05658 ], [ -75.175743, 40.054577 ], [ -75.177193, 40.05308 ], [ -75.177983, 40.05356 ], [ -75.179616, 40.051956 ], [ -75.181906, 40.053341 ], [ -75.180252, 40.054955 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257001", "device_counts": 1139, "stop_counts": 3246 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199361, 40.075928 ], [ -75.197601, 40.077991 ], [ -75.189117, 40.073124 ], [ -75.190594, 40.071973 ], [ -75.193222, 40.06909 ], [ -75.196263, 40.073051 ], [ -75.199496, 40.07547 ], [ -75.199361, 40.075928 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259002", "device_counts": 170, "stop_counts": 522 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176145, 40.079288 ], [ -75.175627, 40.07984 ], [ -75.172621, 40.078103 ], [ -75.174171, 40.076549 ], [ -75.177137, 40.078269 ], [ -75.176145, 40.079288 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261002", "device_counts": 823, "stop_counts": 1960 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180482, 40.070191 ], [ -75.178918, 40.069175 ], [ -75.174044, 40.067381 ], [ -75.173459, 40.067054 ], [ -75.175327, 40.065216 ], [ -75.176526, 40.065896 ], [ -75.181751, 40.068902 ], [ -75.180482, 40.070191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348012", "device_counts": 1284, "stop_counts": 5154 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024818, 40.060286 ], [ -75.021992, 40.063113 ], [ -75.021185, 40.061691 ], [ -75.020575, 40.061252 ], [ -75.019815, 40.060783 ], [ -75.014444, 40.057424 ], [ -75.012828, 40.056404 ], [ -75.019047, 40.056391 ], [ -75.022122, 40.056373 ], [ -75.024345, 40.05644 ], [ -75.024701, 40.057278 ], [ -75.024818, 40.060286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264004", "device_counts": 204, "stop_counts": 1027 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162018, 40.063095 ], [ -75.160688, 40.064468 ], [ -75.158621, 40.063281 ], [ -75.161105, 40.060726 ], [ -75.163166, 40.061911 ], [ -75.162018, 40.063095 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265002", "device_counts": 237, "stop_counts": 950 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158413, 40.059181 ], [ -75.15642, 40.061234 ], [ -75.15597, 40.060525 ], [ -75.15175, 40.06222 ], [ -75.151141, 40.061326 ], [ -75.153763, 40.060098 ], [ -75.152752, 40.05859 ], [ -75.154904, 40.057595 ], [ -75.156168, 40.057019 ], [ -75.157371, 40.058584 ], [ -75.158413, 40.059181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266001", "device_counts": 397, "stop_counts": 950 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148107, 40.060903 ], [ -75.147649, 40.06301 ], [ -75.146051, 40.062926 ], [ -75.145187, 40.066692 ], [ -75.143117, 40.065493 ], [ -75.140709, 40.064133 ], [ -75.14117, 40.063012 ], [ -75.142182, 40.058424 ], [ -75.142292, 40.057941 ], [ -75.143167, 40.058143 ], [ -75.145445, 40.058254 ], [ -75.149219, 40.058432 ], [ -75.148107, 40.060903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267007", "device_counts": 467, "stop_counts": 1536 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149219, 40.058432 ], [ -75.145445, 40.058254 ], [ -75.146002, 40.055765 ], [ -75.149478, 40.056217 ], [ -75.149219, 40.058432 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268003", "device_counts": 827, "stop_counts": 2071 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143571, 40.052297 ], [ -75.143189, 40.05381 ], [ -75.142849, 40.055357 ], [ -75.142292, 40.057941 ], [ -75.142182, 40.058424 ], [ -75.140544, 40.058209 ], [ -75.139067, 40.058017 ], [ -75.141106, 40.054608 ], [ -75.141443, 40.054208 ], [ -75.14156, 40.053599 ], [ -75.142214, 40.050563 ], [ -75.143841, 40.050771 ], [ -75.143571, 40.052297 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272001", "device_counts": 316, "stop_counts": 1020 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117104, 40.050304 ], [ -75.112363, 40.047563 ], [ -75.112588, 40.04638 ], [ -75.117478, 40.048927 ], [ -75.117104, 40.050304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272003", "device_counts": 665, "stop_counts": 1975 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122776, 40.049613 ], [ -75.122147, 40.053177 ], [ -75.118652, 40.051186 ], [ -75.117104, 40.050304 ], [ -75.117478, 40.048927 ], [ -75.118503, 40.049061 ], [ -75.119454, 40.04448 ], [ -75.121432, 40.044731 ], [ -75.123566, 40.044993 ], [ -75.122776, 40.049613 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273005", "device_counts": 228, "stop_counts": 764 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122078, 40.041664 ], [ -75.121754, 40.04317 ], [ -75.119782, 40.042926 ], [ -75.120103, 40.041417 ], [ -75.120434, 40.039886 ], [ -75.12281, 40.040181 ], [ -75.122078, 40.041664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274023", "device_counts": 584, "stop_counts": 1350 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126977, 40.039155 ], [ -75.124744, 40.038876 ], [ -75.123535, 40.038719 ], [ -75.123686, 40.037144 ], [ -75.12386, 40.035562 ], [ -75.127641, 40.036063 ], [ -75.126977, 40.039155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306003", "device_counts": 683, "stop_counts": 1796 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.098017, 40.047096 ], [ -75.095623, 40.049584 ], [ -75.094593, 40.050655 ], [ -75.094183, 40.051071 ], [ -75.092242, 40.049978 ], [ -75.095999, 40.046002 ], [ -75.098017, 40.047096 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306001", "device_counts": 852, "stop_counts": 2981 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091268, 40.048083 ], [ -75.091416, 40.049543 ], [ -75.091173, 40.051098 ], [ -75.088873, 40.050674 ], [ -75.088344, 40.051235 ], [ -75.087804, 40.051795 ], [ -75.085989, 40.050878 ], [ -75.086165, 40.050024 ], [ -75.086975, 40.048567 ], [ -75.088312, 40.045514 ], [ -75.091098, 40.04706 ], [ -75.091859, 40.047485 ], [ -75.091268, 40.048083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308001", "device_counts": 179, "stop_counts": 1113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.08498, 40.058893 ], [ -75.078631, 40.055357 ], [ -75.079814, 40.054084 ], [ -75.081865, 40.055214 ], [ -75.083654, 40.056213 ], [ -75.085676, 40.057208 ], [ -75.08498, 40.058893 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310001", "device_counts": 578, "stop_counts": 1894 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069721, 40.053284 ], [ -75.068503, 40.05259 ], [ -75.066045, 40.051181 ], [ -75.068475, 40.048729 ], [ -75.072108, 40.050765 ], [ -75.069721, 40.053284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311012", "device_counts": 460, "stop_counts": 1281 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078996, 40.043455 ], [ -75.075452, 40.041477 ], [ -75.076652, 40.040257 ], [ -75.080164, 40.042213 ], [ -75.078996, 40.043455 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313004", "device_counts": 930, "stop_counts": 2268 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076652, 40.040257 ], [ -75.075452, 40.041477 ], [ -75.075032, 40.04194 ], [ -75.073836, 40.043174 ], [ -75.071813, 40.042033 ], [ -75.072996, 40.040803 ], [ -75.075336, 40.038281 ], [ -75.077394, 40.039464 ], [ -75.076652, 40.040257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314022", "device_counts": 752, "stop_counts": 2119 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06434, 40.041676 ], [ -75.063143, 40.042901 ], [ -75.061075, 40.041761 ], [ -75.058555, 40.040311 ], [ -75.059801, 40.039152 ], [ -75.061043, 40.037981 ], [ -75.06558, 40.040442 ], [ -75.06434, 40.041676 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314021", "device_counts": 1382, "stop_counts": 2710 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058858, 40.044338 ], [ -75.057048, 40.04603 ], [ -75.054287, 40.044448 ], [ -75.055946, 40.042831 ], [ -75.058555, 40.040311 ], [ -75.061075, 40.041761 ], [ -75.058858, 40.044338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315021", "device_counts": 3040, "stop_counts": 7253 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059801, 40.039152 ], [ -75.058555, 40.040311 ], [ -75.055946, 40.042831 ], [ -75.053865, 40.041545 ], [ -75.055055, 40.040279 ], [ -75.0518, 40.038476 ], [ -75.053584, 40.036574 ], [ -75.056848, 40.03839 ], [ -75.058568, 40.036548 ], [ -75.061043, 40.037981 ], [ -75.059801, 40.039152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315011", "device_counts": 897, "stop_counts": 2523 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045806, 40.039579 ], [ -75.044192, 40.03866 ], [ -75.042536, 40.037722 ], [ -75.04086, 40.036757 ], [ -75.043199, 40.035544 ], [ -75.045778, 40.036986 ], [ -75.047405, 40.037892 ], [ -75.045806, 40.039579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316007", "device_counts": 2805, "stop_counts": 7044 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064362, 40.036306 ], [ -75.062463, 40.036912 ], [ -75.061043, 40.037981 ], [ -75.058568, 40.036548 ], [ -75.060338, 40.034685 ], [ -75.0621, 40.032813 ], [ -75.063188, 40.031566 ], [ -75.064362, 40.036306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318003", "device_counts": 174, "stop_counts": 742 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079443, 40.031051 ], [ -75.078277, 40.032301 ], [ -75.076783, 40.031474 ], [ -75.077661, 40.030054 ], [ -75.07908, 40.028552 ], [ -75.080866, 40.029556 ], [ -75.079443, 40.031051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320005", "device_counts": 700, "stop_counts": 2191 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.062394, 40.027444 ], [ -75.062207, 40.027471 ], [ -75.059227, 40.027909 ], [ -75.057594, 40.026031 ], [ -75.057806, 40.025174 ], [ -75.059761, 40.024161 ], [ -75.062419, 40.027136 ], [ -75.062394, 40.027444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321002", "device_counts": 291, "stop_counts": 1339 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059304, 40.017638 ], [ -75.055687, 40.019504 ], [ -75.053922, 40.017488 ], [ -75.057542, 40.015615 ], [ -75.059304, 40.017638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325001", "device_counts": 789, "stop_counts": 2363 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048574, 40.032982 ], [ -75.047718, 40.033301 ], [ -75.04677, 40.033683 ], [ -75.045554, 40.032261 ], [ -75.044655, 40.031231 ], [ -75.04744, 40.029792 ], [ -75.048355, 40.029324 ], [ -75.050972, 40.032324 ], [ -75.048574, 40.032982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326004", "device_counts": 297, "stop_counts": 1381 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.043304, 40.029688 ], [ -75.041188, 40.030786 ], [ -75.03733, 40.032782 ], [ -75.036906, 40.032252 ], [ -75.036055, 40.031206 ], [ -75.0387, 40.029839 ], [ -75.041957, 40.028152 ], [ -75.042858, 40.029185 ], [ -75.043304, 40.029688 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330006", "device_counts": 775, "stop_counts": 2046 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040594, 40.036859 ], [ -75.039289, 40.03734 ], [ -75.03728, 40.035045 ], [ -75.035488, 40.03299 ], [ -75.036906, 40.032252 ], [ -75.03733, 40.032782 ], [ -75.038616, 40.034355 ], [ -75.039473, 40.035404 ], [ -75.040594, 40.036859 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331022", "device_counts": 484, "stop_counts": 2305 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.030535, 40.044372 ], [ -75.02654, 40.045822 ], [ -75.02603, 40.043117 ], [ -75.02562, 40.042322 ], [ -75.028257, 40.041363 ], [ -75.030535, 40.044372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331012", "device_counts": 1523, "stop_counts": 4590 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041692, 40.038218 ], [ -75.03836, 40.039695 ], [ -75.036639, 40.04046 ], [ -75.035726, 40.040863 ], [ -75.034423, 40.03912 ], [ -75.035331, 40.038788 ], [ -75.036276, 40.038441 ], [ -75.039289, 40.03734 ], [ -75.040594, 40.036859 ], [ -75.04086, 40.036757 ], [ -75.042536, 40.037722 ], [ -75.041692, 40.038218 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067005", "device_counts": 466, "stop_counts": 2151 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22869, 39.926602 ], [ -75.226681, 39.927543 ], [ -75.22484, 39.926055 ], [ -75.225832, 39.925361 ], [ -75.22444, 39.924188 ], [ -75.22495, 39.923838 ], [ -75.226319, 39.922867 ], [ -75.226761, 39.923242 ], [ -75.229818, 39.925811 ], [ -75.22869, 39.926602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009012", "device_counts": 3898, "stop_counts": 8022 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164845, 39.946999 ], [ -75.164752, 39.947424 ], [ -75.164338, 39.949346 ], [ -75.164265, 39.94934 ], [ -75.162114, 39.94908 ], [ -75.162627, 39.946713 ], [ -75.163648, 39.946836 ], [ -75.164772, 39.946983 ], [ -75.164845, 39.946999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012022", "device_counts": 810, "stop_counts": 1709 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171488, 39.946353 ], [ -75.166767, 39.945768 ], [ -75.168443, 39.945524 ], [ -75.168762, 39.94405 ], [ -75.171906, 39.944443 ], [ -75.171488, 39.946353 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069003", "device_counts": 314, "stop_counts": 744 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221287, 39.931789 ], [ -75.217058, 39.934733 ], [ -75.215778, 39.935624 ], [ -75.213893, 39.935906 ], [ -75.215569, 39.933489 ], [ -75.215858, 39.933066 ], [ -75.218984, 39.932331 ], [ -75.220628, 39.931175 ], [ -75.219232, 39.930016 ], [ -75.220588, 39.929047 ], [ -75.222696, 39.930808 ], [ -75.221287, 39.931789 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069002", "device_counts": 323, "stop_counts": 826 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220628, 39.931175 ], [ -75.218984, 39.932331 ], [ -75.215858, 39.933066 ], [ -75.218389, 39.929335 ], [ -75.216769, 39.928686 ], [ -75.214825, 39.929799 ], [ -75.216768, 39.926956 ], [ -75.21931, 39.928012 ], [ -75.220588, 39.929047 ], [ -75.219232, 39.930016 ], [ -75.220628, 39.931175 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071023", "device_counts": 258, "stop_counts": 1222 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229077, 39.940637 ], [ -75.226334, 39.942562 ], [ -75.225508, 39.941871 ], [ -75.224607, 39.941109 ], [ -75.224113, 39.940691 ], [ -75.22548, 39.939725 ], [ -75.226854, 39.938767 ], [ -75.229077, 39.940637 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071025", "device_counts": 198, "stop_counts": 745 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233632, 39.940292 ], [ -75.231676, 39.941671 ], [ -75.230928, 39.942194 ], [ -75.229528, 39.941018 ], [ -75.229077, 39.940637 ], [ -75.231766, 39.93846 ], [ -75.23242, 39.938995 ], [ -75.233632, 39.940292 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072006", "device_counts": 1261, "stop_counts": 3413 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240052, 39.945917 ], [ -75.235917, 39.946793 ], [ -75.235822, 39.946835 ], [ -75.235049, 39.946992 ], [ -75.233604, 39.947351 ], [ -75.233718, 39.944559 ], [ -75.234474, 39.944027 ], [ -75.235219, 39.943494 ], [ -75.237132, 39.943237 ], [ -75.238875, 39.94468 ], [ -75.240266, 39.945866 ], [ -75.240052, 39.945917 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073002", "device_counts": 184, "stop_counts": 475 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22498, 39.943534 ], [ -75.22361, 39.944505 ], [ -75.222759, 39.943806 ], [ -75.221367, 39.942626 ], [ -75.220175, 39.941602 ], [ -75.221545, 39.940652 ], [ -75.222753, 39.941654 ], [ -75.224129, 39.942836 ], [ -75.22498, 39.943534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010077001", "device_counts": 887, "stop_counts": 2412 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21292, 39.949065 ], [ -75.209259, 39.949541 ], [ -75.208044, 39.949748 ], [ -75.205759, 39.949832 ], [ -75.205656, 39.948053 ], [ -75.207046, 39.946754 ], [ -75.208387, 39.945651 ], [ -75.208733, 39.946839 ], [ -75.210103, 39.946697 ], [ -75.211389, 39.947796 ], [ -75.21292, 39.949065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079002", "device_counts": 581, "stop_counts": 1567 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218833, 39.950273 ], [ -75.218676, 39.951032 ], [ -75.214691, 39.950542 ], [ -75.212716, 39.950292 ], [ -75.21292, 39.949065 ], [ -75.217121, 39.94861 ], [ -75.219234, 39.948368 ], [ -75.218833, 39.950273 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081024", "device_counts": 467, "stop_counts": 2112 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234856, 39.951444 ], [ -75.234531, 39.953 ], [ -75.230323, 39.952475 ], [ -75.230793, 39.950172 ], [ -75.230959, 39.949438 ], [ -75.235165, 39.949953 ], [ -75.234856, 39.951444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082002", "device_counts": 233, "stop_counts": 961 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243381, 39.949411 ], [ -75.24323, 39.950172 ], [ -75.239232, 39.949923 ], [ -75.23943, 39.948931 ], [ -75.239641, 39.947932 ], [ -75.243536, 39.948659 ], [ -75.243381, 39.949411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176011", "device_counts": 299, "stop_counts": 1043 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138713, 39.998891 ], [ -75.13191, 39.995754 ], [ -75.132367, 39.995776 ], [ -75.134444, 39.996049 ], [ -75.13735, 39.996421 ], [ -75.139199, 39.996661 ], [ -75.138713, 39.998891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083012", "device_counts": 839, "stop_counts": 2179 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247897, 39.95724 ], [ -75.24739, 39.959662 ], [ -75.243371, 39.959166 ], [ -75.243608, 39.95802 ], [ -75.243975, 39.95626 ], [ -75.247989, 39.956758 ], [ -75.247897, 39.95724 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084005", "device_counts": 469, "stop_counts": 1219 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239909, 39.956313 ], [ -75.237934, 39.956062 ], [ -75.235997, 39.955831 ], [ -75.233984, 39.955579 ], [ -75.234212, 39.954521 ], [ -75.238166, 39.955011 ], [ -75.240137, 39.955252 ], [ -75.239909, 39.956313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085004", "device_counts": 393, "stop_counts": 1340 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231937, 39.955319 ], [ -75.226002, 39.954591 ], [ -75.226224, 39.953528 ], [ -75.229999, 39.953996 ], [ -75.232153, 39.954262 ], [ -75.231937, 39.955319 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086023", "device_counts": 351, "stop_counts": 813 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221559, 39.956461 ], [ -75.221397, 39.957227 ], [ -75.221244, 39.957984 ], [ -75.22092, 39.959505 ], [ -75.219175, 39.959288 ], [ -75.218954, 39.95926 ], [ -75.219421, 39.956979 ], [ -75.219823, 39.955076 ], [ -75.221798, 39.955319 ], [ -75.221559, 39.956461 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091001", "device_counts": 358, "stop_counts": 1099 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199436, 39.962042 ], [ -75.197197, 39.962287 ], [ -75.194297, 39.962607 ], [ -75.194015, 39.961124 ], [ -75.198844, 39.960637 ], [ -75.199436, 39.962042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094001", "device_counts": 159, "stop_counts": 467 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23189, 39.965593 ], [ -75.22992, 39.965352 ], [ -75.230552, 39.96231 ], [ -75.232527, 39.962557 ], [ -75.23189, 39.965593 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165002", "device_counts": 187, "stop_counts": 567 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15273, 39.992072 ], [ -75.149587, 39.991665 ], [ -75.150238, 39.988684 ], [ -75.151815, 39.988886 ], [ -75.152871, 39.990551 ], [ -75.15273, 39.992072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372001", "device_counts": 1585, "stop_counts": 4163 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172294, 39.912393 ], [ -75.171877, 39.914256 ], [ -75.171423, 39.916757 ], [ -75.167681, 39.916283 ], [ -75.166914, 39.916189 ], [ -75.167462, 39.913675 ], [ -75.165081, 39.913368 ], [ -75.165482, 39.911531 ], [ -75.171928, 39.912348 ], [ -75.172294, 39.912393 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210004", "device_counts": 2175, "stop_counts": 5470 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223694, 40.023712 ], [ -75.221027, 40.026228 ], [ -75.219699, 40.02614 ], [ -75.216241, 40.023419 ], [ -75.215348, 40.023903 ], [ -75.213266, 40.021301 ], [ -75.214841, 40.020594 ], [ -75.213, 40.018652 ], [ -75.214752, 40.017784 ], [ -75.218056, 40.020943 ], [ -75.219583, 40.021713 ], [ -75.222153, 40.022614 ], [ -75.223694, 40.023712 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140001", "device_counts": 2364, "stop_counts": 6633 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167421, 39.972493 ], [ -75.16722, 39.973397 ], [ -75.166463, 39.976877 ], [ -75.164888, 39.976668 ], [ -75.165461, 39.974033 ], [ -75.164069, 39.973009 ], [ -75.162507, 39.972799 ], [ -75.159237, 39.972384 ], [ -75.159442, 39.971467 ], [ -75.159702, 39.970202 ], [ -75.164555, 39.970816 ], [ -75.167703, 39.971211 ], [ -75.167421, 39.972493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010077002", "device_counts": 332, "stop_counts": 1258 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2109, 39.946153 ], [ -75.210103, 39.946697 ], [ -75.208733, 39.946839 ], [ -75.208387, 39.945651 ], [ -75.207046, 39.946754 ], [ -75.205367, 39.944994 ], [ -75.20506, 39.943624 ], [ -75.207838, 39.941286 ], [ -75.208799, 39.941644 ], [ -75.207649, 39.942475 ], [ -75.211401, 39.945802 ], [ -75.2109, 39.946153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010147001", "device_counts": 576, "stop_counts": 2055 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16616, 39.978308 ], [ -75.165849, 39.979714 ], [ -75.161134, 39.979106 ], [ -75.161443, 39.977694 ], [ -75.163006, 39.977899 ], [ -75.163325, 39.976471 ], [ -75.164888, 39.976668 ], [ -75.166463, 39.976877 ], [ -75.16616, 39.978308 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290004", "device_counts": 1140, "stop_counts": 3207 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120614, 40.027626 ], [ -75.120036, 40.028328 ], [ -75.118184, 40.030534 ], [ -75.11721, 40.030312 ], [ -75.116846, 40.028803 ], [ -75.115139, 40.029057 ], [ -75.114461, 40.026784 ], [ -75.117173, 40.026386 ], [ -75.119735, 40.026017 ], [ -75.122279, 40.02565 ], [ -75.120614, 40.027626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010386001", "device_counts": 1157, "stop_counts": 5521 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221348, 40.072432 ], [ -75.222268, 40.073056 ], [ -75.215751, 40.072877 ], [ -75.215385, 40.073257 ], [ -75.211625, 40.070754 ], [ -75.2112, 40.068809 ], [ -75.211138, 40.068318 ], [ -75.208933, 40.067015 ], [ -75.209573, 40.066375 ], [ -75.206782, 40.064755 ], [ -75.20615, 40.065376 ], [ -75.204744, 40.064538 ], [ -75.20714, 40.062139 ], [ -75.202545, 40.059884 ], [ -75.201625, 40.056796 ], [ -75.204845, 40.054823 ], [ -75.201462, 40.052316 ], [ -75.198319, 40.050328 ], [ -75.196511, 40.049188 ], [ -75.198059, 40.047739 ], [ -75.198411, 40.045827 ], [ -75.201433, 40.042404 ], [ -75.207005, 40.047063 ], [ -75.209622, 40.047047 ], [ -75.209969, 40.047081 ], [ -75.212717, 40.049239 ], [ -75.214124, 40.049661 ], [ -75.217922, 40.055271 ], [ -75.217672, 40.055359 ], [ -75.213767, 40.056678 ], [ -75.212549, 40.058425 ], [ -75.214011, 40.0571 ], [ -75.216866, 40.057179 ], [ -75.21901, 40.060468 ], [ -75.220769, 40.064065 ], [ -75.218506, 40.066949 ], [ -75.215152, 40.069139 ], [ -75.215983, 40.069557 ], [ -75.218898, 40.067813 ], [ -75.222536, 40.071328 ], [ -75.221348, 40.072432 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373001", "device_counts": 3141, "stop_counts": 7443 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177806, 39.91309 ], [ -75.172294, 39.912393 ], [ -75.171928, 39.912348 ], [ -75.169806, 39.911326 ], [ -75.17081, 39.908594 ], [ -75.173234, 39.908002 ], [ -75.178512, 39.90867 ], [ -75.177806, 39.91309 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353013", "device_counts": 957, "stop_counts": 3595 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.995269, 40.062344 ], [ -74.991704, 40.062339 ], [ -74.987379, 40.065368 ], [ -74.986875, 40.064955 ], [ -74.985576, 40.063345 ], [ -74.990432, 40.060396 ], [ -74.991709, 40.061095 ], [ -74.995269, 40.062344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010376001", "device_counts": 5408, "stop_counts": 10029 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155093, 39.958709 ], [ -75.154512, 39.961711 ], [ -75.154312, 39.962614 ], [ -75.152146, 39.962452 ], [ -75.148029, 39.962265 ], [ -75.148181, 39.961418 ], [ -75.14913, 39.956191 ], [ -75.151223, 39.956862 ], [ -75.154451, 39.956777 ], [ -75.155538, 39.956923 ], [ -75.155093, 39.958709 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019809001", "device_counts": 22431, "stop_counts": 69521 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.257003, 39.878422 ], [ -75.254897, 39.880006 ], [ -75.246231, 39.889505 ], [ -75.241825, 39.892006 ], [ -75.243752, 39.893025 ], [ -75.238643, 39.898691 ], [ -75.240331, 39.904113 ], [ -75.237752, 39.904713 ], [ -75.235164, 39.906453 ], [ -75.231964, 39.909874 ], [ -75.230417, 39.911046 ], [ -75.22918, 39.909127 ], [ -75.224988, 39.915064 ], [ -75.223236, 39.917589 ], [ -75.221873, 39.919551 ], [ -75.216768, 39.926956 ], [ -75.212428, 39.92523 ], [ -75.211253, 39.928519 ], [ -75.206204, 39.934974 ], [ -75.206173, 39.935067 ], [ -75.206101, 39.935281 ], [ -75.206072, 39.935371 ], [ -75.215858, 39.933066 ], [ -75.215569, 39.933489 ], [ -75.213893, 39.935906 ], [ -75.215778, 39.935624 ], [ -75.212064, 39.938213 ], [ -75.207838, 39.941286 ], [ -75.207099, 39.941281 ], [ -75.205185, 39.941116 ], [ -75.205431, 39.93877 ], [ -75.20114, 39.937468 ], [ -75.200194, 39.938545 ], [ -75.197924, 39.938063 ], [ -75.199503, 39.934508 ], [ -75.199844, 39.932447 ], [ -75.199586, 39.931807 ], [ -75.194623, 39.92681 ], [ -75.193156, 39.924592 ], [ -75.195045, 39.921011 ], [ -75.192494, 39.921266 ], [ -75.189653, 39.921807 ], [ -75.189413, 39.921073 ], [ -75.19022, 39.915884 ], [ -75.192285, 39.906428 ], [ -75.193987, 39.905633 ], [ -75.193923, 39.900403 ], [ -75.19631, 39.901071 ], [ -75.195253, 39.899322 ], [ -75.196239, 39.893365 ], [ -75.195514, 39.89184 ], [ -75.195217294768597, 39.877343945193211 ], [ -75.199857, 39.873222 ], [ -75.204087, 39.871204 ], [ -75.211515931142685, 39.867051552431704 ], [ -75.216039, 39.871115 ], [ -75.215787, 39.875052 ], [ -75.211873, 39.880681 ], [ -75.212248, 39.883027 ], [ -75.213969, 39.883692 ], [ -75.221643, 39.882386 ], [ -75.223317, 39.883766 ], [ -75.227493, 39.88182 ], [ -75.228516, 39.880973 ], [ -75.229911, 39.882411 ], [ -75.233426, 39.889178 ], [ -75.235941, 39.890059 ], [ -75.239244, 39.889103 ], [ -75.24072, 39.887833 ], [ -75.242544, 39.884969 ], [ -75.24413, 39.881256 ], [ -75.246044, 39.878981 ], [ -75.248463, 39.87765 ], [ -75.253515, 39.876015 ], [ -75.261245, 39.876484 ], [ -75.257003, 39.878422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169021", "device_counts": 339, "stop_counts": 1041 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183009, 39.994439 ], [ -75.182341, 39.997519 ], [ -75.180188, 39.997253 ], [ -75.178576, 39.99704 ], [ -75.179248, 39.993963 ], [ -75.182463, 39.994365 ], [ -75.183009, 39.994439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172024", "device_counts": 287, "stop_counts": 873 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173282, 39.999516 ], [ -75.170087, 39.999116 ], [ -75.17042, 39.997618 ], [ -75.171997, 39.997826 ], [ -75.172355, 39.99624 ], [ -75.173948, 39.996432 ], [ -75.173282, 39.999516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308003", "device_counts": 504, "stop_counts": 2460 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085794, 40.055424 ], [ -75.085676, 40.057208 ], [ -75.083654, 40.056213 ], [ -75.081865, 40.055214 ], [ -75.079814, 40.054084 ], [ -75.078631, 40.055357 ], [ -75.076734, 40.05735 ], [ -75.075032, 40.056359 ], [ -75.076902, 40.054387 ], [ -75.079334, 40.051809 ], [ -75.079878, 40.051217 ], [ -75.085847, 40.05441 ], [ -75.085794, 40.055424 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107003", "device_counts": 318, "stop_counts": 825 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211723, 39.970722 ], [ -75.208356, 39.970706 ], [ -75.208038, 39.968984 ], [ -75.211189, 39.968634 ], [ -75.211334, 39.968726 ], [ -75.211723, 39.970722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176022", "device_counts": 330, "stop_counts": 719 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129921, 39.99546 ], [ -75.126054, 39.994957 ], [ -75.126374, 39.993462 ], [ -75.126915, 39.991834 ], [ -75.130122, 39.994573 ], [ -75.129921, 39.99546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010287001", "device_counts": 1782, "stop_counts": 4631 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135664, 40.023155 ], [ -75.133287, 40.023784 ], [ -75.131584, 40.024069 ], [ -75.131594, 40.023893 ], [ -75.131339, 40.023947 ], [ -75.130367, 40.024146 ], [ -75.131171, 40.019997 ], [ -75.134016, 40.020372 ], [ -75.134194, 40.019619 ], [ -75.135434, 40.019782 ], [ -75.135818, 40.020645 ], [ -75.135664, 40.023155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060005", "device_counts": 271, "stop_counts": 608 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239511, 39.918979 ], [ -75.237427, 39.917207 ], [ -75.236026, 39.916036 ], [ -75.237599, 39.914934 ], [ -75.238984, 39.916102 ], [ -75.241088, 39.917868 ], [ -75.239511, 39.918979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292003", "device_counts": 705, "stop_counts": 1607 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.09399, 40.027037 ], [ -75.092162, 40.02805 ], [ -75.086551, 40.031133 ], [ -75.085263, 40.031381 ], [ -75.08508, 40.031266 ], [ -75.086997, 40.029443 ], [ -75.090563, 40.025791 ], [ -75.091879, 40.024435 ], [ -75.092414, 40.025353 ], [ -75.093609, 40.026718 ], [ -75.09399, 40.027037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095004", "device_counts": 472, "stop_counts": 1630 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239479, 39.968097 ], [ -75.239133, 39.969893 ], [ -75.237455, 39.970141 ], [ -75.237283, 39.968899 ], [ -75.237818, 39.96633 ], [ -75.238137, 39.96481 ], [ -75.24011, 39.965055 ], [ -75.239479, 39.968097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010367001", "device_counts": 7425, "stop_counts": 15642 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14913, 39.956191 ], [ -75.148181, 39.961418 ], [ -75.146557, 39.961255 ], [ -75.146586, 39.962174 ], [ -75.14482, 39.961762 ], [ -75.143279, 39.9614 ], [ -75.142528, 39.964985 ], [ -75.138827, 39.963129 ], [ -75.138081, 39.962936 ], [ -75.139954, 39.956928 ], [ -75.141607, 39.955491 ], [ -75.148408, 39.95633 ], [ -75.14913, 39.956191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362031", "device_counts": 1934, "stop_counts": 8601 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.97582, 40.081889 ], [ -74.973763, 40.084534 ], [ -74.971945, 40.086891 ], [ -74.971509, 40.087342 ], [ -74.968451, 40.084426 ], [ -74.966814, 40.082209 ], [ -74.97031, 40.080347 ], [ -74.973615, 40.078901 ], [ -74.975247, 40.078848 ], [ -74.97725, 40.080506 ], [ -74.97582, 40.081889 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256002", "device_counts": 278, "stop_counts": 645 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192891, 40.062662 ], [ -75.188921, 40.066497 ], [ -75.187657, 40.065837 ], [ -75.185757, 40.065121 ], [ -75.188629, 40.062443 ], [ -75.191054, 40.060176 ], [ -75.191876, 40.061257 ], [ -75.192891, 40.062662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019002", "device_counts": 1218, "stop_counts": 2812 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177761, 39.941461 ], [ -75.177598, 39.942228 ], [ -75.174104, 39.941793 ], [ -75.174271, 39.941021 ], [ -75.174481, 39.940056 ], [ -75.171341, 39.939663 ], [ -75.171602, 39.938447 ], [ -75.173173, 39.938641 ], [ -75.17631, 39.939021 ], [ -75.178251, 39.939268 ], [ -75.177761, 39.941461 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071022", "device_counts": 273, "stop_counts": 1046 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231766, 39.93846 ], [ -75.229077, 39.940637 ], [ -75.226854, 39.938767 ], [ -75.227831, 39.938077 ], [ -75.228358, 39.9377 ], [ -75.229726, 39.936743 ], [ -75.230224, 39.937177 ], [ -75.231766, 39.93846 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082004", "device_counts": 305, "stop_counts": 943 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245999, 39.94656 ], [ -75.244026, 39.946316 ], [ -75.242107, 39.945829 ], [ -75.241771, 39.945297 ], [ -75.246634, 39.943541 ], [ -75.245999, 39.94656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164003", "device_counts": 686, "stop_counts": 2161 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147887, 39.993078 ], [ -75.142999, 39.992449 ], [ -75.143668, 39.989365 ], [ -75.147542, 39.989863 ], [ -75.148305, 39.990968 ], [ -75.147887, 39.993078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255003", "device_counts": 666, "stop_counts": 1507 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191054, 40.060176 ], [ -75.188629, 40.062443 ], [ -75.186236, 40.060989 ], [ -75.183366, 40.05922 ], [ -75.186535, 40.056209 ], [ -75.187306, 40.055484 ], [ -75.188077, 40.056898 ], [ -75.189423, 40.058417 ], [ -75.19022, 40.059199 ], [ -75.191054, 40.060176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289022", "device_counts": 537, "stop_counts": 1758 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116106, 40.022109 ], [ -75.114917, 40.021956 ], [ -75.114348, 40.024951 ], [ -75.113323, 40.024916 ], [ -75.114461, 40.026784 ], [ -75.112773, 40.027036 ], [ -75.111664, 40.025651 ], [ -75.111228, 40.023211 ], [ -75.110242, 40.022242 ], [ -75.110835, 40.02172 ], [ -75.112217, 40.020056 ], [ -75.116243, 40.020558 ], [ -75.116106, 40.022109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289012", "device_counts": 749, "stop_counts": 3563 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116272, 40.017423 ], [ -75.117154, 40.019006 ], [ -75.116404, 40.018909 ], [ -75.113951, 40.018603 ], [ -75.108678, 40.017942 ], [ -75.109024, 40.016286 ], [ -75.11136, 40.015867 ], [ -75.111811, 40.013662 ], [ -75.112161, 40.012085 ], [ -75.119439, 40.013026 ], [ -75.116272, 40.017423 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164001", "device_counts": 748, "stop_counts": 2280 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142999, 39.992449 ], [ -75.142173, 39.992343 ], [ -75.140198, 39.992086 ], [ -75.138352, 39.991851 ], [ -75.139021, 39.988764 ], [ -75.140861, 39.989001 ], [ -75.142846, 39.989257 ], [ -75.143668, 39.989365 ], [ -75.142999, 39.992449 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010239001", "device_counts": 356, "stop_counts": 1408 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190086, 40.038232 ], [ -75.188797, 40.03948 ], [ -75.187922, 40.037547 ], [ -75.188396, 40.037255 ], [ -75.182925, 40.034066 ], [ -75.181235, 40.033097 ], [ -75.183058, 40.03129 ], [ -75.184519, 40.032497 ], [ -75.186455, 40.033226 ], [ -75.190987, 40.037353 ], [ -75.190086, 40.038232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363034", "device_counts": 399, "stop_counts": 2668 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.970261, 40.097964 ], [ -74.968536, 40.098492 ], [ -74.967496, 40.100803 ], [ -74.967515, 40.101869 ], [ -74.96767, 40.1027 ], [ -74.962196, 40.103382 ], [ -74.961156, 40.103446 ], [ -74.960807, 40.101572 ], [ -74.96163, 40.097804 ], [ -74.962107, 40.097709 ], [ -74.964688, 40.097347 ], [ -74.970028, 40.096943 ], [ -74.970623, 40.096983 ], [ -74.970261, 40.097964 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315022", "device_counts": 1763, "stop_counts": 3492 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054287, 40.044448 ], [ -75.052228, 40.043271 ], [ -75.049027, 40.041412 ], [ -75.05122, 40.039091 ], [ -75.0518, 40.038476 ], [ -75.055055, 40.040279 ], [ -75.053865, 40.041545 ], [ -75.055946, 40.042831 ], [ -75.054287, 40.044448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314012", "device_counts": 1454, "stop_counts": 3904 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.067109, 40.047015 ], [ -75.066427, 40.046619 ], [ -75.063437, 40.049751 ], [ -75.061374, 40.048585 ], [ -75.06446, 40.045522 ], [ -75.061926, 40.04411 ], [ -75.063143, 40.042901 ], [ -75.065919, 40.044399 ], [ -75.066547, 40.044741 ], [ -75.068338, 40.045728 ], [ -75.067109, 40.047015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042021", "device_counts": 934, "stop_counts": 3386 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151014, 39.916842 ], [ -75.15073, 39.918097 ], [ -75.150461, 39.919345 ], [ -75.147813, 39.919001 ], [ -75.146538, 39.91884 ], [ -75.147357, 39.91509 ], [ -75.151276, 39.9156 ], [ -75.151014, 39.916842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010011", "device_counts": 4509, "stop_counts": 8333 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153424, 39.946817 ], [ -75.153174, 39.947962 ], [ -75.152337, 39.949421 ], [ -75.149186, 39.949032 ], [ -75.149954, 39.945505 ], [ -75.150764, 39.945558 ], [ -75.153184, 39.945536 ], [ -75.153424, 39.946817 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082006", "device_counts": 397, "stop_counts": 2205 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249371, 39.950153 ], [ -75.243381, 39.949411 ], [ -75.243536, 39.948659 ], [ -75.244026, 39.946316 ], [ -75.245999, 39.94656 ], [ -75.249258, 39.9473 ], [ -75.249371, 39.950153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372002", "device_counts": 902, "stop_counts": 4162 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165081, 39.913368 ], [ -75.16453, 39.915875 ], [ -75.161956, 39.915546 ], [ -75.159844, 39.915286 ], [ -75.160789, 39.910942 ], [ -75.165482, 39.911531 ], [ -75.165081, 39.913368 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082005", "device_counts": 502, "stop_counts": 1374 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.251577, 39.952127 ], [ -75.250816, 39.953475 ], [ -75.244719, 39.952676 ], [ -75.242754, 39.952432 ], [ -75.243068, 39.950926 ], [ -75.249056, 39.951679 ], [ -75.249371, 39.950153 ], [ -75.249258, 39.9473 ], [ -75.245999, 39.94656 ], [ -75.246634, 39.943541 ], [ -75.247028, 39.943414 ], [ -75.247208, 39.943904 ], [ -75.250118, 39.94697 ], [ -75.251609, 39.951466 ], [ -75.251577, 39.952127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260002", "device_counts": 182, "stop_counts": 881 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170406, 40.074391 ], [ -75.170822, 40.076226 ], [ -75.167309, 40.074208 ], [ -75.167097, 40.07332 ], [ -75.16899, 40.071473 ], [ -75.171716, 40.073039 ], [ -75.170406, 40.074391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382003", "device_counts": 5029, "stop_counts": 16481 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101811, 40.002863 ], [ -75.094849, 40.006678 ], [ -75.094104, 40.007096 ], [ -75.092574, 40.007932 ], [ -75.092494, 40.007976 ], [ -75.092088, 40.007531 ], [ -75.092011, 40.007299 ], [ -75.09205, 40.007033 ], [ -75.092196, 40.006789 ], [ -75.09263, 40.006343 ], [ -75.092775, 40.005977 ], [ -75.092811, 40.005871 ], [ -75.0927, 40.005674 ], [ -75.092482, 40.005427 ], [ -75.092057, 40.004937 ], [ -75.090028, 40.004264 ], [ -75.088513, 40.00354 ], [ -75.087984, 40.00303 ], [ -75.087369, 40.001571 ], [ -75.087302, 40.000157 ], [ -75.086895, 39.999532 ], [ -75.086234, 39.998967 ], [ -75.08637, 39.998895 ], [ -75.086505, 39.998825 ], [ -75.094523, 39.994603 ], [ -75.097949, 39.998496 ], [ -75.098979, 39.999688 ], [ -75.099609, 40.000365 ], [ -75.099998, 40.000816 ], [ -75.100085, 40.000977 ], [ -75.100973, 40.001086 ], [ -75.103179, 40.002096 ], [ -75.101811, 40.002863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254003", "device_counts": 144, "stop_counts": 893 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181313, 40.061221 ], [ -75.179314, 40.060393 ], [ -75.178248, 40.059704 ], [ -75.180513, 40.057498 ], [ -75.183366, 40.05922 ], [ -75.181313, 40.061221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112002", "device_counts": 253, "stop_counts": 705 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232182, 39.973599 ], [ -75.231194, 39.973709 ], [ -75.229266, 39.973926 ], [ -75.229026, 39.972644 ], [ -75.228735, 39.971107 ], [ -75.231617, 39.970789 ], [ -75.232182, 39.973599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177022", "device_counts": 554, "stop_counts": 1798 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123212, 39.993054 ], [ -75.122221, 39.992929 ], [ -75.121617, 39.99592 ], [ -75.119665, 39.995671 ], [ -75.12031, 39.992672 ], [ -75.123686, 39.990836 ], [ -75.123212, 39.993054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115003", "device_counts": 316, "stop_counts": 1354 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.252323, 39.976786 ], [ -75.250979, 39.977684 ], [ -75.248944, 39.979106 ], [ -75.248628, 39.978707 ], [ -75.247797, 39.975079 ], [ -75.250203, 39.974815 ], [ -75.251914, 39.974623 ], [ -75.252323, 39.976786 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170002", "device_counts": 3051, "stop_counts": 8727 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182239, 40.011676 ], [ -75.175669, 40.016051 ], [ -75.16914, 40.008832 ], [ -75.169741, 40.008585 ], [ -75.172209, 40.007898 ], [ -75.173853, 40.007468 ], [ -75.178633, 40.005052 ], [ -75.179692, 40.007898 ], [ -75.180147, 40.009251 ], [ -75.182239, 40.011676 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037011", "device_counts": 370, "stop_counts": 1449 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178705, 39.928046 ], [ -75.178615, 39.928469 ], [ -75.178445, 39.929271 ], [ -75.175289, 39.928867 ], [ -75.175562, 39.927642 ], [ -75.175741, 39.92685 ], [ -75.178859, 39.927265 ], [ -75.178705, 39.928046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326007", "device_counts": 435, "stop_counts": 1819 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040219, 40.026061 ], [ -75.036898, 40.027779 ], [ -75.034354, 40.029096 ], [ -75.032752, 40.02705 ], [ -75.039452, 40.022917 ], [ -75.038625, 40.024239 ], [ -75.039768, 40.025551 ], [ -75.040219, 40.026061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330003", "device_counts": 528, "stop_counts": 1867 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.039289, 40.03734 ], [ -75.036276, 40.038441 ], [ -75.034538, 40.036464 ], [ -75.03728, 40.035045 ], [ -75.039289, 40.03734 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024004", "device_counts": 1856, "stop_counts": 3748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158424, 39.936372 ], [ -75.15815, 39.937589 ], [ -75.156622, 39.937182 ], [ -75.15506, 39.936807 ], [ -75.155304, 39.935934 ], [ -75.155577, 39.934667 ], [ -75.157089, 39.935103 ], [ -75.157351, 39.934897 ], [ -75.158669, 39.935226 ], [ -75.158424, 39.936372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040021", "device_counts": 482, "stop_counts": 2186 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166563, 39.921418 ], [ -75.163412, 39.921015 ], [ -75.163956, 39.918518 ], [ -75.167085, 39.918959 ], [ -75.166563, 39.921418 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271001", "device_counts": 1115, "stop_counts": 2664 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12632, 40.055481 ], [ -75.124916, 40.054684 ], [ -75.122147, 40.053177 ], [ -75.122776, 40.049613 ], [ -75.124614, 40.049849 ], [ -75.125298, 40.051492 ], [ -75.127143, 40.051748 ], [ -75.12632, 40.055481 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274011", "device_counts": 568, "stop_counts": 1685 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12916, 40.04257 ], [ -75.128834, 40.044086 ], [ -75.128495, 40.045626 ], [ -75.126639, 40.045392 ], [ -75.126987, 40.043857 ], [ -75.127317, 40.04232 ], [ -75.126311, 40.042203 ], [ -75.126643, 40.040681 ], [ -75.129498, 40.041048 ], [ -75.12916, 40.04257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010174001", "device_counts": 807, "stop_counts": 2081 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149877, 39.998385 ], [ -75.15002, 39.999096 ], [ -75.147717, 39.999974 ], [ -75.147404, 39.99924 ], [ -75.146731, 39.997627 ], [ -75.14708, 39.996143 ], [ -75.147461, 39.994656 ], [ -75.147887, 39.993078 ], [ -75.149238, 39.993253 ], [ -75.150813, 39.99346 ], [ -75.149877, 39.998385 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259004", "device_counts": 135, "stop_counts": 781 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180901, 40.080219 ], [ -75.179756, 40.081333 ], [ -75.176145, 40.079288 ], [ -75.177137, 40.078269 ], [ -75.179022, 40.079344 ], [ -75.180238, 40.078084 ], [ -75.182053, 40.079102 ], [ -75.180901, 40.080219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010208001", "device_counts": 480, "stop_counts": 1946 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193231, 40.024996 ], [ -75.185463, 40.028875 ], [ -75.181668, 40.025657 ], [ -75.190007, 40.022524 ], [ -75.191105, 40.021663 ], [ -75.193048, 40.023558 ], [ -75.193308, 40.024091 ], [ -75.193231, 40.024996 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037013", "device_counts": 568, "stop_counts": 2268 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182804, 39.928575 ], [ -75.180624, 39.928289 ], [ -75.178705, 39.928046 ], [ -75.178859, 39.927265 ], [ -75.179242, 39.925606 ], [ -75.181159, 39.92585 ], [ -75.181698, 39.925924 ], [ -75.182743, 39.926058 ], [ -75.18333, 39.926134 ], [ -75.182804, 39.928575 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352001", "device_counts": 979, "stop_counts": 5412 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.998259, 40.05808 ], [ -74.991254, 40.059949 ], [ -74.990432, 40.060396 ], [ -74.985576, 40.063345 ], [ -74.984171, 40.064075 ], [ -74.982355, 40.064672 ], [ -74.981154, 40.064912 ], [ -74.980718, 40.06472 ], [ -74.980378, 40.060349 ], [ -74.984302, 40.05585 ], [ -74.983904, 40.054994 ], [ -74.984098, 40.054782 ], [ -74.984752, 40.055355 ], [ -74.987256, 40.05286 ], [ -74.990389, 40.050984 ], [ -74.994151, 40.054401 ], [ -74.998259, 40.05808 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382002", "device_counts": 2966, "stop_counts": 7835 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.107339, 39.989644 ], [ -75.100302, 39.993322 ], [ -75.098035, 39.990748 ], [ -75.099128, 39.990172 ], [ -75.102621, 39.988348 ], [ -75.105064, 39.987073 ], [ -75.105915, 39.988037 ], [ -75.107339, 39.989644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134022", "device_counts": 399, "stop_counts": 1180 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168804, 39.966145 ], [ -75.168569, 39.967226 ], [ -75.165349, 39.967149 ], [ -75.165813, 39.965075 ], [ -75.168959, 39.965463 ], [ -75.168804, 39.966145 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083021", "device_counts": 372, "stop_counts": 1171 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24441, 39.954226 ], [ -75.240449, 39.953733 ], [ -75.238476, 39.953485 ], [ -75.238796, 39.951942 ], [ -75.242754, 39.952432 ], [ -75.244719, 39.952676 ], [ -75.24441, 39.954226 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172022", "device_counts": 229, "stop_counts": 961 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176301, 39.999921 ], [ -75.173282, 39.999516 ], [ -75.173948, 39.996432 ], [ -75.175539, 39.996639 ], [ -75.175188, 39.998233 ], [ -75.178237, 39.998611 ], [ -75.176301, 39.999921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084004", "device_counts": 1851, "stop_counts": 5367 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236971, 39.960698 ], [ -75.234869, 39.961231 ], [ -75.232857, 39.960976 ], [ -75.230801, 39.960722 ], [ -75.231277, 39.958448 ], [ -75.235342, 39.958951 ], [ -75.235504, 39.958192 ], [ -75.237448, 39.958433 ], [ -75.236971, 39.960698 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215002", "device_counts": 618, "stop_counts": 2471 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238068, 40.032127 ], [ -75.234535, 40.030426 ], [ -75.233394, 40.031906 ], [ -75.22815, 40.034714 ], [ -75.226904, 40.033041 ], [ -75.228138, 40.032482 ], [ -75.226787, 40.030802 ], [ -75.228765, 40.029792 ], [ -75.229513, 40.029492 ], [ -75.232005, 40.028228 ], [ -75.232628, 40.028355 ], [ -75.234604, 40.029926 ], [ -75.238068, 40.032127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373002", "device_counts": 3170, "stop_counts": 12690 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19022, 39.915884 ], [ -75.189481, 39.91484 ], [ -75.188144, 39.914281 ], [ -75.177806, 39.91309 ], [ -75.178512, 39.90867 ], [ -75.1828, 39.909208 ], [ -75.183387, 39.906617 ], [ -75.190073, 39.90752 ], [ -75.192285, 39.906428 ], [ -75.19022, 39.915884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198001", "device_counts": 538, "stop_counts": 1762 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147325, 40.010382 ], [ -75.147247, 40.011906 ], [ -75.147205, 40.015188 ], [ -75.141745, 40.012939 ], [ -75.141786, 40.012708 ], [ -75.14332, 40.012926 ], [ -75.143981, 40.009949 ], [ -75.142438, 40.009743 ], [ -75.141913, 40.009674 ], [ -75.142256, 40.008093 ], [ -75.142772, 40.008153 ], [ -75.143346, 40.008227 ], [ -75.147603, 40.008779 ], [ -75.147325, 40.010382 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014003", "device_counts": 1422, "stop_counts": 3585 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171906, 39.944443 ], [ -75.168762, 39.94405 ], [ -75.165575, 39.943664 ], [ -75.165988, 39.94182 ], [ -75.166204, 39.940813 ], [ -75.169386, 39.941211 ], [ -75.170955, 39.941404 ], [ -75.170532, 39.94338 ], [ -75.172104, 39.943577 ], [ -75.171906, 39.944443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010200002", "device_counts": 4388, "stop_counts": 14122 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152549, 40.003181 ], [ -75.151603, 40.007665 ], [ -75.151246, 40.009279 ], [ -75.15109, 40.009934 ], [ -75.148817, 40.002698 ], [ -75.148148, 40.000987 ], [ -75.152926, 40.001592 ], [ -75.152549, 40.003181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010184002", "device_counts": 868, "stop_counts": 5648 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.066765, 39.99318 ], [ -75.065419, 39.995046 ], [ -75.069049, 39.999566 ], [ -75.070175, 40.00106 ], [ -75.070609, 40.001652 ], [ -75.067245, 40.004293 ], [ -75.067696, 40.005333 ], [ -75.064579, 40.006194 ], [ -75.063056, 40.006098 ], [ -75.062126, 40.006643 ], [ -75.053723885964288, 40.004080276035694 ], [ -75.058089, 39.997404 ], [ -75.059017, 39.992512 ], [ -75.059792271613105, 39.991537274057499 ], [ -75.064175, 39.986027 ], [ -75.064645979616898, 39.985641523490607 ], [ -75.071834, 39.99042 ], [ -75.066765, 39.99318 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202005", "device_counts": 502, "stop_counts": 1688 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160943, 40.012647 ], [ -75.156652, 40.014618 ], [ -75.156653, 40.014419 ], [ -75.157775, 40.009231 ], [ -75.160936, 40.009632 ], [ -75.160453, 40.012067 ], [ -75.160943, 40.012647 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256001", "device_counts": 210, "stop_counts": 1030 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190512, 40.070271 ], [ -75.188052, 40.072503 ], [ -75.181751, 40.068902 ], [ -75.18437, 40.066442 ], [ -75.185757, 40.065121 ], [ -75.187657, 40.065837 ], [ -75.188921, 40.066497 ], [ -75.190512, 40.070271 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010285001", "device_counts": 1589, "stop_counts": 5170 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135724, 40.023602 ], [ -75.135096, 40.026079 ], [ -75.135334, 40.027632 ], [ -75.13506, 40.02915 ], [ -75.135144, 40.031362 ], [ -75.135042, 40.033284 ], [ -75.13129, 40.032818 ], [ -75.131829, 40.030321 ], [ -75.132352, 40.028019 ], [ -75.13251, 40.027274 ], [ -75.132838, 40.025783 ], [ -75.133167, 40.024299 ], [ -75.133287, 40.023784 ], [ -75.135664, 40.023155 ], [ -75.135724, 40.023602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310003", "device_counts": 542, "stop_counts": 1565 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075037, 40.047638 ], [ -75.073936, 40.048841 ], [ -75.072108, 40.050765 ], [ -75.068475, 40.048729 ], [ -75.069073, 40.048109 ], [ -75.07207, 40.045024 ], [ -75.075637, 40.047005 ], [ -75.075037, 40.047638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011013", "device_counts": 864, "stop_counts": 1758 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161843, 39.94662 ], [ -75.160267, 39.946422 ], [ -75.159481, 39.946325 ], [ -75.159984, 39.944009 ], [ -75.162348, 39.944299 ], [ -75.161843, 39.94662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063004", "device_counts": 898, "stop_counts": 3759 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246856, 39.918759 ], [ -75.239671, 39.923779 ], [ -75.236655, 39.921242 ], [ -75.236789, 39.920899 ], [ -75.239511, 39.918979 ], [ -75.241088, 39.917868 ], [ -75.242454, 39.916907 ], [ -75.243821, 39.916027 ], [ -75.244935, 39.91545 ], [ -75.246308, 39.917176 ], [ -75.246856, 39.918759 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093005", "device_counts": 650, "stop_counts": 1703 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227679, 39.965072 ], [ -75.22786, 39.966191 ], [ -75.224105, 39.964739 ], [ -75.223531, 39.964601 ], [ -75.223746, 39.963026 ], [ -75.22422, 39.963086 ], [ -75.226891, 39.963415 ], [ -75.227443, 39.960311 ], [ -75.228645, 39.960463 ], [ -75.227679, 39.965072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102003", "device_counts": 381, "stop_counts": 1711 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232573, 39.970683 ], [ -75.231617, 39.970789 ], [ -75.228735, 39.971107 ], [ -75.228248, 39.968409 ], [ -75.230162, 39.968216 ], [ -75.231833, 39.96746 ], [ -75.232228, 39.968829 ], [ -75.232573, 39.970683 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135001", "device_counts": 1604, "stop_counts": 2968 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174869, 39.96971 ], [ -75.174367, 39.972035 ], [ -75.172659, 39.971823 ], [ -75.173163, 39.969503 ], [ -75.170997, 39.969227 ], [ -75.171344, 39.967275 ], [ -75.172108, 39.967284 ], [ -75.17539, 39.967345 ], [ -75.174869, 39.96971 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010147002", "device_counts": 2813, "stop_counts": 7205 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165511, 39.981244 ], [ -75.159219, 39.980435 ], [ -75.157581, 39.980223 ], [ -75.158526, 39.97585 ], [ -75.16175, 39.976262 ], [ -75.163325, 39.976471 ], [ -75.163006, 39.977899 ], [ -75.161443, 39.977694 ], [ -75.161134, 39.979106 ], [ -75.165849, 39.979714 ], [ -75.165511, 39.981244 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010156002", "device_counts": 1044, "stop_counts": 2505 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144169, 39.983092 ], [ -75.139868, 39.982536 ], [ -75.141349, 39.978121 ], [ -75.14315, 39.978966 ], [ -75.143188, 39.978359 ], [ -75.14501, 39.978597 ], [ -75.144169, 39.983092 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010173002", "device_counts": 2187, "stop_counts": 6023 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167215, 39.997197 ], [ -75.163734, 39.996753 ], [ -75.163093, 39.999752 ], [ -75.166562, 40.000199 ], [ -75.165896, 40.003269 ], [ -75.160843, 40.002634 ], [ -75.158926, 40.004009 ], [ -75.157365, 40.003799 ], [ -75.157703, 40.00221 ], [ -75.158222, 39.999121 ], [ -75.155232, 39.998728 ], [ -75.153609, 39.998515 ], [ -75.153782, 39.997718 ], [ -75.154588, 39.993938 ], [ -75.157791, 39.994342 ], [ -75.159366, 39.994525 ], [ -75.160946, 39.994737 ], [ -75.164094, 39.995169 ], [ -75.167568, 39.995621 ], [ -75.167215, 39.997197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019801001", "device_counts": 2154, "stop_counts": 4587 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232952, 40.083618 ], [ -75.2305, 40.086022 ], [ -75.228599, 40.084874 ], [ -75.228078, 40.084434 ], [ -75.227899, 40.084282 ], [ -75.224633, 40.079605 ], [ -75.218189, 40.075823 ], [ -75.215093, 40.077141 ], [ -75.216984, 40.074811 ], [ -75.215385, 40.073257 ], [ -75.215751, 40.072877 ], [ -75.222268, 40.073056 ], [ -75.221348, 40.072432 ], [ -75.222536, 40.071328 ], [ -75.218898, 40.067813 ], [ -75.215983, 40.069557 ], [ -75.215152, 40.069139 ], [ -75.218506, 40.066949 ], [ -75.220769, 40.064065 ], [ -75.21901, 40.060468 ], [ -75.216866, 40.057179 ], [ -75.214011, 40.0571 ], [ -75.212549, 40.058425 ], [ -75.213767, 40.056678 ], [ -75.217672, 40.055359 ], [ -75.217922, 40.055271 ], [ -75.214124, 40.049661 ], [ -75.212717, 40.049239 ], [ -75.209969, 40.047081 ], [ -75.20994, 40.044636 ], [ -75.208173, 40.04199 ], [ -75.207016, 40.0416 ], [ -75.205047, 40.043123 ], [ -75.205546, 40.039057 ], [ -75.203164, 40.037635 ], [ -75.202846, 40.039503 ], [ -75.200359, 40.037477 ], [ -75.198918, 40.038973 ], [ -75.197535, 40.033892 ], [ -75.196938, 40.033266 ], [ -75.190861, 40.031144 ], [ -75.189063, 40.031905 ], [ -75.187776, 40.030771 ], [ -75.186194, 40.029468 ], [ -75.185463, 40.028875 ], [ -75.193231, 40.024996 ], [ -75.193308, 40.024091 ], [ -75.197636, 40.021461 ], [ -75.201269, 40.017189 ], [ -75.205848, 40.015281 ], [ -75.206139, 40.014753 ], [ -75.206207, 40.01472 ], [ -75.207599, 40.012719 ], [ -75.208008, 40.012997 ], [ -75.207221, 40.016673 ], [ -75.205622, 40.017107 ], [ -75.204055, 40.017273 ], [ -75.204057, 40.020213 ], [ -75.204479, 40.020942 ], [ -75.203241, 40.024681 ], [ -75.202496, 40.025609 ], [ -75.20323, 40.025839 ], [ -75.205616, 40.028661 ], [ -75.203407, 40.029561 ], [ -75.205569, 40.032514 ], [ -75.207715, 40.031573 ], [ -75.208278, 40.033762 ], [ -75.208938, 40.035221 ], [ -75.210398, 40.03751 ], [ -75.213026, 40.039412 ], [ -75.214111, 40.040124 ], [ -75.216923, 40.042249 ], [ -75.217846, 40.044343 ], [ -75.217827, 40.0471 ], [ -75.218194, 40.047966 ], [ -75.218706, 40.04851 ], [ -75.227161, 40.052534 ], [ -75.230417, 40.053374 ], [ -75.231223, 40.053703 ], [ -75.228838, 40.056168 ], [ -75.228561, 40.057265 ], [ -75.230156, 40.05955 ], [ -75.228493, 40.060331 ], [ -75.226991, 40.058899 ], [ -75.22495, 40.059866 ], [ -75.226412, 40.061987 ], [ -75.2248, 40.062554 ], [ -75.225109, 40.06608 ], [ -75.223538, 40.067435 ], [ -75.226651, 40.070458 ], [ -75.228088, 40.070649 ], [ -75.227005, 40.072605 ], [ -75.225202, 40.074072 ], [ -75.230411, 40.077042 ], [ -75.225988, 40.079068 ], [ -75.22779, 40.08149 ], [ -75.231412, 40.082658 ], [ -75.232952, 40.083618 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337022", "device_counts": 1032, "stop_counts": 5328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068862, 40.071845 ], [ -75.065724, 40.070193 ], [ -75.05821, 40.074605 ], [ -75.055857, 40.073249 ], [ -75.053579, 40.073299 ], [ -75.055004, 40.071771 ], [ -75.058052, 40.068549 ], [ -75.059221, 40.067297 ], [ -75.061118, 40.068122 ], [ -75.06304, 40.066143 ], [ -75.067355, 40.068727 ], [ -75.067838, 40.068959 ], [ -75.070412, 40.07022 ], [ -75.068862, 40.071845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010103001", "device_counts": 755, "stop_counts": 2090 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228735, 39.971107 ], [ -75.225841, 39.97143 ], [ -75.225372, 39.969517 ], [ -75.223118, 39.969747 ], [ -75.222444, 39.966531 ], [ -75.222431, 39.966487 ], [ -75.224812, 39.966206 ], [ -75.22514, 39.968145 ], [ -75.228149, 39.967843 ], [ -75.228248, 39.968409 ], [ -75.228735, 39.971107 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378002", "device_counts": 2969, "stop_counts": 10959 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118068, 39.974275 ], [ -75.113227, 39.976803 ], [ -75.111738, 39.977578 ], [ -75.108971, 39.979021 ], [ -75.105976, 39.980595 ], [ -75.101439, 39.982974 ], [ -75.099, 39.98424 ], [ -75.094393, 39.98663 ], [ -75.089616, 39.989064 ], [ -75.080932, 39.993498 ], [ -75.080785, 39.993572 ], [ -75.078288, 39.990945 ], [ -75.067664096638595, 39.983171324838914 ], [ -75.068604301203905, 39.982401807940505 ], [ -75.068802, 39.98224 ], [ -75.075605, 39.978041 ], [ -75.085831, 39.975102 ], [ -75.092364511040302, 39.974530410977785 ], [ -75.093718, 39.974412 ], [ -75.107540936015297, 39.970476576233416 ], [ -75.108119, 39.970312 ], [ -75.112771104124008, 39.968258553445018 ], [ -75.115617, 39.97296 ], [ -75.118068, 39.974275 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010219001", "device_counts": 730, "stop_counts": 3931 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.254629, 40.047592 ], [ -75.25412, 40.048324 ], [ -75.238182, 40.059771 ], [ -75.236386, 40.057398 ], [ -75.236042, 40.056711 ], [ -75.235917, 40.055079 ], [ -75.236234, 40.052739 ], [ -75.236301, 40.051037 ], [ -75.235419, 40.048775 ], [ -75.243483, 40.045379 ], [ -75.244871, 40.045819 ], [ -75.244974, 40.047166 ], [ -75.245728, 40.049257 ], [ -75.246742, 40.048517 ], [ -75.248689, 40.045941 ], [ -75.249271, 40.04534 ], [ -75.251298, 40.043505 ], [ -75.254678, 40.045924 ], [ -75.254629, 40.047592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345011", "device_counts": 653, "stop_counts": 2668 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.042114, 40.070038 ], [ -75.039748, 40.072411 ], [ -75.041869, 40.075429 ], [ -75.040606, 40.07535 ], [ -75.036627, 40.073019 ], [ -75.039163, 40.070369 ], [ -75.040265, 40.068747 ], [ -75.0406, 40.068042 ], [ -75.042114, 40.070038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010022", "device_counts": 644, "stop_counts": 1063 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150037, 39.945144 ], [ -75.144933, 39.944494 ], [ -75.145243, 39.943087 ], [ -75.150339, 39.94373 ], [ -75.150037, 39.945144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010366001", "device_counts": 18188, "stop_counts": 46185 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14617, 39.931321 ], [ -75.145146, 39.933321 ], [ -75.144656, 39.935402 ], [ -75.143467, 39.938725 ], [ -75.144529, 39.938873 ], [ -75.14406, 39.940972 ], [ -75.142466, 39.948174 ], [ -75.141469, 39.951698 ], [ -75.141625, 39.955279 ], [ -75.141607, 39.955491 ], [ -75.139954, 39.956928 ], [ -75.138081, 39.962936 ], [ -75.136755, 39.962766 ], [ -75.130217089517501, 39.958589210316127 ], [ -75.13352, 39.954412 ], [ -75.1339950133858, 39.9528358192197 ], [ -75.13572, 39.947112 ], [ -75.13612, 39.933912 ], [ -75.135887594594593, 39.932517567567601 ], [ -75.135346189189193, 39.929269135135087 ], [ -75.137217, 39.928886 ], [ -75.146413, 39.930114 ], [ -75.14617, 39.931321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008034", "device_counts": 980, "stop_counts": 1739 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173813, 39.950531 ], [ -75.172752, 39.950398 ], [ -75.173085, 39.948799 ], [ -75.174173, 39.948921 ], [ -75.173813, 39.950531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377001", "device_counts": 2554, "stop_counts": 7071 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156275, 39.986283 ], [ -75.154063, 39.986003 ], [ -75.150913, 39.985597 ], [ -75.150197, 39.985504 ], [ -75.147766, 39.98519 ], [ -75.148109, 39.983604 ], [ -75.151266, 39.983978 ], [ -75.152235, 39.979531 ], [ -75.157581, 39.980223 ], [ -75.156275, 39.986283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382001", "device_counts": 3461, "stop_counts": 10387 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109709, 39.992334 ], [ -75.108144, 39.993156 ], [ -75.102674, 39.996008 ], [ -75.100367, 39.997206 ], [ -75.097949, 39.998496 ], [ -75.094523, 39.994603 ], [ -75.097007, 39.993399 ], [ -75.095726, 39.99195 ], [ -75.098035, 39.990748 ], [ -75.100302, 39.993322 ], [ -75.107339, 39.989644 ], [ -75.10773, 39.990079 ], [ -75.108859, 39.991356 ], [ -75.109528, 39.992123 ], [ -75.109709, 39.992334 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388002", "device_counts": 844, "stop_counts": 2505 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198787, 40.054802 ], [ -75.191876, 40.061257 ], [ -75.191054, 40.060176 ], [ -75.19022, 40.059199 ], [ -75.195763, 40.055507 ], [ -75.194647, 40.054791 ], [ -75.196319, 40.053234 ], [ -75.198787, 40.054802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275001", "device_counts": 843, "stop_counts": 2526 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13479, 40.04146 ], [ -75.134724, 40.046134 ], [ -75.132121, 40.046018 ], [ -75.131283, 40.045984 ], [ -75.128495, 40.045626 ], [ -75.128834, 40.044086 ], [ -75.12916, 40.04257 ], [ -75.129498, 40.041048 ], [ -75.131387, 40.041648 ], [ -75.132216, 40.041759 ], [ -75.133031, 40.041872 ], [ -75.13346, 40.039994 ], [ -75.134969, 40.04022 ], [ -75.13479, 40.04146 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278003", "device_counts": 1265, "stop_counts": 3138 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151249, 40.041174 ], [ -75.149908, 40.040376 ], [ -75.148083, 40.04048 ], [ -75.146469, 40.040087 ], [ -75.144302, 40.04109 ], [ -75.144571, 40.039836 ], [ -75.144749, 40.039072 ], [ -75.145554, 40.035262 ], [ -75.148179, 40.035598 ], [ -75.149859, 40.035827 ], [ -75.149126, 40.037464 ], [ -75.149988, 40.038971 ], [ -75.151505, 40.040612 ], [ -75.151249, 40.041174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284003", "device_counts": 308, "stop_counts": 912 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140638, 40.025262 ], [ -75.140303, 40.026745 ], [ -75.138698, 40.026536 ], [ -75.137096, 40.026336 ], [ -75.135096, 40.026079 ], [ -75.135724, 40.023602 ], [ -75.135664, 40.023155 ], [ -75.135854, 40.023082 ], [ -75.135939, 40.02305 ], [ -75.136799, 40.022663 ], [ -75.137001, 40.022923 ], [ -75.140979, 40.023667 ], [ -75.140638, 40.025262 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291003", "device_counts": 3098, "stop_counts": 6724 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.107909, 40.03215 ], [ -75.106912, 40.033135 ], [ -75.105935, 40.0341 ], [ -75.104725, 40.035321 ], [ -75.101148, 40.033334 ], [ -75.103903, 40.030589 ], [ -75.104306, 40.029846 ], [ -75.106431, 40.029197 ], [ -75.109057, 40.031741 ], [ -75.107909, 40.03215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300003", "device_counts": 273, "stop_counts": 1229 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077663, 40.018853 ], [ -75.076696, 40.019926 ], [ -75.075199, 40.019109 ], [ -75.076164, 40.018049 ], [ -75.075429, 40.017665 ], [ -75.07505, 40.017159 ], [ -75.077257, 40.014973 ], [ -75.079927, 40.016418 ], [ -75.077663, 40.018853 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302002", "device_counts": 321, "stop_counts": 1590 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081849, 40.028512 ], [ -75.080866, 40.029556 ], [ -75.07908, 40.028552 ], [ -75.077861, 40.027869 ], [ -75.080031, 40.025569 ], [ -75.081379, 40.026314 ], [ -75.083038, 40.027241 ], [ -75.081849, 40.028512 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306006", "device_counts": 219, "stop_counts": 942 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100896, 40.052723 ], [ -75.097525, 40.054642 ], [ -75.094056, 40.056771 ], [ -75.093483, 40.057259 ], [ -75.092524, 40.055467 ], [ -75.093706, 40.054203 ], [ -75.094766, 40.053095 ], [ -75.096242, 40.051528 ], [ -75.097243, 40.052051 ], [ -75.098234, 40.052593 ], [ -75.100681, 40.05254 ], [ -75.100935, 40.052699 ], [ -75.100896, 40.052723 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336003", "device_counts": 694, "stop_counts": 3158 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068074, 40.060824 ], [ -75.065685, 40.063332 ], [ -75.062124, 40.061348 ], [ -75.060101, 40.060221 ], [ -75.061304, 40.058975 ], [ -75.059693, 40.058084 ], [ -75.055937, 40.055993 ], [ -75.057125, 40.054722 ], [ -75.060891, 40.056823 ], [ -75.064499, 40.058826 ], [ -75.067196, 40.060321 ], [ -75.068074, 40.060824 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010346001", "device_counts": 8512, "stop_counts": 33962 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035087, 40.074617 ], [ -75.028952, 40.080968 ], [ -75.013126, 40.072071 ], [ -75.021707, 40.063392 ], [ -75.022217, 40.06352 ], [ -75.028256, 40.067314 ], [ -75.02966, 40.068154 ], [ -75.032965, 40.072152 ], [ -75.035087, 40.074617 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349003", "device_counts": 529, "stop_counts": 1865 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.018683, 40.040047 ], [ -75.013422, 40.043306 ], [ -75.012708, 40.043779 ], [ -75.010101, 40.041671 ], [ -75.012125, 40.040582 ], [ -75.010099, 40.039038 ], [ -75.012541, 40.038027 ], [ -75.01783, 40.039076 ], [ -75.018683, 40.040047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010359001", "device_counts": 5287, "stop_counts": 23111 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024306, 40.111181 ], [ -75.023041, 40.112998 ], [ -75.018457, 40.118119 ], [ -75.015384, 40.123599 ], [ -75.010453, 40.120681 ], [ -75.008712, 40.119612 ], [ -75.013156, 40.11397 ], [ -75.014449, 40.115451 ], [ -75.01993, 40.110978 ], [ -75.023459, 40.110847 ], [ -75.024306, 40.111181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362013", "device_counts": 672, "stop_counts": 3417 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.990155, 40.084052 ], [ -74.988885, 40.083129 ], [ -74.987586, 40.082663 ], [ -74.987408, 40.081351 ], [ -74.986539, 40.080333 ], [ -74.988911, 40.07812 ], [ -74.990003, 40.077975 ], [ -74.994348, 40.081681 ], [ -74.990155, 40.084052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306004", "device_counts": 584, "stop_counts": 1739 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100394, 40.048691 ], [ -75.09822, 40.051023 ], [ -75.097243, 40.052051 ], [ -75.096242, 40.051528 ], [ -75.094593, 40.050655 ], [ -75.095623, 40.049584 ], [ -75.098017, 40.047096 ], [ -75.099559, 40.047973 ], [ -75.100394, 40.048691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314014", "device_counts": 222, "stop_counts": 1234 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070634, 40.043272 ], [ -75.068338, 40.045728 ], [ -75.066547, 40.044741 ], [ -75.065919, 40.044399 ], [ -75.067069, 40.043188 ], [ -75.068234, 40.041945 ], [ -75.069459, 40.042621 ], [ -75.070634, 40.043272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315012", "device_counts": 1186, "stop_counts": 3996 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047973, 40.037283 ], [ -75.047405, 40.037892 ], [ -75.045778, 40.036986 ], [ -75.043199, 40.035544 ], [ -75.044671, 40.034771 ], [ -75.04677, 40.033683 ], [ -75.047718, 40.033301 ], [ -75.050349, 40.034769 ], [ -75.047973, 40.037283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319004", "device_counts": 399, "stop_counts": 1155 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068516, 40.021385 ], [ -75.062802, 40.024402 ], [ -75.06308, 40.022452 ], [ -75.062925, 40.021777 ], [ -75.06701, 40.01967 ], [ -75.067412, 40.020111 ], [ -75.068516, 40.021385 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325002", "device_counts": 466, "stop_counts": 2073 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051104, 40.026407 ], [ -75.049273, 40.027351 ], [ -75.047453, 40.028294 ], [ -75.046555, 40.027265 ], [ -75.044721, 40.025179 ], [ -75.048375, 40.023291 ], [ -75.049304, 40.024351 ], [ -75.050202, 40.02538 ], [ -75.051104, 40.026407 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330002", "device_counts": 213, "stop_counts": 980 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.034538, 40.036464 ], [ -75.032295, 40.037622 ], [ -75.031903, 40.036993 ], [ -75.030905, 40.035358 ], [ -75.032739, 40.034407 ], [ -75.034538, 40.036464 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088023", "device_counts": 2209, "stop_counts": 6260 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205092, 39.954419 ], [ -75.204933, 39.955181 ], [ -75.200098, 39.954582 ], [ -75.200525, 39.952695 ], [ -75.200801, 39.951458 ], [ -75.203083, 39.951745 ], [ -75.202828, 39.95297 ], [ -75.204107, 39.953128 ], [ -75.20546, 39.952682 ], [ -75.205092, 39.954419 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153002", "device_counts": 406, "stop_counts": 1588 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162951, 39.985542 ], [ -75.161383, 39.985339 ], [ -75.158246, 39.984934 ], [ -75.158567, 39.98342 ], [ -75.163286, 39.984034 ], [ -75.162951, 39.985542 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160007", "device_counts": 273, "stop_counts": 978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127579, 39.981383 ], [ -75.125062, 39.982373 ], [ -75.123266, 39.980344 ], [ -75.122449, 39.979411 ], [ -75.124193, 39.9785 ], [ -75.125018, 39.979426 ], [ -75.125593, 39.979124 ], [ -75.127579, 39.981383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167012", "device_counts": 227, "stop_counts": 755 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164094, 39.995169 ], [ -75.160946, 39.994737 ], [ -75.161948, 39.990185 ], [ -75.1635, 39.990401 ], [ -75.16294, 39.993043 ], [ -75.164094, 39.995169 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170003", "device_counts": 1268, "stop_counts": 2843 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187821, 40.006102 ], [ -75.185412, 40.009513 ], [ -75.185674, 40.01012 ], [ -75.183611, 40.010905 ], [ -75.182239, 40.011676 ], [ -75.180147, 40.009251 ], [ -75.179692, 40.007898 ], [ -75.178633, 40.005052 ], [ -75.178809, 40.004937 ], [ -75.181141, 40.003697 ], [ -75.183644, 40.004204 ], [ -75.18335, 40.005521 ], [ -75.183204, 40.006624 ], [ -75.18535, 40.006527 ], [ -75.186349, 40.006533 ], [ -75.186477, 40.005921 ], [ -75.187821, 40.006102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180024", "device_counts": 300, "stop_counts": 1037 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.110525, 39.980787 ], [ -75.108828, 39.981673 ], [ -75.106968, 39.982648 ], [ -75.105921, 39.981461 ], [ -75.105976, 39.980595 ], [ -75.108971, 39.979021 ], [ -75.110525, 39.980787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190001", "device_counts": 630, "stop_counts": 2383 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103146, 40.006202 ], [ -75.102552, 40.009202 ], [ -75.100373, 40.008914 ], [ -75.098428, 40.008664 ], [ -75.098734, 40.007196 ], [ -75.100691, 40.007435 ], [ -75.101064, 40.005695 ], [ -75.101826, 40.005667 ], [ -75.10327, 40.005602 ], [ -75.103146, 40.006202 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027011", "device_counts": 312, "stop_counts": 1432 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154735, 39.931208 ], [ -75.154454, 39.93242 ], [ -75.152893, 39.932208 ], [ -75.151309, 39.932007 ], [ -75.151852, 39.929555 ], [ -75.154997, 39.929984 ], [ -75.154735, 39.931208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030014", "device_counts": 326, "stop_counts": 1417 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175289, 39.928867 ], [ -75.175032, 39.930087 ], [ -75.172907, 39.929811 ], [ -75.173426, 39.927363 ], [ -75.175562, 39.927642 ], [ -75.175289, 39.928867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039021", "device_counts": 818, "stop_counts": 3022 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174033, 39.919809 ], [ -75.173748, 39.92106 ], [ -75.170581, 39.920653 ], [ -75.170854, 39.91941 ], [ -75.171122, 39.918152 ], [ -75.174302, 39.918562 ], [ -75.174033, 39.919809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363033", "device_counts": 514, "stop_counts": 3492 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.976091, 40.097433 ], [ -74.974647, 40.098954 ], [ -74.973395, 40.099759 ], [ -74.970836, 40.100755 ], [ -74.967496, 40.100803 ], [ -74.968536, 40.098492 ], [ -74.970261, 40.097964 ], [ -74.970623, 40.096983 ], [ -74.971016, 40.096392 ], [ -74.972898, 40.096859 ], [ -74.97577, 40.096412 ], [ -74.976091, 40.097433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042012", "device_counts": 745, "stop_counts": 3210 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155233, 39.921686 ], [ -75.155056, 39.922495 ], [ -75.149916, 39.921819 ], [ -75.150461, 39.919345 ], [ -75.155597, 39.920013 ], [ -75.155233, 39.921686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010054001", "device_counts": 791, "stop_counts": 2180 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264878, 39.887927 ], [ -75.262485, 39.888406 ], [ -75.261743, 39.891774 ], [ -75.259112, 39.892436 ], [ -75.256789, 39.895189 ], [ -75.257362, 39.895844 ], [ -75.255093, 39.898756 ], [ -75.253285, 39.898094 ], [ -75.252349, 39.897618 ], [ -75.243752, 39.893025 ], [ -75.241825, 39.892006 ], [ -75.246231, 39.889505 ], [ -75.254897, 39.880006 ], [ -75.257003, 39.878422 ], [ -75.261245, 39.876484 ], [ -75.262539, 39.876578 ], [ -75.264928, 39.881112 ], [ -75.264433, 39.882167 ], [ -75.261937, 39.883 ], [ -75.264602, 39.884737 ], [ -75.262844, 39.885682 ], [ -75.265153, 39.887142 ], [ -75.264878, 39.887927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065002", "device_counts": 274, "stop_counts": 577 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243369, 39.931908 ], [ -75.241909, 39.933544 ], [ -75.237617, 39.932526 ], [ -75.236833, 39.933768 ], [ -75.235249, 39.934997 ], [ -75.234499, 39.93613 ], [ -75.233213, 39.935057 ], [ -75.231533, 39.933634 ], [ -75.232567, 39.932912 ], [ -75.231276, 39.931827 ], [ -75.232362, 39.931074 ], [ -75.235478, 39.928877 ], [ -75.237726, 39.92932 ], [ -75.242972, 39.93094 ], [ -75.243643, 39.930897 ], [ -75.243369, 39.931908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246001", "device_counts": 555, "stop_counts": 1502 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173951, 40.035193 ], [ -75.172726, 40.035986 ], [ -75.171368, 40.037315 ], [ -75.170377, 40.036921 ], [ -75.164809, 40.036452 ], [ -75.165094, 40.036234 ], [ -75.165747, 40.035702 ], [ -75.169211, 40.032314 ], [ -75.17061, 40.033131 ], [ -75.173724, 40.035012 ], [ -75.173951, 40.035193 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252007", "device_counts": 254, "stop_counts": 1321 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179194, 40.048872 ], [ -75.175804, 40.052241 ], [ -75.17326, 40.050667 ], [ -75.176247, 40.047752 ], [ -75.176624, 40.047398 ], [ -75.178144, 40.04821 ], [ -75.179194, 40.048872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259006", "device_counts": 119, "stop_counts": 433 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176438, 40.084649 ], [ -75.172951, 40.082581 ], [ -75.174143, 40.08135 ], [ -75.177696, 40.083378 ], [ -75.176438, 40.084649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107001", "device_counts": 308, "stop_counts": 741 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212148, 39.973012 ], [ -75.205979, 39.971429 ], [ -75.205907, 39.970875 ], [ -75.208356, 39.970706 ], [ -75.211723, 39.970722 ], [ -75.212148, 39.973012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110001", "device_counts": 719, "stop_counts": 1349 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212211, 39.973242 ], [ -75.209834, 39.973505 ], [ -75.208901, 39.973613 ], [ -75.208756, 39.972864 ], [ -75.208323, 39.972912 ], [ -75.208081, 39.972962 ], [ -75.206302, 39.973162 ], [ -75.204176, 39.973395 ], [ -75.203871, 39.97176 ], [ -75.199139, 39.972707 ], [ -75.199505, 39.974646 ], [ -75.198809, 39.974722 ], [ -75.198817, 39.972434 ], [ -75.199608, 39.97193 ], [ -75.20083, 39.971455 ], [ -75.203722, 39.970929 ], [ -75.205979, 39.971429 ], [ -75.212148, 39.973012 ], [ -75.212211, 39.973242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119005", "device_counts": 158, "stop_counts": 649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232932, 39.988934 ], [ -75.230433, 39.98946 ], [ -75.229017, 39.989747 ], [ -75.226573, 39.989763 ], [ -75.226577, 39.989221 ], [ -75.227054, 39.989209 ], [ -75.228123, 39.988356 ], [ -75.229911, 39.987936 ], [ -75.230168, 39.988695 ], [ -75.23267, 39.988155 ], [ -75.232932, 39.988934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010131002", "device_counts": 440, "stop_counts": 686 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151852, 39.964712 ], [ -75.147796, 39.963527 ], [ -75.148029, 39.962265 ], [ -75.152146, 39.962452 ], [ -75.151852, 39.964712 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137004", "device_counts": 680, "stop_counts": 1738 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184945, 39.975479 ], [ -75.182327, 39.975143 ], [ -75.181707, 39.975062 ], [ -75.182147, 39.973009 ], [ -75.185394, 39.973417 ], [ -75.184945, 39.975479 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012023", "device_counts": 748, "stop_counts": 1972 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174627, 39.946753 ], [ -75.171488, 39.946353 ], [ -75.171906, 39.944443 ], [ -75.175054, 39.944832 ], [ -75.174627, 39.946753 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010017001", "device_counts": 626, "stop_counts": 1844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148157, 39.938899 ], [ -75.144646, 39.938373 ], [ -75.144529, 39.938873 ], [ -75.143467, 39.938725 ], [ -75.144656, 39.935402 ], [ -75.146808, 39.935982 ], [ -75.148694, 39.936486 ], [ -75.148157, 39.938899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263013", "device_counts": 818, "stop_counts": 1568 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163884, 40.073088 ], [ -75.161285, 40.075764 ], [ -75.158417, 40.074169 ], [ -75.161313, 40.071386 ], [ -75.163884, 40.073088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265003", "device_counts": 263, "stop_counts": 827 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153763, 40.060098 ], [ -75.151141, 40.061326 ], [ -75.149219, 40.058432 ], [ -75.152752, 40.05859 ], [ -75.153763, 40.060098 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267001", "device_counts": 185, "stop_counts": 825 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145445, 40.058254 ], [ -75.143167, 40.058143 ], [ -75.142292, 40.057941 ], [ -75.142849, 40.055357 ], [ -75.145211, 40.055661 ], [ -75.146002, 40.055765 ], [ -75.145445, 40.058254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273002", "device_counts": 808, "stop_counts": 2335 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12386, 40.035562 ], [ -75.123686, 40.037144 ], [ -75.121072, 40.036815 ], [ -75.121421, 40.035281 ], [ -75.120074, 40.035111 ], [ -75.114896, 40.034447 ], [ -75.116083, 40.033037 ], [ -75.120713, 40.03364 ], [ -75.121711, 40.03347 ], [ -75.121964, 40.03373 ], [ -75.1236, 40.032771 ], [ -75.124167, 40.032575 ], [ -75.12386, 40.035562 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198004", "device_counts": 310, "stop_counts": 932 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139815, 40.010939 ], [ -75.139484, 40.012453 ], [ -75.137826, 40.012233 ], [ -75.138483, 40.009234 ], [ -75.141425, 40.00961 ], [ -75.139815, 40.010939 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202003", "device_counts": 184, "stop_counts": 761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161095, 40.008883 ], [ -75.160936, 40.009632 ], [ -75.157775, 40.009231 ], [ -75.157945, 40.008486 ], [ -75.158106, 40.007736 ], [ -75.158278, 40.006994 ], [ -75.161409, 40.007399 ], [ -75.161095, 40.008883 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210003", "device_counts": 702, "stop_counts": 1690 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212764, 40.025348 ], [ -75.209437, 40.026929 ], [ -75.207732, 40.023783 ], [ -75.208035, 40.023114 ], [ -75.209213, 40.021899 ], [ -75.210348, 40.022259 ], [ -75.212764, 40.025348 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010216001", "device_counts": 459, "stop_counts": 1714 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236642, 40.036295 ], [ -75.234363, 40.040917 ], [ -75.234005, 40.041307 ], [ -75.22853, 40.04386 ], [ -75.227444, 40.043197 ], [ -75.226267, 40.042401 ], [ -75.228104, 40.040855 ], [ -75.234937, 40.0349 ], [ -75.236642, 40.036295 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388001", "device_counts": 491, "stop_counts": 1414 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.201625, 40.056796 ], [ -75.202545, 40.059884 ], [ -75.202475, 40.06265 ], [ -75.196385, 40.066623 ], [ -75.195726, 40.065177 ], [ -75.192891, 40.062662 ], [ -75.191876, 40.061257 ], [ -75.198787, 40.054802 ], [ -75.201462, 40.052316 ], [ -75.204845, 40.054823 ], [ -75.201625, 40.056796 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070003", "device_counts": 581, "stop_counts": 1620 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225887, 39.935625 ], [ -75.223219, 39.933389 ], [ -75.221731, 39.93443 ], [ -75.220543, 39.933446 ], [ -75.217811, 39.935357 ], [ -75.217058, 39.934733 ], [ -75.221287, 39.931789 ], [ -75.222696, 39.930808 ], [ -75.224592, 39.93241 ], [ -75.227252, 39.934661 ], [ -75.225887, 39.935625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072005", "device_counts": 184, "stop_counts": 618 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233718, 39.944559 ], [ -75.232349, 39.945515 ], [ -75.231754, 39.945721 ], [ -75.2305, 39.944656 ], [ -75.230947, 39.944336 ], [ -75.233074, 39.942849 ], [ -75.233566, 39.943265 ], [ -75.234474, 39.944027 ], [ -75.233718, 39.944559 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078001", "device_counts": 268, "stop_counts": 794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21652, 39.944171 ], [ -75.213961, 39.945974 ], [ -75.211389, 39.947796 ], [ -75.210103, 39.946697 ], [ -75.2109, 39.946153 ], [ -75.211401, 39.945802 ], [ -75.212687, 39.944885 ], [ -75.214999, 39.943265 ], [ -75.215246, 39.943087 ], [ -75.215615, 39.943402 ], [ -75.21652, 39.944171 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082001", "device_counts": 317, "stop_counts": 1004 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243068, 39.950926 ], [ -75.242754, 39.952432 ], [ -75.238796, 39.951942 ], [ -75.239118, 39.950446 ], [ -75.239232, 39.949923 ], [ -75.24323, 39.950172 ], [ -75.243068, 39.950926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084002", "device_counts": 540, "stop_counts": 1336 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235504, 39.958192 ], [ -75.235342, 39.958951 ], [ -75.231277, 39.958448 ], [ -75.231557, 39.957102 ], [ -75.233732, 39.956801 ], [ -75.235745, 39.957049 ], [ -75.235504, 39.958192 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039011", "device_counts": 2068, "stop_counts": 6156 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172945, 39.924836 ], [ -75.172416, 39.927232 ], [ -75.171397, 39.927104 ], [ -75.169228, 39.926806 ], [ -75.169494, 39.925596 ], [ -75.169499, 39.925531 ], [ -75.169744, 39.924409 ], [ -75.170023, 39.923138 ], [ -75.173226, 39.923556 ], [ -75.172945, 39.924836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362021", "device_counts": 474, "stop_counts": 3828 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.982385, 40.091724 ], [ -74.982114, 40.091942 ], [ -74.979893, 40.09381 ], [ -74.976072, 40.090653 ], [ -74.97559, 40.089861 ], [ -74.979504, 40.087814 ], [ -74.980601, 40.087914 ], [ -74.981491, 40.087994 ], [ -74.98418, 40.089906 ], [ -74.982385, 40.091724 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072004", "device_counts": 208, "stop_counts": 620 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2305, 39.944656 ], [ -75.228686, 39.945913 ], [ -75.226805, 39.945083 ], [ -75.228184, 39.944134 ], [ -75.229553, 39.943168 ], [ -75.230947, 39.944336 ], [ -75.2305, 39.944656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190003", "device_counts": 830, "stop_counts": 3817 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.097431, 40.013325 ], [ -75.097055, 40.015202 ], [ -75.097041, 40.01595 ], [ -75.09704, 40.016018 ], [ -75.096279, 40.015957 ], [ -75.094365, 40.014794 ], [ -75.09342, 40.013136 ], [ -75.094547, 40.011027 ], [ -75.094995, 40.009984 ], [ -75.094673, 40.009351 ], [ -75.092494, 40.007976 ], [ -75.092574, 40.007932 ], [ -75.094104, 40.007096 ], [ -75.094816, 40.008195 ], [ -75.098428, 40.008664 ], [ -75.097431, 40.013325 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010385001", "device_counts": 838, "stop_counts": 2248 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2112, 40.068809 ], [ -75.209082, 40.070894 ], [ -75.210566, 40.071803 ], [ -75.206418, 40.076011 ], [ -75.203427, 40.07418 ], [ -75.202651, 40.073212 ], [ -75.204166, 40.069595 ], [ -75.205815, 40.070106 ], [ -75.208933, 40.067015 ], [ -75.211138, 40.068318 ], [ -75.2112, 40.068809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178006", "device_counts": 579, "stop_counts": 1715 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1249, 39.990159 ], [ -75.124593, 39.990328 ], [ -75.122248, 39.988511 ], [ -75.118392, 39.990528 ], [ -75.116751, 39.988652 ], [ -75.120138, 39.986877 ], [ -75.121438, 39.987859 ], [ -75.121855, 39.987436 ], [ -75.122417, 39.987001 ], [ -75.125491, 39.989836 ], [ -75.1249, 39.990159 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319001", "device_counts": 1230, "stop_counts": 3136 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.065108, 40.027073 ], [ -75.062599, 40.027433 ], [ -75.062394, 40.027444 ], [ -75.062419, 40.027136 ], [ -75.059761, 40.024161 ], [ -75.06308, 40.022452 ], [ -75.062802, 40.024402 ], [ -75.063254, 40.024912 ], [ -75.065492, 40.026589 ], [ -75.065108, 40.027073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356014", "device_counts": 3749, "stop_counts": 12745 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033474, 40.098205 ], [ -75.030235, 40.103387 ], [ -75.028883, 40.102543 ], [ -75.027635, 40.101765 ], [ -75.023927, 40.100702 ], [ -75.030725, 40.09553 ], [ -75.030477, 40.098088 ], [ -75.034298, 40.097871 ], [ -75.033474, 40.098205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177011", "device_counts": 754, "stop_counts": 2233 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119665, 39.995671 ], [ -75.119328, 39.997255 ], [ -75.116414, 39.996881 ], [ -75.116751, 39.995294 ], [ -75.115778, 39.995167 ], [ -75.12031, 39.992672 ], [ -75.119665, 39.995671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022002", "device_counts": 343, "stop_counts": 1079 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17385, 39.93545 ], [ -75.170729, 39.935024 ], [ -75.170455, 39.936232 ], [ -75.167303, 39.935695 ], [ -75.16764, 39.93415 ], [ -75.17034, 39.934498 ], [ -75.172389, 39.934765 ], [ -75.17397, 39.934974 ], [ -75.17385, 39.93545 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266005", "device_counts": 153, "stop_counts": 663 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151053, 40.064852 ], [ -75.147353, 40.064371 ], [ -75.147649, 40.06301 ], [ -75.151414, 40.063206 ], [ -75.151053, 40.064852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316003", "device_counts": 1549, "stop_counts": 3707 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.062207, 40.027471 ], [ -75.058848, 40.030998 ], [ -75.056077, 40.029455 ], [ -75.056872, 40.028943 ], [ -75.058579, 40.028225 ], [ -75.059227, 40.027909 ], [ -75.062207, 40.027471 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104001", "device_counts": 177, "stop_counts": 757 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223118, 39.969747 ], [ -75.220823, 39.969982 ], [ -75.220578, 39.968067 ], [ -75.220402, 39.966641 ], [ -75.222444, 39.966531 ], [ -75.223118, 39.969747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149006", "device_counts": 823, "stop_counts": 1757 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188033, 39.984126 ], [ -75.184794, 39.983706 ], [ -75.184298, 39.983647 ], [ -75.181758, 39.983325 ], [ -75.185497, 39.980804 ], [ -75.188661, 39.981207 ], [ -75.188033, 39.984126 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281002", "device_counts": 620, "stop_counts": 1642 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152369, 40.031387 ], [ -75.151356, 40.031255 ], [ -75.151521, 40.030498 ], [ -75.148206, 40.030851 ], [ -75.146575, 40.030637 ], [ -75.146705, 40.030127 ], [ -75.14685, 40.029481 ], [ -75.147218, 40.027644 ], [ -75.148865, 40.027857 ], [ -75.148751, 40.028476 ], [ -75.151263, 40.027186 ], [ -75.15152, 40.027556 ], [ -75.153282, 40.029955 ], [ -75.152369, 40.031387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081023", "device_counts": 311, "stop_counts": 912 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238166, 39.955011 ], [ -75.234212, 39.954521 ], [ -75.234531, 39.953 ], [ -75.238476, 39.953485 ], [ -75.238166, 39.955011 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344002", "device_counts": 451, "stop_counts": 2655 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057068, 40.089697 ], [ -75.053907, 40.091873 ], [ -75.050752, 40.09478 ], [ -75.047567, 40.09192 ], [ -75.047052, 40.09108 ], [ -75.045685, 40.089021 ], [ -75.048799, 40.088354 ], [ -75.049588, 40.08746 ], [ -75.050151, 40.086275 ], [ -75.050745, 40.086616 ], [ -75.051362, 40.086035 ], [ -75.051852, 40.08559 ], [ -75.053386, 40.084845 ], [ -75.055093, 40.084078 ], [ -75.055386, 40.083679 ], [ -75.054568, 40.081271 ], [ -75.054083, 40.080901 ], [ -75.052327, 40.079859 ], [ -75.052737, 40.079427 ], [ -75.054985, 40.081228 ], [ -75.056738, 40.086984 ], [ -75.055807, 40.088095 ], [ -75.057068, 40.089697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349001", "device_counts": 2403, "stop_counts": 7836 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.008224, 40.052113 ], [ -75.007886, 40.052381 ], [ -75.004795, 40.054747 ], [ -74.999877, 40.050402 ], [ -74.99627, 40.047202 ], [ -75.003514, 40.042822 ], [ -75.006278, 40.041155 ], [ -75.009595, 40.043924 ], [ -75.007927, 40.045033 ], [ -75.012273, 40.048885 ], [ -75.008224, 40.052113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254001", "device_counts": 159, "stop_counts": 793 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173445, 40.059867 ], [ -75.170787, 40.0626 ], [ -75.168641, 40.061373 ], [ -75.172869, 40.057256 ], [ -75.174312, 40.058142 ], [ -75.173445, 40.059867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028012", "device_counts": 464, "stop_counts": 1439 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158745, 39.927564 ], [ -75.158666, 39.927955 ], [ -75.155546, 39.92755 ], [ -75.156095, 39.925103 ], [ -75.157666, 39.925313 ], [ -75.159204, 39.925511 ], [ -75.158745, 39.927564 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019804001", "device_counts": 53468, "stop_counts": 138663 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248463, 39.87765 ], [ -75.246044, 39.878981 ], [ -75.24413, 39.881256 ], [ -75.242544, 39.884969 ], [ -75.24072, 39.887833 ], [ -75.239244, 39.889103 ], [ -75.235941, 39.890059 ], [ -75.233426, 39.889178 ], [ -75.229911, 39.882411 ], [ -75.228516, 39.880973 ], [ -75.227493, 39.88182 ], [ -75.223317, 39.883766 ], [ -75.221643, 39.882386 ], [ -75.213969, 39.883692 ], [ -75.212248, 39.883027 ], [ -75.211873, 39.880681 ], [ -75.215787, 39.875052 ], [ -75.215722, 39.876087 ], [ -75.21977, 39.875479 ], [ -75.223763, 39.875858 ], [ -75.229985, 39.876847 ], [ -75.234122, 39.877181 ], [ -75.23637, 39.876187 ], [ -75.24047, 39.872381 ], [ -75.241746, 39.872585 ], [ -75.246824, 39.875142 ], [ -75.248431, 39.876485 ], [ -75.253515, 39.876015 ], [ -75.248463, 39.87765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008031", "device_counts": 648, "stop_counts": 1018 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177323, 39.950964 ], [ -75.176519, 39.95087 ], [ -75.175738, 39.950769 ], [ -75.176239, 39.948414 ], [ -75.177843, 39.94861 ], [ -75.177323, 39.950964 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024002", "device_counts": 3322, "stop_counts": 5316 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159517, 39.9331 ], [ -75.157351, 39.934897 ], [ -75.157089, 39.935103 ], [ -75.155577, 39.934667 ], [ -75.155304, 39.935934 ], [ -75.153774, 39.935516 ], [ -75.154194, 39.933649 ], [ -75.154454, 39.93242 ], [ -75.156025, 39.932635 ], [ -75.157578, 39.932837 ], [ -75.159142, 39.933049 ], [ -75.159517, 39.9331 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215003", "device_counts": 402, "stop_counts": 1606 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227199, 40.035255 ], [ -75.225727, 40.03676 ], [ -75.222808, 40.038112 ], [ -75.222052, 40.037775 ], [ -75.218759, 40.036654 ], [ -75.222011, 40.035206 ], [ -75.225849, 40.033506 ], [ -75.224657, 40.031899 ], [ -75.225127, 40.031643 ], [ -75.226787, 40.030802 ], [ -75.228138, 40.032482 ], [ -75.226904, 40.033041 ], [ -75.22815, 40.034714 ], [ -75.227199, 40.035255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010258001", "device_counts": 548, "stop_counts": 2003 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188461, 40.07275 ], [ -75.186096, 40.075123 ], [ -75.182053, 40.079102 ], [ -75.180238, 40.078084 ], [ -75.176841, 40.07598 ], [ -75.179448, 40.071261 ], [ -75.180482, 40.070191 ], [ -75.181751, 40.068902 ], [ -75.188052, 40.072503 ], [ -75.188461, 40.07275 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323003", "device_counts": 1128, "stop_counts": 3476 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054495, 40.024648 ], [ -75.051104, 40.026407 ], [ -75.050202, 40.02538 ], [ -75.049304, 40.024351 ], [ -75.048375, 40.023291 ], [ -75.045381, 40.019868 ], [ -75.04879, 40.018141 ], [ -75.051773, 40.021535 ], [ -75.052702, 40.022592 ], [ -75.053604, 40.023615 ], [ -75.054495, 40.024648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257003", "device_counts": 626, "stop_counts": 1729 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.200878, 40.074958 ], [ -75.199786, 40.075366 ], [ -75.199715, 40.073803 ], [ -75.196741, 40.067365 ], [ -75.198673, 40.068575 ], [ -75.20079, 40.070707 ], [ -75.202651, 40.073212 ], [ -75.200878, 40.074958 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037014", "device_counts": 472, "stop_counts": 1919 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.18524, 39.930146 ], [ -75.183601, 39.929928 ], [ -75.182804, 39.928575 ], [ -75.18333, 39.926134 ], [ -75.184393, 39.926276 ], [ -75.186029, 39.926481 ], [ -75.18524, 39.930146 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063003", "device_counts": 358, "stop_counts": 1396 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23816, 39.924839 ], [ -75.234991, 39.922169 ], [ -75.236789, 39.920899 ], [ -75.236655, 39.921242 ], [ -75.239671, 39.923779 ], [ -75.23816, 39.924839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081021", "device_counts": 270, "stop_counts": 1062 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238796, 39.951942 ], [ -75.234856, 39.951444 ], [ -75.235165, 39.949953 ], [ -75.239118, 39.950446 ], [ -75.238796, 39.951942 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083013", "device_counts": 682, "stop_counts": 2265 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249006, 39.956907 ], [ -75.249499, 39.957189 ], [ -75.247897, 39.95724 ], [ -75.247989, 39.956758 ], [ -75.243975, 39.95626 ], [ -75.244084, 39.955743 ], [ -75.24441, 39.954226 ], [ -75.244719, 39.952676 ], [ -75.250816, 39.953475 ], [ -75.249006, 39.956907 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153001", "device_counts": 1021, "stop_counts": 2081 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158567, 39.98342 ], [ -75.158246, 39.984934 ], [ -75.157899, 39.986492 ], [ -75.156275, 39.986283 ], [ -75.157581, 39.980223 ], [ -75.159219, 39.980435 ], [ -75.158567, 39.98342 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169024", "device_counts": 419, "stop_counts": 1193 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187604, 39.998195 ], [ -75.182341, 39.997519 ], [ -75.183009, 39.994439 ], [ -75.185793, 39.994349 ], [ -75.186633, 39.994448 ], [ -75.187604, 39.998195 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177021", "device_counts": 467, "stop_counts": 1352 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126915, 39.991834 ], [ -75.126374, 39.993462 ], [ -75.123212, 39.993054 ], [ -75.123686, 39.990836 ], [ -75.124593, 39.990328 ], [ -75.1249, 39.990159 ], [ -75.125491, 39.989836 ], [ -75.127031, 39.990386 ], [ -75.126915, 39.991834 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100001", "device_counts": 346, "stop_counts": 1712 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250481, 39.96946 ], [ -75.247518, 39.969093 ], [ -75.246531, 39.968967 ], [ -75.246848, 39.967449 ], [ -75.247169, 39.965927 ], [ -75.251119, 39.966398 ], [ -75.250481, 39.96946 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010016001", "device_counts": 3376, "stop_counts": 6522 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152546, 39.941148 ], [ -75.152334, 39.942015 ], [ -75.150755, 39.941818 ], [ -75.147604, 39.941422 ], [ -75.148157, 39.938899 ], [ -75.151773, 39.939548 ], [ -75.152771, 39.940039 ], [ -75.152546, 39.941148 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362011", "device_counts": 344, "stop_counts": 2316 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.987586, 40.082663 ], [ -74.985377, 40.082317 ], [ -74.981807, 40.082355 ], [ -74.982487, 40.077246 ], [ -74.984631, 40.074335 ], [ -74.984901, 40.07448 ], [ -74.986886, 40.075332 ], [ -74.987568, 40.075825 ], [ -74.985706, 40.07568 ], [ -74.984093, 40.079508 ], [ -74.986539, 40.080333 ], [ -74.987408, 40.081351 ], [ -74.987586, 40.082663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314015", "device_counts": 938, "stop_counts": 2194 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07207, 40.045024 ], [ -75.069073, 40.048109 ], [ -75.067109, 40.047015 ], [ -75.068338, 40.045728 ], [ -75.070634, 40.043272 ], [ -75.072645, 40.044394 ], [ -75.07207, 40.045024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320002", "device_counts": 296, "stop_counts": 1673 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056294, 40.026703 ], [ -75.053968, 40.027905 ], [ -75.052898, 40.028462 ], [ -75.051104, 40.026407 ], [ -75.054495, 40.024648 ], [ -75.055398, 40.025673 ], [ -75.056294, 40.026703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105002", "device_counts": 1675, "stop_counts": 4563 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.217767, 39.972627 ], [ -75.216331, 39.97279 ], [ -75.212211, 39.973242 ], [ -75.212148, 39.973012 ], [ -75.211723, 39.970722 ], [ -75.211334, 39.968726 ], [ -75.211231, 39.967879 ], [ -75.21365, 39.967696 ], [ -75.2168, 39.967459 ], [ -75.216996, 39.968969 ], [ -75.217172, 39.970351 ], [ -75.217767, 39.972627 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144003", "device_counts": 724, "stop_counts": 2064 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146082, 39.972833 ], [ -75.145559, 39.975638 ], [ -75.141976, 39.97519 ], [ -75.142581, 39.972388 ], [ -75.144459, 39.972629 ], [ -75.145018, 39.970191 ], [ -75.146543, 39.97038 ], [ -75.146082, 39.972833 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337024", "device_counts": 146, "stop_counts": 670 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058052, 40.068549 ], [ -75.055004, 40.071771 ], [ -75.053221, 40.070759 ], [ -75.056259, 40.067555 ], [ -75.057477, 40.066268 ], [ -75.059221, 40.067297 ], [ -75.058052, 40.068549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348033", "device_counts": 330, "stop_counts": 1417 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.009331, 40.065812 ], [ -75.008788, 40.06735 ], [ -75.007719, 40.067102 ], [ -75.008319, 40.06252 ], [ -75.005996, 40.061324 ], [ -75.008018, 40.059417 ], [ -75.003644, 40.059552 ], [ -75.007814, 40.057407 ], [ -75.008245, 40.057796 ], [ -75.008801, 40.058401 ], [ -75.009405, 40.062552 ], [ -75.009331, 40.065812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358001", "device_counts": 3003, "stop_counts": 11404 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.027242, 40.116639 ], [ -75.024606, 40.119216 ], [ -75.025511, 40.119714 ], [ -75.027824, 40.120924 ], [ -75.027205, 40.121653 ], [ -75.026346, 40.123524 ], [ -75.024153, 40.12492 ], [ -75.020183, 40.122282 ], [ -75.023292, 40.125201 ], [ -75.0201, 40.126358 ], [ -75.015384, 40.123599 ], [ -75.018457, 40.118119 ], [ -75.023041, 40.112998 ], [ -75.024699, 40.113964 ], [ -75.027231, 40.115422 ], [ -75.028062, 40.1157 ], [ -75.027242, 40.116639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271003", "device_counts": 315, "stop_counts": 837 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127143, 40.051748 ], [ -75.125298, 40.051492 ], [ -75.124614, 40.049849 ], [ -75.125631, 40.045259 ], [ -75.126639, 40.045392 ], [ -75.128495, 40.045626 ], [ -75.127143, 40.051748 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284001", "device_counts": 298, "stop_counts": 1056 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139304, 40.031288 ], [ -75.136757, 40.030964 ], [ -75.137091, 40.029412 ], [ -75.135802, 40.029254 ], [ -75.136137, 40.027741 ], [ -75.13998, 40.028245 ], [ -75.139304, 40.031288 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300007", "device_counts": 969, "stop_counts": 3265 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081309, 40.02076 ], [ -75.080281, 40.021866 ], [ -75.079414, 40.021387 ], [ -75.076696, 40.019926 ], [ -75.077663, 40.018853 ], [ -75.079927, 40.016418 ], [ -75.083508, 40.018365 ], [ -75.081309, 40.02076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019800001", "device_counts": 33014, "stop_counts": 84398 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227057, 39.982691 ], [ -75.225573, 39.987151 ], [ -75.225109, 39.987582 ], [ -75.220317, 39.990286 ], [ -75.217994, 39.994223 ], [ -75.210844, 39.998511 ], [ -75.209317, 39.99842 ], [ -75.20728, 39.999054 ], [ -75.206217, 40.000419 ], [ -75.203579, 40.000755 ], [ -75.202057, 40.004729 ], [ -75.206209, 40.006641 ], [ -75.206868, 40.006944 ], [ -75.203156, 40.008256 ], [ -75.207993, 40.009842 ], [ -75.207237, 40.01022 ], [ -75.206968, 40.011372 ], [ -75.205978, 40.011723 ], [ -75.205485, 40.011501 ], [ -75.203107, 40.010138 ], [ -75.197451, 40.008315 ], [ -75.19281, 40.006733 ], [ -75.192467, 40.006482 ], [ -75.19132, 40.003715 ], [ -75.191754, 39.999748 ], [ -75.188447, 40.000272 ], [ -75.186861, 40.000409 ], [ -75.187604, 39.998195 ], [ -75.186633, 39.994448 ], [ -75.185793, 39.994349 ], [ -75.186148, 39.992662 ], [ -75.186713, 39.990215 ], [ -75.187382, 39.98713 ], [ -75.188033, 39.984126 ], [ -75.188661, 39.981207 ], [ -75.189076, 39.979387 ], [ -75.189882, 39.977933 ], [ -75.189674, 39.977173 ], [ -75.187816, 39.976363 ], [ -75.186368, 39.973537 ], [ -75.185394, 39.973417 ], [ -75.185594, 39.972518 ], [ -75.183561, 39.970778 ], [ -75.181589, 39.969025 ], [ -75.179683, 39.967416 ], [ -75.177513, 39.965382 ], [ -75.176778, 39.964822 ], [ -75.176219, 39.964409 ], [ -75.175984, 39.964208 ], [ -75.17786, 39.964555 ], [ -75.183323, 39.964374 ], [ -75.181601, 39.962006 ], [ -75.179937, 39.960028 ], [ -75.179126, 39.958004 ], [ -75.17972, 39.956164 ], [ -75.179768, 39.955993 ], [ -75.179889, 39.955436 ], [ -75.181105, 39.95458 ], [ -75.188266, 39.955441 ], [ -75.187446, 39.95945 ], [ -75.187415, 39.963367 ], [ -75.187551, 39.963931 ], [ -75.187933, 39.965074 ], [ -75.188987, 39.96591 ], [ -75.192139, 39.966888 ], [ -75.192308, 39.967724 ], [ -75.203722, 39.970929 ], [ -75.20083, 39.971455 ], [ -75.199608, 39.97193 ], [ -75.198817, 39.972434 ], [ -75.198809, 39.974722 ], [ -75.199505, 39.974646 ], [ -75.20372, 39.974182 ], [ -75.209321, 39.97625 ], [ -75.213469, 39.977791 ], [ -75.223157, 39.981381 ], [ -75.224066, 39.981508 ], [ -75.226202, 39.981608 ], [ -75.227057, 39.982691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111004", "device_counts": 1169, "stop_counts": 2694 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230171, 39.978794 ], [ -75.226765, 39.977211 ], [ -75.226131, 39.972964 ], [ -75.229026, 39.972644 ], [ -75.229266, 39.973926 ], [ -75.229855, 39.977069 ], [ -75.230171, 39.978794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125002", "device_counts": 3253, "stop_counts": 8319 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176219, 39.964409 ], [ -75.172848, 39.963923 ], [ -75.170958, 39.963692 ], [ -75.169378, 39.963498 ], [ -75.167806, 39.963306 ], [ -75.168429, 39.9604 ], [ -75.171583, 39.960795 ], [ -75.173374, 39.961668 ], [ -75.175984, 39.964208 ], [ -75.176219, 39.964409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213004", "device_counts": 279, "stop_counts": 1166 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220448, 40.031211 ], [ -75.219029, 40.032081 ], [ -75.2177, 40.030848 ], [ -75.216449, 40.029641 ], [ -75.214188, 40.028699 ], [ -75.216632, 40.027602 ], [ -75.219114, 40.029931 ], [ -75.220448, 40.031211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362032", "device_counts": 402, "stop_counts": 1860 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.973615, 40.078901 ], [ -74.97031, 40.080347 ], [ -74.966814, 40.082209 ], [ -74.966078, 40.081031 ], [ -74.964883, 40.077273 ], [ -74.969879, 40.076657 ], [ -74.970537, 40.076281 ], [ -74.972817, 40.077559 ], [ -74.973615, 40.078901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101001", "device_counts": 321, "stop_counts": 823 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.241013, 39.975833 ], [ -75.23857, 39.976101 ], [ -75.237983, 39.972957 ], [ -75.240427, 39.972687 ], [ -75.241013, 39.975833 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201021", "device_counts": 1018, "stop_counts": 2246 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155681, 40.011457 ], [ -75.151428, 40.010903 ], [ -75.15109, 40.009934 ], [ -75.151246, 40.009279 ], [ -75.156028, 40.009868 ], [ -75.155681, 40.011457 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337011", "device_counts": 899, "stop_counts": 3529 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051875, 40.069988 ], [ -75.050462, 40.071509 ], [ -75.051719, 40.072241 ], [ -75.047467, 40.076419 ], [ -75.045793, 40.075329 ], [ -75.044088, 40.072639 ], [ -75.045884, 40.069653 ], [ -75.047381, 40.070558 ], [ -75.047762, 40.069395 ], [ -75.049545, 40.070978 ], [ -75.050755, 40.069544 ], [ -75.051875, 40.069988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237002", "device_counts": 759, "stop_counts": 1947 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194083, 40.051633 ], [ -75.19326, 40.053057 ], [ -75.193951, 40.054358 ], [ -75.192966, 40.055267 ], [ -75.191752, 40.054604 ], [ -75.188077, 40.056898 ], [ -75.187306, 40.055484 ], [ -75.185287, 40.051743 ], [ -75.185221, 40.051585 ], [ -75.186752, 40.050103 ], [ -75.188499, 40.050211 ], [ -75.190817, 40.051189 ], [ -75.192123, 40.047679 ], [ -75.194411, 40.050637 ], [ -75.194083, 40.051633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176014", "device_counts": 647, "stop_counts": 2267 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135807, 39.993154 ], [ -75.134444, 39.996049 ], [ -75.132367, 39.995776 ], [ -75.13191, 39.995754 ], [ -75.130122, 39.994573 ], [ -75.130558, 39.992474 ], [ -75.135121, 39.99306 ], [ -75.135807, 39.993154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263011", "device_counts": 309, "stop_counts": 1106 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167097, 40.07332 ], [ -75.166062, 40.074338 ], [ -75.163884, 40.073088 ], [ -75.161313, 40.071386 ], [ -75.162035, 40.070685 ], [ -75.164781, 40.072161 ], [ -75.166725, 40.070165 ], [ -75.16899, 40.071473 ], [ -75.167097, 40.07332 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253005", "device_counts": 169, "stop_counts": 609 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184472, 40.054919 ], [ -75.182825, 40.056545 ], [ -75.180513, 40.057498 ], [ -75.179017, 40.05658 ], [ -75.18052, 40.055118 ], [ -75.180252, 40.054955 ], [ -75.181906, 40.053341 ], [ -75.182944, 40.053989 ], [ -75.184472, 40.054919 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086012", "device_counts": 643, "stop_counts": 1711 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.215872, 39.954586 ], [ -75.214643, 39.955607 ], [ -75.211677, 39.95524 ], [ -75.212393, 39.951811 ], [ -75.21635, 39.952302 ], [ -75.215872, 39.954586 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331023", "device_counts": 650, "stop_counts": 2527 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033482, 40.043203 ], [ -75.030535, 40.044372 ], [ -75.028257, 40.041363 ], [ -75.03134, 40.040236 ], [ -75.031919, 40.041201 ], [ -75.033482, 40.043203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283003", "device_counts": 1013, "stop_counts": 1873 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148245, 40.022959 ], [ -75.147894, 40.024553 ], [ -75.147555, 40.026138 ], [ -75.145359, 40.025873 ], [ -75.145718, 40.024214 ], [ -75.146379, 40.021204 ], [ -75.14711, 40.02128 ], [ -75.148567, 40.021476 ], [ -75.148245, 40.022959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073003", "device_counts": 184, "stop_counts": 561 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224736, 39.945465 ], [ -75.222369, 39.947135 ], [ -75.219002, 39.944283 ], [ -75.219138, 39.944186 ], [ -75.22022, 39.943415 ], [ -75.221612, 39.944584 ], [ -75.222759, 39.943806 ], [ -75.22361, 39.944505 ], [ -75.224736, 39.945465 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108004", "device_counts": 573, "stop_counts": 1394 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.202342, 39.963137 ], [ -75.202334, 39.963495 ], [ -75.197519, 39.964025 ], [ -75.197197, 39.962287 ], [ -75.199436, 39.962042 ], [ -75.202235, 39.961643 ], [ -75.20236, 39.962859 ], [ -75.202342, 39.963137 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281003", "device_counts": 898, "stop_counts": 1660 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151263, 40.027186 ], [ -75.148751, 40.028476 ], [ -75.148865, 40.027857 ], [ -75.147218, 40.027644 ], [ -75.147555, 40.026138 ], [ -75.147894, 40.024553 ], [ -75.148245, 40.022959 ], [ -75.149552, 40.024785 ], [ -75.149984, 40.02539 ], [ -75.150781, 40.026565 ], [ -75.151263, 40.027186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261003", "device_counts": 319, "stop_counts": 1500 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179448, 40.071261 ], [ -75.176841, 40.07598 ], [ -75.175509, 40.075214 ], [ -75.17394, 40.07431 ], [ -75.178918, 40.069175 ], [ -75.180482, 40.070191 ], [ -75.179448, 40.071261 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362023", "device_counts": 502, "stop_counts": 2627 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.984631, 40.074335 ], [ -74.982487, 40.077246 ], [ -74.981807, 40.082355 ], [ -74.980732, 40.082105 ], [ -74.97725, 40.080506 ], [ -74.977684, 40.079834 ], [ -74.981173, 40.071985 ], [ -74.983657, 40.073786 ], [ -74.984631, 40.074335 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019808001", "device_counts": 688, "stop_counts": 1386 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.276482, 39.976959 ], [ -75.275871, 39.977245 ], [ -75.271639, 39.972082 ], [ -75.269314, 39.97301 ], [ -75.26562, 39.969941 ], [ -75.2619, 39.972584 ], [ -75.259933, 39.974448 ], [ -75.261996, 39.977598 ], [ -75.265918, 39.979251 ], [ -75.267973, 39.980757 ], [ -75.265511, 39.981857 ], [ -75.261282, 39.978272 ], [ -75.259062, 39.982814 ], [ -75.257113, 39.983789 ], [ -75.255918, 39.978122 ], [ -75.255661, 39.976755 ], [ -75.255196, 39.97426 ], [ -75.254752, 39.971527 ], [ -75.255123, 39.970036 ], [ -75.250481, 39.96946 ], [ -75.251119, 39.966398 ], [ -75.247169, 39.965927 ], [ -75.247109, 39.964294 ], [ -75.246425, 39.964276 ], [ -75.246753, 39.962705 ], [ -75.247688, 39.962817 ], [ -75.248056, 39.964074 ], [ -75.250313, 39.965069 ], [ -75.25414, 39.965404 ], [ -75.25711, 39.963719 ], [ -75.259078, 39.965692 ], [ -75.267386, 39.966215 ], [ -75.270002, 39.967479 ], [ -75.270598, 39.96866 ], [ -75.275394, 39.969575 ], [ -75.280266, 39.974964 ], [ -75.276482, 39.976959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090003", "device_counts": 1640, "stop_counts": 4869 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191389, 39.962922 ], [ -75.187415, 39.963367 ], [ -75.187446, 39.95945 ], [ -75.188266, 39.955441 ], [ -75.189489, 39.955593 ], [ -75.189063, 39.957606 ], [ -75.18921, 39.958811 ], [ -75.189564, 39.960998 ], [ -75.191117, 39.96144 ], [ -75.191389, 39.962922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163004", "device_counts": 692, "stop_counts": 2387 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139021, 39.988764 ], [ -75.133549, 39.98806 ], [ -75.131557, 39.987799 ], [ -75.129641, 39.987546 ], [ -75.130794, 39.986928 ], [ -75.131907, 39.986306 ], [ -75.132208, 39.984741 ], [ -75.1351, 39.98519 ], [ -75.136167, 39.985328 ], [ -75.136759, 39.985402 ], [ -75.13746, 39.985492 ], [ -75.139669, 39.985802 ], [ -75.139021, 39.988764 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190005", "device_counts": 2122, "stop_counts": 6866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10327, 40.005602 ], [ -75.101826, 40.005667 ], [ -75.101064, 40.005695 ], [ -75.100691, 40.007435 ], [ -75.098734, 40.007196 ], [ -75.098428, 40.008664 ], [ -75.094816, 40.008195 ], [ -75.094104, 40.007096 ], [ -75.094849, 40.006678 ], [ -75.101811, 40.002863 ], [ -75.103797, 40.003134 ], [ -75.10327, 40.005602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363031", "device_counts": 1072, "stop_counts": 6223 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.983393, 40.103684 ], [ -74.97896, 40.106169 ], [ -74.969941, 40.113339 ], [ -74.969758, 40.115927 ], [ -74.966621, 40.117932 ], [ -74.96408, 40.117766 ], [ -74.96345, 40.110013 ], [ -74.965194, 40.107777 ], [ -74.963491, 40.10674 ], [ -74.961156, 40.103446 ], [ -74.962196, 40.103382 ], [ -74.96767, 40.1027 ], [ -74.971183, 40.102233 ], [ -74.97588, 40.100421 ], [ -74.9781, 40.099212 ], [ -74.981997, 40.102454 ], [ -74.983393, 40.103684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011021", "device_counts": 3065, "stop_counts": 7967 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159984, 39.944009 ], [ -75.156841, 39.943615 ], [ -75.156337, 39.945923 ], [ -75.153184, 39.945536 ], [ -75.153694, 39.943218 ], [ -75.153916, 39.942205 ], [ -75.155488, 39.942407 ], [ -75.156673, 39.942551 ], [ -75.160205, 39.942997 ], [ -75.159984, 39.944009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279014", "device_counts": 349, "stop_counts": 1221 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158217, 40.045076 ], [ -75.156675, 40.04536 ], [ -75.154966, 40.046241 ], [ -75.153691, 40.04655 ], [ -75.153883, 40.043659 ], [ -75.153946, 40.042752 ], [ -75.158306, 40.042861 ], [ -75.158217, 40.045076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330005", "device_counts": 451, "stop_counts": 2095 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036906, 40.032252 ], [ -75.035488, 40.03299 ], [ -75.032739, 40.034407 ], [ -75.030907, 40.032318 ], [ -75.03517, 40.030116 ], [ -75.036055, 40.031206 ], [ -75.036906, 40.032252 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178003", "device_counts": 256, "stop_counts": 1257 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116662, 39.991437 ], [ -75.113816, 39.992924 ], [ -75.112775, 39.991747 ], [ -75.113665, 39.990278 ], [ -75.114257, 39.989952 ], [ -75.115083, 39.989526 ], [ -75.116662, 39.991437 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341001", "device_counts": 190, "stop_counts": 1046 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076258, 40.080605 ], [ -75.073705, 40.079182 ], [ -75.071007, 40.077682 ], [ -75.073477, 40.07526 ], [ -75.078592, 40.078097 ], [ -75.076258, 40.080605 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078004", "device_counts": 386, "stop_counts": 832 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219234, 39.948368 ], [ -75.217121, 39.94861 ], [ -75.215162, 39.946978 ], [ -75.217733, 39.945183 ], [ -75.221237, 39.948161 ], [ -75.219234, 39.948368 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098021", "device_counts": 355, "stop_counts": 1878 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264257, 39.974419 ], [ -75.263054, 39.975749 ], [ -75.261996, 39.977598 ], [ -75.259933, 39.974448 ], [ -75.2619, 39.972584 ], [ -75.264148, 39.97148 ], [ -75.266109, 39.972898 ], [ -75.264257, 39.974419 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134021", "device_counts": 713, "stop_counts": 1645 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172108, 39.967284 ], [ -75.171344, 39.967275 ], [ -75.170177, 39.96725 ], [ -75.168569, 39.967226 ], [ -75.168804, 39.966145 ], [ -75.168959, 39.965463 ], [ -75.169102, 39.964781 ], [ -75.17068, 39.964975 ], [ -75.17256, 39.965219 ], [ -75.172108, 39.967284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353021", "device_counts": 1851, "stop_counts": 8092 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.997635, 40.079699 ], [ -74.994348, 40.081681 ], [ -74.990003, 40.077975 ], [ -74.987568, 40.075825 ], [ -74.986886, 40.075332 ], [ -74.984901, 40.07448 ], [ -74.987148, 40.072702 ], [ -74.987857, 40.072829 ], [ -74.988467, 40.073908 ], [ -74.991271, 40.07631 ], [ -74.995282, 40.077149 ], [ -74.998488, 40.078701 ], [ -74.997635, 40.079699 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259001", "device_counts": 1294, "stop_counts": 3170 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174143, 40.08135 ], [ -75.172951, 40.082581 ], [ -75.169914, 40.080818 ], [ -75.172621, 40.078103 ], [ -75.175627, 40.07984 ], [ -75.174143, 40.08135 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286006", "device_counts": 472, "stop_counts": 1932 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131829, 40.030321 ], [ -75.128974, 40.029953 ], [ -75.126686, 40.029667 ], [ -75.126866, 40.028955 ], [ -75.127646, 40.027416 ], [ -75.132352, 40.028019 ], [ -75.131829, 40.030321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348023", "device_counts": 935, "stop_counts": 4605 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.013797, 40.058001 ], [ -75.013284, 40.058573 ], [ -75.013062, 40.059109 ], [ -75.013066, 40.059901 ], [ -75.013629, 40.062047 ], [ -75.012747, 40.062185 ], [ -75.013145, 40.066335 ], [ -75.011381, 40.06842 ], [ -75.009635, 40.067672 ], [ -75.008788, 40.06735 ], [ -75.009331, 40.065812 ], [ -75.009405, 40.062552 ], [ -75.008801, 40.058401 ], [ -75.008245, 40.057796 ], [ -75.008555, 40.057808 ], [ -75.012828, 40.056404 ], [ -75.014444, 40.057424 ], [ -75.013797, 40.058001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277003", "device_counts": 469, "stop_counts": 1252 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153101, 40.050412 ], [ -75.152881, 40.052844 ], [ -75.150142, 40.051578 ], [ -75.15082, 40.048518 ], [ -75.153235, 40.048842 ], [ -75.153101, 40.050412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192002", "device_counts": 1120, "stop_counts": 3787 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116411, 40.001624 ], [ -75.11609, 40.003067 ], [ -75.113986, 40.00356 ], [ -75.109864, 40.003027 ], [ -75.110017, 40.002282 ], [ -75.11046, 40.000268 ], [ -75.112398, 40.00052 ], [ -75.114785, 39.999838 ], [ -75.116722, 40.000088 ], [ -75.116411, 40.001624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245001", "device_counts": 389, "stop_counts": 1030 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166655, 40.03089 ], [ -75.164571, 40.032912 ], [ -75.162906, 40.031923 ], [ -75.161239, 40.030941 ], [ -75.16327, 40.02896 ], [ -75.163749, 40.029255 ], [ -75.166488, 40.030794 ], [ -75.166655, 40.03089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041021", "device_counts": 802, "stop_counts": 3381 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160275, 39.920611 ], [ -75.155597, 39.920013 ], [ -75.155865, 39.918755 ], [ -75.156139, 39.917515 ], [ -75.160826, 39.918116 ], [ -75.160275, 39.920611 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356021", "device_counts": 417, "stop_counts": 2897 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.05401, 40.108143 ], [ -75.049254, 40.105823 ], [ -75.046843, 40.105712 ], [ -75.039857, 40.101835 ], [ -75.042613, 40.100504 ], [ -75.047115, 40.098377 ], [ -75.049676, 40.102037 ], [ -75.050974, 40.103122 ], [ -75.053057, 40.10618 ], [ -75.05401, 40.108143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010092001", "device_counts": 1976, "stop_counts": 5429 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21306, 39.962577 ], [ -75.21056, 39.962571 ], [ -75.209058, 39.962329 ], [ -75.206889, 39.962485 ], [ -75.20627, 39.958823 ], [ -75.201971, 39.959176 ], [ -75.201824, 39.957827 ], [ -75.201953, 39.957149 ], [ -75.204145, 39.957422 ], [ -75.208128, 39.957915 ], [ -75.211039, 39.958276 ], [ -75.214018, 39.958643 ], [ -75.21306, 39.962577 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010375001", "device_counts": 1551, "stop_counts": 3922 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.253999, 39.988304 ], [ -75.251438, 39.989504 ], [ -75.25, 39.99018 ], [ -75.249214, 39.990547 ], [ -75.247948, 39.991138 ], [ -75.246187, 39.989516 ], [ -75.246416, 39.988266 ], [ -75.245478, 39.986619 ], [ -75.248991, 39.985109 ], [ -75.248346, 39.982968 ], [ -75.251063, 39.981601 ], [ -75.255676, 39.987499 ], [ -75.253999, 39.988304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140002", "device_counts": 359, "stop_counts": 1047 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164888, 39.976668 ], [ -75.163325, 39.976471 ], [ -75.16175, 39.976262 ], [ -75.162507, 39.972799 ], [ -75.164069, 39.973009 ], [ -75.165461, 39.974033 ], [ -75.164888, 39.976668 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331011", "device_counts": 486, "stop_counts": 1795 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045919, 40.039643 ], [ -75.043322, 40.040305 ], [ -75.040003, 40.041793 ], [ -75.03836, 40.039695 ], [ -75.041692, 40.038218 ], [ -75.042536, 40.037722 ], [ -75.044192, 40.03866 ], [ -75.045806, 40.039579 ], [ -75.045919, 40.039643 ] ] ] ] } } +] +} diff --git a/assets/data/philly_2022.geojson b/assets/data/philly_2022.geojson new file mode 100644 index 0000000..4c47181 --- /dev/null +++ b/assets/data/philly_2022.geojson @@ -0,0 +1,1342 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "GEOID": "421010289023", "device_counts": 421, "stop_counts": 2104 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117389, 40.02504 ], [ -75.114348, 40.024951 ], [ -75.114917, 40.021956 ], [ -75.116106, 40.022109 ], [ -75.117959, 40.022349 ], [ -75.117389, 40.02504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152001", "device_counts": 322, "stop_counts": 955 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167078, 39.984517 ], [ -75.166408, 39.987598 ], [ -75.164184, 39.987311 ], [ -75.164517, 39.985759 ], [ -75.164855, 39.984239 ], [ -75.166419, 39.984436 ], [ -75.167078, 39.984517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042011", "device_counts": 711, "stop_counts": 2155 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149405, 39.924207 ], [ -75.147842, 39.924015 ], [ -75.14691, 39.923887 ], [ -75.147431, 39.921502 ], [ -75.149916, 39.921819 ], [ -75.149405, 39.924207 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236002", "device_counts": 1124, "stop_counts": 2346 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196382, 40.042203 ], [ -75.193841, 40.045069 ], [ -75.193091, 40.04459 ], [ -75.191199, 40.043386 ], [ -75.187315, 40.040929 ], [ -75.188797, 40.03948 ], [ -75.190086, 40.038232 ], [ -75.193657, 40.039688 ], [ -75.194933, 40.042022 ], [ -75.196382, 40.042203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010018001", "device_counts": 1097, "stop_counts": 2310 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156011, 39.940006 ], [ -75.155888, 39.94056 ], [ -75.152771, 39.940039 ], [ -75.153065, 39.938763 ], [ -75.153286, 39.937736 ], [ -75.154807, 39.93815 ], [ -75.156317, 39.938569 ], [ -75.156011, 39.940006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180022", "device_counts": 1030, "stop_counts": 2907 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106968, 39.982648 ], [ -75.105437, 39.983452 ], [ -75.102999, 39.98472 ], [ -75.101439, 39.982974 ], [ -75.105976, 39.980595 ], [ -75.105921, 39.981461 ], [ -75.106968, 39.982648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007003", "device_counts": 2586, "stop_counts": 4881 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180909, 39.952982 ], [ -75.176191, 39.952387 ], [ -75.176519, 39.95087 ], [ -75.177323, 39.950964 ], [ -75.181663, 39.951509 ], [ -75.180909, 39.952982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240001", "device_counts": 468, "stop_counts": 2026 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186194, 40.029468 ], [ -75.183731, 40.030637 ], [ -75.1793, 40.027944 ], [ -75.181668, 40.025657 ], [ -75.185463, 40.028875 ], [ -75.186194, 40.029468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379004", "device_counts": 2091, "stop_counts": 4912 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103366, 39.985129 ], [ -75.100912, 39.986416 ], [ -75.100552, 39.986001 ], [ -75.099, 39.98424 ], [ -75.101439, 39.982974 ], [ -75.102999, 39.98472 ], [ -75.103366, 39.985129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331024", "device_counts": 735, "stop_counts": 3345 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033824, 40.04466 ], [ -75.031636, 40.04566 ], [ -75.031781, 40.047141 ], [ -75.030489, 40.048407 ], [ -75.026037, 40.048163 ], [ -75.02654, 40.045822 ], [ -75.030535, 40.044372 ], [ -75.033482, 40.043203 ], [ -75.034393, 40.044379 ], [ -75.033824, 40.04466 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178001", "device_counts": 777, "stop_counts": 2317 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115778, 39.995167 ], [ -75.113387, 39.996493 ], [ -75.111369, 39.994211 ], [ -75.113816, 39.992924 ], [ -75.115778, 39.995167 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316001", "device_counts": 258, "stop_counts": 1158 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058568, 40.036548 ], [ -75.055334, 40.034739 ], [ -75.057092, 40.032869 ], [ -75.060338, 40.034685 ], [ -75.058568, 40.036548 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299001", "device_counts": 760, "stop_counts": 2925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080857, 40.011903 ], [ -75.079046, 40.013007 ], [ -75.077257, 40.014973 ], [ -75.07505, 40.017159 ], [ -75.073747, 40.013717 ], [ -75.073295, 40.012543 ], [ -75.075229, 40.012101 ], [ -75.079279, 40.010409 ], [ -75.080314, 40.011393 ], [ -75.080857, 40.011903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110003", "device_counts": 935, "stop_counts": 2047 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209321, 39.97625 ], [ -75.20372, 39.974182 ], [ -75.204176, 39.973395 ], [ -75.206302, 39.973162 ], [ -75.208081, 39.972962 ], [ -75.208323, 39.972912 ], [ -75.208756, 39.972864 ], [ -75.208901, 39.973613 ], [ -75.209834, 39.973505 ], [ -75.209976, 39.974242 ], [ -75.209114, 39.974321 ], [ -75.208903, 39.974618 ], [ -75.210123, 39.975067 ], [ -75.209321, 39.97625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033004", "device_counts": 407, "stop_counts": 1341 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195923, 39.939102 ], [ -75.193271, 39.939032 ], [ -75.193615, 39.937485 ], [ -75.193873, 39.936286 ], [ -75.197012, 39.936678 ], [ -75.195923, 39.939102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274021", "device_counts": 514, "stop_counts": 1652 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126987, 40.043857 ], [ -75.125968, 40.043728 ], [ -75.121754, 40.04317 ], [ -75.122078, 40.041664 ], [ -75.126311, 40.042203 ], [ -75.127317, 40.04232 ], [ -75.126987, 40.043857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283005", "device_counts": 225, "stop_counts": 819 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144716, 40.028855 ], [ -75.142334, 40.028543 ], [ -75.143001, 40.025561 ], [ -75.145359, 40.025873 ], [ -75.144716, 40.028855 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114002", "device_counts": 405, "stop_counts": 1302 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242792, 39.981061 ], [ -75.239335, 39.981447 ], [ -75.239467, 39.980914 ], [ -75.239124, 39.979069 ], [ -75.241574, 39.978799 ], [ -75.242354, 39.978712 ], [ -75.242792, 39.981061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317002", "device_counts": 1017, "stop_counts": 3479 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071824, 40.033503 ], [ -75.071097, 40.034742 ], [ -75.070001, 40.03532 ], [ -75.069596, 40.035093 ], [ -75.066523, 40.033377 ], [ -75.067697, 40.03212 ], [ -75.068878, 40.030875 ], [ -75.069719, 40.029984 ], [ -75.072682, 40.031938 ], [ -75.071824, 40.033503 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305025", "device_counts": 220, "stop_counts": 1195 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109431, 40.045874 ], [ -75.109406, 40.04584 ], [ -75.108728, 40.045469 ], [ -75.107491, 40.046751 ], [ -75.105191, 40.0454 ], [ -75.105787, 40.044735 ], [ -75.10827, 40.042213 ], [ -75.111153, 40.042187 ], [ -75.109431, 40.045874 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168006", "device_counts": 448, "stop_counts": 1271 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168248, 39.992579 ], [ -75.167925, 39.994025 ], [ -75.167568, 39.995621 ], [ -75.164094, 39.995169 ], [ -75.16294, 39.993043 ], [ -75.1635, 39.990401 ], [ -75.165738, 39.990675 ], [ -75.167918, 39.990947 ], [ -75.168561, 39.991047 ], [ -75.168248, 39.992579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214001", "device_counts": 2834, "stop_counts": 6312 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232005, 40.028228 ], [ -75.229513, 40.029492 ], [ -75.227885, 40.028193 ], [ -75.226157, 40.027648 ], [ -75.223862, 40.026345 ], [ -75.221837, 40.027263 ], [ -75.22124, 40.027551 ], [ -75.219658, 40.02755 ], [ -75.218841, 40.0266 ], [ -75.219699, 40.02614 ], [ -75.221027, 40.026228 ], [ -75.223694, 40.023712 ], [ -75.226652, 40.025267 ], [ -75.228149, 40.026031 ], [ -75.232628, 40.028355 ], [ -75.232005, 40.028228 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065004", "device_counts": 309, "stop_counts": 1276 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233873, 39.937703 ], [ -75.231766, 39.93846 ], [ -75.230224, 39.937177 ], [ -75.233213, 39.935057 ], [ -75.234499, 39.93613 ], [ -75.233873, 39.937703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010205002", "device_counts": 2018, "stop_counts": 6234 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174037, 40.016962 ], [ -75.172342, 40.017604 ], [ -75.170096, 40.015723 ], [ -75.167776, 40.011086 ], [ -75.157218, 40.016166 ], [ -75.15409, 40.016325 ], [ -75.153849, 40.015891 ], [ -75.155185, 40.015295 ], [ -75.156652, 40.014618 ], [ -75.160943, 40.012647 ], [ -75.166871, 40.009901 ], [ -75.167292, 40.009695 ], [ -75.167945, 40.009378 ], [ -75.16914, 40.008832 ], [ -75.175669, 40.016051 ], [ -75.174037, 40.016962 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060001", "device_counts": 2665, "stop_counts": 7900 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242832, 39.911272 ], [ -75.240333, 39.912999 ], [ -75.238951, 39.911823 ], [ -75.23374, 39.914073 ], [ -75.231662, 39.912252 ], [ -75.238529, 39.908213 ], [ -75.237281, 39.908241 ], [ -75.235164, 39.906453 ], [ -75.237752, 39.904713 ], [ -75.240331, 39.904113 ], [ -75.240576, 39.904062 ], [ -75.241558, 39.907257 ], [ -75.242832, 39.911272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042022", "device_counts": 3868, "stop_counts": 9501 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156139, 39.917515 ], [ -75.151014, 39.916842 ], [ -75.151276, 39.9156 ], [ -75.147357, 39.91509 ], [ -75.148124, 39.913772 ], [ -75.156708, 39.914869 ], [ -75.156139, 39.917515 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263023", "device_counts": 494, "stop_counts": 1482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164106, 40.068662 ], [ -75.162035, 40.070685 ], [ -75.157379, 40.067944 ], [ -75.159299, 40.065913 ], [ -75.162495, 40.067732 ], [ -75.164106, 40.068662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311011", "device_counts": 748, "stop_counts": 2925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078565, 40.043904 ], [ -75.077403, 40.045139 ], [ -75.073836, 40.043174 ], [ -75.075032, 40.04194 ], [ -75.075452, 40.041477 ], [ -75.078996, 40.043455 ], [ -75.078565, 40.043904 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262001", "device_counts": 217, "stop_counts": 1064 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16697, 40.067709 ], [ -75.165348, 40.069372 ], [ -75.164106, 40.068662 ], [ -75.162495, 40.067732 ], [ -75.162957, 40.067255 ], [ -75.163822, 40.066357 ], [ -75.165706, 40.067438 ], [ -75.166072, 40.067194 ], [ -75.16697, 40.067709 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167024", "device_counts": 738, "stop_counts": 1765 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160695, 39.988495 ], [ -75.158335, 39.988186 ], [ -75.155934, 39.987877 ], [ -75.156275, 39.986283 ], [ -75.157899, 39.986492 ], [ -75.161032, 39.986907 ], [ -75.160695, 39.988495 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010248002", "device_counts": 691, "stop_counts": 2678 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171755, 40.048359 ], [ -75.170884, 40.049199 ], [ -75.167701, 40.047245 ], [ -75.166038, 40.046218 ], [ -75.163175, 40.047076 ], [ -75.16483, 40.045468 ], [ -75.167207, 40.043149 ], [ -75.169492, 40.044531 ], [ -75.170725, 40.046151 ], [ -75.171536, 40.047888 ], [ -75.171755, 40.048359 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299004", "device_counts": 508, "stop_counts": 2315 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075429, 40.017665 ], [ -75.074136, 40.019026 ], [ -75.07338, 40.019654 ], [ -75.072575, 40.018868 ], [ -75.071847, 40.016952 ], [ -75.070864, 40.014353 ], [ -75.073747, 40.013717 ], [ -75.07505, 40.017159 ], [ -75.075429, 40.017665 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010211002", "device_counts": 3214, "stop_counts": 7353 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211308, 40.02997 ], [ -75.207715, 40.031573 ], [ -75.205569, 40.032514 ], [ -75.203407, 40.029561 ], [ -75.205616, 40.028661 ], [ -75.20323, 40.025839 ], [ -75.207732, 40.023783 ], [ -75.209437, 40.026929 ], [ -75.210588, 40.02903 ], [ -75.211308, 40.02997 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267002", "device_counts": 181, "stop_counts": 698 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145553, 40.054117 ], [ -75.145211, 40.055661 ], [ -75.142849, 40.055357 ], [ -75.143189, 40.05381 ], [ -75.143571, 40.052297 ], [ -75.145881, 40.052598 ], [ -75.145553, 40.054117 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027023", "device_counts": 588, "stop_counts": 1673 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151852, 39.929555 ], [ -75.148329, 39.929093 ], [ -75.148701, 39.927896 ], [ -75.149166, 39.926696 ], [ -75.152407, 39.927129 ], [ -75.151852, 39.929555 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244002", "device_counts": 859, "stop_counts": 2300 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165275, 40.024087 ], [ -75.160983, 40.027253 ], [ -75.160053, 40.026023 ], [ -75.159551, 40.023925 ], [ -75.162024, 40.022286 ], [ -75.165275, 40.024087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010156001", "device_counts": 864, "stop_counts": 2410 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14501, 39.978597 ], [ -75.143188, 39.978359 ], [ -75.14315, 39.978966 ], [ -75.141349, 39.978121 ], [ -75.139868, 39.982536 ], [ -75.138137, 39.982312 ], [ -75.138768, 39.979323 ], [ -75.139715, 39.974897 ], [ -75.141976, 39.97519 ], [ -75.145559, 39.975638 ], [ -75.14501, 39.978597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329001", "device_counts": 674, "stop_counts": 2221 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028257, 40.041363 ], [ -75.02562, 40.042322 ], [ -75.021752, 40.043668 ], [ -75.020499, 40.043542 ], [ -75.020392, 40.04353 ], [ -75.021984, 40.037965 ], [ -75.021682, 40.037088 ], [ -75.023594, 40.036101 ], [ -75.023317, 40.039937 ], [ -75.024465, 40.040664 ], [ -75.024132, 40.039782 ], [ -75.027031, 40.038744 ], [ -75.027846, 40.040678 ], [ -75.028257, 40.041363 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254002", "device_counts": 307, "stop_counts": 1229 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180513, 40.057498 ], [ -75.178248, 40.059704 ], [ -75.177077, 40.060236 ], [ -75.174312, 40.058142 ], [ -75.172869, 40.057256 ], [ -75.174759, 40.057282 ], [ -75.176188, 40.055819 ], [ -75.175743, 40.054577 ], [ -75.179017, 40.05658 ], [ -75.180513, 40.057498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326003", "device_counts": 454, "stop_counts": 2065 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044655, 40.031231 ], [ -75.042537, 40.032328 ], [ -75.038616, 40.034355 ], [ -75.03733, 40.032782 ], [ -75.041188, 40.030786 ], [ -75.043304, 40.029688 ], [ -75.044655, 40.031231 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294003", "device_counts": 1092, "stop_counts": 3204 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087577, 40.012516 ], [ -75.086348, 40.013868 ], [ -75.085818, 40.014448 ], [ -75.082668, 40.009938 ], [ -75.080314, 40.011393 ], [ -75.079279, 40.010409 ], [ -75.078749, 40.009878 ], [ -75.078448, 40.008586 ], [ -75.083087, 40.007437 ], [ -75.083788, 40.008503 ], [ -75.084912, 40.009489 ], [ -75.088731, 40.010923 ], [ -75.087577, 40.012516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348031", "device_counts": 1843, "stop_counts": 6945 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.005996, 40.061324 ], [ -75.002288, 40.063869 ], [ -75.00009, 40.062745 ], [ -74.998385, 40.064117 ], [ -74.995269, 40.062344 ], [ -74.991709, 40.061095 ], [ -74.990432, 40.060396 ], [ -74.991254, 40.059949 ], [ -74.998259, 40.05808 ], [ -75.001181, 40.057232 ], [ -75.004795, 40.054747 ], [ -75.007814, 40.057407 ], [ -75.003644, 40.059552 ], [ -75.008018, 40.059417 ], [ -75.005996, 40.061324 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237001", "device_counts": 500, "stop_counts": 1960 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190893, 40.044241 ], [ -75.187368, 40.047688 ], [ -75.185932, 40.046809 ], [ -75.187332, 40.045452 ], [ -75.184524, 40.043654 ], [ -75.185569, 40.042625 ], [ -75.187315, 40.040929 ], [ -75.191199, 40.043386 ], [ -75.190893, 40.044241 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012021", "device_counts": 1184, "stop_counts": 2816 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17118, 39.947784 ], [ -75.16803, 39.947386 ], [ -75.166458, 39.947196 ], [ -75.166767, 39.945768 ], [ -75.171488, 39.946353 ], [ -75.17118, 39.947784 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252006", "device_counts": 536, "stop_counts": 1640 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183398, 40.048254 ], [ -75.179616, 40.051956 ], [ -75.177983, 40.05356 ], [ -75.177193, 40.05308 ], [ -75.175804, 40.052241 ], [ -75.179194, 40.048872 ], [ -75.178144, 40.04821 ], [ -75.17922, 40.047155 ], [ -75.181057, 40.045381 ], [ -75.181701, 40.044831 ], [ -75.182203, 40.045894 ], [ -75.183398, 40.048254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243004", "device_counts": 509, "stop_counts": 1427 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173246, 40.018411 ], [ -75.169534, 40.022381 ], [ -75.165707, 40.019731 ], [ -75.163915, 40.02099 ], [ -75.162782, 40.020368 ], [ -75.163758, 40.019234 ], [ -75.172342, 40.017604 ], [ -75.173246, 40.018411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110004", "device_counts": 639, "stop_counts": 1630 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.204176, 39.973395 ], [ -75.20372, 39.974182 ], [ -75.199505, 39.974646 ], [ -75.199139, 39.972707 ], [ -75.203871, 39.97176 ], [ -75.204176, 39.973395 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172023", "device_counts": 509, "stop_counts": 1691 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180188, 39.997253 ], [ -75.178237, 39.998611 ], [ -75.175188, 39.998233 ], [ -75.175539, 39.996639 ], [ -75.178576, 39.99704 ], [ -75.180188, 39.997253 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067001", "device_counts": 548, "stop_counts": 1782 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224111, 39.921005 ], [ -75.22216, 39.923892 ], [ -75.221562, 39.924744 ], [ -75.21931, 39.928012 ], [ -75.216768, 39.926956 ], [ -75.221873, 39.919551 ], [ -75.222772, 39.919918 ], [ -75.224111, 39.921005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010005001", "device_counts": 30845, "stop_counts": 104038 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165063, 39.953608 ], [ -75.163402, 39.953339 ], [ -75.163329, 39.95333 ], [ -75.163093, 39.9544 ], [ -75.151539, 39.952948 ], [ -75.152337, 39.949421 ], [ -75.157062, 39.950006 ], [ -75.163937, 39.950866 ], [ -75.164011, 39.950876 ], [ -75.165063, 39.953608 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249004", "device_counts": 273, "stop_counts": 894 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161898, 40.052842 ], [ -75.160222, 40.051826 ], [ -75.159041, 40.051106 ], [ -75.160528, 40.049664 ], [ -75.161656, 40.048559 ], [ -75.164529, 40.050306 ], [ -75.161898, 40.052842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031005", "device_counts": 602, "stop_counts": 1985 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179553, 39.933178 ], [ -75.176069, 39.932721 ], [ -75.176513, 39.930716 ], [ -75.180001, 39.93117 ], [ -75.179553, 39.933178 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340001", "device_counts": 569, "stop_counts": 3349 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0759, 40.072884 ], [ -75.073477, 40.07526 ], [ -75.071007, 40.077682 ], [ -75.067912, 40.075976 ], [ -75.067333, 40.075504 ], [ -75.068958, 40.072358 ], [ -75.068862, 40.071845 ], [ -75.070412, 40.07022 ], [ -75.074029, 40.071983 ], [ -75.0759, 40.072884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085003", "device_counts": 906, "stop_counts": 2007 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226002, 39.954591 ], [ -75.225746, 39.955814 ], [ -75.223775, 39.955565 ], [ -75.221798, 39.955319 ], [ -75.221923, 39.954723 ], [ -75.222056, 39.954102 ], [ -75.222279, 39.95304 ], [ -75.226224, 39.953528 ], [ -75.226002, 39.954591 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152002", "device_counts": 943, "stop_counts": 3606 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175803, 39.988812 ], [ -75.173682, 39.990167 ], [ -75.171839, 39.989935 ], [ -75.168894, 39.98955 ], [ -75.169234, 39.987959 ], [ -75.168428, 39.987857 ], [ -75.166408, 39.987598 ], [ -75.167078, 39.984517 ], [ -75.17151, 39.98509 ], [ -75.171197, 39.986603 ], [ -75.174361, 39.987024 ], [ -75.174044, 39.988507 ], [ -75.174665, 39.988427 ], [ -75.175803, 39.988812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010106001", "device_counts": 556, "stop_counts": 1345 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211334, 39.968726 ], [ -75.211189, 39.968634 ], [ -75.210101, 39.967961 ], [ -75.208344, 39.966876 ], [ -75.209344, 39.964621 ], [ -75.209058, 39.962329 ], [ -75.21056, 39.962571 ], [ -75.211231, 39.967879 ], [ -75.211334, 39.968726 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338001", "device_counts": 761, "stop_counts": 3726 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073304, 40.062812 ], [ -75.067355, 40.068727 ], [ -75.06304, 40.066143 ], [ -75.064491, 40.064588 ], [ -75.065685, 40.063332 ], [ -75.068074, 40.060824 ], [ -75.069224, 40.059583 ], [ -75.072766, 40.061554 ], [ -75.073909, 40.062192 ], [ -75.073304, 40.062812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010015001", "device_counts": 1473, "stop_counts": 2975 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156673, 39.942551 ], [ -75.155488, 39.942407 ], [ -75.153916, 39.942205 ], [ -75.152334, 39.942015 ], [ -75.152546, 39.941148 ], [ -75.152771, 39.940039 ], [ -75.155888, 39.94056 ], [ -75.156388, 39.940627 ], [ -75.156853, 39.941683 ], [ -75.156673, 39.942551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355003", "device_counts": 8768, "stop_counts": 34698 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041488, 40.087338 ], [ -75.034808, 40.092423 ], [ -75.030725, 40.09553 ], [ -75.023927, 40.100702 ], [ -75.022086, 40.100212 ], [ -75.018233, 40.097105 ], [ -75.021451, 40.096963 ], [ -75.027681, 40.095046 ], [ -75.025866, 40.090515 ], [ -75.027097, 40.087878 ], [ -75.028337, 40.086604 ], [ -75.033547, 40.089582 ], [ -75.037498, 40.085459 ], [ -75.0384, 40.084472 ], [ -75.039509, 40.085702 ], [ -75.040877, 40.086966 ], [ -75.041488, 40.087338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180023", "device_counts": 619, "stop_counts": 3475 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111221, 39.985268 ], [ -75.108359, 39.986753 ], [ -75.105437, 39.983452 ], [ -75.106968, 39.982648 ], [ -75.108828, 39.981673 ], [ -75.111221, 39.985268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028025", "device_counts": 2055, "stop_counts": 4756 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161047, 39.931817 ], [ -75.159517, 39.9331 ], [ -75.159142, 39.933049 ], [ -75.157578, 39.932837 ], [ -75.157843, 39.931615 ], [ -75.158121, 39.930394 ], [ -75.158296, 39.929602 ], [ -75.161428, 39.930017 ], [ -75.161047, 39.931817 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115001", "device_counts": 222, "stop_counts": 1098 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.252544, 39.98077 ], [ -75.251063, 39.981601 ], [ -75.248944, 39.979106 ], [ -75.250979, 39.977684 ], [ -75.253104, 39.98018 ], [ -75.252544, 39.98077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042013", "device_counts": 633, "stop_counts": 2151 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149916, 39.921819 ], [ -75.147431, 39.921502 ], [ -75.14769, 39.920273 ], [ -75.147813, 39.919001 ], [ -75.150461, 39.919345 ], [ -75.149916, 39.921819 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027022", "device_counts": 500, "stop_counts": 1870 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150101, 39.924305 ], [ -75.149166, 39.926696 ], [ -75.148701, 39.927896 ], [ -75.146985, 39.927665 ], [ -75.147842, 39.924015 ], [ -75.149405, 39.924207 ], [ -75.150101, 39.924305 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010120001", "device_counts": 757, "stop_counts": 2020 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233713, 39.992176 ], [ -75.231762, 39.99309 ], [ -75.225664, 39.995848 ], [ -75.225662, 39.991469 ], [ -75.23106, 39.991764 ], [ -75.233672, 39.991882 ], [ -75.233713, 39.992176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268004", "device_counts": 1416, "stop_counts": 2997 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142214, 40.050563 ], [ -75.14156, 40.053599 ], [ -75.137767, 40.053112 ], [ -75.139107, 40.047011 ], [ -75.142898, 40.047493 ], [ -75.142214, 40.050563 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010023", "device_counts": 4186, "stop_counts": 8059 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149954, 39.945505 ], [ -75.149186, 39.949032 ], [ -75.14408, 39.948379 ], [ -75.144009, 39.944388 ], [ -75.144933, 39.944494 ], [ -75.150037, 39.945144 ], [ -75.149954, 39.945505 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098022", "device_counts": 1425, "stop_counts": 4426 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.273552, 39.978279 ], [ -75.273103, 39.974965 ], [ -75.270639, 39.974669 ], [ -75.271363, 39.972843 ], [ -75.267588, 39.974662 ], [ -75.265558, 39.975641 ], [ -75.264257, 39.974419 ], [ -75.266109, 39.972898 ], [ -75.264148, 39.97148 ], [ -75.2619, 39.972584 ], [ -75.26562, 39.969941 ], [ -75.269314, 39.97301 ], [ -75.271639, 39.972082 ], [ -75.275871, 39.977245 ], [ -75.273552, 39.978279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032002", "device_counts": 291, "stop_counts": 861 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184449, 39.933813 ], [ -75.181162, 39.933385 ], [ -75.181419, 39.932161 ], [ -75.184705, 39.932584 ], [ -75.184449, 39.933813 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012014", "device_counts": 1125, "stop_counts": 2107 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181445, 39.947597 ], [ -75.180328, 39.947455 ], [ -75.178156, 39.94719 ], [ -75.178578, 39.945269 ], [ -75.179409, 39.945377 ], [ -75.18188, 39.945691 ], [ -75.181445, 39.947597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320001", "device_counts": 1624, "stop_counts": 5167 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.053249, 40.0317 ], [ -75.050972, 40.032324 ], [ -75.048355, 40.029324 ], [ -75.047904, 40.02881 ], [ -75.047453, 40.028294 ], [ -75.049273, 40.027351 ], [ -75.051104, 40.026407 ], [ -75.052898, 40.028462 ], [ -75.051073, 40.029403 ], [ -75.053249, 40.0317 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033002", "device_counts": 8409, "stop_counts": 20864 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205185, 39.941116 ], [ -75.204582, 39.942352 ], [ -75.202929, 39.943301 ], [ -75.200277, 39.943652 ], [ -75.193985, 39.942154 ], [ -75.192664, 39.941567 ], [ -75.188712, 39.939567 ], [ -75.18824, 39.939878 ], [ -75.188885, 39.936887 ], [ -75.19306, 39.93741 ], [ -75.193615, 39.937485 ], [ -75.193271, 39.939032 ], [ -75.195923, 39.939102 ], [ -75.197012, 39.936678 ], [ -75.197266, 39.935453 ], [ -75.197537, 39.934232 ], [ -75.199503, 39.934508 ], [ -75.197924, 39.938063 ], [ -75.200194, 39.938545 ], [ -75.20114, 39.937468 ], [ -75.205431, 39.93877 ], [ -75.205185, 39.941116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079004", "device_counts": 277, "stop_counts": 969 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222589, 39.951519 ], [ -75.222279, 39.95304 ], [ -75.220295, 39.952792 ], [ -75.218347, 39.952553 ], [ -75.218676, 39.951032 ], [ -75.218833, 39.950273 ], [ -75.22275, 39.950754 ], [ -75.222589, 39.951519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104004", "device_counts": 1014, "stop_counts": 3280 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22017, 39.964844 ], [ -75.216516, 39.965214 ], [ -75.216376, 39.964094 ], [ -75.216181, 39.962546 ], [ -75.217002, 39.959015 ], [ -75.218954, 39.95926 ], [ -75.219175, 39.959288 ], [ -75.219439, 39.960941 ], [ -75.219693, 39.962523 ], [ -75.220044, 39.963819 ], [ -75.22017, 39.964844 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160005", "device_counts": 488, "stop_counts": 1433 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130448, 39.978589 ], [ -75.127579, 39.981383 ], [ -75.125593, 39.979124 ], [ -75.128628, 39.977533 ], [ -75.130448, 39.978589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204004", "device_counts": 247, "stop_counts": 855 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155239, 40.020486 ], [ -75.152161, 40.020161 ], [ -75.152386, 40.018145 ], [ -75.154576, 40.017272 ], [ -75.155692, 40.019078 ], [ -75.155239, 40.020486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197003", "device_counts": 425, "stop_counts": 1433 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138463, 40.020171 ], [ -75.13674, 40.019958 ], [ -75.136984, 40.018789 ], [ -75.136811, 40.016899 ], [ -75.13911, 40.017187 ], [ -75.138463, 40.020171 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266006", "device_counts": 356, "stop_counts": 1309 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151879, 40.062406 ], [ -75.151414, 40.063206 ], [ -75.147649, 40.06301 ], [ -75.148107, 40.060903 ], [ -75.149219, 40.058432 ], [ -75.151141, 40.061326 ], [ -75.15175, 40.06222 ], [ -75.151879, 40.062406 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136011", "device_counts": 778, "stop_counts": 1817 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178056, 39.970112 ], [ -75.17646, 39.96991 ], [ -75.174869, 39.96971 ], [ -75.17539, 39.967345 ], [ -75.178641, 39.967399 ], [ -75.178056, 39.970112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244001", "device_counts": 659, "stop_counts": 1690 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166993, 40.025012 ], [ -75.165275, 40.024087 ], [ -75.162024, 40.022286 ], [ -75.162462, 40.021954 ], [ -75.162782, 40.020368 ], [ -75.163915, 40.02099 ], [ -75.168482, 40.023512 ], [ -75.166993, 40.025012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345021", "device_counts": 389, "stop_counts": 2646 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047286, 40.082932 ], [ -75.041488, 40.087338 ], [ -75.040877, 40.086966 ], [ -75.042143, 40.084065 ], [ -75.046249, 40.081459 ], [ -75.047286, 40.082932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202004", "device_counts": 698, "stop_counts": 1762 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167292, 40.009695 ], [ -75.166871, 40.009901 ], [ -75.160943, 40.012647 ], [ -75.160453, 40.012067 ], [ -75.160936, 40.009632 ], [ -75.161095, 40.008883 ], [ -75.164576, 40.009337 ], [ -75.164733, 40.008616 ], [ -75.167945, 40.009378 ], [ -75.167292, 40.009695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161002", "device_counts": 1400, "stop_counts": 3866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.125491, 39.989836 ], [ -75.122417, 39.987001 ], [ -75.120252, 39.984755 ], [ -75.122679, 39.983488 ], [ -75.125062, 39.982373 ], [ -75.125836, 39.983251 ], [ -75.124654, 39.984526 ], [ -75.124728, 39.985801 ], [ -75.127363, 39.988792 ], [ -75.125491, 39.989836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178007", "device_counts": 621, "stop_counts": 1988 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123686, 39.990836 ], [ -75.12031, 39.992672 ], [ -75.118392, 39.990528 ], [ -75.122248, 39.988511 ], [ -75.124593, 39.990328 ], [ -75.123686, 39.990836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081011", "device_counts": 525, "stop_counts": 1739 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235479, 39.948433 ], [ -75.235165, 39.949953 ], [ -75.230959, 39.949438 ], [ -75.231271, 39.947909 ], [ -75.233604, 39.947351 ], [ -75.235049, 39.946992 ], [ -75.235822, 39.946835 ], [ -75.235479, 39.948433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199002", "device_counts": 838, "stop_counts": 2461 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144069, 40.006684 ], [ -75.143346, 40.008227 ], [ -75.142772, 40.008153 ], [ -75.142256, 40.008093 ], [ -75.140472, 40.007878 ], [ -75.14116, 40.004784 ], [ -75.141491, 40.003288 ], [ -75.143292, 40.003523 ], [ -75.143437, 40.005071 ], [ -75.144069, 40.006684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024001", "device_counts": 669, "stop_counts": 1535 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156317, 39.938569 ], [ -75.154807, 39.93815 ], [ -75.153286, 39.937736 ], [ -75.153774, 39.935516 ], [ -75.155304, 39.935934 ], [ -75.15506, 39.936807 ], [ -75.156622, 39.937182 ], [ -75.156317, 39.938569 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267004", "device_counts": 600, "stop_counts": 2990 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149705, 40.054649 ], [ -75.149478, 40.056217 ], [ -75.146002, 40.055765 ], [ -75.145211, 40.055661 ], [ -75.145553, 40.054117 ], [ -75.145881, 40.052598 ], [ -75.149919, 40.053127 ], [ -75.149705, 40.054649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283002", "device_counts": 221, "stop_counts": 720 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142334, 40.028543 ], [ -75.13998, 40.028245 ], [ -75.140303, 40.026745 ], [ -75.140638, 40.025262 ], [ -75.143001, 40.025561 ], [ -75.142334, 40.028543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010003002", "device_counts": 7503, "stop_counts": 14836 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179937, 39.960028 ], [ -75.172002, 39.959007 ], [ -75.172783, 39.955604 ], [ -75.177527, 39.95549 ], [ -75.179122, 39.955984 ], [ -75.17972, 39.956164 ], [ -75.179126, 39.958004 ], [ -75.179937, 39.960028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377002", "device_counts": 2816, "stop_counts": 9024 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151266, 39.983978 ], [ -75.148109, 39.983604 ], [ -75.148437, 39.98211 ], [ -75.146769, 39.981893 ], [ -75.146102, 39.984978 ], [ -75.144154, 39.984724 ], [ -75.14405, 39.983721 ], [ -75.144169, 39.983092 ], [ -75.14501, 39.978597 ], [ -75.150661, 39.979325 ], [ -75.152235, 39.979531 ], [ -75.151266, 39.983978 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037022", "device_counts": 762, "stop_counts": 2600 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184393, 39.926276 ], [ -75.18333, 39.926134 ], [ -75.182743, 39.926058 ], [ -75.181698, 39.925924 ], [ -75.182243, 39.923442 ], [ -75.183295, 39.923575 ], [ -75.183434, 39.922939 ], [ -75.185202, 39.922574 ], [ -75.184393, 39.926276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094004", "device_counts": 662, "stop_counts": 2047 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236481, 39.963047 ], [ -75.235842, 39.966085 ], [ -75.23189, 39.965593 ], [ -75.232527, 39.962557 ], [ -75.23454, 39.962807 ], [ -75.236587, 39.962519 ], [ -75.236481, 39.963047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010208002", "device_counts": 829, "stop_counts": 1931 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205848, 40.015281 ], [ -75.201269, 40.017189 ], [ -75.197636, 40.021461 ], [ -75.193308, 40.024091 ], [ -75.193048, 40.023558 ], [ -75.191105, 40.021663 ], [ -75.192405, 40.020495 ], [ -75.198361, 40.01527 ], [ -75.200278, 40.013708 ], [ -75.200954, 40.013061 ], [ -75.206139, 40.014753 ], [ -75.205848, 40.015281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353022", "device_counts": 3102, "stop_counts": 11365 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.003606, 40.071362 ], [ -74.998488, 40.078701 ], [ -74.995282, 40.077149 ], [ -74.991271, 40.07631 ], [ -74.988467, 40.073908 ], [ -74.987857, 40.072829 ], [ -74.993531, 40.071863 ], [ -74.996409, 40.06659 ], [ -74.99873, 40.065828 ], [ -74.998385, 40.064117 ], [ -75.007269, 40.069161 ], [ -75.003606, 40.071362 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308004", "device_counts": 372, "stop_counts": 1996 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0868, 40.052744 ], [ -75.085847, 40.05441 ], [ -75.079878, 40.051217 ], [ -75.082888, 40.048197 ], [ -75.086165, 40.050024 ], [ -75.085989, 40.050878 ], [ -75.0868, 40.052744 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153003", "device_counts": 534, "stop_counts": 1851 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164184, 39.987311 ], [ -75.161032, 39.986907 ], [ -75.157899, 39.986492 ], [ -75.158246, 39.984934 ], [ -75.161383, 39.985339 ], [ -75.162951, 39.985542 ], [ -75.164517, 39.985759 ], [ -75.164184, 39.987311 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266008", "device_counts": 271, "stop_counts": 1124 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151596, 40.070328 ], [ -75.148331, 40.068485 ], [ -75.148648, 40.067138 ], [ -75.150505, 40.067377 ], [ -75.151534, 40.067507 ], [ -75.152322, 40.068901 ], [ -75.151596, 40.070328 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171003", "device_counts": 1556, "stop_counts": 4038 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178633, 40.005052 ], [ -75.173853, 40.007468 ], [ -75.172209, 40.007898 ], [ -75.169741, 40.008585 ], [ -75.16914, 40.008832 ], [ -75.165554, 40.004859 ], [ -75.165896, 40.003269 ], [ -75.168943, 40.00366 ], [ -75.169093, 40.003671 ], [ -75.171247, 40.003951 ], [ -75.176913, 40.004697 ], [ -75.178809, 40.004937 ], [ -75.178633, 40.005052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040022", "device_counts": 1369, "stop_counts": 4842 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167085, 39.918959 ], [ -75.163956, 39.918518 ], [ -75.16453, 39.915875 ], [ -75.166914, 39.916189 ], [ -75.167681, 39.916283 ], [ -75.167085, 39.918959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267003", "device_counts": 446, "stop_counts": 1191 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149919, 40.053127 ], [ -75.145881, 40.052598 ], [ -75.143571, 40.052297 ], [ -75.143841, 40.050771 ], [ -75.147004, 40.051175 ], [ -75.148578, 40.051383 ], [ -75.150142, 40.051578 ], [ -75.149919, 40.053127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190004", "device_counts": 462, "stop_counts": 1861 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101864, 40.012369 ], [ -75.101557, 40.013878 ], [ -75.099374, 40.013583 ], [ -75.100373, 40.008914 ], [ -75.102552, 40.009202 ], [ -75.101864, 40.012369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039024", "device_counts": 1181, "stop_counts": 6308 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177438, 39.91897 ], [ -75.177082, 39.920207 ], [ -75.174033, 39.919809 ], [ -75.174302, 39.918562 ], [ -75.175217, 39.915653 ], [ -75.17718, 39.91489 ], [ -75.178268, 39.915053 ], [ -75.177438, 39.91897 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201022", "device_counts": 801, "stop_counts": 1536 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156028, 40.009868 ], [ -75.151246, 40.009279 ], [ -75.151603, 40.007665 ], [ -75.156376, 40.008284 ], [ -75.156028, 40.009868 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180013", "device_counts": 372, "stop_counts": 1667 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115605, 39.983551 ], [ -75.115251, 39.983157 ], [ -75.11345, 39.984105 ], [ -75.110939, 39.980568 ], [ -75.113008, 39.979488 ], [ -75.116075, 39.982938 ], [ -75.115605, 39.983551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040024", "device_counts": 1798, "stop_counts": 5108 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170581, 39.920653 ], [ -75.170309, 39.921885 ], [ -75.166563, 39.921418 ], [ -75.167085, 39.918959 ], [ -75.170854, 39.91941 ], [ -75.170581, 39.920653 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238001", "device_counts": 412, "stop_counts": 943 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184524, 40.043654 ], [ -75.18308, 40.045068 ], [ -75.182203, 40.045894 ], [ -75.181701, 40.044831 ], [ -75.180884, 40.043246 ], [ -75.183101, 40.041063 ], [ -75.185569, 40.042625 ], [ -75.184524, 40.043654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204002", "device_counts": 2386, "stop_counts": 4241 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154576, 40.017272 ], [ -75.152386, 40.018145 ], [ -75.152161, 40.020161 ], [ -75.148953, 40.019743 ], [ -75.147139, 40.019518 ], [ -75.147143, 40.01901 ], [ -75.149544, 40.01787 ], [ -75.153849, 40.015891 ], [ -75.15409, 40.016325 ], [ -75.154576, 40.017272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207004", "device_counts": 3556, "stop_counts": 7543 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207599, 40.012719 ], [ -75.206207, 40.01472 ], [ -75.206139, 40.014753 ], [ -75.200954, 40.013061 ], [ -75.200278, 40.013708 ], [ -75.194847, 40.012175 ], [ -75.192879, 40.01162 ], [ -75.186537, 40.009831 ], [ -75.190514, 40.008407 ], [ -75.192225, 40.00722 ], [ -75.192467, 40.006482 ], [ -75.19281, 40.006733 ], [ -75.197451, 40.008315 ], [ -75.203107, 40.010138 ], [ -75.205485, 40.011501 ], [ -75.205978, 40.011723 ], [ -75.206968, 40.011372 ], [ -75.206286, 40.011923 ], [ -75.207599, 40.012719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160006", "device_counts": 1978, "stop_counts": 5002 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126136, 39.976082 ], [ -75.123334, 39.977514 ], [ -75.121032, 39.977811 ], [ -75.119763, 39.976369 ], [ -75.119969, 39.975911 ], [ -75.122592, 39.97388 ], [ -75.123391, 39.974403 ], [ -75.125201, 39.975558 ], [ -75.126136, 39.976082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306002", "device_counts": 679, "stop_counts": 1788 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.095999, 40.046002 ], [ -75.092242, 40.049978 ], [ -75.091416, 40.049543 ], [ -75.091268, 40.048083 ], [ -75.091859, 40.047485 ], [ -75.094175, 40.045026 ], [ -75.095999, 40.046002 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030023", "device_counts": 408, "stop_counts": 1206 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174495, 39.932523 ], [ -75.17397, 39.934974 ], [ -75.172389, 39.934765 ], [ -75.172922, 39.932328 ], [ -75.17319, 39.931104 ], [ -75.174764, 39.931307 ], [ -75.174495, 39.932523 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271002", "device_counts": 567, "stop_counts": 1685 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124614, 40.049849 ], [ -75.122776, 40.049613 ], [ -75.123566, 40.044993 ], [ -75.125631, 40.045259 ], [ -75.124614, 40.049849 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007001", "device_counts": 2436, "stop_counts": 4192 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176191, 39.952387 ], [ -75.173489, 39.952052 ], [ -75.173813, 39.950531 ], [ -75.175738, 39.950769 ], [ -75.176519, 39.95087 ], [ -75.176191, 39.952387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274012", "device_counts": 859, "stop_counts": 2322 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129498, 40.041048 ], [ -75.126643, 40.040681 ], [ -75.126977, 40.039155 ], [ -75.127641, 40.036063 ], [ -75.130518, 40.036437 ], [ -75.129498, 40.041048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310007", "device_counts": 338, "stop_counts": 1483 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079334, 40.051809 ], [ -75.076902, 40.054387 ], [ -75.07509, 40.053364 ], [ -75.075675, 40.052745 ], [ -75.072108, 40.050765 ], [ -75.073936, 40.048841 ], [ -75.077529, 40.050805 ], [ -75.079334, 40.051809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010021", "device_counts": 5825, "stop_counts": 11442 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150339, 39.94373 ], [ -75.145243, 39.943087 ], [ -75.144933, 39.944494 ], [ -75.144009, 39.944388 ], [ -75.14408, 39.948379 ], [ -75.142466, 39.948174 ], [ -75.14406, 39.940972 ], [ -75.147604, 39.941422 ], [ -75.150755, 39.941818 ], [ -75.150339, 39.94373 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160001", "device_counts": 264, "stop_counts": 878 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122679, 39.983488 ], [ -75.120252, 39.984755 ], [ -75.118522, 39.982825 ], [ -75.120973, 39.981546 ], [ -75.122679, 39.983488 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266007", "device_counts": 877, "stop_counts": 2020 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153513, 40.064285 ], [ -75.152602, 40.067646 ], [ -75.152322, 40.068901 ], [ -75.151534, 40.067507 ], [ -75.150505, 40.067377 ], [ -75.150719, 40.066367 ], [ -75.151053, 40.064852 ], [ -75.151414, 40.063206 ], [ -75.151879, 40.062406 ], [ -75.152915, 40.063881 ], [ -75.153513, 40.064285 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242003", "device_counts": 479, "stop_counts": 1908 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168308, 40.029173 ], [ -75.166488, 40.030794 ], [ -75.163749, 40.029255 ], [ -75.166395, 40.026593 ], [ -75.169816, 40.02845 ], [ -75.168308, 40.029173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063002", "device_counts": 555, "stop_counts": 1845 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236833, 39.925765 ], [ -75.234368, 39.923694 ], [ -75.233121, 39.924558 ], [ -75.232438, 39.92397 ], [ -75.234991, 39.922169 ], [ -75.23816, 39.924839 ], [ -75.236833, 39.925765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008032", "device_counts": 1243, "stop_counts": 2696 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175738, 39.950769 ], [ -75.173813, 39.950531 ], [ -75.174173, 39.948921 ], [ -75.174323, 39.948177 ], [ -75.176239, 39.948414 ], [ -75.175738, 39.950769 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267005", "device_counts": 847, "stop_counts": 1746 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155554, 40.054074 ], [ -75.153438, 40.055707 ], [ -75.152594, 40.056367 ], [ -75.152723, 40.054825 ], [ -75.149705, 40.054649 ], [ -75.149919, 40.053127 ], [ -75.150142, 40.051578 ], [ -75.152881, 40.052844 ], [ -75.155214, 40.053922 ], [ -75.155554, 40.054074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264002", "device_counts": 174, "stop_counts": 753 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160911, 40.057865 ], [ -75.160983, 40.060654 ], [ -75.158413, 40.059181 ], [ -75.160691, 40.056831 ], [ -75.162122, 40.057638 ], [ -75.160911, 40.057865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136023", "device_counts": 311, "stop_counts": 720 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180729, 39.972841 ], [ -75.178108, 39.972509 ], [ -75.178606, 39.97018 ], [ -75.181234, 39.970504 ], [ -75.180729, 39.972841 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063001", "device_counts": 547, "stop_counts": 1766 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235594, 39.92664 ], [ -75.234328, 39.925573 ], [ -75.233121, 39.924558 ], [ -75.234368, 39.923694 ], [ -75.236833, 39.925765 ], [ -75.235594, 39.92664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326006", "device_counts": 568, "stop_counts": 2276 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041957, 40.028152 ], [ -75.0387, 40.029839 ], [ -75.036898, 40.027779 ], [ -75.040219, 40.026061 ], [ -75.041957, 40.028152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010142001", "device_counts": 697, "stop_counts": 1507 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146543, 39.97038 ], [ -75.145018, 39.970191 ], [ -75.145487, 39.96823 ], [ -75.143524, 39.967942 ], [ -75.144002, 39.96567 ], [ -75.147146, 39.967126 ], [ -75.146543, 39.97038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390008", "device_counts": 314, "stop_counts": 1037 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094339, 40.032217 ], [ -75.093497, 40.033072 ], [ -75.09227, 40.034323 ], [ -75.090599, 40.033398 ], [ -75.091806, 40.032145 ], [ -75.093021, 40.030888 ], [ -75.093204, 40.030704 ], [ -75.093542, 40.031195 ], [ -75.094339, 40.032217 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011011", "device_counts": 2253, "stop_counts": 3905 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165341, 39.944664 ], [ -75.164845, 39.946999 ], [ -75.164772, 39.946983 ], [ -75.163648, 39.946836 ], [ -75.163955, 39.945423 ], [ -75.163137, 39.944388 ], [ -75.165274, 39.944655 ], [ -75.165341, 39.944664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010133002", "device_counts": 4506, "stop_counts": 9784 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164744, 39.970436 ], [ -75.164555, 39.970816 ], [ -75.159702, 39.970202 ], [ -75.160395, 39.967064 ], [ -75.160678, 39.96577 ], [ -75.163949, 39.966166 ], [ -75.163743, 39.967125 ], [ -75.165256, 39.967563 ], [ -75.164744, 39.970436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111005", "device_counts": 2606, "stop_counts": 6069 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226451, 39.977717 ], [ -75.224848, 39.97712 ], [ -75.21953, 39.974639 ], [ -75.219655, 39.97377 ], [ -75.219481, 39.973665 ], [ -75.222827, 39.973318 ], [ -75.226131, 39.972964 ], [ -75.226765, 39.977211 ], [ -75.226451, 39.977717 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079001", "device_counts": 365, "stop_counts": 922 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218347, 39.952553 ], [ -75.21635, 39.952302 ], [ -75.212393, 39.951811 ], [ -75.212716, 39.950292 ], [ -75.214691, 39.950542 ], [ -75.218676, 39.951032 ], [ -75.218347, 39.952553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010021002", "device_counts": 1186, "stop_counts": 4046 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17717, 39.936933 ], [ -75.178464, 39.938278 ], [ -75.17631, 39.939021 ], [ -75.173173, 39.938641 ], [ -75.17385, 39.93545 ], [ -75.17397, 39.934974 ], [ -75.178514, 39.935544 ], [ -75.17717, 39.936933 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169013", "device_counts": 993, "stop_counts": 3265 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179748, 39.991715 ], [ -75.179584, 39.992463 ], [ -75.179248, 39.993963 ], [ -75.178576, 39.99704 ], [ -75.175539, 39.996639 ], [ -75.176212, 39.993572 ], [ -75.176535, 39.992076 ], [ -75.177206, 39.988991 ], [ -75.178616, 39.989179 ], [ -75.180257, 39.989388 ], [ -75.179748, 39.991715 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273004", "device_counts": 320, "stop_counts": 1962 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123535, 40.038719 ], [ -75.12281, 40.040181 ], [ -75.120434, 40.039886 ], [ -75.121072, 40.036815 ], [ -75.123686, 40.037144 ], [ -75.123535, 40.038719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261001", "device_counts": 384, "stop_counts": 1758 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178918, 40.069175 ], [ -75.17394, 40.07431 ], [ -75.171716, 40.073039 ], [ -75.16899, 40.071473 ], [ -75.170657, 40.069832 ], [ -75.172207, 40.068288 ], [ -75.173459, 40.067054 ], [ -75.174044, 40.067381 ], [ -75.178918, 40.069175 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316002", "device_counts": 1421, "stop_counts": 4187 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058231, 40.031651 ], [ -75.057092, 40.032869 ], [ -75.054054, 40.03118 ], [ -75.055416, 40.030086 ], [ -75.055661, 40.029843 ], [ -75.056077, 40.029455 ], [ -75.058848, 40.030998 ], [ -75.058231, 40.031651 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209001", "device_counts": 874, "stop_counts": 2122 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211564, 40.020898 ], [ -75.209213, 40.021899 ], [ -75.208035, 40.023114 ], [ -75.207732, 40.023783 ], [ -75.207501, 40.023328 ], [ -75.207536, 40.021731 ], [ -75.207595, 40.019536 ], [ -75.207863, 40.018582 ], [ -75.209735, 40.018509 ], [ -75.211564, 40.020898 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164002", "device_counts": 266, "stop_counts": 961 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140861, 39.989001 ], [ -75.139021, 39.988764 ], [ -75.139669, 39.985802 ], [ -75.14152, 39.986016 ], [ -75.140861, 39.989001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010020001", "device_counts": 865, "stop_counts": 2526 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184956, 39.940084 ], [ -75.18314, 39.939895 ], [ -75.181494, 39.939687 ], [ -75.179839, 39.939478 ], [ -75.180621, 39.935816 ], [ -75.183916, 39.93624 ], [ -75.185498, 39.937597 ], [ -75.184956, 39.940084 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008041", "device_counts": 4296, "stop_counts": 9290 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170667, 39.950131 ], [ -75.167517, 39.949744 ], [ -75.16803, 39.947386 ], [ -75.17118, 39.947784 ], [ -75.170667, 39.950131 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369003", "device_counts": 14797, "stop_counts": 50579 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195616, 39.954027 ], [ -75.194152, 39.95618 ], [ -75.189489, 39.955593 ], [ -75.188266, 39.955441 ], [ -75.181105, 39.95458 ], [ -75.179889, 39.955436 ], [ -75.180223, 39.954472 ], [ -75.180909, 39.952982 ], [ -75.181663, 39.951509 ], [ -75.194786, 39.953142 ], [ -75.194623, 39.953902 ], [ -75.195616, 39.954027 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369001", "device_counts": 7504, "stop_counts": 20996 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196603, 39.954149 ], [ -75.196121, 39.956429 ], [ -75.194152, 39.95618 ], [ -75.195616, 39.954027 ], [ -75.194623, 39.953902 ], [ -75.194786, 39.953142 ], [ -75.181663, 39.951509 ], [ -75.183288, 39.949512 ], [ -75.185634, 39.948021 ], [ -75.187231, 39.947176 ], [ -75.191689, 39.95032 ], [ -75.195322, 39.950781 ], [ -75.197243, 39.951021 ], [ -75.196603, 39.954149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010012", "device_counts": 2814, "stop_counts": 4931 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153694, 39.943218 ], [ -75.153184, 39.945536 ], [ -75.150764, 39.945558 ], [ -75.149954, 39.945505 ], [ -75.150037, 39.945144 ], [ -75.150339, 39.94373 ], [ -75.150755, 39.941818 ], [ -75.152334, 39.942015 ], [ -75.153916, 39.942205 ], [ -75.153694, 39.943218 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010002001", "device_counts": 19845, "stop_counts": 57090 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162339, 39.957825 ], [ -75.155538, 39.956923 ], [ -75.154451, 39.956777 ], [ -75.151223, 39.956862 ], [ -75.151539, 39.952948 ], [ -75.163093, 39.9544 ], [ -75.162339, 39.957825 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010003001", "device_counts": 16142, "stop_counts": 44227 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172002, 39.959007 ], [ -75.162413, 39.957834 ], [ -75.162339, 39.957825 ], [ -75.163093, 39.9544 ], [ -75.163151, 39.954411 ], [ -75.171134, 39.955394 ], [ -75.172783, 39.955604 ], [ -75.172002, 39.959007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007002", "device_counts": 13007, "stop_counts": 31380 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173489, 39.952052 ], [ -75.164011, 39.950876 ], [ -75.164338, 39.949346 ], [ -75.16594, 39.949553 ], [ -75.167517, 39.949744 ], [ -75.170667, 39.950131 ], [ -75.172752, 39.950398 ], [ -75.173813, 39.950531 ], [ -75.173489, 39.952052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008042", "device_counts": 3437, "stop_counts": 5833 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16594, 39.949553 ], [ -75.164338, 39.949346 ], [ -75.164752, 39.947424 ], [ -75.166362, 39.947633 ], [ -75.16594, 39.949553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030015", "device_counts": 538, "stop_counts": 2138 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174764, 39.931307 ], [ -75.17319, 39.931104 ], [ -75.171065, 39.930827 ], [ -75.171339, 39.929608 ], [ -75.172907, 39.929811 ], [ -75.175032, 39.930087 ], [ -75.174764, 39.931307 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373003", "device_counts": 5584, "stop_counts": 11266 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193987, 39.905633 ], [ -75.192285, 39.906428 ], [ -75.190073, 39.90752 ], [ -75.183387, 39.906617 ], [ -75.173566, 39.905394 ], [ -75.174808, 39.899179 ], [ -75.174959, 39.898488 ], [ -75.176562, 39.898666 ], [ -75.187183, 39.896682 ], [ -75.189993, 39.89681 ], [ -75.19194, 39.896089 ], [ -75.193923, 39.900403 ], [ -75.193987, 39.905633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010056001", "device_counts": 3186, "stop_counts": 9627 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249109, 39.901113 ], [ -75.247308, 39.902282 ], [ -75.244985, 39.903178 ], [ -75.240576, 39.904062 ], [ -75.240331, 39.904113 ], [ -75.238643, 39.898691 ], [ -75.243752, 39.893025 ], [ -75.252349, 39.897618 ], [ -75.249109, 39.901113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122011", "device_counts": 1368, "stop_counts": 3692 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214054, 40.00501 ], [ -75.209771, 40.006983 ], [ -75.206868, 40.006944 ], [ -75.206209, 40.006641 ], [ -75.207589, 40.005981 ], [ -75.209385, 40.002429 ], [ -75.21114, 40.002124 ], [ -75.215355, 40.001244 ], [ -75.214054, 40.00501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122031", "device_counts": 4172, "stop_counts": 9985 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213537, 40.006554 ], [ -75.213745, 40.00716 ], [ -75.207993, 40.009842 ], [ -75.203156, 40.008256 ], [ -75.206868, 40.006944 ], [ -75.209771, 40.006983 ], [ -75.214054, 40.00501 ], [ -75.213537, 40.006554 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183003", "device_counts": 2097, "stop_counts": 7242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.08637, 39.998895 ], [ -75.086234, 39.998967 ], [ -75.079781, 40.002337 ], [ -75.077476, 40.004139 ], [ -75.075687, 40.005553 ], [ -75.073149, 40.001517 ], [ -75.070609, 40.001652 ], [ -75.070175, 40.00106 ], [ -75.07472, 39.9987 ], [ -75.080522, 39.996472 ], [ -75.079364, 39.994264 ], [ -75.080785, 39.993572 ], [ -75.080932, 39.993498 ], [ -75.084452, 39.997146 ], [ -75.086505, 39.998825 ], [ -75.08637, 39.998895 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010216002", "device_counts": 2161, "stop_counts": 8153 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249271, 40.04534 ], [ -75.248689, 40.045941 ], [ -75.246742, 40.048517 ], [ -75.245728, 40.049257 ], [ -75.244974, 40.047166 ], [ -75.244871, 40.045819 ], [ -75.243483, 40.045379 ], [ -75.235419, 40.048775 ], [ -75.23204, 40.045328 ], [ -75.22853, 40.04386 ], [ -75.234005, 40.041307 ], [ -75.234363, 40.040917 ], [ -75.236642, 40.036295 ], [ -75.234937, 40.0349 ], [ -75.23564, 40.034249 ], [ -75.233394, 40.031906 ], [ -75.234535, 40.030426 ], [ -75.238068, 40.032127 ], [ -75.245598, 40.037655 ], [ -75.249181, 40.041951 ], [ -75.251298, 40.043505 ], [ -75.249271, 40.04534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272002", "device_counts": 3239, "stop_counts": 6417 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118503, 40.049061 ], [ -75.117478, 40.048927 ], [ -75.112588, 40.04638 ], [ -75.112363, 40.047563 ], [ -75.110985, 40.046769 ], [ -75.111033, 40.044404 ], [ -75.112248, 40.04321 ], [ -75.11307, 40.043971 ], [ -75.113544, 40.042711 ], [ -75.114119, 40.043644 ], [ -75.119454, 40.04448 ], [ -75.118503, 40.049061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318004", "device_counts": 576, "stop_counts": 1763 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084089, 40.031826 ], [ -75.080757, 40.032541 ], [ -75.081231, 40.032046 ], [ -75.079443, 40.031051 ], [ -75.080866, 40.029556 ], [ -75.084197, 40.031438 ], [ -75.084089, 40.031826 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365012", "device_counts": 3712, "stop_counts": 11816 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024891, 40.129216 ], [ -75.020571, 40.132274 ], [ -75.015066, 40.137992 ], [ -75.009117, 40.134355 ], [ -75.012295, 40.131736 ], [ -75.013206, 40.130233 ], [ -75.021931, 40.127467 ], [ -75.024891, 40.129216 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345012", "device_counts": 1699, "stop_counts": 5516 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04312, 40.077166 ], [ -75.040252, 40.079994 ], [ -75.036758, 40.079083 ], [ -75.03536, 40.074939 ], [ -75.035087, 40.074617 ], [ -75.036627, 40.073019 ], [ -75.040606, 40.07535 ], [ -75.041869, 40.075429 ], [ -75.04312, 40.077166 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218003", "device_counts": 299, "stop_counts": 1479 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23365, 40.057887 ], [ -75.230156, 40.05955 ], [ -75.228561, 40.057265 ], [ -75.228838, 40.056168 ], [ -75.231223, 40.053703 ], [ -75.231721, 40.054078 ], [ -75.23365, 40.057887 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353012", "device_counts": 769, "stop_counts": 6995 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.99873, 40.065828 ], [ -74.996409, 40.06659 ], [ -74.993531, 40.071863 ], [ -74.987857, 40.072829 ], [ -74.988454, 40.066701 ], [ -74.987379, 40.065368 ], [ -74.991704, 40.062339 ], [ -74.995269, 40.062344 ], [ -74.998385, 40.064117 ], [ -74.99873, 40.065828 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091002", "device_counts": 4171, "stop_counts": 16761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.201137, 39.959242 ], [ -75.198681, 39.959429 ], [ -75.198844, 39.960637 ], [ -75.194015, 39.961124 ], [ -75.193905, 39.960514 ], [ -75.193574, 39.958689 ], [ -75.194152, 39.95618 ], [ -75.196121, 39.956429 ], [ -75.199622, 39.95686 ], [ -75.201137, 39.959242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019003", "device_counts": 3139, "stop_counts": 7083 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171341, 39.939663 ], [ -75.171125, 39.940626 ], [ -75.169386, 39.941211 ], [ -75.166204, 39.940813 ], [ -75.166208, 39.940431 ], [ -75.166292, 39.940031 ], [ -75.166816, 39.937869 ], [ -75.170025, 39.938263 ], [ -75.171602, 39.938447 ], [ -75.171341, 39.939663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010020002", "device_counts": 521, "stop_counts": 2154 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.18824, 39.939878 ], [ -75.186551, 39.94023 ], [ -75.184956, 39.940084 ], [ -75.185498, 39.937597 ], [ -75.183916, 39.93624 ], [ -75.187326, 39.936679 ], [ -75.188885, 39.936887 ], [ -75.18824, 39.939878 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029001", "device_counts": 2971, "stop_counts": 6794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169494, 39.925596 ], [ -75.169228, 39.926806 ], [ -75.168956, 39.928035 ], [ -75.168689, 39.929256 ], [ -75.168567, 39.929252 ], [ -75.166507, 39.929037 ], [ -75.166246, 39.930207 ], [ -75.163504, 39.92983 ], [ -75.165005, 39.92855 ], [ -75.16735, 39.926579 ], [ -75.169428, 39.925593 ], [ -75.169494, 39.925596 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066004", "device_counts": 1256, "stop_counts": 3831 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234337, 39.927526 ], [ -75.230104, 39.929711 ], [ -75.229222, 39.929172 ], [ -75.230654, 39.928158 ], [ -75.2294, 39.927156 ], [ -75.22869, 39.926602 ], [ -75.229818, 39.925811 ], [ -75.231194, 39.924845 ], [ -75.232438, 39.92397 ], [ -75.233121, 39.924558 ], [ -75.234328, 39.925573 ], [ -75.234337, 39.927526 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080004", "device_counts": 819, "stop_counts": 2635 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230323, 39.952475 ], [ -75.229999, 39.953996 ], [ -75.226224, 39.953528 ], [ -75.226539, 39.952 ], [ -75.226869, 39.95046 ], [ -75.22703, 39.949702 ], [ -75.230793, 39.950172 ], [ -75.230323, 39.952475 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084001", "device_counts": 620, "stop_counts": 1738 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235745, 39.957049 ], [ -75.233732, 39.956801 ], [ -75.231557, 39.957102 ], [ -75.231937, 39.955319 ], [ -75.232153, 39.954262 ], [ -75.234212, 39.954521 ], [ -75.233984, 39.955579 ], [ -75.235997, 39.955831 ], [ -75.235745, 39.957049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094002", "device_counts": 550, "stop_counts": 1931 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232527, 39.962557 ], [ -75.230552, 39.96231 ], [ -75.22992, 39.965352 ], [ -75.227679, 39.965072 ], [ -75.228645, 39.960463 ], [ -75.230801, 39.960722 ], [ -75.232857, 39.960976 ], [ -75.232527, 39.962557 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095003", "device_counts": 655, "stop_counts": 1992 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24011, 39.965055 ], [ -75.238137, 39.96481 ], [ -75.237798, 39.963206 ], [ -75.236481, 39.963047 ], [ -75.236587, 39.962519 ], [ -75.236808, 39.961471 ], [ -75.238785, 39.961715 ], [ -75.240762, 39.96196 ], [ -75.24011, 39.965055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010106002", "device_counts": 1319, "stop_counts": 3291 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209344, 39.964621 ], [ -75.208344, 39.966876 ], [ -75.20756, 39.966381 ], [ -75.202342, 39.963137 ], [ -75.20236, 39.962859 ], [ -75.206889, 39.962485 ], [ -75.209058, 39.962329 ], [ -75.209344, 39.964621 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247004", "device_counts": 538, "stop_counts": 1694 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16483, 40.045468 ], [ -75.163175, 40.047076 ], [ -75.161656, 40.048559 ], [ -75.158132, 40.046418 ], [ -75.158217, 40.045076 ], [ -75.161033, 40.045769 ], [ -75.163452, 40.043431 ], [ -75.163739, 40.044801 ], [ -75.16483, 40.045468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010141001", "device_counts": 2695, "stop_counts": 8608 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154149, 39.970778 ], [ -75.152188, 39.972318 ], [ -75.151915, 39.973588 ], [ -75.150315, 39.973382 ], [ -75.146082, 39.972833 ], [ -75.146543, 39.97038 ], [ -75.147146, 39.967126 ], [ -75.153018, 39.968549 ], [ -75.154549, 39.968931 ], [ -75.154149, 39.970778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135004", "device_counts": 1255, "stop_counts": 3499 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169274, 39.971406 ], [ -75.167703, 39.971211 ], [ -75.164555, 39.970816 ], [ -75.164744, 39.970436 ], [ -75.165256, 39.967563 ], [ -75.165349, 39.967149 ], [ -75.168569, 39.967226 ], [ -75.170177, 39.96725 ], [ -75.169274, 39.971406 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139002", "device_counts": 1033, "stop_counts": 3395 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173414, 39.976363 ], [ -75.171813, 39.976164 ], [ -75.171213, 39.978952 ], [ -75.170287, 39.978845 ], [ -75.16616, 39.978308 ], [ -75.166463, 39.976877 ], [ -75.16722, 39.973397 ], [ -75.168263, 39.975259 ], [ -75.173785, 39.974677 ], [ -75.173414, 39.976363 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010145001", "device_counts": 916, "stop_counts": 3449 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151306, 39.976382 ], [ -75.150661, 39.979325 ], [ -75.14501, 39.978597 ], [ -75.145559, 39.975638 ], [ -75.149734, 39.976182 ], [ -75.150315, 39.973382 ], [ -75.151915, 39.973588 ], [ -75.151306, 39.976382 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153004", "device_counts": 1460, "stop_counts": 5822 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164855, 39.984239 ], [ -75.164517, 39.985759 ], [ -75.162951, 39.985542 ], [ -75.163286, 39.984034 ], [ -75.158567, 39.98342 ], [ -75.159219, 39.980435 ], [ -75.165511, 39.981244 ], [ -75.164855, 39.984239 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152004", "device_counts": 633, "stop_counts": 3093 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171847, 39.983599 ], [ -75.17151, 39.98509 ], [ -75.167078, 39.984517 ], [ -75.166419, 39.984436 ], [ -75.164855, 39.984239 ], [ -75.165511, 39.981244 ], [ -75.167076, 39.981454 ], [ -75.172161, 39.9821 ], [ -75.171847, 39.983599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163002", "device_counts": 1711, "stop_counts": 4714 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138352, 39.991851 ], [ -75.135466, 39.991479 ], [ -75.132893, 39.991144 ], [ -75.133549, 39.98806 ], [ -75.139021, 39.988764 ], [ -75.138352, 39.991851 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199004", "device_counts": 1084, "stop_counts": 2711 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148277, 40.005697 ], [ -75.143437, 40.005071 ], [ -75.143292, 40.003523 ], [ -75.141491, 40.003288 ], [ -75.14116, 40.004784 ], [ -75.137529, 40.004304 ], [ -75.137669, 40.003645 ], [ -75.139876, 40.002845 ], [ -75.142416, 40.00195 ], [ -75.147717, 39.999974 ], [ -75.148148, 40.000987 ], [ -75.148817, 40.002698 ], [ -75.148277, 40.005697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176023", "device_counts": 1664, "stop_counts": 5132 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138524, 39.999743 ], [ -75.132172, 39.998913 ], [ -75.12926, 39.998539 ], [ -75.129921, 39.99546 ], [ -75.130122, 39.994573 ], [ -75.13191, 39.995754 ], [ -75.138713, 39.998891 ], [ -75.138524, 39.999743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298004", "device_counts": 3903, "stop_counts": 11448 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070429, 40.013167 ], [ -75.068503, 40.013619 ], [ -75.068202, 40.014729 ], [ -75.06807, 40.014992 ], [ -75.065941, 40.015727 ], [ -75.064145, 40.013681 ], [ -75.062519, 40.014542 ], [ -75.061413, 40.013284 ], [ -75.061339, 40.012764 ], [ -75.069508, 40.010798 ], [ -75.069786, 40.011543 ], [ -75.06999, 40.012032 ], [ -75.070429, 40.013167 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192004", "device_counts": 1862, "stop_counts": 5769 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112398, 40.00052 ], [ -75.11046, 40.000268 ], [ -75.110017, 40.002282 ], [ -75.104197, 40.001525 ], [ -75.106442, 40.000322 ], [ -75.109848, 39.998436 ], [ -75.110983, 39.997801 ], [ -75.112923, 39.99806 ], [ -75.112398, 40.00052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288003", "device_counts": 2808, "stop_counts": 8202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127922, 40.021979 ], [ -75.127234, 40.02353 ], [ -75.126967, 40.024818 ], [ -75.123525, 40.025463 ], [ -75.122279, 40.02565 ], [ -75.119735, 40.026017 ], [ -75.119603, 40.025117 ], [ -75.119823, 40.02412 ], [ -75.121762, 40.024364 ], [ -75.122095, 40.022864 ], [ -75.122425, 40.021314 ], [ -75.124346, 40.021552 ], [ -75.127588, 40.021935 ], [ -75.127922, 40.021979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010241001", "device_counts": 2472, "stop_counts": 9078 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176428, 40.037794 ], [ -75.175208, 40.036232 ], [ -75.173951, 40.035193 ], [ -75.173724, 40.035012 ], [ -75.17061, 40.033131 ], [ -75.173482, 40.030336 ], [ -75.174572, 40.029244 ], [ -75.181235, 40.033097 ], [ -75.176428, 40.037794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264005", "device_counts": 591, "stop_counts": 1667 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165714, 40.06439 ], [ -75.162018, 40.063095 ], [ -75.163166, 40.061911 ], [ -75.165453, 40.059541 ], [ -75.168641, 40.061373 ], [ -75.165714, 40.06439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260001", "device_counts": 619, "stop_counts": 2022 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172621, 40.078103 ], [ -75.169914, 40.080818 ], [ -75.163399, 40.07695 ], [ -75.166062, 40.074338 ], [ -75.167097, 40.07332 ], [ -75.167309, 40.074208 ], [ -75.170822, 40.076226 ], [ -75.170289, 40.076767 ], [ -75.172621, 40.078103 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010270002", "device_counts": 548, "stop_counts": 2402 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137767, 40.053112 ], [ -75.133814, 40.0526 ], [ -75.130783, 40.052206 ], [ -75.132121, 40.046018 ], [ -75.134724, 40.046134 ], [ -75.136019, 40.046229 ], [ -75.137529, 40.046805 ], [ -75.139107, 40.047011 ], [ -75.137767, 40.053112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281001", "device_counts": 987, "stop_counts": 2859 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152369, 40.031387 ], [ -75.151272, 40.032579 ], [ -75.149859, 40.035827 ], [ -75.148179, 40.035598 ], [ -75.145554, 40.035262 ], [ -75.146575, 40.030637 ], [ -75.148206, 40.030851 ], [ -75.151521, 40.030498 ], [ -75.151356, 40.031255 ], [ -75.152369, 40.031387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321003", "device_counts": 1082, "stop_counts": 3899 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.065113, 40.017511 ], [ -75.06113, 40.019725 ], [ -75.057513, 40.021597 ], [ -75.055687, 40.019504 ], [ -75.059304, 40.017638 ], [ -75.063385, 40.01552 ], [ -75.065113, 40.017511 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334004", "device_counts": 8167, "stop_counts": 26037 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060654, 40.050999 ], [ -75.058283, 40.053484 ], [ -75.057125, 40.054722 ], [ -75.054947, 40.053507 ], [ -75.056036, 40.05224 ], [ -75.052836, 40.050498 ], [ -75.050943, 40.050215 ], [ -75.051057, 40.049022 ], [ -75.051146, 40.048113 ], [ -75.051682, 40.046963 ], [ -75.054287, 40.044448 ], [ -75.057048, 40.04603 ], [ -75.059937, 40.047751 ], [ -75.058284, 40.049688 ], [ -75.060654, 40.050999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319005", "device_counts": 671, "stop_counts": 2733 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073364, 40.025369 ], [ -75.067957, 40.026583 ], [ -75.065403, 40.027033 ], [ -75.065108, 40.027073 ], [ -75.065492, 40.026589 ], [ -75.063254, 40.024912 ], [ -75.062802, 40.024402 ], [ -75.068516, 40.021385 ], [ -75.069087, 40.021904 ], [ -75.073364, 40.025369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330004", "device_counts": 1072, "stop_counts": 5583 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.03517, 40.030116 ], [ -75.030907, 40.032318 ], [ -75.032739, 40.034407 ], [ -75.030905, 40.035358 ], [ -75.029881, 40.034072 ], [ -75.02798, 40.031894 ], [ -75.029706, 40.030947 ], [ -75.028413, 40.029758 ], [ -75.032752, 40.02705 ], [ -75.034354, 40.029096 ], [ -75.03517, 40.030116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010001001", "device_counts": 12917, "stop_counts": 28922 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148472, 39.952578 ], [ -75.141469, 39.951698 ], [ -75.142466, 39.948174 ], [ -75.14408, 39.948379 ], [ -75.149186, 39.949032 ], [ -75.148472, 39.952578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008011", "device_counts": 2014, "stop_counts": 3750 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181663, 39.951509 ], [ -75.177323, 39.950964 ], [ -75.177843, 39.94861 ], [ -75.180021, 39.948872 ], [ -75.181134, 39.949008 ], [ -75.183288, 39.949512 ], [ -75.181663, 39.951509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087021", "device_counts": 2657, "stop_counts": 8476 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208761, 39.95488 ], [ -75.2086, 39.955636 ], [ -75.208128, 39.957915 ], [ -75.204145, 39.957422 ], [ -75.204933, 39.955181 ], [ -75.205092, 39.954419 ], [ -75.20546, 39.952682 ], [ -75.205583, 39.952056 ], [ -75.209264, 39.952522 ], [ -75.208761, 39.95488 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098023", "device_counts": 1667, "stop_counts": 4508 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.273552, 39.978279 ], [ -75.271309, 39.979275 ], [ -75.267588, 39.974662 ], [ -75.271363, 39.972843 ], [ -75.270639, 39.974669 ], [ -75.273103, 39.974965 ], [ -75.273552, 39.978279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134012", "device_counts": 2041, "stop_counts": 3840 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176778, 39.964822 ], [ -75.17539, 39.967345 ], [ -75.172108, 39.967284 ], [ -75.17256, 39.965219 ], [ -75.172848, 39.963923 ], [ -75.176219, 39.964409 ], [ -75.176778, 39.964822 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158001", "device_counts": 574, "stop_counts": 1908 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131238, 39.977786 ], [ -75.130448, 39.978589 ], [ -75.128628, 39.977533 ], [ -75.129573, 39.975894 ], [ -75.128693, 39.974284 ], [ -75.127903, 39.972811 ], [ -75.129224, 39.972357 ], [ -75.130366, 39.97445 ], [ -75.13267, 39.975304 ], [ -75.131238, 39.977786 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379006", "device_counts": 1362, "stop_counts": 4644 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.098035, 39.990748 ], [ -75.095726, 39.99195 ], [ -75.093664, 39.9896 ], [ -75.091216, 39.99088 ], [ -75.089616, 39.989064 ], [ -75.094393, 39.98663 ], [ -75.095964, 39.988395 ], [ -75.097054, 39.987828 ], [ -75.099128, 39.990172 ], [ -75.098035, 39.990748 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010235001", "device_counts": 431, "stop_counts": 1330 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209969, 40.047081 ], [ -75.209622, 40.047047 ], [ -75.207005, 40.047063 ], [ -75.201433, 40.042404 ], [ -75.193127, 40.035381 ], [ -75.189063, 40.031905 ], [ -75.190861, 40.031144 ], [ -75.196938, 40.033266 ], [ -75.197535, 40.033892 ], [ -75.198918, 40.038973 ], [ -75.200359, 40.037477 ], [ -75.202846, 40.039503 ], [ -75.203164, 40.037635 ], [ -75.205546, 40.039057 ], [ -75.205047, 40.043123 ], [ -75.207016, 40.0416 ], [ -75.208173, 40.04199 ], [ -75.20994, 40.044636 ], [ -75.209969, 40.047081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279022", "device_counts": 1544, "stop_counts": 5572 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158834, 40.035884 ], [ -75.158363, 40.036346 ], [ -75.158341, 40.042021 ], [ -75.158306, 40.042861 ], [ -75.153946, 40.042752 ], [ -75.154068, 40.041016 ], [ -75.154415, 40.039493 ], [ -75.149988, 40.038971 ], [ -75.149126, 40.037464 ], [ -75.149859, 40.035827 ], [ -75.151272, 40.032579 ], [ -75.152369, 40.031387 ], [ -75.154034, 40.031564 ], [ -75.154776, 40.031452 ], [ -75.157119, 40.030993 ], [ -75.158124, 40.030825 ], [ -75.15764, 40.033206 ], [ -75.159601, 40.035137 ], [ -75.158834, 40.035884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149002", "device_counts": 227, "stop_counts": 739 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176933, 39.982713 ], [ -75.175344, 39.982517 ], [ -75.175989, 39.979572 ], [ -75.177585, 39.979774 ], [ -75.176933, 39.982713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151023", "device_counts": 754, "stop_counts": 1941 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183795, 39.988236 ], [ -75.183601, 39.989159 ], [ -75.183459, 39.9898 ], [ -75.180257, 39.989388 ], [ -75.178616, 39.989179 ], [ -75.179043, 39.987154 ], [ -75.180258, 39.986345 ], [ -75.180896, 39.986709 ], [ -75.18255, 39.986509 ], [ -75.184136, 39.986721 ], [ -75.183795, 39.988236 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152003", "device_counts": 310, "stop_counts": 1382 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174694, 39.985506 ], [ -75.174361, 39.987024 ], [ -75.171197, 39.986603 ], [ -75.17151, 39.98509 ], [ -75.171847, 39.983599 ], [ -75.175026, 39.98402 ], [ -75.174694, 39.985506 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157002", "device_counts": 294, "stop_counts": 1160 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136423, 39.97902 ], [ -75.136105, 39.980514 ], [ -75.133733, 39.980208 ], [ -75.13437, 39.977219 ], [ -75.136739, 39.977527 ], [ -75.136423, 39.97902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158005", "device_counts": 740, "stop_counts": 2208 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133374, 39.97409 ], [ -75.13267, 39.975304 ], [ -75.130366, 39.97445 ], [ -75.129224, 39.972357 ], [ -75.131239, 39.97165 ], [ -75.133286, 39.970766 ], [ -75.134401, 39.972303 ], [ -75.133374, 39.97409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378003", "device_counts": 560, "stop_counts": 2307 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117697, 39.980904 ], [ -75.117355, 39.981481 ], [ -75.116146, 39.980111 ], [ -75.114768, 39.978568 ], [ -75.117217, 39.977289 ], [ -75.118611, 39.978879 ], [ -75.117697, 39.980904 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163001", "device_counts": 1038, "stop_counts": 3518 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130898, 39.99089 ], [ -75.127031, 39.990386 ], [ -75.125491, 39.989836 ], [ -75.127363, 39.988792 ], [ -75.129641, 39.987546 ], [ -75.131557, 39.987799 ], [ -75.130898, 39.99089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167011", "device_counts": 551, "stop_counts": 1605 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160946, 39.994737 ], [ -75.159366, 39.994525 ], [ -75.160044, 39.991473 ], [ -75.160365, 39.989991 ], [ -75.161948, 39.990185 ], [ -75.160946, 39.994737 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168003", "device_counts": 251, "stop_counts": 962 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165738, 39.990675 ], [ -75.1635, 39.990401 ], [ -75.164184, 39.987311 ], [ -75.166408, 39.987598 ], [ -75.165738, 39.990675 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169023", "device_counts": 840, "stop_counts": 2706 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186148, 39.992662 ], [ -75.185793, 39.994349 ], [ -75.183009, 39.994439 ], [ -75.182463, 39.994365 ], [ -75.179248, 39.993963 ], [ -75.179584, 39.992463 ], [ -75.179748, 39.991715 ], [ -75.185808, 39.992075 ], [ -75.186148, 39.992662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175002", "device_counts": 853, "stop_counts": 2897 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141495, 39.995422 ], [ -75.140498, 39.999993 ], [ -75.138524, 39.999743 ], [ -75.138713, 39.998891 ], [ -75.139199, 39.996661 ], [ -75.139851, 39.993672 ], [ -75.14183, 39.993929 ], [ -75.141495, 39.995422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177025", "device_counts": 1109, "stop_counts": 3352 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12538, 39.998043 ], [ -75.125058, 39.999628 ], [ -75.120933, 39.999097 ], [ -75.121617, 39.99592 ], [ -75.125737, 39.996451 ], [ -75.12538, 39.998043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177013", "device_counts": 641, "stop_counts": 2368 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118994, 39.998852 ], [ -75.117055, 39.998601 ], [ -75.115107, 39.998347 ], [ -75.115447, 39.996753 ], [ -75.116414, 39.996881 ], [ -75.119328, 39.997255 ], [ -75.118994, 39.998852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178004", "device_counts": 304, "stop_counts": 1233 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118392, 39.990528 ], [ -75.116662, 39.991437 ], [ -75.115083, 39.989526 ], [ -75.116751, 39.988652 ], [ -75.118392, 39.990528 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179003", "device_counts": 521, "stop_counts": 1918 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115605, 39.983551 ], [ -75.114934, 39.984697 ], [ -75.111887, 39.986296 ], [ -75.111221, 39.985268 ], [ -75.11345, 39.984105 ], [ -75.115251, 39.983157 ], [ -75.115605, 39.983551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183002", "device_counts": 675, "stop_counts": 3915 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07472, 39.9987 ], [ -75.070175, 40.00106 ], [ -75.069049, 39.999566 ], [ -75.072513, 39.996193 ], [ -75.073491, 39.997297 ], [ -75.07472, 39.9987 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188005", "device_counts": 971, "stop_counts": 2383 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111558, 39.997475 ], [ -75.109617, 39.995123 ], [ -75.108659, 39.993741 ], [ -75.108144, 39.993156 ], [ -75.109709, 39.992334 ], [ -75.110258, 39.992957 ], [ -75.111369, 39.994211 ], [ -75.113387, 39.996493 ], [ -75.111558, 39.997475 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188007", "device_counts": 748, "stop_counts": 2618 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109848, 39.998436 ], [ -75.106442, 40.000322 ], [ -75.104335, 39.997884 ], [ -75.104043, 39.997555 ], [ -75.106215, 39.996224 ], [ -75.107775, 39.996084 ], [ -75.109848, 39.998436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192006", "device_counts": 519, "stop_counts": 1714 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12441, 40.002634 ], [ -75.119314, 40.002003 ], [ -75.119644, 40.000464 ], [ -75.124732, 40.001124 ], [ -75.12441, 40.002634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383003", "device_counts": 2071, "stop_counts": 5608 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135533, 40.013463 ], [ -75.13519, 40.015056 ], [ -75.134194, 40.019619 ], [ -75.131828, 40.019316 ], [ -75.132327, 40.014695 ], [ -75.131135, 40.014535 ], [ -75.131779, 40.011482 ], [ -75.135858, 40.011982 ], [ -75.135533, 40.013463 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197002", "device_counts": 570, "stop_counts": 2007 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13981, 40.014014 ], [ -75.137502, 40.01371 ], [ -75.136231, 40.013547 ], [ -75.135533, 40.013463 ], [ -75.135858, 40.011982 ], [ -75.136537, 40.012068 ], [ -75.137826, 40.012233 ], [ -75.139484, 40.012453 ], [ -75.140125, 40.012538 ], [ -75.13981, 40.014014 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198002", "device_counts": 335, "stop_counts": 1141 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14332, 40.012926 ], [ -75.141786, 40.012708 ], [ -75.142438, 40.009743 ], [ -75.143981, 40.009949 ], [ -75.14332, 40.012926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201012", "device_counts": 1524, "stop_counts": 2859 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154205, 40.003395 ], [ -75.152549, 40.003181 ], [ -75.152926, 40.001592 ], [ -75.153609, 39.998515 ], [ -75.155232, 39.998728 ], [ -75.154205, 40.003395 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201023", "device_counts": 638, "stop_counts": 1881 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157945, 40.008486 ], [ -75.157775, 40.009231 ], [ -75.156653, 40.014419 ], [ -75.156652, 40.014618 ], [ -75.155185, 40.015295 ], [ -75.155681, 40.011457 ], [ -75.156028, 40.009868 ], [ -75.156376, 40.008284 ], [ -75.158106, 40.007736 ], [ -75.157945, 40.008486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209004", "device_counts": 798, "stop_counts": 2046 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213266, 40.021301 ], [ -75.21275, 40.021541 ], [ -75.211564, 40.020898 ], [ -75.209735, 40.018509 ], [ -75.211744, 40.017388 ], [ -75.213, 40.018652 ], [ -75.214841, 40.020594 ], [ -75.213266, 40.021301 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210005", "device_counts": 278, "stop_counts": 975 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214311, 40.024553 ], [ -75.212764, 40.025348 ], [ -75.210348, 40.022259 ], [ -75.209213, 40.021899 ], [ -75.211564, 40.020898 ], [ -75.21275, 40.021541 ], [ -75.213266, 40.021301 ], [ -75.215348, 40.023903 ], [ -75.214311, 40.024553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213005", "device_counts": 246, "stop_counts": 1389 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225849, 40.033506 ], [ -75.222011, 40.035206 ], [ -75.220899, 40.033847 ], [ -75.220237, 40.033215 ], [ -75.219029, 40.032081 ], [ -75.220448, 40.031211 ], [ -75.222391, 40.033052 ], [ -75.224657, 40.031899 ], [ -75.225849, 40.033506 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213002", "device_counts": 608, "stop_counts": 1572 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220237, 40.033215 ], [ -75.216638, 40.034833 ], [ -75.214493, 40.032838 ], [ -75.2177, 40.030848 ], [ -75.219029, 40.032081 ], [ -75.220237, 40.033215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214003", "device_counts": 377, "stop_counts": 1168 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226157, 40.027648 ], [ -75.223474, 40.029441 ], [ -75.221837, 40.027263 ], [ -75.223862, 40.026345 ], [ -75.226157, 40.027648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214002", "device_counts": 202, "stop_counts": 1003 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219728, 40.029436 ], [ -75.219114, 40.029931 ], [ -75.216632, 40.027602 ], [ -75.218841, 40.0266 ], [ -75.219658, 40.02755 ], [ -75.22124, 40.027551 ], [ -75.219728, 40.029436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217004", "device_counts": 295, "stop_counts": 2020 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222808, 40.038112 ], [ -75.218547, 40.042626 ], [ -75.214663, 40.040052 ], [ -75.214111, 40.040124 ], [ -75.213026, 40.039412 ], [ -75.218759, 40.036654 ], [ -75.222052, 40.037775 ], [ -75.222808, 40.038112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010387001", "device_counts": 1511, "stop_counts": 3269 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207327, 40.076561 ], [ -75.205081, 40.078823 ], [ -75.202649, 40.07739 ], [ -75.200378, 40.07959 ], [ -75.197601, 40.077991 ], [ -75.199361, 40.075928 ], [ -75.199496, 40.07547 ], [ -75.199786, 40.075366 ], [ -75.200878, 40.074958 ], [ -75.202651, 40.073212 ], [ -75.203427, 40.07418 ], [ -75.206418, 40.076011 ], [ -75.207327, 40.076561 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388003", "device_counts": 877, "stop_counts": 2138 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195763, 40.055507 ], [ -75.19022, 40.059199 ], [ -75.189423, 40.058417 ], [ -75.188077, 40.056898 ], [ -75.191752, 40.054604 ], [ -75.192966, 40.055267 ], [ -75.193951, 40.054358 ], [ -75.194647, 40.054791 ], [ -75.195763, 40.055507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238003", "device_counts": 585, "stop_counts": 1782 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182925, 40.034066 ], [ -75.1804, 40.036534 ], [ -75.177629, 40.039229 ], [ -75.176428, 40.037794 ], [ -75.181235, 40.033097 ], [ -75.182925, 40.034066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240004", "device_counts": 378, "stop_counts": 1488 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1793, 40.027944 ], [ -75.177222, 40.026659 ], [ -75.175207, 40.02544 ], [ -75.178141, 40.022595 ], [ -75.181668, 40.025657 ], [ -75.1793, 40.027944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243001", "device_counts": 238, "stop_counts": 1326 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178141, 40.022595 ], [ -75.175207, 40.02544 ], [ -75.174043, 40.026588 ], [ -75.172523, 40.025758 ], [ -75.176861, 40.021501 ], [ -75.178141, 40.022595 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247002", "device_counts": 1357, "stop_counts": 3861 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165078, 40.041858 ], [ -75.163452, 40.043431 ], [ -75.161033, 40.045769 ], [ -75.158217, 40.045076 ], [ -75.158306, 40.042861 ], [ -75.158341, 40.042021 ], [ -75.162077, 40.038163 ], [ -75.164852, 40.039867 ], [ -75.165078, 40.041858 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249001", "device_counts": 561, "stop_counts": 1637 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161898, 40.052842 ], [ -75.158889, 40.055768 ], [ -75.157748, 40.055153 ], [ -75.157557, 40.055034 ], [ -75.157729, 40.052626 ], [ -75.15878, 40.053225 ], [ -75.160222, 40.051826 ], [ -75.161898, 40.052842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252002", "device_counts": 500, "stop_counts": 1239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181057, 40.045381 ], [ -75.177154, 40.042988 ], [ -75.177651, 40.0425 ], [ -75.17573, 40.041333 ], [ -75.177757, 40.039401 ], [ -75.180884, 40.043246 ], [ -75.181701, 40.044831 ], [ -75.181057, 40.045381 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253004", "device_counts": 256, "stop_counts": 866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186535, 40.056209 ], [ -75.183366, 40.05922 ], [ -75.180513, 40.057498 ], [ -75.182825, 40.056545 ], [ -75.184472, 40.054919 ], [ -75.186535, 40.056209 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253002", "device_counts": 315, "stop_counts": 1319 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184693, 40.050641 ], [ -75.181906, 40.053341 ], [ -75.179616, 40.051956 ], [ -75.183398, 40.048254 ], [ -75.184573, 40.050403 ], [ -75.184693, 40.050641 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255001", "device_counts": 191, "stop_counts": 672 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188629, 40.062443 ], [ -75.185757, 40.065121 ], [ -75.18437, 40.066442 ], [ -75.181956, 40.064987 ], [ -75.186236, 40.060989 ], [ -75.188629, 40.062443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259005", "device_counts": 233, "stop_counts": 1412 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177696, 40.083378 ], [ -75.174143, 40.08135 ], [ -75.175627, 40.07984 ], [ -75.176145, 40.079288 ], [ -75.179756, 40.081333 ], [ -75.177696, 40.083378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260003", "device_counts": 257, "stop_counts": 1247 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174171, 40.076549 ], [ -75.172621, 40.078103 ], [ -75.170289, 40.076767 ], [ -75.170822, 40.076226 ], [ -75.170406, 40.074391 ], [ -75.171716, 40.073039 ], [ -75.17394, 40.07431 ], [ -75.175509, 40.075214 ], [ -75.174171, 40.076549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263022", "device_counts": 1084, "stop_counts": 2728 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157379, 40.067944 ], [ -75.156776, 40.068675 ], [ -75.156285, 40.067006 ], [ -75.152602, 40.067646 ], [ -75.153513, 40.064285 ], [ -75.155254, 40.062431 ], [ -75.156726, 40.064442 ], [ -75.159299, 40.065913 ], [ -75.157379, 40.067944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264003", "device_counts": 589, "stop_counts": 1842 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163166, 40.061911 ], [ -75.161105, 40.060726 ], [ -75.160983, 40.060654 ], [ -75.160911, 40.057865 ], [ -75.162122, 40.057638 ], [ -75.165453, 40.059541 ], [ -75.163166, 40.061911 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265005", "device_counts": 297, "stop_counts": 951 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157748, 40.055153 ], [ -75.15553, 40.056216 ], [ -75.156168, 40.057019 ], [ -75.154904, 40.057595 ], [ -75.153438, 40.055707 ], [ -75.155554, 40.054074 ], [ -75.157557, 40.055034 ], [ -75.157748, 40.055153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265004", "device_counts": 440, "stop_counts": 1337 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154904, 40.057595 ], [ -75.152752, 40.05859 ], [ -75.149219, 40.058432 ], [ -75.152594, 40.056367 ], [ -75.153438, 40.055707 ], [ -75.154904, 40.057595 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266003", "device_counts": 330, "stop_counts": 1123 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150505, 40.067377 ], [ -75.148648, 40.067138 ], [ -75.148331, 40.068485 ], [ -75.146683, 40.067547 ], [ -75.147022, 40.065892 ], [ -75.150719, 40.066367 ], [ -75.150505, 40.067377 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268001", "device_counts": 1287, "stop_counts": 3752 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14117, 40.063012 ], [ -75.140709, 40.064133 ], [ -75.139427, 40.063358 ], [ -75.136719, 40.061821 ], [ -75.135124, 40.060989 ], [ -75.136631, 40.059187 ], [ -75.137025, 40.058773 ], [ -75.139067, 40.058017 ], [ -75.140544, 40.058209 ], [ -75.142182, 40.058424 ], [ -75.14117, 40.063012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268002", "device_counts": 920, "stop_counts": 2064 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141443, 40.054208 ], [ -75.141106, 40.054608 ], [ -75.139067, 40.058017 ], [ -75.137025, 40.058773 ], [ -75.137767, 40.053112 ], [ -75.14156, 40.053599 ], [ -75.141443, 40.054208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273001", "device_counts": 3106, "stop_counts": 10512 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121072, 40.036815 ], [ -75.120434, 40.039886 ], [ -75.120103, 40.041417 ], [ -75.115488, 40.041183 ], [ -75.113544, 40.042711 ], [ -75.11307, 40.043971 ], [ -75.112248, 40.04321 ], [ -75.114427, 40.039903 ], [ -75.114369, 40.0393 ], [ -75.113767, 40.037366 ], [ -75.113107, 40.036567 ], [ -75.114896, 40.034447 ], [ -75.120074, 40.035111 ], [ -75.121421, 40.035281 ], [ -75.121072, 40.036815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274022", "device_counts": 639, "stop_counts": 2434 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127641, 40.036063 ], [ -75.12386, 40.035562 ], [ -75.124167, 40.032575 ], [ -75.126164, 40.032281 ], [ -75.128428, 40.032472 ], [ -75.127641, 40.036063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275002", "device_counts": 834, "stop_counts": 2544 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132967, 40.038346 ], [ -75.132216, 40.041759 ], [ -75.131387, 40.041648 ], [ -75.129498, 40.041048 ], [ -75.130518, 40.036437 ], [ -75.132476, 40.036684 ], [ -75.132967, 40.038346 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276003", "device_counts": 904, "stop_counts": 2425 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143868, 40.042901 ], [ -75.143547, 40.044426 ], [ -75.138205, 40.043739 ], [ -75.138534, 40.042223 ], [ -75.139322, 40.04232 ], [ -75.139612, 40.0408 ], [ -75.144224, 40.041381 ], [ -75.143868, 40.042901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277002", "device_counts": 490, "stop_counts": 1475 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150142, 40.051578 ], [ -75.148578, 40.051383 ], [ -75.148708, 40.050778 ], [ -75.147265, 40.049965 ], [ -75.147337, 40.049656 ], [ -75.147672, 40.048117 ], [ -75.148345, 40.048204 ], [ -75.15082, 40.048518 ], [ -75.150142, 40.051578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279021", "device_counts": 436, "stop_counts": 1330 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154068, 40.041016 ], [ -75.153946, 40.042752 ], [ -75.153883, 40.043659 ], [ -75.152081, 40.043608 ], [ -75.149796, 40.043673 ], [ -75.150336, 40.042028 ], [ -75.151249, 40.041174 ], [ -75.151505, 40.040612 ], [ -75.149988, 40.038971 ], [ -75.154415, 40.039493 ], [ -75.154068, 40.041016 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283001", "device_counts": 203, "stop_counts": 836 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141668, 40.0316 ], [ -75.139304, 40.031288 ], [ -75.13998, 40.028245 ], [ -75.142334, 40.028543 ], [ -75.141668, 40.0316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283007", "device_counts": 1571, "stop_counts": 3748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147218, 40.027644 ], [ -75.14685, 40.029481 ], [ -75.144284, 40.030814 ], [ -75.144716, 40.028855 ], [ -75.145359, 40.025873 ], [ -75.147555, 40.026138 ], [ -75.147218, 40.027644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286002", "device_counts": 1272, "stop_counts": 2792 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133167, 40.024299 ], [ -75.132838, 40.025783 ], [ -75.130774, 40.026421 ], [ -75.127935, 40.026158 ], [ -75.127816, 40.024683 ], [ -75.130367, 40.024146 ], [ -75.131339, 40.023947 ], [ -75.131594, 40.023893 ], [ -75.131584, 40.024069 ], [ -75.133287, 40.023784 ], [ -75.133167, 40.024299 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010287002", "device_counts": 635, "stop_counts": 2525 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134016, 40.020372 ], [ -75.131171, 40.019997 ], [ -75.130367, 40.024146 ], [ -75.127816, 40.024683 ], [ -75.126967, 40.024818 ], [ -75.127234, 40.02353 ], [ -75.127922, 40.021979 ], [ -75.128883, 40.018945 ], [ -75.131828, 40.019316 ], [ -75.134194, 40.019619 ], [ -75.134016, 40.020372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289025", "device_counts": 369, "stop_counts": 1320 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117173, 40.026386 ], [ -75.114461, 40.026784 ], [ -75.113323, 40.024916 ], [ -75.114348, 40.024951 ], [ -75.117389, 40.02504 ], [ -75.117173, 40.026386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294001", "device_counts": 249, "stop_counts": 937 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085519, 40.014787 ], [ -75.083248, 40.013562 ], [ -75.0817, 40.012736 ], [ -75.080857, 40.011903 ], [ -75.080314, 40.011393 ], [ -75.082668, 40.009938 ], [ -75.085818, 40.014448 ], [ -75.085519, 40.014787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298003", "device_counts": 786, "stop_counts": 2148 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070504, 40.017255 ], [ -75.067782, 40.017853 ], [ -75.066195, 40.016956 ], [ -75.066752, 40.016661 ], [ -75.065941, 40.015727 ], [ -75.06807, 40.014992 ], [ -75.068202, 40.014729 ], [ -75.068353, 40.014209 ], [ -75.069585, 40.014649 ], [ -75.070504, 40.017255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300006", "device_counts": 1664, "stop_counts": 4486 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086382, 40.015257 ], [ -75.083508, 40.018365 ], [ -75.079927, 40.016418 ], [ -75.083248, 40.013562 ], [ -75.085519, 40.014787 ], [ -75.086382, 40.015257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300001", "device_counts": 198, "stop_counts": 808 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075622, 40.024074 ], [ -75.073963, 40.025073 ], [ -75.073364, 40.025369 ], [ -75.069087, 40.021904 ], [ -75.072271, 40.020248 ], [ -75.073892, 40.022107 ], [ -75.074175, 40.022429 ], [ -75.075622, 40.024074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301001", "device_counts": 443, "stop_counts": 1650 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085089, 40.022761 ], [ -75.084426, 40.022417 ], [ -75.084269, 40.022331 ], [ -75.081309, 40.02076 ], [ -75.083508, 40.018365 ], [ -75.084591, 40.019701 ], [ -75.086819, 40.020966 ], [ -75.085089, 40.022761 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302001", "device_counts": 2232, "stop_counts": 10200 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081931, 40.024707 ], [ -75.080031, 40.025569 ], [ -75.077861, 40.027869 ], [ -75.075488, 40.027071 ], [ -75.073364, 40.025369 ], [ -75.073963, 40.025073 ], [ -75.075622, 40.024074 ], [ -75.079414, 40.021387 ], [ -75.080281, 40.021866 ], [ -75.081309, 40.02076 ], [ -75.084269, 40.022331 ], [ -75.081931, 40.024707 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305022", "device_counts": 252, "stop_counts": 1734 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105314, 40.049378 ], [ -75.102875, 40.047968 ], [ -75.105191, 40.0454 ], [ -75.107491, 40.046751 ], [ -75.105314, 40.049378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305024", "device_counts": 1136, "stop_counts": 4022 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105787, 40.044735 ], [ -75.103518, 40.043463 ], [ -75.101105, 40.045038 ], [ -75.100374, 40.044605 ], [ -75.104633, 40.040073 ], [ -75.10827, 40.042213 ], [ -75.105787, 40.044735 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307003", "device_counts": 2188, "stop_counts": 7642 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092524, 40.055467 ], [ -75.093483, 40.057259 ], [ -75.087425, 40.063599 ], [ -75.085729, 40.062589 ], [ -75.08478, 40.062044 ], [ -75.089972, 40.057821 ], [ -75.088408, 40.05694 ], [ -75.089115, 40.056227 ], [ -75.092131, 40.053178 ], [ -75.093706, 40.054203 ], [ -75.092524, 40.055467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310005", "device_counts": 305, "stop_counts": 1944 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079809, 40.048391 ], [ -75.07863, 40.049634 ], [ -75.075037, 40.047638 ], [ -75.075637, 40.047005 ], [ -75.076223, 40.046386 ], [ -75.077403, 40.045139 ], [ -75.079188, 40.046133 ], [ -75.080987, 40.047133 ], [ -75.079809, 40.048391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311014", "device_counts": 361, "stop_counts": 1462 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082674, 40.04242 ], [ -75.080351, 40.044905 ], [ -75.079188, 40.046133 ], [ -75.077403, 40.045139 ], [ -75.078565, 40.043904 ], [ -75.078996, 40.043455 ], [ -75.080164, 40.042213 ], [ -75.080904, 40.041432 ], [ -75.082674, 40.04242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313003", "device_counts": 1782, "stop_counts": 5844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075336, 40.038281 ], [ -75.072996, 40.040803 ], [ -75.071817, 40.040124 ], [ -75.070025, 40.039139 ], [ -75.068003, 40.038059 ], [ -75.069261, 40.036809 ], [ -75.070523, 40.035618 ], [ -75.07355, 40.037298 ], [ -75.075336, 40.038281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314011", "device_counts": 1574, "stop_counts": 4899 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068475, 40.048729 ], [ -75.066045, 40.051181 ], [ -75.063437, 40.049751 ], [ -75.066427, 40.046619 ], [ -75.067109, 40.047015 ], [ -75.069073, 40.048109 ], [ -75.068475, 40.048729 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314013", "device_counts": 1343, "stop_counts": 3420 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068234, 40.041945 ], [ -75.067069, 40.043188 ], [ -75.065919, 40.044399 ], [ -75.063143, 40.042901 ], [ -75.06434, 40.041676 ], [ -75.06558, 40.040442 ], [ -75.067663, 40.041634 ], [ -75.068234, 40.041945 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315014", "device_counts": 400, "stop_counts": 1726 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.053584, 40.036574 ], [ -75.0518, 40.038476 ], [ -75.05122, 40.039091 ], [ -75.047973, 40.037283 ], [ -75.050349, 40.034769 ], [ -75.051973, 40.035672 ], [ -75.053584, 40.036574 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315015", "device_counts": 453, "stop_counts": 2631 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.049027, 40.041412 ], [ -75.047424, 40.040497 ], [ -75.045919, 40.039643 ], [ -75.045806, 40.039579 ], [ -75.047405, 40.037892 ], [ -75.047973, 40.037283 ], [ -75.05122, 40.039091 ], [ -75.049027, 40.041412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316005", "device_counts": 289, "stop_counts": 1972 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060338, 40.034685 ], [ -75.057092, 40.032869 ], [ -75.058231, 40.031651 ], [ -75.058848, 40.030998 ], [ -75.0621, 40.032813 ], [ -75.060338, 40.034685 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318002", "device_counts": 380, "stop_counts": 1649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07908, 40.028552 ], [ -75.077661, 40.030054 ], [ -75.076783, 40.031474 ], [ -75.073733, 40.029784 ], [ -75.074325, 40.028469 ], [ -75.075488, 40.027071 ], [ -75.077861, 40.027869 ], [ -75.07908, 40.028552 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319002", "device_counts": 391, "stop_counts": 2210 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06308, 40.022452 ], [ -75.059761, 40.024161 ], [ -75.057513, 40.021597 ], [ -75.06113, 40.019725 ], [ -75.062925, 40.021777 ], [ -75.06308, 40.022452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320006", "device_counts": 330, "stop_counts": 1583 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057594, 40.026031 ], [ -75.056953, 40.026361 ], [ -75.056294, 40.026703 ], [ -75.055398, 40.025673 ], [ -75.054495, 40.024648 ], [ -75.053604, 40.023615 ], [ -75.055564, 40.022606 ], [ -75.057806, 40.025174 ], [ -75.057594, 40.026031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323002", "device_counts": 694, "stop_counts": 2698 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057513, 40.021597 ], [ -75.055564, 40.022606 ], [ -75.053604, 40.023615 ], [ -75.052702, 40.022592 ], [ -75.051773, 40.021535 ], [ -75.055687, 40.019504 ], [ -75.057513, 40.021597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326002", "device_counts": 346, "stop_counts": 1482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045554, 40.032261 ], [ -75.043433, 40.033356 ], [ -75.039473, 40.035404 ], [ -75.038616, 40.034355 ], [ -75.042537, 40.032328 ], [ -75.044655, 40.031231 ], [ -75.045554, 40.032261 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326005", "device_counts": 1221, "stop_counts": 3616 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0387, 40.029839 ], [ -75.036055, 40.031206 ], [ -75.03517, 40.030116 ], [ -75.034354, 40.029096 ], [ -75.036898, 40.027779 ], [ -75.0387, 40.029839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330001", "device_counts": 549, "stop_counts": 1739 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035331, 40.038788 ], [ -75.034423, 40.03912 ], [ -75.033427, 40.039473 ], [ -75.032295, 40.037622 ], [ -75.034538, 40.036464 ], [ -75.036276, 40.038441 ], [ -75.035331, 40.038788 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331013", "device_counts": 625, "stop_counts": 2385 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036557, 40.041926 ], [ -75.033482, 40.043203 ], [ -75.031919, 40.041201 ], [ -75.03134, 40.040236 ], [ -75.033427, 40.039473 ], [ -75.034423, 40.03912 ], [ -75.035726, 40.040863 ], [ -75.036557, 40.041926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335003", "device_counts": 1064, "stop_counts": 3392 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073256, 40.05533 ], [ -75.069224, 40.059583 ], [ -75.06743, 40.0586 ], [ -75.067204, 40.05641 ], [ -75.067582, 40.05606 ], [ -75.065475, 40.05619 ], [ -75.065544, 40.055704 ], [ -75.068503, 40.05259 ], [ -75.069721, 40.053284 ], [ -75.071514, 40.054341 ], [ -75.073256, 40.05533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336002", "device_counts": 525, "stop_counts": 2643 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060101, 40.060221 ], [ -75.058923, 40.061473 ], [ -75.058323, 40.062116 ], [ -75.052996, 40.059096 ], [ -75.053574, 40.058477 ], [ -75.054745, 40.057252 ], [ -75.055937, 40.055993 ], [ -75.059693, 40.058084 ], [ -75.061304, 40.058975 ], [ -75.060101, 40.060221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337021", "device_counts": 403, "stop_counts": 2556 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055857, 40.073249 ], [ -75.049347, 40.077036 ], [ -75.048258, 40.077034 ], [ -75.045793, 40.075329 ], [ -75.047467, 40.076419 ], [ -75.051719, 40.072241 ], [ -75.050462, 40.071509 ], [ -75.051875, 40.069988 ], [ -75.053221, 40.070759 ], [ -75.055004, 40.071771 ], [ -75.053579, 40.073299 ], [ -75.055857, 40.073249 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338004", "device_counts": 362, "stop_counts": 2118 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081402, 40.060031 ], [ -75.077504, 40.064196 ], [ -75.075991, 40.064342 ], [ -75.073304, 40.062812 ], [ -75.073909, 40.062192 ], [ -75.074826, 40.062706 ], [ -75.07876, 40.0585 ], [ -75.081402, 40.060031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340003", "device_counts": 735, "stop_counts": 2503 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07966, 40.069203 ], [ -75.077202, 40.071627 ], [ -75.0759, 40.072884 ], [ -75.074029, 40.071983 ], [ -75.077112, 40.068714 ], [ -75.075439, 40.067803 ], [ -75.076022, 40.067172 ], [ -75.074845, 40.066538 ], [ -75.077177, 40.065785 ], [ -75.07805, 40.06636 ], [ -75.080965, 40.067974 ], [ -75.07966, 40.069203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345022", "device_counts": 5299, "stop_counts": 16039 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037498, 40.085459 ], [ -75.028952, 40.080968 ], [ -75.035087, 40.074617 ], [ -75.03536, 40.074939 ], [ -75.036758, 40.079083 ], [ -75.0384, 40.084472 ], [ -75.037498, 40.085459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347012", "device_counts": 873, "stop_counts": 4734 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040265, 40.068747 ], [ -75.036372, 40.066447 ], [ -75.033152, 40.068038 ], [ -75.033861, 40.071694 ], [ -75.032965, 40.072152 ], [ -75.02966, 40.068154 ], [ -75.028256, 40.067314 ], [ -75.028512, 40.06684 ], [ -75.028362, 40.064504 ], [ -75.029986, 40.064398 ], [ -75.033628, 40.060834 ], [ -75.034523, 40.058672 ], [ -75.03433, 40.057067 ], [ -75.035062, 40.057327 ], [ -75.035532, 40.05881 ], [ -75.034225, 40.062701 ], [ -75.03528, 40.064995 ], [ -75.0406, 40.068042 ], [ -75.040265, 40.068747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348022", "device_counts": 2395, "stop_counts": 6576 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.020575, 40.061252 ], [ -75.014109, 40.066867 ], [ -75.011311, 40.071169 ], [ -75.007269, 40.069161 ], [ -75.008128, 40.068585 ], [ -75.008788, 40.06735 ], [ -75.009635, 40.067672 ], [ -75.011381, 40.06842 ], [ -75.013145, 40.066335 ], [ -75.012747, 40.062185 ], [ -75.013629, 40.062047 ], [ -75.013066, 40.059901 ], [ -75.013062, 40.059109 ], [ -75.013284, 40.058573 ], [ -75.013797, 40.058001 ], [ -75.014444, 40.057424 ], [ -75.019815, 40.060783 ], [ -75.020575, 40.061252 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349004", "device_counts": 1096, "stop_counts": 3715 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021984, 40.037965 ], [ -75.020392, 40.04353 ], [ -75.018502, 40.044081 ], [ -75.016377, 40.045672 ], [ -75.013422, 40.043306 ], [ -75.018683, 40.040047 ], [ -75.01783, 40.039076 ], [ -75.021682, 40.037088 ], [ -75.021984, 40.037965 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263014", "device_counts": 183, "stop_counts": 934 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166725, 40.070165 ], [ -75.164781, 40.072161 ], [ -75.162035, 40.070685 ], [ -75.164106, 40.068662 ], [ -75.165348, 40.069372 ], [ -75.166725, 40.070165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361002", "device_counts": 2895, "stop_counts": 7502 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.001796, 40.10493 ], [ -74.997124, 40.108151 ], [ -74.995134, 40.106336 ], [ -74.995483, 40.106202 ], [ -74.992326, 40.103876 ], [ -74.993327, 40.102963 ], [ -74.992674, 40.10104 ], [ -74.995464, 40.099166 ], [ -74.999804, 40.103236 ], [ -75.001796, 40.10493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347022", "device_counts": 690, "stop_counts": 2677 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028756, 40.056781 ], [ -75.028397, 40.056728 ], [ -75.028291, 40.056363 ], [ -75.025431, 40.05637 ], [ -75.024345, 40.05644 ], [ -75.023374, 40.055334 ], [ -75.024173, 40.051483 ], [ -75.026753, 40.050779 ], [ -75.028549, 40.056169 ], [ -75.029032, 40.056399 ], [ -75.028756, 40.056781 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363022", "device_counts": 862, "stop_counts": 5490 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981997, 40.102454 ], [ -74.9781, 40.099212 ], [ -74.977757, 40.098433 ], [ -74.981659, 40.095571 ], [ -74.979893, 40.09381 ], [ -74.986551, 40.099366 ], [ -74.981997, 40.102454 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038003", "device_counts": 623, "stop_counts": 2835 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179651, 39.923652 ], [ -75.176295, 39.92425 ], [ -75.176361, 39.92396 ], [ -75.176906, 39.921464 ], [ -75.180045, 39.921872 ], [ -75.179651, 39.923652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083024", "device_counts": 378, "stop_counts": 1203 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.244084, 39.955743 ], [ -75.240137, 39.955252 ], [ -75.238166, 39.955011 ], [ -75.238476, 39.953485 ], [ -75.240449, 39.953733 ], [ -75.24441, 39.954226 ], [ -75.244084, 39.955743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176021", "device_counts": 898, "stop_counts": 3242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12926, 39.998539 ], [ -75.12538, 39.998043 ], [ -75.125737, 39.996451 ], [ -75.126054, 39.994957 ], [ -75.129921, 39.99546 ], [ -75.12926, 39.998539 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009022", "device_counts": 2390, "stop_counts": 6374 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159751, 39.948783 ], [ -75.157392, 39.94849 ], [ -75.156646, 39.948394 ], [ -75.156855, 39.947246 ], [ -75.157113, 39.946025 ], [ -75.159481, 39.946325 ], [ -75.160267, 39.946422 ], [ -75.159751, 39.948783 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011022", "device_counts": 1342, "stop_counts": 3030 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159481, 39.946325 ], [ -75.157113, 39.946025 ], [ -75.156337, 39.945923 ], [ -75.156841, 39.943615 ], [ -75.159984, 39.944009 ], [ -75.159481, 39.946325 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012013", "device_counts": 1302, "stop_counts": 2898 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178156, 39.94719 ], [ -75.174627, 39.946753 ], [ -75.175054, 39.944832 ], [ -75.176985, 39.94508 ], [ -75.178578, 39.945269 ], [ -75.178156, 39.94719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013002", "device_counts": 656, "stop_counts": 1351 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180838, 39.942631 ], [ -75.180624, 39.943641 ], [ -75.177374, 39.943231 ], [ -75.177554, 39.942487 ], [ -75.177598, 39.942228 ], [ -75.177761, 39.941461 ], [ -75.181002, 39.941863 ], [ -75.180838, 39.942631 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014002", "device_counts": 536, "stop_counts": 875 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177374, 39.943231 ], [ -75.177169, 39.944209 ], [ -75.176985, 39.94508 ], [ -75.175054, 39.944832 ], [ -75.175241, 39.943969 ], [ -75.175628, 39.942254 ], [ -75.177554, 39.942487 ], [ -75.177374, 39.943231 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019001", "device_counts": 812, "stop_counts": 1927 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174271, 39.941021 ], [ -75.174104, 39.941793 ], [ -75.170955, 39.941404 ], [ -75.169386, 39.941211 ], [ -75.171125, 39.940626 ], [ -75.171341, 39.939663 ], [ -75.174481, 39.940056 ], [ -75.174271, 39.941021 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025003", "device_counts": 324, "stop_counts": 1161 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154194, 39.933649 ], [ -75.151041, 39.933227 ], [ -75.149463, 39.933019 ], [ -75.149728, 39.931793 ], [ -75.151309, 39.932007 ], [ -75.152893, 39.932208 ], [ -75.154454, 39.93242 ], [ -75.154194, 39.933649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028023", "device_counts": 652, "stop_counts": 2290 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161428, 39.930017 ], [ -75.158296, 39.929602 ], [ -75.158393, 39.929177 ], [ -75.158666, 39.927955 ], [ -75.158745, 39.927564 ], [ -75.161881, 39.927985 ], [ -75.161428, 39.930017 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030013", "device_counts": 586, "stop_counts": 2571 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172907, 39.929811 ], [ -75.171339, 39.929608 ], [ -75.170891, 39.929552 ], [ -75.171137, 39.928329 ], [ -75.171397, 39.927104 ], [ -75.172416, 39.927232 ], [ -75.173426, 39.927363 ], [ -75.172907, 39.929811 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031006", "device_counts": 554, "stop_counts": 1249 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181419, 39.932161 ], [ -75.181162, 39.933385 ], [ -75.180621, 39.935816 ], [ -75.179035, 39.935612 ], [ -75.179553, 39.933178 ], [ -75.180001, 39.93117 ], [ -75.181589, 39.931366 ], [ -75.181419, 39.932161 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032006", "device_counts": 348, "stop_counts": 1601 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.189148, 39.935671 ], [ -75.187578, 39.935461 ], [ -75.188115, 39.933014 ], [ -75.188636, 39.930583 ], [ -75.190222, 39.930779 ], [ -75.189148, 39.935671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033001", "device_counts": 542, "stop_counts": 2988 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192322, 39.931054 ], [ -75.191274, 39.935934 ], [ -75.189148, 39.935671 ], [ -75.190222, 39.930779 ], [ -75.191783, 39.930982 ], [ -75.192322, 39.931054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037015", "device_counts": 442, "stop_counts": 1658 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183601, 39.929928 ], [ -75.181944, 39.929729 ], [ -75.178445, 39.929271 ], [ -75.178615, 39.928469 ], [ -75.178705, 39.928046 ], [ -75.180624, 39.928289 ], [ -75.182804, 39.928575 ], [ -75.183601, 39.929928 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039023", "device_counts": 1129, "stop_counts": 3587 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17718, 39.91489 ], [ -75.175217, 39.915653 ], [ -75.175394, 39.914691 ], [ -75.171877, 39.914256 ], [ -75.172294, 39.912393 ], [ -75.177806, 39.91309 ], [ -75.17718, 39.91489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039012", "device_counts": 1092, "stop_counts": 3337 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173226, 39.923556 ], [ -75.170023, 39.923138 ], [ -75.170309, 39.921885 ], [ -75.170581, 39.920653 ], [ -75.173748, 39.92106 ], [ -75.173226, 39.923556 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040012", "device_counts": 843, "stop_counts": 2745 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166014, 39.923903 ], [ -75.162876, 39.923489 ], [ -75.163412, 39.921015 ], [ -75.166563, 39.921418 ], [ -75.166014, 39.923903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042014", "device_counts": 853, "stop_counts": 3646 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154526, 39.924895 ], [ -75.152938, 39.924679 ], [ -75.150101, 39.924305 ], [ -75.149405, 39.924207 ], [ -75.149916, 39.921819 ], [ -75.155056, 39.922495 ], [ -75.154526, 39.924895 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042024", "device_counts": 600, "stop_counts": 2224 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155597, 39.920013 ], [ -75.150461, 39.919345 ], [ -75.15073, 39.918097 ], [ -75.155865, 39.918755 ], [ -75.155597, 39.920013 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037023", "device_counts": 842, "stop_counts": 2016 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186029, 39.926481 ], [ -75.184393, 39.926276 ], [ -75.185202, 39.922574 ], [ -75.186937, 39.922318 ], [ -75.186029, 39.926481 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037012", "device_counts": 681, "stop_counts": 2314 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178859, 39.927265 ], [ -75.175741, 39.92685 ], [ -75.176088, 39.925198 ], [ -75.179242, 39.925606 ], [ -75.178859, 39.927265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060003", "device_counts": 272, "stop_counts": 895 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240333, 39.912999 ], [ -75.238949, 39.913959 ], [ -75.237599, 39.914934 ], [ -75.236026, 39.916036 ], [ -75.23463, 39.914848 ], [ -75.23374, 39.914073 ], [ -75.238951, 39.911823 ], [ -75.240333, 39.912999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062001", "device_counts": 464, "stop_counts": 1825 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230327, 39.922201 ], [ -75.227538, 39.91984 ], [ -75.22943, 39.918507 ], [ -75.232221, 39.920865 ], [ -75.230327, 39.922201 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065005", "device_counts": 255, "stop_counts": 906 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247028, 39.943414 ], [ -75.246634, 39.943541 ], [ -75.241771, 39.945297 ], [ -75.240266, 39.945866 ], [ -75.238875, 39.94468 ], [ -75.240969, 39.943762 ], [ -75.243542, 39.942306 ], [ -75.246822, 39.94297 ], [ -75.247028, 39.943414 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066002", "device_counts": 294, "stop_counts": 845 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231276, 39.931827 ], [ -75.230248, 39.932551 ], [ -75.227589, 39.930313 ], [ -75.229222, 39.929172 ], [ -75.230104, 39.929711 ], [ -75.232362, 39.931074 ], [ -75.231276, 39.931827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067006", "device_counts": 519, "stop_counts": 1789 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22495, 39.923838 ], [ -75.22444, 39.924188 ], [ -75.225832, 39.925361 ], [ -75.22484, 39.926055 ], [ -75.223452, 39.92489 ], [ -75.22216, 39.923892 ], [ -75.224111, 39.921005 ], [ -75.224926, 39.921692 ], [ -75.226319, 39.922867 ], [ -75.22495, 39.923838 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070001", "device_counts": 361, "stop_counts": 1294 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220278, 39.939572 ], [ -75.218874, 39.938393 ], [ -75.217614, 39.93733 ], [ -75.218983, 39.936369 ], [ -75.219442, 39.936041 ], [ -75.222098, 39.938279 ], [ -75.220278, 39.939572 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070002", "device_counts": 226, "stop_counts": 1070 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223012, 39.937643 ], [ -75.222098, 39.938279 ], [ -75.219442, 39.936041 ], [ -75.220343, 39.935408 ], [ -75.221605, 39.936464 ], [ -75.222986, 39.9355 ], [ -75.224388, 39.936676 ], [ -75.223012, 39.937643 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071024", "device_counts": 235, "stop_counts": 958 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229553, 39.943168 ], [ -75.228184, 39.944134 ], [ -75.226334, 39.942562 ], [ -75.229077, 39.940637 ], [ -75.229528, 39.941018 ], [ -75.230928, 39.942194 ], [ -75.229553, 39.943168 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073001", "device_counts": 259, "stop_counts": 867 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221612, 39.944584 ], [ -75.22022, 39.943415 ], [ -75.219138, 39.944186 ], [ -75.217136, 39.94374 ], [ -75.220175, 39.941602 ], [ -75.221367, 39.942626 ], [ -75.222759, 39.943806 ], [ -75.221612, 39.944584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074003", "device_counts": 327, "stop_counts": 1273 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.215246, 39.943087 ], [ -75.212601, 39.94085 ], [ -75.213865, 39.939974 ], [ -75.215089, 39.939093 ], [ -75.217764, 39.941343 ], [ -75.215246, 39.943087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078002", "device_counts": 323, "stop_counts": 682 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219002, 39.944283 ], [ -75.217733, 39.945183 ], [ -75.215162, 39.946978 ], [ -75.213961, 39.945974 ], [ -75.21652, 39.944171 ], [ -75.215615, 39.943402 ], [ -75.217136, 39.94374 ], [ -75.219138, 39.944186 ], [ -75.219002, 39.944283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078005", "device_counts": 747, "stop_counts": 1481 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.217121, 39.94861 ], [ -75.21292, 39.949065 ], [ -75.211389, 39.947796 ], [ -75.213961, 39.945974 ], [ -75.215162, 39.946978 ], [ -75.217121, 39.94861 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079003", "device_counts": 699, "stop_counts": 1283 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222914, 39.949975 ], [ -75.22275, 39.950754 ], [ -75.218833, 39.950273 ], [ -75.219234, 39.948368 ], [ -75.221237, 39.948161 ], [ -75.223315, 39.947925 ], [ -75.222914, 39.949975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081013", "device_counts": 309, "stop_counts": 1400 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239232, 39.949923 ], [ -75.239118, 39.950446 ], [ -75.235165, 39.949953 ], [ -75.235479, 39.948433 ], [ -75.23943, 39.948931 ], [ -75.239232, 39.949923 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082003", "device_counts": 778, "stop_counts": 2052 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243536, 39.948659 ], [ -75.239641, 39.947932 ], [ -75.240052, 39.945917 ], [ -75.240266, 39.945866 ], [ -75.241771, 39.945297 ], [ -75.242107, 39.945829 ], [ -75.244026, 39.946316 ], [ -75.243536, 39.948659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176015", "device_counts": 808, "stop_counts": 2623 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13735, 39.996421 ], [ -75.134444, 39.996049 ], [ -75.135807, 39.993154 ], [ -75.135121, 39.99306 ], [ -75.135466, 39.991479 ], [ -75.138352, 39.991851 ], [ -75.13735, 39.996421 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084006", "device_counts": 732, "stop_counts": 1817 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239658, 39.957534 ], [ -75.238785, 39.961715 ], [ -75.236808, 39.961471 ], [ -75.234869, 39.961231 ], [ -75.236971, 39.960698 ], [ -75.237448, 39.958433 ], [ -75.237934, 39.956062 ], [ -75.239909, 39.956313 ], [ -75.239658, 39.957534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085002", "device_counts": 1071, "stop_counts": 2157 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225634, 39.956372 ], [ -75.225351, 39.957714 ], [ -75.221397, 39.957227 ], [ -75.221559, 39.956461 ], [ -75.221798, 39.955319 ], [ -75.223775, 39.955565 ], [ -75.225746, 39.955814 ], [ -75.225634, 39.956372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087013", "device_counts": 1160, "stop_counts": 3531 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211677, 39.95524 ], [ -75.208761, 39.95488 ], [ -75.209264, 39.952522 ], [ -75.209326, 39.951436 ], [ -75.212393, 39.951811 ], [ -75.211677, 39.95524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088012", "device_counts": 3438, "stop_counts": 7231 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199622, 39.95686 ], [ -75.196121, 39.956429 ], [ -75.196603, 39.954149 ], [ -75.200098, 39.954582 ], [ -75.199622, 39.95686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093002", "device_counts": 324, "stop_counts": 1496 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22422, 39.963086 ], [ -75.223746, 39.963026 ], [ -75.219693, 39.962523 ], [ -75.219439, 39.960941 ], [ -75.224541, 39.961567 ], [ -75.22422, 39.963086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094003", "device_counts": 534, "stop_counts": 1448 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236587, 39.962519 ], [ -75.23454, 39.962807 ], [ -75.232527, 39.962557 ], [ -75.232857, 39.960976 ], [ -75.234869, 39.961231 ], [ -75.236808, 39.961471 ], [ -75.236587, 39.962519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096004", "device_counts": 550, "stop_counts": 1585 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247169, 39.965927 ], [ -75.242087, 39.965303 ], [ -75.242406, 39.963779 ], [ -75.246425, 39.964276 ], [ -75.247109, 39.964294 ], [ -75.247169, 39.965927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100003", "device_counts": 245, "stop_counts": 1160 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250203, 39.974815 ], [ -75.247797, 39.975079 ], [ -75.247494, 39.975113 ], [ -75.246935, 39.972111 ], [ -75.24887, 39.972339 ], [ -75.249901, 39.973197 ], [ -75.250203, 39.974815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101002", "device_counts": 571, "stop_counts": 1422 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240984, 39.971378 ], [ -75.241209, 39.9726 ], [ -75.240427, 39.972687 ], [ -75.237983, 39.972957 ], [ -75.237455, 39.970141 ], [ -75.239133, 39.969893 ], [ -75.24181, 39.971472 ], [ -75.240984, 39.971378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104002", "device_counts": 300, "stop_counts": 1021 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220823, 39.969982 ], [ -75.217172, 39.970351 ], [ -75.216996, 39.968969 ], [ -75.217866, 39.968342 ], [ -75.220578, 39.968067 ], [ -75.220823, 39.969982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105001", "device_counts": 651, "stop_counts": 1781 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2168, 39.967459 ], [ -75.21365, 39.967696 ], [ -75.213228, 39.964331 ], [ -75.216376, 39.964094 ], [ -75.216516, 39.965214 ], [ -75.2168, 39.967459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109002", "device_counts": 466, "stop_counts": 1762 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191719, 39.964652 ], [ -75.187933, 39.965074 ], [ -75.187551, 39.963931 ], [ -75.191494, 39.963503 ], [ -75.191719, 39.964652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111002", "device_counts": 1246, "stop_counts": 2634 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225841, 39.97143 ], [ -75.222613, 39.97212 ], [ -75.222827, 39.973318 ], [ -75.219481, 39.973665 ], [ -75.219655, 39.97377 ], [ -75.21953, 39.974639 ], [ -75.216331, 39.97279 ], [ -75.217767, 39.972627 ], [ -75.217172, 39.970351 ], [ -75.220823, 39.969982 ], [ -75.223118, 39.969747 ], [ -75.225372, 39.969517 ], [ -75.225841, 39.97143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112004", "device_counts": 417, "stop_counts": 1311 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237983, 39.972957 ], [ -75.235493, 39.973234 ], [ -75.234732, 39.973315 ], [ -75.234203, 39.9705 ], [ -75.235697, 39.970336 ], [ -75.237455, 39.970141 ], [ -75.237983, 39.972957 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115004", "device_counts": 415, "stop_counts": 1002 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255661, 39.976755 ], [ -75.253747, 39.975937 ], [ -75.252323, 39.976786 ], [ -75.251914, 39.974623 ], [ -75.255196, 39.97426 ], [ -75.255661, 39.976755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118006", "device_counts": 254, "stop_counts": 1142 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239838, 39.989287 ], [ -75.238361, 39.990486 ], [ -75.237785, 39.990669 ], [ -75.237879, 39.990229 ], [ -75.237488, 39.987996 ], [ -75.237176, 39.986439 ], [ -75.238184, 39.986061 ], [ -75.23987, 39.988202 ], [ -75.239838, 39.989287 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010121001", "device_counts": 2740, "stop_counts": 5429 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226402, 40.001255 ], [ -75.220665, 40.003944 ], [ -75.219551, 39.999839 ], [ -75.223637, 39.999066 ], [ -75.226402, 40.001255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122042", "device_counts": 2953, "stop_counts": 8667 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220665, 40.003944 ], [ -75.213745, 40.00716 ], [ -75.213537, 40.006554 ], [ -75.214054, 40.00501 ], [ -75.215355, 40.001244 ], [ -75.21114, 40.002124 ], [ -75.209695, 39.99965 ], [ -75.208809, 39.999431 ], [ -75.20728, 39.999054 ], [ -75.209317, 39.99842 ], [ -75.210844, 39.998511 ], [ -75.217994, 39.994223 ], [ -75.219551, 39.999839 ], [ -75.220665, 40.003944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134011", "device_counts": 1873, "stop_counts": 3332 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178641, 39.967399 ], [ -75.17539, 39.967345 ], [ -75.176778, 39.964822 ], [ -75.177513, 39.965382 ], [ -75.179683, 39.967416 ], [ -75.178641, 39.967399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136022", "device_counts": 599, "stop_counts": 1674 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.185394, 39.973417 ], [ -75.182147, 39.973009 ], [ -75.180729, 39.972841 ], [ -75.181234, 39.970504 ], [ -75.183561, 39.970778 ], [ -75.185594, 39.972518 ], [ -75.185394, 39.973417 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136024", "device_counts": 144, "stop_counts": 401 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175948, 39.972232 ], [ -75.174367, 39.972035 ], [ -75.174869, 39.96971 ], [ -75.17646, 39.96991 ], [ -75.175948, 39.972232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010138001", "device_counts": 375, "stop_counts": 1338 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179172, 39.979988 ], [ -75.177585, 39.979774 ], [ -75.175989, 39.979572 ], [ -75.174393, 39.97938 ], [ -75.173126, 39.97775 ], [ -75.173414, 39.976363 ], [ -75.179779, 39.977188 ], [ -75.179172, 39.979988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144002", "device_counts": 4476, "stop_counts": 12726 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141976, 39.97519 ], [ -75.139715, 39.974897 ], [ -75.133374, 39.97409 ], [ -75.134401, 39.972303 ], [ -75.134428, 39.968791 ], [ -75.135143, 39.968687 ], [ -75.139578, 39.969515 ], [ -75.140665, 39.969652 ], [ -75.141433, 39.972471 ], [ -75.142581, 39.972388 ], [ -75.141976, 39.97519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144001", "device_counts": 931, "stop_counts": 2273 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144459, 39.972629 ], [ -75.142581, 39.972388 ], [ -75.141433, 39.972471 ], [ -75.140665, 39.969652 ], [ -75.143095, 39.969954 ], [ -75.145018, 39.970191 ], [ -75.144459, 39.972629 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028011", "device_counts": 948, "stop_counts": 3121 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158393, 39.929177 ], [ -75.158296, 39.929602 ], [ -75.158121, 39.930394 ], [ -75.154997, 39.929984 ], [ -75.155463, 39.927956 ], [ -75.155546, 39.92755 ], [ -75.158666, 39.927955 ], [ -75.158393, 39.929177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313001", "device_counts": 755, "stop_counts": 2394 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070025, 40.039139 ], [ -75.067663, 40.041634 ], [ -75.06558, 40.040442 ], [ -75.068003, 40.038059 ], [ -75.070025, 40.039139 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031004", "device_counts": 418, "stop_counts": 1263 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181589, 39.931366 ], [ -75.180001, 39.93117 ], [ -75.176513, 39.930716 ], [ -75.176606, 39.930285 ], [ -75.178445, 39.929271 ], [ -75.181944, 39.929729 ], [ -75.181589, 39.931366 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202001", "device_counts": 717, "stop_counts": 2241 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165554, 40.004859 ], [ -75.165228, 40.006354 ], [ -75.161747, 40.005905 ], [ -75.161409, 40.007399 ], [ -75.158278, 40.006994 ], [ -75.158926, 40.004009 ], [ -75.160843, 40.002634 ], [ -75.165896, 40.003269 ], [ -75.165554, 40.004859 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010359002", "device_counts": 4370, "stop_counts": 15883 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028883, 40.102543 ], [ -75.026305, 40.108324 ], [ -75.025585, 40.109312 ], [ -75.024306, 40.111181 ], [ -75.023459, 40.110847 ], [ -75.01993, 40.110978 ], [ -75.014449, 40.115451 ], [ -75.013156, 40.11397 ], [ -75.008712, 40.119612 ], [ -75.006991, 40.118599 ], [ -75.005391, 40.114802 ], [ -75.017061, 40.105919 ], [ -75.023927, 40.100702 ], [ -75.027635, 40.101765 ], [ -75.028883, 40.102543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010061002", "device_counts": 302, "stop_counts": 1589 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22943, 39.918507 ], [ -75.227538, 39.91984 ], [ -75.225839, 39.918503 ], [ -75.227809, 39.916106 ], [ -75.230094, 39.918046 ], [ -75.22943, 39.918507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204001", "device_counts": 378, "stop_counts": 958 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157303, 40.022607 ], [ -75.154929, 40.02229 ], [ -75.155239, 40.020486 ], [ -75.155692, 40.019078 ], [ -75.156094, 40.019695 ], [ -75.159035, 40.0228 ], [ -75.157303, 40.022607 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264006", "device_counts": 325, "stop_counts": 796 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166072, 40.067194 ], [ -75.165706, 40.067438 ], [ -75.163822, 40.066357 ], [ -75.162957, 40.067255 ], [ -75.159774, 40.06542 ], [ -75.160688, 40.064468 ], [ -75.162018, 40.063095 ], [ -75.165714, 40.06439 ], [ -75.168099, 40.065219 ], [ -75.166072, 40.067194 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313005", "device_counts": 440, "stop_counts": 2028 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.072645, 40.044394 ], [ -75.070634, 40.043272 ], [ -75.069459, 40.042621 ], [ -75.071817, 40.040124 ], [ -75.072996, 40.040803 ], [ -75.071813, 40.042033 ], [ -75.073836, 40.043174 ], [ -75.072645, 40.044394 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302003", "device_counts": 506, "stop_counts": 2036 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086568, 40.023537 ], [ -75.084726, 40.025458 ], [ -75.083038, 40.027241 ], [ -75.081379, 40.026314 ], [ -75.080031, 40.025569 ], [ -75.081931, 40.024707 ], [ -75.084269, 40.022331 ], [ -75.084426, 40.022417 ], [ -75.085089, 40.022761 ], [ -75.086568, 40.023537 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289021", "device_counts": 717, "stop_counts": 2096 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112217, 40.020056 ], [ -75.110835, 40.02172 ], [ -75.110242, 40.022242 ], [ -75.104845, 40.02356 ], [ -75.103204, 40.021057 ], [ -75.107446, 40.017517 ], [ -75.107063, 40.016777 ], [ -75.107152, 40.016728 ], [ -75.109024, 40.016286 ], [ -75.108678, 40.017942 ], [ -75.113951, 40.018603 ], [ -75.112217, 40.020056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338003", "device_counts": 373, "stop_counts": 1250 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07876, 40.0585 ], [ -75.074826, 40.062706 ], [ -75.073909, 40.062192 ], [ -75.072766, 40.061554 ], [ -75.076734, 40.05735 ], [ -75.07876, 40.0585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146003", "device_counts": 221, "stop_counts": 580 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156616, 39.974198 ], [ -75.155061, 39.973996 ], [ -75.151915, 39.973588 ], [ -75.152188, 39.972318 ], [ -75.156893, 39.972927 ], [ -75.156616, 39.974198 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307001", "device_counts": 1831, "stop_counts": 5255 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089972, 40.057821 ], [ -75.08478, 40.062044 ], [ -75.083833, 40.061472 ], [ -75.083525, 40.06127 ], [ -75.08498, 40.058893 ], [ -75.085676, 40.057208 ], [ -75.085794, 40.055424 ], [ -75.085847, 40.05441 ], [ -75.089115, 40.056227 ], [ -75.088408, 40.05694 ], [ -75.089972, 40.057821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199001", "device_counts": 991, "stop_counts": 3012 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140472, 40.007878 ], [ -75.139652, 40.007755 ], [ -75.136858, 40.007394 ], [ -75.137529, 40.004304 ], [ -75.14116, 40.004784 ], [ -75.140472, 40.007878 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064002", "device_counts": 329, "stop_counts": 1160 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243254, 39.92947 ], [ -75.242254, 39.929287 ], [ -75.241996, 39.930036 ], [ -75.239625, 39.92957 ], [ -75.239873, 39.928824 ], [ -75.238729, 39.928585 ], [ -75.239493, 39.928024 ], [ -75.242349, 39.926031 ], [ -75.243494, 39.926963 ], [ -75.243254, 39.92947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118002", "device_counts": 312, "stop_counts": 1132 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237488, 39.987996 ], [ -75.232932, 39.988934 ], [ -75.23267, 39.988155 ], [ -75.232136, 39.986635 ], [ -75.234774, 39.986089 ], [ -75.23703, 39.985619 ], [ -75.237176, 39.986439 ], [ -75.237488, 39.987996 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080002", "device_counts": 1159, "stop_counts": 2483 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22703, 39.949702 ], [ -75.226869, 39.95046 ], [ -75.222914, 39.949975 ], [ -75.223315, 39.947925 ], [ -75.224946, 39.947744 ], [ -75.227419, 39.94777 ], [ -75.22703, 39.949702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311023", "device_counts": 1087, "stop_counts": 3150 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085499, 40.034421 ], [ -75.084311, 40.035676 ], [ -75.083148, 40.036924 ], [ -75.080981, 40.035713 ], [ -75.081757, 40.034924 ], [ -75.084273, 40.032172 ], [ -75.084832, 40.032349 ], [ -75.085313, 40.033521 ], [ -75.085499, 40.034421 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372003", "device_counts": 687, "stop_counts": 2180 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166914, 39.916189 ], [ -75.16453, 39.915875 ], [ -75.165081, 39.913368 ], [ -75.167462, 39.913675 ], [ -75.166914, 39.916189 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311021", "device_counts": 410, "stop_counts": 1443 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084412, 40.039499 ], [ -75.082674, 40.04242 ], [ -75.080904, 40.041432 ], [ -75.081533, 40.040754 ], [ -75.082114, 40.040147 ], [ -75.084464, 40.037657 ], [ -75.083148, 40.036924 ], [ -75.084311, 40.035676 ], [ -75.086804, 40.037049 ], [ -75.084412, 40.039499 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101007", "device_counts": 453, "stop_counts": 1165 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245247, 39.973778 ], [ -75.24329, 39.973997 ], [ -75.242987, 39.972396 ], [ -75.241209, 39.9726 ], [ -75.240984, 39.971378 ], [ -75.24181, 39.971472 ], [ -75.243788, 39.971723 ], [ -75.244885, 39.971854 ], [ -75.245247, 39.973778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242002", "device_counts": 297, "stop_counts": 1479 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174572, 40.029244 ], [ -75.173482, 40.030336 ], [ -75.169816, 40.02845 ], [ -75.172523, 40.025758 ], [ -75.174043, 40.026588 ], [ -75.173611, 40.028691 ], [ -75.174572, 40.029244 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331014", "device_counts": 430, "stop_counts": 2200 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040003, 40.041793 ], [ -75.038285, 40.042589 ], [ -75.034393, 40.044379 ], [ -75.033482, 40.043203 ], [ -75.036557, 40.041926 ], [ -75.035726, 40.040863 ], [ -75.036639, 40.04046 ], [ -75.03836, 40.039695 ], [ -75.040003, 40.041793 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171002", "device_counts": 344, "stop_counts": 901 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171595, 40.002377 ], [ -75.171247, 40.003951 ], [ -75.169093, 40.003671 ], [ -75.169754, 40.000622 ], [ -75.171912, 40.000883 ], [ -75.171595, 40.002377 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348011", "device_counts": 582, "stop_counts": 5290 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.019047, 40.056391 ], [ -75.012828, 40.056404 ], [ -75.010143, 40.054607 ], [ -75.0112, 40.053653 ], [ -75.012956, 40.051541 ], [ -75.015331, 40.050165 ], [ -75.015641, 40.050595 ], [ -75.016153, 40.051807 ], [ -75.019023, 40.054967 ], [ -75.019047, 40.056391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062003", "device_counts": 268, "stop_counts": 1103 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233878, 39.919693 ], [ -75.231092, 39.917343 ], [ -75.232692, 39.916219 ], [ -75.235477, 39.918575 ], [ -75.233878, 39.919693 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090004", "device_counts": 3566, "stop_counts": 12945 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193574, 39.958689 ], [ -75.18921, 39.958811 ], [ -75.189063, 39.957606 ], [ -75.189489, 39.955593 ], [ -75.194152, 39.95618 ], [ -75.193574, 39.958689 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379002", "device_counts": 493, "stop_counts": 2339 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.102621, 39.988348 ], [ -75.099128, 39.990172 ], [ -75.097054, 39.987828 ], [ -75.100552, 39.986001 ], [ -75.100912, 39.986416 ], [ -75.102621, 39.988348 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197005", "device_counts": 420, "stop_counts": 1395 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141745, 40.012939 ], [ -75.141126, 40.015818 ], [ -75.139464, 40.015599 ], [ -75.13981, 40.014014 ], [ -75.140125, 40.012538 ], [ -75.141786, 40.012708 ], [ -75.141745, 40.012939 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113002", "device_counts": 441, "stop_counts": 1304 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23407, 39.980326 ], [ -75.230171, 39.978794 ], [ -75.229855, 39.977069 ], [ -75.231783, 39.976852 ], [ -75.233691, 39.976642 ], [ -75.234013, 39.978361 ], [ -75.23407, 39.980326 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305013", "device_counts": 460, "stop_counts": 2516 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.104633, 40.040073 ], [ -75.100374, 40.044605 ], [ -75.098357, 40.043483 ], [ -75.099539, 40.042241 ], [ -75.103163, 40.039196 ], [ -75.104633, 40.040073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278002", "device_counts": 1987, "stop_counts": 4617 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146978, 40.04173 ], [ -75.146776, 40.044848 ], [ -75.143547, 40.044426 ], [ -75.143868, 40.042901 ], [ -75.144224, 40.041381 ], [ -75.144302, 40.04109 ], [ -75.146469, 40.040087 ], [ -75.148083, 40.04048 ], [ -75.146978, 40.04173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022001", "device_counts": 1346, "stop_counts": 2759 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170025, 39.938263 ], [ -75.166816, 39.937869 ], [ -75.167083, 39.936742 ], [ -75.167303, 39.935695 ], [ -75.170455, 39.936232 ], [ -75.170025, 39.938263 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317005", "device_counts": 471, "stop_counts": 1840 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.074325, 40.028469 ], [ -75.073733, 40.029784 ], [ -75.072682, 40.031938 ], [ -75.069719, 40.029984 ], [ -75.068878, 40.030875 ], [ -75.067697, 40.03212 ], [ -75.066299, 40.031344 ], [ -75.068445, 40.02871 ], [ -75.065403, 40.027033 ], [ -75.067957, 40.026583 ], [ -75.073364, 40.025369 ], [ -75.075488, 40.027071 ], [ -75.074325, 40.028469 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175003", "device_counts": 1435, "stop_counts": 3463 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147461, 39.994656 ], [ -75.14183, 39.993929 ], [ -75.139851, 39.993672 ], [ -75.140198, 39.992086 ], [ -75.142173, 39.992343 ], [ -75.142999, 39.992449 ], [ -75.147887, 39.993078 ], [ -75.147461, 39.994656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072002", "device_counts": 460, "stop_counts": 1221 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233604, 39.947351 ], [ -75.231271, 39.947909 ], [ -75.229894, 39.947791 ], [ -75.228202, 39.94627 ], [ -75.228686, 39.945913 ], [ -75.2305, 39.944656 ], [ -75.231754, 39.945721 ], [ -75.232349, 39.945515 ], [ -75.233718, 39.944559 ], [ -75.233604, 39.947351 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171004", "device_counts": 1250, "stop_counts": 3951 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186861, 40.000409 ], [ -75.186812, 40.000434 ], [ -75.184564, 40.002493 ], [ -75.183953, 40.002838 ], [ -75.181141, 40.003697 ], [ -75.178809, 40.004937 ], [ -75.176913, 40.004697 ], [ -75.17725, 40.003097 ], [ -75.171595, 40.002377 ], [ -75.171912, 40.000883 ], [ -75.174663, 40.001009 ], [ -75.176301, 39.999921 ], [ -75.178237, 39.998611 ], [ -75.180188, 39.997253 ], [ -75.182341, 39.997519 ], [ -75.187604, 39.998195 ], [ -75.186861, 40.000409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036002", "device_counts": 597, "stop_counts": 1591 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199844, 39.932447 ], [ -75.199503, 39.934508 ], [ -75.197537, 39.934232 ], [ -75.196486, 39.930309 ], [ -75.193621, 39.929965 ], [ -75.194153, 39.927514 ], [ -75.194623, 39.92681 ], [ -75.199586, 39.931807 ], [ -75.199844, 39.932447 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333002", "device_counts": 1618, "stop_counts": 4745 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04703, 40.052268 ], [ -75.044906, 40.053657 ], [ -75.046558, 40.05458 ], [ -75.045268, 40.055875 ], [ -75.046537, 40.056567 ], [ -75.045522, 40.057614 ], [ -75.041248, 40.054576 ], [ -75.039449, 40.055286 ], [ -75.040059, 40.054079 ], [ -75.040247, 40.053158 ], [ -75.042279, 40.049992 ], [ -75.045149, 40.048854 ], [ -75.04703, 40.052268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113001", "device_counts": 1164, "stop_counts": 3296 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239335, 39.981447 ], [ -75.239042, 39.98195 ], [ -75.23407, 39.980326 ], [ -75.234013, 39.978361 ], [ -75.238891, 39.977818 ], [ -75.239124, 39.979069 ], [ -75.239467, 39.980914 ], [ -75.239335, 39.981447 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275003", "device_counts": 1301, "stop_counts": 2840 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134818, 40.036987 ], [ -75.132476, 40.036684 ], [ -75.130518, 40.036437 ], [ -75.13129, 40.032818 ], [ -75.135042, 40.033284 ], [ -75.134818, 40.036987 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347013", "device_counts": 3665, "stop_counts": 7995 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.039163, 40.070369 ], [ -75.036627, 40.073019 ], [ -75.035087, 40.074617 ], [ -75.032965, 40.072152 ], [ -75.033861, 40.071694 ], [ -75.033152, 40.068038 ], [ -75.036372, 40.066447 ], [ -75.040265, 40.068747 ], [ -75.039163, 40.070369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336005", "device_counts": 547, "stop_counts": 2389 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.061118, 40.068122 ], [ -75.059221, 40.067297 ], [ -75.057477, 40.066268 ], [ -75.055477, 40.065149 ], [ -75.056605, 40.063955 ], [ -75.057135, 40.063364 ], [ -75.057697, 40.062787 ], [ -75.06304, 40.066143 ], [ -75.061118, 40.068122 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167022", "device_counts": 367, "stop_counts": 956 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159366, 39.994525 ], [ -75.157791, 39.994342 ], [ -75.158144, 39.992771 ], [ -75.15769, 39.99118 ], [ -75.160044, 39.991473 ], [ -75.159366, 39.994525 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095001", "device_counts": 394, "stop_counts": 1281 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237283, 39.968899 ], [ -75.237455, 39.970141 ], [ -75.235697, 39.970336 ], [ -75.235356, 39.968509 ], [ -75.235842, 39.966085 ], [ -75.237818, 39.96633 ], [ -75.237283, 39.968899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329005", "device_counts": 1370, "stop_counts": 5318 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033427, 40.039473 ], [ -75.03134, 40.040236 ], [ -75.028257, 40.041363 ], [ -75.027846, 40.040678 ], [ -75.027031, 40.038744 ], [ -75.031903, 40.036993 ], [ -75.032295, 40.037622 ], [ -75.033427, 40.039473 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352002", "device_counts": 699, "stop_counts": 2345 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.999877, 40.050402 ], [ -74.994151, 40.054401 ], [ -74.990389, 40.050984 ], [ -74.987256, 40.05286 ], [ -74.984752, 40.055355 ], [ -74.984098, 40.054782 ], [ -74.986873, 40.052097 ], [ -74.99627, 40.047202 ], [ -74.999877, 40.050402 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010342001", "device_counts": 335, "stop_counts": 2722 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077179, 40.082798 ], [ -75.075061, 40.084174 ], [ -75.073278, 40.083085 ], [ -75.070181, 40.081194 ], [ -75.073705, 40.079182 ], [ -75.076258, 40.080605 ], [ -75.077121, 40.08108 ], [ -75.078845, 40.082048 ], [ -75.077179, 40.082798 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362033", "device_counts": 1360, "stop_counts": 6771 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.982413, 40.065736 ], [ -74.981173, 40.071985 ], [ -74.977684, 40.079834 ], [ -74.97725, 40.080506 ], [ -74.975247, 40.078848 ], [ -74.973615, 40.078901 ], [ -74.972817, 40.077559 ], [ -74.970537, 40.076281 ], [ -74.971156, 40.073992 ], [ -74.973251, 40.071487 ], [ -74.980525, 40.065702 ], [ -74.980688, 40.065007 ], [ -74.980718, 40.06472 ], [ -74.981154, 40.064912 ], [ -74.982355, 40.064672 ], [ -74.982413, 40.065736 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169012", "device_counts": 390, "stop_counts": 1761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176535, 39.992076 ], [ -75.176212, 39.993572 ], [ -75.174615, 39.993359 ], [ -75.171441, 39.992946 ], [ -75.171594, 39.9922 ], [ -75.173182, 39.992412 ], [ -75.173682, 39.990167 ], [ -75.175803, 39.988812 ], [ -75.177206, 39.988991 ], [ -75.176535, 39.992076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188002", "device_counts": 379, "stop_counts": 1549 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.104335, 39.997884 ], [ -75.102026, 39.999078 ], [ -75.101235, 39.998188 ], [ -75.100367, 39.997206 ], [ -75.102674, 39.996008 ], [ -75.103369, 39.996794 ], [ -75.104043, 39.997555 ], [ -75.104335, 39.997884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316006", "device_counts": 627, "stop_counts": 2148 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055334, 40.034739 ], [ -75.053701, 40.033844 ], [ -75.050972, 40.032324 ], [ -75.053249, 40.0317 ], [ -75.054054, 40.03118 ], [ -75.057092, 40.032869 ], [ -75.055334, 40.034739 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325003", "device_counts": 1254, "stop_counts": 3936 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048355, 40.029324 ], [ -75.04744, 40.029792 ], [ -75.044655, 40.031231 ], [ -75.043304, 40.029688 ], [ -75.042858, 40.029185 ], [ -75.041957, 40.028152 ], [ -75.040219, 40.026061 ], [ -75.039768, 40.025551 ], [ -75.043408, 40.023672 ], [ -75.044721, 40.025179 ], [ -75.046555, 40.027265 ], [ -75.047453, 40.028294 ], [ -75.047904, 40.02881 ], [ -75.048355, 40.029324 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191002", "device_counts": 689, "stop_counts": 2173 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105434, 40.011197 ], [ -75.105099, 40.012784 ], [ -75.101864, 40.012369 ], [ -75.102552, 40.009202 ], [ -75.105768, 40.009619 ], [ -75.105434, 40.011197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038001", "device_counts": 521, "stop_counts": 2425 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180045, 39.921872 ], [ -75.176906, 39.921464 ], [ -75.177082, 39.920207 ], [ -75.177438, 39.91897 ], [ -75.180576, 39.919369 ], [ -75.180045, 39.921872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365021", "device_counts": 856, "stop_counts": 6040 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.000381, 40.123264 ], [ -74.996392, 40.127195 ], [ -74.997885, 40.127816 ], [ -74.994187, 40.131516 ], [ -74.993595, 40.132266 ], [ -74.992288, 40.130682 ], [ -74.993687, 40.126584 ], [ -74.989014, 40.12607 ], [ -74.987193, 40.123286 ], [ -74.993533, 40.11868 ], [ -74.997052, 40.121168 ], [ -75.000381, 40.123264 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341006", "device_counts": 362, "stop_counts": 2258 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082456, 40.082884 ], [ -75.078845, 40.082048 ], [ -75.077121, 40.08108 ], [ -75.076258, 40.080605 ], [ -75.078592, 40.078097 ], [ -75.082882, 40.079474 ], [ -75.082456, 40.082884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191004", "device_counts": 1057, "stop_counts": 4234 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.11136, 40.015867 ], [ -75.109024, 40.016286 ], [ -75.107152, 40.016728 ], [ -75.107063, 40.016777 ], [ -75.106018, 40.016352 ], [ -75.098916, 40.016433 ], [ -75.09704, 40.016018 ], [ -75.097041, 40.01595 ], [ -75.097055, 40.015202 ], [ -75.097431, 40.013325 ], [ -75.099374, 40.013583 ], [ -75.101557, 40.013878 ], [ -75.101864, 40.012369 ], [ -75.105099, 40.012784 ], [ -75.111811, 40.013662 ], [ -75.11136, 40.015867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243003", "device_counts": 296, "stop_counts": 1097 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170176, 40.022731 ], [ -75.169124, 40.023865 ], [ -75.168482, 40.023512 ], [ -75.163915, 40.02099 ], [ -75.165707, 40.019731 ], [ -75.169534, 40.022381 ], [ -75.170176, 40.022731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365022", "device_counts": 1391, "stop_counts": 7055 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.010453, 40.120681 ], [ -75.00527, 40.12605 ], [ -75.003255, 40.131012 ], [ -74.997885, 40.127816 ], [ -74.996392, 40.127195 ], [ -75.000381, 40.123264 ], [ -74.997052, 40.121168 ], [ -75.005391, 40.114802 ], [ -75.006991, 40.118599 ], [ -75.008712, 40.119612 ], [ -75.010453, 40.120681 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084003", "device_counts": 499, "stop_counts": 1539 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237448, 39.958433 ], [ -75.235504, 39.958192 ], [ -75.235745, 39.957049 ], [ -75.235997, 39.955831 ], [ -75.237934, 39.956062 ], [ -75.237448, 39.958433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209002", "device_counts": 146, "stop_counts": 1227 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207863, 40.018582 ], [ -75.207595, 40.019536 ], [ -75.204057, 40.020213 ], [ -75.204055, 40.017273 ], [ -75.205622, 40.017107 ], [ -75.208116, 40.017764 ], [ -75.207863, 40.018582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172012", "device_counts": 569, "stop_counts": 1616 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171997, 39.997826 ], [ -75.17042, 39.997618 ], [ -75.167215, 39.997197 ], [ -75.167568, 39.995621 ], [ -75.170767, 39.996036 ], [ -75.172355, 39.99624 ], [ -75.171997, 39.997826 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082007", "device_counts": 367, "stop_counts": 1265 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249056, 39.951679 ], [ -75.243068, 39.950926 ], [ -75.24323, 39.950172 ], [ -75.243381, 39.949411 ], [ -75.249371, 39.950153 ], [ -75.249056, 39.951679 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107002", "device_counts": 1480, "stop_counts": 3941 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211189, 39.968634 ], [ -75.208038, 39.968984 ], [ -75.207839, 39.967943 ], [ -75.203258, 39.968447 ], [ -75.203058, 39.967396 ], [ -75.20264, 39.965169 ], [ -75.202334, 39.963495 ], [ -75.202342, 39.963137 ], [ -75.20756, 39.966381 ], [ -75.208344, 39.966876 ], [ -75.210101, 39.967961 ], [ -75.211189, 39.968634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198006", "device_counts": 1140, "stop_counts": 3141 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138577, 40.008789 ], [ -75.138483, 40.009234 ], [ -75.137826, 40.012233 ], [ -75.136537, 40.012068 ], [ -75.135858, 40.011982 ], [ -75.136858, 40.007394 ], [ -75.139652, 40.007755 ], [ -75.138577, 40.008789 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365011", "device_counts": 5794, "stop_counts": 18119 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.01385, 40.128896 ], [ -75.013206, 40.130233 ], [ -75.012295, 40.131736 ], [ -75.009117, 40.134355 ], [ -75.003255, 40.131012 ], [ -75.00527, 40.12605 ], [ -75.010453, 40.120681 ], [ -75.015384, 40.123599 ], [ -75.01385, 40.128896 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140003", "device_counts": 1990, "stop_counts": 5506 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16175, 39.976262 ], [ -75.158526, 39.97585 ], [ -75.158782, 39.974482 ], [ -75.159237, 39.972384 ], [ -75.162507, 39.972799 ], [ -75.16175, 39.976262 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113003", "device_counts": 338, "stop_counts": 1420 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238891, 39.977818 ], [ -75.234013, 39.978361 ], [ -75.233691, 39.976642 ], [ -75.236087, 39.97638 ], [ -75.23857, 39.976101 ], [ -75.238891, 39.977818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310006", "device_counts": 366, "stop_counts": 1682 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082888, 40.048197 ], [ -75.079878, 40.051217 ], [ -75.079334, 40.051809 ], [ -75.077529, 40.050805 ], [ -75.073936, 40.048841 ], [ -75.075037, 40.047638 ], [ -75.07863, 40.049634 ], [ -75.079809, 40.048391 ], [ -75.080987, 40.047133 ], [ -75.082888, 40.048197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280001", "device_counts": 265, "stop_counts": 883 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157153, 40.02413 ], [ -75.154245, 40.025634 ], [ -75.15461, 40.023801 ], [ -75.153357, 40.022088 ], [ -75.154929, 40.02229 ], [ -75.157303, 40.022607 ], [ -75.157153, 40.02413 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033003", "device_counts": 310, "stop_counts": 1083 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193615, 39.937485 ], [ -75.19306, 39.93741 ], [ -75.188885, 39.936887 ], [ -75.189148, 39.935671 ], [ -75.191274, 39.935934 ], [ -75.193315, 39.936206 ], [ -75.193873, 39.936286 ], [ -75.193615, 39.937485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274024", "device_counts": 836, "stop_counts": 3434 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126643, 40.040681 ], [ -75.126311, 40.042203 ], [ -75.122078, 40.041664 ], [ -75.12281, 40.040181 ], [ -75.123535, 40.038719 ], [ -75.124744, 40.038876 ], [ -75.126977, 40.039155 ], [ -75.126643, 40.040681 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031002", "device_counts": 325, "stop_counts": 846 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176513, 39.930716 ], [ -75.176069, 39.932721 ], [ -75.174495, 39.932523 ], [ -75.174764, 39.931307 ], [ -75.175032, 39.930087 ], [ -75.176606, 39.930285 ], [ -75.176513, 39.930716 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149004", "device_counts": 318, "stop_counts": 956 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181579, 39.983313 ], [ -75.179952, 39.983108 ], [ -75.180591, 39.980167 ], [ -75.181135, 39.980238 ], [ -75.182215, 39.980373 ], [ -75.181579, 39.983313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279013", "device_counts": 377, "stop_counts": 990 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158132, 40.046418 ], [ -75.158017, 40.048126 ], [ -75.157958, 40.049025 ], [ -75.154793, 40.048902 ], [ -75.154966, 40.046241 ], [ -75.156675, 40.04536 ], [ -75.158217, 40.045076 ], [ -75.158132, 40.046418 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172021", "device_counts": 358, "stop_counts": 1284 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174663, 40.001009 ], [ -75.171912, 40.000883 ], [ -75.169754, 40.000622 ], [ -75.170087, 39.999116 ], [ -75.173282, 39.999516 ], [ -75.176301, 39.999921 ], [ -75.174663, 40.001009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090001", "device_counts": 577, "stop_counts": 1630 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194297, 39.962607 ], [ -75.191389, 39.962922 ], [ -75.191117, 39.96144 ], [ -75.189564, 39.960998 ], [ -75.193905, 39.960514 ], [ -75.194015, 39.961124 ], [ -75.194297, 39.962607 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032001", "device_counts": 383, "stop_counts": 1132 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183916, 39.93624 ], [ -75.180621, 39.935816 ], [ -75.181162, 39.933385 ], [ -75.184449, 39.933813 ], [ -75.183916, 39.93624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028022", "device_counts": 1185, "stop_counts": 2826 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16735, 39.926579 ], [ -75.165005, 39.92855 ], [ -75.161881, 39.927985 ], [ -75.162338, 39.92592 ], [ -75.165483, 39.926333 ], [ -75.16735, 39.926579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111001", "device_counts": 3871, "stop_counts": 11035 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2263, 39.977951 ], [ -75.224093, 39.981369 ], [ -75.224066, 39.981508 ], [ -75.223157, 39.981381 ], [ -75.213469, 39.977791 ], [ -75.212211, 39.973242 ], [ -75.216331, 39.97279 ], [ -75.21953, 39.974639 ], [ -75.224848, 39.97712 ], [ -75.226451, 39.977717 ], [ -75.2263, 39.977951 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247001", "device_counts": 379, "stop_counts": 1090 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167207, 40.043149 ], [ -75.16483, 40.045468 ], [ -75.163739, 40.044801 ], [ -75.163452, 40.043431 ], [ -75.165078, 40.041858 ], [ -75.164852, 40.039867 ], [ -75.16516, 40.039474 ], [ -75.166622, 40.040379 ], [ -75.165819, 40.042309 ], [ -75.167207, 40.043149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010269001", "device_counts": 642, "stop_counts": 1518 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130059, 40.055474 ], [ -75.129021, 40.057091 ], [ -75.12632, 40.055481 ], [ -75.127143, 40.051748 ], [ -75.130783, 40.052206 ], [ -75.130059, 40.055474 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081012", "device_counts": 782, "stop_counts": 1943 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239641, 39.947932 ], [ -75.23943, 39.948931 ], [ -75.235479, 39.948433 ], [ -75.235822, 39.946835 ], [ -75.235917, 39.946793 ], [ -75.240052, 39.945917 ], [ -75.239641, 39.947932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010117001", "device_counts": 1566, "stop_counts": 5104 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247948, 39.991138 ], [ -75.237331, 39.996128 ], [ -75.235298, 39.99707 ], [ -75.234136, 39.995598 ], [ -75.234027, 39.994736 ], [ -75.233713, 39.992176 ], [ -75.236255, 39.990971 ], [ -75.237785, 39.990669 ], [ -75.238361, 39.990486 ], [ -75.239838, 39.989287 ], [ -75.245478, 39.986619 ], [ -75.246416, 39.988266 ], [ -75.246187, 39.989516 ], [ -75.247948, 39.991138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168005", "device_counts": 254, "stop_counts": 695 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170767, 39.996036 ], [ -75.167568, 39.995621 ], [ -75.167925, 39.994025 ], [ -75.171115, 39.994444 ], [ -75.170767, 39.996036 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178005", "device_counts": 699, "stop_counts": 2965 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12031, 39.992672 ], [ -75.115778, 39.995167 ], [ -75.113816, 39.992924 ], [ -75.116662, 39.991437 ], [ -75.118392, 39.990528 ], [ -75.12031, 39.992672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010006001", "device_counts": 14238, "stop_counts": 39390 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164338, 39.949346 ], [ -75.164011, 39.950876 ], [ -75.163937, 39.950866 ], [ -75.157062, 39.950006 ], [ -75.152337, 39.949421 ], [ -75.153174, 39.947962 ], [ -75.156646, 39.948394 ], [ -75.157392, 39.94849 ], [ -75.159751, 39.948783 ], [ -75.162114, 39.94908 ], [ -75.164265, 39.94934 ], [ -75.164338, 39.949346 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312003", "device_counts": 1179, "stop_counts": 3603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084273, 40.032172 ], [ -75.081757, 40.034924 ], [ -75.079636, 40.033743 ], [ -75.077266, 40.036262 ], [ -75.074901, 40.034935 ], [ -75.074439, 40.03398 ], [ -75.077022, 40.033387 ], [ -75.080757, 40.032541 ], [ -75.084089, 40.031826 ], [ -75.084273, 40.032172 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087012", "device_counts": 1415, "stop_counts": 3290 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211039, 39.958276 ], [ -75.208128, 39.957915 ], [ -75.2086, 39.955636 ], [ -75.208761, 39.95488 ], [ -75.211677, 39.95524 ], [ -75.211039, 39.958276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301005", "device_counts": 366, "stop_counts": 1659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091879, 40.024435 ], [ -75.090563, 40.025791 ], [ -75.086568, 40.023537 ], [ -75.085089, 40.022761 ], [ -75.086819, 40.020966 ], [ -75.087283, 40.020485 ], [ -75.090373, 40.022233 ], [ -75.092729, 40.023597 ], [ -75.091879, 40.024435 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372004", "device_counts": 11363, "stop_counts": 29662 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159844, 39.915286 ], [ -75.156708, 39.914869 ], [ -75.148124, 39.913772 ], [ -75.149188, 39.908604 ], [ -75.160789, 39.910942 ], [ -75.159844, 39.915286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365013", "device_counts": 4298, "stop_counts": 9732 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021931, 40.127467 ], [ -75.013206, 40.130233 ], [ -75.01385, 40.128896 ], [ -75.015384, 40.123599 ], [ -75.0201, 40.126358 ], [ -75.021931, 40.127467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309003", "device_counts": 3307, "stop_counts": 10377 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.088975, 40.044332 ], [ -75.088312, 40.045514 ], [ -75.086975, 40.048567 ], [ -75.082343, 40.045991 ], [ -75.085031, 40.043731 ], [ -75.086453, 40.042566 ], [ -75.084412, 40.039499 ], [ -75.086804, 40.037049 ], [ -75.087802, 40.036032 ], [ -75.087931, 40.036236 ], [ -75.088091, 40.03654 ], [ -75.088709, 40.03795 ], [ -75.088631, 40.042747 ], [ -75.088975, 40.044332 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115002", "device_counts": 309, "stop_counts": 1597 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255918, 39.978122 ], [ -75.253929, 39.979067 ], [ -75.253104, 39.98018 ], [ -75.250979, 39.977684 ], [ -75.252323, 39.976786 ], [ -75.253747, 39.975937 ], [ -75.255661, 39.976755 ], [ -75.255918, 39.978122 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108002", "device_counts": 341, "stop_counts": 1007 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.203058, 39.967396 ], [ -75.198248, 39.96793 ], [ -75.197832, 39.965697 ], [ -75.20264, 39.965169 ], [ -75.203058, 39.967396 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167023", "device_counts": 1509, "stop_counts": 3438 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15769, 39.99118 ], [ -75.158144, 39.992771 ], [ -75.157791, 39.994342 ], [ -75.154588, 39.993938 ], [ -75.155593, 39.989369 ], [ -75.155934, 39.987877 ], [ -75.158335, 39.988186 ], [ -75.15769, 39.99118 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265006", "device_counts": 690, "stop_counts": 2222 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160691, 40.056831 ], [ -75.158413, 40.059181 ], [ -75.157371, 40.058584 ], [ -75.156168, 40.057019 ], [ -75.15553, 40.056216 ], [ -75.157748, 40.055153 ], [ -75.158889, 40.055768 ], [ -75.160691, 40.056831 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010212002", "device_counts": 1417, "stop_counts": 4690 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213692, 40.032135 ], [ -75.21114, 40.0346 ], [ -75.208938, 40.035221 ], [ -75.208278, 40.033762 ], [ -75.207715, 40.031573 ], [ -75.211308, 40.02997 ], [ -75.213692, 40.032135 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087011", "device_counts": 473, "stop_counts": 1304 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212716, 39.950292 ], [ -75.212393, 39.951811 ], [ -75.209326, 39.951436 ], [ -75.209259, 39.949541 ], [ -75.21292, 39.949065 ], [ -75.212716, 39.950292 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313002", "device_counts": 2325, "stop_counts": 5331 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070523, 40.035618 ], [ -75.069261, 40.036809 ], [ -75.068003, 40.038059 ], [ -75.06558, 40.040442 ], [ -75.061043, 40.037981 ], [ -75.062463, 40.036912 ], [ -75.064362, 40.036306 ], [ -75.065147, 40.036446 ], [ -75.070001, 40.03532 ], [ -75.070523, 40.035618 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179002", "device_counts": 995, "stop_counts": 4084 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111887, 39.986296 ], [ -75.109192, 39.987702 ], [ -75.11017, 39.988806 ], [ -75.10773, 39.990079 ], [ -75.107339, 39.989644 ], [ -75.105915, 39.988037 ], [ -75.108359, 39.986753 ], [ -75.111221, 39.985268 ], [ -75.111887, 39.986296 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081022", "device_counts": 348, "stop_counts": 1045 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238476, 39.953485 ], [ -75.234531, 39.953 ], [ -75.234856, 39.951444 ], [ -75.238796, 39.951942 ], [ -75.238476, 39.953485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109001", "device_counts": 853, "stop_counts": 2773 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19531, 39.968045 ], [ -75.192139, 39.966888 ], [ -75.188987, 39.96591 ], [ -75.187933, 39.965074 ], [ -75.191719, 39.964652 ], [ -75.191826, 39.965222 ], [ -75.194727, 39.964903 ], [ -75.19531, 39.968045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010384002", "device_counts": 3095, "stop_counts": 11828 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24055, 40.070468 ], [ -75.238583, 40.069546 ], [ -75.235951, 40.071238 ], [ -75.230082, 40.0663 ], [ -75.232439, 40.064739 ], [ -75.231724, 40.064099 ], [ -75.238182, 40.059771 ], [ -75.239545, 40.062977 ], [ -75.240092, 40.067344 ], [ -75.240321, 40.068383 ], [ -75.241075, 40.070395 ], [ -75.24055, 40.070468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326001", "device_counts": 2163, "stop_counts": 4780 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04677, 40.033683 ], [ -75.044671, 40.034771 ], [ -75.043199, 40.035544 ], [ -75.04086, 40.036757 ], [ -75.040594, 40.036859 ], [ -75.039473, 40.035404 ], [ -75.043433, 40.033356 ], [ -75.045554, 40.032261 ], [ -75.04677, 40.033683 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163003", "device_counts": 412, "stop_counts": 1055 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132893, 39.991144 ], [ -75.130898, 39.99089 ], [ -75.131557, 39.987799 ], [ -75.133549, 39.98806 ], [ -75.132893, 39.991144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032004", "device_counts": 616, "stop_counts": 1704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188885, 39.936887 ], [ -75.187326, 39.936679 ], [ -75.183916, 39.93624 ], [ -75.184449, 39.933813 ], [ -75.184705, 39.932584 ], [ -75.188115, 39.933014 ], [ -75.187578, 39.935461 ], [ -75.189148, 39.935671 ], [ -75.188885, 39.936887 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033006", "device_counts": 435, "stop_counts": 1210 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.197266, 39.935453 ], [ -75.197012, 39.936678 ], [ -75.193873, 39.936286 ], [ -75.194133, 39.935048 ], [ -75.194408, 39.933822 ], [ -75.197537, 39.934232 ], [ -75.197266, 39.935453 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338002", "device_counts": 698, "stop_counts": 2229 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076734, 40.05735 ], [ -75.072766, 40.061554 ], [ -75.069224, 40.059583 ], [ -75.073256, 40.05533 ], [ -75.075032, 40.056359 ], [ -75.076734, 40.05735 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201024", "device_counts": 590, "stop_counts": 1238 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155185, 40.015295 ], [ -75.153849, 40.015891 ], [ -75.152431, 40.01321 ], [ -75.152163, 40.01254 ], [ -75.151428, 40.010903 ], [ -75.155681, 40.011457 ], [ -75.155185, 40.015295 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262003", "device_counts": 253, "stop_counts": 1687 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170657, 40.069832 ], [ -75.16697, 40.067709 ], [ -75.166072, 40.067194 ], [ -75.168099, 40.065219 ], [ -75.168757, 40.065479 ], [ -75.172207, 40.068288 ], [ -75.170657, 40.069832 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379005", "device_counts": 1064, "stop_counts": 3588 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100552, 39.986001 ], [ -75.097054, 39.987828 ], [ -75.095964, 39.988395 ], [ -75.094393, 39.98663 ], [ -75.099, 39.98424 ], [ -75.100552, 39.986001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025001", "device_counts": 774, "stop_counts": 1914 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150229, 39.936921 ], [ -75.148694, 39.936486 ], [ -75.146808, 39.935982 ], [ -75.147616, 39.932313 ], [ -75.149463, 39.933019 ], [ -75.151041, 39.933227 ], [ -75.150229, 39.936921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010360001", "device_counts": 13246, "stop_counts": 45610 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.023927, 40.100702 ], [ -75.017061, 40.105919 ], [ -75.005391, 40.114802 ], [ -75.003554, 40.110847 ], [ -75.000959, 40.111393 ], [ -74.997124, 40.108151 ], [ -75.001796, 40.10493 ], [ -75.014156, 40.096236 ], [ -75.015528, 40.09486 ], [ -75.018233, 40.097105 ], [ -75.022086, 40.100212 ], [ -75.023927, 40.100702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357011", "device_counts": 3528, "stop_counts": 14073 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033722, 40.106639 ], [ -75.029192, 40.111392 ], [ -75.025585, 40.109312 ], [ -75.026305, 40.108324 ], [ -75.028883, 40.102543 ], [ -75.030235, 40.103387 ], [ -75.032998, 40.10511 ], [ -75.033897, 40.105689 ], [ -75.033722, 40.106639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041023", "device_counts": 900, "stop_counts": 3039 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163956, 39.918518 ], [ -75.161362, 39.918177 ], [ -75.161956, 39.915546 ], [ -75.16453, 39.915875 ], [ -75.163956, 39.918518 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195011", "device_counts": 1434, "stop_counts": 4792 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137847, 40.002799 ], [ -75.133561, 40.002265 ], [ -75.131501, 40.001999 ], [ -75.132172, 39.998913 ], [ -75.138524, 39.999743 ], [ -75.137847, 40.002799 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160004", "device_counts": 265, "stop_counts": 1082 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.125062, 39.982373 ], [ -75.122679, 39.983488 ], [ -75.120973, 39.981546 ], [ -75.123266, 39.980344 ], [ -75.125062, 39.982373 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161004", "device_counts": 443, "stop_counts": 1582 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129641, 39.987546 ], [ -75.127022, 39.984597 ], [ -75.124728, 39.985801 ], [ -75.124654, 39.984526 ], [ -75.127398, 39.98308 ], [ -75.130794, 39.986928 ], [ -75.129641, 39.987546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010332001", "device_counts": 2253, "stop_counts": 6044 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054287, 40.044448 ], [ -75.051682, 40.046963 ], [ -75.047775, 40.046246 ], [ -75.045269, 40.046509 ], [ -75.045201, 40.044354 ], [ -75.044877, 40.043079 ], [ -75.046204, 40.041796 ], [ -75.050465, 40.044662 ], [ -75.052228, 40.043271 ], [ -75.054287, 40.044448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179005", "device_counts": 928, "stop_counts": 2352 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121855, 39.987436 ], [ -75.121438, 39.987859 ], [ -75.120138, 39.986877 ], [ -75.116751, 39.988652 ], [ -75.115083, 39.989526 ], [ -75.114257, 39.989952 ], [ -75.113492, 39.988768 ], [ -75.11674, 39.98673 ], [ -75.115524, 39.985365 ], [ -75.115224, 39.985018 ], [ -75.114934, 39.984697 ], [ -75.115605, 39.983551 ], [ -75.116075, 39.982938 ], [ -75.116836, 39.982072 ], [ -75.117355, 39.981481 ], [ -75.118522, 39.982825 ], [ -75.120252, 39.984755 ], [ -75.122417, 39.987001 ], [ -75.121855, 39.987436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344003", "device_counts": 969, "stop_counts": 5701 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059388, 40.096462 ], [ -75.054861, 40.100183 ], [ -75.054966, 40.100963 ], [ -75.050974, 40.103122 ], [ -75.049676, 40.102037 ], [ -75.047115, 40.098377 ], [ -75.046737, 40.09524 ], [ -75.047299, 40.092762 ], [ -75.047567, 40.09192 ], [ -75.050752, 40.09478 ], [ -75.053907, 40.091873 ], [ -75.057068, 40.089697 ], [ -75.058343, 40.090153 ], [ -75.063708, 40.090568 ], [ -75.059388, 40.096462 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125001", "device_counts": 11976, "stop_counts": 29875 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171583, 39.960795 ], [ -75.168429, 39.9604 ], [ -75.167806, 39.963306 ], [ -75.166227, 39.963112 ], [ -75.161384, 39.962474 ], [ -75.161443, 39.962172 ], [ -75.161411, 39.962102 ], [ -75.162293, 39.958058 ], [ -75.162339, 39.957825 ], [ -75.162413, 39.957834 ], [ -75.172002, 39.959007 ], [ -75.171583, 39.960795 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090002", "device_counts": 1313, "stop_counts": 4607 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193905, 39.960514 ], [ -75.189564, 39.960998 ], [ -75.18921, 39.958811 ], [ -75.193574, 39.958689 ], [ -75.193905, 39.960514 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010375002", "device_counts": 561, "stop_counts": 2589 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.265511, 39.981857 ], [ -75.259476, 39.984955 ], [ -75.255676, 39.987499 ], [ -75.251063, 39.981601 ], [ -75.252544, 39.98077 ], [ -75.253104, 39.98018 ], [ -75.253929, 39.979067 ], [ -75.255918, 39.978122 ], [ -75.257113, 39.983789 ], [ -75.259062, 39.982814 ], [ -75.261282, 39.978272 ], [ -75.265511, 39.981857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191003", "device_counts": 793, "stop_counts": 3199 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106083, 40.00813 ], [ -75.105768, 40.009619 ], [ -75.102552, 40.009202 ], [ -75.103146, 40.006202 ], [ -75.106403, 40.006621 ], [ -75.106083, 40.00813 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093001", "device_counts": 347, "stop_counts": 1204 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223531, 39.964601 ], [ -75.221952, 39.96425 ], [ -75.220044, 39.963819 ], [ -75.219693, 39.962523 ], [ -75.223746, 39.963026 ], [ -75.223531, 39.964601 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112005", "device_counts": 338, "stop_counts": 998 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23857, 39.976101 ], [ -75.236087, 39.97638 ], [ -75.235493, 39.973234 ], [ -75.237983, 39.972957 ], [ -75.23857, 39.976101 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282003", "device_counts": 5695, "stop_counts": 19512 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144749, 40.039072 ], [ -75.144571, 40.039836 ], [ -75.139212, 40.039146 ], [ -75.137633, 40.038943 ], [ -75.137945, 40.037539 ], [ -75.138323, 40.035876 ], [ -75.139766, 40.034506 ], [ -75.143944, 40.032192 ], [ -75.143363, 40.034976 ], [ -75.145554, 40.035262 ], [ -75.144749, 40.039072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262002", "device_counts": 221, "stop_counts": 1387 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16899, 40.071473 ], [ -75.166725, 40.070165 ], [ -75.165348, 40.069372 ], [ -75.16697, 40.067709 ], [ -75.170657, 40.069832 ], [ -75.16899, 40.071473 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070004", "device_counts": 198, "stop_counts": 606 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225358, 39.936 ], [ -75.224388, 39.936676 ], [ -75.222986, 39.9355 ], [ -75.221731, 39.93443 ], [ -75.223219, 39.933389 ], [ -75.225887, 39.935625 ], [ -75.225358, 39.936 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331021", "device_counts": 1023, "stop_counts": 3597 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.026037, 40.048163 ], [ -75.023007, 40.049197 ], [ -75.021343, 40.048294 ], [ -75.020489, 40.04639 ], [ -75.021752, 40.043668 ], [ -75.02562, 40.042322 ], [ -75.02603, 40.043117 ], [ -75.02654, 40.045822 ], [ -75.026037, 40.048163 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192003", "device_counts": 448, "stop_counts": 1883 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116722, 40.000088 ], [ -75.114785, 39.999838 ], [ -75.112398, 40.00052 ], [ -75.112923, 39.99806 ], [ -75.115107, 39.998347 ], [ -75.117055, 39.998601 ], [ -75.116722, 40.000088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025004", "device_counts": 1481, "stop_counts": 3692 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153774, 39.935516 ], [ -75.153286, 39.937736 ], [ -75.150229, 39.936921 ], [ -75.151041, 39.933227 ], [ -75.154194, 39.933649 ], [ -75.153774, 39.935516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310002", "device_counts": 1362, "stop_counts": 3522 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076902, 40.054387 ], [ -75.075032, 40.056359 ], [ -75.073256, 40.05533 ], [ -75.071514, 40.054341 ], [ -75.069721, 40.053284 ], [ -75.072108, 40.050765 ], [ -75.075675, 40.052745 ], [ -75.07509, 40.053364 ], [ -75.076902, 40.054387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168004", "device_counts": 331, "stop_counts": 799 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167918, 39.990947 ], [ -75.165738, 39.990675 ], [ -75.166408, 39.987598 ], [ -75.168428, 39.987857 ], [ -75.167918, 39.990947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315023", "device_counts": 357, "stop_counts": 2340 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056848, 40.03839 ], [ -75.053584, 40.036574 ], [ -75.051973, 40.035672 ], [ -75.053701, 40.033844 ], [ -75.055334, 40.034739 ], [ -75.058568, 40.036548 ], [ -75.056848, 40.03839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190002", "device_counts": 827, "stop_counts": 2893 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.099374, 40.013583 ], [ -75.097431, 40.013325 ], [ -75.098428, 40.008664 ], [ -75.100373, 40.008914 ], [ -75.099374, 40.013583 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010211001", "device_counts": 360, "stop_counts": 1920 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207732, 40.023783 ], [ -75.20323, 40.025839 ], [ -75.202496, 40.025609 ], [ -75.203241, 40.024681 ], [ -75.204479, 40.020942 ], [ -75.204057, 40.020213 ], [ -75.207595, 40.019536 ], [ -75.207536, 40.021731 ], [ -75.207501, 40.023328 ], [ -75.207732, 40.023783 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305023", "device_counts": 223, "stop_counts": 1229 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109406, 40.04584 ], [ -75.10789, 40.048195 ], [ -75.10323, 40.051355 ], [ -75.101335, 40.049539 ], [ -75.102875, 40.047968 ], [ -75.105314, 40.049378 ], [ -75.107491, 40.046751 ], [ -75.108728, 40.045469 ], [ -75.109406, 40.04584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169011", "device_counts": 477, "stop_counts": 1554 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175539, 39.996639 ], [ -75.173948, 39.996432 ], [ -75.172355, 39.99624 ], [ -75.170767, 39.996036 ], [ -75.171115, 39.994444 ], [ -75.171173, 39.994165 ], [ -75.171441, 39.992946 ], [ -75.174615, 39.993359 ], [ -75.176212, 39.993572 ], [ -75.175539, 39.996639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010367002", "device_counts": 2299, "stop_counts": 5746 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148029, 39.962265 ], [ -75.147796, 39.963527 ], [ -75.147146, 39.967126 ], [ -75.144002, 39.96567 ], [ -75.142528, 39.964985 ], [ -75.143279, 39.9614 ], [ -75.14482, 39.961762 ], [ -75.146586, 39.962174 ], [ -75.146557, 39.961255 ], [ -75.148181, 39.961418 ], [ -75.148029, 39.962265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197001", "device_counts": 1018, "stop_counts": 2866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136811, 40.016899 ], [ -75.136984, 40.018789 ], [ -75.13674, 40.019958 ], [ -75.135818, 40.020645 ], [ -75.135434, 40.019782 ], [ -75.134194, 40.019619 ], [ -75.13519, 40.015056 ], [ -75.135533, 40.013463 ], [ -75.136231, 40.013547 ], [ -75.137502, 40.01371 ], [ -75.136811, 40.016899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265001", "device_counts": 626, "stop_counts": 1563 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15642, 40.061234 ], [ -75.155254, 40.062431 ], [ -75.153513, 40.064285 ], [ -75.152915, 40.063881 ], [ -75.151879, 40.062406 ], [ -75.15175, 40.06222 ], [ -75.15597, 40.060525 ], [ -75.15642, 40.061234 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152005", "device_counts": 233, "stop_counts": 724 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175047, 39.983956 ], [ -75.175026, 39.98402 ], [ -75.171847, 39.983599 ], [ -75.172161, 39.9821 ], [ -75.174771, 39.982444 ], [ -75.174991, 39.98246 ], [ -75.175344, 39.982517 ], [ -75.175047, 39.983956 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012025", "device_counts": 808, "stop_counts": 1735 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174323, 39.948177 ], [ -75.17118, 39.947784 ], [ -75.171488, 39.946353 ], [ -75.174627, 39.946753 ], [ -75.174323, 39.948177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264007", "device_counts": 236, "stop_counts": 1274 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162495, 40.067732 ], [ -75.159299, 40.065913 ], [ -75.156726, 40.064442 ], [ -75.158621, 40.063281 ], [ -75.160688, 40.064468 ], [ -75.159774, 40.06542 ], [ -75.162957, 40.067255 ], [ -75.162495, 40.067732 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357021", "device_counts": 1128, "stop_counts": 6110 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044216, 40.115747 ], [ -75.043856, 40.115997 ], [ -75.037097, 40.117646 ], [ -75.033268, 40.116139 ], [ -75.032101, 40.115319 ], [ -75.032756, 40.11432 ], [ -75.030665, 40.113106 ], [ -75.029956, 40.114481 ], [ -75.028279, 40.11408 ], [ -75.029541, 40.112852 ], [ -75.029615, 40.112667 ], [ -75.029517, 40.11245 ], [ -75.029273, 40.112301 ], [ -75.029192, 40.111392 ], [ -75.033722, 40.106639 ], [ -75.033897, 40.105689 ], [ -75.03946, 40.107362 ], [ -75.048542, 40.112729 ], [ -75.044216, 40.115747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179004", "device_counts": 798, "stop_counts": 3104 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113665, 39.990278 ], [ -75.109528, 39.992123 ], [ -75.108859, 39.991356 ], [ -75.10773, 39.990079 ], [ -75.11017, 39.988806 ], [ -75.109192, 39.987702 ], [ -75.111887, 39.986296 ], [ -75.112356, 39.98702 ], [ -75.113123, 39.988217 ], [ -75.113492, 39.988768 ], [ -75.114257, 39.989952 ], [ -75.113665, 39.990278 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317001", "device_counts": 445, "stop_counts": 2154 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.066299, 40.031344 ], [ -75.064448, 40.030313 ], [ -75.065635, 40.029071 ], [ -75.064004, 40.028165 ], [ -75.065108, 40.027073 ], [ -75.065403, 40.027033 ], [ -75.068445, 40.02871 ], [ -75.066299, 40.031344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066003", "device_counts": 598, "stop_counts": 1679 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236986, 39.927821 ], [ -75.235478, 39.928877 ], [ -75.232362, 39.931074 ], [ -75.230104, 39.929711 ], [ -75.234337, 39.927526 ], [ -75.234328, 39.925573 ], [ -75.235594, 39.92664 ], [ -75.236986, 39.927821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389003", "device_counts": 686, "stop_counts": 1897 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177193, 40.05308 ], [ -75.175743, 40.054577 ], [ -75.176188, 40.055819 ], [ -75.174759, 40.057282 ], [ -75.172869, 40.057256 ], [ -75.168958, 40.054846 ], [ -75.17326, 40.050667 ], [ -75.175804, 40.052241 ], [ -75.177193, 40.05308 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010016002", "device_counts": 986, "stop_counts": 2097 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147604, 39.941422 ], [ -75.14406, 39.940972 ], [ -75.144529, 39.938873 ], [ -75.144646, 39.938373 ], [ -75.148157, 39.938899 ], [ -75.147604, 39.941422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283004", "device_counts": 478, "stop_counts": 1948 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145718, 40.024214 ], [ -75.145359, 40.025873 ], [ -75.143001, 40.025561 ], [ -75.140638, 40.025262 ], [ -75.140979, 40.023667 ], [ -75.141328, 40.022091 ], [ -75.141589, 40.020811 ], [ -75.143223, 40.020796 ], [ -75.145593, 40.021104 ], [ -75.146379, 40.021204 ], [ -75.145718, 40.024214 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025002", "device_counts": 844, "stop_counts": 2260 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149463, 39.933019 ], [ -75.147616, 39.932313 ], [ -75.146808, 39.935982 ], [ -75.144656, 39.935402 ], [ -75.145146, 39.933321 ], [ -75.14617, 39.931321 ], [ -75.149728, 39.931793 ], [ -75.149463, 39.933019 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055003", "device_counts": 833, "stop_counts": 4380 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255597, 39.899596 ], [ -75.251288, 39.904403 ], [ -75.249736, 39.903575 ], [ -75.247414, 39.906162 ], [ -75.244247, 39.908271 ], [ -75.241558, 39.907257 ], [ -75.240576, 39.904062 ], [ -75.244985, 39.903178 ], [ -75.247308, 39.902282 ], [ -75.249109, 39.901113 ], [ -75.252349, 39.897618 ], [ -75.253285, 39.898094 ], [ -75.255093, 39.898756 ], [ -75.255597, 39.899596 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010342002", "device_counts": 678, "stop_counts": 4463 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082456, 40.082884 ], [ -75.077805, 40.08577 ], [ -75.076363, 40.087265 ], [ -75.073616, 40.087907 ], [ -75.074488, 40.086788 ], [ -75.071691, 40.086977 ], [ -75.068235, 40.085035 ], [ -75.062288, 40.084478 ], [ -75.068463, 40.080164 ], [ -75.067597, 40.0788 ], [ -75.066273, 40.077544 ], [ -75.067333, 40.075504 ], [ -75.067912, 40.075976 ], [ -75.071007, 40.077682 ], [ -75.073705, 40.079182 ], [ -75.070181, 40.081194 ], [ -75.073278, 40.083085 ], [ -75.075061, 40.084174 ], [ -75.077179, 40.082798 ], [ -75.078845, 40.082048 ], [ -75.082456, 40.082884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010351001", "device_counts": 3023, "stop_counts": 8829 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.99627, 40.047202 ], [ -74.986873, 40.052097 ], [ -74.984098, 40.054782 ], [ -74.983904, 40.054994 ], [ -74.982202, 40.053804 ], [ -74.982732, 40.053014 ], [ -74.980228, 40.050581 ], [ -74.981789, 40.04954 ], [ -74.984503, 40.051939 ], [ -74.986317, 40.050837 ], [ -74.983929, 40.048065 ], [ -74.985114, 40.046992 ], [ -74.988129, 40.049737 ], [ -74.992793, 40.046975 ], [ -74.989105, 40.043678 ], [ -74.990976, 40.042526 ], [ -74.99627, 40.047202 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362014", "device_counts": 324, "stop_counts": 1961 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.988911, 40.07812 ], [ -74.986539, 40.080333 ], [ -74.984093, 40.079508 ], [ -74.985706, 40.07568 ], [ -74.987568, 40.075825 ], [ -74.990003, 40.077975 ], [ -74.988911, 40.07812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010015002", "device_counts": 3192, "stop_counts": 6906 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165988, 39.94182 ], [ -75.165575, 39.943664 ], [ -75.165493, 39.943653 ], [ -75.160205, 39.942997 ], [ -75.156673, 39.942551 ], [ -75.156853, 39.941683 ], [ -75.156388, 39.940627 ], [ -75.16218, 39.94135 ], [ -75.165909, 39.941811 ], [ -75.165988, 39.94182 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024003", "device_counts": 3081, "stop_counts": 6252 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161399, 39.937157 ], [ -75.16092, 39.939367 ], [ -75.157848, 39.938982 ], [ -75.156317, 39.938569 ], [ -75.156622, 39.937182 ], [ -75.15815, 39.937589 ], [ -75.158424, 39.936372 ], [ -75.158669, 39.935226 ], [ -75.160199, 39.9356 ], [ -75.161678, 39.935849 ], [ -75.161399, 39.937157 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070005", "device_counts": 403, "stop_counts": 1128 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222986, 39.9355 ], [ -75.221605, 39.936464 ], [ -75.220343, 39.935408 ], [ -75.219442, 39.936041 ], [ -75.218983, 39.936369 ], [ -75.217614, 39.93733 ], [ -75.215778, 39.935624 ], [ -75.217058, 39.934733 ], [ -75.217811, 39.935357 ], [ -75.220543, 39.933446 ], [ -75.221731, 39.93443 ], [ -75.222986, 39.9355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010092002", "device_counts": 1205, "stop_counts": 3517 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.206889, 39.962485 ], [ -75.20236, 39.962859 ], [ -75.202235, 39.961643 ], [ -75.201971, 39.959176 ], [ -75.20627, 39.958823 ], [ -75.206889, 39.962485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108003", "device_counts": 558, "stop_counts": 2228 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198248, 39.96793 ], [ -75.195863, 39.968193 ], [ -75.19531, 39.968045 ], [ -75.194727, 39.964903 ], [ -75.194297, 39.962607 ], [ -75.197197, 39.962287 ], [ -75.197519, 39.964025 ], [ -75.197832, 39.965697 ], [ -75.198248, 39.96793 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146001", "device_counts": 5082, "stop_counts": 13877 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158526, 39.97585 ], [ -75.157581, 39.980223 ], [ -75.152235, 39.979531 ], [ -75.150661, 39.979325 ], [ -75.151306, 39.976382 ], [ -75.154452, 39.976794 ], [ -75.155061, 39.973996 ], [ -75.156616, 39.974198 ], [ -75.158782, 39.974482 ], [ -75.158526, 39.97585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191005", "device_counts": 2299, "stop_counts": 8410 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113483, 40.005927 ], [ -75.112821, 40.009007 ], [ -75.106083, 40.00813 ], [ -75.106403, 40.006621 ], [ -75.103146, 40.006202 ], [ -75.10327, 40.005602 ], [ -75.103797, 40.003134 ], [ -75.101811, 40.002863 ], [ -75.103179, 40.002096 ], [ -75.104197, 40.001525 ], [ -75.110017, 40.002282 ], [ -75.109864, 40.003027 ], [ -75.113986, 40.00356 ], [ -75.113483, 40.005927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240002", "device_counts": 1426, "stop_counts": 4649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183058, 40.03129 ], [ -75.181235, 40.033097 ], [ -75.174572, 40.029244 ], [ -75.177222, 40.026659 ], [ -75.1793, 40.027944 ], [ -75.183731, 40.030637 ], [ -75.183058, 40.03129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010269002", "device_counts": 440, "stop_counts": 1909 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137025, 40.058773 ], [ -75.136631, 40.059187 ], [ -75.135124, 40.060989 ], [ -75.130135, 40.057796 ], [ -75.129021, 40.057091 ], [ -75.130059, 40.055474 ], [ -75.130783, 40.052206 ], [ -75.133814, 40.0526 ], [ -75.137767, 40.053112 ], [ -75.137025, 40.058773 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318001", "device_counts": 1541, "stop_counts": 4933 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080757, 40.032541 ], [ -75.077022, 40.033387 ], [ -75.074439, 40.03398 ], [ -75.071097, 40.034742 ], [ -75.071824, 40.033503 ], [ -75.072682, 40.031938 ], [ -75.073733, 40.029784 ], [ -75.076783, 40.031474 ], [ -75.078277, 40.032301 ], [ -75.079443, 40.031051 ], [ -75.081231, 40.032046 ], [ -75.080757, 40.032541 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325004", "device_counts": 771, "stop_counts": 3380 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048375, 40.023291 ], [ -75.044721, 40.025179 ], [ -75.043408, 40.023672 ], [ -75.039768, 40.025551 ], [ -75.038625, 40.024239 ], [ -75.039452, 40.022917 ], [ -75.045381, 40.019868 ], [ -75.048375, 40.023291 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072001", "device_counts": 358, "stop_counts": 1028 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237132, 39.943237 ], [ -75.235219, 39.943494 ], [ -75.234474, 39.944027 ], [ -75.233566, 39.943265 ], [ -75.233074, 39.942849 ], [ -75.231676, 39.941671 ], [ -75.233632, 39.940292 ], [ -75.236424, 39.942646 ], [ -75.237132, 39.943237 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201011", "device_counts": 2297, "stop_counts": 7131 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158278, 40.006994 ], [ -75.158106, 40.007736 ], [ -75.156376, 40.008284 ], [ -75.151603, 40.007665 ], [ -75.152549, 40.003181 ], [ -75.154205, 40.003395 ], [ -75.157365, 40.003799 ], [ -75.158926, 40.004009 ], [ -75.158278, 40.006994 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276004", "device_counts": 1848, "stop_counts": 5070 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142898, 40.047493 ], [ -75.139107, 40.047011 ], [ -75.137529, 40.046805 ], [ -75.138205, 40.043739 ], [ -75.143547, 40.044426 ], [ -75.142898, 40.047493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280004", "device_counts": 1120, "stop_counts": 2889 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154245, 40.025634 ], [ -75.153761, 40.025871 ], [ -75.152086, 40.026744 ], [ -75.150781, 40.026565 ], [ -75.149984, 40.02539 ], [ -75.149552, 40.024785 ], [ -75.148245, 40.022959 ], [ -75.148567, 40.021476 ], [ -75.153357, 40.022088 ], [ -75.15461, 40.023801 ], [ -75.154245, 40.025634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288002", "device_counts": 397, "stop_counts": 1696 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122425, 40.021314 ], [ -75.122095, 40.022864 ], [ -75.121762, 40.024364 ], [ -75.119823, 40.02412 ], [ -75.120136, 40.022627 ], [ -75.120481, 40.02109 ], [ -75.121407, 40.019548 ], [ -75.122752, 40.019722 ], [ -75.122425, 40.021314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298002", "device_counts": 621, "stop_counts": 1705 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.067782, 40.017853 ], [ -75.066116, 40.018648 ], [ -75.065113, 40.017511 ], [ -75.063385, 40.01552 ], [ -75.062519, 40.014542 ], [ -75.064145, 40.013681 ], [ -75.065941, 40.015727 ], [ -75.066752, 40.016661 ], [ -75.066195, 40.016956 ], [ -75.067782, 40.017853 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301003", "device_counts": 198, "stop_counts": 1060 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.090373, 40.022233 ], [ -75.087283, 40.020485 ], [ -75.090325, 40.017356 ], [ -75.091304, 40.017883 ], [ -75.089718, 40.019875 ], [ -75.091492, 40.021027 ], [ -75.090373, 40.022233 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305021", "device_counts": 843, "stop_counts": 3793 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105191, 40.0454 ], [ -75.102875, 40.047968 ], [ -75.101335, 40.049539 ], [ -75.100394, 40.048691 ], [ -75.099559, 40.047973 ], [ -75.098017, 40.047096 ], [ -75.101105, 40.045038 ], [ -75.103518, 40.043463 ], [ -75.105787, 40.044735 ], [ -75.105191, 40.0454 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311024", "device_counts": 498, "stop_counts": 2468 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084464, 40.037657 ], [ -75.082114, 40.040147 ], [ -75.07862, 40.038205 ], [ -75.079265, 40.037516 ], [ -75.080981, 40.035713 ], [ -75.083148, 40.036924 ], [ -75.084464, 40.037657 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313006", "device_counts": 262, "stop_counts": 1445 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071817, 40.040124 ], [ -75.069459, 40.042621 ], [ -75.068234, 40.041945 ], [ -75.067663, 40.041634 ], [ -75.070025, 40.039139 ], [ -75.071817, 40.040124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315013", "device_counts": 501, "stop_counts": 1820 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051973, 40.035672 ], [ -75.050349, 40.034769 ], [ -75.047718, 40.033301 ], [ -75.048574, 40.032982 ], [ -75.050972, 40.032324 ], [ -75.053701, 40.033844 ], [ -75.051973, 40.035672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317003", "device_counts": 2305, "stop_counts": 3846 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064448, 40.030313 ], [ -75.062828, 40.02941 ], [ -75.062426, 40.027979 ], [ -75.062394, 40.027444 ], [ -75.062599, 40.027433 ], [ -75.065108, 40.027073 ], [ -75.064004, 40.028165 ], [ -75.065635, 40.029071 ], [ -75.064448, 40.030313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320007", "device_counts": 749, "stop_counts": 2712 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055416, 40.030086 ], [ -75.054054, 40.03118 ], [ -75.053249, 40.0317 ], [ -75.051073, 40.029403 ], [ -75.052898, 40.028462 ], [ -75.053968, 40.027905 ], [ -75.055661, 40.029843 ], [ -75.055416, 40.030086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329003", "device_counts": 406, "stop_counts": 1736 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029881, 40.034072 ], [ -75.026887, 40.035695 ], [ -75.025367, 40.033347 ], [ -75.02798, 40.031894 ], [ -75.029881, 40.034072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339003", "device_counts": 2408, "stop_counts": 9409 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.096733, 40.068989 ], [ -75.090317, 40.075115 ], [ -75.085044, 40.072141 ], [ -75.085496, 40.06747 ], [ -75.089378, 40.064705 ], [ -75.09037, 40.065285 ], [ -75.096733, 40.068989 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341002", "device_counts": 697, "stop_counts": 3707 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079769, 40.076854 ], [ -75.078592, 40.078097 ], [ -75.073477, 40.07526 ], [ -75.0759, 40.072884 ], [ -75.077202, 40.071627 ], [ -75.078867, 40.072559 ], [ -75.077595, 40.073918 ], [ -75.080159, 40.075454 ], [ -75.079769, 40.076854 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169022", "device_counts": 667, "stop_counts": 2158 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186148, 39.992662 ], [ -75.185808, 39.992075 ], [ -75.179748, 39.991715 ], [ -75.180257, 39.989388 ], [ -75.183459, 39.9898 ], [ -75.186713, 39.990215 ], [ -75.186148, 39.992662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355002", "device_counts": 3644, "stop_counts": 9208 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033547, 40.089582 ], [ -75.028337, 40.086604 ], [ -75.027097, 40.087878 ], [ -75.023996, 40.086107 ], [ -75.025229, 40.08482 ], [ -75.028952, 40.080968 ], [ -75.037498, 40.085459 ], [ -75.033547, 40.089582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347023", "device_counts": 644, "stop_counts": 4409 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035062, 40.057327 ], [ -75.03433, 40.057067 ], [ -75.033734, 40.056884 ], [ -75.029032, 40.056399 ], [ -75.028549, 40.056169 ], [ -75.026753, 40.050779 ], [ -75.031695, 40.051607 ], [ -75.032754, 40.052569 ], [ -75.036019, 40.051602 ], [ -75.035062, 40.057327 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083023", "device_counts": 629, "stop_counts": 2025 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243975, 39.95626 ], [ -75.243608, 39.95802 ], [ -75.239658, 39.957534 ], [ -75.239909, 39.956313 ], [ -75.240137, 39.955252 ], [ -75.244084, 39.955743 ], [ -75.243975, 39.95626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009011", "device_counts": 3026, "stop_counts": 5603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162114, 39.94908 ], [ -75.159751, 39.948783 ], [ -75.160267, 39.946422 ], [ -75.161843, 39.94662 ], [ -75.162627, 39.946713 ], [ -75.162114, 39.94908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013003", "device_counts": 689, "stop_counts": 1594 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181002, 39.941863 ], [ -75.177761, 39.941461 ], [ -75.178251, 39.939268 ], [ -75.179839, 39.939478 ], [ -75.181494, 39.939687 ], [ -75.181002, 39.941863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149003", "device_counts": 377, "stop_counts": 1006 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179952, 39.983108 ], [ -75.178535, 39.982919 ], [ -75.176933, 39.982713 ], [ -75.177585, 39.979774 ], [ -75.179172, 39.979988 ], [ -75.180591, 39.980167 ], [ -75.179952, 39.983108 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151012", "device_counts": 482, "stop_counts": 1715 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186713, 39.990215 ], [ -75.183459, 39.9898 ], [ -75.183601, 39.989159 ], [ -75.183795, 39.988236 ], [ -75.184136, 39.986721 ], [ -75.185719, 39.986919 ], [ -75.187382, 39.98713 ], [ -75.186713, 39.990215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158004", "device_counts": 1225, "stop_counts": 2204 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134401, 39.972303 ], [ -75.133286, 39.970766 ], [ -75.131239, 39.97165 ], [ -75.130452, 39.970189 ], [ -75.134428, 39.968791 ], [ -75.134401, 39.972303 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165001", "device_counts": 262, "stop_counts": 721 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152389, 39.993659 ], [ -75.150813, 39.99346 ], [ -75.149238, 39.993253 ], [ -75.149587, 39.991665 ], [ -75.15273, 39.992072 ], [ -75.152389, 39.993659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177023", "device_counts": 497, "stop_counts": 1748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120933, 39.999097 ], [ -75.118994, 39.998852 ], [ -75.119328, 39.997255 ], [ -75.119665, 39.995671 ], [ -75.121617, 39.99592 ], [ -75.120933, 39.999097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178002", "device_counts": 660, "stop_counts": 2380 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113816, 39.992924 ], [ -75.111369, 39.994211 ], [ -75.110258, 39.992957 ], [ -75.109709, 39.992334 ], [ -75.109528, 39.992123 ], [ -75.113665, 39.990278 ], [ -75.112775, 39.991747 ], [ -75.113816, 39.992924 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010184001", "device_counts": 1070, "stop_counts": 3736 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075687, 40.005553 ], [ -75.072702, 40.007904 ], [ -75.068883, 40.00879 ], [ -75.068346, 40.006924 ], [ -75.067696, 40.005333 ], [ -75.067245, 40.004293 ], [ -75.070609, 40.001652 ], [ -75.073149, 40.001517 ], [ -75.075687, 40.005553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028013", "device_counts": 788, "stop_counts": 2601 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157843, 39.931615 ], [ -75.157578, 39.932837 ], [ -75.156025, 39.932635 ], [ -75.154454, 39.93242 ], [ -75.154735, 39.931208 ], [ -75.154997, 39.929984 ], [ -75.158121, 39.930394 ], [ -75.157843, 39.931615 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032003", "device_counts": 554, "stop_counts": 1538 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184705, 39.932584 ], [ -75.181419, 39.932161 ], [ -75.181589, 39.931366 ], [ -75.181944, 39.929729 ], [ -75.183601, 39.929928 ], [ -75.18524, 39.930146 ], [ -75.184705, 39.932584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039013", "device_counts": 957, "stop_counts": 4418 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176906, 39.921464 ], [ -75.176361, 39.92396 ], [ -75.173226, 39.923556 ], [ -75.173748, 39.92106 ], [ -75.174033, 39.919809 ], [ -75.177082, 39.920207 ], [ -75.176906, 39.921464 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041012", "device_counts": 1008, "stop_counts": 3594 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159904, 39.922287 ], [ -75.158363, 39.922092 ], [ -75.155233, 39.921686 ], [ -75.155597, 39.920013 ], [ -75.160275, 39.920611 ], [ -75.159904, 39.922287 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062002", "device_counts": 269, "stop_counts": 818 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232221, 39.920865 ], [ -75.22943, 39.918507 ], [ -75.230094, 39.918046 ], [ -75.231092, 39.917343 ], [ -75.233878, 39.919693 ], [ -75.232221, 39.920865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067002", "device_counts": 361, "stop_counts": 1042 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227538, 39.91984 ], [ -75.224926, 39.921692 ], [ -75.224111, 39.921005 ], [ -75.222772, 39.919918 ], [ -75.221873, 39.919551 ], [ -75.223236, 39.917589 ], [ -75.22421, 39.917832 ], [ -75.225839, 39.918503 ], [ -75.227538, 39.91984 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192001", "device_counts": 357, "stop_counts": 1598 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119314, 40.002003 ], [ -75.116411, 40.001624 ], [ -75.116722, 40.000088 ], [ -75.119644, 40.000464 ], [ -75.119314, 40.002003 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383002", "device_counts": 1172, "stop_counts": 3271 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131828, 40.019316 ], [ -75.128883, 40.018945 ], [ -75.130585, 40.011325 ], [ -75.131779, 40.011482 ], [ -75.131135, 40.014535 ], [ -75.132327, 40.014695 ], [ -75.131828, 40.019316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010200001", "device_counts": 1627, "stop_counts": 2800 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153609, 39.998515 ], [ -75.152926, 40.001592 ], [ -75.148148, 40.000987 ], [ -75.147717, 39.999974 ], [ -75.15002, 39.999096 ], [ -75.153782, 39.997718 ], [ -75.153609, 39.998515 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207002", "device_counts": 228, "stop_counts": 903 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191289, 40.013697 ], [ -75.187708, 40.01641 ], [ -75.185937, 40.014895 ], [ -75.187771, 40.013623 ], [ -75.187402, 40.013303 ], [ -75.189317, 40.011994 ], [ -75.191289, 40.013697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214005", "device_counts": 318, "stop_counts": 1443 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224657, 40.031899 ], [ -75.222391, 40.033052 ], [ -75.220448, 40.031211 ], [ -75.219114, 40.029931 ], [ -75.219728, 40.029436 ], [ -75.22124, 40.027551 ], [ -75.221837, 40.027263 ], [ -75.223474, 40.029441 ], [ -75.225127, 40.031643 ], [ -75.224657, 40.031899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217002", "device_counts": 1272, "stop_counts": 5124 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235419, 40.048775 ], [ -75.230603, 40.050962 ], [ -75.230049, 40.051219 ], [ -75.229214, 40.048037 ], [ -75.2223, 40.045151 ], [ -75.223307, 40.045054 ], [ -75.227444, 40.043197 ], [ -75.22853, 40.04386 ], [ -75.23204, 40.045328 ], [ -75.235419, 40.048775 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010239002", "device_counts": 885, "stop_counts": 1960 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190987, 40.037353 ], [ -75.186455, 40.033226 ], [ -75.184519, 40.032497 ], [ -75.183058, 40.03129 ], [ -75.183731, 40.030637 ], [ -75.186194, 40.029468 ], [ -75.187776, 40.030771 ], [ -75.189063, 40.031905 ], [ -75.193127, 40.035381 ], [ -75.190987, 40.037353 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067004", "device_counts": 426, "stop_counts": 1594 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231194, 39.924845 ], [ -75.229818, 39.925811 ], [ -75.226761, 39.923242 ], [ -75.228132, 39.922273 ], [ -75.230327, 39.922201 ], [ -75.232438, 39.92397 ], [ -75.231194, 39.924845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071021", "device_counts": 306, "stop_counts": 1041 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226805, 39.945083 ], [ -75.22498, 39.943534 ], [ -75.224129, 39.942836 ], [ -75.222753, 39.941654 ], [ -75.224113, 39.940691 ], [ -75.224607, 39.941109 ], [ -75.225508, 39.941871 ], [ -75.226334, 39.942562 ], [ -75.228184, 39.944134 ], [ -75.226805, 39.945083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074001", "device_counts": 448, "stop_counts": 970 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211401, 39.945802 ], [ -75.207649, 39.942475 ], [ -75.208799, 39.941644 ], [ -75.212687, 39.944885 ], [ -75.211401, 39.945802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080003", "device_counts": 536, "stop_counts": 1083 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230959, 39.949438 ], [ -75.230793, 39.950172 ], [ -75.22703, 39.949702 ], [ -75.227419, 39.94777 ], [ -75.229894, 39.947791 ], [ -75.231271, 39.947909 ], [ -75.230959, 39.949438 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176012", "device_counts": 617, "stop_counts": 2063 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139851, 39.993672 ], [ -75.139199, 39.996661 ], [ -75.13735, 39.996421 ], [ -75.138352, 39.991851 ], [ -75.140198, 39.992086 ], [ -75.139851, 39.993672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085006", "device_counts": 954, "stop_counts": 2008 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231277, 39.958448 ], [ -75.225351, 39.957714 ], [ -75.225634, 39.956372 ], [ -75.231557, 39.957102 ], [ -75.231277, 39.958448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095002", "device_counts": 218, "stop_counts": 521 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237818, 39.96633 ], [ -75.235842, 39.966085 ], [ -75.236481, 39.963047 ], [ -75.237798, 39.963206 ], [ -75.238137, 39.96481 ], [ -75.237818, 39.96633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249003", "device_counts": 260, "stop_counts": 858 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160528, 40.049664 ], [ -75.158017, 40.048126 ], [ -75.158132, 40.046418 ], [ -75.161656, 40.048559 ], [ -75.160528, 40.049664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256003", "device_counts": 462, "stop_counts": 1019 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196385, 40.066623 ], [ -75.193222, 40.06909 ], [ -75.190594, 40.071973 ], [ -75.189117, 40.073124 ], [ -75.188461, 40.07275 ], [ -75.188052, 40.072503 ], [ -75.190512, 40.070271 ], [ -75.188921, 40.066497 ], [ -75.192891, 40.062662 ], [ -75.195726, 40.065177 ], [ -75.196385, 40.066623 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100002", "device_counts": 279, "stop_counts": 912 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249177, 39.970857 ], [ -75.24887, 39.972339 ], [ -75.246935, 39.972111 ], [ -75.247518, 39.969093 ], [ -75.250481, 39.96946 ], [ -75.249177, 39.970857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101006", "device_counts": 973, "stop_counts": 2566 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247494, 39.975113 ], [ -75.24554, 39.97533 ], [ -75.24358, 39.975546 ], [ -75.24329, 39.973997 ], [ -75.245247, 39.973778 ], [ -75.244885, 39.971854 ], [ -75.246935, 39.972111 ], [ -75.247494, 39.975113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112006", "device_counts": 377, "stop_counts": 1171 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236087, 39.97638 ], [ -75.233691, 39.976642 ], [ -75.233659, 39.973437 ], [ -75.234732, 39.973315 ], [ -75.235493, 39.973234 ], [ -75.236087, 39.97638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114004", "device_counts": 267, "stop_counts": 1067 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.244138, 39.978517 ], [ -75.242354, 39.978712 ], [ -75.241574, 39.978799 ], [ -75.241013, 39.975833 ], [ -75.24358, 39.975546 ], [ -75.244138, 39.978517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122041", "device_counts": 425, "stop_counts": 2211 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21114, 40.002124 ], [ -75.209385, 40.002429 ], [ -75.203194, 40.003393 ], [ -75.202057, 40.004729 ], [ -75.203579, 40.000755 ], [ -75.206217, 40.000419 ], [ -75.20728, 39.999054 ], [ -75.208809, 39.999431 ], [ -75.209695, 39.99965 ], [ -75.21114, 40.002124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135003", "device_counts": 188, "stop_counts": 778 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172659, 39.971823 ], [ -75.17055, 39.97157 ], [ -75.170997, 39.969227 ], [ -75.173163, 39.969503 ], [ -75.172659, 39.971823 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146002", "device_counts": 280, "stop_counts": 802 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154452, 39.976794 ], [ -75.151306, 39.976382 ], [ -75.151915, 39.973588 ], [ -75.155061, 39.973996 ], [ -75.154452, 39.976794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264001", "device_counts": 313, "stop_counts": 1175 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161105, 40.060726 ], [ -75.158621, 40.063281 ], [ -75.156726, 40.064442 ], [ -75.155254, 40.062431 ], [ -75.15642, 40.061234 ], [ -75.158413, 40.059181 ], [ -75.160983, 40.060654 ], [ -75.161105, 40.060726 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266004", "device_counts": 167, "stop_counts": 561 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150719, 40.066367 ], [ -75.147022, 40.065892 ], [ -75.147353, 40.064371 ], [ -75.151053, 40.064852 ], [ -75.150719, 40.066367 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010270001", "device_counts": 465, "stop_counts": 1580 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132121, 40.046018 ], [ -75.130783, 40.052206 ], [ -75.127143, 40.051748 ], [ -75.128495, 40.045626 ], [ -75.131283, 40.045984 ], [ -75.132121, 40.046018 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274025", "device_counts": 641, "stop_counts": 2475 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126639, 40.045392 ], [ -75.125631, 40.045259 ], [ -75.123566, 40.044993 ], [ -75.121432, 40.044731 ], [ -75.121754, 40.04317 ], [ -75.125968, 40.043728 ], [ -75.126987, 40.043857 ], [ -75.126639, 40.045392 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245004", "device_counts": 380, "stop_counts": 1392 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169211, 40.032314 ], [ -75.165747, 40.035702 ], [ -75.165094, 40.036234 ], [ -75.16298, 40.036142 ], [ -75.164571, 40.032912 ], [ -75.166655, 40.03089 ], [ -75.169211, 40.032314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379001", "device_counts": 481, "stop_counts": 1496 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105064, 39.987073 ], [ -75.102621, 39.988348 ], [ -75.100912, 39.986416 ], [ -75.103366, 39.985129 ], [ -75.105064, 39.987073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357022", "device_counts": 969, "stop_counts": 7567 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037842, 40.120213 ], [ -75.036495, 40.12039 ], [ -75.034996, 40.119328 ], [ -75.030059, 40.116298 ], [ -75.02923, 40.11597 ], [ -75.030162, 40.114978 ], [ -75.029956, 40.114481 ], [ -75.030665, 40.113106 ], [ -75.032756, 40.11432 ], [ -75.032101, 40.115319 ], [ -75.033268, 40.116139 ], [ -75.037097, 40.117646 ], [ -75.043856, 40.115997 ], [ -75.037842, 40.120213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137002", "device_counts": 685, "stop_counts": 1917 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181755, 39.977444 ], [ -75.181135, 39.980238 ], [ -75.180591, 39.980167 ], [ -75.179172, 39.979988 ], [ -75.179779, 39.977188 ], [ -75.180729, 39.972841 ], [ -75.182147, 39.973009 ], [ -75.181707, 39.975062 ], [ -75.182327, 39.975143 ], [ -75.181755, 39.977444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022003", "device_counts": 820, "stop_counts": 2625 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173173, 39.938641 ], [ -75.171602, 39.938447 ], [ -75.170025, 39.938263 ], [ -75.170455, 39.936232 ], [ -75.170729, 39.935024 ], [ -75.17385, 39.93545 ], [ -75.173173, 39.938641 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243002", "device_counts": 677, "stop_counts": 2259 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176861, 40.021501 ], [ -75.172523, 40.025758 ], [ -75.169124, 40.023865 ], [ -75.170176, 40.022731 ], [ -75.169534, 40.022381 ], [ -75.173246, 40.018411 ], [ -75.176861, 40.021501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088011", "device_counts": 4496, "stop_counts": 11379 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.200525, 39.952695 ], [ -75.200098, 39.954582 ], [ -75.196603, 39.954149 ], [ -75.197243, 39.951021 ], [ -75.199204, 39.951257 ], [ -75.200801, 39.951458 ], [ -75.200525, 39.952695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273003", "device_counts": 545, "stop_counts": 1916 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121432, 40.044731 ], [ -75.119454, 40.04448 ], [ -75.114119, 40.043644 ], [ -75.113544, 40.042711 ], [ -75.115488, 40.041183 ], [ -75.120103, 40.041417 ], [ -75.119782, 40.042926 ], [ -75.121754, 40.04317 ], [ -75.121432, 40.044731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197006", "device_counts": 1281, "stop_counts": 2863 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140105, 40.02039 ], [ -75.138463, 40.020171 ], [ -75.13911, 40.017187 ], [ -75.139464, 40.015599 ], [ -75.141126, 40.015818 ], [ -75.140105, 40.02039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010061001", "device_counts": 1423, "stop_counts": 4918 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23463, 39.914848 ], [ -75.232692, 39.916219 ], [ -75.231092, 39.917343 ], [ -75.230094, 39.918046 ], [ -75.227809, 39.916106 ], [ -75.225839, 39.918503 ], [ -75.22421, 39.917832 ], [ -75.223236, 39.917589 ], [ -75.224988, 39.915064 ], [ -75.22918, 39.909127 ], [ -75.230417, 39.911046 ], [ -75.231662, 39.912252 ], [ -75.23374, 39.914073 ], [ -75.23463, 39.914848 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098011", "device_counts": 1249, "stop_counts": 3025 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.269257, 39.980186 ], [ -75.267973, 39.980757 ], [ -75.265918, 39.979251 ], [ -75.261996, 39.977598 ], [ -75.263054, 39.975749 ], [ -75.268293, 39.978967 ], [ -75.269257, 39.980186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334002", "device_counts": 4140, "stop_counts": 11062 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054947, 40.053507 ], [ -75.054197, 40.054405 ], [ -75.053348, 40.056454 ], [ -75.052749, 40.058042 ], [ -75.051784, 40.057504 ], [ -75.049762, 40.056374 ], [ -75.048291, 40.055538 ], [ -75.047749, 40.055363 ], [ -75.050464, 40.052507 ], [ -75.050943, 40.050215 ], [ -75.052836, 40.050498 ], [ -75.056036, 40.05224 ], [ -75.054947, 40.053507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171001", "device_counts": 376, "stop_counts": 1251 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176913, 40.004697 ], [ -75.171247, 40.003951 ], [ -75.171595, 40.002377 ], [ -75.17725, 40.003097 ], [ -75.176913, 40.004697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086021", "device_counts": 3130, "stop_counts": 7781 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218954, 39.95926 ], [ -75.217002, 39.959015 ], [ -75.214018, 39.958643 ], [ -75.211039, 39.958276 ], [ -75.211677, 39.95524 ], [ -75.214643, 39.955607 ], [ -75.215471, 39.956489 ], [ -75.219421, 39.956979 ], [ -75.218954, 39.95926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112003", "device_counts": 421, "stop_counts": 1326 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234732, 39.973315 ], [ -75.233659, 39.973437 ], [ -75.232182, 39.973599 ], [ -75.231617, 39.970789 ], [ -75.232573, 39.970683 ], [ -75.234203, 39.9705 ], [ -75.234732, 39.973315 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257002", "device_counts": 355, "stop_counts": 1454 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199786, 40.075366 ], [ -75.199496, 40.07547 ], [ -75.196263, 40.073051 ], [ -75.193222, 40.06909 ], [ -75.196385, 40.066623 ], [ -75.196741, 40.067365 ], [ -75.199715, 40.073803 ], [ -75.199786, 40.075366 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010174002", "device_counts": 1806, "stop_counts": 3996 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153782, 39.997718 ], [ -75.15002, 39.999096 ], [ -75.149877, 39.998385 ], [ -75.150813, 39.99346 ], [ -75.152389, 39.993659 ], [ -75.154588, 39.993938 ], [ -75.153782, 39.997718 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238004", "device_counts": 356, "stop_counts": 1195 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187922, 40.037547 ], [ -75.186595, 40.037617 ], [ -75.184831, 40.039346 ], [ -75.1804, 40.036534 ], [ -75.182925, 40.034066 ], [ -75.188396, 40.037255 ], [ -75.187922, 40.037547 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013004", "device_counts": 325, "stop_counts": 693 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183366, 39.942946 ], [ -75.180611, 39.944631 ], [ -75.180409, 39.944602 ], [ -75.180624, 39.943641 ], [ -75.180838, 39.942631 ], [ -75.181002, 39.941863 ], [ -75.184474, 39.942274 ], [ -75.183366, 39.942946 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122012", "device_counts": 410, "stop_counts": 1943 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207589, 40.005981 ], [ -75.206209, 40.006641 ], [ -75.202057, 40.004729 ], [ -75.203194, 40.003393 ], [ -75.209385, 40.002429 ], [ -75.207589, 40.005981 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078003", "device_counts": 402, "stop_counts": 932 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223315, 39.947925 ], [ -75.221237, 39.948161 ], [ -75.217733, 39.945183 ], [ -75.219002, 39.944283 ], [ -75.222369, 39.947135 ], [ -75.223315, 39.947925 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114001", "device_counts": 616, "stop_counts": 2001 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.251063, 39.981601 ], [ -75.248346, 39.982968 ], [ -75.247094, 39.983595 ], [ -75.24654, 39.980645 ], [ -75.24554, 39.97533 ], [ -75.247494, 39.975113 ], [ -75.247797, 39.975079 ], [ -75.248628, 39.978707 ], [ -75.248944, 39.979106 ], [ -75.251063, 39.981601 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096002", "device_counts": 516, "stop_counts": 1580 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242406, 39.963779 ], [ -75.242087, 39.965303 ], [ -75.24011, 39.965055 ], [ -75.240762, 39.96196 ], [ -75.242735, 39.962202 ], [ -75.242406, 39.963779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010132001", "device_counts": 573, "stop_counts": 1852 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156085, 39.96931 ], [ -75.154549, 39.968931 ], [ -75.153018, 39.968549 ], [ -75.154013, 39.963976 ], [ -75.157125, 39.964556 ], [ -75.156085, 39.96931 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093003", "device_counts": 825, "stop_counts": 1794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224541, 39.961567 ], [ -75.219439, 39.960941 ], [ -75.219175, 39.959288 ], [ -75.22092, 39.959505 ], [ -75.2229, 39.959745 ], [ -75.224868, 39.960005 ], [ -75.224541, 39.961567 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010380001", "device_counts": 2119, "stop_counts": 7363 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089831, 40.004441 ], [ -75.087448, 40.006079 ], [ -75.083087, 40.007437 ], [ -75.078448, 40.008586 ], [ -75.077476, 40.004139 ], [ -75.079781, 40.002337 ], [ -75.086234, 39.998967 ], [ -75.086895, 39.999532 ], [ -75.087302, 40.000157 ], [ -75.087369, 40.001571 ], [ -75.087984, 40.00303 ], [ -75.088513, 40.00354 ], [ -75.090028, 40.004264 ], [ -75.089831, 40.004441 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101004", "device_counts": 500, "stop_counts": 1764 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243788, 39.971723 ], [ -75.24181, 39.971472 ], [ -75.239133, 39.969893 ], [ -75.239479, 39.968097 ], [ -75.244416, 39.968706 ], [ -75.243788, 39.971723 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067003", "device_counts": 442, "stop_counts": 1446 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228132, 39.922273 ], [ -75.226761, 39.923242 ], [ -75.226319, 39.922867 ], [ -75.224926, 39.921692 ], [ -75.227538, 39.91984 ], [ -75.230327, 39.922201 ], [ -75.228132, 39.922273 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139003", "device_counts": 890, "stop_counts": 2684 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177852, 39.974247 ], [ -75.173785, 39.974677 ], [ -75.168263, 39.975259 ], [ -75.16722, 39.973397 ], [ -75.167421, 39.972493 ], [ -75.167703, 39.971211 ], [ -75.169274, 39.971406 ], [ -75.17055, 39.97157 ], [ -75.172659, 39.971823 ], [ -75.174367, 39.972035 ], [ -75.175948, 39.972232 ], [ -75.177862, 39.97248 ], [ -75.177852, 39.974247 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320003", "device_counts": 807, "stop_counts": 2484 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058579, 40.028225 ], [ -75.056872, 40.028943 ], [ -75.056077, 40.029455 ], [ -75.055661, 40.029843 ], [ -75.053968, 40.027905 ], [ -75.056294, 40.026703 ], [ -75.056953, 40.026361 ], [ -75.057594, 40.026031 ], [ -75.059227, 40.027909 ], [ -75.058579, 40.028225 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180011", "device_counts": 681, "stop_counts": 2289 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116836, 39.982072 ], [ -75.116075, 39.982938 ], [ -75.113008, 39.979488 ], [ -75.110939, 39.980568 ], [ -75.110525, 39.980787 ], [ -75.108971, 39.979021 ], [ -75.111738, 39.977578 ], [ -75.113227, 39.976803 ], [ -75.114768, 39.978568 ], [ -75.116146, 39.980111 ], [ -75.117355, 39.981481 ], [ -75.116836, 39.982072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282002", "device_counts": 862, "stop_counts": 3636 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142471, 40.031766 ], [ -75.138971, 40.032845 ], [ -75.139766, 40.034506 ], [ -75.138323, 40.035876 ], [ -75.137945, 40.037539 ], [ -75.137633, 40.038943 ], [ -75.135257, 40.03864 ], [ -75.134472, 40.038514 ], [ -75.134818, 40.036987 ], [ -75.135042, 40.033284 ], [ -75.135144, 40.031362 ], [ -75.13506, 40.02915 ], [ -75.135802, 40.029254 ], [ -75.137091, 40.029412 ], [ -75.136757, 40.030964 ], [ -75.139304, 40.031288 ], [ -75.141668, 40.0316 ], [ -75.142471, 40.031766 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055001", "device_counts": 1594, "stop_counts": 5050 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2525, 39.906614 ], [ -75.249929, 39.909352 ], [ -75.251498, 39.910051 ], [ -75.2472, 39.913578 ], [ -75.24694, 39.916871 ], [ -75.247341, 39.918541 ], [ -75.246856, 39.918759 ], [ -75.246308, 39.917176 ], [ -75.244935, 39.91545 ], [ -75.243226, 39.913112 ], [ -75.242832, 39.911272 ], [ -75.243939, 39.910021 ], [ -75.246021, 39.911148 ], [ -75.248751, 39.909248 ], [ -75.246275, 39.90746 ], [ -75.247414, 39.906162 ], [ -75.249736, 39.903575 ], [ -75.251288, 39.904403 ], [ -75.253492, 39.905585 ], [ -75.2525, 39.906614 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010138002", "device_counts": 1170, "stop_counts": 3197 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179779, 39.977188 ], [ -75.173414, 39.976363 ], [ -75.173785, 39.974677 ], [ -75.177852, 39.974247 ], [ -75.177862, 39.97248 ], [ -75.178108, 39.972509 ], [ -75.180729, 39.972841 ], [ -75.179779, 39.977188 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302005", "device_counts": 1361, "stop_counts": 3621 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086997, 40.029443 ], [ -75.08508, 40.031266 ], [ -75.084915, 40.031241 ], [ -75.084794, 40.031223 ], [ -75.084197, 40.031438 ], [ -75.080866, 40.029556 ], [ -75.081849, 40.028512 ], [ -75.083038, 40.027241 ], [ -75.085375, 40.028555 ], [ -75.086997, 40.029443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071013", "device_counts": 586, "stop_counts": 1671 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22548, 39.939725 ], [ -75.224113, 39.940691 ], [ -75.222753, 39.941654 ], [ -75.221545, 39.940652 ], [ -75.220278, 39.939572 ], [ -75.222098, 39.938279 ], [ -75.223012, 39.937643 ], [ -75.224292, 39.938734 ], [ -75.22548, 39.939725 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298001", "device_counts": 274, "stop_counts": 1876 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07338, 40.019654 ], [ -75.072271, 40.020248 ], [ -75.069087, 40.021904 ], [ -75.068516, 40.021385 ], [ -75.067412, 40.020111 ], [ -75.06701, 40.01967 ], [ -75.066116, 40.018648 ], [ -75.067782, 40.017853 ], [ -75.070504, 40.017255 ], [ -75.071847, 40.016952 ], [ -75.072575, 40.018868 ], [ -75.07338, 40.019654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158006", "device_counts": 241, "stop_counts": 689 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128693, 39.974284 ], [ -75.125201, 39.975558 ], [ -75.123391, 39.974403 ], [ -75.127903, 39.972811 ], [ -75.128693, 39.974284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073004", "device_counts": 1105, "stop_counts": 2856 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229894, 39.947791 ], [ -75.227419, 39.94777 ], [ -75.224946, 39.947744 ], [ -75.223315, 39.947925 ], [ -75.222369, 39.947135 ], [ -75.224736, 39.945465 ], [ -75.22361, 39.944505 ], [ -75.22498, 39.943534 ], [ -75.226805, 39.945083 ], [ -75.228686, 39.945913 ], [ -75.228202, 39.94627 ], [ -75.229894, 39.947791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263024", "device_counts": 2839, "stop_counts": 8943 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161313, 40.071386 ], [ -75.158417, 40.074169 ], [ -75.154076, 40.071732 ], [ -75.156776, 40.068675 ], [ -75.157379, 40.067944 ], [ -75.162035, 40.070685 ], [ -75.161313, 40.071386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010293001", "device_counts": 1724, "stop_counts": 4625 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.096744, 40.01873 ], [ -75.095897, 40.019604 ], [ -75.09441, 40.019534 ], [ -75.091304, 40.017883 ], [ -75.090325, 40.017356 ], [ -75.086382, 40.015257 ], [ -75.085519, 40.014787 ], [ -75.085818, 40.014448 ], [ -75.086348, 40.013868 ], [ -75.087577, 40.012516 ], [ -75.09228, 40.015294 ], [ -75.094365, 40.014794 ], [ -75.096279, 40.015957 ], [ -75.09704, 40.016018 ], [ -75.096744, 40.01873 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246002", "device_counts": 397, "stop_counts": 2006 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172201, 40.042922 ], [ -75.173355, 40.04362 ], [ -75.170725, 40.046151 ], [ -75.169492, 40.044531 ], [ -75.170855, 40.040445 ], [ -75.172027, 40.039141 ], [ -75.174567, 40.040638 ], [ -75.172201, 40.042922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072003", "device_counts": 182, "stop_counts": 1159 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233074, 39.942849 ], [ -75.230947, 39.944336 ], [ -75.229553, 39.943168 ], [ -75.230928, 39.942194 ], [ -75.231676, 39.941671 ], [ -75.233074, 39.942849 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282001", "device_counts": 2219, "stop_counts": 4421 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146705, 40.030127 ], [ -75.146575, 40.030637 ], [ -75.145554, 40.035262 ], [ -75.143363, 40.034976 ], [ -75.143944, 40.032192 ], [ -75.139766, 40.034506 ], [ -75.138971, 40.032845 ], [ -75.142471, 40.031766 ], [ -75.144284, 40.030814 ], [ -75.14685, 40.029481 ], [ -75.146705, 40.030127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252001", "device_counts": 282, "stop_counts": 1142 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177154, 40.042988 ], [ -75.175285, 40.044782 ], [ -75.173686, 40.045803 ], [ -75.171536, 40.047888 ], [ -75.170725, 40.046151 ], [ -75.173355, 40.04362 ], [ -75.17573, 40.041333 ], [ -75.177651, 40.0425 ], [ -75.177154, 40.042988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311013", "device_counts": 844, "stop_counts": 2757 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081533, 40.040754 ], [ -75.080904, 40.041432 ], [ -75.080164, 40.042213 ], [ -75.076652, 40.040257 ], [ -75.077394, 40.039464 ], [ -75.07821, 40.038617 ], [ -75.07862, 40.038205 ], [ -75.082114, 40.040147 ], [ -75.081533, 40.040754 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031001", "device_counts": 808, "stop_counts": 2117 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179035, 39.935612 ], [ -75.178514, 39.935544 ], [ -75.17397, 39.934974 ], [ -75.174495, 39.932523 ], [ -75.176069, 39.932721 ], [ -75.179553, 39.933178 ], [ -75.179035, 39.935612 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309002", "device_counts": 225, "stop_counts": 1167 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085031, 40.043731 ], [ -75.082674, 40.04242 ], [ -75.084412, 40.039499 ], [ -75.086453, 40.042566 ], [ -75.085031, 40.043731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195013", "device_counts": 874, "stop_counts": 2973 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131501, 40.001999 ], [ -75.128604, 40.001619 ], [ -75.12926, 39.998539 ], [ -75.132172, 39.998913 ], [ -75.131501, 40.001999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071011", "device_counts": 373, "stop_counts": 1081 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229726, 39.936743 ], [ -75.228358, 39.9377 ], [ -75.227831, 39.938077 ], [ -75.225358, 39.936 ], [ -75.225887, 39.935625 ], [ -75.227252, 39.934661 ], [ -75.228533, 39.935732 ], [ -75.229726, 39.936743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306007", "device_counts": 1035, "stop_counts": 3175 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094766, 40.053095 ], [ -75.093706, 40.054203 ], [ -75.092131, 40.053178 ], [ -75.088344, 40.051235 ], [ -75.088873, 40.050674 ], [ -75.091173, 40.051098 ], [ -75.091416, 40.049543 ], [ -75.092242, 40.049978 ], [ -75.094183, 40.051071 ], [ -75.094593, 40.050655 ], [ -75.096242, 40.051528 ], [ -75.094766, 40.053095 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040014", "device_counts": 1842, "stop_counts": 4384 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169499, 39.925531 ], [ -75.169494, 39.925596 ], [ -75.169428, 39.925593 ], [ -75.16735, 39.926579 ], [ -75.165483, 39.926333 ], [ -75.166014, 39.923903 ], [ -75.169744, 39.924409 ], [ -75.169499, 39.925531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010376002", "device_counts": 8827, "stop_counts": 23254 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162293, 39.958058 ], [ -75.161411, 39.962102 ], [ -75.161443, 39.962172 ], [ -75.161384, 39.962474 ], [ -75.161188, 39.963422 ], [ -75.154312, 39.962614 ], [ -75.154512, 39.961711 ], [ -75.155093, 39.958709 ], [ -75.155538, 39.956923 ], [ -75.162339, 39.957825 ], [ -75.162293, 39.958058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183004", "device_counts": 766, "stop_counts": 3809 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080522, 39.996472 ], [ -75.07472, 39.9987 ], [ -75.073491, 39.997297 ], [ -75.079364, 39.994264 ], [ -75.080522, 39.996472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195022", "device_counts": 964, "stop_counts": 3323 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128282, 40.003116 ], [ -75.127863, 40.005057 ], [ -75.123949, 40.004814 ], [ -75.12441, 40.002634 ], [ -75.124732, 40.001124 ], [ -75.128604, 40.001619 ], [ -75.128282, 40.003116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030011", "device_counts": 637, "stop_counts": 1315 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171065, 39.930827 ], [ -75.168423, 39.930465 ], [ -75.168689, 39.929256 ], [ -75.170891, 39.929552 ], [ -75.171339, 39.929608 ], [ -75.171065, 39.930827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209003", "device_counts": 1710, "stop_counts": 4023 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213, 40.018652 ], [ -75.211744, 40.017388 ], [ -75.209735, 40.018509 ], [ -75.207863, 40.018582 ], [ -75.208116, 40.017764 ], [ -75.205622, 40.017107 ], [ -75.207221, 40.016673 ], [ -75.208008, 40.012997 ], [ -75.212219, 40.015461 ], [ -75.214752, 40.017784 ], [ -75.213, 40.018652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004011", "device_counts": 7157, "stop_counts": 18196 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180223, 39.954472 ], [ -75.179889, 39.955436 ], [ -75.179768, 39.955993 ], [ -75.17972, 39.956164 ], [ -75.179122, 39.955984 ], [ -75.177527, 39.95549 ], [ -75.172783, 39.955604 ], [ -75.173291, 39.952934 ], [ -75.173489, 39.952052 ], [ -75.176191, 39.952387 ], [ -75.180909, 39.952982 ], [ -75.180223, 39.954472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029003", "device_counts": 2797, "stop_counts": 7051 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16764, 39.93415 ], [ -75.167578, 39.934143 ], [ -75.159517, 39.9331 ], [ -75.161047, 39.931817 ], [ -75.163504, 39.92983 ], [ -75.166246, 39.930207 ], [ -75.165968, 39.931427 ], [ -75.16815, 39.931701 ], [ -75.16764, 39.93415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085007", "device_counts": 1644, "stop_counts": 3786 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230801, 39.960722 ], [ -75.228645, 39.960463 ], [ -75.227443, 39.960311 ], [ -75.224868, 39.960005 ], [ -75.225351, 39.957714 ], [ -75.231277, 39.958448 ], [ -75.230801, 39.960722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010141002", "device_counts": 2724, "stop_counts": 5740 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159442, 39.971467 ], [ -75.159237, 39.972384 ], [ -75.158782, 39.974482 ], [ -75.156616, 39.974198 ], [ -75.156893, 39.972927 ], [ -75.152188, 39.972318 ], [ -75.154149, 39.970778 ], [ -75.154549, 39.968931 ], [ -75.156085, 39.96931 ], [ -75.159702, 39.970202 ], [ -75.159442, 39.971467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168001", "device_counts": 434, "stop_counts": 880 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173182, 39.992412 ], [ -75.171594, 39.9922 ], [ -75.171441, 39.992946 ], [ -75.168248, 39.992579 ], [ -75.168561, 39.991047 ], [ -75.167918, 39.990947 ], [ -75.168428, 39.987857 ], [ -75.169234, 39.987959 ], [ -75.168894, 39.98955 ], [ -75.171839, 39.989935 ], [ -75.173682, 39.990167 ], [ -75.173182, 39.992412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176013", "device_counts": 1453, "stop_counts": 4262 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135121, 39.99306 ], [ -75.130558, 39.992474 ], [ -75.130122, 39.994573 ], [ -75.126915, 39.991834 ], [ -75.127031, 39.990386 ], [ -75.130898, 39.99089 ], [ -75.132893, 39.991144 ], [ -75.135466, 39.991479 ], [ -75.135121, 39.99306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010205001", "device_counts": 2793, "stop_counts": 7511 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172342, 40.017604 ], [ -75.163758, 40.019234 ], [ -75.162782, 40.020368 ], [ -75.162462, 40.021954 ], [ -75.162024, 40.022286 ], [ -75.159551, 40.023925 ], [ -75.159315, 40.02341 ], [ -75.159214, 40.023192 ], [ -75.159035, 40.0228 ], [ -75.156094, 40.019695 ], [ -75.155692, 40.019078 ], [ -75.154576, 40.017272 ], [ -75.15409, 40.016325 ], [ -75.157218, 40.016166 ], [ -75.167776, 40.011086 ], [ -75.170096, 40.015723 ], [ -75.172342, 40.017604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300005", "device_counts": 331, "stop_counts": 1748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083248, 40.013562 ], [ -75.079927, 40.016418 ], [ -75.077257, 40.014973 ], [ -75.079046, 40.013007 ], [ -75.080857, 40.011903 ], [ -75.0817, 40.012736 ], [ -75.083248, 40.013562 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027021", "device_counts": 1012, "stop_counts": 3261 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151309, 39.932007 ], [ -75.149728, 39.931793 ], [ -75.14617, 39.931321 ], [ -75.146413, 39.930114 ], [ -75.146985, 39.927665 ], [ -75.148701, 39.927896 ], [ -75.148329, 39.929093 ], [ -75.151852, 39.929555 ], [ -75.151309, 39.932007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134023", "device_counts": 1180, "stop_counts": 2323 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17256, 39.965219 ], [ -75.17068, 39.964975 ], [ -75.169102, 39.964781 ], [ -75.168959, 39.965463 ], [ -75.165813, 39.965075 ], [ -75.166227, 39.963112 ], [ -75.167806, 39.963306 ], [ -75.169378, 39.963498 ], [ -75.170958, 39.963692 ], [ -75.172848, 39.963923 ], [ -75.17256, 39.965219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010380002", "device_counts": 4797, "stop_counts": 9831 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078448, 40.008586 ], [ -75.072371, 40.010089 ], [ -75.070581, 40.010533 ], [ -75.069508, 40.010798 ], [ -75.068883, 40.00879 ], [ -75.072702, 40.007904 ], [ -75.075687, 40.005553 ], [ -75.077476, 40.004139 ], [ -75.078448, 40.008586 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009021", "device_counts": 3856, "stop_counts": 9147 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156855, 39.947246 ], [ -75.156646, 39.948394 ], [ -75.153174, 39.947962 ], [ -75.153424, 39.946817 ], [ -75.153184, 39.945536 ], [ -75.156337, 39.945923 ], [ -75.157113, 39.946025 ], [ -75.156855, 39.947246 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012024", "device_counts": 1705, "stop_counts": 3358 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168443, 39.945524 ], [ -75.166767, 39.945768 ], [ -75.166458, 39.947196 ], [ -75.164845, 39.946999 ], [ -75.165341, 39.944664 ], [ -75.165575, 39.943664 ], [ -75.168762, 39.94405 ], [ -75.168443, 39.945524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030021", "device_counts": 700, "stop_counts": 1553 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17034, 39.934498 ], [ -75.16764, 39.93415 ], [ -75.16815, 39.931701 ], [ -75.1708, 39.932052 ], [ -75.17034, 39.934498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040011", "device_counts": 795, "stop_counts": 1939 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165483, 39.926333 ], [ -75.162338, 39.92592 ], [ -75.162876, 39.923489 ], [ -75.166014, 39.923903 ], [ -75.165483, 39.926333 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042023", "device_counts": 562, "stop_counts": 3178 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155865, 39.918755 ], [ -75.15073, 39.918097 ], [ -75.151014, 39.916842 ], [ -75.156139, 39.917515 ], [ -75.155865, 39.918755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071012", "device_counts": 423, "stop_counts": 1437 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226854, 39.938767 ], [ -75.22548, 39.939725 ], [ -75.224292, 39.938734 ], [ -75.223012, 39.937643 ], [ -75.224388, 39.936676 ], [ -75.225358, 39.936 ], [ -75.227831, 39.938077 ], [ -75.226854, 39.938767 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074005", "device_counts": 649, "stop_counts": 1770 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218874, 39.938393 ], [ -75.217502, 39.939355 ], [ -75.215089, 39.939093 ], [ -75.213865, 39.939974 ], [ -75.212064, 39.938213 ], [ -75.215778, 39.935624 ], [ -75.217614, 39.93733 ], [ -75.218874, 39.938393 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088024", "device_counts": 2908, "stop_counts": 7386 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205583, 39.952056 ], [ -75.20546, 39.952682 ], [ -75.204107, 39.953128 ], [ -75.202828, 39.95297 ], [ -75.203083, 39.951745 ], [ -75.200801, 39.951458 ], [ -75.199204, 39.951257 ], [ -75.199427, 39.950419 ], [ -75.201156, 39.949839 ], [ -75.201151, 39.950414 ], [ -75.205802, 39.950985 ], [ -75.205583, 39.952056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101003", "device_counts": 306, "stop_counts": 980 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24358, 39.975546 ], [ -75.241013, 39.975833 ], [ -75.240427, 39.972687 ], [ -75.241209, 39.9726 ], [ -75.242987, 39.972396 ], [ -75.24329, 39.973997 ], [ -75.24358, 39.975546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118005", "device_counts": 293, "stop_counts": 1896 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245478, 39.986619 ], [ -75.239838, 39.989287 ], [ -75.23987, 39.988202 ], [ -75.238184, 39.986061 ], [ -75.240153, 39.985213 ], [ -75.244491, 39.985667 ], [ -75.245478, 39.986619 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137003", "device_counts": 464, "stop_counts": 1461 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183838, 39.980585 ], [ -75.182215, 39.980373 ], [ -75.181135, 39.980238 ], [ -75.181755, 39.977444 ], [ -75.184439, 39.977788 ], [ -75.183838, 39.980585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162003", "device_counts": 367, "stop_counts": 1226 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136759, 39.985402 ], [ -75.136167, 39.985328 ], [ -75.1351, 39.98519 ], [ -75.135445, 39.983598 ], [ -75.13578, 39.982009 ], [ -75.137443, 39.982223 ], [ -75.136759, 39.985402 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180012", "device_counts": 524, "stop_counts": 2189 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111221, 39.985268 ], [ -75.108828, 39.981673 ], [ -75.110525, 39.980787 ], [ -75.110939, 39.980568 ], [ -75.11345, 39.984105 ], [ -75.111221, 39.985268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198005", "device_counts": 370, "stop_counts": 1062 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142438, 40.009743 ], [ -75.141786, 40.012708 ], [ -75.140125, 40.012538 ], [ -75.139484, 40.012453 ], [ -75.139815, 40.010939 ], [ -75.141425, 40.00961 ], [ -75.141913, 40.009674 ], [ -75.142438, 40.009743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202002", "device_counts": 160, "stop_counts": 516 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167945, 40.009378 ], [ -75.164733, 40.008616 ], [ -75.165228, 40.006354 ], [ -75.165554, 40.004859 ], [ -75.16914, 40.008832 ], [ -75.167945, 40.009378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010212001", "device_counts": 1278, "stop_counts": 4408 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218759, 40.036654 ], [ -75.213026, 40.039412 ], [ -75.210398, 40.03751 ], [ -75.208938, 40.035221 ], [ -75.21114, 40.0346 ], [ -75.213692, 40.032135 ], [ -75.214493, 40.032838 ], [ -75.216638, 40.034833 ], [ -75.217925, 40.03616 ], [ -75.218759, 40.036654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236001", "device_counts": 566, "stop_counts": 1177 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196511, 40.049188 ], [ -75.194491, 40.051466 ], [ -75.194083, 40.051633 ], [ -75.194411, 40.050637 ], [ -75.192123, 40.047679 ], [ -75.192346, 40.046309 ], [ -75.193091, 40.04459 ], [ -75.193841, 40.045069 ], [ -75.198059, 40.047739 ], [ -75.196511, 40.049188 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252004", "device_counts": 260, "stop_counts": 921 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178144, 40.04821 ], [ -75.176624, 40.047398 ], [ -75.176247, 40.047752 ], [ -75.174713, 40.046823 ], [ -75.173686, 40.045803 ], [ -75.175285, 40.044782 ], [ -75.17922, 40.047155 ], [ -75.178144, 40.04821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263021", "device_counts": 750, "stop_counts": 2512 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156776, 40.068675 ], [ -75.154076, 40.071732 ], [ -75.151596, 40.070328 ], [ -75.152322, 40.068901 ], [ -75.152602, 40.067646 ], [ -75.156285, 40.067006 ], [ -75.156776, 40.068675 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266002", "device_counts": 454, "stop_counts": 1230 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147353, 40.064371 ], [ -75.147022, 40.065892 ], [ -75.146683, 40.067547 ], [ -75.145187, 40.066692 ], [ -75.146051, 40.062926 ], [ -75.147649, 40.06301 ], [ -75.147353, 40.064371 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277004", "device_counts": 366, "stop_counts": 1403 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155214, 40.053922 ], [ -75.152881, 40.052844 ], [ -75.153101, 40.050412 ], [ -75.155446, 40.050508 ], [ -75.155214, 40.053922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289013", "device_counts": 467, "stop_counts": 1573 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116243, 40.020558 ], [ -75.112217, 40.020056 ], [ -75.113951, 40.018603 ], [ -75.116404, 40.018909 ], [ -75.116243, 40.020558 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390006", "device_counts": 556, "stop_counts": 2207 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.09299, 40.036729 ], [ -75.090543, 40.039142 ], [ -75.09159, 40.039734 ], [ -75.089246, 40.042252 ], [ -75.088631, 40.042747 ], [ -75.088709, 40.03795 ], [ -75.088091, 40.03654 ], [ -75.089404, 40.037263 ], [ -75.091031, 40.035582 ], [ -75.09227, 40.034323 ], [ -75.093532, 40.035024 ], [ -75.09299, 40.036729 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311022", "device_counts": 310, "stop_counts": 1380 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087802, 40.036032 ], [ -75.086804, 40.037049 ], [ -75.084311, 40.035676 ], [ -75.085499, 40.034421 ], [ -75.085313, 40.033521 ], [ -75.087159, 40.03479 ], [ -75.087802, 40.036032 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316004", "device_counts": 1611, "stop_counts": 3565 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.063188, 40.031566 ], [ -75.0621, 40.032813 ], [ -75.058848, 40.030998 ], [ -75.062207, 40.027471 ], [ -75.062394, 40.027444 ], [ -75.062426, 40.027979 ], [ -75.062828, 40.02941 ], [ -75.063188, 40.031566 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330007", "device_counts": 325, "stop_counts": 1424 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.03728, 40.035045 ], [ -75.034538, 40.036464 ], [ -75.032739, 40.034407 ], [ -75.035488, 40.03299 ], [ -75.03728, 40.035045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341005", "device_counts": 1411, "stop_counts": 5034 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086906, 40.078648 ], [ -75.082456, 40.082884 ], [ -75.082882, 40.079474 ], [ -75.078592, 40.078097 ], [ -75.079769, 40.076854 ], [ -75.080159, 40.075454 ], [ -75.081603, 40.076328 ], [ -75.082501, 40.07656 ], [ -75.085244, 40.077159 ], [ -75.086906, 40.078648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362022", "device_counts": 797, "stop_counts": 5254 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981807, 40.082355 ], [ -74.980158, 40.086256 ], [ -74.980601, 40.087914 ], [ -74.979504, 40.087814 ], [ -74.976576, 40.085827 ], [ -74.973763, 40.084534 ], [ -74.97582, 40.081889 ], [ -74.97725, 40.080506 ], [ -74.980732, 40.082105 ], [ -74.981807, 40.082355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277001", "device_counts": 899, "stop_counts": 2274 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148578, 40.051383 ], [ -75.147004, 40.051175 ], [ -75.143841, 40.050771 ], [ -75.142214, 40.050563 ], [ -75.142898, 40.047493 ], [ -75.144959, 40.04868 ], [ -75.147672, 40.048117 ], [ -75.147337, 40.049656 ], [ -75.147265, 40.049965 ], [ -75.148708, 40.050778 ], [ -75.148578, 40.051383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027013", "device_counts": 543, "stop_counts": 1948 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155463, 39.927956 ], [ -75.154997, 39.929984 ], [ -75.151852, 39.929555 ], [ -75.152407, 39.927129 ], [ -75.155546, 39.92755 ], [ -75.155463, 39.927956 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358002", "device_counts": 1179, "stop_counts": 5662 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037842, 40.120213 ], [ -75.024891, 40.129216 ], [ -75.021931, 40.127467 ], [ -75.0201, 40.126358 ], [ -75.023292, 40.125201 ], [ -75.020183, 40.122282 ], [ -75.024153, 40.12492 ], [ -75.026346, 40.123524 ], [ -75.027205, 40.121653 ], [ -75.027824, 40.120924 ], [ -75.029773, 40.121875 ], [ -75.032646, 40.121786 ], [ -75.036495, 40.12039 ], [ -75.037842, 40.120213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340002", "device_counts": 318, "stop_counts": 1744 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077112, 40.068714 ], [ -75.074029, 40.071983 ], [ -75.070412, 40.07022 ], [ -75.067838, 40.068959 ], [ -75.069297, 40.068345 ], [ -75.074845, 40.066538 ], [ -75.076022, 40.067172 ], [ -75.075439, 40.067803 ], [ -75.077112, 40.068714 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010231001", "device_counts": 1442, "stop_counts": 4343 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208933, 40.067015 ], [ -75.205815, 40.070106 ], [ -75.204166, 40.069595 ], [ -75.202651, 40.073212 ], [ -75.20079, 40.070707 ], [ -75.198673, 40.068575 ], [ -75.196741, 40.067365 ], [ -75.196385, 40.066623 ], [ -75.202475, 40.06265 ], [ -75.202545, 40.059884 ], [ -75.20714, 40.062139 ], [ -75.204744, 40.064538 ], [ -75.20615, 40.065376 ], [ -75.206782, 40.064755 ], [ -75.209573, 40.066375 ], [ -75.208933, 40.067015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114006", "device_counts": 1809, "stop_counts": 4601 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248991, 39.985109 ], [ -75.245478, 39.986619 ], [ -75.244491, 39.985667 ], [ -75.240153, 39.985213 ], [ -75.23724, 39.98484 ], [ -75.239042, 39.98195 ], [ -75.239335, 39.981447 ], [ -75.242792, 39.981061 ], [ -75.24654, 39.980645 ], [ -75.247094, 39.983595 ], [ -75.248346, 39.982968 ], [ -75.248991, 39.985109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149005", "device_counts": 316, "stop_counts": 895 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.185497, 39.980804 ], [ -75.181758, 39.983325 ], [ -75.181579, 39.983313 ], [ -75.182215, 39.980373 ], [ -75.183838, 39.980585 ], [ -75.185497, 39.980804 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030022", "device_counts": 338, "stop_counts": 965 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172389, 39.934765 ], [ -75.17034, 39.934498 ], [ -75.1708, 39.932052 ], [ -75.172922, 39.932328 ], [ -75.172389, 39.934765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010248001", "device_counts": 204, "stop_counts": 653 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167701, 40.047245 ], [ -75.164529, 40.050306 ], [ -75.161656, 40.048559 ], [ -75.163175, 40.047076 ], [ -75.166038, 40.046218 ], [ -75.167701, 40.047245 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019803001", "device_counts": 15479, "stop_counts": 60043 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.025229, 40.08482 ], [ -75.023996, 40.086107 ], [ -75.015528, 40.09486 ], [ -75.014156, 40.096236 ], [ -75.001796, 40.10493 ], [ -74.999804, 40.103236 ], [ -74.995464, 40.099166 ], [ -74.991264, 40.095778 ], [ -74.989094, 40.093928 ], [ -74.987421, 40.09255 ], [ -74.98418, 40.089906 ], [ -74.987065, 40.086049 ], [ -74.990155, 40.084052 ], [ -74.994348, 40.081681 ], [ -74.997635, 40.079699 ], [ -74.998488, 40.078701 ], [ -75.003606, 40.071362 ], [ -75.007269, 40.069161 ], [ -75.011311, 40.071169 ], [ -75.013126, 40.072071 ], [ -75.028952, 40.080968 ], [ -75.025229, 40.08482 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085005", "device_counts": 848, "stop_counts": 2692 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231557, 39.957102 ], [ -75.225634, 39.956372 ], [ -75.225746, 39.955814 ], [ -75.226002, 39.954591 ], [ -75.231937, 39.955319 ], [ -75.231557, 39.957102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333001", "device_counts": 2768, "stop_counts": 8671 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044521, 40.058702 ], [ -75.044991, 40.059372 ], [ -75.044275, 40.059356 ], [ -75.044201, 40.059477 ], [ -75.043614, 40.060811 ], [ -75.041907, 40.064683 ], [ -75.038539, 40.060858 ], [ -75.038719, 40.056435 ], [ -75.039449, 40.055286 ], [ -75.041248, 40.054576 ], [ -75.045522, 40.057614 ], [ -75.044521, 40.058702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010203002", "device_counts": 3916, "stop_counts": 9704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153849, 40.015891 ], [ -75.149544, 40.01787 ], [ -75.147143, 40.01901 ], [ -75.147205, 40.015188 ], [ -75.147247, 40.011906 ], [ -75.150585, 40.012283 ], [ -75.152163, 40.01254 ], [ -75.152431, 40.01321 ], [ -75.153849, 40.015891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080001", "device_counts": 510, "stop_counts": 1271 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226539, 39.952 ], [ -75.226224, 39.953528 ], [ -75.222279, 39.95304 ], [ -75.222589, 39.951519 ], [ -75.22275, 39.950754 ], [ -75.222914, 39.949975 ], [ -75.226869, 39.95046 ], [ -75.226539, 39.952 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114005", "device_counts": 575, "stop_counts": 1919 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24654, 39.980645 ], [ -75.242792, 39.981061 ], [ -75.242354, 39.978712 ], [ -75.244138, 39.978517 ], [ -75.24358, 39.975546 ], [ -75.24554, 39.97533 ], [ -75.24654, 39.980645 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263012", "device_counts": 224, "stop_counts": 852 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166062, 40.074338 ], [ -75.163399, 40.07695 ], [ -75.161285, 40.075764 ], [ -75.163884, 40.073088 ], [ -75.166062, 40.074338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088022", "device_counts": 2513, "stop_counts": 7121 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.204145, 39.957422 ], [ -75.201953, 39.957149 ], [ -75.199622, 39.95686 ], [ -75.200098, 39.954582 ], [ -75.204933, 39.955181 ], [ -75.204145, 39.957422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278001", "device_counts": 506, "stop_counts": 2220 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150336, 40.042028 ], [ -75.149796, 40.043673 ], [ -75.149591, 40.04483 ], [ -75.150148, 40.045658 ], [ -75.148225, 40.0456 ], [ -75.146776, 40.044848 ], [ -75.146978, 40.04173 ], [ -75.148083, 40.04048 ], [ -75.149908, 40.040376 ], [ -75.151249, 40.041174 ], [ -75.150336, 40.042028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010220001", "device_counts": 975, "stop_counts": 3978 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264431, 40.054094 ], [ -75.255006, 40.062704 ], [ -75.243288, 40.073494 ], [ -75.242047, 40.071949 ], [ -75.241075, 40.070395 ], [ -75.240321, 40.068383 ], [ -75.240092, 40.067344 ], [ -75.239545, 40.062977 ], [ -75.238182, 40.059771 ], [ -75.25412, 40.048324 ], [ -75.254629, 40.047592 ], [ -75.254678, 40.045924 ], [ -75.255098, 40.046122 ], [ -75.257655, 40.047611 ], [ -75.264431, 40.054094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096001", "device_counts": 800, "stop_counts": 1893 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246531, 39.968967 ], [ -75.244416, 39.968706 ], [ -75.239479, 39.968097 ], [ -75.24011, 39.965055 ], [ -75.242087, 39.965303 ], [ -75.24177, 39.96682 ], [ -75.246848, 39.967449 ], [ -75.246531, 39.968967 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259003", "device_counts": 186, "stop_counts": 801 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179022, 40.079344 ], [ -75.177137, 40.078269 ], [ -75.174171, 40.076549 ], [ -75.175509, 40.075214 ], [ -75.176841, 40.07598 ], [ -75.180238, 40.078084 ], [ -75.179022, 40.079344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038004", "device_counts": 600, "stop_counts": 2124 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181703, 39.92329 ], [ -75.181424, 39.923337 ], [ -75.180313, 39.92354 ], [ -75.179651, 39.923652 ], [ -75.180045, 39.921872 ], [ -75.180576, 39.919369 ], [ -75.182512, 39.919629 ], [ -75.181703, 39.92329 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339002", "device_counts": 1692, "stop_counts": 4386 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089378, 40.064705 ], [ -75.085496, 40.06747 ], [ -75.085044, 40.072141 ], [ -75.08415, 40.071824 ], [ -75.083255, 40.071209 ], [ -75.083726, 40.068173 ], [ -75.083648, 40.065704 ], [ -75.08151, 40.064789 ], [ -75.079532, 40.066175 ], [ -75.078352, 40.065426 ], [ -75.083483, 40.063738 ], [ -75.083514, 40.063756 ], [ -75.083515, 40.063725 ], [ -75.084747, 40.06316 ], [ -75.085729, 40.062589 ], [ -75.087425, 40.063599 ], [ -75.089378, 40.064705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341004", "device_counts": 3602, "stop_counts": 11155 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089088, 40.076374 ], [ -75.086906, 40.078648 ], [ -75.085244, 40.077159 ], [ -75.082501, 40.07656 ], [ -75.083255, 40.071209 ], [ -75.08415, 40.071824 ], [ -75.085044, 40.072141 ], [ -75.090317, 40.075115 ], [ -75.089088, 40.076374 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329004", "device_counts": 313, "stop_counts": 1280 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.031903, 40.036993 ], [ -75.027031, 40.038744 ], [ -75.025862, 40.036255 ], [ -75.026887, 40.035695 ], [ -75.029881, 40.034072 ], [ -75.030905, 40.035358 ], [ -75.031903, 40.036993 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011012", "device_counts": 1571, "stop_counts": 2769 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165575, 39.943664 ], [ -75.165341, 39.944664 ], [ -75.165274, 39.944655 ], [ -75.163137, 39.944388 ], [ -75.162348, 39.944299 ], [ -75.159984, 39.944009 ], [ -75.160205, 39.942997 ], [ -75.165493, 39.943653 ], [ -75.165575, 39.943664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320004", "device_counts": 255, "stop_counts": 1072 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057806, 40.025174 ], [ -75.055564, 40.022606 ], [ -75.057513, 40.021597 ], [ -75.059761, 40.024161 ], [ -75.057806, 40.025174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252003", "device_counts": 224, "stop_counts": 1158 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17922, 40.047155 ], [ -75.175285, 40.044782 ], [ -75.177154, 40.042988 ], [ -75.181057, 40.045381 ], [ -75.17922, 40.047155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255002", "device_counts": 372, "stop_counts": 1105 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186236, 40.060989 ], [ -75.181956, 40.064987 ], [ -75.18437, 40.066442 ], [ -75.181751, 40.068902 ], [ -75.176526, 40.065896 ], [ -75.181313, 40.061221 ], [ -75.183366, 40.05922 ], [ -75.186236, 40.060989 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168002", "device_counts": 169, "stop_counts": 398 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171173, 39.994165 ], [ -75.171115, 39.994444 ], [ -75.167925, 39.994025 ], [ -75.168248, 39.992579 ], [ -75.171441, 39.992946 ], [ -75.171173, 39.994165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167021", "device_counts": 303, "stop_counts": 744 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160365, 39.989991 ], [ -75.160044, 39.991473 ], [ -75.15769, 39.99118 ], [ -75.158335, 39.988186 ], [ -75.160695, 39.988495 ], [ -75.160365, 39.989991 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390005", "device_counts": 390, "stop_counts": 2174 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092349, 40.029658 ], [ -75.091594, 40.030086 ], [ -75.089854, 40.031036 ], [ -75.088078, 40.032 ], [ -75.086551, 40.031133 ], [ -75.092162, 40.02805 ], [ -75.092295, 40.028879 ], [ -75.092349, 40.029658 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356013", "device_counts": 342, "stop_counts": 2200 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.046737, 40.09524 ], [ -75.047115, 40.098377 ], [ -75.042613, 40.100504 ], [ -75.042503, 40.099942 ], [ -75.039643, 40.098344 ], [ -75.042043, 40.09527 ], [ -75.040595, 40.093338 ], [ -75.046527, 40.092672 ], [ -75.047299, 40.092762 ], [ -75.046737, 40.09524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010132002", "device_counts": 3825, "stop_counts": 8883 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160678, 39.96577 ], [ -75.160395, 39.967064 ], [ -75.159702, 39.970202 ], [ -75.156085, 39.96931 ], [ -75.157125, 39.964556 ], [ -75.154013, 39.963976 ], [ -75.154312, 39.962614 ], [ -75.161188, 39.963422 ], [ -75.160678, 39.96577 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004022", "device_counts": 20210, "stop_counts": 65248 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173291, 39.952934 ], [ -75.171723, 39.952725 ], [ -75.171134, 39.955394 ], [ -75.163151, 39.954411 ], [ -75.163093, 39.9544 ], [ -75.163329, 39.95333 ], [ -75.163402, 39.953339 ], [ -75.165063, 39.953608 ], [ -75.164011, 39.950876 ], [ -75.173489, 39.952052 ], [ -75.173291, 39.952934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236003", "device_counts": 600, "stop_counts": 1226 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198411, 40.045827 ], [ -75.198059, 40.047739 ], [ -75.193841, 40.045069 ], [ -75.196382, 40.042203 ], [ -75.194933, 40.042022 ], [ -75.193657, 40.039688 ], [ -75.190086, 40.038232 ], [ -75.190987, 40.037353 ], [ -75.193127, 40.035381 ], [ -75.201433, 40.042404 ], [ -75.198411, 40.045827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010293002", "device_counts": 1344, "stop_counts": 5438 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094995, 40.009984 ], [ -75.094547, 40.011027 ], [ -75.09342, 40.013136 ], [ -75.094365, 40.014794 ], [ -75.09228, 40.015294 ], [ -75.087577, 40.012516 ], [ -75.088731, 40.010923 ], [ -75.089271, 40.010063 ], [ -75.091815, 40.006007 ], [ -75.092482, 40.005427 ], [ -75.0927, 40.005674 ], [ -75.092811, 40.005871 ], [ -75.092775, 40.005977 ], [ -75.09263, 40.006343 ], [ -75.092196, 40.006789 ], [ -75.09205, 40.007033 ], [ -75.092011, 40.007299 ], [ -75.092088, 40.007531 ], [ -75.092494, 40.007976 ], [ -75.094673, 40.009351 ], [ -75.094995, 40.009984 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119001", "device_counts": 509, "stop_counts": 2079 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23267, 39.988155 ], [ -75.230168, 39.988695 ], [ -75.229911, 39.987936 ], [ -75.228801, 39.982326 ], [ -75.2301, 39.981556 ], [ -75.230791, 39.982516 ], [ -75.232136, 39.986635 ], [ -75.23267, 39.988155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040013", "device_counts": 2210, "stop_counts": 5616 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170023, 39.923138 ], [ -75.169744, 39.924409 ], [ -75.166014, 39.923903 ], [ -75.166563, 39.921418 ], [ -75.170309, 39.921885 ], [ -75.170023, 39.923138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069001", "device_counts": 372, "stop_counts": 1740 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218389, 39.929335 ], [ -75.215858, 39.933066 ], [ -75.206072, 39.935371 ], [ -75.206101, 39.935281 ], [ -75.206173, 39.935067 ], [ -75.206204, 39.934974 ], [ -75.211253, 39.928519 ], [ -75.212428, 39.92523 ], [ -75.216768, 39.926956 ], [ -75.214825, 39.929799 ], [ -75.216769, 39.928686 ], [ -75.218389, 39.929335 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085001", "device_counts": 1722, "stop_counts": 3964 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224868, 39.960005 ], [ -75.2229, 39.959745 ], [ -75.22092, 39.959505 ], [ -75.221244, 39.957984 ], [ -75.221397, 39.957227 ], [ -75.225351, 39.957714 ], [ -75.224868, 39.960005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112007", "device_counts": 326, "stop_counts": 1248 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233691, 39.976642 ], [ -75.231783, 39.976852 ], [ -75.231194, 39.973709 ], [ -75.232182, 39.973599 ], [ -75.233659, 39.973437 ], [ -75.233691, 39.976642 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151022", "device_counts": 808, "stop_counts": 2518 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184794, 39.983706 ], [ -75.184136, 39.986721 ], [ -75.18255, 39.986509 ], [ -75.180896, 39.986709 ], [ -75.180258, 39.986345 ], [ -75.178118, 39.984769 ], [ -75.178535, 39.982919 ], [ -75.179952, 39.983108 ], [ -75.181579, 39.983313 ], [ -75.181758, 39.983325 ], [ -75.184298, 39.983647 ], [ -75.184794, 39.983706 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010166002", "device_counts": 1491, "stop_counts": 2805 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155934, 39.987877 ], [ -75.155593, 39.989369 ], [ -75.15339, 39.989086 ], [ -75.154063, 39.986003 ], [ -75.156275, 39.986283 ], [ -75.155934, 39.987877 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195012", "device_counts": 1208, "stop_counts": 4456 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128604, 40.001619 ], [ -75.124732, 40.001124 ], [ -75.125058, 39.999628 ], [ -75.12538, 39.998043 ], [ -75.12926, 39.998539 ], [ -75.128604, 40.001619 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207003", "device_counts": 845, "stop_counts": 2776 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191874, 40.014201 ], [ -75.191289, 40.013697 ], [ -75.189317, 40.011994 ], [ -75.187402, 40.013303 ], [ -75.187771, 40.013623 ], [ -75.185937, 40.014895 ], [ -75.182239, 40.011676 ], [ -75.183611, 40.010905 ], [ -75.185674, 40.01012 ], [ -75.186537, 40.009831 ], [ -75.192879, 40.01162 ], [ -75.191874, 40.014201 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217003", "device_counts": 1841, "stop_counts": 6078 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227444, 40.043197 ], [ -75.223307, 40.045054 ], [ -75.2223, 40.045151 ], [ -75.219201, 40.044379 ], [ -75.217846, 40.044343 ], [ -75.216923, 40.042249 ], [ -75.214111, 40.040124 ], [ -75.214663, 40.040052 ], [ -75.218547, 40.042626 ], [ -75.222808, 40.038112 ], [ -75.225234, 40.041319 ], [ -75.226267, 40.042401 ], [ -75.227444, 40.043197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247003", "device_counts": 193, "stop_counts": 954 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170588, 40.0381 ], [ -75.168911, 40.03847 ], [ -75.166622, 40.040379 ], [ -75.16516, 40.039474 ], [ -75.164852, 40.039867 ], [ -75.162077, 40.038163 ], [ -75.162752, 40.037499 ], [ -75.16405, 40.036816 ], [ -75.164809, 40.036452 ], [ -75.170377, 40.036921 ], [ -75.171368, 40.037315 ], [ -75.170588, 40.0381 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267006", "device_counts": 675, "stop_counts": 1457 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152594, 40.056367 ], [ -75.149219, 40.058432 ], [ -75.149478, 40.056217 ], [ -75.149705, 40.054649 ], [ -75.152723, 40.054825 ], [ -75.152594, 40.056367 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276002", "device_counts": 1773, "stop_counts": 3274 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144302, 40.04109 ], [ -75.144224, 40.041381 ], [ -75.139612, 40.0408 ], [ -75.139212, 40.039146 ], [ -75.144571, 40.039836 ], [ -75.144302, 40.04109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300004", "device_counts": 1141, "stop_counts": 2520 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079414, 40.021387 ], [ -75.075622, 40.024074 ], [ -75.074175, 40.022429 ], [ -75.073892, 40.022107 ], [ -75.074969, 40.021505 ], [ -75.075964, 40.020705 ], [ -75.076696, 40.019926 ], [ -75.079414, 40.021387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307002", "device_counts": 682, "stop_counts": 1946 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089115, 40.056227 ], [ -75.085847, 40.05441 ], [ -75.0868, 40.052744 ], [ -75.085989, 40.050878 ], [ -75.087804, 40.051795 ], [ -75.088344, 40.051235 ], [ -75.092131, 40.053178 ], [ -75.089115, 40.056227 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314023", "device_counts": 2371, "stop_counts": 6715 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06446, 40.045522 ], [ -75.061374, 40.048585 ], [ -75.059937, 40.047751 ], [ -75.057048, 40.04603 ], [ -75.058858, 40.044338 ], [ -75.061075, 40.041761 ], [ -75.063143, 40.042901 ], [ -75.061926, 40.04411 ], [ -75.06446, 40.045522 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323001", "device_counts": 1068, "stop_counts": 2909 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055687, 40.019504 ], [ -75.051773, 40.021535 ], [ -75.04879, 40.018141 ], [ -75.052816, 40.016119 ], [ -75.053922, 40.017488 ], [ -75.055687, 40.019504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356011", "device_counts": 1942, "stop_counts": 8713 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047299, 40.092762 ], [ -75.046527, 40.092672 ], [ -75.040595, 40.093338 ], [ -75.042043, 40.09527 ], [ -75.039643, 40.098344 ], [ -75.038082, 40.097456 ], [ -75.036962, 40.095913 ], [ -75.035842, 40.098099 ], [ -75.034298, 40.097871 ], [ -75.030477, 40.098088 ], [ -75.030725, 40.09553 ], [ -75.034808, 40.092423 ], [ -75.041488, 40.087338 ], [ -75.045685, 40.089021 ], [ -75.047052, 40.09108 ], [ -75.047567, 40.09192 ], [ -75.047299, 40.092762 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012012", "device_counts": 1054, "stop_counts": 2202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180021, 39.948872 ], [ -75.177843, 39.94861 ], [ -75.176239, 39.948414 ], [ -75.174323, 39.948177 ], [ -75.174627, 39.946753 ], [ -75.178156, 39.94719 ], [ -75.180328, 39.947455 ], [ -75.180021, 39.948872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028021", "device_counts": 617, "stop_counts": 2095 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161881, 39.927985 ], [ -75.158745, 39.927564 ], [ -75.159204, 39.925511 ], [ -75.162338, 39.92592 ], [ -75.161881, 39.927985 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041014", "device_counts": 1676, "stop_counts": 4615 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162338, 39.92592 ], [ -75.159204, 39.925511 ], [ -75.157666, 39.925313 ], [ -75.158192, 39.922891 ], [ -75.162876, 39.923489 ], [ -75.162338, 39.92592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004021", "device_counts": 2535, "stop_counts": 5329 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172783, 39.955604 ], [ -75.171134, 39.955394 ], [ -75.171723, 39.952725 ], [ -75.173291, 39.952934 ], [ -75.172783, 39.955604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329002", "device_counts": 1093, "stop_counts": 3307 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029706, 40.030947 ], [ -75.02798, 40.031894 ], [ -75.025367, 40.033347 ], [ -75.026887, 40.035695 ], [ -75.025862, 40.036255 ], [ -75.027031, 40.038744 ], [ -75.024132, 40.039782 ], [ -75.024465, 40.040664 ], [ -75.023317, 40.039937 ], [ -75.023594, 40.036101 ], [ -75.021682, 40.037088 ], [ -75.021239, 40.036075 ], [ -75.021603, 40.033996 ], [ -75.028413, 40.029758 ], [ -75.029706, 40.030947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019806001", "device_counts": 28700, "stop_counts": 84717 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1828, 39.909208 ], [ -75.178512, 39.90867 ], [ -75.173234, 39.908002 ], [ -75.17081, 39.908594 ], [ -75.169806, 39.911326 ], [ -75.171928, 39.912348 ], [ -75.165482, 39.911531 ], [ -75.163309, 39.910567 ], [ -75.16566, 39.899583 ], [ -75.170885, 39.898848 ], [ -75.174808, 39.899179 ], [ -75.173566, 39.905394 ], [ -75.183387, 39.906617 ], [ -75.1828, 39.909208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030024", "device_counts": 574, "stop_counts": 1419 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172922, 39.932328 ], [ -75.1708, 39.932052 ], [ -75.16815, 39.931701 ], [ -75.168423, 39.930465 ], [ -75.171065, 39.930827 ], [ -75.17319, 39.931104 ], [ -75.172922, 39.932328 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010133001", "device_counts": 3225, "stop_counts": 7611 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165813, 39.965075 ], [ -75.165349, 39.967149 ], [ -75.165256, 39.967563 ], [ -75.163743, 39.967125 ], [ -75.163949, 39.966166 ], [ -75.160678, 39.96577 ], [ -75.161188, 39.963422 ], [ -75.161384, 39.962474 ], [ -75.166227, 39.963112 ], [ -75.165813, 39.965075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024005", "device_counts": 4778, "stop_counts": 10410 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167083, 39.936742 ], [ -75.166816, 39.937869 ], [ -75.166292, 39.940031 ], [ -75.16092, 39.939367 ], [ -75.161399, 39.937157 ], [ -75.161678, 39.935849 ], [ -75.167019, 39.936737 ], [ -75.167083, 39.936742 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378001", "device_counts": 4683, "stop_counts": 13593 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122592, 39.97388 ], [ -75.119969, 39.975911 ], [ -75.119763, 39.976369 ], [ -75.118611, 39.978879 ], [ -75.117217, 39.977289 ], [ -75.114768, 39.978568 ], [ -75.113227, 39.976803 ], [ -75.118068, 39.974275 ], [ -75.115617, 39.97296 ], [ -75.112771104124008, 39.968258553445018 ], [ -75.1189552837088, 39.965528846214504 ], [ -75.122211, 39.970172 ], [ -75.121806, 39.970925 ], [ -75.120231, 39.972387 ], [ -75.119617, 39.97295 ], [ -75.121504, 39.97321 ], [ -75.122592, 39.97388 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010001002", "device_counts": 20827, "stop_counts": 44024 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151539, 39.952948 ], [ -75.151223, 39.956862 ], [ -75.14913, 39.956191 ], [ -75.148408, 39.95633 ], [ -75.141607, 39.955491 ], [ -75.141625, 39.955279 ], [ -75.141469, 39.951698 ], [ -75.148472, 39.952578 ], [ -75.149186, 39.949032 ], [ -75.152337, 39.949421 ], [ -75.151539, 39.952948 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334001", "device_counts": 3341, "stop_counts": 7582 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050582, 40.058769 ], [ -75.048323, 40.061176 ], [ -75.044991, 40.059372 ], [ -75.044521, 40.058702 ], [ -75.045522, 40.057614 ], [ -75.046537, 40.056567 ], [ -75.047749, 40.055363 ], [ -75.048291, 40.055538 ], [ -75.049762, 40.056374 ], [ -75.051784, 40.057504 ], [ -75.050582, 40.058769 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242004", "device_counts": 454, "stop_counts": 1613 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169816, 40.02845 ], [ -75.166395, 40.026593 ], [ -75.169124, 40.023865 ], [ -75.172523, 40.025758 ], [ -75.169816, 40.02845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238002", "device_counts": 718, "stop_counts": 1659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183101, 40.041063 ], [ -75.180884, 40.043246 ], [ -75.177757, 40.039401 ], [ -75.177629, 40.039229 ], [ -75.1804, 40.036534 ], [ -75.184831, 40.039346 ], [ -75.183101, 40.041063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274013", "device_counts": 1432, "stop_counts": 3388 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130518, 40.036437 ], [ -75.127641, 40.036063 ], [ -75.128428, 40.032472 ], [ -75.13129, 40.032818 ], [ -75.130518, 40.036437 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108001", "device_counts": 487, "stop_counts": 1218 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.203722, 39.970929 ], [ -75.192308, 39.967724 ], [ -75.192139, 39.966888 ], [ -75.19531, 39.968045 ], [ -75.195863, 39.968193 ], [ -75.198248, 39.96793 ], [ -75.203058, 39.967396 ], [ -75.203258, 39.968447 ], [ -75.203722, 39.970929 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204003", "device_counts": 3198, "stop_counts": 5589 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154929, 40.02229 ], [ -75.153357, 40.022088 ], [ -75.148567, 40.021476 ], [ -75.14711, 40.02128 ], [ -75.147139, 40.019518 ], [ -75.148953, 40.019743 ], [ -75.152161, 40.020161 ], [ -75.155239, 40.020486 ], [ -75.154929, 40.02229 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306005", "device_counts": 244, "stop_counts": 964 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10323, 40.051355 ], [ -75.100935, 40.052699 ], [ -75.100681, 40.05254 ], [ -75.098234, 40.052593 ], [ -75.097243, 40.052051 ], [ -75.09822, 40.051023 ], [ -75.100394, 40.048691 ], [ -75.101335, 40.049539 ], [ -75.10323, 40.051355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074004", "device_counts": 621, "stop_counts": 2262 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221545, 39.940652 ], [ -75.220175, 39.941602 ], [ -75.217136, 39.94374 ], [ -75.215615, 39.943402 ], [ -75.215246, 39.943087 ], [ -75.217764, 39.941343 ], [ -75.215089, 39.939093 ], [ -75.217502, 39.939355 ], [ -75.218874, 39.938393 ], [ -75.220278, 39.939572 ], [ -75.221545, 39.940652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277005", "device_counts": 302, "stop_counts": 1127 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157858, 40.050602 ], [ -75.155446, 40.050508 ], [ -75.153101, 40.050412 ], [ -75.153235, 40.048842 ], [ -75.154793, 40.048902 ], [ -75.157958, 40.049025 ], [ -75.157858, 40.050602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388004", "device_counts": 489, "stop_counts": 1710 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198787, 40.054802 ], [ -75.196319, 40.053234 ], [ -75.194647, 40.054791 ], [ -75.193951, 40.054358 ], [ -75.19326, 40.053057 ], [ -75.194083, 40.051633 ], [ -75.194491, 40.051466 ], [ -75.196511, 40.049188 ], [ -75.198319, 40.050328 ], [ -75.201462, 40.052316 ], [ -75.198787, 40.054802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361001", "device_counts": 652, "stop_counts": 2908 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.995134, 40.106336 ], [ -74.994438, 40.105853 ], [ -74.992199, 40.103978 ], [ -74.986551, 40.099366 ], [ -74.979893, 40.09381 ], [ -74.982114, 40.091942 ], [ -74.981539, 40.094456 ], [ -74.986603, 40.096475 ], [ -74.987151, 40.098943 ], [ -74.991264, 40.095778 ], [ -74.995464, 40.099166 ], [ -74.992674, 40.10104 ], [ -74.993327, 40.102963 ], [ -74.992326, 40.103876 ], [ -74.995483, 40.106202 ], [ -74.995134, 40.106336 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010131001", "device_counts": 926, "stop_counts": 3048 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154013, 39.963976 ], [ -75.153018, 39.968549 ], [ -75.147146, 39.967126 ], [ -75.147796, 39.963527 ], [ -75.151852, 39.964712 ], [ -75.152146, 39.962452 ], [ -75.154312, 39.962614 ], [ -75.154013, 39.963976 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286005", "device_counts": 958, "stop_counts": 2639 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128428, 40.032472 ], [ -75.126164, 40.032281 ], [ -75.124167, 40.032575 ], [ -75.124701, 40.029398 ], [ -75.126686, 40.029667 ], [ -75.128974, 40.029953 ], [ -75.128428, 40.032472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308002", "device_counts": 688, "stop_counts": 2158 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083525, 40.06127 ], [ -75.081402, 40.060031 ], [ -75.07876, 40.0585 ], [ -75.076734, 40.05735 ], [ -75.078631, 40.055357 ], [ -75.08498, 40.058893 ], [ -75.083525, 40.06127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337023", "device_counts": 292, "stop_counts": 2190 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056259, 40.067555 ], [ -75.053221, 40.070759 ], [ -75.051875, 40.069988 ], [ -75.052315, 40.068484 ], [ -75.054244, 40.066434 ], [ -75.055477, 40.065149 ], [ -75.057477, 40.066268 ], [ -75.056259, 40.067555 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353011", "device_counts": 3898, "stop_counts": 18593 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.987857, 40.072829 ], [ -74.987148, 40.072702 ], [ -74.984901, 40.07448 ], [ -74.984631, 40.074335 ], [ -74.983657, 40.073786 ], [ -74.981173, 40.071985 ], [ -74.982413, 40.065736 ], [ -74.982355, 40.064672 ], [ -74.984171, 40.064075 ], [ -74.985576, 40.063345 ], [ -74.986875, 40.064955 ], [ -74.987379, 40.065368 ], [ -74.988454, 40.066701 ], [ -74.987857, 40.072829 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213003", "device_counts": 838, "stop_counts": 2411 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2177, 40.030848 ], [ -75.214493, 40.032838 ], [ -75.213692, 40.032135 ], [ -75.211308, 40.02997 ], [ -75.214188, 40.028699 ], [ -75.216449, 40.029641 ], [ -75.2177, 40.030848 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096005", "device_counts": 887, "stop_counts": 2120 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246848, 39.967449 ], [ -75.24177, 39.96682 ], [ -75.242087, 39.965303 ], [ -75.247169, 39.965927 ], [ -75.246848, 39.967449 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088021", "device_counts": 838, "stop_counts": 2128 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205802, 39.950985 ], [ -75.201151, 39.950414 ], [ -75.201156, 39.949839 ], [ -75.205167, 39.948522 ], [ -75.205656, 39.948053 ], [ -75.205759, 39.949832 ], [ -75.205802, 39.950985 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188001", "device_counts": 706, "stop_counts": 2819 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10289, 40.00005 ], [ -75.100973, 40.001086 ], [ -75.100085, 40.000977 ], [ -75.099998, 40.000816 ], [ -75.099609, 40.000365 ], [ -75.098979, 39.999688 ], [ -75.097949, 39.998496 ], [ -75.100367, 39.997206 ], [ -75.101235, 39.998188 ], [ -75.102026, 39.999078 ], [ -75.10289, 40.00005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188003", "device_counts": 636, "stop_counts": 1997 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106442, 40.000322 ], [ -75.104197, 40.001525 ], [ -75.103179, 40.002096 ], [ -75.100973, 40.001086 ], [ -75.10289, 40.00005 ], [ -75.102026, 39.999078 ], [ -75.104335, 39.997884 ], [ -75.106442, 40.000322 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249002", "device_counts": 640, "stop_counts": 1593 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159041, 40.051106 ], [ -75.160222, 40.051826 ], [ -75.15878, 40.053225 ], [ -75.157729, 40.052626 ], [ -75.157858, 40.050602 ], [ -75.157958, 40.049025 ], [ -75.158017, 40.048126 ], [ -75.160528, 40.049664 ], [ -75.159041, 40.051106 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286003", "device_counts": 652, "stop_counts": 2003 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13251, 40.027274 ], [ -75.132352, 40.028019 ], [ -75.127646, 40.027416 ], [ -75.127824, 40.026663 ], [ -75.127935, 40.026158 ], [ -75.130774, 40.026421 ], [ -75.132838, 40.025783 ], [ -75.13251, 40.027274 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294002", "device_counts": 1351, "stop_counts": 3749 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092482, 40.005427 ], [ -75.091815, 40.006007 ], [ -75.089271, 40.010063 ], [ -75.088731, 40.010923 ], [ -75.084912, 40.009489 ], [ -75.083788, 40.008503 ], [ -75.083087, 40.007437 ], [ -75.087448, 40.006079 ], [ -75.089831, 40.004441 ], [ -75.090028, 40.004264 ], [ -75.092057, 40.004937 ], [ -75.092482, 40.005427 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290003", "device_counts": 1956, "stop_counts": 5664 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123027, 40.027692 ], [ -75.122727, 40.029151 ], [ -75.121711, 40.03347 ], [ -75.120713, 40.03364 ], [ -75.116083, 40.033037 ], [ -75.117268, 40.031624 ], [ -75.118184, 40.030534 ], [ -75.120036, 40.028328 ], [ -75.120614, 40.027626 ], [ -75.122279, 40.02565 ], [ -75.123525, 40.025463 ], [ -75.123027, 40.027692 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119004", "device_counts": 661, "stop_counts": 1882 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233672, 39.991882 ], [ -75.23106, 39.991764 ], [ -75.225662, 39.991469 ], [ -75.225891, 39.988131 ], [ -75.226577, 39.989221 ], [ -75.226573, 39.989763 ], [ -75.229017, 39.989747 ], [ -75.230433, 39.98946 ], [ -75.232932, 39.988934 ], [ -75.233528, 39.990653 ], [ -75.233672, 39.991882 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161001", "device_counts": 1997, "stop_counts": 5649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132881, 39.981631 ], [ -75.132544, 39.983166 ], [ -75.132208, 39.984741 ], [ -75.131907, 39.986306 ], [ -75.130794, 39.986928 ], [ -75.127398, 39.98308 ], [ -75.124654, 39.984526 ], [ -75.125836, 39.983251 ], [ -75.125062, 39.982373 ], [ -75.127579, 39.981383 ], [ -75.130448, 39.978589 ], [ -75.13319, 39.980134 ], [ -75.132881, 39.981631 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087022", "device_counts": 1259, "stop_counts": 3433 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209264, 39.952522 ], [ -75.205583, 39.952056 ], [ -75.205802, 39.950985 ], [ -75.205759, 39.949832 ], [ -75.208044, 39.949748 ], [ -75.209259, 39.949541 ], [ -75.209326, 39.951436 ], [ -75.209264, 39.952522 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165003", "device_counts": 1041, "stop_counts": 2526 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151815, 39.988886 ], [ -75.150238, 39.988684 ], [ -75.149587, 39.991665 ], [ -75.149238, 39.993253 ], [ -75.147887, 39.993078 ], [ -75.148305, 39.990968 ], [ -75.147542, 39.989863 ], [ -75.145126, 39.986485 ], [ -75.144154, 39.984724 ], [ -75.146102, 39.984978 ], [ -75.147766, 39.98519 ], [ -75.150197, 39.985504 ], [ -75.151199, 39.987798 ], [ -75.151815, 39.988886 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172013", "device_counts": 789, "stop_counts": 1772 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169093, 40.003671 ], [ -75.168943, 40.00366 ], [ -75.165896, 40.003269 ], [ -75.166562, 40.000199 ], [ -75.169754, 40.000622 ], [ -75.169093, 40.003671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036001", "device_counts": 973, "stop_counts": 5516 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193621, 39.929965 ], [ -75.192047, 39.929756 ], [ -75.191783, 39.930982 ], [ -75.190222, 39.930779 ], [ -75.188636, 39.930583 ], [ -75.18524, 39.930146 ], [ -75.186029, 39.926481 ], [ -75.194153, 39.927514 ], [ -75.193621, 39.929965 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317004", "device_counts": 4320, "stop_counts": 9833 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070001, 40.03532 ], [ -75.065147, 40.036446 ], [ -75.064362, 40.036306 ], [ -75.063188, 40.031566 ], [ -75.062828, 40.02941 ], [ -75.064448, 40.030313 ], [ -75.066299, 40.031344 ], [ -75.067697, 40.03212 ], [ -75.066523, 40.033377 ], [ -75.069596, 40.035093 ], [ -75.070001, 40.03532 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062004", "device_counts": 973, "stop_counts": 3697 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239511, 39.918979 ], [ -75.236789, 39.920899 ], [ -75.234991, 39.922169 ], [ -75.232438, 39.92397 ], [ -75.230327, 39.922201 ], [ -75.232221, 39.920865 ], [ -75.233878, 39.919693 ], [ -75.235477, 39.918575 ], [ -75.232692, 39.916219 ], [ -75.23463, 39.914848 ], [ -75.236026, 39.916036 ], [ -75.237427, 39.917207 ], [ -75.239511, 39.918979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319003", "device_counts": 556, "stop_counts": 1786 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06701, 40.01967 ], [ -75.062925, 40.021777 ], [ -75.06113, 40.019725 ], [ -75.065113, 40.017511 ], [ -75.066116, 40.018648 ], [ -75.06701, 40.01967 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010173001", "device_counts": 651, "stop_counts": 1761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166562, 40.000199 ], [ -75.163093, 39.999752 ], [ -75.163734, 39.996753 ], [ -75.167215, 39.997197 ], [ -75.166562, 40.000199 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119003", "device_counts": 1396, "stop_counts": 2755 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228792, 39.980705 ], [ -75.225891, 39.988131 ], [ -75.225109, 39.987582 ], [ -75.225573, 39.987151 ], [ -75.227057, 39.982691 ], [ -75.226202, 39.981608 ], [ -75.224066, 39.981508 ], [ -75.224093, 39.981369 ], [ -75.2263, 39.977951 ], [ -75.228471, 39.97896 ], [ -75.228792, 39.980705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010018002", "device_counts": 3269, "stop_counts": 7265 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166208, 39.940431 ], [ -75.166204, 39.940813 ], [ -75.165988, 39.94182 ], [ -75.165909, 39.941811 ], [ -75.16218, 39.94135 ], [ -75.156388, 39.940627 ], [ -75.155888, 39.94056 ], [ -75.156011, 39.940006 ], [ -75.156317, 39.938569 ], [ -75.157848, 39.938982 ], [ -75.16092, 39.939367 ], [ -75.166292, 39.940031 ], [ -75.166208, 39.940431 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175005", "device_counts": 539, "stop_counts": 2108 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143145, 39.998701 ], [ -75.142805, 40.000294 ], [ -75.141568, 40.000126 ], [ -75.140498, 39.999993 ], [ -75.141495, 39.995422 ], [ -75.143792, 39.995715 ], [ -75.143145, 39.998701 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337012", "device_counts": 2467, "stop_counts": 7088 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054244, 40.066434 ], [ -75.052315, 40.068484 ], [ -75.051875, 40.069988 ], [ -75.050755, 40.069544 ], [ -75.05122, 40.06663 ], [ -75.047725, 40.064686 ], [ -75.050091, 40.06216 ], [ -75.051681, 40.063022 ], [ -75.051859, 40.063187 ], [ -75.055477, 40.065149 ], [ -75.054244, 40.066434 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027012", "device_counts": 450, "stop_counts": 1888 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155546, 39.92755 ], [ -75.152407, 39.927129 ], [ -75.152938, 39.924679 ], [ -75.154526, 39.924895 ], [ -75.156095, 39.925103 ], [ -75.155546, 39.92755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312001", "device_counts": 603, "stop_counts": 2131 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080981, 40.035713 ], [ -75.079265, 40.037516 ], [ -75.077266, 40.036262 ], [ -75.079636, 40.033743 ], [ -75.081757, 40.034924 ], [ -75.080981, 40.035713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083022", "device_counts": 1455, "stop_counts": 4390 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243371, 39.959166 ], [ -75.242735, 39.962202 ], [ -75.240762, 39.96196 ], [ -75.238785, 39.961715 ], [ -75.239658, 39.957534 ], [ -75.243608, 39.95802 ], [ -75.243371, 39.959166 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074002", "device_counts": 1244, "stop_counts": 2834 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214999, 39.943265 ], [ -75.212687, 39.944885 ], [ -75.208799, 39.941644 ], [ -75.207838, 39.941286 ], [ -75.212064, 39.938213 ], [ -75.213865, 39.939974 ], [ -75.212601, 39.94085 ], [ -75.215246, 39.943087 ], [ -75.214999, 39.943265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011014", "device_counts": 888, "stop_counts": 2160 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163648, 39.946836 ], [ -75.162627, 39.946713 ], [ -75.161843, 39.94662 ], [ -75.162348, 39.944299 ], [ -75.163137, 39.944388 ], [ -75.163955, 39.945423 ], [ -75.163648, 39.946836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357012", "device_counts": 1762, "stop_counts": 9781 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.030162, 40.114978 ], [ -75.02923, 40.11597 ], [ -75.028062, 40.1157 ], [ -75.027231, 40.115422 ], [ -75.024699, 40.113964 ], [ -75.023041, 40.112998 ], [ -75.024306, 40.111181 ], [ -75.025585, 40.109312 ], [ -75.029192, 40.111392 ], [ -75.029273, 40.112301 ], [ -75.029517, 40.11245 ], [ -75.029615, 40.112667 ], [ -75.029541, 40.112852 ], [ -75.028279, 40.11408 ], [ -75.029956, 40.114481 ], [ -75.030162, 40.114978 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238005", "device_counts": 295, "stop_counts": 1233 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188797, 40.03948 ], [ -75.187315, 40.040929 ], [ -75.185569, 40.042625 ], [ -75.183101, 40.041063 ], [ -75.184831, 40.039346 ], [ -75.186595, 40.037617 ], [ -75.187922, 40.037547 ], [ -75.188797, 40.03948 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362024", "device_counts": 882, "stop_counts": 3744 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.979504, 40.087814 ], [ -74.97559, 40.089861 ], [ -74.976072, 40.090653 ], [ -74.971509, 40.087342 ], [ -74.971945, 40.086891 ], [ -74.973763, 40.084534 ], [ -74.976576, 40.085827 ], [ -74.979504, 40.087814 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010103002", "device_counts": 831, "stop_counts": 2905 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228149, 39.967843 ], [ -75.22514, 39.968145 ], [ -75.224812, 39.966206 ], [ -75.222431, 39.966487 ], [ -75.221952, 39.96425 ], [ -75.223531, 39.964601 ], [ -75.224105, 39.964739 ], [ -75.22786, 39.966191 ], [ -75.228149, 39.967843 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162001", "device_counts": 633, "stop_counts": 1766 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135445, 39.983598 ], [ -75.1351, 39.98519 ], [ -75.132208, 39.984741 ], [ -75.132544, 39.983166 ], [ -75.132881, 39.981631 ], [ -75.13578, 39.982009 ], [ -75.135445, 39.983598 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305011", "device_counts": 520, "stop_counts": 2078 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101105, 40.045038 ], [ -75.098017, 40.047096 ], [ -75.095999, 40.046002 ], [ -75.094175, 40.045026 ], [ -75.096603, 40.042487 ], [ -75.098357, 40.043483 ], [ -75.100374, 40.044605 ], [ -75.101105, 40.045038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027024", "device_counts": 633, "stop_counts": 2010 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152407, 39.927129 ], [ -75.149166, 39.926696 ], [ -75.150101, 39.924305 ], [ -75.152938, 39.924679 ], [ -75.152407, 39.927129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390002", "device_counts": 393, "stop_counts": 1495 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091031, 40.035582 ], [ -75.089404, 40.037263 ], [ -75.088091, 40.03654 ], [ -75.087931, 40.036236 ], [ -75.090599, 40.033398 ], [ -75.09227, 40.034323 ], [ -75.091031, 40.035582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111003", "device_counts": 745, "stop_counts": 1925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229026, 39.972644 ], [ -75.226131, 39.972964 ], [ -75.222827, 39.973318 ], [ -75.222613, 39.97212 ], [ -75.225841, 39.97143 ], [ -75.228735, 39.971107 ], [ -75.229026, 39.972644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344001", "device_counts": 3606, "stop_counts": 13876 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055093, 40.084078 ], [ -75.053386, 40.084845 ], [ -75.051852, 40.08559 ], [ -75.051362, 40.086035 ], [ -75.050745, 40.086616 ], [ -75.050151, 40.086275 ], [ -75.049588, 40.08746 ], [ -75.048799, 40.088354 ], [ -75.045685, 40.089021 ], [ -75.041488, 40.087338 ], [ -75.047286, 40.082932 ], [ -75.051031, 40.080086 ], [ -75.052737, 40.079427 ], [ -75.052327, 40.079859 ], [ -75.054083, 40.080901 ], [ -75.054568, 40.081271 ], [ -75.055386, 40.083679 ], [ -75.055093, 40.084078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118003", "device_counts": 1286, "stop_counts": 3605 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23724, 39.98484 ], [ -75.234186, 39.983702 ], [ -75.234703, 39.985307 ], [ -75.234774, 39.986089 ], [ -75.232136, 39.986635 ], [ -75.230791, 39.982516 ], [ -75.2301, 39.981556 ], [ -75.228792, 39.980705 ], [ -75.228471, 39.97896 ], [ -75.2263, 39.977951 ], [ -75.226451, 39.977717 ], [ -75.226765, 39.977211 ], [ -75.230171, 39.978794 ], [ -75.23407, 39.980326 ], [ -75.239042, 39.98195 ], [ -75.23724, 39.98484 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065003", "device_counts": 305, "stop_counts": 1093 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233213, 39.935057 ], [ -75.230224, 39.937177 ], [ -75.229726, 39.936743 ], [ -75.228533, 39.935732 ], [ -75.231533, 39.933634 ], [ -75.233213, 39.935057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083011", "device_counts": 3435, "stop_counts": 7773 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250883, 39.959024 ], [ -75.248546, 39.960269 ], [ -75.247688, 39.962817 ], [ -75.246753, 39.962705 ], [ -75.242735, 39.962202 ], [ -75.243371, 39.959166 ], [ -75.24739, 39.959662 ], [ -75.247897, 39.95724 ], [ -75.249499, 39.957189 ], [ -75.250883, 39.959024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040023", "device_counts": 2540, "stop_counts": 6846 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171122, 39.918152 ], [ -75.170854, 39.91941 ], [ -75.167085, 39.918959 ], [ -75.167681, 39.916283 ], [ -75.171423, 39.916757 ], [ -75.171122, 39.918152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301004", "device_counts": 601, "stop_counts": 1934 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.095897, 40.019604 ], [ -75.094374, 40.021159 ], [ -75.092729, 40.023597 ], [ -75.090373, 40.022233 ], [ -75.091492, 40.021027 ], [ -75.089718, 40.019875 ], [ -75.091304, 40.017883 ], [ -75.09441, 40.019534 ], [ -75.095897, 40.019604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358003", "device_counts": 632, "stop_counts": 4956 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036495, 40.12039 ], [ -75.032646, 40.121786 ], [ -75.029773, 40.121875 ], [ -75.027824, 40.120924 ], [ -75.025511, 40.119714 ], [ -75.024606, 40.119216 ], [ -75.027242, 40.116639 ], [ -75.028062, 40.1157 ], [ -75.02923, 40.11597 ], [ -75.030059, 40.116298 ], [ -75.034996, 40.119328 ], [ -75.036495, 40.12039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161003", "device_counts": 435, "stop_counts": 1584 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127363, 39.988792 ], [ -75.124728, 39.985801 ], [ -75.127022, 39.984597 ], [ -75.129641, 39.987546 ], [ -75.127363, 39.988792 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336004", "device_counts": 556, "stop_counts": 2604 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064491, 40.064588 ], [ -75.06304, 40.066143 ], [ -75.057697, 40.062787 ], [ -75.058323, 40.062116 ], [ -75.058923, 40.061473 ], [ -75.060101, 40.060221 ], [ -75.062124, 40.061348 ], [ -75.065685, 40.063332 ], [ -75.064491, 40.064588 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292002", "device_counts": 4749, "stop_counts": 11678 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111228, 40.023211 ], [ -75.109611, 40.023588 ], [ -75.104059, 40.029441 ], [ -75.104306, 40.029846 ], [ -75.103068, 40.029895 ], [ -75.10292, 40.029929 ], [ -75.10267, 40.029987 ], [ -75.10128, 40.029514 ], [ -75.096726, 40.026698 ], [ -75.096038, 40.026567 ], [ -75.09399, 40.027037 ], [ -75.093609, 40.026718 ], [ -75.092414, 40.025353 ], [ -75.091879, 40.024435 ], [ -75.092729, 40.023597 ], [ -75.094374, 40.021159 ], [ -75.095897, 40.019604 ], [ -75.096744, 40.01873 ], [ -75.09704, 40.016018 ], [ -75.098916, 40.016433 ], [ -75.106018, 40.016352 ], [ -75.107063, 40.016777 ], [ -75.107446, 40.017517 ], [ -75.103204, 40.021057 ], [ -75.104845, 40.02356 ], [ -75.110242, 40.022242 ], [ -75.111228, 40.023211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177012", "device_counts": 1275, "stop_counts": 3580 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116414, 39.996881 ], [ -75.115447, 39.996753 ], [ -75.115107, 39.998347 ], [ -75.112923, 39.99806 ], [ -75.110983, 39.997801 ], [ -75.111558, 39.997475 ], [ -75.113387, 39.996493 ], [ -75.115778, 39.995167 ], [ -75.116751, 39.995294 ], [ -75.116414, 39.996881 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348021", "device_counts": 1046, "stop_counts": 5197 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021707, 40.063392 ], [ -75.013126, 40.072071 ], [ -75.011311, 40.071169 ], [ -75.014109, 40.066867 ], [ -75.020575, 40.061252 ], [ -75.021185, 40.061691 ], [ -75.021992, 40.063113 ], [ -75.021707, 40.063392 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362012", "device_counts": 633, "stop_counts": 3044 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.990155, 40.084052 ], [ -74.987065, 40.086049 ], [ -74.98418, 40.089906 ], [ -74.981491, 40.087994 ], [ -74.980601, 40.087914 ], [ -74.980158, 40.086256 ], [ -74.981807, 40.082355 ], [ -74.985377, 40.082317 ], [ -74.987586, 40.082663 ], [ -74.988885, 40.083129 ], [ -74.990155, 40.084052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064003", "device_counts": 1580, "stop_counts": 4737 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247759, 39.921708 ], [ -75.247321, 39.922178 ], [ -75.245928, 39.924474 ], [ -75.244336, 39.92625 ], [ -75.243643, 39.930897 ], [ -75.242972, 39.93094 ], [ -75.243254, 39.92947 ], [ -75.243494, 39.926963 ], [ -75.242349, 39.926031 ], [ -75.239493, 39.928024 ], [ -75.236833, 39.925765 ], [ -75.23816, 39.924839 ], [ -75.239671, 39.923779 ], [ -75.246856, 39.918759 ], [ -75.247341, 39.918541 ], [ -75.247484, 39.919242 ], [ -75.247459, 39.921343 ], [ -75.247759, 39.921708 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363011", "device_counts": 14993, "stop_counts": 64084 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.976783, 40.095969 ], [ -74.97577, 40.096412 ], [ -74.972898, 40.096859 ], [ -74.971016, 40.096392 ], [ -74.970302, 40.096022 ], [ -74.96876, 40.094759 ], [ -74.966752, 40.092976 ], [ -74.965723, 40.091635 ], [ -74.961859, 40.093621 ], [ -74.958749, 40.096929 ], [ -74.956063, 40.09557 ], [ -74.955777, 40.095103 ], [ -74.956506, 40.093115 ], [ -74.958036, 40.089665 ], [ -74.958392, 40.084508 ], [ -74.958284, 40.084145 ], [ -74.962737, 40.077839 ], [ -74.964883, 40.077273 ], [ -74.966078, 40.081031 ], [ -74.966814, 40.082209 ], [ -74.968451, 40.084426 ], [ -74.971509, 40.087342 ], [ -74.976072, 40.090653 ], [ -74.97648, 40.091256 ], [ -74.976783, 40.095969 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289024", "device_counts": 655, "stop_counts": 2002 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119823, 40.02412 ], [ -75.119603, 40.025117 ], [ -75.119735, 40.026017 ], [ -75.117173, 40.026386 ], [ -75.117389, 40.02504 ], [ -75.117959, 40.022349 ], [ -75.120136, 40.022627 ], [ -75.119823, 40.02412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291001", "device_counts": 5129, "stop_counts": 14512 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.114427, 40.039903 ], [ -75.112248, 40.04321 ], [ -75.111033, 40.044404 ], [ -75.110985, 40.046769 ], [ -75.109431, 40.045874 ], [ -75.111153, 40.042187 ], [ -75.10827, 40.042213 ], [ -75.104633, 40.040073 ], [ -75.103163, 40.039196 ], [ -75.101572, 40.038293 ], [ -75.098416, 40.036101 ], [ -75.100573, 40.033957 ], [ -75.101148, 40.033334 ], [ -75.104725, 40.035321 ], [ -75.105935, 40.0341 ], [ -75.10857, 40.035495 ], [ -75.108733, 40.036723 ], [ -75.110011, 40.039149 ], [ -75.112042, 40.037847 ], [ -75.113107, 40.036567 ], [ -75.113767, 40.037366 ], [ -75.114369, 40.0393 ], [ -75.114427, 40.039903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010143001", "device_counts": 4129, "stop_counts": 8369 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134428, 39.968791 ], [ -75.130452, 39.970189 ], [ -75.12899, 39.967518 ], [ -75.127301, 39.968823 ], [ -75.127225, 39.970029 ], [ -75.126535, 39.970303 ], [ -75.126008, 39.969362 ], [ -75.124954, 39.969879 ], [ -75.125899, 39.971765 ], [ -75.123489, 39.972651 ], [ -75.122592, 39.97388 ], [ -75.121504, 39.97321 ], [ -75.119617, 39.97295 ], [ -75.120231, 39.972387 ], [ -75.121806, 39.970925 ], [ -75.122211, 39.970172 ], [ -75.1189552837088, 39.965528846214504 ], [ -75.11922, 39.965412 ], [ -75.123862977243505, 39.962819168552294 ], [ -75.125416361661095, 39.961951694137291 ], [ -75.128697, 39.966977 ], [ -75.134347, 39.964477 ], [ -75.134428, 39.968791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188004", "device_counts": 648, "stop_counts": 1900 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109617, 39.995123 ], [ -75.108487, 39.994991 ], [ -75.106215, 39.996224 ], [ -75.104043, 39.997555 ], [ -75.103369, 39.996794 ], [ -75.102674, 39.996008 ], [ -75.108144, 39.993156 ], [ -75.108659, 39.993741 ], [ -75.109617, 39.995123 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290002", "device_counts": 453, "stop_counts": 1924 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117268, 40.031624 ], [ -75.112876, 40.031991 ], [ -75.112028, 40.030797 ], [ -75.111075, 40.031061 ], [ -75.110825, 40.029623 ], [ -75.112821, 40.027627 ], [ -75.112759, 40.027349 ], [ -75.112773, 40.027036 ], [ -75.114461, 40.026784 ], [ -75.115139, 40.029057 ], [ -75.116846, 40.028803 ], [ -75.11721, 40.030312 ], [ -75.118184, 40.030534 ], [ -75.117268, 40.031624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019802001", "device_counts": 2148, "stop_counts": 5153 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076363, 40.087265 ], [ -75.07127, 40.092532 ], [ -75.069456, 40.094411 ], [ -75.068496, 40.094573 ], [ -75.063708, 40.090568 ], [ -75.058343, 40.090153 ], [ -75.057068, 40.089697 ], [ -75.055807, 40.088095 ], [ -75.056738, 40.086984 ], [ -75.054985, 40.081228 ], [ -75.052737, 40.079427 ], [ -75.051031, 40.080086 ], [ -75.047286, 40.082932 ], [ -75.046249, 40.081459 ], [ -75.043495, 40.07805 ], [ -75.04312, 40.077166 ], [ -75.041869, 40.075429 ], [ -75.039748, 40.072411 ], [ -75.042114, 40.070038 ], [ -75.0406, 40.068042 ], [ -75.03528, 40.064995 ], [ -75.034225, 40.062701 ], [ -75.035532, 40.05881 ], [ -75.035062, 40.057327 ], [ -75.036019, 40.051602 ], [ -75.032754, 40.052569 ], [ -75.031695, 40.051607 ], [ -75.026753, 40.050779 ], [ -75.024173, 40.051483 ], [ -75.023374, 40.055334 ], [ -75.017956, 40.052322 ], [ -75.0172, 40.051445 ], [ -75.016833, 40.049374 ], [ -75.019409, 40.046474 ], [ -75.018502, 40.044081 ], [ -75.020392, 40.04353 ], [ -75.020499, 40.043542 ], [ -75.021752, 40.043668 ], [ -75.020489, 40.04639 ], [ -75.021343, 40.048294 ], [ -75.023007, 40.049197 ], [ -75.026037, 40.048163 ], [ -75.030489, 40.048407 ], [ -75.031781, 40.047141 ], [ -75.031636, 40.04566 ], [ -75.033824, 40.04466 ], [ -75.043694, 40.047502 ], [ -75.045269, 40.046509 ], [ -75.047775, 40.046246 ], [ -75.051682, 40.046963 ], [ -75.051146, 40.048113 ], [ -75.051057, 40.049022 ], [ -75.04796, 40.048016 ], [ -75.045149, 40.048854 ], [ -75.042279, 40.049992 ], [ -75.040247, 40.053158 ], [ -75.040059, 40.054079 ], [ -75.039449, 40.055286 ], [ -75.038719, 40.056435 ], [ -75.038539, 40.060858 ], [ -75.041907, 40.064683 ], [ -75.044675, 40.06484 ], [ -75.047963, 40.066822 ], [ -75.047114, 40.068037 ], [ -75.047762, 40.069395 ], [ -75.047381, 40.070558 ], [ -75.045884, 40.069653 ], [ -75.044088, 40.072639 ], [ -75.045793, 40.075329 ], [ -75.048258, 40.077034 ], [ -75.049347, 40.077036 ], [ -75.055857, 40.073249 ], [ -75.05821, 40.074605 ], [ -75.065724, 40.070193 ], [ -75.068862, 40.071845 ], [ -75.068958, 40.072358 ], [ -75.067333, 40.075504 ], [ -75.066273, 40.077544 ], [ -75.067597, 40.0788 ], [ -75.068463, 40.080164 ], [ -75.062288, 40.084478 ], [ -75.068235, 40.085035 ], [ -75.071691, 40.086977 ], [ -75.074488, 40.086788 ], [ -75.073616, 40.087907 ], [ -75.076363, 40.087265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242001", "device_counts": 559, "stop_counts": 2274 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17061, 40.033131 ], [ -75.169211, 40.032314 ], [ -75.166655, 40.03089 ], [ -75.166488, 40.030794 ], [ -75.168308, 40.029173 ], [ -75.169816, 40.02845 ], [ -75.173482, 40.030336 ], [ -75.17061, 40.033131 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215001", "device_counts": 612, "stop_counts": 2462 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228179, 40.037082 ], [ -75.226159, 40.038361 ], [ -75.228104, 40.040855 ], [ -75.226267, 40.042401 ], [ -75.225234, 40.041319 ], [ -75.222808, 40.038112 ], [ -75.225727, 40.03676 ], [ -75.227199, 40.035255 ], [ -75.228179, 40.037082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081025", "device_counts": 295, "stop_counts": 1038 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234212, 39.954521 ], [ -75.232153, 39.954262 ], [ -75.229999, 39.953996 ], [ -75.230323, 39.952475 ], [ -75.234531, 39.953 ], [ -75.234212, 39.954521 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118001", "device_counts": 294, "stop_counts": 1068 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237785, 39.990669 ], [ -75.236255, 39.990971 ], [ -75.233713, 39.992176 ], [ -75.233672, 39.991882 ], [ -75.233528, 39.990653 ], [ -75.232932, 39.988934 ], [ -75.237488, 39.987996 ], [ -75.237879, 39.990229 ], [ -75.237785, 39.990669 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093004", "device_counts": 1211, "stop_counts": 2484 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226891, 39.963415 ], [ -75.22422, 39.963086 ], [ -75.224541, 39.961567 ], [ -75.224868, 39.960005 ], [ -75.227443, 39.960311 ], [ -75.226891, 39.963415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291002", "device_counts": 1206, "stop_counts": 3995 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112042, 40.037847 ], [ -75.110011, 40.039149 ], [ -75.108733, 40.036723 ], [ -75.10857, 40.035495 ], [ -75.105935, 40.0341 ], [ -75.106912, 40.033135 ], [ -75.107909, 40.03215 ], [ -75.109057, 40.031741 ], [ -75.111075, 40.031061 ], [ -75.110667, 40.033249 ], [ -75.111312, 40.034539 ], [ -75.11177, 40.03486 ], [ -75.113107, 40.036567 ], [ -75.112042, 40.037847 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158003", "device_counts": 905, "stop_counts": 2987 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131239, 39.97165 ], [ -75.129224, 39.972357 ], [ -75.127903, 39.972811 ], [ -75.123391, 39.974403 ], [ -75.122592, 39.97388 ], [ -75.123489, 39.972651 ], [ -75.125899, 39.971765 ], [ -75.127102, 39.97135 ], [ -75.127716, 39.971081 ], [ -75.129432, 39.970543 ], [ -75.130452, 39.970189 ], [ -75.131239, 39.97165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033005", "device_counts": 449, "stop_counts": 1808 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194133, 39.935048 ], [ -75.193873, 39.936286 ], [ -75.193315, 39.936206 ], [ -75.191274, 39.935934 ], [ -75.192322, 39.931054 ], [ -75.193353, 39.931185 ], [ -75.192826, 39.933628 ], [ -75.194408, 39.933822 ], [ -75.194133, 39.935048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060004", "device_counts": 1332, "stop_counts": 4793 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243821, 39.916027 ], [ -75.242454, 39.916907 ], [ -75.241088, 39.917868 ], [ -75.238984, 39.916102 ], [ -75.237599, 39.914934 ], [ -75.238949, 39.913959 ], [ -75.240333, 39.912999 ], [ -75.242832, 39.911272 ], [ -75.243226, 39.913112 ], [ -75.244935, 39.91545 ], [ -75.243821, 39.916027 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310004", "device_counts": 480, "stop_counts": 1914 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076223, 40.046386 ], [ -75.075637, 40.047005 ], [ -75.07207, 40.045024 ], [ -75.072645, 40.044394 ], [ -75.073836, 40.043174 ], [ -75.077403, 40.045139 ], [ -75.076223, 40.046386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361003", "device_counts": 961, "stop_counts": 5229 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.991264, 40.095778 ], [ -74.987151, 40.098943 ], [ -74.986603, 40.096475 ], [ -74.981539, 40.094456 ], [ -74.982114, 40.091942 ], [ -74.982385, 40.091724 ], [ -74.98418, 40.089906 ], [ -74.987421, 40.09255 ], [ -74.989094, 40.093928 ], [ -74.991264, 40.095778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010381002", "device_counts": 6628, "stop_counts": 16699 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04879, 40.018141 ], [ -75.045381, 40.019868 ], [ -75.039452, 40.022917 ], [ -75.032752, 40.02705 ], [ -75.028413, 40.029758 ], [ -75.021603, 40.033996 ], [ -75.018427, 40.033507 ], [ -75.022508, 40.030832 ], [ -75.015583, 40.023134 ], [ -75.013803495273393, 40.020211161024498 ], [ -75.015515, 40.019511 ], [ -75.021195066674494, 40.018207388098602 ], [ -75.030467830814501, 40.016079228979407 ], [ -75.034216, 40.015219 ], [ -75.042889, 40.012032 ], [ -75.042966449521089, 40.011993450381205 ], [ -75.043218536113002, 40.011867977145386 ], [ -75.047798, 40.017326 ], [ -75.04879, 40.018141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245002", "device_counts": 1063, "stop_counts": 2743 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16327, 40.02896 ], [ -75.161239, 40.030941 ], [ -75.162906, 40.031923 ], [ -75.159601, 40.035137 ], [ -75.15764, 40.033206 ], [ -75.158124, 40.030825 ], [ -75.159033, 40.030316 ], [ -75.159551, 40.023925 ], [ -75.160053, 40.026023 ], [ -75.160983, 40.027253 ], [ -75.161425, 40.027764 ], [ -75.16327, 40.02896 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086022", "device_counts": 824, "stop_counts": 2316 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219421, 39.956979 ], [ -75.215471, 39.956489 ], [ -75.214643, 39.955607 ], [ -75.215872, 39.954586 ], [ -75.219823, 39.955076 ], [ -75.219421, 39.956979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191001", "device_counts": 1597, "stop_counts": 4604 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112161, 40.012085 ], [ -75.111811, 40.013662 ], [ -75.105099, 40.012784 ], [ -75.105434, 40.011197 ], [ -75.108087, 40.011547 ], [ -75.108368, 40.009952 ], [ -75.112497, 40.010489 ], [ -75.112161, 40.012085 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348013", "device_counts": 4970, "stop_counts": 15328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024345, 40.05644 ], [ -75.022122, 40.056373 ], [ -75.019047, 40.056391 ], [ -75.019023, 40.054967 ], [ -75.016153, 40.051807 ], [ -75.015641, 40.050595 ], [ -75.015331, 40.050165 ], [ -75.012956, 40.051541 ], [ -75.0112, 40.053653 ], [ -75.010143, 40.054607 ], [ -75.012828, 40.056404 ], [ -75.008555, 40.057808 ], [ -75.008245, 40.057796 ], [ -75.007814, 40.057407 ], [ -75.004795, 40.054747 ], [ -75.007886, 40.052381 ], [ -75.008224, 40.052113 ], [ -75.012273, 40.048885 ], [ -75.016377, 40.045672 ], [ -75.018502, 40.044081 ], [ -75.019409, 40.046474 ], [ -75.016833, 40.049374 ], [ -75.0172, 40.051445 ], [ -75.017956, 40.052322 ], [ -75.023374, 40.055334 ], [ -75.024345, 40.05644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008033", "device_counts": 3226, "stop_counts": 6045 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174173, 39.948921 ], [ -75.173085, 39.948799 ], [ -75.172752, 39.950398 ], [ -75.170667, 39.950131 ], [ -75.17118, 39.947784 ], [ -75.174323, 39.948177 ], [ -75.174173, 39.948921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284004", "device_counts": 1959, "stop_counts": 3841 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141328, 40.022091 ], [ -75.140979, 40.023667 ], [ -75.137001, 40.022923 ], [ -75.136799, 40.022663 ], [ -75.135939, 40.02305 ], [ -75.135854, 40.023082 ], [ -75.135664, 40.023155 ], [ -75.135818, 40.020645 ], [ -75.13674, 40.019958 ], [ -75.138463, 40.020171 ], [ -75.140105, 40.02039 ], [ -75.14126, 40.020456 ], [ -75.141589, 40.020811 ], [ -75.141328, 40.022091 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014001", "device_counts": 1190, "stop_counts": 2741 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177554, 39.942487 ], [ -75.175628, 39.942254 ], [ -75.175241, 39.943969 ], [ -75.175054, 39.944832 ], [ -75.171906, 39.944443 ], [ -75.172104, 39.943577 ], [ -75.170532, 39.94338 ], [ -75.170955, 39.941404 ], [ -75.174104, 39.941793 ], [ -75.177598, 39.942228 ], [ -75.177554, 39.942487 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013005", "device_counts": 1958, "stop_counts": 6951 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193985, 39.942154 ], [ -75.191495, 39.943153 ], [ -75.187231, 39.947176 ], [ -75.186393, 39.946567 ], [ -75.185685, 39.946159 ], [ -75.18188, 39.945691 ], [ -75.179409, 39.945377 ], [ -75.180611, 39.944631 ], [ -75.183366, 39.942946 ], [ -75.184474, 39.942274 ], [ -75.181002, 39.941863 ], [ -75.181494, 39.939687 ], [ -75.18314, 39.939895 ], [ -75.184956, 39.940084 ], [ -75.186551, 39.94023 ], [ -75.18824, 39.939878 ], [ -75.188712, 39.939567 ], [ -75.192664, 39.941567 ], [ -75.193985, 39.942154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175001", "device_counts": 554, "stop_counts": 2845 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147404, 39.99924 ], [ -75.146219, 39.999668 ], [ -75.143346, 40.000743 ], [ -75.142805, 40.000294 ], [ -75.143145, 39.998701 ], [ -75.143792, 39.995715 ], [ -75.14708, 39.996143 ], [ -75.146731, 39.997627 ], [ -75.147404, 39.99924 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010203001", "device_counts": 2861, "stop_counts": 6093 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152163, 40.01254 ], [ -75.150585, 40.012283 ], [ -75.147247, 40.011906 ], [ -75.147325, 40.010382 ], [ -75.147603, 40.008779 ], [ -75.148277, 40.005697 ], [ -75.148817, 40.002698 ], [ -75.15109, 40.009934 ], [ -75.151428, 40.010903 ], [ -75.152163, 40.01254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192005", "device_counts": 697, "stop_counts": 2166 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124732, 40.001124 ], [ -75.119644, 40.000464 ], [ -75.116722, 40.000088 ], [ -75.117055, 39.998601 ], [ -75.118994, 39.998852 ], [ -75.120933, 39.999097 ], [ -75.125058, 39.999628 ], [ -75.124732, 40.001124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321001", "device_counts": 755, "stop_counts": 3228 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.063385, 40.01552 ], [ -75.059304, 40.017638 ], [ -75.057542, 40.015615 ], [ -75.053922, 40.017488 ], [ -75.052816, 40.016119 ], [ -75.056898, 40.014204 ], [ -75.059285, 40.013387 ], [ -75.061339, 40.012764 ], [ -75.061413, 40.013284 ], [ -75.062519, 40.014542 ], [ -75.063385, 40.01552 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299002", "device_counts": 1282, "stop_counts": 2579 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079279, 40.010409 ], [ -75.075229, 40.012101 ], [ -75.073295, 40.012543 ], [ -75.072866, 40.011395 ], [ -75.06999, 40.012032 ], [ -75.069786, 40.011543 ], [ -75.069508, 40.010798 ], [ -75.070581, 40.010533 ], [ -75.072371, 40.010089 ], [ -75.078448, 40.008586 ], [ -75.078749, 40.009878 ], [ -75.079279, 40.010409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288001", "device_counts": 1340, "stop_counts": 3836 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127922, 40.021979 ], [ -75.127588, 40.021935 ], [ -75.124346, 40.021552 ], [ -75.122425, 40.021314 ], [ -75.122752, 40.019722 ], [ -75.124687, 40.019957 ], [ -75.125023, 40.018435 ], [ -75.128883, 40.018945 ], [ -75.127922, 40.021979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237004", "device_counts": 636, "stop_counts": 1823 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188499, 40.050211 ], [ -75.186752, 40.050103 ], [ -75.185221, 40.051585 ], [ -75.184693, 40.050641 ], [ -75.184573, 40.050403 ], [ -75.183398, 40.048254 ], [ -75.182203, 40.045894 ], [ -75.18308, 40.045068 ], [ -75.184524, 40.043654 ], [ -75.187332, 40.045452 ], [ -75.185932, 40.046809 ], [ -75.187368, 40.047688 ], [ -75.188491, 40.048838 ], [ -75.188499, 40.050211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244003", "device_counts": 580, "stop_counts": 1925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169124, 40.023865 ], [ -75.166395, 40.026593 ], [ -75.163749, 40.029255 ], [ -75.16327, 40.02896 ], [ -75.161425, 40.027764 ], [ -75.160983, 40.027253 ], [ -75.165275, 40.024087 ], [ -75.166993, 40.025012 ], [ -75.168482, 40.023512 ], [ -75.169124, 40.023865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254004", "device_counts": 457, "stop_counts": 1728 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181313, 40.061221 ], [ -75.176526, 40.065896 ], [ -75.175327, 40.065216 ], [ -75.170787, 40.0626 ], [ -75.173445, 40.059867 ], [ -75.174312, 40.058142 ], [ -75.177077, 40.060236 ], [ -75.178248, 40.059704 ], [ -75.179314, 40.060393 ], [ -75.181313, 40.061221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262004", "device_counts": 591, "stop_counts": 2257 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173459, 40.067054 ], [ -75.172207, 40.068288 ], [ -75.168757, 40.065479 ], [ -75.168099, 40.065219 ], [ -75.165714, 40.06439 ], [ -75.168641, 40.061373 ], [ -75.170787, 40.0626 ], [ -75.175327, 40.065216 ], [ -75.173459, 40.067054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278004", "device_counts": 1400, "stop_counts": 4033 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15082, 40.048518 ], [ -75.148345, 40.048204 ], [ -75.147672, 40.048117 ], [ -75.144959, 40.04868 ], [ -75.142898, 40.047493 ], [ -75.143547, 40.044426 ], [ -75.146776, 40.044848 ], [ -75.148225, 40.0456 ], [ -75.150148, 40.045658 ], [ -75.15068, 40.046352 ], [ -75.150967, 40.046767 ], [ -75.15082, 40.048518 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280003", "device_counts": 1179, "stop_counts": 2671 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154776, 40.031452 ], [ -75.154034, 40.031564 ], [ -75.152369, 40.031387 ], [ -75.153282, 40.029955 ], [ -75.15152, 40.027556 ], [ -75.151263, 40.027186 ], [ -75.150781, 40.026565 ], [ -75.152086, 40.026744 ], [ -75.153761, 40.025871 ], [ -75.154245, 40.025634 ], [ -75.154064, 40.026198 ], [ -75.155694, 40.02613 ], [ -75.154776, 40.031452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309001", "device_counts": 516, "stop_counts": 2362 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086165, 40.050024 ], [ -75.082888, 40.048197 ], [ -75.080987, 40.047133 ], [ -75.079188, 40.046133 ], [ -75.080351, 40.044905 ], [ -75.082674, 40.04242 ], [ -75.085031, 40.043731 ], [ -75.082343, 40.045991 ], [ -75.086975, 40.048567 ], [ -75.086165, 40.050024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335002", "device_counts": 6821, "stop_counts": 22994 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068503, 40.05259 ], [ -75.065544, 40.055704 ], [ -75.064818, 40.055218 ], [ -75.062881, 40.055983 ], [ -75.061736, 40.055892 ], [ -75.060891, 40.056823 ], [ -75.057125, 40.054722 ], [ -75.058283, 40.053484 ], [ -75.060654, 40.050999 ], [ -75.058284, 40.049688 ], [ -75.059937, 40.047751 ], [ -75.061374, 40.048585 ], [ -75.063437, 40.049751 ], [ -75.066045, 40.051181 ], [ -75.068503, 40.05259 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312002", "device_counts": 1197, "stop_counts": 4043 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07862, 40.038205 ], [ -75.07821, 40.038617 ], [ -75.077394, 40.039464 ], [ -75.075336, 40.038281 ], [ -75.07355, 40.037298 ], [ -75.070523, 40.035618 ], [ -75.070001, 40.03532 ], [ -75.071097, 40.034742 ], [ -75.074439, 40.03398 ], [ -75.074901, 40.034935 ], [ -75.077266, 40.036262 ], [ -75.079265, 40.037516 ], [ -75.07862, 40.038205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010332002", "device_counts": 837, "stop_counts": 3951 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050465, 40.044662 ], [ -75.046204, 40.041796 ], [ -75.044877, 40.043079 ], [ -75.045201, 40.044354 ], [ -75.045269, 40.046509 ], [ -75.043694, 40.047502 ], [ -75.033824, 40.04466 ], [ -75.034393, 40.044379 ], [ -75.038285, 40.042589 ], [ -75.040003, 40.041793 ], [ -75.043322, 40.040305 ], [ -75.045919, 40.039643 ], [ -75.047424, 40.040497 ], [ -75.049027, 40.041412 ], [ -75.052228, 40.043271 ], [ -75.050465, 40.044662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333003", "device_counts": 1581, "stop_counts": 3837 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050943, 40.050215 ], [ -75.050464, 40.052507 ], [ -75.047749, 40.055363 ], [ -75.046537, 40.056567 ], [ -75.045268, 40.055875 ], [ -75.046558, 40.05458 ], [ -75.044906, 40.053657 ], [ -75.04703, 40.052268 ], [ -75.045149, 40.048854 ], [ -75.04796, 40.048016 ], [ -75.051057, 40.049022 ], [ -75.050943, 40.050215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344004", "device_counts": 892, "stop_counts": 5293 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069456, 40.094411 ], [ -75.060318, 40.103859 ], [ -75.058342, 40.105892 ], [ -75.054321, 40.108692 ], [ -75.05401, 40.108143 ], [ -75.053057, 40.10618 ], [ -75.050974, 40.103122 ], [ -75.054966, 40.100963 ], [ -75.054861, 40.100183 ], [ -75.059388, 40.096462 ], [ -75.063708, 40.090568 ], [ -75.068496, 40.094573 ], [ -75.069456, 40.094411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010017002", "device_counts": 907, "stop_counts": 2239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153065, 39.938763 ], [ -75.152771, 39.940039 ], [ -75.151773, 39.939548 ], [ -75.148157, 39.938899 ], [ -75.148694, 39.936486 ], [ -75.150229, 39.936921 ], [ -75.153286, 39.937736 ], [ -75.153065, 39.938763 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019805001", "device_counts": 2189, "stop_counts": 4197 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147143, 40.01901 ], [ -75.147139, 40.019518 ], [ -75.14711, 40.02128 ], [ -75.146379, 40.021204 ], [ -75.145593, 40.021104 ], [ -75.143223, 40.020796 ], [ -75.141589, 40.020811 ], [ -75.14126, 40.020456 ], [ -75.140105, 40.02039 ], [ -75.141126, 40.015818 ], [ -75.141745, 40.012939 ], [ -75.147205, 40.015188 ], [ -75.147143, 40.01901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008043", "device_counts": 3759, "stop_counts": 7738 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167517, 39.949744 ], [ -75.16594, 39.949553 ], [ -75.166362, 39.947633 ], [ -75.164752, 39.947424 ], [ -75.164845, 39.946999 ], [ -75.166458, 39.947196 ], [ -75.16803, 39.947386 ], [ -75.167517, 39.949744 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369002", "device_counts": 14595, "stop_counts": 67996 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207838, 39.941286 ], [ -75.20506, 39.943624 ], [ -75.205367, 39.944994 ], [ -75.207046, 39.946754 ], [ -75.205656, 39.948053 ], [ -75.205167, 39.948522 ], [ -75.201156, 39.949839 ], [ -75.199427, 39.950419 ], [ -75.199204, 39.951257 ], [ -75.197243, 39.951021 ], [ -75.195322, 39.950781 ], [ -75.191689, 39.95032 ], [ -75.187231, 39.947176 ], [ -75.191495, 39.943153 ], [ -75.193985, 39.942154 ], [ -75.200277, 39.943652 ], [ -75.202929, 39.943301 ], [ -75.204582, 39.942352 ], [ -75.205185, 39.941116 ], [ -75.207099, 39.941281 ], [ -75.207838, 39.941286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019807001", "device_counts": 27387, "stop_counts": 99647 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174808, 39.899179 ], [ -75.170885, 39.898848 ], [ -75.16566, 39.899583 ], [ -75.163309, 39.910567 ], [ -75.165482, 39.911531 ], [ -75.160789, 39.910942 ], [ -75.149188, 39.908604 ], [ -75.148124, 39.913772 ], [ -75.147357, 39.91509 ], [ -75.146538, 39.91884 ], [ -75.147813, 39.919001 ], [ -75.14769, 39.920273 ], [ -75.147431, 39.921502 ], [ -75.14691, 39.923887 ], [ -75.147842, 39.924015 ], [ -75.146985, 39.927665 ], [ -75.146413, 39.930114 ], [ -75.137217, 39.928886 ], [ -75.135346189189193, 39.929269135135087 ], [ -75.135022972973005, 39.927329837837803 ], [ -75.13502, 39.927312 ], [ -75.13282, 39.921612 ], [ -75.13012, 39.917013 ], [ -75.12792, 39.911813 ], [ -75.129004411764697, 39.907475352941191 ], [ -75.13082, 39.900213 ], [ -75.13342, 39.896213 ], [ -75.135984863397894, 39.893195957332175 ], [ -75.144184, 39.895633 ], [ -75.151526, 39.896647 ], [ -75.154644, 39.896849 ], [ -75.169028, 39.897243 ], [ -75.174959, 39.898488 ], [ -75.174808, 39.899179 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010021001", "device_counts": 735, "stop_counts": 1794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179839, 39.939478 ], [ -75.178251, 39.939268 ], [ -75.17631, 39.939021 ], [ -75.178464, 39.938278 ], [ -75.17717, 39.936933 ], [ -75.178514, 39.935544 ], [ -75.179035, 39.935612 ], [ -75.180621, 39.935816 ], [ -75.179839, 39.939478 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010023002", "device_counts": 4414, "stop_counts": 7972 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16764, 39.93415 ], [ -75.167303, 39.935695 ], [ -75.167236, 39.935685 ], [ -75.160437, 39.934549 ], [ -75.160199, 39.9356 ], [ -75.158669, 39.935226 ], [ -75.157351, 39.934897 ], [ -75.159517, 39.9331 ], [ -75.167578, 39.934143 ], [ -75.16764, 39.93415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175006", "device_counts": 964, "stop_counts": 2244 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147717, 39.999974 ], [ -75.142416, 40.00195 ], [ -75.139876, 40.002845 ], [ -75.137669, 40.003645 ], [ -75.137847, 40.002799 ], [ -75.138524, 39.999743 ], [ -75.140498, 39.999993 ], [ -75.141568, 40.000126 ], [ -75.142805, 40.000294 ], [ -75.143346, 40.000743 ], [ -75.146219, 39.999668 ], [ -75.147404, 39.99924 ], [ -75.147717, 39.999974 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065006", "device_counts": 864, "stop_counts": 2188 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240969, 39.943762 ], [ -75.238875, 39.94468 ], [ -75.237132, 39.943237 ], [ -75.236424, 39.942646 ], [ -75.233632, 39.940292 ], [ -75.23242, 39.938995 ], [ -75.231766, 39.93846 ], [ -75.233873, 39.937703 ], [ -75.234499, 39.93613 ], [ -75.235249, 39.934997 ], [ -75.236833, 39.933768 ], [ -75.235002, 39.938127 ], [ -75.240697, 39.939075 ], [ -75.240367, 39.942171 ], [ -75.243542, 39.942306 ], [ -75.240969, 39.943762 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067007", "device_counts": 798, "stop_counts": 2106 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227309, 39.927571 ], [ -75.22278, 39.930749 ], [ -75.222696, 39.930808 ], [ -75.220588, 39.929047 ], [ -75.21931, 39.928012 ], [ -75.221562, 39.924744 ], [ -75.22216, 39.923892 ], [ -75.223452, 39.92489 ], [ -75.22484, 39.926055 ], [ -75.226681, 39.927543 ], [ -75.22869, 39.926602 ], [ -75.227309, 39.927571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109003", "device_counts": 954, "stop_counts": 2736 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194727, 39.964903 ], [ -75.191826, 39.965222 ], [ -75.191719, 39.964652 ], [ -75.191494, 39.963503 ], [ -75.187551, 39.963931 ], [ -75.187415, 39.963367 ], [ -75.191389, 39.962922 ], [ -75.194297, 39.962607 ], [ -75.194727, 39.964903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091003", "device_counts": 1209, "stop_counts": 3839 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.202235, 39.961643 ], [ -75.199436, 39.962042 ], [ -75.198844, 39.960637 ], [ -75.198681, 39.959429 ], [ -75.201137, 39.959242 ], [ -75.199622, 39.95686 ], [ -75.201953, 39.957149 ], [ -75.201824, 39.957827 ], [ -75.201971, 39.959176 ], [ -75.202235, 39.961643 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102002", "device_counts": 1830, "stop_counts": 5671 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235356, 39.968509 ], [ -75.232228, 39.968829 ], [ -75.231833, 39.96746 ], [ -75.230162, 39.968216 ], [ -75.228248, 39.968409 ], [ -75.228149, 39.967843 ], [ -75.22786, 39.966191 ], [ -75.227679, 39.965072 ], [ -75.22992, 39.965352 ], [ -75.23189, 39.965593 ], [ -75.235842, 39.966085 ], [ -75.235356, 39.968509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100004", "device_counts": 703, "stop_counts": 2659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255196, 39.97426 ], [ -75.251914, 39.974623 ], [ -75.250203, 39.974815 ], [ -75.249901, 39.973197 ], [ -75.24887, 39.972339 ], [ -75.249177, 39.970857 ], [ -75.250481, 39.96946 ], [ -75.255123, 39.970036 ], [ -75.254752, 39.971527 ], [ -75.255196, 39.97426 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107004", "device_counts": 417, "stop_counts": 1101 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208356, 39.970706 ], [ -75.205907, 39.970875 ], [ -75.205979, 39.971429 ], [ -75.203722, 39.970929 ], [ -75.203258, 39.968447 ], [ -75.207839, 39.967943 ], [ -75.208038, 39.968984 ], [ -75.208356, 39.970706 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010120002", "device_counts": 2765, "stop_counts": 6463 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235298, 39.99707 ], [ -75.230896, 39.99913 ], [ -75.227462, 40.000746 ], [ -75.226563, 39.999216 ], [ -75.225664, 39.995848 ], [ -75.231762, 39.99309 ], [ -75.233713, 39.992176 ], [ -75.234027, 39.994736 ], [ -75.234136, 39.995598 ], [ -75.235298, 39.99707 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170001", "device_counts": 1443, "stop_counts": 2830 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192225, 40.00722 ], [ -75.190514, 40.008407 ], [ -75.186537, 40.009831 ], [ -75.185674, 40.01012 ], [ -75.185412, 40.009513 ], [ -75.187821, 40.006102 ], [ -75.186477, 40.005921 ], [ -75.186349, 40.006533 ], [ -75.18535, 40.006527 ], [ -75.183204, 40.006624 ], [ -75.18335, 40.005521 ], [ -75.183644, 40.004204 ], [ -75.181141, 40.003697 ], [ -75.183953, 40.002838 ], [ -75.184564, 40.002493 ], [ -75.186812, 40.000434 ], [ -75.186861, 40.000409 ], [ -75.188447, 40.000272 ], [ -75.191754, 39.999748 ], [ -75.19132, 40.003715 ], [ -75.192467, 40.006482 ], [ -75.192225, 40.00722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137005", "device_counts": 1225, "stop_counts": 3463 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.189882, 39.977933 ], [ -75.189076, 39.979387 ], [ -75.188661, 39.981207 ], [ -75.185497, 39.980804 ], [ -75.183838, 39.980585 ], [ -75.184439, 39.977788 ], [ -75.184945, 39.975479 ], [ -75.185394, 39.973417 ], [ -75.186368, 39.973537 ], [ -75.187816, 39.976363 ], [ -75.189674, 39.977173 ], [ -75.189882, 39.977933 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010148001", "device_counts": 1144, "stop_counts": 3914 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172503, 39.980592 ], [ -75.172161, 39.9821 ], [ -75.167076, 39.981454 ], [ -75.165511, 39.981244 ], [ -75.165849, 39.979714 ], [ -75.16616, 39.978308 ], [ -75.170287, 39.978845 ], [ -75.171213, 39.978952 ], [ -75.172799, 39.97916 ], [ -75.172503, 39.980592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010145002", "device_counts": 556, "stop_counts": 1859 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149734, 39.976182 ], [ -75.145559, 39.975638 ], [ -75.146082, 39.972833 ], [ -75.150315, 39.973382 ], [ -75.149734, 39.976182 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010142002", "device_counts": 8744, "stop_counts": 27341 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145018, 39.970191 ], [ -75.143095, 39.969954 ], [ -75.140665, 39.969652 ], [ -75.139578, 39.969515 ], [ -75.135143, 39.968687 ], [ -75.134428, 39.968791 ], [ -75.134347, 39.964477 ], [ -75.128697, 39.966977 ], [ -75.125416361661095, 39.961951694137291 ], [ -75.12692, 39.961112 ], [ -75.13012, 39.958712 ], [ -75.130217089517501, 39.958589210316127 ], [ -75.136755, 39.962766 ], [ -75.138081, 39.962936 ], [ -75.138827, 39.963129 ], [ -75.142528, 39.964985 ], [ -75.144002, 39.96567 ], [ -75.143524, 39.967942 ], [ -75.145487, 39.96823 ], [ -75.145018, 39.970191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162002", "device_counts": 780, "stop_counts": 2419 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145126, 39.986485 ], [ -75.1435, 39.986275 ], [ -75.14152, 39.986016 ], [ -75.139669, 39.985802 ], [ -75.13746, 39.985492 ], [ -75.136759, 39.985402 ], [ -75.137443, 39.982223 ], [ -75.138137, 39.982312 ], [ -75.139868, 39.982536 ], [ -75.144169, 39.983092 ], [ -75.14405, 39.983721 ], [ -75.144154, 39.984724 ], [ -75.145126, 39.986485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157003", "device_counts": 1958, "stop_counts": 5639 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138768, 39.979323 ], [ -75.136423, 39.97902 ], [ -75.136739, 39.977527 ], [ -75.13437, 39.977219 ], [ -75.133733, 39.980208 ], [ -75.13319, 39.980134 ], [ -75.130448, 39.978589 ], [ -75.131238, 39.977786 ], [ -75.13267, 39.975304 ], [ -75.133374, 39.97409 ], [ -75.139715, 39.974897 ], [ -75.138768, 39.979323 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010206001", "device_counts": 2916, "stop_counts": 8643 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191105, 40.021663 ], [ -75.190007, 40.022524 ], [ -75.181668, 40.025657 ], [ -75.178141, 40.022595 ], [ -75.176861, 40.021501 ], [ -75.173246, 40.018411 ], [ -75.172342, 40.017604 ], [ -75.174037, 40.016962 ], [ -75.175669, 40.016051 ], [ -75.182239, 40.011676 ], [ -75.185937, 40.014895 ], [ -75.187708, 40.01641 ], [ -75.190034, 40.018727 ], [ -75.192405, 40.020495 ], [ -75.191105, 40.021663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036003", "device_counts": 3637, "stop_counts": 9568 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193156, 39.924592 ], [ -75.194623, 39.92681 ], [ -75.194153, 39.927514 ], [ -75.186029, 39.926481 ], [ -75.186937, 39.922318 ], [ -75.189653, 39.921807 ], [ -75.192494, 39.921266 ], [ -75.195045, 39.921011 ], [ -75.193156, 39.924592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383001", "device_counts": 7956, "stop_counts": 33704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137529, 40.004304 ], [ -75.136858, 40.007394 ], [ -75.135858, 40.011982 ], [ -75.131779, 40.011482 ], [ -75.130585, 40.011325 ], [ -75.128883, 40.018945 ], [ -75.125023, 40.018435 ], [ -75.124687, 40.019957 ], [ -75.122752, 40.019722 ], [ -75.121407, 40.019548 ], [ -75.117154, 40.019006 ], [ -75.116272, 40.017423 ], [ -75.119439, 40.013026 ], [ -75.112161, 40.012085 ], [ -75.112497, 40.010489 ], [ -75.112821, 40.009007 ], [ -75.113483, 40.005927 ], [ -75.113986, 40.00356 ], [ -75.11609, 40.003067 ], [ -75.116411, 40.001624 ], [ -75.119314, 40.002003 ], [ -75.12441, 40.002634 ], [ -75.123949, 40.004814 ], [ -75.127863, 40.005057 ], [ -75.133021, 40.005104 ], [ -75.137669, 40.003645 ], [ -75.137529, 40.004304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389001", "device_counts": 1255, "stop_counts": 3609 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17326, 40.050667 ], [ -75.168958, 40.054846 ], [ -75.165715, 40.058033 ], [ -75.165453, 40.059541 ], [ -75.162122, 40.057638 ], [ -75.160691, 40.056831 ], [ -75.158889, 40.055768 ], [ -75.161898, 40.052842 ], [ -75.164529, 40.050306 ], [ -75.167701, 40.047245 ], [ -75.170884, 40.049199 ], [ -75.171755, 40.048359 ], [ -75.172888, 40.050431 ], [ -75.17326, 40.050667 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136012", "device_counts": 735, "stop_counts": 1649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183561, 39.970778 ], [ -75.181234, 39.970504 ], [ -75.178606, 39.97018 ], [ -75.178056, 39.970112 ], [ -75.178641, 39.967399 ], [ -75.179683, 39.967416 ], [ -75.181589, 39.969025 ], [ -75.183561, 39.970778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160003", "device_counts": 2216, "stop_counts": 6310 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124193, 39.9785 ], [ -75.122449, 39.979411 ], [ -75.123266, 39.980344 ], [ -75.120973, 39.981546 ], [ -75.118522, 39.982825 ], [ -75.117355, 39.981481 ], [ -75.117697, 39.980904 ], [ -75.118611, 39.978879 ], [ -75.119763, 39.976369 ], [ -75.121032, 39.977811 ], [ -75.123334, 39.977514 ], [ -75.124193, 39.9785 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010166001", "device_counts": 1566, "stop_counts": 3213 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154588, 39.993938 ], [ -75.152389, 39.993659 ], [ -75.15273, 39.992072 ], [ -75.152871, 39.990551 ], [ -75.151815, 39.988886 ], [ -75.151199, 39.987798 ], [ -75.150197, 39.985504 ], [ -75.150913, 39.985597 ], [ -75.154063, 39.986003 ], [ -75.15339, 39.989086 ], [ -75.155593, 39.989369 ], [ -75.154588, 39.993938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010381001", "device_counts": 2628, "stop_counts": 10051 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069508, 40.010798 ], [ -75.061339, 40.012764 ], [ -75.059285, 40.013387 ], [ -75.056898, 40.014204 ], [ -75.052816, 40.016119 ], [ -75.04879, 40.018141 ], [ -75.047798, 40.017326 ], [ -75.043218536113002, 40.011867977145386 ], [ -75.04709, 40.009941 ], [ -75.052278982364697, 40.0055260511092 ], [ -75.053405, 40.004568 ], [ -75.053723885964288, 40.004080276035694 ], [ -75.062126, 40.006643 ], [ -75.063056, 40.006098 ], [ -75.064579, 40.006194 ], [ -75.067696, 40.005333 ], [ -75.068346, 40.006924 ], [ -75.068883, 40.00879 ], [ -75.069508, 40.010798 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010385002", "device_counts": 1346, "stop_counts": 4118 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224652, 40.084361 ], [ -75.224012, 40.084218 ], [ -75.217463, 40.080575 ], [ -75.207327, 40.076561 ], [ -75.206418, 40.076011 ], [ -75.210566, 40.071803 ], [ -75.209082, 40.070894 ], [ -75.2112, 40.068809 ], [ -75.211625, 40.070754 ], [ -75.215385, 40.073257 ], [ -75.216984, 40.074811 ], [ -75.215093, 40.077141 ], [ -75.218189, 40.075823 ], [ -75.224633, 40.079605 ], [ -75.227899, 40.084282 ], [ -75.224652, 40.084361 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010387002", "device_counts": 2379, "stop_counts": 7595 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2305, 40.086022 ], [ -75.22361, 40.092907 ], [ -75.213165, 40.086872 ], [ -75.21273, 40.086388 ], [ -75.211868, 40.086086 ], [ -75.209396, 40.084927 ], [ -75.200378, 40.07959 ], [ -75.202649, 40.07739 ], [ -75.205081, 40.078823 ], [ -75.207327, 40.076561 ], [ -75.217463, 40.080575 ], [ -75.224012, 40.084218 ], [ -75.224652, 40.084361 ], [ -75.227899, 40.084282 ], [ -75.228078, 40.084434 ], [ -75.228599, 40.084874 ], [ -75.2305, 40.086022 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389002", "device_counts": 729, "stop_counts": 2806 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172869, 40.057256 ], [ -75.168641, 40.061373 ], [ -75.165453, 40.059541 ], [ -75.165715, 40.058033 ], [ -75.168958, 40.054846 ], [ -75.172869, 40.057256 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286001", "device_counts": 2519, "stop_counts": 6603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127824, 40.026663 ], [ -75.127646, 40.027416 ], [ -75.126866, 40.028955 ], [ -75.126686, 40.029667 ], [ -75.124701, 40.029398 ], [ -75.124167, 40.032575 ], [ -75.1236, 40.032771 ], [ -75.121964, 40.03373 ], [ -75.121711, 40.03347 ], [ -75.122727, 40.029151 ], [ -75.123027, 40.027692 ], [ -75.123525, 40.025463 ], [ -75.126967, 40.024818 ], [ -75.127816, 40.024683 ], [ -75.127935, 40.026158 ], [ -75.127824, 40.026663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218002", "device_counts": 954, "stop_counts": 4131 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236234, 40.052739 ], [ -75.235917, 40.055079 ], [ -75.236042, 40.056711 ], [ -75.23365, 40.057887 ], [ -75.231721, 40.054078 ], [ -75.231223, 40.053703 ], [ -75.230417, 40.053374 ], [ -75.227161, 40.052534 ], [ -75.230049, 40.051219 ], [ -75.230603, 40.050962 ], [ -75.235419, 40.048775 ], [ -75.236301, 40.051037 ], [ -75.236234, 40.052739 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038002", "device_counts": 6996, "stop_counts": 31549 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19022, 39.915884 ], [ -75.189413, 39.921073 ], [ -75.189653, 39.921807 ], [ -75.186937, 39.922318 ], [ -75.185202, 39.922574 ], [ -75.183434, 39.922939 ], [ -75.181703, 39.92329 ], [ -75.182512, 39.919629 ], [ -75.180576, 39.919369 ], [ -75.177438, 39.91897 ], [ -75.178268, 39.915053 ], [ -75.17718, 39.91489 ], [ -75.177806, 39.91309 ], [ -75.188144, 39.914281 ], [ -75.189481, 39.91484 ], [ -75.19022, 39.915884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195021", "device_counts": 906, "stop_counts": 2666 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137669, 40.003645 ], [ -75.133021, 40.005104 ], [ -75.127863, 40.005057 ], [ -75.128282, 40.003116 ], [ -75.133239, 40.003756 ], [ -75.133561, 40.002265 ], [ -75.137847, 40.002799 ], [ -75.137669, 40.003645 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086011", "device_counts": 1085, "stop_counts": 3104 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222056, 39.954102 ], [ -75.221923, 39.954723 ], [ -75.221798, 39.955319 ], [ -75.219823, 39.955076 ], [ -75.215872, 39.954586 ], [ -75.21635, 39.952302 ], [ -75.218347, 39.952553 ], [ -75.220295, 39.952792 ], [ -75.222279, 39.95304 ], [ -75.222056, 39.954102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104003", "device_counts": 661, "stop_counts": 2973 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222444, 39.966531 ], [ -75.220402, 39.966641 ], [ -75.220578, 39.968067 ], [ -75.217866, 39.968342 ], [ -75.216996, 39.968969 ], [ -75.2168, 39.967459 ], [ -75.216516, 39.965214 ], [ -75.22017, 39.964844 ], [ -75.220044, 39.963819 ], [ -75.221952, 39.96425 ], [ -75.222431, 39.966487 ], [ -75.222444, 39.966531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363012", "device_counts": 624, "stop_counts": 4466 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.970623, 40.096983 ], [ -74.970028, 40.096943 ], [ -74.964688, 40.097347 ], [ -74.962107, 40.097709 ], [ -74.96163, 40.097804 ], [ -74.961049, 40.097431 ], [ -74.958749, 40.096929 ], [ -74.961859, 40.093621 ], [ -74.965723, 40.091635 ], [ -74.966752, 40.092976 ], [ -74.96876, 40.094759 ], [ -74.970302, 40.096022 ], [ -74.971016, 40.096392 ], [ -74.970623, 40.096983 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379003", "device_counts": 7020, "stop_counts": 25610 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.097007, 39.993399 ], [ -75.094523, 39.994603 ], [ -75.086505, 39.998825 ], [ -75.084452, 39.997146 ], [ -75.080932, 39.993498 ], [ -75.089616, 39.989064 ], [ -75.091216, 39.99088 ], [ -75.093664, 39.9896 ], [ -75.095726, 39.99195 ], [ -75.097007, 39.993399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390001", "device_counts": 7679, "stop_counts": 24075 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103903, 40.030589 ], [ -75.101148, 40.033334 ], [ -75.100573, 40.033957 ], [ -75.098416, 40.036101 ], [ -75.101572, 40.038293 ], [ -75.096603, 40.042487 ], [ -75.094175, 40.045026 ], [ -75.091859, 40.047485 ], [ -75.091098, 40.04706 ], [ -75.088312, 40.045514 ], [ -75.088975, 40.044332 ], [ -75.088631, 40.042747 ], [ -75.089246, 40.042252 ], [ -75.09159, 40.039734 ], [ -75.090543, 40.039142 ], [ -75.09299, 40.036729 ], [ -75.093532, 40.035024 ], [ -75.09227, 40.034323 ], [ -75.093497, 40.033072 ], [ -75.094339, 40.032217 ], [ -75.093542, 40.031195 ], [ -75.093204, 40.030704 ], [ -75.092349, 40.029658 ], [ -75.092295, 40.028879 ], [ -75.092162, 40.02805 ], [ -75.09399, 40.027037 ], [ -75.096038, 40.026567 ], [ -75.096726, 40.026698 ], [ -75.10128, 40.029514 ], [ -75.10267, 40.029987 ], [ -75.10292, 40.029929 ], [ -75.103068, 40.029895 ], [ -75.104306, 40.029846 ], [ -75.103903, 40.030589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390004", "device_counts": 1446, "stop_counts": 3191 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089204, 40.032628 ], [ -75.087159, 40.03479 ], [ -75.085313, 40.033521 ], [ -75.084832, 40.032349 ], [ -75.084273, 40.032172 ], [ -75.084089, 40.031826 ], [ -75.084197, 40.031438 ], [ -75.084794, 40.031223 ], [ -75.084915, 40.031241 ], [ -75.08508, 40.031266 ], [ -75.085263, 40.031381 ], [ -75.086551, 40.031133 ], [ -75.088078, 40.032 ], [ -75.089204, 40.032628 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355001", "device_counts": 3939, "stop_counts": 15624 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.027681, 40.095046 ], [ -75.021451, 40.096963 ], [ -75.018233, 40.097105 ], [ -75.015528, 40.09486 ], [ -75.023996, 40.086107 ], [ -75.027097, 40.087878 ], [ -75.025866, 40.090515 ], [ -75.027681, 40.095046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291004", "device_counts": 1336, "stop_counts": 2866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112821, 40.027627 ], [ -75.110825, 40.029623 ], [ -75.111075, 40.031061 ], [ -75.109057, 40.031741 ], [ -75.106431, 40.029197 ], [ -75.110039, 40.028047 ], [ -75.111377, 40.027619 ], [ -75.112759, 40.027349 ], [ -75.112821, 40.027627 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019891001", "device_counts": 2673, "stop_counts": 9749 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.018427, 40.033507 ], [ -75.021603, 40.033996 ], [ -75.021239, 40.036075 ], [ -75.021682, 40.037088 ], [ -75.01783, 40.039076 ], [ -75.012541, 40.038027 ], [ -75.010099, 40.039038 ], [ -75.006278, 40.041155 ], [ -75.003514, 40.042822 ], [ -74.99627, 40.047202 ], [ -74.990976, 40.042526 ], [ -74.990302, 40.042377 ], [ -74.986997223360802, 40.039346956736601 ], [ -74.988884, 40.037289 ], [ -74.990215350336996, 40.036372563903093 ], [ -75.007469, 40.024496 ], [ -75.011115, 40.021311 ], [ -75.013795768141605, 40.020214322123898 ], [ -75.013803495273393, 40.020211161024498 ], [ -75.015583, 40.023134 ], [ -75.022508, 40.030832 ], [ -75.018427, 40.033507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010351002", "device_counts": 905, "stop_counts": 4436 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.992793, 40.046975 ], [ -74.988129, 40.049737 ], [ -74.985114, 40.046992 ], [ -74.983929, 40.048065 ], [ -74.986317, 40.050837 ], [ -74.984503, 40.051939 ], [ -74.981789, 40.04954 ], [ -74.980228, 40.050581 ], [ -74.982732, 40.053014 ], [ -74.982202, 40.053804 ], [ -74.979695, 40.053399 ], [ -74.974319853259999, 40.048899133320006 ], [ -74.974713, 40.048711 ], [ -74.983540729443007, 40.042953785145897 ], [ -74.983913, 40.042711 ], [ -74.986997223360802, 40.039346956736601 ], [ -74.990302, 40.042377 ], [ -74.990976, 40.042526 ], [ -74.989105, 40.043678 ], [ -74.992793, 40.046975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356012", "device_counts": 2040, "stop_counts": 8034 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.042613, 40.100504 ], [ -75.039857, 40.101835 ], [ -75.032998, 40.10511 ], [ -75.030235, 40.103387 ], [ -75.033474, 40.098205 ], [ -75.034298, 40.097871 ], [ -75.035842, 40.098099 ], [ -75.036962, 40.095913 ], [ -75.038082, 40.097456 ], [ -75.039643, 40.098344 ], [ -75.042503, 40.099942 ], [ -75.042613, 40.100504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345023", "device_counts": 2596, "stop_counts": 8989 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.046249, 40.081459 ], [ -75.042143, 40.084065 ], [ -75.040877, 40.086966 ], [ -75.039509, 40.085702 ], [ -75.0384, 40.084472 ], [ -75.036758, 40.079083 ], [ -75.040252, 40.079994 ], [ -75.04312, 40.077166 ], [ -75.043495, 40.07805 ], [ -75.046249, 40.081459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012011", "device_counts": 997, "stop_counts": 1963 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187231, 39.947176 ], [ -75.185634, 39.948021 ], [ -75.183288, 39.949512 ], [ -75.181134, 39.949008 ], [ -75.180021, 39.948872 ], [ -75.180328, 39.947455 ], [ -75.181445, 39.947597 ], [ -75.18188, 39.945691 ], [ -75.185685, 39.946159 ], [ -75.186393, 39.946567 ], [ -75.187231, 39.947176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013001", "device_counts": 1086, "stop_counts": 2168 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180409, 39.944602 ], [ -75.180611, 39.944631 ], [ -75.179409, 39.945377 ], [ -75.178578, 39.945269 ], [ -75.176985, 39.94508 ], [ -75.177169, 39.944209 ], [ -75.177374, 39.943231 ], [ -75.180624, 39.943641 ], [ -75.180409, 39.944602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191006", "device_counts": 1183, "stop_counts": 3350 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112497, 40.010489 ], [ -75.108368, 40.009952 ], [ -75.108087, 40.011547 ], [ -75.105434, 40.011197 ], [ -75.105768, 40.009619 ], [ -75.106083, 40.00813 ], [ -75.112821, 40.009007 ], [ -75.112497, 40.010489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195023", "device_counts": 546, "stop_counts": 2070 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133239, 40.003756 ], [ -75.128282, 40.003116 ], [ -75.128604, 40.001619 ], [ -75.131501, 40.001999 ], [ -75.133561, 40.002265 ], [ -75.133239, 40.003756 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197004", "device_counts": 580, "stop_counts": 1686 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139464, 40.015599 ], [ -75.13911, 40.017187 ], [ -75.136811, 40.016899 ], [ -75.137502, 40.01371 ], [ -75.13981, 40.014014 ], [ -75.139464, 40.015599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198003", "device_counts": 357, "stop_counts": 842 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141913, 40.009674 ], [ -75.141425, 40.00961 ], [ -75.138483, 40.009234 ], [ -75.138577, 40.008789 ], [ -75.139652, 40.007755 ], [ -75.140472, 40.007878 ], [ -75.142256, 40.008093 ], [ -75.141913, 40.009674 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199003", "device_counts": 426, "stop_counts": 1357 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147603, 40.008779 ], [ -75.143346, 40.008227 ], [ -75.144069, 40.006684 ], [ -75.143437, 40.005071 ], [ -75.148277, 40.005697 ], [ -75.147603, 40.008779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201013", "device_counts": 497, "stop_counts": 1542 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157703, 40.00221 ], [ -75.157365, 40.003799 ], [ -75.154205, 40.003395 ], [ -75.155232, 39.998728 ], [ -75.158222, 39.999121 ], [ -75.157703, 40.00221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202006", "device_counts": 255, "stop_counts": 877 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164733, 40.008616 ], [ -75.164576, 40.009337 ], [ -75.161095, 40.008883 ], [ -75.161409, 40.007399 ], [ -75.161747, 40.005905 ], [ -75.165228, 40.006354 ], [ -75.164733, 40.008616 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207001", "device_counts": 816, "stop_counts": 2259 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198361, 40.01527 ], [ -75.192405, 40.020495 ], [ -75.190034, 40.018727 ], [ -75.187708, 40.01641 ], [ -75.191289, 40.013697 ], [ -75.191874, 40.014201 ], [ -75.192879, 40.01162 ], [ -75.194847, 40.012175 ], [ -75.200278, 40.013708 ], [ -75.198361, 40.01527 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210002", "device_counts": 243, "stop_counts": 837 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218841, 40.0266 ], [ -75.216632, 40.027602 ], [ -75.214311, 40.024553 ], [ -75.215348, 40.023903 ], [ -75.216241, 40.023419 ], [ -75.219699, 40.02614 ], [ -75.218841, 40.0266 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210001", "device_counts": 667, "stop_counts": 2679 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.216632, 40.027602 ], [ -75.214188, 40.028699 ], [ -75.211308, 40.02997 ], [ -75.210588, 40.02903 ], [ -75.209437, 40.026929 ], [ -75.212764, 40.025348 ], [ -75.214311, 40.024553 ], [ -75.216632, 40.027602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213001", "device_counts": 562, "stop_counts": 1710 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222011, 40.035206 ], [ -75.218759, 40.036654 ], [ -75.217925, 40.03616 ], [ -75.216638, 40.034833 ], [ -75.220237, 40.033215 ], [ -75.220899, 40.033847 ], [ -75.222011, 40.035206 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214004", "device_counts": 447, "stop_counts": 1810 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228765, 40.029792 ], [ -75.226787, 40.030802 ], [ -75.225127, 40.031643 ], [ -75.223474, 40.029441 ], [ -75.226157, 40.027648 ], [ -75.227885, 40.028193 ], [ -75.229513, 40.029492 ], [ -75.228765, 40.029792 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215004", "device_counts": 460, "stop_counts": 1933 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234937, 40.0349 ], [ -75.228104, 40.040855 ], [ -75.226159, 40.038361 ], [ -75.228179, 40.037082 ], [ -75.227199, 40.035255 ], [ -75.22815, 40.034714 ], [ -75.233394, 40.031906 ], [ -75.23564, 40.034249 ], [ -75.234937, 40.0349 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217001", "device_counts": 579, "stop_counts": 4250 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230049, 40.051219 ], [ -75.227161, 40.052534 ], [ -75.218706, 40.04851 ], [ -75.218194, 40.047966 ], [ -75.217827, 40.0471 ], [ -75.217846, 40.044343 ], [ -75.219201, 40.044379 ], [ -75.2223, 40.045151 ], [ -75.229214, 40.048037 ], [ -75.230049, 40.051219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218001", "device_counts": 704, "stop_counts": 3965 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238182, 40.059771 ], [ -75.231724, 40.064099 ], [ -75.232439, 40.064739 ], [ -75.230082, 40.0663 ], [ -75.228446, 40.06254 ], [ -75.226882, 40.061813 ], [ -75.228493, 40.060331 ], [ -75.230156, 40.05955 ], [ -75.23365, 40.057887 ], [ -75.236042, 40.056711 ], [ -75.236386, 40.057398 ], [ -75.238182, 40.059771 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010384001", "device_counts": 968, "stop_counts": 5047 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243288, 40.073494 ], [ -75.232952, 40.083618 ], [ -75.231412, 40.082658 ], [ -75.22779, 40.08149 ], [ -75.225988, 40.079068 ], [ -75.230411, 40.077042 ], [ -75.225202, 40.074072 ], [ -75.227005, 40.072605 ], [ -75.228088, 40.070649 ], [ -75.226651, 40.070458 ], [ -75.223538, 40.067435 ], [ -75.225109, 40.06608 ], [ -75.2248, 40.062554 ], [ -75.226412, 40.061987 ], [ -75.22495, 40.059866 ], [ -75.226991, 40.058899 ], [ -75.228493, 40.060331 ], [ -75.226882, 40.061813 ], [ -75.228446, 40.06254 ], [ -75.230082, 40.0663 ], [ -75.235951, 40.071238 ], [ -75.238583, 40.069546 ], [ -75.24055, 40.070468 ], [ -75.241075, 40.070395 ], [ -75.242047, 40.071949 ], [ -75.243288, 40.073494 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237003", "device_counts": 377, "stop_counts": 932 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192346, 40.046309 ], [ -75.192123, 40.047679 ], [ -75.190817, 40.051189 ], [ -75.188499, 40.050211 ], [ -75.188491, 40.048838 ], [ -75.187368, 40.047688 ], [ -75.190893, 40.044241 ], [ -75.191199, 40.043386 ], [ -75.193091, 40.04459 ], [ -75.192346, 40.046309 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240003", "device_counts": 228, "stop_counts": 817 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177222, 40.026659 ], [ -75.174572, 40.029244 ], [ -75.173611, 40.028691 ], [ -75.174043, 40.026588 ], [ -75.175207, 40.02544 ], [ -75.177222, 40.026659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334003", "device_counts": 2043, "stop_counts": 5101 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055937, 40.055993 ], [ -75.054745, 40.057252 ], [ -75.053574, 40.058477 ], [ -75.052996, 40.059096 ], [ -75.052408, 40.059739 ], [ -75.051681, 40.063022 ], [ -75.050091, 40.06216 ], [ -75.048323, 40.061176 ], [ -75.050582, 40.058769 ], [ -75.051784, 40.057504 ], [ -75.052749, 40.058042 ], [ -75.053348, 40.056454 ], [ -75.054197, 40.054405 ], [ -75.054947, 40.053507 ], [ -75.057125, 40.054722 ], [ -75.055937, 40.055993 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335001", "device_counts": 467, "stop_counts": 2467 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068074, 40.060824 ], [ -75.067196, 40.060321 ], [ -75.064499, 40.058826 ], [ -75.060891, 40.056823 ], [ -75.061736, 40.055892 ], [ -75.062881, 40.055983 ], [ -75.064818, 40.055218 ], [ -75.065544, 40.055704 ], [ -75.065475, 40.05619 ], [ -75.067582, 40.05606 ], [ -75.067204, 40.05641 ], [ -75.06743, 40.0586 ], [ -75.069224, 40.059583 ], [ -75.068074, 40.060824 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336001", "device_counts": 2035, "stop_counts": 6165 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057697, 40.062787 ], [ -75.057135, 40.063364 ], [ -75.056605, 40.063955 ], [ -75.055477, 40.065149 ], [ -75.051859, 40.063187 ], [ -75.051681, 40.063022 ], [ -75.052408, 40.059739 ], [ -75.052996, 40.059096 ], [ -75.058323, 40.062116 ], [ -75.057697, 40.062787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337013", "device_counts": 2857, "stop_counts": 9989 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050755, 40.069544 ], [ -75.049545, 40.070978 ], [ -75.047762, 40.069395 ], [ -75.047114, 40.068037 ], [ -75.047963, 40.066822 ], [ -75.044675, 40.06484 ], [ -75.041907, 40.064683 ], [ -75.043614, 40.060811 ], [ -75.044201, 40.059477 ], [ -75.044275, 40.059356 ], [ -75.044991, 40.059372 ], [ -75.048323, 40.061176 ], [ -75.050091, 40.06216 ], [ -75.047725, 40.064686 ], [ -75.05122, 40.06663 ], [ -75.050755, 40.069544 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338005", "device_counts": 3281, "stop_counts": 9627 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085729, 40.062589 ], [ -75.084747, 40.06316 ], [ -75.083515, 40.063725 ], [ -75.083514, 40.063756 ], [ -75.083483, 40.063738 ], [ -75.078352, 40.065426 ], [ -75.077177, 40.065785 ], [ -75.074845, 40.066538 ], [ -75.069297, 40.068345 ], [ -75.067838, 40.068959 ], [ -75.067355, 40.068727 ], [ -75.073304, 40.062812 ], [ -75.075991, 40.064342 ], [ -75.077504, 40.064196 ], [ -75.081402, 40.060031 ], [ -75.083525, 40.06127 ], [ -75.083833, 40.061472 ], [ -75.08478, 40.062044 ], [ -75.085729, 40.062589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339001", "device_counts": 643, "stop_counts": 2366 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083726, 40.068173 ], [ -75.083255, 40.071209 ], [ -75.07966, 40.069203 ], [ -75.080965, 40.067974 ], [ -75.07805, 40.06636 ], [ -75.077177, 40.065785 ], [ -75.078352, 40.065426 ], [ -75.079532, 40.066175 ], [ -75.08151, 40.064789 ], [ -75.083648, 40.065704 ], [ -75.083726, 40.068173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341003", "device_counts": 619, "stop_counts": 2491 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082501, 40.07656 ], [ -75.081603, 40.076328 ], [ -75.080159, 40.075454 ], [ -75.077595, 40.073918 ], [ -75.078867, 40.072559 ], [ -75.077202, 40.071627 ], [ -75.07966, 40.069203 ], [ -75.083255, 40.071209 ], [ -75.082501, 40.07656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363032", "device_counts": 878, "stop_counts": 5299 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.9781, 40.099212 ], [ -74.97588, 40.100421 ], [ -74.971183, 40.102233 ], [ -74.96767, 40.1027 ], [ -74.967515, 40.101869 ], [ -74.967496, 40.100803 ], [ -74.970836, 40.100755 ], [ -74.973395, 40.099759 ], [ -74.974647, 40.098954 ], [ -74.976091, 40.097433 ], [ -74.97577, 40.096412 ], [ -74.976783, 40.095969 ], [ -74.977757, 40.098433 ], [ -74.9781, 40.099212 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347011", "device_counts": 1497, "stop_counts": 6084 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.034523, 40.058672 ], [ -75.033628, 40.060834 ], [ -75.029986, 40.064398 ], [ -75.028362, 40.064504 ], [ -75.028, 40.059736 ], [ -75.029005, 40.05752 ], [ -75.028756, 40.056781 ], [ -75.029032, 40.056399 ], [ -75.033734, 40.056884 ], [ -75.03433, 40.057067 ], [ -75.034523, 40.058672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348032", "device_counts": 2377, "stop_counts": 8551 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.008128, 40.068585 ], [ -75.007269, 40.069161 ], [ -74.998385, 40.064117 ], [ -75.00009, 40.062745 ], [ -75.002288, 40.063869 ], [ -75.005996, 40.061324 ], [ -75.008319, 40.06252 ], [ -75.007719, 40.067102 ], [ -75.008788, 40.06735 ], [ -75.008128, 40.068585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349002", "device_counts": 1253, "stop_counts": 5876 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.016377, 40.045672 ], [ -75.012273, 40.048885 ], [ -75.007927, 40.045033 ], [ -75.009595, 40.043924 ], [ -75.006278, 40.041155 ], [ -75.010099, 40.039038 ], [ -75.012125, 40.040582 ], [ -75.010101, 40.041671 ], [ -75.012708, 40.043779 ], [ -75.013422, 40.043306 ], [ -75.016377, 40.045672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352003", "device_counts": 1115, "stop_counts": 4459 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.001181, 40.057232 ], [ -74.998259, 40.05808 ], [ -74.994151, 40.054401 ], [ -74.999877, 40.050402 ], [ -75.004795, 40.054747 ], [ -75.001181, 40.057232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356022", "device_counts": 2211, "stop_counts": 10906 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054321, 40.108692 ], [ -75.048542, 40.112729 ], [ -75.03946, 40.107362 ], [ -75.033897, 40.105689 ], [ -75.032998, 40.10511 ], [ -75.039857, 40.101835 ], [ -75.046843, 40.105712 ], [ -75.049254, 40.105823 ], [ -75.05401, 40.108143 ], [ -75.054321, 40.108692 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010364001", "device_counts": 7014, "stop_counts": 20777 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.005391, 40.114802 ], [ -74.997052, 40.121168 ], [ -74.993533, 40.11868 ], [ -74.987193, 40.123286 ], [ -74.983523, 40.123671 ], [ -74.982213, 40.122057 ], [ -74.982748, 40.120887 ], [ -74.980058, 40.119883 ], [ -74.973219, 40.119891 ], [ -74.970119, 40.117201 ], [ -74.964526, 40.118372 ], [ -74.96408, 40.117766 ], [ -74.966621, 40.117932 ], [ -74.969758, 40.115927 ], [ -74.969941, 40.113339 ], [ -74.97896, 40.106169 ], [ -74.983393, 40.103684 ], [ -74.981997, 40.102454 ], [ -74.986551, 40.099366 ], [ -74.992199, 40.103978 ], [ -74.994438, 40.105853 ], [ -74.995134, 40.106336 ], [ -74.997124, 40.108151 ], [ -75.000959, 40.111393 ], [ -75.003554, 40.110847 ], [ -75.005391, 40.114802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347021", "device_counts": 1336, "stop_counts": 6177 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029005, 40.05752 ], [ -75.028, 40.059736 ], [ -75.028362, 40.064504 ], [ -75.028512, 40.06684 ], [ -75.028256, 40.067314 ], [ -75.022217, 40.06352 ], [ -75.021707, 40.063392 ], [ -75.021992, 40.063113 ], [ -75.024818, 40.060286 ], [ -75.024701, 40.057278 ], [ -75.024345, 40.05644 ], [ -75.025431, 40.05637 ], [ -75.028291, 40.056363 ], [ -75.028397, 40.056728 ], [ -75.028756, 40.056781 ], [ -75.029005, 40.05752 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363021", "device_counts": 1066, "stop_counts": 5047 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981659, 40.095571 ], [ -74.977757, 40.098433 ], [ -74.976783, 40.095969 ], [ -74.97648, 40.091256 ], [ -74.976072, 40.090653 ], [ -74.979893, 40.09381 ], [ -74.981659, 40.095571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292001", "device_counts": 2723, "stop_counts": 7684 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112759, 40.027349 ], [ -75.111377, 40.027619 ], [ -75.110039, 40.028047 ], [ -75.106431, 40.029197 ], [ -75.104306, 40.029846 ], [ -75.104059, 40.029441 ], [ -75.109611, 40.023588 ], [ -75.111228, 40.023211 ], [ -75.111664, 40.025651 ], [ -75.112773, 40.027036 ], [ -75.112759, 40.027349 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010050001", "device_counts": 2656, "stop_counts": 21634 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19631, 39.901071 ], [ -75.193923, 39.900403 ], [ -75.19194, 39.896089 ], [ -75.189993, 39.89681 ], [ -75.187183, 39.896682 ], [ -75.176562, 39.898666 ], [ -75.174959, 39.898488 ], [ -75.169028, 39.897243 ], [ -75.154644, 39.896849 ], [ -75.151526, 39.896647 ], [ -75.144184, 39.895633 ], [ -75.135984863397894, 39.893195957332175 ], [ -75.140006484713695, 39.88846533381718 ], [ -75.140221, 39.888213 ], [ -75.142421, 39.886413 ], [ -75.145323920519388, 39.884284191619102 ], [ -75.145421, 39.884213 ], [ -75.150721, 39.882713 ], [ -75.17453546617179, 39.88219692897281 ], [ -75.183023, 39.882013 ], [ -75.189268267037193, 39.880724294103416 ], [ -75.189323, 39.880713 ], [ -75.195018, 39.877521 ], [ -75.195217294768597, 39.877343945193211 ], [ -75.195514, 39.89184 ], [ -75.196239, 39.893365 ], [ -75.195253, 39.899322 ], [ -75.19631, 39.901071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275004", "device_counts": 257, "stop_counts": 1428 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134969, 40.04022 ], [ -75.13346, 40.039994 ], [ -75.133031, 40.041872 ], [ -75.132216, 40.041759 ], [ -75.132967, 40.038346 ], [ -75.132476, 40.036684 ], [ -75.134818, 40.036987 ], [ -75.134472, 40.038514 ], [ -75.134969, 40.04022 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276001", "device_counts": 1199, "stop_counts": 4153 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139322, 40.04232 ], [ -75.138534, 40.042223 ], [ -75.138205, 40.043739 ], [ -75.137529, 40.046805 ], [ -75.136019, 40.046229 ], [ -75.134724, 40.046134 ], [ -75.13479, 40.04146 ], [ -75.134969, 40.04022 ], [ -75.134472, 40.038514 ], [ -75.135257, 40.03864 ], [ -75.137633, 40.038943 ], [ -75.139212, 40.039146 ], [ -75.139612, 40.0408 ], [ -75.139322, 40.04232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277006", "device_counts": 703, "stop_counts": 1906 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157729, 40.052626 ], [ -75.157557, 40.055034 ], [ -75.155554, 40.054074 ], [ -75.155214, 40.053922 ], [ -75.155446, 40.050508 ], [ -75.157858, 40.050602 ], [ -75.157729, 40.052626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279011", "device_counts": 312, "stop_counts": 1152 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154793, 40.048902 ], [ -75.153235, 40.048842 ], [ -75.15082, 40.048518 ], [ -75.150967, 40.046767 ], [ -75.15068, 40.046352 ], [ -75.151891, 40.046389 ], [ -75.153691, 40.04655 ], [ -75.154966, 40.046241 ], [ -75.154793, 40.048902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279012", "device_counts": 408, "stop_counts": 1385 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153691, 40.04655 ], [ -75.151891, 40.046389 ], [ -75.15068, 40.046352 ], [ -75.150148, 40.045658 ], [ -75.149591, 40.04483 ], [ -75.149796, 40.043673 ], [ -75.152081, 40.043608 ], [ -75.153883, 40.043659 ], [ -75.153691, 40.04655 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280002", "device_counts": 1031, "stop_counts": 2571 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159551, 40.023925 ], [ -75.159033, 40.030316 ], [ -75.158124, 40.030825 ], [ -75.157119, 40.030993 ], [ -75.154776, 40.031452 ], [ -75.155694, 40.02613 ], [ -75.154064, 40.026198 ], [ -75.154245, 40.025634 ], [ -75.157153, 40.02413 ], [ -75.157303, 40.022607 ], [ -75.159035, 40.0228 ], [ -75.159214, 40.023192 ], [ -75.159315, 40.02341 ], [ -75.159551, 40.023925 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283006", "device_counts": 240, "stop_counts": 915 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144284, 40.030814 ], [ -75.142471, 40.031766 ], [ -75.141668, 40.0316 ], [ -75.142334, 40.028543 ], [ -75.144716, 40.028855 ], [ -75.144284, 40.030814 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284002", "device_counts": 325, "stop_counts": 1292 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13998, 40.028245 ], [ -75.136137, 40.027741 ], [ -75.135802, 40.029254 ], [ -75.13506, 40.02915 ], [ -75.135334, 40.027632 ], [ -75.135096, 40.026079 ], [ -75.137096, 40.026336 ], [ -75.138698, 40.026536 ], [ -75.140303, 40.026745 ], [ -75.13998, 40.028245 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286004", "device_counts": 502, "stop_counts": 1661 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13129, 40.032818 ], [ -75.128428, 40.032472 ], [ -75.128974, 40.029953 ], [ -75.131829, 40.030321 ], [ -75.13129, 40.032818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289011", "device_counts": 917, "stop_counts": 3181 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120481, 40.02109 ], [ -75.120136, 40.022627 ], [ -75.117959, 40.022349 ], [ -75.116106, 40.022109 ], [ -75.116243, 40.020558 ], [ -75.116404, 40.018909 ], [ -75.117154, 40.019006 ], [ -75.121407, 40.019548 ], [ -75.120481, 40.02109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290001", "device_counts": 422, "stop_counts": 1508 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116083, 40.033037 ], [ -75.114896, 40.034447 ], [ -75.113107, 40.036567 ], [ -75.11177, 40.03486 ], [ -75.111312, 40.034539 ], [ -75.110667, 40.033249 ], [ -75.111075, 40.031061 ], [ -75.112028, 40.030797 ], [ -75.112876, 40.031991 ], [ -75.117268, 40.031624 ], [ -75.116083, 40.033037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298005", "device_counts": 1074, "stop_counts": 2488 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071847, 40.016952 ], [ -75.070504, 40.017255 ], [ -75.069585, 40.014649 ], [ -75.068353, 40.014209 ], [ -75.068202, 40.014729 ], [ -75.068503, 40.013619 ], [ -75.070429, 40.013167 ], [ -75.070864, 40.014353 ], [ -75.071847, 40.016952 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299003", "device_counts": 1110, "stop_counts": 2537 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073747, 40.013717 ], [ -75.070864, 40.014353 ], [ -75.070429, 40.013167 ], [ -75.06999, 40.012032 ], [ -75.072866, 40.011395 ], [ -75.073295, 40.012543 ], [ -75.073747, 40.013717 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300002", "device_counts": 306, "stop_counts": 1083 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075964, 40.020705 ], [ -75.074969, 40.021505 ], [ -75.073892, 40.022107 ], [ -75.072271, 40.020248 ], [ -75.07338, 40.019654 ], [ -75.074136, 40.019026 ], [ -75.075429, 40.017665 ], [ -75.076164, 40.018049 ], [ -75.075199, 40.019109 ], [ -75.076696, 40.019926 ], [ -75.075964, 40.020705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301002", "device_counts": 676, "stop_counts": 2316 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087283, 40.020485 ], [ -75.086819, 40.020966 ], [ -75.084591, 40.019701 ], [ -75.083508, 40.018365 ], [ -75.086382, 40.015257 ], [ -75.090325, 40.017356 ], [ -75.087283, 40.020485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302004", "device_counts": 882, "stop_counts": 2752 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086997, 40.029443 ], [ -75.085375, 40.028555 ], [ -75.083038, 40.027241 ], [ -75.084726, 40.025458 ], [ -75.086568, 40.023537 ], [ -75.090563, 40.025791 ], [ -75.086997, 40.029443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390003", "device_counts": 257, "stop_counts": 1232 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.090599, 40.033398 ], [ -75.087931, 40.036236 ], [ -75.087802, 40.036032 ], [ -75.087159, 40.03479 ], [ -75.089204, 40.032628 ], [ -75.090599, 40.033398 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390007", "device_counts": 376, "stop_counts": 1484 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.093021, 40.030888 ], [ -75.091806, 40.032145 ], [ -75.090599, 40.033398 ], [ -75.089204, 40.032628 ], [ -75.088078, 40.032 ], [ -75.089854, 40.031036 ], [ -75.091594, 40.030086 ], [ -75.092349, 40.029658 ], [ -75.093204, 40.030704 ], [ -75.093021, 40.030888 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305012", "device_counts": 365, "stop_counts": 2028 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103163, 40.039196 ], [ -75.099539, 40.042241 ], [ -75.098357, 40.043483 ], [ -75.096603, 40.042487 ], [ -75.101572, 40.038293 ], [ -75.103163, 40.039196 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149001", "device_counts": 574, "stop_counts": 1802 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175344, 39.982517 ], [ -75.174991, 39.98246 ], [ -75.174771, 39.982444 ], [ -75.172161, 39.9821 ], [ -75.172503, 39.980592 ], [ -75.172799, 39.97916 ], [ -75.174393, 39.97938 ], [ -75.175989, 39.979572 ], [ -75.175344, 39.982517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151021", "device_counts": 775, "stop_counts": 3124 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179043, 39.987154 ], [ -75.178616, 39.989179 ], [ -75.177206, 39.988991 ], [ -75.175803, 39.988812 ], [ -75.174665, 39.988427 ], [ -75.174044, 39.988507 ], [ -75.174361, 39.987024 ], [ -75.174694, 39.985506 ], [ -75.175026, 39.98402 ], [ -75.175047, 39.983956 ], [ -75.175344, 39.982517 ], [ -75.176933, 39.982713 ], [ -75.178535, 39.982919 ], [ -75.178118, 39.984769 ], [ -75.180258, 39.986345 ], [ -75.179043, 39.987154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151011", "device_counts": 320, "stop_counts": 1426 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187382, 39.98713 ], [ -75.185719, 39.986919 ], [ -75.184136, 39.986721 ], [ -75.184794, 39.983706 ], [ -75.188033, 39.984126 ], [ -75.187382, 39.98713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377003", "device_counts": 323, "stop_counts": 975 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148109, 39.983604 ], [ -75.147766, 39.98519 ], [ -75.146102, 39.984978 ], [ -75.146769, 39.981893 ], [ -75.148437, 39.98211 ], [ -75.148109, 39.983604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010023001", "device_counts": 1294, "stop_counts": 2341 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167303, 39.935695 ], [ -75.167083, 39.936742 ], [ -75.167019, 39.936737 ], [ -75.161678, 39.935849 ], [ -75.160199, 39.9356 ], [ -75.160437, 39.934549 ], [ -75.167236, 39.935685 ], [ -75.167303, 39.935695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028024", "device_counts": 1095, "stop_counts": 2961 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163504, 39.92983 ], [ -75.161047, 39.931817 ], [ -75.161428, 39.930017 ], [ -75.161881, 39.927985 ], [ -75.165005, 39.92855 ], [ -75.163504, 39.92983 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029002", "device_counts": 1159, "stop_counts": 2176 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168689, 39.929256 ], [ -75.168423, 39.930465 ], [ -75.16815, 39.931701 ], [ -75.165968, 39.931427 ], [ -75.166246, 39.930207 ], [ -75.166507, 39.929037 ], [ -75.168567, 39.929252 ], [ -75.168689, 39.929256 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030012", "device_counts": 1026, "stop_counts": 2274 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171137, 39.928329 ], [ -75.170891, 39.929552 ], [ -75.168689, 39.929256 ], [ -75.168956, 39.928035 ], [ -75.169228, 39.926806 ], [ -75.171397, 39.927104 ], [ -75.171137, 39.928329 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031003", "device_counts": 411, "stop_counts": 1314 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176606, 39.930285 ], [ -75.175032, 39.930087 ], [ -75.175289, 39.928867 ], [ -75.178445, 39.929271 ], [ -75.176606, 39.930285 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032005", "device_counts": 446, "stop_counts": 1827 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188115, 39.933014 ], [ -75.184705, 39.932584 ], [ -75.18524, 39.930146 ], [ -75.188636, 39.930583 ], [ -75.188115, 39.933014 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036004", "device_counts": 490, "stop_counts": 2646 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.197537, 39.934232 ], [ -75.194408, 39.933822 ], [ -75.192826, 39.933628 ], [ -75.193353, 39.931185 ], [ -75.192322, 39.931054 ], [ -75.191783, 39.930982 ], [ -75.192047, 39.929756 ], [ -75.193621, 39.929965 ], [ -75.196486, 39.930309 ], [ -75.197537, 39.934232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096003", "device_counts": 640, "stop_counts": 1922 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246425, 39.964276 ], [ -75.242406, 39.963779 ], [ -75.242735, 39.962202 ], [ -75.246753, 39.962705 ], [ -75.246425, 39.964276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098012", "device_counts": 1905, "stop_counts": 5796 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.269257, 39.980186 ], [ -75.268293, 39.978967 ], [ -75.263054, 39.975749 ], [ -75.264257, 39.974419 ], [ -75.265558, 39.975641 ], [ -75.267588, 39.974662 ], [ -75.271309, 39.979275 ], [ -75.269257, 39.980186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101005", "device_counts": 1229, "stop_counts": 2769 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246935, 39.972111 ], [ -75.244885, 39.971854 ], [ -75.243788, 39.971723 ], [ -75.244416, 39.968706 ], [ -75.246531, 39.968967 ], [ -75.247518, 39.969093 ], [ -75.246935, 39.972111 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102001", "device_counts": 448, "stop_counts": 1175 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235697, 39.970336 ], [ -75.234203, 39.9705 ], [ -75.232573, 39.970683 ], [ -75.232228, 39.968829 ], [ -75.235356, 39.968509 ], [ -75.235697, 39.970336 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105003", "device_counts": 1039, "stop_counts": 2928 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.216181, 39.962546 ], [ -75.216376, 39.964094 ], [ -75.213228, 39.964331 ], [ -75.21365, 39.967696 ], [ -75.211231, 39.967879 ], [ -75.21056, 39.962571 ], [ -75.21306, 39.962577 ], [ -75.214018, 39.958643 ], [ -75.217002, 39.959015 ], [ -75.216181, 39.962546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108005", "device_counts": 301, "stop_counts": 1078 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.20264, 39.965169 ], [ -75.197832, 39.965697 ], [ -75.197519, 39.964025 ], [ -75.202334, 39.963495 ], [ -75.20264, 39.965169 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110002", "device_counts": 514, "stop_counts": 1369 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213469, 39.977791 ], [ -75.209321, 39.97625 ], [ -75.210123, 39.975067 ], [ -75.208903, 39.974618 ], [ -75.209114, 39.974321 ], [ -75.209976, 39.974242 ], [ -75.209834, 39.973505 ], [ -75.212211, 39.973242 ], [ -75.213469, 39.977791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112001", "device_counts": 247, "stop_counts": 987 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231783, 39.976852 ], [ -75.229855, 39.977069 ], [ -75.229266, 39.973926 ], [ -75.231194, 39.973709 ], [ -75.231783, 39.976852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114003", "device_counts": 314, "stop_counts": 819 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.241574, 39.978799 ], [ -75.239124, 39.979069 ], [ -75.238891, 39.977818 ], [ -75.23857, 39.976101 ], [ -75.241013, 39.975833 ], [ -75.241574, 39.978799 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118004", "device_counts": 441, "stop_counts": 1022 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238184, 39.986061 ], [ -75.237176, 39.986439 ], [ -75.23703, 39.985619 ], [ -75.234774, 39.986089 ], [ -75.234703, 39.985307 ], [ -75.234186, 39.983702 ], [ -75.23724, 39.98484 ], [ -75.240153, 39.985213 ], [ -75.238184, 39.986061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119002", "device_counts": 404, "stop_counts": 1626 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228801, 39.982326 ], [ -75.229911, 39.987936 ], [ -75.228123, 39.988356 ], [ -75.227054, 39.989209 ], [ -75.226577, 39.989221 ], [ -75.225891, 39.988131 ], [ -75.228792, 39.980705 ], [ -75.2301, 39.981556 ], [ -75.228801, 39.982326 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010121002", "device_counts": 1256, "stop_counts": 4599 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227462, 40.000746 ], [ -75.226402, 40.001255 ], [ -75.223637, 39.999066 ], [ -75.219551, 39.999839 ], [ -75.217994, 39.994223 ], [ -75.220317, 39.990286 ], [ -75.225109, 39.987582 ], [ -75.225891, 39.988131 ], [ -75.225662, 39.991469 ], [ -75.225664, 39.995848 ], [ -75.226563, 39.999216 ], [ -75.227462, 40.000746 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125003", "device_counts": 10168, "stop_counts": 17653 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183323, 39.964374 ], [ -75.17786, 39.964555 ], [ -75.175984, 39.964208 ], [ -75.173374, 39.961668 ], [ -75.171583, 39.960795 ], [ -75.172002, 39.959007 ], [ -75.179937, 39.960028 ], [ -75.181601, 39.962006 ], [ -75.183323, 39.964374 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135002", "device_counts": 494, "stop_counts": 1011 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170997, 39.969227 ], [ -75.17055, 39.97157 ], [ -75.169274, 39.971406 ], [ -75.170177, 39.96725 ], [ -75.171344, 39.967275 ], [ -75.170997, 39.969227 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136021", "device_counts": 313, "stop_counts": 776 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178108, 39.972509 ], [ -75.177862, 39.97248 ], [ -75.175948, 39.972232 ], [ -75.17646, 39.96991 ], [ -75.178056, 39.970112 ], [ -75.178606, 39.97018 ], [ -75.178108, 39.972509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137001", "device_counts": 442, "stop_counts": 1298 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184439, 39.977788 ], [ -75.181755, 39.977444 ], [ -75.182327, 39.975143 ], [ -75.184945, 39.975479 ], [ -75.184439, 39.977788 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157001", "device_counts": 626, "stop_counts": 1832 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138137, 39.982312 ], [ -75.137443, 39.982223 ], [ -75.13578, 39.982009 ], [ -75.132881, 39.981631 ], [ -75.13319, 39.980134 ], [ -75.133733, 39.980208 ], [ -75.136105, 39.980514 ], [ -75.136423, 39.97902 ], [ -75.138768, 39.979323 ], [ -75.138137, 39.982312 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158002", "device_counts": 437, "stop_counts": 1523 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129573, 39.975894 ], [ -75.128628, 39.977533 ], [ -75.127401, 39.976845 ], [ -75.126136, 39.976082 ], [ -75.125201, 39.975558 ], [ -75.128693, 39.974284 ], [ -75.129573, 39.975894 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160002", "device_counts": 700, "stop_counts": 1720 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128628, 39.977533 ], [ -75.125593, 39.979124 ], [ -75.125018, 39.979426 ], [ -75.124193, 39.9785 ], [ -75.123334, 39.977514 ], [ -75.126136, 39.976082 ], [ -75.127401, 39.976845 ], [ -75.128628, 39.977533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164004", "device_counts": 519, "stop_counts": 1260 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147542, 39.989863 ], [ -75.143668, 39.989365 ], [ -75.142846, 39.989257 ], [ -75.140861, 39.989001 ], [ -75.14152, 39.986016 ], [ -75.1435, 39.986275 ], [ -75.145126, 39.986485 ], [ -75.147542, 39.989863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167013", "device_counts": 437, "stop_counts": 1547 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1635, 39.990401 ], [ -75.161948, 39.990185 ], [ -75.160365, 39.989991 ], [ -75.160695, 39.988495 ], [ -75.161032, 39.986907 ], [ -75.164184, 39.987311 ], [ -75.1635, 39.990401 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039014", "device_counts": 1711, "stop_counts": 4721 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176295, 39.92425 ], [ -75.176088, 39.925198 ], [ -75.175741, 39.92685 ], [ -75.175562, 39.927642 ], [ -75.173426, 39.927363 ], [ -75.172416, 39.927232 ], [ -75.172945, 39.924836 ], [ -75.173226, 39.923556 ], [ -75.176361, 39.92396 ], [ -75.176295, 39.92425 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172011", "device_counts": 756, "stop_counts": 1838 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170087, 39.999116 ], [ -75.169754, 40.000622 ], [ -75.166562, 40.000199 ], [ -75.167215, 39.997197 ], [ -75.17042, 39.997618 ], [ -75.170087, 39.999116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175004", "device_counts": 391, "stop_counts": 1201 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14708, 39.996143 ], [ -75.143792, 39.995715 ], [ -75.141495, 39.995422 ], [ -75.14183, 39.993929 ], [ -75.147461, 39.994656 ], [ -75.14708, 39.996143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177024", "device_counts": 529, "stop_counts": 2236 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126054, 39.994957 ], [ -75.125737, 39.996451 ], [ -75.121617, 39.99592 ], [ -75.122221, 39.992929 ], [ -75.123212, 39.993054 ], [ -75.126374, 39.993462 ], [ -75.126054, 39.994957 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179001", "device_counts": 288, "stop_counts": 1112 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.11674, 39.98673 ], [ -75.113492, 39.988768 ], [ -75.113123, 39.988217 ], [ -75.112356, 39.98702 ], [ -75.111887, 39.986296 ], [ -75.114934, 39.984697 ], [ -75.115224, 39.985018 ], [ -75.115524, 39.985365 ], [ -75.11674, 39.98673 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180021", "device_counts": 696, "stop_counts": 3073 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105915, 39.988037 ], [ -75.105064, 39.987073 ], [ -75.103366, 39.985129 ], [ -75.102999, 39.98472 ], [ -75.105437, 39.983452 ], [ -75.108359, 39.986753 ], [ -75.105915, 39.988037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183001", "device_counts": 1198, "stop_counts": 6223 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079364, 39.994264 ], [ -75.073491, 39.997297 ], [ -75.072513, 39.996193 ], [ -75.069049, 39.999566 ], [ -75.065419, 39.995046 ], [ -75.066765, 39.99318 ], [ -75.071834, 39.99042 ], [ -75.064645979616898, 39.985641523490607 ], [ -75.067664096638595, 39.983171324838914 ], [ -75.078288, 39.990945 ], [ -75.080785, 39.993572 ], [ -75.079364, 39.994264 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188006", "device_counts": 693, "stop_counts": 1956 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.110983, 39.997801 ], [ -75.109848, 39.998436 ], [ -75.107775, 39.996084 ], [ -75.106215, 39.996224 ], [ -75.108487, 39.994991 ], [ -75.109617, 39.995123 ], [ -75.111558, 39.997475 ], [ -75.110983, 39.997801 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037021", "device_counts": 1557, "stop_counts": 5306 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183295, 39.923575 ], [ -75.182243, 39.923442 ], [ -75.181698, 39.925924 ], [ -75.181159, 39.92585 ], [ -75.179242, 39.925606 ], [ -75.176088, 39.925198 ], [ -75.176295, 39.92425 ], [ -75.179651, 39.923652 ], [ -75.180313, 39.92354 ], [ -75.181424, 39.923337 ], [ -75.181703, 39.92329 ], [ -75.183434, 39.922939 ], [ -75.183295, 39.923575 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039022", "device_counts": 1870, "stop_counts": 6385 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175217, 39.915653 ], [ -75.174302, 39.918562 ], [ -75.171122, 39.918152 ], [ -75.171423, 39.916757 ], [ -75.171877, 39.914256 ], [ -75.175394, 39.914691 ], [ -75.175217, 39.915653 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041011", "device_counts": 986, "stop_counts": 2855 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158192, 39.922891 ], [ -75.157666, 39.925313 ], [ -75.156095, 39.925103 ], [ -75.154526, 39.924895 ], [ -75.155056, 39.922495 ], [ -75.155233, 39.921686 ], [ -75.158363, 39.922092 ], [ -75.158192, 39.922891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041013", "device_counts": 1134, "stop_counts": 3428 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162876, 39.923489 ], [ -75.158192, 39.922891 ], [ -75.158363, 39.922092 ], [ -75.159904, 39.922287 ], [ -75.160275, 39.920611 ], [ -75.163412, 39.921015 ], [ -75.162876, 39.923489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041024", "device_counts": 718, "stop_counts": 3406 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163412, 39.921015 ], [ -75.160275, 39.920611 ], [ -75.160826, 39.918116 ], [ -75.161362, 39.918177 ], [ -75.163956, 39.918518 ], [ -75.163412, 39.921015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041022", "device_counts": 1775, "stop_counts": 6928 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161362, 39.918177 ], [ -75.160826, 39.918116 ], [ -75.156139, 39.917515 ], [ -75.156708, 39.914869 ], [ -75.159844, 39.915286 ], [ -75.161956, 39.915546 ], [ -75.161362, 39.918177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055002", "device_counts": 359, "stop_counts": 1815 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248751, 39.909248 ], [ -75.246021, 39.911148 ], [ -75.243939, 39.910021 ], [ -75.242832, 39.911272 ], [ -75.241558, 39.907257 ], [ -75.244247, 39.908271 ], [ -75.247414, 39.906162 ], [ -75.246275, 39.90746 ], [ -75.248751, 39.909248 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060002", "device_counts": 706, "stop_counts": 2542 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238529, 39.908213 ], [ -75.231662, 39.912252 ], [ -75.230417, 39.911046 ], [ -75.231964, 39.909874 ], [ -75.235164, 39.906453 ], [ -75.237281, 39.908241 ], [ -75.238529, 39.908213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064001", "device_counts": 434, "stop_counts": 1776 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242972, 39.93094 ], [ -75.237726, 39.92932 ], [ -75.235478, 39.928877 ], [ -75.236986, 39.927821 ], [ -75.235594, 39.92664 ], [ -75.236833, 39.925765 ], [ -75.239493, 39.928024 ], [ -75.238729, 39.928585 ], [ -75.239873, 39.928824 ], [ -75.239625, 39.92957 ], [ -75.241996, 39.930036 ], [ -75.242254, 39.929287 ], [ -75.243254, 39.92947 ], [ -75.242972, 39.93094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065001", "device_counts": 328, "stop_counts": 1142 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231533, 39.933634 ], [ -75.228533, 39.935732 ], [ -75.227252, 39.934661 ], [ -75.230248, 39.932551 ], [ -75.231276, 39.931827 ], [ -75.232567, 39.932912 ], [ -75.231533, 39.933634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066001", "device_counts": 1718, "stop_counts": 4953 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230654, 39.928158 ], [ -75.229222, 39.929172 ], [ -75.227589, 39.930313 ], [ -75.230248, 39.932551 ], [ -75.227252, 39.934661 ], [ -75.224592, 39.93241 ], [ -75.222696, 39.930808 ], [ -75.22278, 39.930749 ], [ -75.227309, 39.927571 ], [ -75.22869, 39.926602 ], [ -75.2294, 39.927156 ], [ -75.230654, 39.928158 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139001", "device_counts": 209, "stop_counts": 1041 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174393, 39.97938 ], [ -75.172799, 39.97916 ], [ -75.171213, 39.978952 ], [ -75.171813, 39.976164 ], [ -75.173414, 39.976363 ], [ -75.173126, 39.97775 ], [ -75.174393, 39.97938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010143002", "device_counts": 401, "stop_counts": 1067 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129432, 39.970543 ], [ -75.127716, 39.971081 ], [ -75.127102, 39.97135 ], [ -75.125899, 39.971765 ], [ -75.124954, 39.969879 ], [ -75.126008, 39.969362 ], [ -75.126535, 39.970303 ], [ -75.127225, 39.970029 ], [ -75.127301, 39.968823 ], [ -75.12899, 39.967518 ], [ -75.130452, 39.970189 ], [ -75.129432, 39.970543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245003", "device_counts": 822, "stop_counts": 3446 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164809, 40.036452 ], [ -75.16405, 40.036816 ], [ -75.162752, 40.037499 ], [ -75.162077, 40.038163 ], [ -75.158341, 40.042021 ], [ -75.158363, 40.036346 ], [ -75.158834, 40.035884 ], [ -75.159601, 40.035137 ], [ -75.162906, 40.031923 ], [ -75.164571, 40.032912 ], [ -75.16298, 40.036142 ], [ -75.165094, 40.036234 ], [ -75.164809, 40.036452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246003", "device_counts": 1567, "stop_counts": 4419 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177757, 40.039401 ], [ -75.17573, 40.041333 ], [ -75.173355, 40.04362 ], [ -75.172201, 40.042922 ], [ -75.174567, 40.040638 ], [ -75.172027, 40.039141 ], [ -75.17206, 40.038118 ], [ -75.171368, 40.037315 ], [ -75.172726, 40.035986 ], [ -75.173951, 40.035193 ], [ -75.175208, 40.036232 ], [ -75.176428, 40.037794 ], [ -75.177629, 40.039229 ], [ -75.177757, 40.039401 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247005", "device_counts": 566, "stop_counts": 1959 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172027, 40.039141 ], [ -75.170855, 40.040445 ], [ -75.169492, 40.044531 ], [ -75.167207, 40.043149 ], [ -75.165819, 40.042309 ], [ -75.166622, 40.040379 ], [ -75.168911, 40.03847 ], [ -75.170588, 40.0381 ], [ -75.171368, 40.037315 ], [ -75.17206, 40.038118 ], [ -75.172027, 40.039141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252005", "device_counts": 284, "stop_counts": 1055 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176247, 40.047752 ], [ -75.17326, 40.050667 ], [ -75.172888, 40.050431 ], [ -75.171755, 40.048359 ], [ -75.171536, 40.047888 ], [ -75.173686, 40.045803 ], [ -75.174713, 40.046823 ], [ -75.176247, 40.047752 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253003", "device_counts": 552, "stop_counts": 1351 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186535, 40.056209 ], [ -75.184472, 40.054919 ], [ -75.182944, 40.053989 ], [ -75.181906, 40.053341 ], [ -75.184693, 40.050641 ], [ -75.185221, 40.051585 ], [ -75.185287, 40.051743 ], [ -75.187306, 40.055484 ], [ -75.186535, 40.056209 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253001", "device_counts": 333, "stop_counts": 1242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180252, 40.054955 ], [ -75.18052, 40.055118 ], [ -75.179017, 40.05658 ], [ -75.175743, 40.054577 ], [ -75.177193, 40.05308 ], [ -75.177983, 40.05356 ], [ -75.179616, 40.051956 ], [ -75.181906, 40.053341 ], [ -75.180252, 40.054955 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257001", "device_counts": 1633, "stop_counts": 4520 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199361, 40.075928 ], [ -75.197601, 40.077991 ], [ -75.189117, 40.073124 ], [ -75.190594, 40.071973 ], [ -75.193222, 40.06909 ], [ -75.196263, 40.073051 ], [ -75.199496, 40.07547 ], [ -75.199361, 40.075928 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259002", "device_counts": 199, "stop_counts": 722 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176145, 40.079288 ], [ -75.175627, 40.07984 ], [ -75.172621, 40.078103 ], [ -75.174171, 40.076549 ], [ -75.177137, 40.078269 ], [ -75.176145, 40.079288 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261002", "device_counts": 1059, "stop_counts": 2703 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180482, 40.070191 ], [ -75.178918, 40.069175 ], [ -75.174044, 40.067381 ], [ -75.173459, 40.067054 ], [ -75.175327, 40.065216 ], [ -75.176526, 40.065896 ], [ -75.181751, 40.068902 ], [ -75.180482, 40.070191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348012", "device_counts": 1661, "stop_counts": 7155 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024818, 40.060286 ], [ -75.021992, 40.063113 ], [ -75.021185, 40.061691 ], [ -75.020575, 40.061252 ], [ -75.019815, 40.060783 ], [ -75.014444, 40.057424 ], [ -75.012828, 40.056404 ], [ -75.019047, 40.056391 ], [ -75.022122, 40.056373 ], [ -75.024345, 40.05644 ], [ -75.024701, 40.057278 ], [ -75.024818, 40.060286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264004", "device_counts": 282, "stop_counts": 1032 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162018, 40.063095 ], [ -75.160688, 40.064468 ], [ -75.158621, 40.063281 ], [ -75.161105, 40.060726 ], [ -75.163166, 40.061911 ], [ -75.162018, 40.063095 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265002", "device_counts": 330, "stop_counts": 1493 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158413, 40.059181 ], [ -75.15642, 40.061234 ], [ -75.15597, 40.060525 ], [ -75.15175, 40.06222 ], [ -75.151141, 40.061326 ], [ -75.153763, 40.060098 ], [ -75.152752, 40.05859 ], [ -75.154904, 40.057595 ], [ -75.156168, 40.057019 ], [ -75.157371, 40.058584 ], [ -75.158413, 40.059181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266001", "device_counts": 450, "stop_counts": 1257 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148107, 40.060903 ], [ -75.147649, 40.06301 ], [ -75.146051, 40.062926 ], [ -75.145187, 40.066692 ], [ -75.143117, 40.065493 ], [ -75.140709, 40.064133 ], [ -75.14117, 40.063012 ], [ -75.142182, 40.058424 ], [ -75.142292, 40.057941 ], [ -75.143167, 40.058143 ], [ -75.145445, 40.058254 ], [ -75.149219, 40.058432 ], [ -75.148107, 40.060903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267007", "device_counts": 609, "stop_counts": 1950 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149219, 40.058432 ], [ -75.145445, 40.058254 ], [ -75.146002, 40.055765 ], [ -75.149478, 40.056217 ], [ -75.149219, 40.058432 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268003", "device_counts": 1172, "stop_counts": 3007 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143571, 40.052297 ], [ -75.143189, 40.05381 ], [ -75.142849, 40.055357 ], [ -75.142292, 40.057941 ], [ -75.142182, 40.058424 ], [ -75.140544, 40.058209 ], [ -75.139067, 40.058017 ], [ -75.141106, 40.054608 ], [ -75.141443, 40.054208 ], [ -75.14156, 40.053599 ], [ -75.142214, 40.050563 ], [ -75.143841, 40.050771 ], [ -75.143571, 40.052297 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272001", "device_counts": 437, "stop_counts": 1434 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117104, 40.050304 ], [ -75.112363, 40.047563 ], [ -75.112588, 40.04638 ], [ -75.117478, 40.048927 ], [ -75.117104, 40.050304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272003", "device_counts": 1058, "stop_counts": 3425 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122776, 40.049613 ], [ -75.122147, 40.053177 ], [ -75.118652, 40.051186 ], [ -75.117104, 40.050304 ], [ -75.117478, 40.048927 ], [ -75.118503, 40.049061 ], [ -75.119454, 40.04448 ], [ -75.121432, 40.044731 ], [ -75.123566, 40.044993 ], [ -75.122776, 40.049613 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273005", "device_counts": 313, "stop_counts": 1332 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122078, 40.041664 ], [ -75.121754, 40.04317 ], [ -75.119782, 40.042926 ], [ -75.120103, 40.041417 ], [ -75.120434, 40.039886 ], [ -75.12281, 40.040181 ], [ -75.122078, 40.041664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274023", "device_counts": 749, "stop_counts": 1876 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126977, 40.039155 ], [ -75.124744, 40.038876 ], [ -75.123535, 40.038719 ], [ -75.123686, 40.037144 ], [ -75.12386, 40.035562 ], [ -75.127641, 40.036063 ], [ -75.126977, 40.039155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306003", "device_counts": 957, "stop_counts": 2269 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.098017, 40.047096 ], [ -75.095623, 40.049584 ], [ -75.094593, 40.050655 ], [ -75.094183, 40.051071 ], [ -75.092242, 40.049978 ], [ -75.095999, 40.046002 ], [ -75.098017, 40.047096 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306001", "device_counts": 1184, "stop_counts": 3905 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091268, 40.048083 ], [ -75.091416, 40.049543 ], [ -75.091173, 40.051098 ], [ -75.088873, 40.050674 ], [ -75.088344, 40.051235 ], [ -75.087804, 40.051795 ], [ -75.085989, 40.050878 ], [ -75.086165, 40.050024 ], [ -75.086975, 40.048567 ], [ -75.088312, 40.045514 ], [ -75.091098, 40.04706 ], [ -75.091859, 40.047485 ], [ -75.091268, 40.048083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308001", "device_counts": 242, "stop_counts": 1097 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.08498, 40.058893 ], [ -75.078631, 40.055357 ], [ -75.079814, 40.054084 ], [ -75.081865, 40.055214 ], [ -75.083654, 40.056213 ], [ -75.085676, 40.057208 ], [ -75.08498, 40.058893 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310001", "device_counts": 874, "stop_counts": 2784 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069721, 40.053284 ], [ -75.068503, 40.05259 ], [ -75.066045, 40.051181 ], [ -75.068475, 40.048729 ], [ -75.072108, 40.050765 ], [ -75.069721, 40.053284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311012", "device_counts": 620, "stop_counts": 1702 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078996, 40.043455 ], [ -75.075452, 40.041477 ], [ -75.076652, 40.040257 ], [ -75.080164, 40.042213 ], [ -75.078996, 40.043455 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313004", "device_counts": 1225, "stop_counts": 3199 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076652, 40.040257 ], [ -75.075452, 40.041477 ], [ -75.075032, 40.04194 ], [ -75.073836, 40.043174 ], [ -75.071813, 40.042033 ], [ -75.072996, 40.040803 ], [ -75.075336, 40.038281 ], [ -75.077394, 40.039464 ], [ -75.076652, 40.040257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314022", "device_counts": 1128, "stop_counts": 3000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06434, 40.041676 ], [ -75.063143, 40.042901 ], [ -75.061075, 40.041761 ], [ -75.058555, 40.040311 ], [ -75.059801, 40.039152 ], [ -75.061043, 40.037981 ], [ -75.06558, 40.040442 ], [ -75.06434, 40.041676 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314021", "device_counts": 1814, "stop_counts": 3357 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058858, 40.044338 ], [ -75.057048, 40.04603 ], [ -75.054287, 40.044448 ], [ -75.055946, 40.042831 ], [ -75.058555, 40.040311 ], [ -75.061075, 40.041761 ], [ -75.058858, 40.044338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315021", "device_counts": 4169, "stop_counts": 10929 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059801, 40.039152 ], [ -75.058555, 40.040311 ], [ -75.055946, 40.042831 ], [ -75.053865, 40.041545 ], [ -75.055055, 40.040279 ], [ -75.0518, 40.038476 ], [ -75.053584, 40.036574 ], [ -75.056848, 40.03839 ], [ -75.058568, 40.036548 ], [ -75.061043, 40.037981 ], [ -75.059801, 40.039152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315011", "device_counts": 1301, "stop_counts": 3416 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045806, 40.039579 ], [ -75.044192, 40.03866 ], [ -75.042536, 40.037722 ], [ -75.04086, 40.036757 ], [ -75.043199, 40.035544 ], [ -75.045778, 40.036986 ], [ -75.047405, 40.037892 ], [ -75.045806, 40.039579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316007", "device_counts": 3914, "stop_counts": 9576 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064362, 40.036306 ], [ -75.062463, 40.036912 ], [ -75.061043, 40.037981 ], [ -75.058568, 40.036548 ], [ -75.060338, 40.034685 ], [ -75.0621, 40.032813 ], [ -75.063188, 40.031566 ], [ -75.064362, 40.036306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318003", "device_counts": 214, "stop_counts": 1175 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079443, 40.031051 ], [ -75.078277, 40.032301 ], [ -75.076783, 40.031474 ], [ -75.077661, 40.030054 ], [ -75.07908, 40.028552 ], [ -75.080866, 40.029556 ], [ -75.079443, 40.031051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320005", "device_counts": 858, "stop_counts": 2555 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.062394, 40.027444 ], [ -75.062207, 40.027471 ], [ -75.059227, 40.027909 ], [ -75.057594, 40.026031 ], [ -75.057806, 40.025174 ], [ -75.059761, 40.024161 ], [ -75.062419, 40.027136 ], [ -75.062394, 40.027444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321002", "device_counts": 397, "stop_counts": 1892 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059304, 40.017638 ], [ -75.055687, 40.019504 ], [ -75.053922, 40.017488 ], [ -75.057542, 40.015615 ], [ -75.059304, 40.017638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325001", "device_counts": 1023, "stop_counts": 2746 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048574, 40.032982 ], [ -75.047718, 40.033301 ], [ -75.04677, 40.033683 ], [ -75.045554, 40.032261 ], [ -75.044655, 40.031231 ], [ -75.04744, 40.029792 ], [ -75.048355, 40.029324 ], [ -75.050972, 40.032324 ], [ -75.048574, 40.032982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326004", "device_counts": 441, "stop_counts": 2012 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.043304, 40.029688 ], [ -75.041188, 40.030786 ], [ -75.03733, 40.032782 ], [ -75.036906, 40.032252 ], [ -75.036055, 40.031206 ], [ -75.0387, 40.029839 ], [ -75.041957, 40.028152 ], [ -75.042858, 40.029185 ], [ -75.043304, 40.029688 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330006", "device_counts": 1005, "stop_counts": 2566 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040594, 40.036859 ], [ -75.039289, 40.03734 ], [ -75.03728, 40.035045 ], [ -75.035488, 40.03299 ], [ -75.036906, 40.032252 ], [ -75.03733, 40.032782 ], [ -75.038616, 40.034355 ], [ -75.039473, 40.035404 ], [ -75.040594, 40.036859 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331022", "device_counts": 693, "stop_counts": 3227 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.030535, 40.044372 ], [ -75.02654, 40.045822 ], [ -75.02603, 40.043117 ], [ -75.02562, 40.042322 ], [ -75.028257, 40.041363 ], [ -75.030535, 40.044372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331012", "device_counts": 2018, "stop_counts": 5878 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041692, 40.038218 ], [ -75.03836, 40.039695 ], [ -75.036639, 40.04046 ], [ -75.035726, 40.040863 ], [ -75.034423, 40.03912 ], [ -75.035331, 40.038788 ], [ -75.036276, 40.038441 ], [ -75.039289, 40.03734 ], [ -75.040594, 40.036859 ], [ -75.04086, 40.036757 ], [ -75.042536, 40.037722 ], [ -75.041692, 40.038218 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067005", "device_counts": 591, "stop_counts": 2753 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22869, 39.926602 ], [ -75.226681, 39.927543 ], [ -75.22484, 39.926055 ], [ -75.225832, 39.925361 ], [ -75.22444, 39.924188 ], [ -75.22495, 39.923838 ], [ -75.226319, 39.922867 ], [ -75.226761, 39.923242 ], [ -75.229818, 39.925811 ], [ -75.22869, 39.926602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009012", "device_counts": 5384, "stop_counts": 11436 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164845, 39.946999 ], [ -75.164752, 39.947424 ], [ -75.164338, 39.949346 ], [ -75.164265, 39.94934 ], [ -75.162114, 39.94908 ], [ -75.162627, 39.946713 ], [ -75.163648, 39.946836 ], [ -75.164772, 39.946983 ], [ -75.164845, 39.946999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012022", "device_counts": 1162, "stop_counts": 2505 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171488, 39.946353 ], [ -75.166767, 39.945768 ], [ -75.168443, 39.945524 ], [ -75.168762, 39.94405 ], [ -75.171906, 39.944443 ], [ -75.171488, 39.946353 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069003", "device_counts": 423, "stop_counts": 1407 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221287, 39.931789 ], [ -75.217058, 39.934733 ], [ -75.215778, 39.935624 ], [ -75.213893, 39.935906 ], [ -75.215569, 39.933489 ], [ -75.215858, 39.933066 ], [ -75.218984, 39.932331 ], [ -75.220628, 39.931175 ], [ -75.219232, 39.930016 ], [ -75.220588, 39.929047 ], [ -75.222696, 39.930808 ], [ -75.221287, 39.931789 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069002", "device_counts": 435, "stop_counts": 1308 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220628, 39.931175 ], [ -75.218984, 39.932331 ], [ -75.215858, 39.933066 ], [ -75.218389, 39.929335 ], [ -75.216769, 39.928686 ], [ -75.214825, 39.929799 ], [ -75.216768, 39.926956 ], [ -75.21931, 39.928012 ], [ -75.220588, 39.929047 ], [ -75.219232, 39.930016 ], [ -75.220628, 39.931175 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071023", "device_counts": 301, "stop_counts": 1162 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229077, 39.940637 ], [ -75.226334, 39.942562 ], [ -75.225508, 39.941871 ], [ -75.224607, 39.941109 ], [ -75.224113, 39.940691 ], [ -75.22548, 39.939725 ], [ -75.226854, 39.938767 ], [ -75.229077, 39.940637 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071025", "device_counts": 222, "stop_counts": 1070 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233632, 39.940292 ], [ -75.231676, 39.941671 ], [ -75.230928, 39.942194 ], [ -75.229528, 39.941018 ], [ -75.229077, 39.940637 ], [ -75.231766, 39.93846 ], [ -75.23242, 39.938995 ], [ -75.233632, 39.940292 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072006", "device_counts": 1529, "stop_counts": 3852 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240052, 39.945917 ], [ -75.235917, 39.946793 ], [ -75.235822, 39.946835 ], [ -75.235049, 39.946992 ], [ -75.233604, 39.947351 ], [ -75.233718, 39.944559 ], [ -75.234474, 39.944027 ], [ -75.235219, 39.943494 ], [ -75.237132, 39.943237 ], [ -75.238875, 39.94468 ], [ -75.240266, 39.945866 ], [ -75.240052, 39.945917 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073002", "device_counts": 187, "stop_counts": 654 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22498, 39.943534 ], [ -75.22361, 39.944505 ], [ -75.222759, 39.943806 ], [ -75.221367, 39.942626 ], [ -75.220175, 39.941602 ], [ -75.221545, 39.940652 ], [ -75.222753, 39.941654 ], [ -75.224129, 39.942836 ], [ -75.22498, 39.943534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010077001", "device_counts": 1248, "stop_counts": 3581 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21292, 39.949065 ], [ -75.209259, 39.949541 ], [ -75.208044, 39.949748 ], [ -75.205759, 39.949832 ], [ -75.205656, 39.948053 ], [ -75.207046, 39.946754 ], [ -75.208387, 39.945651 ], [ -75.208733, 39.946839 ], [ -75.210103, 39.946697 ], [ -75.211389, 39.947796 ], [ -75.21292, 39.949065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079002", "device_counts": 791, "stop_counts": 2034 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218833, 39.950273 ], [ -75.218676, 39.951032 ], [ -75.214691, 39.950542 ], [ -75.212716, 39.950292 ], [ -75.21292, 39.949065 ], [ -75.217121, 39.94861 ], [ -75.219234, 39.948368 ], [ -75.218833, 39.950273 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081024", "device_counts": 566, "stop_counts": 2289 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234856, 39.951444 ], [ -75.234531, 39.953 ], [ -75.230323, 39.952475 ], [ -75.230793, 39.950172 ], [ -75.230959, 39.949438 ], [ -75.235165, 39.949953 ], [ -75.234856, 39.951444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082002", "device_counts": 239, "stop_counts": 1047 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243381, 39.949411 ], [ -75.24323, 39.950172 ], [ -75.239232, 39.949923 ], [ -75.23943, 39.948931 ], [ -75.239641, 39.947932 ], [ -75.243536, 39.948659 ], [ -75.243381, 39.949411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176011", "device_counts": 394, "stop_counts": 1193 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138713, 39.998891 ], [ -75.13191, 39.995754 ], [ -75.132367, 39.995776 ], [ -75.134444, 39.996049 ], [ -75.13735, 39.996421 ], [ -75.139199, 39.996661 ], [ -75.138713, 39.998891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083012", "device_counts": 1121, "stop_counts": 2825 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247897, 39.95724 ], [ -75.24739, 39.959662 ], [ -75.243371, 39.959166 ], [ -75.243608, 39.95802 ], [ -75.243975, 39.95626 ], [ -75.247989, 39.956758 ], [ -75.247897, 39.95724 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084005", "device_counts": 555, "stop_counts": 1490 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239909, 39.956313 ], [ -75.237934, 39.956062 ], [ -75.235997, 39.955831 ], [ -75.233984, 39.955579 ], [ -75.234212, 39.954521 ], [ -75.238166, 39.955011 ], [ -75.240137, 39.955252 ], [ -75.239909, 39.956313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085004", "device_counts": 536, "stop_counts": 1586 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231937, 39.955319 ], [ -75.226002, 39.954591 ], [ -75.226224, 39.953528 ], [ -75.229999, 39.953996 ], [ -75.232153, 39.954262 ], [ -75.231937, 39.955319 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086023", "device_counts": 854, "stop_counts": 2001 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221559, 39.956461 ], [ -75.221397, 39.957227 ], [ -75.221244, 39.957984 ], [ -75.22092, 39.959505 ], [ -75.219175, 39.959288 ], [ -75.218954, 39.95926 ], [ -75.219421, 39.956979 ], [ -75.219823, 39.955076 ], [ -75.221798, 39.955319 ], [ -75.221559, 39.956461 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091001", "device_counts": 481, "stop_counts": 1411 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199436, 39.962042 ], [ -75.197197, 39.962287 ], [ -75.194297, 39.962607 ], [ -75.194015, 39.961124 ], [ -75.198844, 39.960637 ], [ -75.199436, 39.962042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094001", "device_counts": 216, "stop_counts": 692 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23189, 39.965593 ], [ -75.22992, 39.965352 ], [ -75.230552, 39.96231 ], [ -75.232527, 39.962557 ], [ -75.23189, 39.965593 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165002", "device_counts": 209, "stop_counts": 632 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15273, 39.992072 ], [ -75.149587, 39.991665 ], [ -75.150238, 39.988684 ], [ -75.151815, 39.988886 ], [ -75.152871, 39.990551 ], [ -75.15273, 39.992072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372001", "device_counts": 2170, "stop_counts": 5339 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172294, 39.912393 ], [ -75.171877, 39.914256 ], [ -75.171423, 39.916757 ], [ -75.167681, 39.916283 ], [ -75.166914, 39.916189 ], [ -75.167462, 39.913675 ], [ -75.165081, 39.913368 ], [ -75.165482, 39.911531 ], [ -75.171928, 39.912348 ], [ -75.172294, 39.912393 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210004", "device_counts": 2690, "stop_counts": 6844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223694, 40.023712 ], [ -75.221027, 40.026228 ], [ -75.219699, 40.02614 ], [ -75.216241, 40.023419 ], [ -75.215348, 40.023903 ], [ -75.213266, 40.021301 ], [ -75.214841, 40.020594 ], [ -75.213, 40.018652 ], [ -75.214752, 40.017784 ], [ -75.218056, 40.020943 ], [ -75.219583, 40.021713 ], [ -75.222153, 40.022614 ], [ -75.223694, 40.023712 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140001", "device_counts": 3060, "stop_counts": 8556 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167421, 39.972493 ], [ -75.16722, 39.973397 ], [ -75.166463, 39.976877 ], [ -75.164888, 39.976668 ], [ -75.165461, 39.974033 ], [ -75.164069, 39.973009 ], [ -75.162507, 39.972799 ], [ -75.159237, 39.972384 ], [ -75.159442, 39.971467 ], [ -75.159702, 39.970202 ], [ -75.164555, 39.970816 ], [ -75.167703, 39.971211 ], [ -75.167421, 39.972493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010077002", "device_counts": 474, "stop_counts": 1730 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2109, 39.946153 ], [ -75.210103, 39.946697 ], [ -75.208733, 39.946839 ], [ -75.208387, 39.945651 ], [ -75.207046, 39.946754 ], [ -75.205367, 39.944994 ], [ -75.20506, 39.943624 ], [ -75.207838, 39.941286 ], [ -75.208799, 39.941644 ], [ -75.207649, 39.942475 ], [ -75.211401, 39.945802 ], [ -75.2109, 39.946153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010147001", "device_counts": 802, "stop_counts": 2738 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16616, 39.978308 ], [ -75.165849, 39.979714 ], [ -75.161134, 39.979106 ], [ -75.161443, 39.977694 ], [ -75.163006, 39.977899 ], [ -75.163325, 39.976471 ], [ -75.164888, 39.976668 ], [ -75.166463, 39.976877 ], [ -75.16616, 39.978308 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290004", "device_counts": 1484, "stop_counts": 4189 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120614, 40.027626 ], [ -75.120036, 40.028328 ], [ -75.118184, 40.030534 ], [ -75.11721, 40.030312 ], [ -75.116846, 40.028803 ], [ -75.115139, 40.029057 ], [ -75.114461, 40.026784 ], [ -75.117173, 40.026386 ], [ -75.119735, 40.026017 ], [ -75.122279, 40.02565 ], [ -75.120614, 40.027626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010386001", "device_counts": 1494, "stop_counts": 7090 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221348, 40.072432 ], [ -75.222268, 40.073056 ], [ -75.215751, 40.072877 ], [ -75.215385, 40.073257 ], [ -75.211625, 40.070754 ], [ -75.2112, 40.068809 ], [ -75.211138, 40.068318 ], [ -75.208933, 40.067015 ], [ -75.209573, 40.066375 ], [ -75.206782, 40.064755 ], [ -75.20615, 40.065376 ], [ -75.204744, 40.064538 ], [ -75.20714, 40.062139 ], [ -75.202545, 40.059884 ], [ -75.201625, 40.056796 ], [ -75.204845, 40.054823 ], [ -75.201462, 40.052316 ], [ -75.198319, 40.050328 ], [ -75.196511, 40.049188 ], [ -75.198059, 40.047739 ], [ -75.198411, 40.045827 ], [ -75.201433, 40.042404 ], [ -75.207005, 40.047063 ], [ -75.209622, 40.047047 ], [ -75.209969, 40.047081 ], [ -75.212717, 40.049239 ], [ -75.214124, 40.049661 ], [ -75.217922, 40.055271 ], [ -75.217672, 40.055359 ], [ -75.213767, 40.056678 ], [ -75.212549, 40.058425 ], [ -75.214011, 40.0571 ], [ -75.216866, 40.057179 ], [ -75.21901, 40.060468 ], [ -75.220769, 40.064065 ], [ -75.218506, 40.066949 ], [ -75.215152, 40.069139 ], [ -75.215983, 40.069557 ], [ -75.218898, 40.067813 ], [ -75.222536, 40.071328 ], [ -75.221348, 40.072432 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373001", "device_counts": 4927, "stop_counts": 11250 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177806, 39.91309 ], [ -75.172294, 39.912393 ], [ -75.171928, 39.912348 ], [ -75.169806, 39.911326 ], [ -75.17081, 39.908594 ], [ -75.173234, 39.908002 ], [ -75.178512, 39.90867 ], [ -75.177806, 39.91309 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353013", "device_counts": 1338, "stop_counts": 3998 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.995269, 40.062344 ], [ -74.991704, 40.062339 ], [ -74.987379, 40.065368 ], [ -74.986875, 40.064955 ], [ -74.985576, 40.063345 ], [ -74.990432, 40.060396 ], [ -74.991709, 40.061095 ], [ -74.995269, 40.062344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010376001", "device_counts": 8365, "stop_counts": 16388 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155093, 39.958709 ], [ -75.154512, 39.961711 ], [ -75.154312, 39.962614 ], [ -75.152146, 39.962452 ], [ -75.148029, 39.962265 ], [ -75.148181, 39.961418 ], [ -75.14913, 39.956191 ], [ -75.151223, 39.956862 ], [ -75.154451, 39.956777 ], [ -75.155538, 39.956923 ], [ -75.155093, 39.958709 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019809001", "device_counts": 29292, "stop_counts": 94250 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.257003, 39.878422 ], [ -75.254897, 39.880006 ], [ -75.246231, 39.889505 ], [ -75.241825, 39.892006 ], [ -75.243752, 39.893025 ], [ -75.238643, 39.898691 ], [ -75.240331, 39.904113 ], [ -75.237752, 39.904713 ], [ -75.235164, 39.906453 ], [ -75.231964, 39.909874 ], [ -75.230417, 39.911046 ], [ -75.22918, 39.909127 ], [ -75.224988, 39.915064 ], [ -75.223236, 39.917589 ], [ -75.221873, 39.919551 ], [ -75.216768, 39.926956 ], [ -75.212428, 39.92523 ], [ -75.211253, 39.928519 ], [ -75.206204, 39.934974 ], [ -75.206173, 39.935067 ], [ -75.206101, 39.935281 ], [ -75.206072, 39.935371 ], [ -75.215858, 39.933066 ], [ -75.215569, 39.933489 ], [ -75.213893, 39.935906 ], [ -75.215778, 39.935624 ], [ -75.212064, 39.938213 ], [ -75.207838, 39.941286 ], [ -75.207099, 39.941281 ], [ -75.205185, 39.941116 ], [ -75.205431, 39.93877 ], [ -75.20114, 39.937468 ], [ -75.200194, 39.938545 ], [ -75.197924, 39.938063 ], [ -75.199503, 39.934508 ], [ -75.199844, 39.932447 ], [ -75.199586, 39.931807 ], [ -75.194623, 39.92681 ], [ -75.193156, 39.924592 ], [ -75.195045, 39.921011 ], [ -75.192494, 39.921266 ], [ -75.189653, 39.921807 ], [ -75.189413, 39.921073 ], [ -75.19022, 39.915884 ], [ -75.192285, 39.906428 ], [ -75.193987, 39.905633 ], [ -75.193923, 39.900403 ], [ -75.19631, 39.901071 ], [ -75.195253, 39.899322 ], [ -75.196239, 39.893365 ], [ -75.195514, 39.89184 ], [ -75.195217294768597, 39.877343945193211 ], [ -75.199857, 39.873222 ], [ -75.204087, 39.871204 ], [ -75.211515931142685, 39.867051552431704 ], [ -75.216039, 39.871115 ], [ -75.215787, 39.875052 ], [ -75.211873, 39.880681 ], [ -75.212248, 39.883027 ], [ -75.213969, 39.883692 ], [ -75.221643, 39.882386 ], [ -75.223317, 39.883766 ], [ -75.227493, 39.88182 ], [ -75.228516, 39.880973 ], [ -75.229911, 39.882411 ], [ -75.233426, 39.889178 ], [ -75.235941, 39.890059 ], [ -75.239244, 39.889103 ], [ -75.24072, 39.887833 ], [ -75.242544, 39.884969 ], [ -75.24413, 39.881256 ], [ -75.246044, 39.878981 ], [ -75.248463, 39.87765 ], [ -75.253515, 39.876015 ], [ -75.261245, 39.876484 ], [ -75.257003, 39.878422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169021", "device_counts": 505, "stop_counts": 1744 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183009, 39.994439 ], [ -75.182341, 39.997519 ], [ -75.180188, 39.997253 ], [ -75.178576, 39.99704 ], [ -75.179248, 39.993963 ], [ -75.182463, 39.994365 ], [ -75.183009, 39.994439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172024", "device_counts": 395, "stop_counts": 1399 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173282, 39.999516 ], [ -75.170087, 39.999116 ], [ -75.17042, 39.997618 ], [ -75.171997, 39.997826 ], [ -75.172355, 39.99624 ], [ -75.173948, 39.996432 ], [ -75.173282, 39.999516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308003", "device_counts": 662, "stop_counts": 3199 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085794, 40.055424 ], [ -75.085676, 40.057208 ], [ -75.083654, 40.056213 ], [ -75.081865, 40.055214 ], [ -75.079814, 40.054084 ], [ -75.078631, 40.055357 ], [ -75.076734, 40.05735 ], [ -75.075032, 40.056359 ], [ -75.076902, 40.054387 ], [ -75.079334, 40.051809 ], [ -75.079878, 40.051217 ], [ -75.085847, 40.05441 ], [ -75.085794, 40.055424 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107003", "device_counts": 343, "stop_counts": 916 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211723, 39.970722 ], [ -75.208356, 39.970706 ], [ -75.208038, 39.968984 ], [ -75.211189, 39.968634 ], [ -75.211334, 39.968726 ], [ -75.211723, 39.970722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176022", "device_counts": 446, "stop_counts": 1305 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129921, 39.99546 ], [ -75.126054, 39.994957 ], [ -75.126374, 39.993462 ], [ -75.126915, 39.991834 ], [ -75.130122, 39.994573 ], [ -75.129921, 39.99546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010287001", "device_counts": 1956, "stop_counts": 5056 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135664, 40.023155 ], [ -75.133287, 40.023784 ], [ -75.131584, 40.024069 ], [ -75.131594, 40.023893 ], [ -75.131339, 40.023947 ], [ -75.130367, 40.024146 ], [ -75.131171, 40.019997 ], [ -75.134016, 40.020372 ], [ -75.134194, 40.019619 ], [ -75.135434, 40.019782 ], [ -75.135818, 40.020645 ], [ -75.135664, 40.023155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060005", "device_counts": 396, "stop_counts": 1183 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239511, 39.918979 ], [ -75.237427, 39.917207 ], [ -75.236026, 39.916036 ], [ -75.237599, 39.914934 ], [ -75.238984, 39.916102 ], [ -75.241088, 39.917868 ], [ -75.239511, 39.918979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292003", "device_counts": 1250, "stop_counts": 2509 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.09399, 40.027037 ], [ -75.092162, 40.02805 ], [ -75.086551, 40.031133 ], [ -75.085263, 40.031381 ], [ -75.08508, 40.031266 ], [ -75.086997, 40.029443 ], [ -75.090563, 40.025791 ], [ -75.091879, 40.024435 ], [ -75.092414, 40.025353 ], [ -75.093609, 40.026718 ], [ -75.09399, 40.027037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095004", "device_counts": 693, "stop_counts": 1977 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239479, 39.968097 ], [ -75.239133, 39.969893 ], [ -75.237455, 39.970141 ], [ -75.237283, 39.968899 ], [ -75.237818, 39.96633 ], [ -75.238137, 39.96481 ], [ -75.24011, 39.965055 ], [ -75.239479, 39.968097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010367001", "device_counts": 9808, "stop_counts": 21059 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14913, 39.956191 ], [ -75.148181, 39.961418 ], [ -75.146557, 39.961255 ], [ -75.146586, 39.962174 ], [ -75.14482, 39.961762 ], [ -75.143279, 39.9614 ], [ -75.142528, 39.964985 ], [ -75.138827, 39.963129 ], [ -75.138081, 39.962936 ], [ -75.139954, 39.956928 ], [ -75.141607, 39.955491 ], [ -75.148408, 39.95633 ], [ -75.14913, 39.956191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362031", "device_counts": 2764, "stop_counts": 11280 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.97582, 40.081889 ], [ -74.973763, 40.084534 ], [ -74.971945, 40.086891 ], [ -74.971509, 40.087342 ], [ -74.968451, 40.084426 ], [ -74.966814, 40.082209 ], [ -74.97031, 40.080347 ], [ -74.973615, 40.078901 ], [ -74.975247, 40.078848 ], [ -74.97725, 40.080506 ], [ -74.97582, 40.081889 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256002", "device_counts": 342, "stop_counts": 825 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192891, 40.062662 ], [ -75.188921, 40.066497 ], [ -75.187657, 40.065837 ], [ -75.185757, 40.065121 ], [ -75.188629, 40.062443 ], [ -75.191054, 40.060176 ], [ -75.191876, 40.061257 ], [ -75.192891, 40.062662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019002", "device_counts": 1510, "stop_counts": 3364 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177761, 39.941461 ], [ -75.177598, 39.942228 ], [ -75.174104, 39.941793 ], [ -75.174271, 39.941021 ], [ -75.174481, 39.940056 ], [ -75.171341, 39.939663 ], [ -75.171602, 39.938447 ], [ -75.173173, 39.938641 ], [ -75.17631, 39.939021 ], [ -75.178251, 39.939268 ], [ -75.177761, 39.941461 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071022", "device_counts": 302, "stop_counts": 998 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231766, 39.93846 ], [ -75.229077, 39.940637 ], [ -75.226854, 39.938767 ], [ -75.227831, 39.938077 ], [ -75.228358, 39.9377 ], [ -75.229726, 39.936743 ], [ -75.230224, 39.937177 ], [ -75.231766, 39.93846 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082004", "device_counts": 442, "stop_counts": 1397 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245999, 39.94656 ], [ -75.244026, 39.946316 ], [ -75.242107, 39.945829 ], [ -75.241771, 39.945297 ], [ -75.246634, 39.943541 ], [ -75.245999, 39.94656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164003", "device_counts": 882, "stop_counts": 2918 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147887, 39.993078 ], [ -75.142999, 39.992449 ], [ -75.143668, 39.989365 ], [ -75.147542, 39.989863 ], [ -75.148305, 39.990968 ], [ -75.147887, 39.993078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255003", "device_counts": 771, "stop_counts": 1896 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191054, 40.060176 ], [ -75.188629, 40.062443 ], [ -75.186236, 40.060989 ], [ -75.183366, 40.05922 ], [ -75.186535, 40.056209 ], [ -75.187306, 40.055484 ], [ -75.188077, 40.056898 ], [ -75.189423, 40.058417 ], [ -75.19022, 40.059199 ], [ -75.191054, 40.060176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289022", "device_counts": 840, "stop_counts": 3094 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116106, 40.022109 ], [ -75.114917, 40.021956 ], [ -75.114348, 40.024951 ], [ -75.113323, 40.024916 ], [ -75.114461, 40.026784 ], [ -75.112773, 40.027036 ], [ -75.111664, 40.025651 ], [ -75.111228, 40.023211 ], [ -75.110242, 40.022242 ], [ -75.110835, 40.02172 ], [ -75.112217, 40.020056 ], [ -75.116243, 40.020558 ], [ -75.116106, 40.022109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289012", "device_counts": 1148, "stop_counts": 4565 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116272, 40.017423 ], [ -75.117154, 40.019006 ], [ -75.116404, 40.018909 ], [ -75.113951, 40.018603 ], [ -75.108678, 40.017942 ], [ -75.109024, 40.016286 ], [ -75.11136, 40.015867 ], [ -75.111811, 40.013662 ], [ -75.112161, 40.012085 ], [ -75.119439, 40.013026 ], [ -75.116272, 40.017423 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164001", "device_counts": 1042, "stop_counts": 3273 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142999, 39.992449 ], [ -75.142173, 39.992343 ], [ -75.140198, 39.992086 ], [ -75.138352, 39.991851 ], [ -75.139021, 39.988764 ], [ -75.140861, 39.989001 ], [ -75.142846, 39.989257 ], [ -75.143668, 39.989365 ], [ -75.142999, 39.992449 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010239001", "device_counts": 493, "stop_counts": 1309 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190086, 40.038232 ], [ -75.188797, 40.03948 ], [ -75.187922, 40.037547 ], [ -75.188396, 40.037255 ], [ -75.182925, 40.034066 ], [ -75.181235, 40.033097 ], [ -75.183058, 40.03129 ], [ -75.184519, 40.032497 ], [ -75.186455, 40.033226 ], [ -75.190987, 40.037353 ], [ -75.190086, 40.038232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363034", "device_counts": 488, "stop_counts": 3181 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.970261, 40.097964 ], [ -74.968536, 40.098492 ], [ -74.967496, 40.100803 ], [ -74.967515, 40.101869 ], [ -74.96767, 40.1027 ], [ -74.962196, 40.103382 ], [ -74.961156, 40.103446 ], [ -74.960807, 40.101572 ], [ -74.96163, 40.097804 ], [ -74.962107, 40.097709 ], [ -74.964688, 40.097347 ], [ -74.970028, 40.096943 ], [ -74.970623, 40.096983 ], [ -74.970261, 40.097964 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315022", "device_counts": 2072, "stop_counts": 4548 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054287, 40.044448 ], [ -75.052228, 40.043271 ], [ -75.049027, 40.041412 ], [ -75.05122, 40.039091 ], [ -75.0518, 40.038476 ], [ -75.055055, 40.040279 ], [ -75.053865, 40.041545 ], [ -75.055946, 40.042831 ], [ -75.054287, 40.044448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314012", "device_counts": 1793, "stop_counts": 5103 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.067109, 40.047015 ], [ -75.066427, 40.046619 ], [ -75.063437, 40.049751 ], [ -75.061374, 40.048585 ], [ -75.06446, 40.045522 ], [ -75.061926, 40.04411 ], [ -75.063143, 40.042901 ], [ -75.065919, 40.044399 ], [ -75.066547, 40.044741 ], [ -75.068338, 40.045728 ], [ -75.067109, 40.047015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042021", "device_counts": 1077, "stop_counts": 4421 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151014, 39.916842 ], [ -75.15073, 39.918097 ], [ -75.150461, 39.919345 ], [ -75.147813, 39.919001 ], [ -75.146538, 39.91884 ], [ -75.147357, 39.91509 ], [ -75.151276, 39.9156 ], [ -75.151014, 39.916842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010011", "device_counts": 5641, "stop_counts": 10396 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153424, 39.946817 ], [ -75.153174, 39.947962 ], [ -75.152337, 39.949421 ], [ -75.149186, 39.949032 ], [ -75.149954, 39.945505 ], [ -75.150764, 39.945558 ], [ -75.153184, 39.945536 ], [ -75.153424, 39.946817 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082006", "device_counts": 586, "stop_counts": 2411 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249371, 39.950153 ], [ -75.243381, 39.949411 ], [ -75.243536, 39.948659 ], [ -75.244026, 39.946316 ], [ -75.245999, 39.94656 ], [ -75.249258, 39.9473 ], [ -75.249371, 39.950153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372002", "device_counts": 1230, "stop_counts": 4633 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165081, 39.913368 ], [ -75.16453, 39.915875 ], [ -75.161956, 39.915546 ], [ -75.159844, 39.915286 ], [ -75.160789, 39.910942 ], [ -75.165482, 39.911531 ], [ -75.165081, 39.913368 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082005", "device_counts": 764, "stop_counts": 1763 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.251577, 39.952127 ], [ -75.250816, 39.953475 ], [ -75.244719, 39.952676 ], [ -75.242754, 39.952432 ], [ -75.243068, 39.950926 ], [ -75.249056, 39.951679 ], [ -75.249371, 39.950153 ], [ -75.249258, 39.9473 ], [ -75.245999, 39.94656 ], [ -75.246634, 39.943541 ], [ -75.247028, 39.943414 ], [ -75.247208, 39.943904 ], [ -75.250118, 39.94697 ], [ -75.251609, 39.951466 ], [ -75.251577, 39.952127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260002", "device_counts": 234, "stop_counts": 1053 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170406, 40.074391 ], [ -75.170822, 40.076226 ], [ -75.167309, 40.074208 ], [ -75.167097, 40.07332 ], [ -75.16899, 40.071473 ], [ -75.171716, 40.073039 ], [ -75.170406, 40.074391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382003", "device_counts": 6594, "stop_counts": 22862 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101811, 40.002863 ], [ -75.094849, 40.006678 ], [ -75.094104, 40.007096 ], [ -75.092574, 40.007932 ], [ -75.092494, 40.007976 ], [ -75.092088, 40.007531 ], [ -75.092011, 40.007299 ], [ -75.09205, 40.007033 ], [ -75.092196, 40.006789 ], [ -75.09263, 40.006343 ], [ -75.092775, 40.005977 ], [ -75.092811, 40.005871 ], [ -75.0927, 40.005674 ], [ -75.092482, 40.005427 ], [ -75.092057, 40.004937 ], [ -75.090028, 40.004264 ], [ -75.088513, 40.00354 ], [ -75.087984, 40.00303 ], [ -75.087369, 40.001571 ], [ -75.087302, 40.000157 ], [ -75.086895, 39.999532 ], [ -75.086234, 39.998967 ], [ -75.08637, 39.998895 ], [ -75.086505, 39.998825 ], [ -75.094523, 39.994603 ], [ -75.097949, 39.998496 ], [ -75.098979, 39.999688 ], [ -75.099609, 40.000365 ], [ -75.099998, 40.000816 ], [ -75.100085, 40.000977 ], [ -75.100973, 40.001086 ], [ -75.103179, 40.002096 ], [ -75.101811, 40.002863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254003", "device_counts": 179, "stop_counts": 700 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181313, 40.061221 ], [ -75.179314, 40.060393 ], [ -75.178248, 40.059704 ], [ -75.180513, 40.057498 ], [ -75.183366, 40.05922 ], [ -75.181313, 40.061221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112002", "device_counts": 333, "stop_counts": 1099 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232182, 39.973599 ], [ -75.231194, 39.973709 ], [ -75.229266, 39.973926 ], [ -75.229026, 39.972644 ], [ -75.228735, 39.971107 ], [ -75.231617, 39.970789 ], [ -75.232182, 39.973599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177022", "device_counts": 755, "stop_counts": 2028 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123212, 39.993054 ], [ -75.122221, 39.992929 ], [ -75.121617, 39.99592 ], [ -75.119665, 39.995671 ], [ -75.12031, 39.992672 ], [ -75.123686, 39.990836 ], [ -75.123212, 39.993054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115003", "device_counts": 378, "stop_counts": 1865 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.252323, 39.976786 ], [ -75.250979, 39.977684 ], [ -75.248944, 39.979106 ], [ -75.248628, 39.978707 ], [ -75.247797, 39.975079 ], [ -75.250203, 39.974815 ], [ -75.251914, 39.974623 ], [ -75.252323, 39.976786 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170002", "device_counts": 4322, "stop_counts": 11431 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182239, 40.011676 ], [ -75.175669, 40.016051 ], [ -75.16914, 40.008832 ], [ -75.169741, 40.008585 ], [ -75.172209, 40.007898 ], [ -75.173853, 40.007468 ], [ -75.178633, 40.005052 ], [ -75.179692, 40.007898 ], [ -75.180147, 40.009251 ], [ -75.182239, 40.011676 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037011", "device_counts": 524, "stop_counts": 1816 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178705, 39.928046 ], [ -75.178615, 39.928469 ], [ -75.178445, 39.929271 ], [ -75.175289, 39.928867 ], [ -75.175562, 39.927642 ], [ -75.175741, 39.92685 ], [ -75.178859, 39.927265 ], [ -75.178705, 39.928046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326007", "device_counts": 683, "stop_counts": 2651 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040219, 40.026061 ], [ -75.036898, 40.027779 ], [ -75.034354, 40.029096 ], [ -75.032752, 40.02705 ], [ -75.039452, 40.022917 ], [ -75.038625, 40.024239 ], [ -75.039768, 40.025551 ], [ -75.040219, 40.026061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330003", "device_counts": 586, "stop_counts": 2636 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.039289, 40.03734 ], [ -75.036276, 40.038441 ], [ -75.034538, 40.036464 ], [ -75.03728, 40.035045 ], [ -75.039289, 40.03734 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024004", "device_counts": 2191, "stop_counts": 4467 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158424, 39.936372 ], [ -75.15815, 39.937589 ], [ -75.156622, 39.937182 ], [ -75.15506, 39.936807 ], [ -75.155304, 39.935934 ], [ -75.155577, 39.934667 ], [ -75.157089, 39.935103 ], [ -75.157351, 39.934897 ], [ -75.158669, 39.935226 ], [ -75.158424, 39.936372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040021", "device_counts": 702, "stop_counts": 2914 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166563, 39.921418 ], [ -75.163412, 39.921015 ], [ -75.163956, 39.918518 ], [ -75.167085, 39.918959 ], [ -75.166563, 39.921418 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271001", "device_counts": 1473, "stop_counts": 3280 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12632, 40.055481 ], [ -75.124916, 40.054684 ], [ -75.122147, 40.053177 ], [ -75.122776, 40.049613 ], [ -75.124614, 40.049849 ], [ -75.125298, 40.051492 ], [ -75.127143, 40.051748 ], [ -75.12632, 40.055481 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274011", "device_counts": 876, "stop_counts": 2445 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12916, 40.04257 ], [ -75.128834, 40.044086 ], [ -75.128495, 40.045626 ], [ -75.126639, 40.045392 ], [ -75.126987, 40.043857 ], [ -75.127317, 40.04232 ], [ -75.126311, 40.042203 ], [ -75.126643, 40.040681 ], [ -75.129498, 40.041048 ], [ -75.12916, 40.04257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010174001", "device_counts": 1054, "stop_counts": 2777 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149877, 39.998385 ], [ -75.15002, 39.999096 ], [ -75.147717, 39.999974 ], [ -75.147404, 39.99924 ], [ -75.146731, 39.997627 ], [ -75.14708, 39.996143 ], [ -75.147461, 39.994656 ], [ -75.147887, 39.993078 ], [ -75.149238, 39.993253 ], [ -75.150813, 39.99346 ], [ -75.149877, 39.998385 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259004", "device_counts": 182, "stop_counts": 786 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180901, 40.080219 ], [ -75.179756, 40.081333 ], [ -75.176145, 40.079288 ], [ -75.177137, 40.078269 ], [ -75.179022, 40.079344 ], [ -75.180238, 40.078084 ], [ -75.182053, 40.079102 ], [ -75.180901, 40.080219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010208001", "device_counts": 865, "stop_counts": 2968 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193231, 40.024996 ], [ -75.185463, 40.028875 ], [ -75.181668, 40.025657 ], [ -75.190007, 40.022524 ], [ -75.191105, 40.021663 ], [ -75.193048, 40.023558 ], [ -75.193308, 40.024091 ], [ -75.193231, 40.024996 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037013", "device_counts": 761, "stop_counts": 2540 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182804, 39.928575 ], [ -75.180624, 39.928289 ], [ -75.178705, 39.928046 ], [ -75.178859, 39.927265 ], [ -75.179242, 39.925606 ], [ -75.181159, 39.92585 ], [ -75.181698, 39.925924 ], [ -75.182743, 39.926058 ], [ -75.18333, 39.926134 ], [ -75.182804, 39.928575 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352001", "device_counts": 1466, "stop_counts": 7763 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.998259, 40.05808 ], [ -74.991254, 40.059949 ], [ -74.990432, 40.060396 ], [ -74.985576, 40.063345 ], [ -74.984171, 40.064075 ], [ -74.982355, 40.064672 ], [ -74.981154, 40.064912 ], [ -74.980718, 40.06472 ], [ -74.980378, 40.060349 ], [ -74.984302, 40.05585 ], [ -74.983904, 40.054994 ], [ -74.984098, 40.054782 ], [ -74.984752, 40.055355 ], [ -74.987256, 40.05286 ], [ -74.990389, 40.050984 ], [ -74.994151, 40.054401 ], [ -74.998259, 40.05808 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382002", "device_counts": 3739, "stop_counts": 10620 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.107339, 39.989644 ], [ -75.100302, 39.993322 ], [ -75.098035, 39.990748 ], [ -75.099128, 39.990172 ], [ -75.102621, 39.988348 ], [ -75.105064, 39.987073 ], [ -75.105915, 39.988037 ], [ -75.107339, 39.989644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134022", "device_counts": 505, "stop_counts": 1284 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168804, 39.966145 ], [ -75.168569, 39.967226 ], [ -75.165349, 39.967149 ], [ -75.165813, 39.965075 ], [ -75.168959, 39.965463 ], [ -75.168804, 39.966145 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083021", "device_counts": 415, "stop_counts": 1520 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24441, 39.954226 ], [ -75.240449, 39.953733 ], [ -75.238476, 39.953485 ], [ -75.238796, 39.951942 ], [ -75.242754, 39.952432 ], [ -75.244719, 39.952676 ], [ -75.24441, 39.954226 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172022", "device_counts": 316, "stop_counts": 1403 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176301, 39.999921 ], [ -75.173282, 39.999516 ], [ -75.173948, 39.996432 ], [ -75.175539, 39.996639 ], [ -75.175188, 39.998233 ], [ -75.178237, 39.998611 ], [ -75.176301, 39.999921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084004", "device_counts": 2177, "stop_counts": 5879 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236971, 39.960698 ], [ -75.234869, 39.961231 ], [ -75.232857, 39.960976 ], [ -75.230801, 39.960722 ], [ -75.231277, 39.958448 ], [ -75.235342, 39.958951 ], [ -75.235504, 39.958192 ], [ -75.237448, 39.958433 ], [ -75.236971, 39.960698 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215002", "device_counts": 1220, "stop_counts": 3729 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238068, 40.032127 ], [ -75.234535, 40.030426 ], [ -75.233394, 40.031906 ], [ -75.22815, 40.034714 ], [ -75.226904, 40.033041 ], [ -75.228138, 40.032482 ], [ -75.226787, 40.030802 ], [ -75.228765, 40.029792 ], [ -75.229513, 40.029492 ], [ -75.232005, 40.028228 ], [ -75.232628, 40.028355 ], [ -75.234604, 40.029926 ], [ -75.238068, 40.032127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373002", "device_counts": 4008, "stop_counts": 16003 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19022, 39.915884 ], [ -75.189481, 39.91484 ], [ -75.188144, 39.914281 ], [ -75.177806, 39.91309 ], [ -75.178512, 39.90867 ], [ -75.1828, 39.909208 ], [ -75.183387, 39.906617 ], [ -75.190073, 39.90752 ], [ -75.192285, 39.906428 ], [ -75.19022, 39.915884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198001", "device_counts": 745, "stop_counts": 2448 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147325, 40.010382 ], [ -75.147247, 40.011906 ], [ -75.147205, 40.015188 ], [ -75.141745, 40.012939 ], [ -75.141786, 40.012708 ], [ -75.14332, 40.012926 ], [ -75.143981, 40.009949 ], [ -75.142438, 40.009743 ], [ -75.141913, 40.009674 ], [ -75.142256, 40.008093 ], [ -75.142772, 40.008153 ], [ -75.143346, 40.008227 ], [ -75.147603, 40.008779 ], [ -75.147325, 40.010382 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014003", "device_counts": 1821, "stop_counts": 4459 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171906, 39.944443 ], [ -75.168762, 39.94405 ], [ -75.165575, 39.943664 ], [ -75.165988, 39.94182 ], [ -75.166204, 39.940813 ], [ -75.169386, 39.941211 ], [ -75.170955, 39.941404 ], [ -75.170532, 39.94338 ], [ -75.172104, 39.943577 ], [ -75.171906, 39.944443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010200002", "device_counts": 5378, "stop_counts": 17277 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152549, 40.003181 ], [ -75.151603, 40.007665 ], [ -75.151246, 40.009279 ], [ -75.15109, 40.009934 ], [ -75.148817, 40.002698 ], [ -75.148148, 40.000987 ], [ -75.152926, 40.001592 ], [ -75.152549, 40.003181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010184002", "device_counts": 1309, "stop_counts": 7927 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.066765, 39.99318 ], [ -75.065419, 39.995046 ], [ -75.069049, 39.999566 ], [ -75.070175, 40.00106 ], [ -75.070609, 40.001652 ], [ -75.067245, 40.004293 ], [ -75.067696, 40.005333 ], [ -75.064579, 40.006194 ], [ -75.063056, 40.006098 ], [ -75.062126, 40.006643 ], [ -75.053723885964288, 40.004080276035694 ], [ -75.058089, 39.997404 ], [ -75.059017, 39.992512 ], [ -75.059792271613105, 39.991537274057499 ], [ -75.064175, 39.986027 ], [ -75.064645979616898, 39.985641523490607 ], [ -75.071834, 39.99042 ], [ -75.066765, 39.99318 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202005", "device_counts": 640, "stop_counts": 1602 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160943, 40.012647 ], [ -75.156652, 40.014618 ], [ -75.156653, 40.014419 ], [ -75.157775, 40.009231 ], [ -75.160936, 40.009632 ], [ -75.160453, 40.012067 ], [ -75.160943, 40.012647 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256001", "device_counts": 262, "stop_counts": 1434 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190512, 40.070271 ], [ -75.188052, 40.072503 ], [ -75.181751, 40.068902 ], [ -75.18437, 40.066442 ], [ -75.185757, 40.065121 ], [ -75.187657, 40.065837 ], [ -75.188921, 40.066497 ], [ -75.190512, 40.070271 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010285001", "device_counts": 1943, "stop_counts": 5693 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135724, 40.023602 ], [ -75.135096, 40.026079 ], [ -75.135334, 40.027632 ], [ -75.13506, 40.02915 ], [ -75.135144, 40.031362 ], [ -75.135042, 40.033284 ], [ -75.13129, 40.032818 ], [ -75.131829, 40.030321 ], [ -75.132352, 40.028019 ], [ -75.13251, 40.027274 ], [ -75.132838, 40.025783 ], [ -75.133167, 40.024299 ], [ -75.133287, 40.023784 ], [ -75.135664, 40.023155 ], [ -75.135724, 40.023602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310003", "device_counts": 711, "stop_counts": 2568 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075037, 40.047638 ], [ -75.073936, 40.048841 ], [ -75.072108, 40.050765 ], [ -75.068475, 40.048729 ], [ -75.069073, 40.048109 ], [ -75.07207, 40.045024 ], [ -75.075637, 40.047005 ], [ -75.075037, 40.047638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011013", "device_counts": 1032, "stop_counts": 2399 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161843, 39.94662 ], [ -75.160267, 39.946422 ], [ -75.159481, 39.946325 ], [ -75.159984, 39.944009 ], [ -75.162348, 39.944299 ], [ -75.161843, 39.94662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063004", "device_counts": 1159, "stop_counts": 4185 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246856, 39.918759 ], [ -75.239671, 39.923779 ], [ -75.236655, 39.921242 ], [ -75.236789, 39.920899 ], [ -75.239511, 39.918979 ], [ -75.241088, 39.917868 ], [ -75.242454, 39.916907 ], [ -75.243821, 39.916027 ], [ -75.244935, 39.91545 ], [ -75.246308, 39.917176 ], [ -75.246856, 39.918759 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093005", "device_counts": 767, "stop_counts": 1856 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227679, 39.965072 ], [ -75.22786, 39.966191 ], [ -75.224105, 39.964739 ], [ -75.223531, 39.964601 ], [ -75.223746, 39.963026 ], [ -75.22422, 39.963086 ], [ -75.226891, 39.963415 ], [ -75.227443, 39.960311 ], [ -75.228645, 39.960463 ], [ -75.227679, 39.965072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102003", "device_counts": 512, "stop_counts": 1886 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232573, 39.970683 ], [ -75.231617, 39.970789 ], [ -75.228735, 39.971107 ], [ -75.228248, 39.968409 ], [ -75.230162, 39.968216 ], [ -75.231833, 39.96746 ], [ -75.232228, 39.968829 ], [ -75.232573, 39.970683 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135001", "device_counts": 1946, "stop_counts": 3452 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174869, 39.96971 ], [ -75.174367, 39.972035 ], [ -75.172659, 39.971823 ], [ -75.173163, 39.969503 ], [ -75.170997, 39.969227 ], [ -75.171344, 39.967275 ], [ -75.172108, 39.967284 ], [ -75.17539, 39.967345 ], [ -75.174869, 39.96971 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010147002", "device_counts": 4210, "stop_counts": 12485 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165511, 39.981244 ], [ -75.159219, 39.980435 ], [ -75.157581, 39.980223 ], [ -75.158526, 39.97585 ], [ -75.16175, 39.976262 ], [ -75.163325, 39.976471 ], [ -75.163006, 39.977899 ], [ -75.161443, 39.977694 ], [ -75.161134, 39.979106 ], [ -75.165849, 39.979714 ], [ -75.165511, 39.981244 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010156002", "device_counts": 1505, "stop_counts": 3844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144169, 39.983092 ], [ -75.139868, 39.982536 ], [ -75.141349, 39.978121 ], [ -75.14315, 39.978966 ], [ -75.143188, 39.978359 ], [ -75.14501, 39.978597 ], [ -75.144169, 39.983092 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010173002", "device_counts": 3208, "stop_counts": 8592 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167215, 39.997197 ], [ -75.163734, 39.996753 ], [ -75.163093, 39.999752 ], [ -75.166562, 40.000199 ], [ -75.165896, 40.003269 ], [ -75.160843, 40.002634 ], [ -75.158926, 40.004009 ], [ -75.157365, 40.003799 ], [ -75.157703, 40.00221 ], [ -75.158222, 39.999121 ], [ -75.155232, 39.998728 ], [ -75.153609, 39.998515 ], [ -75.153782, 39.997718 ], [ -75.154588, 39.993938 ], [ -75.157791, 39.994342 ], [ -75.159366, 39.994525 ], [ -75.160946, 39.994737 ], [ -75.164094, 39.995169 ], [ -75.167568, 39.995621 ], [ -75.167215, 39.997197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019801001", "device_counts": 2995, "stop_counts": 6840 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232952, 40.083618 ], [ -75.2305, 40.086022 ], [ -75.228599, 40.084874 ], [ -75.228078, 40.084434 ], [ -75.227899, 40.084282 ], [ -75.224633, 40.079605 ], [ -75.218189, 40.075823 ], [ -75.215093, 40.077141 ], [ -75.216984, 40.074811 ], [ -75.215385, 40.073257 ], [ -75.215751, 40.072877 ], [ -75.222268, 40.073056 ], [ -75.221348, 40.072432 ], [ -75.222536, 40.071328 ], [ -75.218898, 40.067813 ], [ -75.215983, 40.069557 ], [ -75.215152, 40.069139 ], [ -75.218506, 40.066949 ], [ -75.220769, 40.064065 ], [ -75.21901, 40.060468 ], [ -75.216866, 40.057179 ], [ -75.214011, 40.0571 ], [ -75.212549, 40.058425 ], [ -75.213767, 40.056678 ], [ -75.217672, 40.055359 ], [ -75.217922, 40.055271 ], [ -75.214124, 40.049661 ], [ -75.212717, 40.049239 ], [ -75.209969, 40.047081 ], [ -75.20994, 40.044636 ], [ -75.208173, 40.04199 ], [ -75.207016, 40.0416 ], [ -75.205047, 40.043123 ], [ -75.205546, 40.039057 ], [ -75.203164, 40.037635 ], [ -75.202846, 40.039503 ], [ -75.200359, 40.037477 ], [ -75.198918, 40.038973 ], [ -75.197535, 40.033892 ], [ -75.196938, 40.033266 ], [ -75.190861, 40.031144 ], [ -75.189063, 40.031905 ], [ -75.187776, 40.030771 ], [ -75.186194, 40.029468 ], [ -75.185463, 40.028875 ], [ -75.193231, 40.024996 ], [ -75.193308, 40.024091 ], [ -75.197636, 40.021461 ], [ -75.201269, 40.017189 ], [ -75.205848, 40.015281 ], [ -75.206139, 40.014753 ], [ -75.206207, 40.01472 ], [ -75.207599, 40.012719 ], [ -75.208008, 40.012997 ], [ -75.207221, 40.016673 ], [ -75.205622, 40.017107 ], [ -75.204055, 40.017273 ], [ -75.204057, 40.020213 ], [ -75.204479, 40.020942 ], [ -75.203241, 40.024681 ], [ -75.202496, 40.025609 ], [ -75.20323, 40.025839 ], [ -75.205616, 40.028661 ], [ -75.203407, 40.029561 ], [ -75.205569, 40.032514 ], [ -75.207715, 40.031573 ], [ -75.208278, 40.033762 ], [ -75.208938, 40.035221 ], [ -75.210398, 40.03751 ], [ -75.213026, 40.039412 ], [ -75.214111, 40.040124 ], [ -75.216923, 40.042249 ], [ -75.217846, 40.044343 ], [ -75.217827, 40.0471 ], [ -75.218194, 40.047966 ], [ -75.218706, 40.04851 ], [ -75.227161, 40.052534 ], [ -75.230417, 40.053374 ], [ -75.231223, 40.053703 ], [ -75.228838, 40.056168 ], [ -75.228561, 40.057265 ], [ -75.230156, 40.05955 ], [ -75.228493, 40.060331 ], [ -75.226991, 40.058899 ], [ -75.22495, 40.059866 ], [ -75.226412, 40.061987 ], [ -75.2248, 40.062554 ], [ -75.225109, 40.06608 ], [ -75.223538, 40.067435 ], [ -75.226651, 40.070458 ], [ -75.228088, 40.070649 ], [ -75.227005, 40.072605 ], [ -75.225202, 40.074072 ], [ -75.230411, 40.077042 ], [ -75.225988, 40.079068 ], [ -75.22779, 40.08149 ], [ -75.231412, 40.082658 ], [ -75.232952, 40.083618 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337022", "device_counts": 1306, "stop_counts": 5667 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068862, 40.071845 ], [ -75.065724, 40.070193 ], [ -75.05821, 40.074605 ], [ -75.055857, 40.073249 ], [ -75.053579, 40.073299 ], [ -75.055004, 40.071771 ], [ -75.058052, 40.068549 ], [ -75.059221, 40.067297 ], [ -75.061118, 40.068122 ], [ -75.06304, 40.066143 ], [ -75.067355, 40.068727 ], [ -75.067838, 40.068959 ], [ -75.070412, 40.07022 ], [ -75.068862, 40.071845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010103001", "device_counts": 1055, "stop_counts": 2876 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228735, 39.971107 ], [ -75.225841, 39.97143 ], [ -75.225372, 39.969517 ], [ -75.223118, 39.969747 ], [ -75.222444, 39.966531 ], [ -75.222431, 39.966487 ], [ -75.224812, 39.966206 ], [ -75.22514, 39.968145 ], [ -75.228149, 39.967843 ], [ -75.228248, 39.968409 ], [ -75.228735, 39.971107 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378002", "device_counts": 3357, "stop_counts": 11300 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118068, 39.974275 ], [ -75.113227, 39.976803 ], [ -75.111738, 39.977578 ], [ -75.108971, 39.979021 ], [ -75.105976, 39.980595 ], [ -75.101439, 39.982974 ], [ -75.099, 39.98424 ], [ -75.094393, 39.98663 ], [ -75.089616, 39.989064 ], [ -75.080932, 39.993498 ], [ -75.080785, 39.993572 ], [ -75.078288, 39.990945 ], [ -75.067664096638595, 39.983171324838914 ], [ -75.068604301203905, 39.982401807940505 ], [ -75.068802, 39.98224 ], [ -75.075605, 39.978041 ], [ -75.085831, 39.975102 ], [ -75.092364511040302, 39.974530410977785 ], [ -75.093718, 39.974412 ], [ -75.107540936015297, 39.970476576233416 ], [ -75.108119, 39.970312 ], [ -75.112771104124008, 39.968258553445018 ], [ -75.115617, 39.97296 ], [ -75.118068, 39.974275 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010219001", "device_counts": 961, "stop_counts": 4566 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.254629, 40.047592 ], [ -75.25412, 40.048324 ], [ -75.238182, 40.059771 ], [ -75.236386, 40.057398 ], [ -75.236042, 40.056711 ], [ -75.235917, 40.055079 ], [ -75.236234, 40.052739 ], [ -75.236301, 40.051037 ], [ -75.235419, 40.048775 ], [ -75.243483, 40.045379 ], [ -75.244871, 40.045819 ], [ -75.244974, 40.047166 ], [ -75.245728, 40.049257 ], [ -75.246742, 40.048517 ], [ -75.248689, 40.045941 ], [ -75.249271, 40.04534 ], [ -75.251298, 40.043505 ], [ -75.254678, 40.045924 ], [ -75.254629, 40.047592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345011", "device_counts": 915, "stop_counts": 3488 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.042114, 40.070038 ], [ -75.039748, 40.072411 ], [ -75.041869, 40.075429 ], [ -75.040606, 40.07535 ], [ -75.036627, 40.073019 ], [ -75.039163, 40.070369 ], [ -75.040265, 40.068747 ], [ -75.0406, 40.068042 ], [ -75.042114, 40.070038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010022", "device_counts": 877, "stop_counts": 1516 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150037, 39.945144 ], [ -75.144933, 39.944494 ], [ -75.145243, 39.943087 ], [ -75.150339, 39.94373 ], [ -75.150037, 39.945144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010366001", "device_counts": 24489, "stop_counts": 64717 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14617, 39.931321 ], [ -75.145146, 39.933321 ], [ -75.144656, 39.935402 ], [ -75.143467, 39.938725 ], [ -75.144529, 39.938873 ], [ -75.14406, 39.940972 ], [ -75.142466, 39.948174 ], [ -75.141469, 39.951698 ], [ -75.141625, 39.955279 ], [ -75.141607, 39.955491 ], [ -75.139954, 39.956928 ], [ -75.138081, 39.962936 ], [ -75.136755, 39.962766 ], [ -75.130217089517501, 39.958589210316127 ], [ -75.13352, 39.954412 ], [ -75.1339950133858, 39.9528358192197 ], [ -75.13572, 39.947112 ], [ -75.13612, 39.933912 ], [ -75.135887594594593, 39.932517567567601 ], [ -75.135346189189193, 39.929269135135087 ], [ -75.137217, 39.928886 ], [ -75.146413, 39.930114 ], [ -75.14617, 39.931321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008034", "device_counts": 1184, "stop_counts": 2178 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173813, 39.950531 ], [ -75.172752, 39.950398 ], [ -75.173085, 39.948799 ], [ -75.174173, 39.948921 ], [ -75.173813, 39.950531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377001", "device_counts": 3476, "stop_counts": 9889 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156275, 39.986283 ], [ -75.154063, 39.986003 ], [ -75.150913, 39.985597 ], [ -75.150197, 39.985504 ], [ -75.147766, 39.98519 ], [ -75.148109, 39.983604 ], [ -75.151266, 39.983978 ], [ -75.152235, 39.979531 ], [ -75.157581, 39.980223 ], [ -75.156275, 39.986283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382001", "device_counts": 4066, "stop_counts": 12382 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109709, 39.992334 ], [ -75.108144, 39.993156 ], [ -75.102674, 39.996008 ], [ -75.100367, 39.997206 ], [ -75.097949, 39.998496 ], [ -75.094523, 39.994603 ], [ -75.097007, 39.993399 ], [ -75.095726, 39.99195 ], [ -75.098035, 39.990748 ], [ -75.100302, 39.993322 ], [ -75.107339, 39.989644 ], [ -75.10773, 39.990079 ], [ -75.108859, 39.991356 ], [ -75.109528, 39.992123 ], [ -75.109709, 39.992334 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388002", "device_counts": 942, "stop_counts": 2341 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198787, 40.054802 ], [ -75.191876, 40.061257 ], [ -75.191054, 40.060176 ], [ -75.19022, 40.059199 ], [ -75.195763, 40.055507 ], [ -75.194647, 40.054791 ], [ -75.196319, 40.053234 ], [ -75.198787, 40.054802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275001", "device_counts": 1360, "stop_counts": 3559 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13479, 40.04146 ], [ -75.134724, 40.046134 ], [ -75.132121, 40.046018 ], [ -75.131283, 40.045984 ], [ -75.128495, 40.045626 ], [ -75.128834, 40.044086 ], [ -75.12916, 40.04257 ], [ -75.129498, 40.041048 ], [ -75.131387, 40.041648 ], [ -75.132216, 40.041759 ], [ -75.133031, 40.041872 ], [ -75.13346, 40.039994 ], [ -75.134969, 40.04022 ], [ -75.13479, 40.04146 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278003", "device_counts": 2320, "stop_counts": 4455 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151249, 40.041174 ], [ -75.149908, 40.040376 ], [ -75.148083, 40.04048 ], [ -75.146469, 40.040087 ], [ -75.144302, 40.04109 ], [ -75.144571, 40.039836 ], [ -75.144749, 40.039072 ], [ -75.145554, 40.035262 ], [ -75.148179, 40.035598 ], [ -75.149859, 40.035827 ], [ -75.149126, 40.037464 ], [ -75.149988, 40.038971 ], [ -75.151505, 40.040612 ], [ -75.151249, 40.041174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284003", "device_counts": 424, "stop_counts": 1299 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140638, 40.025262 ], [ -75.140303, 40.026745 ], [ -75.138698, 40.026536 ], [ -75.137096, 40.026336 ], [ -75.135096, 40.026079 ], [ -75.135724, 40.023602 ], [ -75.135664, 40.023155 ], [ -75.135854, 40.023082 ], [ -75.135939, 40.02305 ], [ -75.136799, 40.022663 ], [ -75.137001, 40.022923 ], [ -75.140979, 40.023667 ], [ -75.140638, 40.025262 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291003", "device_counts": 4017, "stop_counts": 9636 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.107909, 40.03215 ], [ -75.106912, 40.033135 ], [ -75.105935, 40.0341 ], [ -75.104725, 40.035321 ], [ -75.101148, 40.033334 ], [ -75.103903, 40.030589 ], [ -75.104306, 40.029846 ], [ -75.106431, 40.029197 ], [ -75.109057, 40.031741 ], [ -75.107909, 40.03215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300003", "device_counts": 370, "stop_counts": 1739 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077663, 40.018853 ], [ -75.076696, 40.019926 ], [ -75.075199, 40.019109 ], [ -75.076164, 40.018049 ], [ -75.075429, 40.017665 ], [ -75.07505, 40.017159 ], [ -75.077257, 40.014973 ], [ -75.079927, 40.016418 ], [ -75.077663, 40.018853 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302002", "device_counts": 417, "stop_counts": 2585 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081849, 40.028512 ], [ -75.080866, 40.029556 ], [ -75.07908, 40.028552 ], [ -75.077861, 40.027869 ], [ -75.080031, 40.025569 ], [ -75.081379, 40.026314 ], [ -75.083038, 40.027241 ], [ -75.081849, 40.028512 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306006", "device_counts": 289, "stop_counts": 1470 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100896, 40.052723 ], [ -75.097525, 40.054642 ], [ -75.094056, 40.056771 ], [ -75.093483, 40.057259 ], [ -75.092524, 40.055467 ], [ -75.093706, 40.054203 ], [ -75.094766, 40.053095 ], [ -75.096242, 40.051528 ], [ -75.097243, 40.052051 ], [ -75.098234, 40.052593 ], [ -75.100681, 40.05254 ], [ -75.100935, 40.052699 ], [ -75.100896, 40.052723 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336003", "device_counts": 940, "stop_counts": 3918 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068074, 40.060824 ], [ -75.065685, 40.063332 ], [ -75.062124, 40.061348 ], [ -75.060101, 40.060221 ], [ -75.061304, 40.058975 ], [ -75.059693, 40.058084 ], [ -75.055937, 40.055993 ], [ -75.057125, 40.054722 ], [ -75.060891, 40.056823 ], [ -75.064499, 40.058826 ], [ -75.067196, 40.060321 ], [ -75.068074, 40.060824 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010346001", "device_counts": 11528, "stop_counts": 44306 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035087, 40.074617 ], [ -75.028952, 40.080968 ], [ -75.013126, 40.072071 ], [ -75.021707, 40.063392 ], [ -75.022217, 40.06352 ], [ -75.028256, 40.067314 ], [ -75.02966, 40.068154 ], [ -75.032965, 40.072152 ], [ -75.035087, 40.074617 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349003", "device_counts": 711, "stop_counts": 2333 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.018683, 40.040047 ], [ -75.013422, 40.043306 ], [ -75.012708, 40.043779 ], [ -75.010101, 40.041671 ], [ -75.012125, 40.040582 ], [ -75.010099, 40.039038 ], [ -75.012541, 40.038027 ], [ -75.01783, 40.039076 ], [ -75.018683, 40.040047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010359001", "device_counts": 6609, "stop_counts": 27842 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024306, 40.111181 ], [ -75.023041, 40.112998 ], [ -75.018457, 40.118119 ], [ -75.015384, 40.123599 ], [ -75.010453, 40.120681 ], [ -75.008712, 40.119612 ], [ -75.013156, 40.11397 ], [ -75.014449, 40.115451 ], [ -75.01993, 40.110978 ], [ -75.023459, 40.110847 ], [ -75.024306, 40.111181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362013", "device_counts": 967, "stop_counts": 5476 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.990155, 40.084052 ], [ -74.988885, 40.083129 ], [ -74.987586, 40.082663 ], [ -74.987408, 40.081351 ], [ -74.986539, 40.080333 ], [ -74.988911, 40.07812 ], [ -74.990003, 40.077975 ], [ -74.994348, 40.081681 ], [ -74.990155, 40.084052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306004", "device_counts": 802, "stop_counts": 2061 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100394, 40.048691 ], [ -75.09822, 40.051023 ], [ -75.097243, 40.052051 ], [ -75.096242, 40.051528 ], [ -75.094593, 40.050655 ], [ -75.095623, 40.049584 ], [ -75.098017, 40.047096 ], [ -75.099559, 40.047973 ], [ -75.100394, 40.048691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314014", "device_counts": 354, "stop_counts": 1958 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070634, 40.043272 ], [ -75.068338, 40.045728 ], [ -75.066547, 40.044741 ], [ -75.065919, 40.044399 ], [ -75.067069, 40.043188 ], [ -75.068234, 40.041945 ], [ -75.069459, 40.042621 ], [ -75.070634, 40.043272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315012", "device_counts": 1649, "stop_counts": 5015 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047973, 40.037283 ], [ -75.047405, 40.037892 ], [ -75.045778, 40.036986 ], [ -75.043199, 40.035544 ], [ -75.044671, 40.034771 ], [ -75.04677, 40.033683 ], [ -75.047718, 40.033301 ], [ -75.050349, 40.034769 ], [ -75.047973, 40.037283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319004", "device_counts": 495, "stop_counts": 1557 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068516, 40.021385 ], [ -75.062802, 40.024402 ], [ -75.06308, 40.022452 ], [ -75.062925, 40.021777 ], [ -75.06701, 40.01967 ], [ -75.067412, 40.020111 ], [ -75.068516, 40.021385 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325002", "device_counts": 559, "stop_counts": 3142 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051104, 40.026407 ], [ -75.049273, 40.027351 ], [ -75.047453, 40.028294 ], [ -75.046555, 40.027265 ], [ -75.044721, 40.025179 ], [ -75.048375, 40.023291 ], [ -75.049304, 40.024351 ], [ -75.050202, 40.02538 ], [ -75.051104, 40.026407 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330002", "device_counts": 285, "stop_counts": 1690 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.034538, 40.036464 ], [ -75.032295, 40.037622 ], [ -75.031903, 40.036993 ], [ -75.030905, 40.035358 ], [ -75.032739, 40.034407 ], [ -75.034538, 40.036464 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088023", "device_counts": 4849, "stop_counts": 13228 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205092, 39.954419 ], [ -75.204933, 39.955181 ], [ -75.200098, 39.954582 ], [ -75.200525, 39.952695 ], [ -75.200801, 39.951458 ], [ -75.203083, 39.951745 ], [ -75.202828, 39.95297 ], [ -75.204107, 39.953128 ], [ -75.20546, 39.952682 ], [ -75.205092, 39.954419 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153002", "device_counts": 624, "stop_counts": 1775 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162951, 39.985542 ], [ -75.161383, 39.985339 ], [ -75.158246, 39.984934 ], [ -75.158567, 39.98342 ], [ -75.163286, 39.984034 ], [ -75.162951, 39.985542 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160007", "device_counts": 377, "stop_counts": 1333 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127579, 39.981383 ], [ -75.125062, 39.982373 ], [ -75.123266, 39.980344 ], [ -75.122449, 39.979411 ], [ -75.124193, 39.9785 ], [ -75.125018, 39.979426 ], [ -75.125593, 39.979124 ], [ -75.127579, 39.981383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167012", "device_counts": 244, "stop_counts": 641 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164094, 39.995169 ], [ -75.160946, 39.994737 ], [ -75.161948, 39.990185 ], [ -75.1635, 39.990401 ], [ -75.16294, 39.993043 ], [ -75.164094, 39.995169 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170003", "device_counts": 1601, "stop_counts": 3340 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187821, 40.006102 ], [ -75.185412, 40.009513 ], [ -75.185674, 40.01012 ], [ -75.183611, 40.010905 ], [ -75.182239, 40.011676 ], [ -75.180147, 40.009251 ], [ -75.179692, 40.007898 ], [ -75.178633, 40.005052 ], [ -75.178809, 40.004937 ], [ -75.181141, 40.003697 ], [ -75.183644, 40.004204 ], [ -75.18335, 40.005521 ], [ -75.183204, 40.006624 ], [ -75.18535, 40.006527 ], [ -75.186349, 40.006533 ], [ -75.186477, 40.005921 ], [ -75.187821, 40.006102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180024", "device_counts": 398, "stop_counts": 1160 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.110525, 39.980787 ], [ -75.108828, 39.981673 ], [ -75.106968, 39.982648 ], [ -75.105921, 39.981461 ], [ -75.105976, 39.980595 ], [ -75.108971, 39.979021 ], [ -75.110525, 39.980787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190001", "device_counts": 834, "stop_counts": 3387 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103146, 40.006202 ], [ -75.102552, 40.009202 ], [ -75.100373, 40.008914 ], [ -75.098428, 40.008664 ], [ -75.098734, 40.007196 ], [ -75.100691, 40.007435 ], [ -75.101064, 40.005695 ], [ -75.101826, 40.005667 ], [ -75.10327, 40.005602 ], [ -75.103146, 40.006202 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027011", "device_counts": 469, "stop_counts": 1745 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154735, 39.931208 ], [ -75.154454, 39.93242 ], [ -75.152893, 39.932208 ], [ -75.151309, 39.932007 ], [ -75.151852, 39.929555 ], [ -75.154997, 39.929984 ], [ -75.154735, 39.931208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030014", "device_counts": 451, "stop_counts": 2320 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175289, 39.928867 ], [ -75.175032, 39.930087 ], [ -75.172907, 39.929811 ], [ -75.173426, 39.927363 ], [ -75.175562, 39.927642 ], [ -75.175289, 39.928867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039021", "device_counts": 1119, "stop_counts": 3677 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174033, 39.919809 ], [ -75.173748, 39.92106 ], [ -75.170581, 39.920653 ], [ -75.170854, 39.91941 ], [ -75.171122, 39.918152 ], [ -75.174302, 39.918562 ], [ -75.174033, 39.919809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363033", "device_counts": 680, "stop_counts": 4968 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.976091, 40.097433 ], [ -74.974647, 40.098954 ], [ -74.973395, 40.099759 ], [ -74.970836, 40.100755 ], [ -74.967496, 40.100803 ], [ -74.968536, 40.098492 ], [ -74.970261, 40.097964 ], [ -74.970623, 40.096983 ], [ -74.971016, 40.096392 ], [ -74.972898, 40.096859 ], [ -74.97577, 40.096412 ], [ -74.976091, 40.097433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042012", "device_counts": 1059, "stop_counts": 4514 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155233, 39.921686 ], [ -75.155056, 39.922495 ], [ -75.149916, 39.921819 ], [ -75.150461, 39.919345 ], [ -75.155597, 39.920013 ], [ -75.155233, 39.921686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010054001", "device_counts": 1373, "stop_counts": 3414 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264878, 39.887927 ], [ -75.262485, 39.888406 ], [ -75.261743, 39.891774 ], [ -75.259112, 39.892436 ], [ -75.256789, 39.895189 ], [ -75.257362, 39.895844 ], [ -75.255093, 39.898756 ], [ -75.253285, 39.898094 ], [ -75.252349, 39.897618 ], [ -75.243752, 39.893025 ], [ -75.241825, 39.892006 ], [ -75.246231, 39.889505 ], [ -75.254897, 39.880006 ], [ -75.257003, 39.878422 ], [ -75.261245, 39.876484 ], [ -75.262539, 39.876578 ], [ -75.264928, 39.881112 ], [ -75.264433, 39.882167 ], [ -75.261937, 39.883 ], [ -75.264602, 39.884737 ], [ -75.262844, 39.885682 ], [ -75.265153, 39.887142 ], [ -75.264878, 39.887927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065002", "device_counts": 254, "stop_counts": 757 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243369, 39.931908 ], [ -75.241909, 39.933544 ], [ -75.237617, 39.932526 ], [ -75.236833, 39.933768 ], [ -75.235249, 39.934997 ], [ -75.234499, 39.93613 ], [ -75.233213, 39.935057 ], [ -75.231533, 39.933634 ], [ -75.232567, 39.932912 ], [ -75.231276, 39.931827 ], [ -75.232362, 39.931074 ], [ -75.235478, 39.928877 ], [ -75.237726, 39.92932 ], [ -75.242972, 39.93094 ], [ -75.243643, 39.930897 ], [ -75.243369, 39.931908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246001", "device_counts": 655, "stop_counts": 1799 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173951, 40.035193 ], [ -75.172726, 40.035986 ], [ -75.171368, 40.037315 ], [ -75.170377, 40.036921 ], [ -75.164809, 40.036452 ], [ -75.165094, 40.036234 ], [ -75.165747, 40.035702 ], [ -75.169211, 40.032314 ], [ -75.17061, 40.033131 ], [ -75.173724, 40.035012 ], [ -75.173951, 40.035193 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252007", "device_counts": 371, "stop_counts": 1459 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179194, 40.048872 ], [ -75.175804, 40.052241 ], [ -75.17326, 40.050667 ], [ -75.176247, 40.047752 ], [ -75.176624, 40.047398 ], [ -75.178144, 40.04821 ], [ -75.179194, 40.048872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259006", "device_counts": 182, "stop_counts": 509 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176438, 40.084649 ], [ -75.172951, 40.082581 ], [ -75.174143, 40.08135 ], [ -75.177696, 40.083378 ], [ -75.176438, 40.084649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107001", "device_counts": 492, "stop_counts": 980 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212148, 39.973012 ], [ -75.205979, 39.971429 ], [ -75.205907, 39.970875 ], [ -75.208356, 39.970706 ], [ -75.211723, 39.970722 ], [ -75.212148, 39.973012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110001", "device_counts": 1009, "stop_counts": 1879 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212211, 39.973242 ], [ -75.209834, 39.973505 ], [ -75.208901, 39.973613 ], [ -75.208756, 39.972864 ], [ -75.208323, 39.972912 ], [ -75.208081, 39.972962 ], [ -75.206302, 39.973162 ], [ -75.204176, 39.973395 ], [ -75.203871, 39.97176 ], [ -75.199139, 39.972707 ], [ -75.199505, 39.974646 ], [ -75.198809, 39.974722 ], [ -75.198817, 39.972434 ], [ -75.199608, 39.97193 ], [ -75.20083, 39.971455 ], [ -75.203722, 39.970929 ], [ -75.205979, 39.971429 ], [ -75.212148, 39.973012 ], [ -75.212211, 39.973242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119005", "device_counts": 164, "stop_counts": 588 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232932, 39.988934 ], [ -75.230433, 39.98946 ], [ -75.229017, 39.989747 ], [ -75.226573, 39.989763 ], [ -75.226577, 39.989221 ], [ -75.227054, 39.989209 ], [ -75.228123, 39.988356 ], [ -75.229911, 39.987936 ], [ -75.230168, 39.988695 ], [ -75.23267, 39.988155 ], [ -75.232932, 39.988934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010131002", "device_counts": 1121, "stop_counts": 1983 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151852, 39.964712 ], [ -75.147796, 39.963527 ], [ -75.148029, 39.962265 ], [ -75.152146, 39.962452 ], [ -75.151852, 39.964712 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137004", "device_counts": 1024, "stop_counts": 2521 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184945, 39.975479 ], [ -75.182327, 39.975143 ], [ -75.181707, 39.975062 ], [ -75.182147, 39.973009 ], [ -75.185394, 39.973417 ], [ -75.184945, 39.975479 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012023", "device_counts": 1045, "stop_counts": 2540 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174627, 39.946753 ], [ -75.171488, 39.946353 ], [ -75.171906, 39.944443 ], [ -75.175054, 39.944832 ], [ -75.174627, 39.946753 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010017001", "device_counts": 719, "stop_counts": 2190 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148157, 39.938899 ], [ -75.144646, 39.938373 ], [ -75.144529, 39.938873 ], [ -75.143467, 39.938725 ], [ -75.144656, 39.935402 ], [ -75.146808, 39.935982 ], [ -75.148694, 39.936486 ], [ -75.148157, 39.938899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263013", "device_counts": 1097, "stop_counts": 2387 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163884, 40.073088 ], [ -75.161285, 40.075764 ], [ -75.158417, 40.074169 ], [ -75.161313, 40.071386 ], [ -75.163884, 40.073088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265003", "device_counts": 329, "stop_counts": 949 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153763, 40.060098 ], [ -75.151141, 40.061326 ], [ -75.149219, 40.058432 ], [ -75.152752, 40.05859 ], [ -75.153763, 40.060098 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267001", "device_counts": 217, "stop_counts": 992 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145445, 40.058254 ], [ -75.143167, 40.058143 ], [ -75.142292, 40.057941 ], [ -75.142849, 40.055357 ], [ -75.145211, 40.055661 ], [ -75.146002, 40.055765 ], [ -75.145445, 40.058254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273002", "device_counts": 1155, "stop_counts": 2946 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12386, 40.035562 ], [ -75.123686, 40.037144 ], [ -75.121072, 40.036815 ], [ -75.121421, 40.035281 ], [ -75.120074, 40.035111 ], [ -75.114896, 40.034447 ], [ -75.116083, 40.033037 ], [ -75.120713, 40.03364 ], [ -75.121711, 40.03347 ], [ -75.121964, 40.03373 ], [ -75.1236, 40.032771 ], [ -75.124167, 40.032575 ], [ -75.12386, 40.035562 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198004", "device_counts": 428, "stop_counts": 1136 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139815, 40.010939 ], [ -75.139484, 40.012453 ], [ -75.137826, 40.012233 ], [ -75.138483, 40.009234 ], [ -75.141425, 40.00961 ], [ -75.139815, 40.010939 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202003", "device_counts": 214, "stop_counts": 804 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161095, 40.008883 ], [ -75.160936, 40.009632 ], [ -75.157775, 40.009231 ], [ -75.157945, 40.008486 ], [ -75.158106, 40.007736 ], [ -75.158278, 40.006994 ], [ -75.161409, 40.007399 ], [ -75.161095, 40.008883 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210003", "device_counts": 992, "stop_counts": 2359 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212764, 40.025348 ], [ -75.209437, 40.026929 ], [ -75.207732, 40.023783 ], [ -75.208035, 40.023114 ], [ -75.209213, 40.021899 ], [ -75.210348, 40.022259 ], [ -75.212764, 40.025348 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010216001", "device_counts": 557, "stop_counts": 2373 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236642, 40.036295 ], [ -75.234363, 40.040917 ], [ -75.234005, 40.041307 ], [ -75.22853, 40.04386 ], [ -75.227444, 40.043197 ], [ -75.226267, 40.042401 ], [ -75.228104, 40.040855 ], [ -75.234937, 40.0349 ], [ -75.236642, 40.036295 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388001", "device_counts": 637, "stop_counts": 1900 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.201625, 40.056796 ], [ -75.202545, 40.059884 ], [ -75.202475, 40.06265 ], [ -75.196385, 40.066623 ], [ -75.195726, 40.065177 ], [ -75.192891, 40.062662 ], [ -75.191876, 40.061257 ], [ -75.198787, 40.054802 ], [ -75.201462, 40.052316 ], [ -75.204845, 40.054823 ], [ -75.201625, 40.056796 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070003", "device_counts": 707, "stop_counts": 1865 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225887, 39.935625 ], [ -75.223219, 39.933389 ], [ -75.221731, 39.93443 ], [ -75.220543, 39.933446 ], [ -75.217811, 39.935357 ], [ -75.217058, 39.934733 ], [ -75.221287, 39.931789 ], [ -75.222696, 39.930808 ], [ -75.224592, 39.93241 ], [ -75.227252, 39.934661 ], [ -75.225887, 39.935625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072005", "device_counts": 248, "stop_counts": 1186 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233718, 39.944559 ], [ -75.232349, 39.945515 ], [ -75.231754, 39.945721 ], [ -75.2305, 39.944656 ], [ -75.230947, 39.944336 ], [ -75.233074, 39.942849 ], [ -75.233566, 39.943265 ], [ -75.234474, 39.944027 ], [ -75.233718, 39.944559 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078001", "device_counts": 390, "stop_counts": 863 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21652, 39.944171 ], [ -75.213961, 39.945974 ], [ -75.211389, 39.947796 ], [ -75.210103, 39.946697 ], [ -75.2109, 39.946153 ], [ -75.211401, 39.945802 ], [ -75.212687, 39.944885 ], [ -75.214999, 39.943265 ], [ -75.215246, 39.943087 ], [ -75.215615, 39.943402 ], [ -75.21652, 39.944171 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082001", "device_counts": 395, "stop_counts": 1353 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243068, 39.950926 ], [ -75.242754, 39.952432 ], [ -75.238796, 39.951942 ], [ -75.239118, 39.950446 ], [ -75.239232, 39.949923 ], [ -75.24323, 39.950172 ], [ -75.243068, 39.950926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084002", "device_counts": 768, "stop_counts": 2006 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235504, 39.958192 ], [ -75.235342, 39.958951 ], [ -75.231277, 39.958448 ], [ -75.231557, 39.957102 ], [ -75.233732, 39.956801 ], [ -75.235745, 39.957049 ], [ -75.235504, 39.958192 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039011", "device_counts": 2818, "stop_counts": 7653 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172945, 39.924836 ], [ -75.172416, 39.927232 ], [ -75.171397, 39.927104 ], [ -75.169228, 39.926806 ], [ -75.169494, 39.925596 ], [ -75.169499, 39.925531 ], [ -75.169744, 39.924409 ], [ -75.170023, 39.923138 ], [ -75.173226, 39.923556 ], [ -75.172945, 39.924836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362021", "device_counts": 656, "stop_counts": 5162 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.982385, 40.091724 ], [ -74.982114, 40.091942 ], [ -74.979893, 40.09381 ], [ -74.976072, 40.090653 ], [ -74.97559, 40.089861 ], [ -74.979504, 40.087814 ], [ -74.980601, 40.087914 ], [ -74.981491, 40.087994 ], [ -74.98418, 40.089906 ], [ -74.982385, 40.091724 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072004", "device_counts": 229, "stop_counts": 720 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2305, 39.944656 ], [ -75.228686, 39.945913 ], [ -75.226805, 39.945083 ], [ -75.228184, 39.944134 ], [ -75.229553, 39.943168 ], [ -75.230947, 39.944336 ], [ -75.2305, 39.944656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190003", "device_counts": 1236, "stop_counts": 4405 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.097431, 40.013325 ], [ -75.097055, 40.015202 ], [ -75.097041, 40.01595 ], [ -75.09704, 40.016018 ], [ -75.096279, 40.015957 ], [ -75.094365, 40.014794 ], [ -75.09342, 40.013136 ], [ -75.094547, 40.011027 ], [ -75.094995, 40.009984 ], [ -75.094673, 40.009351 ], [ -75.092494, 40.007976 ], [ -75.092574, 40.007932 ], [ -75.094104, 40.007096 ], [ -75.094816, 40.008195 ], [ -75.098428, 40.008664 ], [ -75.097431, 40.013325 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010385001", "device_counts": 1084, "stop_counts": 2900 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2112, 40.068809 ], [ -75.209082, 40.070894 ], [ -75.210566, 40.071803 ], [ -75.206418, 40.076011 ], [ -75.203427, 40.07418 ], [ -75.202651, 40.073212 ], [ -75.204166, 40.069595 ], [ -75.205815, 40.070106 ], [ -75.208933, 40.067015 ], [ -75.211138, 40.068318 ], [ -75.2112, 40.068809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178006", "device_counts": 735, "stop_counts": 2171 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1249, 39.990159 ], [ -75.124593, 39.990328 ], [ -75.122248, 39.988511 ], [ -75.118392, 39.990528 ], [ -75.116751, 39.988652 ], [ -75.120138, 39.986877 ], [ -75.121438, 39.987859 ], [ -75.121855, 39.987436 ], [ -75.122417, 39.987001 ], [ -75.125491, 39.989836 ], [ -75.1249, 39.990159 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319001", "device_counts": 1600, "stop_counts": 3890 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.065108, 40.027073 ], [ -75.062599, 40.027433 ], [ -75.062394, 40.027444 ], [ -75.062419, 40.027136 ], [ -75.059761, 40.024161 ], [ -75.06308, 40.022452 ], [ -75.062802, 40.024402 ], [ -75.063254, 40.024912 ], [ -75.065492, 40.026589 ], [ -75.065108, 40.027073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356014", "device_counts": 5120, "stop_counts": 17238 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033474, 40.098205 ], [ -75.030235, 40.103387 ], [ -75.028883, 40.102543 ], [ -75.027635, 40.101765 ], [ -75.023927, 40.100702 ], [ -75.030725, 40.09553 ], [ -75.030477, 40.098088 ], [ -75.034298, 40.097871 ], [ -75.033474, 40.098205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177011", "device_counts": 866, "stop_counts": 3308 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119665, 39.995671 ], [ -75.119328, 39.997255 ], [ -75.116414, 39.996881 ], [ -75.116751, 39.995294 ], [ -75.115778, 39.995167 ], [ -75.12031, 39.992672 ], [ -75.119665, 39.995671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022002", "device_counts": 520, "stop_counts": 1539 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17385, 39.93545 ], [ -75.170729, 39.935024 ], [ -75.170455, 39.936232 ], [ -75.167303, 39.935695 ], [ -75.16764, 39.93415 ], [ -75.17034, 39.934498 ], [ -75.172389, 39.934765 ], [ -75.17397, 39.934974 ], [ -75.17385, 39.93545 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266005", "device_counts": 173, "stop_counts": 574 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151053, 40.064852 ], [ -75.147353, 40.064371 ], [ -75.147649, 40.06301 ], [ -75.151414, 40.063206 ], [ -75.151053, 40.064852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316003", "device_counts": 2016, "stop_counts": 5339 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.062207, 40.027471 ], [ -75.058848, 40.030998 ], [ -75.056077, 40.029455 ], [ -75.056872, 40.028943 ], [ -75.058579, 40.028225 ], [ -75.059227, 40.027909 ], [ -75.062207, 40.027471 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104001", "device_counts": 213, "stop_counts": 630 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223118, 39.969747 ], [ -75.220823, 39.969982 ], [ -75.220578, 39.968067 ], [ -75.220402, 39.966641 ], [ -75.222444, 39.966531 ], [ -75.223118, 39.969747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149006", "device_counts": 1001, "stop_counts": 2094 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188033, 39.984126 ], [ -75.184794, 39.983706 ], [ -75.184298, 39.983647 ], [ -75.181758, 39.983325 ], [ -75.185497, 39.980804 ], [ -75.188661, 39.981207 ], [ -75.188033, 39.984126 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281002", "device_counts": 998, "stop_counts": 2537 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152369, 40.031387 ], [ -75.151356, 40.031255 ], [ -75.151521, 40.030498 ], [ -75.148206, 40.030851 ], [ -75.146575, 40.030637 ], [ -75.146705, 40.030127 ], [ -75.14685, 40.029481 ], [ -75.147218, 40.027644 ], [ -75.148865, 40.027857 ], [ -75.148751, 40.028476 ], [ -75.151263, 40.027186 ], [ -75.15152, 40.027556 ], [ -75.153282, 40.029955 ], [ -75.152369, 40.031387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081023", "device_counts": 365, "stop_counts": 1223 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238166, 39.955011 ], [ -75.234212, 39.954521 ], [ -75.234531, 39.953 ], [ -75.238476, 39.953485 ], [ -75.238166, 39.955011 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344002", "device_counts": 738, "stop_counts": 3924 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057068, 40.089697 ], [ -75.053907, 40.091873 ], [ -75.050752, 40.09478 ], [ -75.047567, 40.09192 ], [ -75.047052, 40.09108 ], [ -75.045685, 40.089021 ], [ -75.048799, 40.088354 ], [ -75.049588, 40.08746 ], [ -75.050151, 40.086275 ], [ -75.050745, 40.086616 ], [ -75.051362, 40.086035 ], [ -75.051852, 40.08559 ], [ -75.053386, 40.084845 ], [ -75.055093, 40.084078 ], [ -75.055386, 40.083679 ], [ -75.054568, 40.081271 ], [ -75.054083, 40.080901 ], [ -75.052327, 40.079859 ], [ -75.052737, 40.079427 ], [ -75.054985, 40.081228 ], [ -75.056738, 40.086984 ], [ -75.055807, 40.088095 ], [ -75.057068, 40.089697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349001", "device_counts": 4923, "stop_counts": 14645 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.008224, 40.052113 ], [ -75.007886, 40.052381 ], [ -75.004795, 40.054747 ], [ -74.999877, 40.050402 ], [ -74.99627, 40.047202 ], [ -75.003514, 40.042822 ], [ -75.006278, 40.041155 ], [ -75.009595, 40.043924 ], [ -75.007927, 40.045033 ], [ -75.012273, 40.048885 ], [ -75.008224, 40.052113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254001", "device_counts": 191, "stop_counts": 818 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173445, 40.059867 ], [ -75.170787, 40.0626 ], [ -75.168641, 40.061373 ], [ -75.172869, 40.057256 ], [ -75.174312, 40.058142 ], [ -75.173445, 40.059867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028012", "device_counts": 728, "stop_counts": 2559 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158745, 39.927564 ], [ -75.158666, 39.927955 ], [ -75.155546, 39.92755 ], [ -75.156095, 39.925103 ], [ -75.157666, 39.925313 ], [ -75.159204, 39.925511 ], [ -75.158745, 39.927564 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019804001", "device_counts": 67845, "stop_counts": 164638 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248463, 39.87765 ], [ -75.246044, 39.878981 ], [ -75.24413, 39.881256 ], [ -75.242544, 39.884969 ], [ -75.24072, 39.887833 ], [ -75.239244, 39.889103 ], [ -75.235941, 39.890059 ], [ -75.233426, 39.889178 ], [ -75.229911, 39.882411 ], [ -75.228516, 39.880973 ], [ -75.227493, 39.88182 ], [ -75.223317, 39.883766 ], [ -75.221643, 39.882386 ], [ -75.213969, 39.883692 ], [ -75.212248, 39.883027 ], [ -75.211873, 39.880681 ], [ -75.215787, 39.875052 ], [ -75.215722, 39.876087 ], [ -75.21977, 39.875479 ], [ -75.223763, 39.875858 ], [ -75.229985, 39.876847 ], [ -75.234122, 39.877181 ], [ -75.23637, 39.876187 ], [ -75.24047, 39.872381 ], [ -75.241746, 39.872585 ], [ -75.246824, 39.875142 ], [ -75.248431, 39.876485 ], [ -75.253515, 39.876015 ], [ -75.248463, 39.87765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008031", "device_counts": 840, "stop_counts": 1618 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177323, 39.950964 ], [ -75.176519, 39.95087 ], [ -75.175738, 39.950769 ], [ -75.176239, 39.948414 ], [ -75.177843, 39.94861 ], [ -75.177323, 39.950964 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024002", "device_counts": 4019, "stop_counts": 6651 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159517, 39.9331 ], [ -75.157351, 39.934897 ], [ -75.157089, 39.935103 ], [ -75.155577, 39.934667 ], [ -75.155304, 39.935934 ], [ -75.153774, 39.935516 ], [ -75.154194, 39.933649 ], [ -75.154454, 39.93242 ], [ -75.156025, 39.932635 ], [ -75.157578, 39.932837 ], [ -75.159142, 39.933049 ], [ -75.159517, 39.9331 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215003", "device_counts": 438, "stop_counts": 1914 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227199, 40.035255 ], [ -75.225727, 40.03676 ], [ -75.222808, 40.038112 ], [ -75.222052, 40.037775 ], [ -75.218759, 40.036654 ], [ -75.222011, 40.035206 ], [ -75.225849, 40.033506 ], [ -75.224657, 40.031899 ], [ -75.225127, 40.031643 ], [ -75.226787, 40.030802 ], [ -75.228138, 40.032482 ], [ -75.226904, 40.033041 ], [ -75.22815, 40.034714 ], [ -75.227199, 40.035255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010258001", "device_counts": 634, "stop_counts": 2590 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188461, 40.07275 ], [ -75.186096, 40.075123 ], [ -75.182053, 40.079102 ], [ -75.180238, 40.078084 ], [ -75.176841, 40.07598 ], [ -75.179448, 40.071261 ], [ -75.180482, 40.070191 ], [ -75.181751, 40.068902 ], [ -75.188052, 40.072503 ], [ -75.188461, 40.07275 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323003", "device_counts": 1575, "stop_counts": 4713 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054495, 40.024648 ], [ -75.051104, 40.026407 ], [ -75.050202, 40.02538 ], [ -75.049304, 40.024351 ], [ -75.048375, 40.023291 ], [ -75.045381, 40.019868 ], [ -75.04879, 40.018141 ], [ -75.051773, 40.021535 ], [ -75.052702, 40.022592 ], [ -75.053604, 40.023615 ], [ -75.054495, 40.024648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257003", "device_counts": 766, "stop_counts": 2124 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.200878, 40.074958 ], [ -75.199786, 40.075366 ], [ -75.199715, 40.073803 ], [ -75.196741, 40.067365 ], [ -75.198673, 40.068575 ], [ -75.20079, 40.070707 ], [ -75.202651, 40.073212 ], [ -75.200878, 40.074958 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037014", "device_counts": 538, "stop_counts": 2181 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.18524, 39.930146 ], [ -75.183601, 39.929928 ], [ -75.182804, 39.928575 ], [ -75.18333, 39.926134 ], [ -75.184393, 39.926276 ], [ -75.186029, 39.926481 ], [ -75.18524, 39.930146 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063003", "device_counts": 403, "stop_counts": 1324 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23816, 39.924839 ], [ -75.234991, 39.922169 ], [ -75.236789, 39.920899 ], [ -75.236655, 39.921242 ], [ -75.239671, 39.923779 ], [ -75.23816, 39.924839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081021", "device_counts": 354, "stop_counts": 1070 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238796, 39.951942 ], [ -75.234856, 39.951444 ], [ -75.235165, 39.949953 ], [ -75.239118, 39.950446 ], [ -75.238796, 39.951942 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083013", "device_counts": 928, "stop_counts": 2526 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249006, 39.956907 ], [ -75.249499, 39.957189 ], [ -75.247897, 39.95724 ], [ -75.247989, 39.956758 ], [ -75.243975, 39.95626 ], [ -75.244084, 39.955743 ], [ -75.24441, 39.954226 ], [ -75.244719, 39.952676 ], [ -75.250816, 39.953475 ], [ -75.249006, 39.956907 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153001", "device_counts": 1470, "stop_counts": 3223 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158567, 39.98342 ], [ -75.158246, 39.984934 ], [ -75.157899, 39.986492 ], [ -75.156275, 39.986283 ], [ -75.157581, 39.980223 ], [ -75.159219, 39.980435 ], [ -75.158567, 39.98342 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169024", "device_counts": 926, "stop_counts": 2805 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187604, 39.998195 ], [ -75.182341, 39.997519 ], [ -75.183009, 39.994439 ], [ -75.185793, 39.994349 ], [ -75.186633, 39.994448 ], [ -75.187604, 39.998195 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177021", "device_counts": 768, "stop_counts": 2096 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126915, 39.991834 ], [ -75.126374, 39.993462 ], [ -75.123212, 39.993054 ], [ -75.123686, 39.990836 ], [ -75.124593, 39.990328 ], [ -75.1249, 39.990159 ], [ -75.125491, 39.989836 ], [ -75.127031, 39.990386 ], [ -75.126915, 39.991834 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100001", "device_counts": 394, "stop_counts": 2021 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250481, 39.96946 ], [ -75.247518, 39.969093 ], [ -75.246531, 39.968967 ], [ -75.246848, 39.967449 ], [ -75.247169, 39.965927 ], [ -75.251119, 39.966398 ], [ -75.250481, 39.96946 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010016001", "device_counts": 3639, "stop_counts": 7425 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152546, 39.941148 ], [ -75.152334, 39.942015 ], [ -75.150755, 39.941818 ], [ -75.147604, 39.941422 ], [ -75.148157, 39.938899 ], [ -75.151773, 39.939548 ], [ -75.152771, 39.940039 ], [ -75.152546, 39.941148 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362011", "device_counts": 484, "stop_counts": 2741 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.987586, 40.082663 ], [ -74.985377, 40.082317 ], [ -74.981807, 40.082355 ], [ -74.982487, 40.077246 ], [ -74.984631, 40.074335 ], [ -74.984901, 40.07448 ], [ -74.986886, 40.075332 ], [ -74.987568, 40.075825 ], [ -74.985706, 40.07568 ], [ -74.984093, 40.079508 ], [ -74.986539, 40.080333 ], [ -74.987408, 40.081351 ], [ -74.987586, 40.082663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314015", "device_counts": 1277, "stop_counts": 3398 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07207, 40.045024 ], [ -75.069073, 40.048109 ], [ -75.067109, 40.047015 ], [ -75.068338, 40.045728 ], [ -75.070634, 40.043272 ], [ -75.072645, 40.044394 ], [ -75.07207, 40.045024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320002", "device_counts": 420, "stop_counts": 2304 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056294, 40.026703 ], [ -75.053968, 40.027905 ], [ -75.052898, 40.028462 ], [ -75.051104, 40.026407 ], [ -75.054495, 40.024648 ], [ -75.055398, 40.025673 ], [ -75.056294, 40.026703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105002", "device_counts": 2211, "stop_counts": 6471 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.217767, 39.972627 ], [ -75.216331, 39.97279 ], [ -75.212211, 39.973242 ], [ -75.212148, 39.973012 ], [ -75.211723, 39.970722 ], [ -75.211334, 39.968726 ], [ -75.211231, 39.967879 ], [ -75.21365, 39.967696 ], [ -75.2168, 39.967459 ], [ -75.216996, 39.968969 ], [ -75.217172, 39.970351 ], [ -75.217767, 39.972627 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144003", "device_counts": 1012, "stop_counts": 3010 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146082, 39.972833 ], [ -75.145559, 39.975638 ], [ -75.141976, 39.97519 ], [ -75.142581, 39.972388 ], [ -75.144459, 39.972629 ], [ -75.145018, 39.970191 ], [ -75.146543, 39.97038 ], [ -75.146082, 39.972833 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337024", "device_counts": 208, "stop_counts": 1056 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058052, 40.068549 ], [ -75.055004, 40.071771 ], [ -75.053221, 40.070759 ], [ -75.056259, 40.067555 ], [ -75.057477, 40.066268 ], [ -75.059221, 40.067297 ], [ -75.058052, 40.068549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348033", "device_counts": 469, "stop_counts": 1976 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.009331, 40.065812 ], [ -75.008788, 40.06735 ], [ -75.007719, 40.067102 ], [ -75.008319, 40.06252 ], [ -75.005996, 40.061324 ], [ -75.008018, 40.059417 ], [ -75.003644, 40.059552 ], [ -75.007814, 40.057407 ], [ -75.008245, 40.057796 ], [ -75.008801, 40.058401 ], [ -75.009405, 40.062552 ], [ -75.009331, 40.065812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358001", "device_counts": 4085, "stop_counts": 16066 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.027242, 40.116639 ], [ -75.024606, 40.119216 ], [ -75.025511, 40.119714 ], [ -75.027824, 40.120924 ], [ -75.027205, 40.121653 ], [ -75.026346, 40.123524 ], [ -75.024153, 40.12492 ], [ -75.020183, 40.122282 ], [ -75.023292, 40.125201 ], [ -75.0201, 40.126358 ], [ -75.015384, 40.123599 ], [ -75.018457, 40.118119 ], [ -75.023041, 40.112998 ], [ -75.024699, 40.113964 ], [ -75.027231, 40.115422 ], [ -75.028062, 40.1157 ], [ -75.027242, 40.116639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271003", "device_counts": 400, "stop_counts": 1331 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127143, 40.051748 ], [ -75.125298, 40.051492 ], [ -75.124614, 40.049849 ], [ -75.125631, 40.045259 ], [ -75.126639, 40.045392 ], [ -75.128495, 40.045626 ], [ -75.127143, 40.051748 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284001", "device_counts": 376, "stop_counts": 1215 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139304, 40.031288 ], [ -75.136757, 40.030964 ], [ -75.137091, 40.029412 ], [ -75.135802, 40.029254 ], [ -75.136137, 40.027741 ], [ -75.13998, 40.028245 ], [ -75.139304, 40.031288 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300007", "device_counts": 1194, "stop_counts": 3684 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081309, 40.02076 ], [ -75.080281, 40.021866 ], [ -75.079414, 40.021387 ], [ -75.076696, 40.019926 ], [ -75.077663, 40.018853 ], [ -75.079927, 40.016418 ], [ -75.083508, 40.018365 ], [ -75.081309, 40.02076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019800001", "device_counts": 49827, "stop_counts": 139532 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227057, 39.982691 ], [ -75.225573, 39.987151 ], [ -75.225109, 39.987582 ], [ -75.220317, 39.990286 ], [ -75.217994, 39.994223 ], [ -75.210844, 39.998511 ], [ -75.209317, 39.99842 ], [ -75.20728, 39.999054 ], [ -75.206217, 40.000419 ], [ -75.203579, 40.000755 ], [ -75.202057, 40.004729 ], [ -75.206209, 40.006641 ], [ -75.206868, 40.006944 ], [ -75.203156, 40.008256 ], [ -75.207993, 40.009842 ], [ -75.207237, 40.01022 ], [ -75.206968, 40.011372 ], [ -75.205978, 40.011723 ], [ -75.205485, 40.011501 ], [ -75.203107, 40.010138 ], [ -75.197451, 40.008315 ], [ -75.19281, 40.006733 ], [ -75.192467, 40.006482 ], [ -75.19132, 40.003715 ], [ -75.191754, 39.999748 ], [ -75.188447, 40.000272 ], [ -75.186861, 40.000409 ], [ -75.187604, 39.998195 ], [ -75.186633, 39.994448 ], [ -75.185793, 39.994349 ], [ -75.186148, 39.992662 ], [ -75.186713, 39.990215 ], [ -75.187382, 39.98713 ], [ -75.188033, 39.984126 ], [ -75.188661, 39.981207 ], [ -75.189076, 39.979387 ], [ -75.189882, 39.977933 ], [ -75.189674, 39.977173 ], [ -75.187816, 39.976363 ], [ -75.186368, 39.973537 ], [ -75.185394, 39.973417 ], [ -75.185594, 39.972518 ], [ -75.183561, 39.970778 ], [ -75.181589, 39.969025 ], [ -75.179683, 39.967416 ], [ -75.177513, 39.965382 ], [ -75.176778, 39.964822 ], [ -75.176219, 39.964409 ], [ -75.175984, 39.964208 ], [ -75.17786, 39.964555 ], [ -75.183323, 39.964374 ], [ -75.181601, 39.962006 ], [ -75.179937, 39.960028 ], [ -75.179126, 39.958004 ], [ -75.17972, 39.956164 ], [ -75.179768, 39.955993 ], [ -75.179889, 39.955436 ], [ -75.181105, 39.95458 ], [ -75.188266, 39.955441 ], [ -75.187446, 39.95945 ], [ -75.187415, 39.963367 ], [ -75.187551, 39.963931 ], [ -75.187933, 39.965074 ], [ -75.188987, 39.96591 ], [ -75.192139, 39.966888 ], [ -75.192308, 39.967724 ], [ -75.203722, 39.970929 ], [ -75.20083, 39.971455 ], [ -75.199608, 39.97193 ], [ -75.198817, 39.972434 ], [ -75.198809, 39.974722 ], [ -75.199505, 39.974646 ], [ -75.20372, 39.974182 ], [ -75.209321, 39.97625 ], [ -75.213469, 39.977791 ], [ -75.223157, 39.981381 ], [ -75.224066, 39.981508 ], [ -75.226202, 39.981608 ], [ -75.227057, 39.982691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111004", "device_counts": 1488, "stop_counts": 3501 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230171, 39.978794 ], [ -75.226765, 39.977211 ], [ -75.226131, 39.972964 ], [ -75.229026, 39.972644 ], [ -75.229266, 39.973926 ], [ -75.229855, 39.977069 ], [ -75.230171, 39.978794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125002", "device_counts": 4930, "stop_counts": 12258 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176219, 39.964409 ], [ -75.172848, 39.963923 ], [ -75.170958, 39.963692 ], [ -75.169378, 39.963498 ], [ -75.167806, 39.963306 ], [ -75.168429, 39.9604 ], [ -75.171583, 39.960795 ], [ -75.173374, 39.961668 ], [ -75.175984, 39.964208 ], [ -75.176219, 39.964409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213004", "device_counts": 383, "stop_counts": 1475 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220448, 40.031211 ], [ -75.219029, 40.032081 ], [ -75.2177, 40.030848 ], [ -75.216449, 40.029641 ], [ -75.214188, 40.028699 ], [ -75.216632, 40.027602 ], [ -75.219114, 40.029931 ], [ -75.220448, 40.031211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362032", "device_counts": 489, "stop_counts": 2823 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.973615, 40.078901 ], [ -74.97031, 40.080347 ], [ -74.966814, 40.082209 ], [ -74.966078, 40.081031 ], [ -74.964883, 40.077273 ], [ -74.969879, 40.076657 ], [ -74.970537, 40.076281 ], [ -74.972817, 40.077559 ], [ -74.973615, 40.078901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101001", "device_counts": 401, "stop_counts": 1196 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.241013, 39.975833 ], [ -75.23857, 39.976101 ], [ -75.237983, 39.972957 ], [ -75.240427, 39.972687 ], [ -75.241013, 39.975833 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201021", "device_counts": 1338, "stop_counts": 3239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155681, 40.011457 ], [ -75.151428, 40.010903 ], [ -75.15109, 40.009934 ], [ -75.151246, 40.009279 ], [ -75.156028, 40.009868 ], [ -75.155681, 40.011457 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337011", "device_counts": 1180, "stop_counts": 3744 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051875, 40.069988 ], [ -75.050462, 40.071509 ], [ -75.051719, 40.072241 ], [ -75.047467, 40.076419 ], [ -75.045793, 40.075329 ], [ -75.044088, 40.072639 ], [ -75.045884, 40.069653 ], [ -75.047381, 40.070558 ], [ -75.047762, 40.069395 ], [ -75.049545, 40.070978 ], [ -75.050755, 40.069544 ], [ -75.051875, 40.069988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237002", "device_counts": 1055, "stop_counts": 2664 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194083, 40.051633 ], [ -75.19326, 40.053057 ], [ -75.193951, 40.054358 ], [ -75.192966, 40.055267 ], [ -75.191752, 40.054604 ], [ -75.188077, 40.056898 ], [ -75.187306, 40.055484 ], [ -75.185287, 40.051743 ], [ -75.185221, 40.051585 ], [ -75.186752, 40.050103 ], [ -75.188499, 40.050211 ], [ -75.190817, 40.051189 ], [ -75.192123, 40.047679 ], [ -75.194411, 40.050637 ], [ -75.194083, 40.051633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176014", "device_counts": 855, "stop_counts": 3596 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135807, 39.993154 ], [ -75.134444, 39.996049 ], [ -75.132367, 39.995776 ], [ -75.13191, 39.995754 ], [ -75.130122, 39.994573 ], [ -75.130558, 39.992474 ], [ -75.135121, 39.99306 ], [ -75.135807, 39.993154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263011", "device_counts": 365, "stop_counts": 1267 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167097, 40.07332 ], [ -75.166062, 40.074338 ], [ -75.163884, 40.073088 ], [ -75.161313, 40.071386 ], [ -75.162035, 40.070685 ], [ -75.164781, 40.072161 ], [ -75.166725, 40.070165 ], [ -75.16899, 40.071473 ], [ -75.167097, 40.07332 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253005", "device_counts": 260, "stop_counts": 1008 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184472, 40.054919 ], [ -75.182825, 40.056545 ], [ -75.180513, 40.057498 ], [ -75.179017, 40.05658 ], [ -75.18052, 40.055118 ], [ -75.180252, 40.054955 ], [ -75.181906, 40.053341 ], [ -75.182944, 40.053989 ], [ -75.184472, 40.054919 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086012", "device_counts": 990, "stop_counts": 2971 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.215872, 39.954586 ], [ -75.214643, 39.955607 ], [ -75.211677, 39.95524 ], [ -75.212393, 39.951811 ], [ -75.21635, 39.952302 ], [ -75.215872, 39.954586 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331023", "device_counts": 848, "stop_counts": 3164 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033482, 40.043203 ], [ -75.030535, 40.044372 ], [ -75.028257, 40.041363 ], [ -75.03134, 40.040236 ], [ -75.031919, 40.041201 ], [ -75.033482, 40.043203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283003", "device_counts": 1436, "stop_counts": 2717 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148245, 40.022959 ], [ -75.147894, 40.024553 ], [ -75.147555, 40.026138 ], [ -75.145359, 40.025873 ], [ -75.145718, 40.024214 ], [ -75.146379, 40.021204 ], [ -75.14711, 40.02128 ], [ -75.148567, 40.021476 ], [ -75.148245, 40.022959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073003", "device_counts": 211, "stop_counts": 623 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224736, 39.945465 ], [ -75.222369, 39.947135 ], [ -75.219002, 39.944283 ], [ -75.219138, 39.944186 ], [ -75.22022, 39.943415 ], [ -75.221612, 39.944584 ], [ -75.222759, 39.943806 ], [ -75.22361, 39.944505 ], [ -75.224736, 39.945465 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108004", "device_counts": 755, "stop_counts": 1952 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.202342, 39.963137 ], [ -75.202334, 39.963495 ], [ -75.197519, 39.964025 ], [ -75.197197, 39.962287 ], [ -75.199436, 39.962042 ], [ -75.202235, 39.961643 ], [ -75.20236, 39.962859 ], [ -75.202342, 39.963137 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281003", "device_counts": 1263, "stop_counts": 2583 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151263, 40.027186 ], [ -75.148751, 40.028476 ], [ -75.148865, 40.027857 ], [ -75.147218, 40.027644 ], [ -75.147555, 40.026138 ], [ -75.147894, 40.024553 ], [ -75.148245, 40.022959 ], [ -75.149552, 40.024785 ], [ -75.149984, 40.02539 ], [ -75.150781, 40.026565 ], [ -75.151263, 40.027186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261003", "device_counts": 380, "stop_counts": 1781 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179448, 40.071261 ], [ -75.176841, 40.07598 ], [ -75.175509, 40.075214 ], [ -75.17394, 40.07431 ], [ -75.178918, 40.069175 ], [ -75.180482, 40.070191 ], [ -75.179448, 40.071261 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362023", "device_counts": 664, "stop_counts": 4169 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.984631, 40.074335 ], [ -74.982487, 40.077246 ], [ -74.981807, 40.082355 ], [ -74.980732, 40.082105 ], [ -74.97725, 40.080506 ], [ -74.977684, 40.079834 ], [ -74.981173, 40.071985 ], [ -74.983657, 40.073786 ], [ -74.984631, 40.074335 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019808001", "device_counts": 1166, "stop_counts": 2117 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.276482, 39.976959 ], [ -75.275871, 39.977245 ], [ -75.271639, 39.972082 ], [ -75.269314, 39.97301 ], [ -75.26562, 39.969941 ], [ -75.2619, 39.972584 ], [ -75.259933, 39.974448 ], [ -75.261996, 39.977598 ], [ -75.265918, 39.979251 ], [ -75.267973, 39.980757 ], [ -75.265511, 39.981857 ], [ -75.261282, 39.978272 ], [ -75.259062, 39.982814 ], [ -75.257113, 39.983789 ], [ -75.255918, 39.978122 ], [ -75.255661, 39.976755 ], [ -75.255196, 39.97426 ], [ -75.254752, 39.971527 ], [ -75.255123, 39.970036 ], [ -75.250481, 39.96946 ], [ -75.251119, 39.966398 ], [ -75.247169, 39.965927 ], [ -75.247109, 39.964294 ], [ -75.246425, 39.964276 ], [ -75.246753, 39.962705 ], [ -75.247688, 39.962817 ], [ -75.248056, 39.964074 ], [ -75.250313, 39.965069 ], [ -75.25414, 39.965404 ], [ -75.25711, 39.963719 ], [ -75.259078, 39.965692 ], [ -75.267386, 39.966215 ], [ -75.270002, 39.967479 ], [ -75.270598, 39.96866 ], [ -75.275394, 39.969575 ], [ -75.280266, 39.974964 ], [ -75.276482, 39.976959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090003", "device_counts": 2170, "stop_counts": 6568 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191389, 39.962922 ], [ -75.187415, 39.963367 ], [ -75.187446, 39.95945 ], [ -75.188266, 39.955441 ], [ -75.189489, 39.955593 ], [ -75.189063, 39.957606 ], [ -75.18921, 39.958811 ], [ -75.189564, 39.960998 ], [ -75.191117, 39.96144 ], [ -75.191389, 39.962922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163004", "device_counts": 949, "stop_counts": 3073 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139021, 39.988764 ], [ -75.133549, 39.98806 ], [ -75.131557, 39.987799 ], [ -75.129641, 39.987546 ], [ -75.130794, 39.986928 ], [ -75.131907, 39.986306 ], [ -75.132208, 39.984741 ], [ -75.1351, 39.98519 ], [ -75.136167, 39.985328 ], [ -75.136759, 39.985402 ], [ -75.13746, 39.985492 ], [ -75.139669, 39.985802 ], [ -75.139021, 39.988764 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190005", "device_counts": 2755, "stop_counts": 8558 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10327, 40.005602 ], [ -75.101826, 40.005667 ], [ -75.101064, 40.005695 ], [ -75.100691, 40.007435 ], [ -75.098734, 40.007196 ], [ -75.098428, 40.008664 ], [ -75.094816, 40.008195 ], [ -75.094104, 40.007096 ], [ -75.094849, 40.006678 ], [ -75.101811, 40.002863 ], [ -75.103797, 40.003134 ], [ -75.10327, 40.005602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363031", "device_counts": 1482, "stop_counts": 8513 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.983393, 40.103684 ], [ -74.97896, 40.106169 ], [ -74.969941, 40.113339 ], [ -74.969758, 40.115927 ], [ -74.966621, 40.117932 ], [ -74.96408, 40.117766 ], [ -74.96345, 40.110013 ], [ -74.965194, 40.107777 ], [ -74.963491, 40.10674 ], [ -74.961156, 40.103446 ], [ -74.962196, 40.103382 ], [ -74.96767, 40.1027 ], [ -74.971183, 40.102233 ], [ -74.97588, 40.100421 ], [ -74.9781, 40.099212 ], [ -74.981997, 40.102454 ], [ -74.983393, 40.103684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011021", "device_counts": 3605, "stop_counts": 9382 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159984, 39.944009 ], [ -75.156841, 39.943615 ], [ -75.156337, 39.945923 ], [ -75.153184, 39.945536 ], [ -75.153694, 39.943218 ], [ -75.153916, 39.942205 ], [ -75.155488, 39.942407 ], [ -75.156673, 39.942551 ], [ -75.160205, 39.942997 ], [ -75.159984, 39.944009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279014", "device_counts": 435, "stop_counts": 1445 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158217, 40.045076 ], [ -75.156675, 40.04536 ], [ -75.154966, 40.046241 ], [ -75.153691, 40.04655 ], [ -75.153883, 40.043659 ], [ -75.153946, 40.042752 ], [ -75.158306, 40.042861 ], [ -75.158217, 40.045076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330005", "device_counts": 706, "stop_counts": 3860 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036906, 40.032252 ], [ -75.035488, 40.03299 ], [ -75.032739, 40.034407 ], [ -75.030907, 40.032318 ], [ -75.03517, 40.030116 ], [ -75.036055, 40.031206 ], [ -75.036906, 40.032252 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178003", "device_counts": 358, "stop_counts": 1254 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116662, 39.991437 ], [ -75.113816, 39.992924 ], [ -75.112775, 39.991747 ], [ -75.113665, 39.990278 ], [ -75.114257, 39.989952 ], [ -75.115083, 39.989526 ], [ -75.116662, 39.991437 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341001", "device_counts": 303, "stop_counts": 1710 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076258, 40.080605 ], [ -75.073705, 40.079182 ], [ -75.071007, 40.077682 ], [ -75.073477, 40.07526 ], [ -75.078592, 40.078097 ], [ -75.076258, 40.080605 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078004", "device_counts": 514, "stop_counts": 1147 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219234, 39.948368 ], [ -75.217121, 39.94861 ], [ -75.215162, 39.946978 ], [ -75.217733, 39.945183 ], [ -75.221237, 39.948161 ], [ -75.219234, 39.948368 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098021", "device_counts": 442, "stop_counts": 2307 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264257, 39.974419 ], [ -75.263054, 39.975749 ], [ -75.261996, 39.977598 ], [ -75.259933, 39.974448 ], [ -75.2619, 39.972584 ], [ -75.264148, 39.97148 ], [ -75.266109, 39.972898 ], [ -75.264257, 39.974419 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134021", "device_counts": 1019, "stop_counts": 2071 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172108, 39.967284 ], [ -75.171344, 39.967275 ], [ -75.170177, 39.96725 ], [ -75.168569, 39.967226 ], [ -75.168804, 39.966145 ], [ -75.168959, 39.965463 ], [ -75.169102, 39.964781 ], [ -75.17068, 39.964975 ], [ -75.17256, 39.965219 ], [ -75.172108, 39.967284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353021", "device_counts": 2531, "stop_counts": 11198 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.997635, 40.079699 ], [ -74.994348, 40.081681 ], [ -74.990003, 40.077975 ], [ -74.987568, 40.075825 ], [ -74.986886, 40.075332 ], [ -74.984901, 40.07448 ], [ -74.987148, 40.072702 ], [ -74.987857, 40.072829 ], [ -74.988467, 40.073908 ], [ -74.991271, 40.07631 ], [ -74.995282, 40.077149 ], [ -74.998488, 40.078701 ], [ -74.997635, 40.079699 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259001", "device_counts": 1550, "stop_counts": 3721 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174143, 40.08135 ], [ -75.172951, 40.082581 ], [ -75.169914, 40.080818 ], [ -75.172621, 40.078103 ], [ -75.175627, 40.07984 ], [ -75.174143, 40.08135 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286006", "device_counts": 561, "stop_counts": 2417 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131829, 40.030321 ], [ -75.128974, 40.029953 ], [ -75.126686, 40.029667 ], [ -75.126866, 40.028955 ], [ -75.127646, 40.027416 ], [ -75.132352, 40.028019 ], [ -75.131829, 40.030321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348023", "device_counts": 1437, "stop_counts": 6215 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.013797, 40.058001 ], [ -75.013284, 40.058573 ], [ -75.013062, 40.059109 ], [ -75.013066, 40.059901 ], [ -75.013629, 40.062047 ], [ -75.012747, 40.062185 ], [ -75.013145, 40.066335 ], [ -75.011381, 40.06842 ], [ -75.009635, 40.067672 ], [ -75.008788, 40.06735 ], [ -75.009331, 40.065812 ], [ -75.009405, 40.062552 ], [ -75.008801, 40.058401 ], [ -75.008245, 40.057796 ], [ -75.008555, 40.057808 ], [ -75.012828, 40.056404 ], [ -75.014444, 40.057424 ], [ -75.013797, 40.058001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277003", "device_counts": 545, "stop_counts": 1776 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153101, 40.050412 ], [ -75.152881, 40.052844 ], [ -75.150142, 40.051578 ], [ -75.15082, 40.048518 ], [ -75.153235, 40.048842 ], [ -75.153101, 40.050412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192002", "device_counts": 1397, "stop_counts": 4443 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116411, 40.001624 ], [ -75.11609, 40.003067 ], [ -75.113986, 40.00356 ], [ -75.109864, 40.003027 ], [ -75.110017, 40.002282 ], [ -75.11046, 40.000268 ], [ -75.112398, 40.00052 ], [ -75.114785, 39.999838 ], [ -75.116722, 40.000088 ], [ -75.116411, 40.001624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245001", "device_counts": 528, "stop_counts": 1409 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166655, 40.03089 ], [ -75.164571, 40.032912 ], [ -75.162906, 40.031923 ], [ -75.161239, 40.030941 ], [ -75.16327, 40.02896 ], [ -75.163749, 40.029255 ], [ -75.166488, 40.030794 ], [ -75.166655, 40.03089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041021", "device_counts": 1120, "stop_counts": 5302 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160275, 39.920611 ], [ -75.155597, 39.920013 ], [ -75.155865, 39.918755 ], [ -75.156139, 39.917515 ], [ -75.160826, 39.918116 ], [ -75.160275, 39.920611 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356021", "device_counts": 598, "stop_counts": 4037 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.05401, 40.108143 ], [ -75.049254, 40.105823 ], [ -75.046843, 40.105712 ], [ -75.039857, 40.101835 ], [ -75.042613, 40.100504 ], [ -75.047115, 40.098377 ], [ -75.049676, 40.102037 ], [ -75.050974, 40.103122 ], [ -75.053057, 40.10618 ], [ -75.05401, 40.108143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010092001", "device_counts": 2516, "stop_counts": 5820 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21306, 39.962577 ], [ -75.21056, 39.962571 ], [ -75.209058, 39.962329 ], [ -75.206889, 39.962485 ], [ -75.20627, 39.958823 ], [ -75.201971, 39.959176 ], [ -75.201824, 39.957827 ], [ -75.201953, 39.957149 ], [ -75.204145, 39.957422 ], [ -75.208128, 39.957915 ], [ -75.211039, 39.958276 ], [ -75.214018, 39.958643 ], [ -75.21306, 39.962577 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010375001", "device_counts": 2484, "stop_counts": 6341 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.253999, 39.988304 ], [ -75.251438, 39.989504 ], [ -75.25, 39.99018 ], [ -75.249214, 39.990547 ], [ -75.247948, 39.991138 ], [ -75.246187, 39.989516 ], [ -75.246416, 39.988266 ], [ -75.245478, 39.986619 ], [ -75.248991, 39.985109 ], [ -75.248346, 39.982968 ], [ -75.251063, 39.981601 ], [ -75.255676, 39.987499 ], [ -75.253999, 39.988304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140002", "device_counts": 506, "stop_counts": 1470 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164888, 39.976668 ], [ -75.163325, 39.976471 ], [ -75.16175, 39.976262 ], [ -75.162507, 39.972799 ], [ -75.164069, 39.973009 ], [ -75.165461, 39.974033 ], [ -75.164888, 39.976668 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331011", "device_counts": 702, "stop_counts": 3352 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045919, 40.039643 ], [ -75.043322, 40.040305 ], [ -75.040003, 40.041793 ], [ -75.03836, 40.039695 ], [ -75.041692, 40.038218 ], [ -75.042536, 40.037722 ], [ -75.044192, 40.03866 ], [ -75.045806, 40.039579 ], [ -75.045919, 40.039643 ] ] ] ] } } +] +} diff --git a/assets/data/philly_2023.geojson b/assets/data/philly_2023.geojson new file mode 100644 index 0000000..df9e6f5 --- /dev/null +++ b/assets/data/philly_2023.geojson @@ -0,0 +1,1342 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "GEOID": "421010289023", "device_counts": 631, "stop_counts": 1641 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117389, 40.02504 ], [ -75.114348, 40.024951 ], [ -75.114917, 40.021956 ], [ -75.116106, 40.022109 ], [ -75.117959, 40.022349 ], [ -75.117389, 40.02504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152001", "device_counts": 350, "stop_counts": 974 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167078, 39.984517 ], [ -75.166408, 39.987598 ], [ -75.164184, 39.987311 ], [ -75.164517, 39.985759 ], [ -75.164855, 39.984239 ], [ -75.166419, 39.984436 ], [ -75.167078, 39.984517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042011", "device_counts": 685, "stop_counts": 1177 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149405, 39.924207 ], [ -75.147842, 39.924015 ], [ -75.14691, 39.923887 ], [ -75.147431, 39.921502 ], [ -75.149916, 39.921819 ], [ -75.149405, 39.924207 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236002", "device_counts": 3037, "stop_counts": 4264 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196382, 40.042203 ], [ -75.193841, 40.045069 ], [ -75.193091, 40.04459 ], [ -75.191199, 40.043386 ], [ -75.187315, 40.040929 ], [ -75.188797, 40.03948 ], [ -75.190086, 40.038232 ], [ -75.193657, 40.039688 ], [ -75.194933, 40.042022 ], [ -75.196382, 40.042203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010018001", "device_counts": 1932, "stop_counts": 4765 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156011, 39.940006 ], [ -75.155888, 39.94056 ], [ -75.152771, 39.940039 ], [ -75.153065, 39.938763 ], [ -75.153286, 39.937736 ], [ -75.154807, 39.93815 ], [ -75.156317, 39.938569 ], [ -75.156011, 39.940006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180022", "device_counts": 1219, "stop_counts": 2323 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106968, 39.982648 ], [ -75.105437, 39.983452 ], [ -75.102999, 39.98472 ], [ -75.101439, 39.982974 ], [ -75.105976, 39.980595 ], [ -75.105921, 39.981461 ], [ -75.106968, 39.982648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007003", "device_counts": 3756, "stop_counts": 8483 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180909, 39.952982 ], [ -75.176191, 39.952387 ], [ -75.176519, 39.95087 ], [ -75.177323, 39.950964 ], [ -75.181663, 39.951509 ], [ -75.180909, 39.952982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240001", "device_counts": 554, "stop_counts": 1285 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186194, 40.029468 ], [ -75.183731, 40.030637 ], [ -75.1793, 40.027944 ], [ -75.181668, 40.025657 ], [ -75.185463, 40.028875 ], [ -75.186194, 40.029468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379004", "device_counts": 908, "stop_counts": 1540 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103366, 39.985129 ], [ -75.100912, 39.986416 ], [ -75.100552, 39.986001 ], [ -75.099, 39.98424 ], [ -75.101439, 39.982974 ], [ -75.102999, 39.98472 ], [ -75.103366, 39.985129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331024", "device_counts": 959, "stop_counts": 1788 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033824, 40.04466 ], [ -75.031636, 40.04566 ], [ -75.031781, 40.047141 ], [ -75.030489, 40.048407 ], [ -75.026037, 40.048163 ], [ -75.02654, 40.045822 ], [ -75.030535, 40.044372 ], [ -75.033482, 40.043203 ], [ -75.034393, 40.044379 ], [ -75.033824, 40.04466 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178001", "device_counts": 1019, "stop_counts": 1562 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115778, 39.995167 ], [ -75.113387, 39.996493 ], [ -75.111369, 39.994211 ], [ -75.113816, 39.992924 ], [ -75.115778, 39.995167 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316001", "device_counts": 197, "stop_counts": 1074 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058568, 40.036548 ], [ -75.055334, 40.034739 ], [ -75.057092, 40.032869 ], [ -75.060338, 40.034685 ], [ -75.058568, 40.036548 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299001", "device_counts": 908, "stop_counts": 2384 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080857, 40.011903 ], [ -75.079046, 40.013007 ], [ -75.077257, 40.014973 ], [ -75.07505, 40.017159 ], [ -75.073747, 40.013717 ], [ -75.073295, 40.012543 ], [ -75.075229, 40.012101 ], [ -75.079279, 40.010409 ], [ -75.080314, 40.011393 ], [ -75.080857, 40.011903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110003", "device_counts": 1473, "stop_counts": 2231 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209321, 39.97625 ], [ -75.20372, 39.974182 ], [ -75.204176, 39.973395 ], [ -75.206302, 39.973162 ], [ -75.208081, 39.972962 ], [ -75.208323, 39.972912 ], [ -75.208756, 39.972864 ], [ -75.208901, 39.973613 ], [ -75.209834, 39.973505 ], [ -75.209976, 39.974242 ], [ -75.209114, 39.974321 ], [ -75.208903, 39.974618 ], [ -75.210123, 39.975067 ], [ -75.209321, 39.97625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033004", "device_counts": 633, "stop_counts": 1620 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195923, 39.939102 ], [ -75.193271, 39.939032 ], [ -75.193615, 39.937485 ], [ -75.193873, 39.936286 ], [ -75.197012, 39.936678 ], [ -75.195923, 39.939102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274021", "device_counts": 756, "stop_counts": 2301 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126987, 40.043857 ], [ -75.125968, 40.043728 ], [ -75.121754, 40.04317 ], [ -75.122078, 40.041664 ], [ -75.126311, 40.042203 ], [ -75.127317, 40.04232 ], [ -75.126987, 40.043857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283005", "device_counts": 252, "stop_counts": 340 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144716, 40.028855 ], [ -75.142334, 40.028543 ], [ -75.143001, 40.025561 ], [ -75.145359, 40.025873 ], [ -75.144716, 40.028855 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114002", "device_counts": 252, "stop_counts": 803 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242792, 39.981061 ], [ -75.239335, 39.981447 ], [ -75.239467, 39.980914 ], [ -75.239124, 39.979069 ], [ -75.241574, 39.978799 ], [ -75.242354, 39.978712 ], [ -75.242792, 39.981061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317002", "device_counts": 983, "stop_counts": 1813 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071824, 40.033503 ], [ -75.071097, 40.034742 ], [ -75.070001, 40.03532 ], [ -75.069596, 40.035093 ], [ -75.066523, 40.033377 ], [ -75.067697, 40.03212 ], [ -75.068878, 40.030875 ], [ -75.069719, 40.029984 ], [ -75.072682, 40.031938 ], [ -75.071824, 40.033503 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305025", "device_counts": 225, "stop_counts": 741 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109431, 40.045874 ], [ -75.109406, 40.04584 ], [ -75.108728, 40.045469 ], [ -75.107491, 40.046751 ], [ -75.105191, 40.0454 ], [ -75.105787, 40.044735 ], [ -75.10827, 40.042213 ], [ -75.111153, 40.042187 ], [ -75.109431, 40.045874 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168006", "device_counts": 604, "stop_counts": 2421 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168248, 39.992579 ], [ -75.167925, 39.994025 ], [ -75.167568, 39.995621 ], [ -75.164094, 39.995169 ], [ -75.16294, 39.993043 ], [ -75.1635, 39.990401 ], [ -75.165738, 39.990675 ], [ -75.167918, 39.990947 ], [ -75.168561, 39.991047 ], [ -75.168248, 39.992579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214001", "device_counts": 4105, "stop_counts": 8880 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232005, 40.028228 ], [ -75.229513, 40.029492 ], [ -75.227885, 40.028193 ], [ -75.226157, 40.027648 ], [ -75.223862, 40.026345 ], [ -75.221837, 40.027263 ], [ -75.22124, 40.027551 ], [ -75.219658, 40.02755 ], [ -75.218841, 40.0266 ], [ -75.219699, 40.02614 ], [ -75.221027, 40.026228 ], [ -75.223694, 40.023712 ], [ -75.226652, 40.025267 ], [ -75.228149, 40.026031 ], [ -75.232628, 40.028355 ], [ -75.232005, 40.028228 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065004", "device_counts": 251, "stop_counts": 675 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233873, 39.937703 ], [ -75.231766, 39.93846 ], [ -75.230224, 39.937177 ], [ -75.233213, 39.935057 ], [ -75.234499, 39.93613 ], [ -75.233873, 39.937703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010205002", "device_counts": 2080, "stop_counts": 5891 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174037, 40.016962 ], [ -75.172342, 40.017604 ], [ -75.170096, 40.015723 ], [ -75.167776, 40.011086 ], [ -75.157218, 40.016166 ], [ -75.15409, 40.016325 ], [ -75.153849, 40.015891 ], [ -75.155185, 40.015295 ], [ -75.156652, 40.014618 ], [ -75.160943, 40.012647 ], [ -75.166871, 40.009901 ], [ -75.167292, 40.009695 ], [ -75.167945, 40.009378 ], [ -75.16914, 40.008832 ], [ -75.175669, 40.016051 ], [ -75.174037, 40.016962 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060001", "device_counts": 3553, "stop_counts": 9281 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242832, 39.911272 ], [ -75.240333, 39.912999 ], [ -75.238951, 39.911823 ], [ -75.23374, 39.914073 ], [ -75.231662, 39.912252 ], [ -75.238529, 39.908213 ], [ -75.237281, 39.908241 ], [ -75.235164, 39.906453 ], [ -75.237752, 39.904713 ], [ -75.240331, 39.904113 ], [ -75.240576, 39.904062 ], [ -75.241558, 39.907257 ], [ -75.242832, 39.911272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042022", "device_counts": 3595, "stop_counts": 7678 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156139, 39.917515 ], [ -75.151014, 39.916842 ], [ -75.151276, 39.9156 ], [ -75.147357, 39.91509 ], [ -75.148124, 39.913772 ], [ -75.156708, 39.914869 ], [ -75.156139, 39.917515 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263023", "device_counts": 580, "stop_counts": 2003 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164106, 40.068662 ], [ -75.162035, 40.070685 ], [ -75.157379, 40.067944 ], [ -75.159299, 40.065913 ], [ -75.162495, 40.067732 ], [ -75.164106, 40.068662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311011", "device_counts": 835, "stop_counts": 1499 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078565, 40.043904 ], [ -75.077403, 40.045139 ], [ -75.073836, 40.043174 ], [ -75.075032, 40.04194 ], [ -75.075452, 40.041477 ], [ -75.078996, 40.043455 ], [ -75.078565, 40.043904 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262001", "device_counts": 233, "stop_counts": 1646 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16697, 40.067709 ], [ -75.165348, 40.069372 ], [ -75.164106, 40.068662 ], [ -75.162495, 40.067732 ], [ -75.162957, 40.067255 ], [ -75.163822, 40.066357 ], [ -75.165706, 40.067438 ], [ -75.166072, 40.067194 ], [ -75.16697, 40.067709 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167024", "device_counts": 630, "stop_counts": 1772 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160695, 39.988495 ], [ -75.158335, 39.988186 ], [ -75.155934, 39.987877 ], [ -75.156275, 39.986283 ], [ -75.157899, 39.986492 ], [ -75.161032, 39.986907 ], [ -75.160695, 39.988495 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010248002", "device_counts": 863, "stop_counts": 2428 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171755, 40.048359 ], [ -75.170884, 40.049199 ], [ -75.167701, 40.047245 ], [ -75.166038, 40.046218 ], [ -75.163175, 40.047076 ], [ -75.16483, 40.045468 ], [ -75.167207, 40.043149 ], [ -75.169492, 40.044531 ], [ -75.170725, 40.046151 ], [ -75.171536, 40.047888 ], [ -75.171755, 40.048359 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299004", "device_counts": 834, "stop_counts": 4727 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075429, 40.017665 ], [ -75.074136, 40.019026 ], [ -75.07338, 40.019654 ], [ -75.072575, 40.018868 ], [ -75.071847, 40.016952 ], [ -75.070864, 40.014353 ], [ -75.073747, 40.013717 ], [ -75.07505, 40.017159 ], [ -75.075429, 40.017665 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010211002", "device_counts": 4255, "stop_counts": 11037 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211308, 40.02997 ], [ -75.207715, 40.031573 ], [ -75.205569, 40.032514 ], [ -75.203407, 40.029561 ], [ -75.205616, 40.028661 ], [ -75.20323, 40.025839 ], [ -75.207732, 40.023783 ], [ -75.209437, 40.026929 ], [ -75.210588, 40.02903 ], [ -75.211308, 40.02997 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267002", "device_counts": 127, "stop_counts": 256 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145553, 40.054117 ], [ -75.145211, 40.055661 ], [ -75.142849, 40.055357 ], [ -75.143189, 40.05381 ], [ -75.143571, 40.052297 ], [ -75.145881, 40.052598 ], [ -75.145553, 40.054117 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027023", "device_counts": 1140, "stop_counts": 4280 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151852, 39.929555 ], [ -75.148329, 39.929093 ], [ -75.148701, 39.927896 ], [ -75.149166, 39.926696 ], [ -75.152407, 39.927129 ], [ -75.151852, 39.929555 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244002", "device_counts": 1196, "stop_counts": 2339 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165275, 40.024087 ], [ -75.160983, 40.027253 ], [ -75.160053, 40.026023 ], [ -75.159551, 40.023925 ], [ -75.162024, 40.022286 ], [ -75.165275, 40.024087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010156001", "device_counts": 1927, "stop_counts": 6942 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14501, 39.978597 ], [ -75.143188, 39.978359 ], [ -75.14315, 39.978966 ], [ -75.141349, 39.978121 ], [ -75.139868, 39.982536 ], [ -75.138137, 39.982312 ], [ -75.138768, 39.979323 ], [ -75.139715, 39.974897 ], [ -75.141976, 39.97519 ], [ -75.145559, 39.975638 ], [ -75.14501, 39.978597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329001", "device_counts": 837, "stop_counts": 1598 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028257, 40.041363 ], [ -75.02562, 40.042322 ], [ -75.021752, 40.043668 ], [ -75.020499, 40.043542 ], [ -75.020392, 40.04353 ], [ -75.021984, 40.037965 ], [ -75.021682, 40.037088 ], [ -75.023594, 40.036101 ], [ -75.023317, 40.039937 ], [ -75.024465, 40.040664 ], [ -75.024132, 40.039782 ], [ -75.027031, 40.038744 ], [ -75.027846, 40.040678 ], [ -75.028257, 40.041363 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254002", "device_counts": 458, "stop_counts": 2634 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180513, 40.057498 ], [ -75.178248, 40.059704 ], [ -75.177077, 40.060236 ], [ -75.174312, 40.058142 ], [ -75.172869, 40.057256 ], [ -75.174759, 40.057282 ], [ -75.176188, 40.055819 ], [ -75.175743, 40.054577 ], [ -75.179017, 40.05658 ], [ -75.180513, 40.057498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326003", "device_counts": 201, "stop_counts": 867 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044655, 40.031231 ], [ -75.042537, 40.032328 ], [ -75.038616, 40.034355 ], [ -75.03733, 40.032782 ], [ -75.041188, 40.030786 ], [ -75.043304, 40.029688 ], [ -75.044655, 40.031231 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294003", "device_counts": 1239, "stop_counts": 3986 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087577, 40.012516 ], [ -75.086348, 40.013868 ], [ -75.085818, 40.014448 ], [ -75.082668, 40.009938 ], [ -75.080314, 40.011393 ], [ -75.079279, 40.010409 ], [ -75.078749, 40.009878 ], [ -75.078448, 40.008586 ], [ -75.083087, 40.007437 ], [ -75.083788, 40.008503 ], [ -75.084912, 40.009489 ], [ -75.088731, 40.010923 ], [ -75.087577, 40.012516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348031", "device_counts": 1501, "stop_counts": 7570 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.005996, 40.061324 ], [ -75.002288, 40.063869 ], [ -75.00009, 40.062745 ], [ -74.998385, 40.064117 ], [ -74.995269, 40.062344 ], [ -74.991709, 40.061095 ], [ -74.990432, 40.060396 ], [ -74.991254, 40.059949 ], [ -74.998259, 40.05808 ], [ -75.001181, 40.057232 ], [ -75.004795, 40.054747 ], [ -75.007814, 40.057407 ], [ -75.003644, 40.059552 ], [ -75.008018, 40.059417 ], [ -75.005996, 40.061324 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237001", "device_counts": 808, "stop_counts": 2509 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190893, 40.044241 ], [ -75.187368, 40.047688 ], [ -75.185932, 40.046809 ], [ -75.187332, 40.045452 ], [ -75.184524, 40.043654 ], [ -75.185569, 40.042625 ], [ -75.187315, 40.040929 ], [ -75.191199, 40.043386 ], [ -75.190893, 40.044241 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012021", "device_counts": 2794, "stop_counts": 4729 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17118, 39.947784 ], [ -75.16803, 39.947386 ], [ -75.166458, 39.947196 ], [ -75.166767, 39.945768 ], [ -75.171488, 39.946353 ], [ -75.17118, 39.947784 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252006", "device_counts": 657, "stop_counts": 1606 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183398, 40.048254 ], [ -75.179616, 40.051956 ], [ -75.177983, 40.05356 ], [ -75.177193, 40.05308 ], [ -75.175804, 40.052241 ], [ -75.179194, 40.048872 ], [ -75.178144, 40.04821 ], [ -75.17922, 40.047155 ], [ -75.181057, 40.045381 ], [ -75.181701, 40.044831 ], [ -75.182203, 40.045894 ], [ -75.183398, 40.048254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243004", "device_counts": 400, "stop_counts": 1728 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173246, 40.018411 ], [ -75.169534, 40.022381 ], [ -75.165707, 40.019731 ], [ -75.163915, 40.02099 ], [ -75.162782, 40.020368 ], [ -75.163758, 40.019234 ], [ -75.172342, 40.017604 ], [ -75.173246, 40.018411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110004", "device_counts": 1040, "stop_counts": 1961 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.204176, 39.973395 ], [ -75.20372, 39.974182 ], [ -75.199505, 39.974646 ], [ -75.199139, 39.972707 ], [ -75.203871, 39.97176 ], [ -75.204176, 39.973395 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172023", "device_counts": 508, "stop_counts": 1900 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180188, 39.997253 ], [ -75.178237, 39.998611 ], [ -75.175188, 39.998233 ], [ -75.175539, 39.996639 ], [ -75.178576, 39.99704 ], [ -75.180188, 39.997253 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067001", "device_counts": 635, "stop_counts": 1565 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224111, 39.921005 ], [ -75.22216, 39.923892 ], [ -75.221562, 39.924744 ], [ -75.21931, 39.928012 ], [ -75.216768, 39.926956 ], [ -75.221873, 39.919551 ], [ -75.222772, 39.919918 ], [ -75.224111, 39.921005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010005001", "device_counts": 45445, "stop_counts": 158605 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165063, 39.953608 ], [ -75.163402, 39.953339 ], [ -75.163329, 39.95333 ], [ -75.163093, 39.9544 ], [ -75.151539, 39.952948 ], [ -75.152337, 39.949421 ], [ -75.157062, 39.950006 ], [ -75.163937, 39.950866 ], [ -75.164011, 39.950876 ], [ -75.165063, 39.953608 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249004", "device_counts": 304, "stop_counts": 651 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161898, 40.052842 ], [ -75.160222, 40.051826 ], [ -75.159041, 40.051106 ], [ -75.160528, 40.049664 ], [ -75.161656, 40.048559 ], [ -75.164529, 40.050306 ], [ -75.161898, 40.052842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031005", "device_counts": 993, "stop_counts": 1853 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179553, 39.933178 ], [ -75.176069, 39.932721 ], [ -75.176513, 39.930716 ], [ -75.180001, 39.93117 ], [ -75.179553, 39.933178 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340001", "device_counts": 552, "stop_counts": 2171 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0759, 40.072884 ], [ -75.073477, 40.07526 ], [ -75.071007, 40.077682 ], [ -75.067912, 40.075976 ], [ -75.067333, 40.075504 ], [ -75.068958, 40.072358 ], [ -75.068862, 40.071845 ], [ -75.070412, 40.07022 ], [ -75.074029, 40.071983 ], [ -75.0759, 40.072884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085003", "device_counts": 1039, "stop_counts": 1897 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226002, 39.954591 ], [ -75.225746, 39.955814 ], [ -75.223775, 39.955565 ], [ -75.221798, 39.955319 ], [ -75.221923, 39.954723 ], [ -75.222056, 39.954102 ], [ -75.222279, 39.95304 ], [ -75.226224, 39.953528 ], [ -75.226002, 39.954591 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152002", "device_counts": 1117, "stop_counts": 4535 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175803, 39.988812 ], [ -75.173682, 39.990167 ], [ -75.171839, 39.989935 ], [ -75.168894, 39.98955 ], [ -75.169234, 39.987959 ], [ -75.168428, 39.987857 ], [ -75.166408, 39.987598 ], [ -75.167078, 39.984517 ], [ -75.17151, 39.98509 ], [ -75.171197, 39.986603 ], [ -75.174361, 39.987024 ], [ -75.174044, 39.988507 ], [ -75.174665, 39.988427 ], [ -75.175803, 39.988812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010106001", "device_counts": 1069, "stop_counts": 1817 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211334, 39.968726 ], [ -75.211189, 39.968634 ], [ -75.210101, 39.967961 ], [ -75.208344, 39.966876 ], [ -75.209344, 39.964621 ], [ -75.209058, 39.962329 ], [ -75.21056, 39.962571 ], [ -75.211231, 39.967879 ], [ -75.211334, 39.968726 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338001", "device_counts": 763, "stop_counts": 6142 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073304, 40.062812 ], [ -75.067355, 40.068727 ], [ -75.06304, 40.066143 ], [ -75.064491, 40.064588 ], [ -75.065685, 40.063332 ], [ -75.068074, 40.060824 ], [ -75.069224, 40.059583 ], [ -75.072766, 40.061554 ], [ -75.073909, 40.062192 ], [ -75.073304, 40.062812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010015001", "device_counts": 2814, "stop_counts": 4830 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156673, 39.942551 ], [ -75.155488, 39.942407 ], [ -75.153916, 39.942205 ], [ -75.152334, 39.942015 ], [ -75.152546, 39.941148 ], [ -75.152771, 39.940039 ], [ -75.155888, 39.94056 ], [ -75.156388, 39.940627 ], [ -75.156853, 39.941683 ], [ -75.156673, 39.942551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355003", "device_counts": 11538, "stop_counts": 38616 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041488, 40.087338 ], [ -75.034808, 40.092423 ], [ -75.030725, 40.09553 ], [ -75.023927, 40.100702 ], [ -75.022086, 40.100212 ], [ -75.018233, 40.097105 ], [ -75.021451, 40.096963 ], [ -75.027681, 40.095046 ], [ -75.025866, 40.090515 ], [ -75.027097, 40.087878 ], [ -75.028337, 40.086604 ], [ -75.033547, 40.089582 ], [ -75.037498, 40.085459 ], [ -75.0384, 40.084472 ], [ -75.039509, 40.085702 ], [ -75.040877, 40.086966 ], [ -75.041488, 40.087338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180023", "device_counts": 604, "stop_counts": 2970 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111221, 39.985268 ], [ -75.108359, 39.986753 ], [ -75.105437, 39.983452 ], [ -75.106968, 39.982648 ], [ -75.108828, 39.981673 ], [ -75.111221, 39.985268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028025", "device_counts": 2178, "stop_counts": 3857 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161047, 39.931817 ], [ -75.159517, 39.9331 ], [ -75.159142, 39.933049 ], [ -75.157578, 39.932837 ], [ -75.157843, 39.931615 ], [ -75.158121, 39.930394 ], [ -75.158296, 39.929602 ], [ -75.161428, 39.930017 ], [ -75.161047, 39.931817 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115001", "device_counts": 255, "stop_counts": 1121 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.252544, 39.98077 ], [ -75.251063, 39.981601 ], [ -75.248944, 39.979106 ], [ -75.250979, 39.977684 ], [ -75.253104, 39.98018 ], [ -75.252544, 39.98077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042013", "device_counts": 839, "stop_counts": 1284 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149916, 39.921819 ], [ -75.147431, 39.921502 ], [ -75.14769, 39.920273 ], [ -75.147813, 39.919001 ], [ -75.150461, 39.919345 ], [ -75.149916, 39.921819 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027022", "device_counts": 531, "stop_counts": 949 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150101, 39.924305 ], [ -75.149166, 39.926696 ], [ -75.148701, 39.927896 ], [ -75.146985, 39.927665 ], [ -75.147842, 39.924015 ], [ -75.149405, 39.924207 ], [ -75.150101, 39.924305 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010120001", "device_counts": 864, "stop_counts": 3986 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233713, 39.992176 ], [ -75.231762, 39.99309 ], [ -75.225664, 39.995848 ], [ -75.225662, 39.991469 ], [ -75.23106, 39.991764 ], [ -75.233672, 39.991882 ], [ -75.233713, 39.992176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268004", "device_counts": 1901, "stop_counts": 4981 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142214, 40.050563 ], [ -75.14156, 40.053599 ], [ -75.137767, 40.053112 ], [ -75.139107, 40.047011 ], [ -75.142898, 40.047493 ], [ -75.142214, 40.050563 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010023", "device_counts": 9382, "stop_counts": 21032 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149954, 39.945505 ], [ -75.149186, 39.949032 ], [ -75.14408, 39.948379 ], [ -75.144009, 39.944388 ], [ -75.144933, 39.944494 ], [ -75.150037, 39.945144 ], [ -75.149954, 39.945505 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098022", "device_counts": 966, "stop_counts": 2956 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.273552, 39.978279 ], [ -75.273103, 39.974965 ], [ -75.270639, 39.974669 ], [ -75.271363, 39.972843 ], [ -75.267588, 39.974662 ], [ -75.265558, 39.975641 ], [ -75.264257, 39.974419 ], [ -75.266109, 39.972898 ], [ -75.264148, 39.97148 ], [ -75.2619, 39.972584 ], [ -75.26562, 39.969941 ], [ -75.269314, 39.97301 ], [ -75.271639, 39.972082 ], [ -75.275871, 39.977245 ], [ -75.273552, 39.978279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032002", "device_counts": 454, "stop_counts": 530 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184449, 39.933813 ], [ -75.181162, 39.933385 ], [ -75.181419, 39.932161 ], [ -75.184705, 39.932584 ], [ -75.184449, 39.933813 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012014", "device_counts": 1871, "stop_counts": 3379 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181445, 39.947597 ], [ -75.180328, 39.947455 ], [ -75.178156, 39.94719 ], [ -75.178578, 39.945269 ], [ -75.179409, 39.945377 ], [ -75.18188, 39.945691 ], [ -75.181445, 39.947597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320001", "device_counts": 1475, "stop_counts": 2890 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.053249, 40.0317 ], [ -75.050972, 40.032324 ], [ -75.048355, 40.029324 ], [ -75.047904, 40.02881 ], [ -75.047453, 40.028294 ], [ -75.049273, 40.027351 ], [ -75.051104, 40.026407 ], [ -75.052898, 40.028462 ], [ -75.051073, 40.029403 ], [ -75.053249, 40.0317 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033002", "device_counts": 6138, "stop_counts": 17534 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205185, 39.941116 ], [ -75.204582, 39.942352 ], [ -75.202929, 39.943301 ], [ -75.200277, 39.943652 ], [ -75.193985, 39.942154 ], [ -75.192664, 39.941567 ], [ -75.188712, 39.939567 ], [ -75.18824, 39.939878 ], [ -75.188885, 39.936887 ], [ -75.19306, 39.93741 ], [ -75.193615, 39.937485 ], [ -75.193271, 39.939032 ], [ -75.195923, 39.939102 ], [ -75.197012, 39.936678 ], [ -75.197266, 39.935453 ], [ -75.197537, 39.934232 ], [ -75.199503, 39.934508 ], [ -75.197924, 39.938063 ], [ -75.200194, 39.938545 ], [ -75.20114, 39.937468 ], [ -75.205431, 39.93877 ], [ -75.205185, 39.941116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079004", "device_counts": 664, "stop_counts": 954 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222589, 39.951519 ], [ -75.222279, 39.95304 ], [ -75.220295, 39.952792 ], [ -75.218347, 39.952553 ], [ -75.218676, 39.951032 ], [ -75.218833, 39.950273 ], [ -75.22275, 39.950754 ], [ -75.222589, 39.951519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104004", "device_counts": 1220, "stop_counts": 6496 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22017, 39.964844 ], [ -75.216516, 39.965214 ], [ -75.216376, 39.964094 ], [ -75.216181, 39.962546 ], [ -75.217002, 39.959015 ], [ -75.218954, 39.95926 ], [ -75.219175, 39.959288 ], [ -75.219439, 39.960941 ], [ -75.219693, 39.962523 ], [ -75.220044, 39.963819 ], [ -75.22017, 39.964844 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160005", "device_counts": 1217, "stop_counts": 3317 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130448, 39.978589 ], [ -75.127579, 39.981383 ], [ -75.125593, 39.979124 ], [ -75.128628, 39.977533 ], [ -75.130448, 39.978589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204004", "device_counts": 281, "stop_counts": 1388 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155239, 40.020486 ], [ -75.152161, 40.020161 ], [ -75.152386, 40.018145 ], [ -75.154576, 40.017272 ], [ -75.155692, 40.019078 ], [ -75.155239, 40.020486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197003", "device_counts": 659, "stop_counts": 2400 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138463, 40.020171 ], [ -75.13674, 40.019958 ], [ -75.136984, 40.018789 ], [ -75.136811, 40.016899 ], [ -75.13911, 40.017187 ], [ -75.138463, 40.020171 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266006", "device_counts": 403, "stop_counts": 1856 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151879, 40.062406 ], [ -75.151414, 40.063206 ], [ -75.147649, 40.06301 ], [ -75.148107, 40.060903 ], [ -75.149219, 40.058432 ], [ -75.151141, 40.061326 ], [ -75.15175, 40.06222 ], [ -75.151879, 40.062406 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136011", "device_counts": 1465, "stop_counts": 3377 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178056, 39.970112 ], [ -75.17646, 39.96991 ], [ -75.174869, 39.96971 ], [ -75.17539, 39.967345 ], [ -75.178641, 39.967399 ], [ -75.178056, 39.970112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244001", "device_counts": 486, "stop_counts": 1031 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166993, 40.025012 ], [ -75.165275, 40.024087 ], [ -75.162024, 40.022286 ], [ -75.162462, 40.021954 ], [ -75.162782, 40.020368 ], [ -75.163915, 40.02099 ], [ -75.168482, 40.023512 ], [ -75.166993, 40.025012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345021", "device_counts": 327, "stop_counts": 4112 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047286, 40.082932 ], [ -75.041488, 40.087338 ], [ -75.040877, 40.086966 ], [ -75.042143, 40.084065 ], [ -75.046249, 40.081459 ], [ -75.047286, 40.082932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202004", "device_counts": 1060, "stop_counts": 3647 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167292, 40.009695 ], [ -75.166871, 40.009901 ], [ -75.160943, 40.012647 ], [ -75.160453, 40.012067 ], [ -75.160936, 40.009632 ], [ -75.161095, 40.008883 ], [ -75.164576, 40.009337 ], [ -75.164733, 40.008616 ], [ -75.167945, 40.009378 ], [ -75.167292, 40.009695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161002", "device_counts": 2125, "stop_counts": 5186 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.125491, 39.989836 ], [ -75.122417, 39.987001 ], [ -75.120252, 39.984755 ], [ -75.122679, 39.983488 ], [ -75.125062, 39.982373 ], [ -75.125836, 39.983251 ], [ -75.124654, 39.984526 ], [ -75.124728, 39.985801 ], [ -75.127363, 39.988792 ], [ -75.125491, 39.989836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178007", "device_counts": 983, "stop_counts": 2506 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123686, 39.990836 ], [ -75.12031, 39.992672 ], [ -75.118392, 39.990528 ], [ -75.122248, 39.988511 ], [ -75.124593, 39.990328 ], [ -75.123686, 39.990836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081011", "device_counts": 808, "stop_counts": 2302 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235479, 39.948433 ], [ -75.235165, 39.949953 ], [ -75.230959, 39.949438 ], [ -75.231271, 39.947909 ], [ -75.233604, 39.947351 ], [ -75.235049, 39.946992 ], [ -75.235822, 39.946835 ], [ -75.235479, 39.948433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199002", "device_counts": 967, "stop_counts": 1643 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144069, 40.006684 ], [ -75.143346, 40.008227 ], [ -75.142772, 40.008153 ], [ -75.142256, 40.008093 ], [ -75.140472, 40.007878 ], [ -75.14116, 40.004784 ], [ -75.141491, 40.003288 ], [ -75.143292, 40.003523 ], [ -75.143437, 40.005071 ], [ -75.144069, 40.006684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024001", "device_counts": 1338, "stop_counts": 3608 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156317, 39.938569 ], [ -75.154807, 39.93815 ], [ -75.153286, 39.937736 ], [ -75.153774, 39.935516 ], [ -75.155304, 39.935934 ], [ -75.15506, 39.936807 ], [ -75.156622, 39.937182 ], [ -75.156317, 39.938569 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267004", "device_counts": 781, "stop_counts": 2802 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149705, 40.054649 ], [ -75.149478, 40.056217 ], [ -75.146002, 40.055765 ], [ -75.145211, 40.055661 ], [ -75.145553, 40.054117 ], [ -75.145881, 40.052598 ], [ -75.149919, 40.053127 ], [ -75.149705, 40.054649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283002", "device_counts": 324, "stop_counts": 1773 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142334, 40.028543 ], [ -75.13998, 40.028245 ], [ -75.140303, 40.026745 ], [ -75.140638, 40.025262 ], [ -75.143001, 40.025561 ], [ -75.142334, 40.028543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010003002", "device_counts": 10143, "stop_counts": 27666 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179937, 39.960028 ], [ -75.172002, 39.959007 ], [ -75.172783, 39.955604 ], [ -75.177527, 39.95549 ], [ -75.179122, 39.955984 ], [ -75.17972, 39.956164 ], [ -75.179126, 39.958004 ], [ -75.179937, 39.960028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377002", "device_counts": 3445, "stop_counts": 12029 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151266, 39.983978 ], [ -75.148109, 39.983604 ], [ -75.148437, 39.98211 ], [ -75.146769, 39.981893 ], [ -75.146102, 39.984978 ], [ -75.144154, 39.984724 ], [ -75.14405, 39.983721 ], [ -75.144169, 39.983092 ], [ -75.14501, 39.978597 ], [ -75.150661, 39.979325 ], [ -75.152235, 39.979531 ], [ -75.151266, 39.983978 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037022", "device_counts": 813, "stop_counts": 3140 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184393, 39.926276 ], [ -75.18333, 39.926134 ], [ -75.182743, 39.926058 ], [ -75.181698, 39.925924 ], [ -75.182243, 39.923442 ], [ -75.183295, 39.923575 ], [ -75.183434, 39.922939 ], [ -75.185202, 39.922574 ], [ -75.184393, 39.926276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094004", "device_counts": 857, "stop_counts": 2996 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236481, 39.963047 ], [ -75.235842, 39.966085 ], [ -75.23189, 39.965593 ], [ -75.232527, 39.962557 ], [ -75.23454, 39.962807 ], [ -75.236587, 39.962519 ], [ -75.236481, 39.963047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010208002", "device_counts": 809, "stop_counts": 3329 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205848, 40.015281 ], [ -75.201269, 40.017189 ], [ -75.197636, 40.021461 ], [ -75.193308, 40.024091 ], [ -75.193048, 40.023558 ], [ -75.191105, 40.021663 ], [ -75.192405, 40.020495 ], [ -75.198361, 40.01527 ], [ -75.200278, 40.013708 ], [ -75.200954, 40.013061 ], [ -75.206139, 40.014753 ], [ -75.205848, 40.015281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353022", "device_counts": 2435, "stop_counts": 6917 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.003606, 40.071362 ], [ -74.998488, 40.078701 ], [ -74.995282, 40.077149 ], [ -74.991271, 40.07631 ], [ -74.988467, 40.073908 ], [ -74.987857, 40.072829 ], [ -74.993531, 40.071863 ], [ -74.996409, 40.06659 ], [ -74.99873, 40.065828 ], [ -74.998385, 40.064117 ], [ -75.007269, 40.069161 ], [ -75.003606, 40.071362 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308004", "device_counts": 687, "stop_counts": 3160 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0868, 40.052744 ], [ -75.085847, 40.05441 ], [ -75.079878, 40.051217 ], [ -75.082888, 40.048197 ], [ -75.086165, 40.050024 ], [ -75.085989, 40.050878 ], [ -75.0868, 40.052744 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153003", "device_counts": 765, "stop_counts": 2062 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164184, 39.987311 ], [ -75.161032, 39.986907 ], [ -75.157899, 39.986492 ], [ -75.158246, 39.984934 ], [ -75.161383, 39.985339 ], [ -75.162951, 39.985542 ], [ -75.164517, 39.985759 ], [ -75.164184, 39.987311 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266008", "device_counts": 201, "stop_counts": 1818 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151596, 40.070328 ], [ -75.148331, 40.068485 ], [ -75.148648, 40.067138 ], [ -75.150505, 40.067377 ], [ -75.151534, 40.067507 ], [ -75.152322, 40.068901 ], [ -75.151596, 40.070328 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171003", "device_counts": 1872, "stop_counts": 4793 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178633, 40.005052 ], [ -75.173853, 40.007468 ], [ -75.172209, 40.007898 ], [ -75.169741, 40.008585 ], [ -75.16914, 40.008832 ], [ -75.165554, 40.004859 ], [ -75.165896, 40.003269 ], [ -75.168943, 40.00366 ], [ -75.169093, 40.003671 ], [ -75.171247, 40.003951 ], [ -75.176913, 40.004697 ], [ -75.178809, 40.004937 ], [ -75.178633, 40.005052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040022", "device_counts": 965, "stop_counts": 2068 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167085, 39.918959 ], [ -75.163956, 39.918518 ], [ -75.16453, 39.915875 ], [ -75.166914, 39.916189 ], [ -75.167681, 39.916283 ], [ -75.167085, 39.918959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267003", "device_counts": 758, "stop_counts": 3739 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149919, 40.053127 ], [ -75.145881, 40.052598 ], [ -75.143571, 40.052297 ], [ -75.143841, 40.050771 ], [ -75.147004, 40.051175 ], [ -75.148578, 40.051383 ], [ -75.150142, 40.051578 ], [ -75.149919, 40.053127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190004", "device_counts": 302, "stop_counts": 1524 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101864, 40.012369 ], [ -75.101557, 40.013878 ], [ -75.099374, 40.013583 ], [ -75.100373, 40.008914 ], [ -75.102552, 40.009202 ], [ -75.101864, 40.012369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039024", "device_counts": 967, "stop_counts": 4532 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177438, 39.91897 ], [ -75.177082, 39.920207 ], [ -75.174033, 39.919809 ], [ -75.174302, 39.918562 ], [ -75.175217, 39.915653 ], [ -75.17718, 39.91489 ], [ -75.178268, 39.915053 ], [ -75.177438, 39.91897 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201022", "device_counts": 1089, "stop_counts": 1566 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156028, 40.009868 ], [ -75.151246, 40.009279 ], [ -75.151603, 40.007665 ], [ -75.156376, 40.008284 ], [ -75.156028, 40.009868 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180013", "device_counts": 688, "stop_counts": 1408 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115605, 39.983551 ], [ -75.115251, 39.983157 ], [ -75.11345, 39.984105 ], [ -75.110939, 39.980568 ], [ -75.113008, 39.979488 ], [ -75.116075, 39.982938 ], [ -75.115605, 39.983551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040024", "device_counts": 2557, "stop_counts": 5764 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170581, 39.920653 ], [ -75.170309, 39.921885 ], [ -75.166563, 39.921418 ], [ -75.167085, 39.918959 ], [ -75.170854, 39.91941 ], [ -75.170581, 39.920653 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238001", "device_counts": 459, "stop_counts": 1313 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184524, 40.043654 ], [ -75.18308, 40.045068 ], [ -75.182203, 40.045894 ], [ -75.181701, 40.044831 ], [ -75.180884, 40.043246 ], [ -75.183101, 40.041063 ], [ -75.185569, 40.042625 ], [ -75.184524, 40.043654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204002", "device_counts": 2005, "stop_counts": 3269 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154576, 40.017272 ], [ -75.152386, 40.018145 ], [ -75.152161, 40.020161 ], [ -75.148953, 40.019743 ], [ -75.147139, 40.019518 ], [ -75.147143, 40.01901 ], [ -75.149544, 40.01787 ], [ -75.153849, 40.015891 ], [ -75.15409, 40.016325 ], [ -75.154576, 40.017272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207004", "device_counts": 3776, "stop_counts": 7430 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207599, 40.012719 ], [ -75.206207, 40.01472 ], [ -75.206139, 40.014753 ], [ -75.200954, 40.013061 ], [ -75.200278, 40.013708 ], [ -75.194847, 40.012175 ], [ -75.192879, 40.01162 ], [ -75.186537, 40.009831 ], [ -75.190514, 40.008407 ], [ -75.192225, 40.00722 ], [ -75.192467, 40.006482 ], [ -75.19281, 40.006733 ], [ -75.197451, 40.008315 ], [ -75.203107, 40.010138 ], [ -75.205485, 40.011501 ], [ -75.205978, 40.011723 ], [ -75.206968, 40.011372 ], [ -75.206286, 40.011923 ], [ -75.207599, 40.012719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160006", "device_counts": 2336, "stop_counts": 5637 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126136, 39.976082 ], [ -75.123334, 39.977514 ], [ -75.121032, 39.977811 ], [ -75.119763, 39.976369 ], [ -75.119969, 39.975911 ], [ -75.122592, 39.97388 ], [ -75.123391, 39.974403 ], [ -75.125201, 39.975558 ], [ -75.126136, 39.976082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306002", "device_counts": 529, "stop_counts": 1497 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.095999, 40.046002 ], [ -75.092242, 40.049978 ], [ -75.091416, 40.049543 ], [ -75.091268, 40.048083 ], [ -75.091859, 40.047485 ], [ -75.094175, 40.045026 ], [ -75.095999, 40.046002 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030023", "device_counts": 736, "stop_counts": 908 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174495, 39.932523 ], [ -75.17397, 39.934974 ], [ -75.172389, 39.934765 ], [ -75.172922, 39.932328 ], [ -75.17319, 39.931104 ], [ -75.174764, 39.931307 ], [ -75.174495, 39.932523 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271002", "device_counts": 816, "stop_counts": 1979 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124614, 40.049849 ], [ -75.122776, 40.049613 ], [ -75.123566, 40.044993 ], [ -75.125631, 40.045259 ], [ -75.124614, 40.049849 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007001", "device_counts": 3325, "stop_counts": 5762 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176191, 39.952387 ], [ -75.173489, 39.952052 ], [ -75.173813, 39.950531 ], [ -75.175738, 39.950769 ], [ -75.176519, 39.95087 ], [ -75.176191, 39.952387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274012", "device_counts": 1145, "stop_counts": 1353 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129498, 40.041048 ], [ -75.126643, 40.040681 ], [ -75.126977, 40.039155 ], [ -75.127641, 40.036063 ], [ -75.130518, 40.036437 ], [ -75.129498, 40.041048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310007", "device_counts": 274, "stop_counts": 489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079334, 40.051809 ], [ -75.076902, 40.054387 ], [ -75.07509, 40.053364 ], [ -75.075675, 40.052745 ], [ -75.072108, 40.050765 ], [ -75.073936, 40.048841 ], [ -75.077529, 40.050805 ], [ -75.079334, 40.051809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010021", "device_counts": 9259, "stop_counts": 15934 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150339, 39.94373 ], [ -75.145243, 39.943087 ], [ -75.144933, 39.944494 ], [ -75.144009, 39.944388 ], [ -75.14408, 39.948379 ], [ -75.142466, 39.948174 ], [ -75.14406, 39.940972 ], [ -75.147604, 39.941422 ], [ -75.150755, 39.941818 ], [ -75.150339, 39.94373 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160001", "device_counts": 329, "stop_counts": 2448 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122679, 39.983488 ], [ -75.120252, 39.984755 ], [ -75.118522, 39.982825 ], [ -75.120973, 39.981546 ], [ -75.122679, 39.983488 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266007", "device_counts": 1114, "stop_counts": 1725 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153513, 40.064285 ], [ -75.152602, 40.067646 ], [ -75.152322, 40.068901 ], [ -75.151534, 40.067507 ], [ -75.150505, 40.067377 ], [ -75.150719, 40.066367 ], [ -75.151053, 40.064852 ], [ -75.151414, 40.063206 ], [ -75.151879, 40.062406 ], [ -75.152915, 40.063881 ], [ -75.153513, 40.064285 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242003", "device_counts": 562, "stop_counts": 2217 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168308, 40.029173 ], [ -75.166488, 40.030794 ], [ -75.163749, 40.029255 ], [ -75.166395, 40.026593 ], [ -75.169816, 40.02845 ], [ -75.168308, 40.029173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063002", "device_counts": 712, "stop_counts": 3504 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236833, 39.925765 ], [ -75.234368, 39.923694 ], [ -75.233121, 39.924558 ], [ -75.232438, 39.92397 ], [ -75.234991, 39.922169 ], [ -75.23816, 39.924839 ], [ -75.236833, 39.925765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008032", "device_counts": 2008, "stop_counts": 3480 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175738, 39.950769 ], [ -75.173813, 39.950531 ], [ -75.174173, 39.948921 ], [ -75.174323, 39.948177 ], [ -75.176239, 39.948414 ], [ -75.175738, 39.950769 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267005", "device_counts": 685, "stop_counts": 890 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155554, 40.054074 ], [ -75.153438, 40.055707 ], [ -75.152594, 40.056367 ], [ -75.152723, 40.054825 ], [ -75.149705, 40.054649 ], [ -75.149919, 40.053127 ], [ -75.150142, 40.051578 ], [ -75.152881, 40.052844 ], [ -75.155214, 40.053922 ], [ -75.155554, 40.054074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264002", "device_counts": 202, "stop_counts": 549 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160911, 40.057865 ], [ -75.160983, 40.060654 ], [ -75.158413, 40.059181 ], [ -75.160691, 40.056831 ], [ -75.162122, 40.057638 ], [ -75.160911, 40.057865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136023", "device_counts": 942, "stop_counts": 1307 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180729, 39.972841 ], [ -75.178108, 39.972509 ], [ -75.178606, 39.97018 ], [ -75.181234, 39.970504 ], [ -75.180729, 39.972841 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063001", "device_counts": 991, "stop_counts": 4598 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235594, 39.92664 ], [ -75.234328, 39.925573 ], [ -75.233121, 39.924558 ], [ -75.234368, 39.923694 ], [ -75.236833, 39.925765 ], [ -75.235594, 39.92664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326006", "device_counts": 663, "stop_counts": 4679 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041957, 40.028152 ], [ -75.0387, 40.029839 ], [ -75.036898, 40.027779 ], [ -75.040219, 40.026061 ], [ -75.041957, 40.028152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010142001", "device_counts": 1676, "stop_counts": 4555 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146543, 39.97038 ], [ -75.145018, 39.970191 ], [ -75.145487, 39.96823 ], [ -75.143524, 39.967942 ], [ -75.144002, 39.96567 ], [ -75.147146, 39.967126 ], [ -75.146543, 39.97038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390008", "device_counts": 275, "stop_counts": 1396 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094339, 40.032217 ], [ -75.093497, 40.033072 ], [ -75.09227, 40.034323 ], [ -75.090599, 40.033398 ], [ -75.091806, 40.032145 ], [ -75.093021, 40.030888 ], [ -75.093204, 40.030704 ], [ -75.093542, 40.031195 ], [ -75.094339, 40.032217 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011011", "device_counts": 3782, "stop_counts": 4617 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165341, 39.944664 ], [ -75.164845, 39.946999 ], [ -75.164772, 39.946983 ], [ -75.163648, 39.946836 ], [ -75.163955, 39.945423 ], [ -75.163137, 39.944388 ], [ -75.165274, 39.944655 ], [ -75.165341, 39.944664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010133002", "device_counts": 6338, "stop_counts": 13946 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164744, 39.970436 ], [ -75.164555, 39.970816 ], [ -75.159702, 39.970202 ], [ -75.160395, 39.967064 ], [ -75.160678, 39.96577 ], [ -75.163949, 39.966166 ], [ -75.163743, 39.967125 ], [ -75.165256, 39.967563 ], [ -75.164744, 39.970436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111005", "device_counts": 2153, "stop_counts": 5911 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226451, 39.977717 ], [ -75.224848, 39.97712 ], [ -75.21953, 39.974639 ], [ -75.219655, 39.97377 ], [ -75.219481, 39.973665 ], [ -75.222827, 39.973318 ], [ -75.226131, 39.972964 ], [ -75.226765, 39.977211 ], [ -75.226451, 39.977717 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079001", "device_counts": 861, "stop_counts": 2147 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218347, 39.952553 ], [ -75.21635, 39.952302 ], [ -75.212393, 39.951811 ], [ -75.212716, 39.950292 ], [ -75.214691, 39.950542 ], [ -75.218676, 39.951032 ], [ -75.218347, 39.952553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010021002", "device_counts": 2211, "stop_counts": 7726 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17717, 39.936933 ], [ -75.178464, 39.938278 ], [ -75.17631, 39.939021 ], [ -75.173173, 39.938641 ], [ -75.17385, 39.93545 ], [ -75.17397, 39.934974 ], [ -75.178514, 39.935544 ], [ -75.17717, 39.936933 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169013", "device_counts": 1372, "stop_counts": 4560 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179748, 39.991715 ], [ -75.179584, 39.992463 ], [ -75.179248, 39.993963 ], [ -75.178576, 39.99704 ], [ -75.175539, 39.996639 ], [ -75.176212, 39.993572 ], [ -75.176535, 39.992076 ], [ -75.177206, 39.988991 ], [ -75.178616, 39.989179 ], [ -75.180257, 39.989388 ], [ -75.179748, 39.991715 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273004", "device_counts": 299, "stop_counts": 2133 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123535, 40.038719 ], [ -75.12281, 40.040181 ], [ -75.120434, 40.039886 ], [ -75.121072, 40.036815 ], [ -75.123686, 40.037144 ], [ -75.123535, 40.038719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261001", "device_counts": 579, "stop_counts": 989 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178918, 40.069175 ], [ -75.17394, 40.07431 ], [ -75.171716, 40.073039 ], [ -75.16899, 40.071473 ], [ -75.170657, 40.069832 ], [ -75.172207, 40.068288 ], [ -75.173459, 40.067054 ], [ -75.174044, 40.067381 ], [ -75.178918, 40.069175 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316002", "device_counts": 1034, "stop_counts": 2488 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058231, 40.031651 ], [ -75.057092, 40.032869 ], [ -75.054054, 40.03118 ], [ -75.055416, 40.030086 ], [ -75.055661, 40.029843 ], [ -75.056077, 40.029455 ], [ -75.058848, 40.030998 ], [ -75.058231, 40.031651 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209001", "device_counts": 1012, "stop_counts": 4329 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211564, 40.020898 ], [ -75.209213, 40.021899 ], [ -75.208035, 40.023114 ], [ -75.207732, 40.023783 ], [ -75.207501, 40.023328 ], [ -75.207536, 40.021731 ], [ -75.207595, 40.019536 ], [ -75.207863, 40.018582 ], [ -75.209735, 40.018509 ], [ -75.211564, 40.020898 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164002", "device_counts": 279, "stop_counts": 421 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140861, 39.989001 ], [ -75.139021, 39.988764 ], [ -75.139669, 39.985802 ], [ -75.14152, 39.986016 ], [ -75.140861, 39.989001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010020001", "device_counts": 1492, "stop_counts": 4477 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184956, 39.940084 ], [ -75.18314, 39.939895 ], [ -75.181494, 39.939687 ], [ -75.179839, 39.939478 ], [ -75.180621, 39.935816 ], [ -75.183916, 39.93624 ], [ -75.185498, 39.937597 ], [ -75.184956, 39.940084 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008041", "device_counts": 8931, "stop_counts": 16373 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170667, 39.950131 ], [ -75.167517, 39.949744 ], [ -75.16803, 39.947386 ], [ -75.17118, 39.947784 ], [ -75.170667, 39.950131 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369003", "device_counts": 14305, "stop_counts": 64546 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195616, 39.954027 ], [ -75.194152, 39.95618 ], [ -75.189489, 39.955593 ], [ -75.188266, 39.955441 ], [ -75.181105, 39.95458 ], [ -75.179889, 39.955436 ], [ -75.180223, 39.954472 ], [ -75.180909, 39.952982 ], [ -75.181663, 39.951509 ], [ -75.194786, 39.953142 ], [ -75.194623, 39.953902 ], [ -75.195616, 39.954027 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369001", "device_counts": 7332, "stop_counts": 35912 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196603, 39.954149 ], [ -75.196121, 39.956429 ], [ -75.194152, 39.95618 ], [ -75.195616, 39.954027 ], [ -75.194623, 39.953902 ], [ -75.194786, 39.953142 ], [ -75.181663, 39.951509 ], [ -75.183288, 39.949512 ], [ -75.185634, 39.948021 ], [ -75.187231, 39.947176 ], [ -75.191689, 39.95032 ], [ -75.195322, 39.950781 ], [ -75.197243, 39.951021 ], [ -75.196603, 39.954149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010012", "device_counts": 4692, "stop_counts": 7550 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153694, 39.943218 ], [ -75.153184, 39.945536 ], [ -75.150764, 39.945558 ], [ -75.149954, 39.945505 ], [ -75.150037, 39.945144 ], [ -75.150339, 39.94373 ], [ -75.150755, 39.941818 ], [ -75.152334, 39.942015 ], [ -75.153916, 39.942205 ], [ -75.153694, 39.943218 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010002001", "device_counts": 19074, "stop_counts": 48932 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162339, 39.957825 ], [ -75.155538, 39.956923 ], [ -75.154451, 39.956777 ], [ -75.151223, 39.956862 ], [ -75.151539, 39.952948 ], [ -75.163093, 39.9544 ], [ -75.162339, 39.957825 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010003001", "device_counts": 23783, "stop_counts": 85705 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172002, 39.959007 ], [ -75.162413, 39.957834 ], [ -75.162339, 39.957825 ], [ -75.163093, 39.9544 ], [ -75.163151, 39.954411 ], [ -75.171134, 39.955394 ], [ -75.172783, 39.955604 ], [ -75.172002, 39.959007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007002", "device_counts": 18640, "stop_counts": 44523 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173489, 39.952052 ], [ -75.164011, 39.950876 ], [ -75.164338, 39.949346 ], [ -75.16594, 39.949553 ], [ -75.167517, 39.949744 ], [ -75.170667, 39.950131 ], [ -75.172752, 39.950398 ], [ -75.173813, 39.950531 ], [ -75.173489, 39.952052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008042", "device_counts": 6188, "stop_counts": 9200 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16594, 39.949553 ], [ -75.164338, 39.949346 ], [ -75.164752, 39.947424 ], [ -75.166362, 39.947633 ], [ -75.16594, 39.949553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030015", "device_counts": 560, "stop_counts": 1075 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174764, 39.931307 ], [ -75.17319, 39.931104 ], [ -75.171065, 39.930827 ], [ -75.171339, 39.929608 ], [ -75.172907, 39.929811 ], [ -75.175032, 39.930087 ], [ -75.174764, 39.931307 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373003", "device_counts": 5855, "stop_counts": 13505 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193987, 39.905633 ], [ -75.192285, 39.906428 ], [ -75.190073, 39.90752 ], [ -75.183387, 39.906617 ], [ -75.173566, 39.905394 ], [ -75.174808, 39.899179 ], [ -75.174959, 39.898488 ], [ -75.176562, 39.898666 ], [ -75.187183, 39.896682 ], [ -75.189993, 39.89681 ], [ -75.19194, 39.896089 ], [ -75.193923, 39.900403 ], [ -75.193987, 39.905633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010056001", "device_counts": 4619, "stop_counts": 9680 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249109, 39.901113 ], [ -75.247308, 39.902282 ], [ -75.244985, 39.903178 ], [ -75.240576, 39.904062 ], [ -75.240331, 39.904113 ], [ -75.238643, 39.898691 ], [ -75.243752, 39.893025 ], [ -75.252349, 39.897618 ], [ -75.249109, 39.901113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122011", "device_counts": 1391, "stop_counts": 2743 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214054, 40.00501 ], [ -75.209771, 40.006983 ], [ -75.206868, 40.006944 ], [ -75.206209, 40.006641 ], [ -75.207589, 40.005981 ], [ -75.209385, 40.002429 ], [ -75.21114, 40.002124 ], [ -75.215355, 40.001244 ], [ -75.214054, 40.00501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122031", "device_counts": 4793, "stop_counts": 10529 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213537, 40.006554 ], [ -75.213745, 40.00716 ], [ -75.207993, 40.009842 ], [ -75.203156, 40.008256 ], [ -75.206868, 40.006944 ], [ -75.209771, 40.006983 ], [ -75.214054, 40.00501 ], [ -75.213537, 40.006554 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183003", "device_counts": 1980, "stop_counts": 4327 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.08637, 39.998895 ], [ -75.086234, 39.998967 ], [ -75.079781, 40.002337 ], [ -75.077476, 40.004139 ], [ -75.075687, 40.005553 ], [ -75.073149, 40.001517 ], [ -75.070609, 40.001652 ], [ -75.070175, 40.00106 ], [ -75.07472, 39.9987 ], [ -75.080522, 39.996472 ], [ -75.079364, 39.994264 ], [ -75.080785, 39.993572 ], [ -75.080932, 39.993498 ], [ -75.084452, 39.997146 ], [ -75.086505, 39.998825 ], [ -75.08637, 39.998895 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010216002", "device_counts": 2509, "stop_counts": 4729 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249271, 40.04534 ], [ -75.248689, 40.045941 ], [ -75.246742, 40.048517 ], [ -75.245728, 40.049257 ], [ -75.244974, 40.047166 ], [ -75.244871, 40.045819 ], [ -75.243483, 40.045379 ], [ -75.235419, 40.048775 ], [ -75.23204, 40.045328 ], [ -75.22853, 40.04386 ], [ -75.234005, 40.041307 ], [ -75.234363, 40.040917 ], [ -75.236642, 40.036295 ], [ -75.234937, 40.0349 ], [ -75.23564, 40.034249 ], [ -75.233394, 40.031906 ], [ -75.234535, 40.030426 ], [ -75.238068, 40.032127 ], [ -75.245598, 40.037655 ], [ -75.249181, 40.041951 ], [ -75.251298, 40.043505 ], [ -75.249271, 40.04534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272002", "device_counts": 2303, "stop_counts": 3675 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118503, 40.049061 ], [ -75.117478, 40.048927 ], [ -75.112588, 40.04638 ], [ -75.112363, 40.047563 ], [ -75.110985, 40.046769 ], [ -75.111033, 40.044404 ], [ -75.112248, 40.04321 ], [ -75.11307, 40.043971 ], [ -75.113544, 40.042711 ], [ -75.114119, 40.043644 ], [ -75.119454, 40.04448 ], [ -75.118503, 40.049061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318004", "device_counts": 435, "stop_counts": 778 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084089, 40.031826 ], [ -75.080757, 40.032541 ], [ -75.081231, 40.032046 ], [ -75.079443, 40.031051 ], [ -75.080866, 40.029556 ], [ -75.084197, 40.031438 ], [ -75.084089, 40.031826 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365012", "device_counts": 6010, "stop_counts": 14983 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024891, 40.129216 ], [ -75.020571, 40.132274 ], [ -75.015066, 40.137992 ], [ -75.009117, 40.134355 ], [ -75.012295, 40.131736 ], [ -75.013206, 40.130233 ], [ -75.021931, 40.127467 ], [ -75.024891, 40.129216 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345012", "device_counts": 2540, "stop_counts": 9535 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04312, 40.077166 ], [ -75.040252, 40.079994 ], [ -75.036758, 40.079083 ], [ -75.03536, 40.074939 ], [ -75.035087, 40.074617 ], [ -75.036627, 40.073019 ], [ -75.040606, 40.07535 ], [ -75.041869, 40.075429 ], [ -75.04312, 40.077166 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218003", "device_counts": 458, "stop_counts": 2866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23365, 40.057887 ], [ -75.230156, 40.05955 ], [ -75.228561, 40.057265 ], [ -75.228838, 40.056168 ], [ -75.231223, 40.053703 ], [ -75.231721, 40.054078 ], [ -75.23365, 40.057887 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353012", "device_counts": 733, "stop_counts": 2873 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.99873, 40.065828 ], [ -74.996409, 40.06659 ], [ -74.993531, 40.071863 ], [ -74.987857, 40.072829 ], [ -74.988454, 40.066701 ], [ -74.987379, 40.065368 ], [ -74.991704, 40.062339 ], [ -74.995269, 40.062344 ], [ -74.998385, 40.064117 ], [ -74.99873, 40.065828 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091002", "device_counts": 7331, "stop_counts": 21185 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.201137, 39.959242 ], [ -75.198681, 39.959429 ], [ -75.198844, 39.960637 ], [ -75.194015, 39.961124 ], [ -75.193905, 39.960514 ], [ -75.193574, 39.958689 ], [ -75.194152, 39.95618 ], [ -75.196121, 39.956429 ], [ -75.199622, 39.95686 ], [ -75.201137, 39.959242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019003", "device_counts": 4136, "stop_counts": 7955 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171341, 39.939663 ], [ -75.171125, 39.940626 ], [ -75.169386, 39.941211 ], [ -75.166204, 39.940813 ], [ -75.166208, 39.940431 ], [ -75.166292, 39.940031 ], [ -75.166816, 39.937869 ], [ -75.170025, 39.938263 ], [ -75.171602, 39.938447 ], [ -75.171341, 39.939663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010020002", "device_counts": 1036, "stop_counts": 4892 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.18824, 39.939878 ], [ -75.186551, 39.94023 ], [ -75.184956, 39.940084 ], [ -75.185498, 39.937597 ], [ -75.183916, 39.93624 ], [ -75.187326, 39.936679 ], [ -75.188885, 39.936887 ], [ -75.18824, 39.939878 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029001", "device_counts": 4138, "stop_counts": 11012 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169494, 39.925596 ], [ -75.169228, 39.926806 ], [ -75.168956, 39.928035 ], [ -75.168689, 39.929256 ], [ -75.168567, 39.929252 ], [ -75.166507, 39.929037 ], [ -75.166246, 39.930207 ], [ -75.163504, 39.92983 ], [ -75.165005, 39.92855 ], [ -75.16735, 39.926579 ], [ -75.169428, 39.925593 ], [ -75.169494, 39.925596 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066004", "device_counts": 1948, "stop_counts": 7762 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234337, 39.927526 ], [ -75.230104, 39.929711 ], [ -75.229222, 39.929172 ], [ -75.230654, 39.928158 ], [ -75.2294, 39.927156 ], [ -75.22869, 39.926602 ], [ -75.229818, 39.925811 ], [ -75.231194, 39.924845 ], [ -75.232438, 39.92397 ], [ -75.233121, 39.924558 ], [ -75.234328, 39.925573 ], [ -75.234337, 39.927526 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080004", "device_counts": 1421, "stop_counts": 6493 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230323, 39.952475 ], [ -75.229999, 39.953996 ], [ -75.226224, 39.953528 ], [ -75.226539, 39.952 ], [ -75.226869, 39.95046 ], [ -75.22703, 39.949702 ], [ -75.230793, 39.950172 ], [ -75.230323, 39.952475 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084001", "device_counts": 457, "stop_counts": 1686 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235745, 39.957049 ], [ -75.233732, 39.956801 ], [ -75.231557, 39.957102 ], [ -75.231937, 39.955319 ], [ -75.232153, 39.954262 ], [ -75.234212, 39.954521 ], [ -75.233984, 39.955579 ], [ -75.235997, 39.955831 ], [ -75.235745, 39.957049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094002", "device_counts": 762, "stop_counts": 3018 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232527, 39.962557 ], [ -75.230552, 39.96231 ], [ -75.22992, 39.965352 ], [ -75.227679, 39.965072 ], [ -75.228645, 39.960463 ], [ -75.230801, 39.960722 ], [ -75.232857, 39.960976 ], [ -75.232527, 39.962557 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095003", "device_counts": 814, "stop_counts": 3286 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24011, 39.965055 ], [ -75.238137, 39.96481 ], [ -75.237798, 39.963206 ], [ -75.236481, 39.963047 ], [ -75.236587, 39.962519 ], [ -75.236808, 39.961471 ], [ -75.238785, 39.961715 ], [ -75.240762, 39.96196 ], [ -75.24011, 39.965055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010106002", "device_counts": 2008, "stop_counts": 6056 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209344, 39.964621 ], [ -75.208344, 39.966876 ], [ -75.20756, 39.966381 ], [ -75.202342, 39.963137 ], [ -75.20236, 39.962859 ], [ -75.206889, 39.962485 ], [ -75.209058, 39.962329 ], [ -75.209344, 39.964621 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247004", "device_counts": 588, "stop_counts": 1331 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16483, 40.045468 ], [ -75.163175, 40.047076 ], [ -75.161656, 40.048559 ], [ -75.158132, 40.046418 ], [ -75.158217, 40.045076 ], [ -75.161033, 40.045769 ], [ -75.163452, 40.043431 ], [ -75.163739, 40.044801 ], [ -75.16483, 40.045468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010141001", "device_counts": 4337, "stop_counts": 14895 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154149, 39.970778 ], [ -75.152188, 39.972318 ], [ -75.151915, 39.973588 ], [ -75.150315, 39.973382 ], [ -75.146082, 39.972833 ], [ -75.146543, 39.97038 ], [ -75.147146, 39.967126 ], [ -75.153018, 39.968549 ], [ -75.154549, 39.968931 ], [ -75.154149, 39.970778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135004", "device_counts": 1982, "stop_counts": 6287 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169274, 39.971406 ], [ -75.167703, 39.971211 ], [ -75.164555, 39.970816 ], [ -75.164744, 39.970436 ], [ -75.165256, 39.967563 ], [ -75.165349, 39.967149 ], [ -75.168569, 39.967226 ], [ -75.170177, 39.96725 ], [ -75.169274, 39.971406 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139002", "device_counts": 1726, "stop_counts": 2678 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173414, 39.976363 ], [ -75.171813, 39.976164 ], [ -75.171213, 39.978952 ], [ -75.170287, 39.978845 ], [ -75.16616, 39.978308 ], [ -75.166463, 39.976877 ], [ -75.16722, 39.973397 ], [ -75.168263, 39.975259 ], [ -75.173785, 39.974677 ], [ -75.173414, 39.976363 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010145001", "device_counts": 1573, "stop_counts": 3866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151306, 39.976382 ], [ -75.150661, 39.979325 ], [ -75.14501, 39.978597 ], [ -75.145559, 39.975638 ], [ -75.149734, 39.976182 ], [ -75.150315, 39.973382 ], [ -75.151915, 39.973588 ], [ -75.151306, 39.976382 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153004", "device_counts": 1419, "stop_counts": 2661 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164855, 39.984239 ], [ -75.164517, 39.985759 ], [ -75.162951, 39.985542 ], [ -75.163286, 39.984034 ], [ -75.158567, 39.98342 ], [ -75.159219, 39.980435 ], [ -75.165511, 39.981244 ], [ -75.164855, 39.984239 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152004", "device_counts": 1013, "stop_counts": 3836 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171847, 39.983599 ], [ -75.17151, 39.98509 ], [ -75.167078, 39.984517 ], [ -75.166419, 39.984436 ], [ -75.164855, 39.984239 ], [ -75.165511, 39.981244 ], [ -75.167076, 39.981454 ], [ -75.172161, 39.9821 ], [ -75.171847, 39.983599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163002", "device_counts": 1365, "stop_counts": 3415 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138352, 39.991851 ], [ -75.135466, 39.991479 ], [ -75.132893, 39.991144 ], [ -75.133549, 39.98806 ], [ -75.139021, 39.988764 ], [ -75.138352, 39.991851 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199004", "device_counts": 1541, "stop_counts": 5234 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148277, 40.005697 ], [ -75.143437, 40.005071 ], [ -75.143292, 40.003523 ], [ -75.141491, 40.003288 ], [ -75.14116, 40.004784 ], [ -75.137529, 40.004304 ], [ -75.137669, 40.003645 ], [ -75.139876, 40.002845 ], [ -75.142416, 40.00195 ], [ -75.147717, 39.999974 ], [ -75.148148, 40.000987 ], [ -75.148817, 40.002698 ], [ -75.148277, 40.005697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176023", "device_counts": 1904, "stop_counts": 4554 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138524, 39.999743 ], [ -75.132172, 39.998913 ], [ -75.12926, 39.998539 ], [ -75.129921, 39.99546 ], [ -75.130122, 39.994573 ], [ -75.13191, 39.995754 ], [ -75.138713, 39.998891 ], [ -75.138524, 39.999743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298004", "device_counts": 2845, "stop_counts": 6686 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070429, 40.013167 ], [ -75.068503, 40.013619 ], [ -75.068202, 40.014729 ], [ -75.06807, 40.014992 ], [ -75.065941, 40.015727 ], [ -75.064145, 40.013681 ], [ -75.062519, 40.014542 ], [ -75.061413, 40.013284 ], [ -75.061339, 40.012764 ], [ -75.069508, 40.010798 ], [ -75.069786, 40.011543 ], [ -75.06999, 40.012032 ], [ -75.070429, 40.013167 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192004", "device_counts": 1820, "stop_counts": 4468 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112398, 40.00052 ], [ -75.11046, 40.000268 ], [ -75.110017, 40.002282 ], [ -75.104197, 40.001525 ], [ -75.106442, 40.000322 ], [ -75.109848, 39.998436 ], [ -75.110983, 39.997801 ], [ -75.112923, 39.99806 ], [ -75.112398, 40.00052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288003", "device_counts": 2285, "stop_counts": 6789 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127922, 40.021979 ], [ -75.127234, 40.02353 ], [ -75.126967, 40.024818 ], [ -75.123525, 40.025463 ], [ -75.122279, 40.02565 ], [ -75.119735, 40.026017 ], [ -75.119603, 40.025117 ], [ -75.119823, 40.02412 ], [ -75.121762, 40.024364 ], [ -75.122095, 40.022864 ], [ -75.122425, 40.021314 ], [ -75.124346, 40.021552 ], [ -75.127588, 40.021935 ], [ -75.127922, 40.021979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010241001", "device_counts": 3193, "stop_counts": 17116 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176428, 40.037794 ], [ -75.175208, 40.036232 ], [ -75.173951, 40.035193 ], [ -75.173724, 40.035012 ], [ -75.17061, 40.033131 ], [ -75.173482, 40.030336 ], [ -75.174572, 40.029244 ], [ -75.181235, 40.033097 ], [ -75.176428, 40.037794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264005", "device_counts": 706, "stop_counts": 1683 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165714, 40.06439 ], [ -75.162018, 40.063095 ], [ -75.163166, 40.061911 ], [ -75.165453, 40.059541 ], [ -75.168641, 40.061373 ], [ -75.165714, 40.06439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260001", "device_counts": 632, "stop_counts": 1260 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172621, 40.078103 ], [ -75.169914, 40.080818 ], [ -75.163399, 40.07695 ], [ -75.166062, 40.074338 ], [ -75.167097, 40.07332 ], [ -75.167309, 40.074208 ], [ -75.170822, 40.076226 ], [ -75.170289, 40.076767 ], [ -75.172621, 40.078103 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010270002", "device_counts": 631, "stop_counts": 4869 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137767, 40.053112 ], [ -75.133814, 40.0526 ], [ -75.130783, 40.052206 ], [ -75.132121, 40.046018 ], [ -75.134724, 40.046134 ], [ -75.136019, 40.046229 ], [ -75.137529, 40.046805 ], [ -75.139107, 40.047011 ], [ -75.137767, 40.053112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281001", "device_counts": 1062, "stop_counts": 2240 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152369, 40.031387 ], [ -75.151272, 40.032579 ], [ -75.149859, 40.035827 ], [ -75.148179, 40.035598 ], [ -75.145554, 40.035262 ], [ -75.146575, 40.030637 ], [ -75.148206, 40.030851 ], [ -75.151521, 40.030498 ], [ -75.151356, 40.031255 ], [ -75.152369, 40.031387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321003", "device_counts": 861, "stop_counts": 3422 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.065113, 40.017511 ], [ -75.06113, 40.019725 ], [ -75.057513, 40.021597 ], [ -75.055687, 40.019504 ], [ -75.059304, 40.017638 ], [ -75.063385, 40.01552 ], [ -75.065113, 40.017511 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334004", "device_counts": 5986, "stop_counts": 13646 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060654, 40.050999 ], [ -75.058283, 40.053484 ], [ -75.057125, 40.054722 ], [ -75.054947, 40.053507 ], [ -75.056036, 40.05224 ], [ -75.052836, 40.050498 ], [ -75.050943, 40.050215 ], [ -75.051057, 40.049022 ], [ -75.051146, 40.048113 ], [ -75.051682, 40.046963 ], [ -75.054287, 40.044448 ], [ -75.057048, 40.04603 ], [ -75.059937, 40.047751 ], [ -75.058284, 40.049688 ], [ -75.060654, 40.050999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319005", "device_counts": 459, "stop_counts": 1604 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073364, 40.025369 ], [ -75.067957, 40.026583 ], [ -75.065403, 40.027033 ], [ -75.065108, 40.027073 ], [ -75.065492, 40.026589 ], [ -75.063254, 40.024912 ], [ -75.062802, 40.024402 ], [ -75.068516, 40.021385 ], [ -75.069087, 40.021904 ], [ -75.073364, 40.025369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330004", "device_counts": 806, "stop_counts": 3082 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.03517, 40.030116 ], [ -75.030907, 40.032318 ], [ -75.032739, 40.034407 ], [ -75.030905, 40.035358 ], [ -75.029881, 40.034072 ], [ -75.02798, 40.031894 ], [ -75.029706, 40.030947 ], [ -75.028413, 40.029758 ], [ -75.032752, 40.02705 ], [ -75.034354, 40.029096 ], [ -75.03517, 40.030116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010001001", "device_counts": 18209, "stop_counts": 43354 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148472, 39.952578 ], [ -75.141469, 39.951698 ], [ -75.142466, 39.948174 ], [ -75.14408, 39.948379 ], [ -75.149186, 39.949032 ], [ -75.148472, 39.952578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008011", "device_counts": 3443, "stop_counts": 7557 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181663, 39.951509 ], [ -75.177323, 39.950964 ], [ -75.177843, 39.94861 ], [ -75.180021, 39.948872 ], [ -75.181134, 39.949008 ], [ -75.183288, 39.949512 ], [ -75.181663, 39.951509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087021", "device_counts": 3499, "stop_counts": 10934 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208761, 39.95488 ], [ -75.2086, 39.955636 ], [ -75.208128, 39.957915 ], [ -75.204145, 39.957422 ], [ -75.204933, 39.955181 ], [ -75.205092, 39.954419 ], [ -75.20546, 39.952682 ], [ -75.205583, 39.952056 ], [ -75.209264, 39.952522 ], [ -75.208761, 39.95488 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098023", "device_counts": 1319, "stop_counts": 2526 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.273552, 39.978279 ], [ -75.271309, 39.979275 ], [ -75.267588, 39.974662 ], [ -75.271363, 39.972843 ], [ -75.270639, 39.974669 ], [ -75.273103, 39.974965 ], [ -75.273552, 39.978279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134012", "device_counts": 2811, "stop_counts": 4682 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176778, 39.964822 ], [ -75.17539, 39.967345 ], [ -75.172108, 39.967284 ], [ -75.17256, 39.965219 ], [ -75.172848, 39.963923 ], [ -75.176219, 39.964409 ], [ -75.176778, 39.964822 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158001", "device_counts": 1086, "stop_counts": 2283 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131238, 39.977786 ], [ -75.130448, 39.978589 ], [ -75.128628, 39.977533 ], [ -75.129573, 39.975894 ], [ -75.128693, 39.974284 ], [ -75.127903, 39.972811 ], [ -75.129224, 39.972357 ], [ -75.130366, 39.97445 ], [ -75.13267, 39.975304 ], [ -75.131238, 39.977786 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379006", "device_counts": 1118, "stop_counts": 3251 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.098035, 39.990748 ], [ -75.095726, 39.99195 ], [ -75.093664, 39.9896 ], [ -75.091216, 39.99088 ], [ -75.089616, 39.989064 ], [ -75.094393, 39.98663 ], [ -75.095964, 39.988395 ], [ -75.097054, 39.987828 ], [ -75.099128, 39.990172 ], [ -75.098035, 39.990748 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010235001", "device_counts": 1195, "stop_counts": 4068 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209969, 40.047081 ], [ -75.209622, 40.047047 ], [ -75.207005, 40.047063 ], [ -75.201433, 40.042404 ], [ -75.193127, 40.035381 ], [ -75.189063, 40.031905 ], [ -75.190861, 40.031144 ], [ -75.196938, 40.033266 ], [ -75.197535, 40.033892 ], [ -75.198918, 40.038973 ], [ -75.200359, 40.037477 ], [ -75.202846, 40.039503 ], [ -75.203164, 40.037635 ], [ -75.205546, 40.039057 ], [ -75.205047, 40.043123 ], [ -75.207016, 40.0416 ], [ -75.208173, 40.04199 ], [ -75.20994, 40.044636 ], [ -75.209969, 40.047081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279022", "device_counts": 1619, "stop_counts": 4344 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158834, 40.035884 ], [ -75.158363, 40.036346 ], [ -75.158341, 40.042021 ], [ -75.158306, 40.042861 ], [ -75.153946, 40.042752 ], [ -75.154068, 40.041016 ], [ -75.154415, 40.039493 ], [ -75.149988, 40.038971 ], [ -75.149126, 40.037464 ], [ -75.149859, 40.035827 ], [ -75.151272, 40.032579 ], [ -75.152369, 40.031387 ], [ -75.154034, 40.031564 ], [ -75.154776, 40.031452 ], [ -75.157119, 40.030993 ], [ -75.158124, 40.030825 ], [ -75.15764, 40.033206 ], [ -75.159601, 40.035137 ], [ -75.158834, 40.035884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149002", "device_counts": 555, "stop_counts": 1332 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176933, 39.982713 ], [ -75.175344, 39.982517 ], [ -75.175989, 39.979572 ], [ -75.177585, 39.979774 ], [ -75.176933, 39.982713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151023", "device_counts": 761, "stop_counts": 2423 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183795, 39.988236 ], [ -75.183601, 39.989159 ], [ -75.183459, 39.9898 ], [ -75.180257, 39.989388 ], [ -75.178616, 39.989179 ], [ -75.179043, 39.987154 ], [ -75.180258, 39.986345 ], [ -75.180896, 39.986709 ], [ -75.18255, 39.986509 ], [ -75.184136, 39.986721 ], [ -75.183795, 39.988236 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152003", "device_counts": 334, "stop_counts": 572 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174694, 39.985506 ], [ -75.174361, 39.987024 ], [ -75.171197, 39.986603 ], [ -75.17151, 39.98509 ], [ -75.171847, 39.983599 ], [ -75.175026, 39.98402 ], [ -75.174694, 39.985506 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157002", "device_counts": 587, "stop_counts": 1789 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136423, 39.97902 ], [ -75.136105, 39.980514 ], [ -75.133733, 39.980208 ], [ -75.13437, 39.977219 ], [ -75.136739, 39.977527 ], [ -75.136423, 39.97902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158005", "device_counts": 1341, "stop_counts": 2555 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133374, 39.97409 ], [ -75.13267, 39.975304 ], [ -75.130366, 39.97445 ], [ -75.129224, 39.972357 ], [ -75.131239, 39.97165 ], [ -75.133286, 39.970766 ], [ -75.134401, 39.972303 ], [ -75.133374, 39.97409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378003", "device_counts": 713, "stop_counts": 4032 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117697, 39.980904 ], [ -75.117355, 39.981481 ], [ -75.116146, 39.980111 ], [ -75.114768, 39.978568 ], [ -75.117217, 39.977289 ], [ -75.118611, 39.978879 ], [ -75.117697, 39.980904 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163001", "device_counts": 1347, "stop_counts": 6479 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130898, 39.99089 ], [ -75.127031, 39.990386 ], [ -75.125491, 39.989836 ], [ -75.127363, 39.988792 ], [ -75.129641, 39.987546 ], [ -75.131557, 39.987799 ], [ -75.130898, 39.99089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167011", "device_counts": 578, "stop_counts": 5396 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160946, 39.994737 ], [ -75.159366, 39.994525 ], [ -75.160044, 39.991473 ], [ -75.160365, 39.989991 ], [ -75.161948, 39.990185 ], [ -75.160946, 39.994737 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168003", "device_counts": 329, "stop_counts": 417 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165738, 39.990675 ], [ -75.1635, 39.990401 ], [ -75.164184, 39.987311 ], [ -75.166408, 39.987598 ], [ -75.165738, 39.990675 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169023", "device_counts": 865, "stop_counts": 2891 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186148, 39.992662 ], [ -75.185793, 39.994349 ], [ -75.183009, 39.994439 ], [ -75.182463, 39.994365 ], [ -75.179248, 39.993963 ], [ -75.179584, 39.992463 ], [ -75.179748, 39.991715 ], [ -75.185808, 39.992075 ], [ -75.186148, 39.992662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175002", "device_counts": 1195, "stop_counts": 1473 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141495, 39.995422 ], [ -75.140498, 39.999993 ], [ -75.138524, 39.999743 ], [ -75.138713, 39.998891 ], [ -75.139199, 39.996661 ], [ -75.139851, 39.993672 ], [ -75.14183, 39.993929 ], [ -75.141495, 39.995422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177025", "device_counts": 1492, "stop_counts": 3716 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12538, 39.998043 ], [ -75.125058, 39.999628 ], [ -75.120933, 39.999097 ], [ -75.121617, 39.99592 ], [ -75.125737, 39.996451 ], [ -75.12538, 39.998043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177013", "device_counts": 788, "stop_counts": 1221 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118994, 39.998852 ], [ -75.117055, 39.998601 ], [ -75.115107, 39.998347 ], [ -75.115447, 39.996753 ], [ -75.116414, 39.996881 ], [ -75.119328, 39.997255 ], [ -75.118994, 39.998852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178004", "device_counts": 409, "stop_counts": 1078 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118392, 39.990528 ], [ -75.116662, 39.991437 ], [ -75.115083, 39.989526 ], [ -75.116751, 39.988652 ], [ -75.118392, 39.990528 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179003", "device_counts": 789, "stop_counts": 3675 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115605, 39.983551 ], [ -75.114934, 39.984697 ], [ -75.111887, 39.986296 ], [ -75.111221, 39.985268 ], [ -75.11345, 39.984105 ], [ -75.115251, 39.983157 ], [ -75.115605, 39.983551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183002", "device_counts": 609, "stop_counts": 2445 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07472, 39.9987 ], [ -75.070175, 40.00106 ], [ -75.069049, 39.999566 ], [ -75.072513, 39.996193 ], [ -75.073491, 39.997297 ], [ -75.07472, 39.9987 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188005", "device_counts": 809, "stop_counts": 1094 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111558, 39.997475 ], [ -75.109617, 39.995123 ], [ -75.108659, 39.993741 ], [ -75.108144, 39.993156 ], [ -75.109709, 39.992334 ], [ -75.110258, 39.992957 ], [ -75.111369, 39.994211 ], [ -75.113387, 39.996493 ], [ -75.111558, 39.997475 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188007", "device_counts": 740, "stop_counts": 1768 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109848, 39.998436 ], [ -75.106442, 40.000322 ], [ -75.104335, 39.997884 ], [ -75.104043, 39.997555 ], [ -75.106215, 39.996224 ], [ -75.107775, 39.996084 ], [ -75.109848, 39.998436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192006", "device_counts": 308, "stop_counts": 376 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12441, 40.002634 ], [ -75.119314, 40.002003 ], [ -75.119644, 40.000464 ], [ -75.124732, 40.001124 ], [ -75.12441, 40.002634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383003", "device_counts": 1855, "stop_counts": 3814 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135533, 40.013463 ], [ -75.13519, 40.015056 ], [ -75.134194, 40.019619 ], [ -75.131828, 40.019316 ], [ -75.132327, 40.014695 ], [ -75.131135, 40.014535 ], [ -75.131779, 40.011482 ], [ -75.135858, 40.011982 ], [ -75.135533, 40.013463 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197002", "device_counts": 784, "stop_counts": 1649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13981, 40.014014 ], [ -75.137502, 40.01371 ], [ -75.136231, 40.013547 ], [ -75.135533, 40.013463 ], [ -75.135858, 40.011982 ], [ -75.136537, 40.012068 ], [ -75.137826, 40.012233 ], [ -75.139484, 40.012453 ], [ -75.140125, 40.012538 ], [ -75.13981, 40.014014 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198002", "device_counts": 357, "stop_counts": 1477 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14332, 40.012926 ], [ -75.141786, 40.012708 ], [ -75.142438, 40.009743 ], [ -75.143981, 40.009949 ], [ -75.14332, 40.012926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201012", "device_counts": 2158, "stop_counts": 3211 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154205, 40.003395 ], [ -75.152549, 40.003181 ], [ -75.152926, 40.001592 ], [ -75.153609, 39.998515 ], [ -75.155232, 39.998728 ], [ -75.154205, 40.003395 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201023", "device_counts": 788, "stop_counts": 2553 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157945, 40.008486 ], [ -75.157775, 40.009231 ], [ -75.156653, 40.014419 ], [ -75.156652, 40.014618 ], [ -75.155185, 40.015295 ], [ -75.155681, 40.011457 ], [ -75.156028, 40.009868 ], [ -75.156376, 40.008284 ], [ -75.158106, 40.007736 ], [ -75.157945, 40.008486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209004", "device_counts": 1165, "stop_counts": 5804 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213266, 40.021301 ], [ -75.21275, 40.021541 ], [ -75.211564, 40.020898 ], [ -75.209735, 40.018509 ], [ -75.211744, 40.017388 ], [ -75.213, 40.018652 ], [ -75.214841, 40.020594 ], [ -75.213266, 40.021301 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210005", "device_counts": 299, "stop_counts": 2337 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214311, 40.024553 ], [ -75.212764, 40.025348 ], [ -75.210348, 40.022259 ], [ -75.209213, 40.021899 ], [ -75.211564, 40.020898 ], [ -75.21275, 40.021541 ], [ -75.213266, 40.021301 ], [ -75.215348, 40.023903 ], [ -75.214311, 40.024553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213005", "device_counts": 511, "stop_counts": 1324 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225849, 40.033506 ], [ -75.222011, 40.035206 ], [ -75.220899, 40.033847 ], [ -75.220237, 40.033215 ], [ -75.219029, 40.032081 ], [ -75.220448, 40.031211 ], [ -75.222391, 40.033052 ], [ -75.224657, 40.031899 ], [ -75.225849, 40.033506 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213002", "device_counts": 782, "stop_counts": 1266 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220237, 40.033215 ], [ -75.216638, 40.034833 ], [ -75.214493, 40.032838 ], [ -75.2177, 40.030848 ], [ -75.219029, 40.032081 ], [ -75.220237, 40.033215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214003", "device_counts": 707, "stop_counts": 2635 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226157, 40.027648 ], [ -75.223474, 40.029441 ], [ -75.221837, 40.027263 ], [ -75.223862, 40.026345 ], [ -75.226157, 40.027648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214002", "device_counts": 359, "stop_counts": 612 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219728, 40.029436 ], [ -75.219114, 40.029931 ], [ -75.216632, 40.027602 ], [ -75.218841, 40.0266 ], [ -75.219658, 40.02755 ], [ -75.22124, 40.027551 ], [ -75.219728, 40.029436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217004", "device_counts": 383, "stop_counts": 1501 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222808, 40.038112 ], [ -75.218547, 40.042626 ], [ -75.214663, 40.040052 ], [ -75.214111, 40.040124 ], [ -75.213026, 40.039412 ], [ -75.218759, 40.036654 ], [ -75.222052, 40.037775 ], [ -75.222808, 40.038112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010387001", "device_counts": 2260, "stop_counts": 5126 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207327, 40.076561 ], [ -75.205081, 40.078823 ], [ -75.202649, 40.07739 ], [ -75.200378, 40.07959 ], [ -75.197601, 40.077991 ], [ -75.199361, 40.075928 ], [ -75.199496, 40.07547 ], [ -75.199786, 40.075366 ], [ -75.200878, 40.074958 ], [ -75.202651, 40.073212 ], [ -75.203427, 40.07418 ], [ -75.206418, 40.076011 ], [ -75.207327, 40.076561 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388003", "device_counts": 1342, "stop_counts": 3018 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195763, 40.055507 ], [ -75.19022, 40.059199 ], [ -75.189423, 40.058417 ], [ -75.188077, 40.056898 ], [ -75.191752, 40.054604 ], [ -75.192966, 40.055267 ], [ -75.193951, 40.054358 ], [ -75.194647, 40.054791 ], [ -75.195763, 40.055507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238003", "device_counts": 1144, "stop_counts": 3798 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182925, 40.034066 ], [ -75.1804, 40.036534 ], [ -75.177629, 40.039229 ], [ -75.176428, 40.037794 ], [ -75.181235, 40.033097 ], [ -75.182925, 40.034066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240004", "device_counts": 610, "stop_counts": 3751 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1793, 40.027944 ], [ -75.177222, 40.026659 ], [ -75.175207, 40.02544 ], [ -75.178141, 40.022595 ], [ -75.181668, 40.025657 ], [ -75.1793, 40.027944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243001", "device_counts": 330, "stop_counts": 616 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178141, 40.022595 ], [ -75.175207, 40.02544 ], [ -75.174043, 40.026588 ], [ -75.172523, 40.025758 ], [ -75.176861, 40.021501 ], [ -75.178141, 40.022595 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247002", "device_counts": 1627, "stop_counts": 3845 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165078, 40.041858 ], [ -75.163452, 40.043431 ], [ -75.161033, 40.045769 ], [ -75.158217, 40.045076 ], [ -75.158306, 40.042861 ], [ -75.158341, 40.042021 ], [ -75.162077, 40.038163 ], [ -75.164852, 40.039867 ], [ -75.165078, 40.041858 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249001", "device_counts": 560, "stop_counts": 1966 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161898, 40.052842 ], [ -75.158889, 40.055768 ], [ -75.157748, 40.055153 ], [ -75.157557, 40.055034 ], [ -75.157729, 40.052626 ], [ -75.15878, 40.053225 ], [ -75.160222, 40.051826 ], [ -75.161898, 40.052842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252002", "device_counts": 636, "stop_counts": 1959 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181057, 40.045381 ], [ -75.177154, 40.042988 ], [ -75.177651, 40.0425 ], [ -75.17573, 40.041333 ], [ -75.177757, 40.039401 ], [ -75.180884, 40.043246 ], [ -75.181701, 40.044831 ], [ -75.181057, 40.045381 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253004", "device_counts": 225, "stop_counts": 756 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186535, 40.056209 ], [ -75.183366, 40.05922 ], [ -75.180513, 40.057498 ], [ -75.182825, 40.056545 ], [ -75.184472, 40.054919 ], [ -75.186535, 40.056209 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253002", "device_counts": 248, "stop_counts": 678 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184693, 40.050641 ], [ -75.181906, 40.053341 ], [ -75.179616, 40.051956 ], [ -75.183398, 40.048254 ], [ -75.184573, 40.050403 ], [ -75.184693, 40.050641 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255001", "device_counts": 257, "stop_counts": 1944 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188629, 40.062443 ], [ -75.185757, 40.065121 ], [ -75.18437, 40.066442 ], [ -75.181956, 40.064987 ], [ -75.186236, 40.060989 ], [ -75.188629, 40.062443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259005", "device_counts": 308, "stop_counts": 995 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177696, 40.083378 ], [ -75.174143, 40.08135 ], [ -75.175627, 40.07984 ], [ -75.176145, 40.079288 ], [ -75.179756, 40.081333 ], [ -75.177696, 40.083378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260003", "device_counts": 479, "stop_counts": 3414 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174171, 40.076549 ], [ -75.172621, 40.078103 ], [ -75.170289, 40.076767 ], [ -75.170822, 40.076226 ], [ -75.170406, 40.074391 ], [ -75.171716, 40.073039 ], [ -75.17394, 40.07431 ], [ -75.175509, 40.075214 ], [ -75.174171, 40.076549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263022", "device_counts": 1064, "stop_counts": 1776 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157379, 40.067944 ], [ -75.156776, 40.068675 ], [ -75.156285, 40.067006 ], [ -75.152602, 40.067646 ], [ -75.153513, 40.064285 ], [ -75.155254, 40.062431 ], [ -75.156726, 40.064442 ], [ -75.159299, 40.065913 ], [ -75.157379, 40.067944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264003", "device_counts": 460, "stop_counts": 2237 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163166, 40.061911 ], [ -75.161105, 40.060726 ], [ -75.160983, 40.060654 ], [ -75.160911, 40.057865 ], [ -75.162122, 40.057638 ], [ -75.165453, 40.059541 ], [ -75.163166, 40.061911 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265005", "device_counts": 326, "stop_counts": 633 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157748, 40.055153 ], [ -75.15553, 40.056216 ], [ -75.156168, 40.057019 ], [ -75.154904, 40.057595 ], [ -75.153438, 40.055707 ], [ -75.155554, 40.054074 ], [ -75.157557, 40.055034 ], [ -75.157748, 40.055153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265004", "device_counts": 406, "stop_counts": 864 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154904, 40.057595 ], [ -75.152752, 40.05859 ], [ -75.149219, 40.058432 ], [ -75.152594, 40.056367 ], [ -75.153438, 40.055707 ], [ -75.154904, 40.057595 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266003", "device_counts": 476, "stop_counts": 1816 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150505, 40.067377 ], [ -75.148648, 40.067138 ], [ -75.148331, 40.068485 ], [ -75.146683, 40.067547 ], [ -75.147022, 40.065892 ], [ -75.150719, 40.066367 ], [ -75.150505, 40.067377 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268001", "device_counts": 2510, "stop_counts": 9068 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14117, 40.063012 ], [ -75.140709, 40.064133 ], [ -75.139427, 40.063358 ], [ -75.136719, 40.061821 ], [ -75.135124, 40.060989 ], [ -75.136631, 40.059187 ], [ -75.137025, 40.058773 ], [ -75.139067, 40.058017 ], [ -75.140544, 40.058209 ], [ -75.142182, 40.058424 ], [ -75.14117, 40.063012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268002", "device_counts": 1449, "stop_counts": 3647 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141443, 40.054208 ], [ -75.141106, 40.054608 ], [ -75.139067, 40.058017 ], [ -75.137025, 40.058773 ], [ -75.137767, 40.053112 ], [ -75.14156, 40.053599 ], [ -75.141443, 40.054208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273001", "device_counts": 3732, "stop_counts": 7931 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121072, 40.036815 ], [ -75.120434, 40.039886 ], [ -75.120103, 40.041417 ], [ -75.115488, 40.041183 ], [ -75.113544, 40.042711 ], [ -75.11307, 40.043971 ], [ -75.112248, 40.04321 ], [ -75.114427, 40.039903 ], [ -75.114369, 40.0393 ], [ -75.113767, 40.037366 ], [ -75.113107, 40.036567 ], [ -75.114896, 40.034447 ], [ -75.120074, 40.035111 ], [ -75.121421, 40.035281 ], [ -75.121072, 40.036815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274022", "device_counts": 707, "stop_counts": 1179 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127641, 40.036063 ], [ -75.12386, 40.035562 ], [ -75.124167, 40.032575 ], [ -75.126164, 40.032281 ], [ -75.128428, 40.032472 ], [ -75.127641, 40.036063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275002", "device_counts": 939, "stop_counts": 2358 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132967, 40.038346 ], [ -75.132216, 40.041759 ], [ -75.131387, 40.041648 ], [ -75.129498, 40.041048 ], [ -75.130518, 40.036437 ], [ -75.132476, 40.036684 ], [ -75.132967, 40.038346 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276003", "device_counts": 1212, "stop_counts": 3291 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143868, 40.042901 ], [ -75.143547, 40.044426 ], [ -75.138205, 40.043739 ], [ -75.138534, 40.042223 ], [ -75.139322, 40.04232 ], [ -75.139612, 40.0408 ], [ -75.144224, 40.041381 ], [ -75.143868, 40.042901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277002", "device_counts": 628, "stop_counts": 3942 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150142, 40.051578 ], [ -75.148578, 40.051383 ], [ -75.148708, 40.050778 ], [ -75.147265, 40.049965 ], [ -75.147337, 40.049656 ], [ -75.147672, 40.048117 ], [ -75.148345, 40.048204 ], [ -75.15082, 40.048518 ], [ -75.150142, 40.051578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279021", "device_counts": 558, "stop_counts": 1452 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154068, 40.041016 ], [ -75.153946, 40.042752 ], [ -75.153883, 40.043659 ], [ -75.152081, 40.043608 ], [ -75.149796, 40.043673 ], [ -75.150336, 40.042028 ], [ -75.151249, 40.041174 ], [ -75.151505, 40.040612 ], [ -75.149988, 40.038971 ], [ -75.154415, 40.039493 ], [ -75.154068, 40.041016 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283001", "device_counts": 325, "stop_counts": 527 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141668, 40.0316 ], [ -75.139304, 40.031288 ], [ -75.13998, 40.028245 ], [ -75.142334, 40.028543 ], [ -75.141668, 40.0316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283007", "device_counts": 1982, "stop_counts": 3207 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147218, 40.027644 ], [ -75.14685, 40.029481 ], [ -75.144284, 40.030814 ], [ -75.144716, 40.028855 ], [ -75.145359, 40.025873 ], [ -75.147555, 40.026138 ], [ -75.147218, 40.027644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286002", "device_counts": 710, "stop_counts": 1670 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133167, 40.024299 ], [ -75.132838, 40.025783 ], [ -75.130774, 40.026421 ], [ -75.127935, 40.026158 ], [ -75.127816, 40.024683 ], [ -75.130367, 40.024146 ], [ -75.131339, 40.023947 ], [ -75.131594, 40.023893 ], [ -75.131584, 40.024069 ], [ -75.133287, 40.023784 ], [ -75.133167, 40.024299 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010287002", "device_counts": 681, "stop_counts": 1050 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134016, 40.020372 ], [ -75.131171, 40.019997 ], [ -75.130367, 40.024146 ], [ -75.127816, 40.024683 ], [ -75.126967, 40.024818 ], [ -75.127234, 40.02353 ], [ -75.127922, 40.021979 ], [ -75.128883, 40.018945 ], [ -75.131828, 40.019316 ], [ -75.134194, 40.019619 ], [ -75.134016, 40.020372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289025", "device_counts": 357, "stop_counts": 438 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117173, 40.026386 ], [ -75.114461, 40.026784 ], [ -75.113323, 40.024916 ], [ -75.114348, 40.024951 ], [ -75.117389, 40.02504 ], [ -75.117173, 40.026386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294001", "device_counts": 434, "stop_counts": 692 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085519, 40.014787 ], [ -75.083248, 40.013562 ], [ -75.0817, 40.012736 ], [ -75.080857, 40.011903 ], [ -75.080314, 40.011393 ], [ -75.082668, 40.009938 ], [ -75.085818, 40.014448 ], [ -75.085519, 40.014787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298003", "device_counts": 759, "stop_counts": 1118 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070504, 40.017255 ], [ -75.067782, 40.017853 ], [ -75.066195, 40.016956 ], [ -75.066752, 40.016661 ], [ -75.065941, 40.015727 ], [ -75.06807, 40.014992 ], [ -75.068202, 40.014729 ], [ -75.068353, 40.014209 ], [ -75.069585, 40.014649 ], [ -75.070504, 40.017255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300006", "device_counts": 1774, "stop_counts": 3272 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086382, 40.015257 ], [ -75.083508, 40.018365 ], [ -75.079927, 40.016418 ], [ -75.083248, 40.013562 ], [ -75.085519, 40.014787 ], [ -75.086382, 40.015257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300001", "device_counts": 250, "stop_counts": 990 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075622, 40.024074 ], [ -75.073963, 40.025073 ], [ -75.073364, 40.025369 ], [ -75.069087, 40.021904 ], [ -75.072271, 40.020248 ], [ -75.073892, 40.022107 ], [ -75.074175, 40.022429 ], [ -75.075622, 40.024074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301001", "device_counts": 609, "stop_counts": 1331 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085089, 40.022761 ], [ -75.084426, 40.022417 ], [ -75.084269, 40.022331 ], [ -75.081309, 40.02076 ], [ -75.083508, 40.018365 ], [ -75.084591, 40.019701 ], [ -75.086819, 40.020966 ], [ -75.085089, 40.022761 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302001", "device_counts": 3038, "stop_counts": 11166 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081931, 40.024707 ], [ -75.080031, 40.025569 ], [ -75.077861, 40.027869 ], [ -75.075488, 40.027071 ], [ -75.073364, 40.025369 ], [ -75.073963, 40.025073 ], [ -75.075622, 40.024074 ], [ -75.079414, 40.021387 ], [ -75.080281, 40.021866 ], [ -75.081309, 40.02076 ], [ -75.084269, 40.022331 ], [ -75.081931, 40.024707 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305022", "device_counts": 334, "stop_counts": 966 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105314, 40.049378 ], [ -75.102875, 40.047968 ], [ -75.105191, 40.0454 ], [ -75.107491, 40.046751 ], [ -75.105314, 40.049378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305024", "device_counts": 1247, "stop_counts": 2830 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105787, 40.044735 ], [ -75.103518, 40.043463 ], [ -75.101105, 40.045038 ], [ -75.100374, 40.044605 ], [ -75.104633, 40.040073 ], [ -75.10827, 40.042213 ], [ -75.105787, 40.044735 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307003", "device_counts": 2133, "stop_counts": 4919 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092524, 40.055467 ], [ -75.093483, 40.057259 ], [ -75.087425, 40.063599 ], [ -75.085729, 40.062589 ], [ -75.08478, 40.062044 ], [ -75.089972, 40.057821 ], [ -75.088408, 40.05694 ], [ -75.089115, 40.056227 ], [ -75.092131, 40.053178 ], [ -75.093706, 40.054203 ], [ -75.092524, 40.055467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310005", "device_counts": 307, "stop_counts": 551 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079809, 40.048391 ], [ -75.07863, 40.049634 ], [ -75.075037, 40.047638 ], [ -75.075637, 40.047005 ], [ -75.076223, 40.046386 ], [ -75.077403, 40.045139 ], [ -75.079188, 40.046133 ], [ -75.080987, 40.047133 ], [ -75.079809, 40.048391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311014", "device_counts": 332, "stop_counts": 864 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082674, 40.04242 ], [ -75.080351, 40.044905 ], [ -75.079188, 40.046133 ], [ -75.077403, 40.045139 ], [ -75.078565, 40.043904 ], [ -75.078996, 40.043455 ], [ -75.080164, 40.042213 ], [ -75.080904, 40.041432 ], [ -75.082674, 40.04242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313003", "device_counts": 1139, "stop_counts": 1598 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075336, 40.038281 ], [ -75.072996, 40.040803 ], [ -75.071817, 40.040124 ], [ -75.070025, 40.039139 ], [ -75.068003, 40.038059 ], [ -75.069261, 40.036809 ], [ -75.070523, 40.035618 ], [ -75.07355, 40.037298 ], [ -75.075336, 40.038281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314011", "device_counts": 1367, "stop_counts": 3737 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068475, 40.048729 ], [ -75.066045, 40.051181 ], [ -75.063437, 40.049751 ], [ -75.066427, 40.046619 ], [ -75.067109, 40.047015 ], [ -75.069073, 40.048109 ], [ -75.068475, 40.048729 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314013", "device_counts": 831, "stop_counts": 1073 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068234, 40.041945 ], [ -75.067069, 40.043188 ], [ -75.065919, 40.044399 ], [ -75.063143, 40.042901 ], [ -75.06434, 40.041676 ], [ -75.06558, 40.040442 ], [ -75.067663, 40.041634 ], [ -75.068234, 40.041945 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315014", "device_counts": 255, "stop_counts": 362 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.053584, 40.036574 ], [ -75.0518, 40.038476 ], [ -75.05122, 40.039091 ], [ -75.047973, 40.037283 ], [ -75.050349, 40.034769 ], [ -75.051973, 40.035672 ], [ -75.053584, 40.036574 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315015", "device_counts": 305, "stop_counts": 1798 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.049027, 40.041412 ], [ -75.047424, 40.040497 ], [ -75.045919, 40.039643 ], [ -75.045806, 40.039579 ], [ -75.047405, 40.037892 ], [ -75.047973, 40.037283 ], [ -75.05122, 40.039091 ], [ -75.049027, 40.041412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316005", "device_counts": 376, "stop_counts": 801 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060338, 40.034685 ], [ -75.057092, 40.032869 ], [ -75.058231, 40.031651 ], [ -75.058848, 40.030998 ], [ -75.0621, 40.032813 ], [ -75.060338, 40.034685 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318002", "device_counts": 477, "stop_counts": 994 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07908, 40.028552 ], [ -75.077661, 40.030054 ], [ -75.076783, 40.031474 ], [ -75.073733, 40.029784 ], [ -75.074325, 40.028469 ], [ -75.075488, 40.027071 ], [ -75.077861, 40.027869 ], [ -75.07908, 40.028552 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319002", "device_counts": 503, "stop_counts": 975 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06308, 40.022452 ], [ -75.059761, 40.024161 ], [ -75.057513, 40.021597 ], [ -75.06113, 40.019725 ], [ -75.062925, 40.021777 ], [ -75.06308, 40.022452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320006", "device_counts": 172, "stop_counts": 697 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057594, 40.026031 ], [ -75.056953, 40.026361 ], [ -75.056294, 40.026703 ], [ -75.055398, 40.025673 ], [ -75.054495, 40.024648 ], [ -75.053604, 40.023615 ], [ -75.055564, 40.022606 ], [ -75.057806, 40.025174 ], [ -75.057594, 40.026031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323002", "device_counts": 935, "stop_counts": 1051 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057513, 40.021597 ], [ -75.055564, 40.022606 ], [ -75.053604, 40.023615 ], [ -75.052702, 40.022592 ], [ -75.051773, 40.021535 ], [ -75.055687, 40.019504 ], [ -75.057513, 40.021597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326002", "device_counts": 331, "stop_counts": 909 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045554, 40.032261 ], [ -75.043433, 40.033356 ], [ -75.039473, 40.035404 ], [ -75.038616, 40.034355 ], [ -75.042537, 40.032328 ], [ -75.044655, 40.031231 ], [ -75.045554, 40.032261 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326005", "device_counts": 915, "stop_counts": 1665 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0387, 40.029839 ], [ -75.036055, 40.031206 ], [ -75.03517, 40.030116 ], [ -75.034354, 40.029096 ], [ -75.036898, 40.027779 ], [ -75.0387, 40.029839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330001", "device_counts": 481, "stop_counts": 1199 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035331, 40.038788 ], [ -75.034423, 40.03912 ], [ -75.033427, 40.039473 ], [ -75.032295, 40.037622 ], [ -75.034538, 40.036464 ], [ -75.036276, 40.038441 ], [ -75.035331, 40.038788 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331013", "device_counts": 558, "stop_counts": 2218 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036557, 40.041926 ], [ -75.033482, 40.043203 ], [ -75.031919, 40.041201 ], [ -75.03134, 40.040236 ], [ -75.033427, 40.039473 ], [ -75.034423, 40.03912 ], [ -75.035726, 40.040863 ], [ -75.036557, 40.041926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335003", "device_counts": 789, "stop_counts": 2999 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073256, 40.05533 ], [ -75.069224, 40.059583 ], [ -75.06743, 40.0586 ], [ -75.067204, 40.05641 ], [ -75.067582, 40.05606 ], [ -75.065475, 40.05619 ], [ -75.065544, 40.055704 ], [ -75.068503, 40.05259 ], [ -75.069721, 40.053284 ], [ -75.071514, 40.054341 ], [ -75.073256, 40.05533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336002", "device_counts": 429, "stop_counts": 1369 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060101, 40.060221 ], [ -75.058923, 40.061473 ], [ -75.058323, 40.062116 ], [ -75.052996, 40.059096 ], [ -75.053574, 40.058477 ], [ -75.054745, 40.057252 ], [ -75.055937, 40.055993 ], [ -75.059693, 40.058084 ], [ -75.061304, 40.058975 ], [ -75.060101, 40.060221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337021", "device_counts": 456, "stop_counts": 1349 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055857, 40.073249 ], [ -75.049347, 40.077036 ], [ -75.048258, 40.077034 ], [ -75.045793, 40.075329 ], [ -75.047467, 40.076419 ], [ -75.051719, 40.072241 ], [ -75.050462, 40.071509 ], [ -75.051875, 40.069988 ], [ -75.053221, 40.070759 ], [ -75.055004, 40.071771 ], [ -75.053579, 40.073299 ], [ -75.055857, 40.073249 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338004", "device_counts": 381, "stop_counts": 863 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081402, 40.060031 ], [ -75.077504, 40.064196 ], [ -75.075991, 40.064342 ], [ -75.073304, 40.062812 ], [ -75.073909, 40.062192 ], [ -75.074826, 40.062706 ], [ -75.07876, 40.0585 ], [ -75.081402, 40.060031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340003", "device_counts": 486, "stop_counts": 2579 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07966, 40.069203 ], [ -75.077202, 40.071627 ], [ -75.0759, 40.072884 ], [ -75.074029, 40.071983 ], [ -75.077112, 40.068714 ], [ -75.075439, 40.067803 ], [ -75.076022, 40.067172 ], [ -75.074845, 40.066538 ], [ -75.077177, 40.065785 ], [ -75.07805, 40.06636 ], [ -75.080965, 40.067974 ], [ -75.07966, 40.069203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345022", "device_counts": 6545, "stop_counts": 20124 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037498, 40.085459 ], [ -75.028952, 40.080968 ], [ -75.035087, 40.074617 ], [ -75.03536, 40.074939 ], [ -75.036758, 40.079083 ], [ -75.0384, 40.084472 ], [ -75.037498, 40.085459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347012", "device_counts": 1421, "stop_counts": 4029 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040265, 40.068747 ], [ -75.036372, 40.066447 ], [ -75.033152, 40.068038 ], [ -75.033861, 40.071694 ], [ -75.032965, 40.072152 ], [ -75.02966, 40.068154 ], [ -75.028256, 40.067314 ], [ -75.028512, 40.06684 ], [ -75.028362, 40.064504 ], [ -75.029986, 40.064398 ], [ -75.033628, 40.060834 ], [ -75.034523, 40.058672 ], [ -75.03433, 40.057067 ], [ -75.035062, 40.057327 ], [ -75.035532, 40.05881 ], [ -75.034225, 40.062701 ], [ -75.03528, 40.064995 ], [ -75.0406, 40.068042 ], [ -75.040265, 40.068747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348022", "device_counts": 2537, "stop_counts": 8356 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.020575, 40.061252 ], [ -75.014109, 40.066867 ], [ -75.011311, 40.071169 ], [ -75.007269, 40.069161 ], [ -75.008128, 40.068585 ], [ -75.008788, 40.06735 ], [ -75.009635, 40.067672 ], [ -75.011381, 40.06842 ], [ -75.013145, 40.066335 ], [ -75.012747, 40.062185 ], [ -75.013629, 40.062047 ], [ -75.013066, 40.059901 ], [ -75.013062, 40.059109 ], [ -75.013284, 40.058573 ], [ -75.013797, 40.058001 ], [ -75.014444, 40.057424 ], [ -75.019815, 40.060783 ], [ -75.020575, 40.061252 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349004", "device_counts": 1037, "stop_counts": 5192 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021984, 40.037965 ], [ -75.020392, 40.04353 ], [ -75.018502, 40.044081 ], [ -75.016377, 40.045672 ], [ -75.013422, 40.043306 ], [ -75.018683, 40.040047 ], [ -75.01783, 40.039076 ], [ -75.021682, 40.037088 ], [ -75.021984, 40.037965 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263014", "device_counts": 331, "stop_counts": 671 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166725, 40.070165 ], [ -75.164781, 40.072161 ], [ -75.162035, 40.070685 ], [ -75.164106, 40.068662 ], [ -75.165348, 40.069372 ], [ -75.166725, 40.070165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361002", "device_counts": 2488, "stop_counts": 3056 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.001796, 40.10493 ], [ -74.997124, 40.108151 ], [ -74.995134, 40.106336 ], [ -74.995483, 40.106202 ], [ -74.992326, 40.103876 ], [ -74.993327, 40.102963 ], [ -74.992674, 40.10104 ], [ -74.995464, 40.099166 ], [ -74.999804, 40.103236 ], [ -75.001796, 40.10493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347022", "device_counts": 613, "stop_counts": 1116 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028756, 40.056781 ], [ -75.028397, 40.056728 ], [ -75.028291, 40.056363 ], [ -75.025431, 40.05637 ], [ -75.024345, 40.05644 ], [ -75.023374, 40.055334 ], [ -75.024173, 40.051483 ], [ -75.026753, 40.050779 ], [ -75.028549, 40.056169 ], [ -75.029032, 40.056399 ], [ -75.028756, 40.056781 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363022", "device_counts": 1467, "stop_counts": 5818 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981997, 40.102454 ], [ -74.9781, 40.099212 ], [ -74.977757, 40.098433 ], [ -74.981659, 40.095571 ], [ -74.979893, 40.09381 ], [ -74.986551, 40.099366 ], [ -74.981997, 40.102454 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038003", "device_counts": 790, "stop_counts": 1312 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179651, 39.923652 ], [ -75.176295, 39.92425 ], [ -75.176361, 39.92396 ], [ -75.176906, 39.921464 ], [ -75.180045, 39.921872 ], [ -75.179651, 39.923652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083024", "device_counts": 482, "stop_counts": 993 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.244084, 39.955743 ], [ -75.240137, 39.955252 ], [ -75.238166, 39.955011 ], [ -75.238476, 39.953485 ], [ -75.240449, 39.953733 ], [ -75.24441, 39.954226 ], [ -75.244084, 39.955743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176021", "device_counts": 864, "stop_counts": 3250 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12926, 39.998539 ], [ -75.12538, 39.998043 ], [ -75.125737, 39.996451 ], [ -75.126054, 39.994957 ], [ -75.129921, 39.99546 ], [ -75.12926, 39.998539 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009022", "device_counts": 4104, "stop_counts": 16224 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159751, 39.948783 ], [ -75.157392, 39.94849 ], [ -75.156646, 39.948394 ], [ -75.156855, 39.947246 ], [ -75.157113, 39.946025 ], [ -75.159481, 39.946325 ], [ -75.160267, 39.946422 ], [ -75.159751, 39.948783 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011022", "device_counts": 2809, "stop_counts": 7532 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159481, 39.946325 ], [ -75.157113, 39.946025 ], [ -75.156337, 39.945923 ], [ -75.156841, 39.943615 ], [ -75.159984, 39.944009 ], [ -75.159481, 39.946325 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012013", "device_counts": 1820, "stop_counts": 6668 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178156, 39.94719 ], [ -75.174627, 39.946753 ], [ -75.175054, 39.944832 ], [ -75.176985, 39.94508 ], [ -75.178578, 39.945269 ], [ -75.178156, 39.94719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013002", "device_counts": 941, "stop_counts": 1474 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180838, 39.942631 ], [ -75.180624, 39.943641 ], [ -75.177374, 39.943231 ], [ -75.177554, 39.942487 ], [ -75.177598, 39.942228 ], [ -75.177761, 39.941461 ], [ -75.181002, 39.941863 ], [ -75.180838, 39.942631 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014002", "device_counts": 1093, "stop_counts": 1753 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177374, 39.943231 ], [ -75.177169, 39.944209 ], [ -75.176985, 39.94508 ], [ -75.175054, 39.944832 ], [ -75.175241, 39.943969 ], [ -75.175628, 39.942254 ], [ -75.177554, 39.942487 ], [ -75.177374, 39.943231 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019001", "device_counts": 1245, "stop_counts": 1902 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174271, 39.941021 ], [ -75.174104, 39.941793 ], [ -75.170955, 39.941404 ], [ -75.169386, 39.941211 ], [ -75.171125, 39.940626 ], [ -75.171341, 39.939663 ], [ -75.174481, 39.940056 ], [ -75.174271, 39.941021 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025003", "device_counts": 760, "stop_counts": 1896 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154194, 39.933649 ], [ -75.151041, 39.933227 ], [ -75.149463, 39.933019 ], [ -75.149728, 39.931793 ], [ -75.151309, 39.932007 ], [ -75.152893, 39.932208 ], [ -75.154454, 39.93242 ], [ -75.154194, 39.933649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028023", "device_counts": 911, "stop_counts": 1666 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161428, 39.930017 ], [ -75.158296, 39.929602 ], [ -75.158393, 39.929177 ], [ -75.158666, 39.927955 ], [ -75.158745, 39.927564 ], [ -75.161881, 39.927985 ], [ -75.161428, 39.930017 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030013", "device_counts": 661, "stop_counts": 1938 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172907, 39.929811 ], [ -75.171339, 39.929608 ], [ -75.170891, 39.929552 ], [ -75.171137, 39.928329 ], [ -75.171397, 39.927104 ], [ -75.172416, 39.927232 ], [ -75.173426, 39.927363 ], [ -75.172907, 39.929811 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031006", "device_counts": 1094, "stop_counts": 2935 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181419, 39.932161 ], [ -75.181162, 39.933385 ], [ -75.180621, 39.935816 ], [ -75.179035, 39.935612 ], [ -75.179553, 39.933178 ], [ -75.180001, 39.93117 ], [ -75.181589, 39.931366 ], [ -75.181419, 39.932161 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032006", "device_counts": 360, "stop_counts": 1501 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.189148, 39.935671 ], [ -75.187578, 39.935461 ], [ -75.188115, 39.933014 ], [ -75.188636, 39.930583 ], [ -75.190222, 39.930779 ], [ -75.189148, 39.935671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033001", "device_counts": 508, "stop_counts": 2113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192322, 39.931054 ], [ -75.191274, 39.935934 ], [ -75.189148, 39.935671 ], [ -75.190222, 39.930779 ], [ -75.191783, 39.930982 ], [ -75.192322, 39.931054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037015", "device_counts": 761, "stop_counts": 3210 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183601, 39.929928 ], [ -75.181944, 39.929729 ], [ -75.178445, 39.929271 ], [ -75.178615, 39.928469 ], [ -75.178705, 39.928046 ], [ -75.180624, 39.928289 ], [ -75.182804, 39.928575 ], [ -75.183601, 39.929928 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039023", "device_counts": 1144, "stop_counts": 1777 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17718, 39.91489 ], [ -75.175217, 39.915653 ], [ -75.175394, 39.914691 ], [ -75.171877, 39.914256 ], [ -75.172294, 39.912393 ], [ -75.177806, 39.91309 ], [ -75.17718, 39.91489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039012", "device_counts": 1548, "stop_counts": 2810 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173226, 39.923556 ], [ -75.170023, 39.923138 ], [ -75.170309, 39.921885 ], [ -75.170581, 39.920653 ], [ -75.173748, 39.92106 ], [ -75.173226, 39.923556 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040012", "device_counts": 940, "stop_counts": 3338 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166014, 39.923903 ], [ -75.162876, 39.923489 ], [ -75.163412, 39.921015 ], [ -75.166563, 39.921418 ], [ -75.166014, 39.923903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042014", "device_counts": 1139, "stop_counts": 3760 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154526, 39.924895 ], [ -75.152938, 39.924679 ], [ -75.150101, 39.924305 ], [ -75.149405, 39.924207 ], [ -75.149916, 39.921819 ], [ -75.155056, 39.922495 ], [ -75.154526, 39.924895 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042024", "device_counts": 554, "stop_counts": 974 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155597, 39.920013 ], [ -75.150461, 39.919345 ], [ -75.15073, 39.918097 ], [ -75.155865, 39.918755 ], [ -75.155597, 39.920013 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037023", "device_counts": 686, "stop_counts": 1008 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186029, 39.926481 ], [ -75.184393, 39.926276 ], [ -75.185202, 39.922574 ], [ -75.186937, 39.922318 ], [ -75.186029, 39.926481 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037012", "device_counts": 681, "stop_counts": 3018 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178859, 39.927265 ], [ -75.175741, 39.92685 ], [ -75.176088, 39.925198 ], [ -75.179242, 39.925606 ], [ -75.178859, 39.927265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060003", "device_counts": 352, "stop_counts": 1535 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240333, 39.912999 ], [ -75.238949, 39.913959 ], [ -75.237599, 39.914934 ], [ -75.236026, 39.916036 ], [ -75.23463, 39.914848 ], [ -75.23374, 39.914073 ], [ -75.238951, 39.911823 ], [ -75.240333, 39.912999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062001", "device_counts": 605, "stop_counts": 2810 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230327, 39.922201 ], [ -75.227538, 39.91984 ], [ -75.22943, 39.918507 ], [ -75.232221, 39.920865 ], [ -75.230327, 39.922201 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065005", "device_counts": 406, "stop_counts": 1205 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247028, 39.943414 ], [ -75.246634, 39.943541 ], [ -75.241771, 39.945297 ], [ -75.240266, 39.945866 ], [ -75.238875, 39.94468 ], [ -75.240969, 39.943762 ], [ -75.243542, 39.942306 ], [ -75.246822, 39.94297 ], [ -75.247028, 39.943414 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066002", "device_counts": 329, "stop_counts": 606 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231276, 39.931827 ], [ -75.230248, 39.932551 ], [ -75.227589, 39.930313 ], [ -75.229222, 39.929172 ], [ -75.230104, 39.929711 ], [ -75.232362, 39.931074 ], [ -75.231276, 39.931827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067006", "device_counts": 560, "stop_counts": 1354 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22495, 39.923838 ], [ -75.22444, 39.924188 ], [ -75.225832, 39.925361 ], [ -75.22484, 39.926055 ], [ -75.223452, 39.92489 ], [ -75.22216, 39.923892 ], [ -75.224111, 39.921005 ], [ -75.224926, 39.921692 ], [ -75.226319, 39.922867 ], [ -75.22495, 39.923838 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070001", "device_counts": 476, "stop_counts": 862 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220278, 39.939572 ], [ -75.218874, 39.938393 ], [ -75.217614, 39.93733 ], [ -75.218983, 39.936369 ], [ -75.219442, 39.936041 ], [ -75.222098, 39.938279 ], [ -75.220278, 39.939572 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070002", "device_counts": 379, "stop_counts": 695 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223012, 39.937643 ], [ -75.222098, 39.938279 ], [ -75.219442, 39.936041 ], [ -75.220343, 39.935408 ], [ -75.221605, 39.936464 ], [ -75.222986, 39.9355 ], [ -75.224388, 39.936676 ], [ -75.223012, 39.937643 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071024", "device_counts": 228, "stop_counts": 553 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229553, 39.943168 ], [ -75.228184, 39.944134 ], [ -75.226334, 39.942562 ], [ -75.229077, 39.940637 ], [ -75.229528, 39.941018 ], [ -75.230928, 39.942194 ], [ -75.229553, 39.943168 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073001", "device_counts": 480, "stop_counts": 926 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221612, 39.944584 ], [ -75.22022, 39.943415 ], [ -75.219138, 39.944186 ], [ -75.217136, 39.94374 ], [ -75.220175, 39.941602 ], [ -75.221367, 39.942626 ], [ -75.222759, 39.943806 ], [ -75.221612, 39.944584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074003", "device_counts": 561, "stop_counts": 3105 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.215246, 39.943087 ], [ -75.212601, 39.94085 ], [ -75.213865, 39.939974 ], [ -75.215089, 39.939093 ], [ -75.217764, 39.941343 ], [ -75.215246, 39.943087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078002", "device_counts": 605, "stop_counts": 761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219002, 39.944283 ], [ -75.217733, 39.945183 ], [ -75.215162, 39.946978 ], [ -75.213961, 39.945974 ], [ -75.21652, 39.944171 ], [ -75.215615, 39.943402 ], [ -75.217136, 39.94374 ], [ -75.219138, 39.944186 ], [ -75.219002, 39.944283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078005", "device_counts": 784, "stop_counts": 3057 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.217121, 39.94861 ], [ -75.21292, 39.949065 ], [ -75.211389, 39.947796 ], [ -75.213961, 39.945974 ], [ -75.215162, 39.946978 ], [ -75.217121, 39.94861 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079003", "device_counts": 1265, "stop_counts": 3223 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222914, 39.949975 ], [ -75.22275, 39.950754 ], [ -75.218833, 39.950273 ], [ -75.219234, 39.948368 ], [ -75.221237, 39.948161 ], [ -75.223315, 39.947925 ], [ -75.222914, 39.949975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081013", "device_counts": 483, "stop_counts": 2810 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239232, 39.949923 ], [ -75.239118, 39.950446 ], [ -75.235165, 39.949953 ], [ -75.235479, 39.948433 ], [ -75.23943, 39.948931 ], [ -75.239232, 39.949923 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082003", "device_counts": 537, "stop_counts": 869 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243536, 39.948659 ], [ -75.239641, 39.947932 ], [ -75.240052, 39.945917 ], [ -75.240266, 39.945866 ], [ -75.241771, 39.945297 ], [ -75.242107, 39.945829 ], [ -75.244026, 39.946316 ], [ -75.243536, 39.948659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176015", "device_counts": 1091, "stop_counts": 1809 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13735, 39.996421 ], [ -75.134444, 39.996049 ], [ -75.135807, 39.993154 ], [ -75.135121, 39.99306 ], [ -75.135466, 39.991479 ], [ -75.138352, 39.991851 ], [ -75.13735, 39.996421 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084006", "device_counts": 988, "stop_counts": 3253 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239658, 39.957534 ], [ -75.238785, 39.961715 ], [ -75.236808, 39.961471 ], [ -75.234869, 39.961231 ], [ -75.236971, 39.960698 ], [ -75.237448, 39.958433 ], [ -75.237934, 39.956062 ], [ -75.239909, 39.956313 ], [ -75.239658, 39.957534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085002", "device_counts": 1191, "stop_counts": 2064 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225634, 39.956372 ], [ -75.225351, 39.957714 ], [ -75.221397, 39.957227 ], [ -75.221559, 39.956461 ], [ -75.221798, 39.955319 ], [ -75.223775, 39.955565 ], [ -75.225746, 39.955814 ], [ -75.225634, 39.956372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087013", "device_counts": 1823, "stop_counts": 4257 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211677, 39.95524 ], [ -75.208761, 39.95488 ], [ -75.209264, 39.952522 ], [ -75.209326, 39.951436 ], [ -75.212393, 39.951811 ], [ -75.211677, 39.95524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088012", "device_counts": 3300, "stop_counts": 5552 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199622, 39.95686 ], [ -75.196121, 39.956429 ], [ -75.196603, 39.954149 ], [ -75.200098, 39.954582 ], [ -75.199622, 39.95686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093002", "device_counts": 604, "stop_counts": 2953 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22422, 39.963086 ], [ -75.223746, 39.963026 ], [ -75.219693, 39.962523 ], [ -75.219439, 39.960941 ], [ -75.224541, 39.961567 ], [ -75.22422, 39.963086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094003", "device_counts": 664, "stop_counts": 2023 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236587, 39.962519 ], [ -75.23454, 39.962807 ], [ -75.232527, 39.962557 ], [ -75.232857, 39.960976 ], [ -75.234869, 39.961231 ], [ -75.236808, 39.961471 ], [ -75.236587, 39.962519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096004", "device_counts": 962, "stop_counts": 1647 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247169, 39.965927 ], [ -75.242087, 39.965303 ], [ -75.242406, 39.963779 ], [ -75.246425, 39.964276 ], [ -75.247109, 39.964294 ], [ -75.247169, 39.965927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100003", "device_counts": 377, "stop_counts": 2083 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250203, 39.974815 ], [ -75.247797, 39.975079 ], [ -75.247494, 39.975113 ], [ -75.246935, 39.972111 ], [ -75.24887, 39.972339 ], [ -75.249901, 39.973197 ], [ -75.250203, 39.974815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101002", "device_counts": 635, "stop_counts": 1243 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240984, 39.971378 ], [ -75.241209, 39.9726 ], [ -75.240427, 39.972687 ], [ -75.237983, 39.972957 ], [ -75.237455, 39.970141 ], [ -75.239133, 39.969893 ], [ -75.24181, 39.971472 ], [ -75.240984, 39.971378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104002", "device_counts": 430, "stop_counts": 986 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220823, 39.969982 ], [ -75.217172, 39.970351 ], [ -75.216996, 39.968969 ], [ -75.217866, 39.968342 ], [ -75.220578, 39.968067 ], [ -75.220823, 39.969982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105001", "device_counts": 580, "stop_counts": 1155 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2168, 39.967459 ], [ -75.21365, 39.967696 ], [ -75.213228, 39.964331 ], [ -75.216376, 39.964094 ], [ -75.216516, 39.965214 ], [ -75.2168, 39.967459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109002", "device_counts": 408, "stop_counts": 1162 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191719, 39.964652 ], [ -75.187933, 39.965074 ], [ -75.187551, 39.963931 ], [ -75.191494, 39.963503 ], [ -75.191719, 39.964652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111002", "device_counts": 683, "stop_counts": 1093 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225841, 39.97143 ], [ -75.222613, 39.97212 ], [ -75.222827, 39.973318 ], [ -75.219481, 39.973665 ], [ -75.219655, 39.97377 ], [ -75.21953, 39.974639 ], [ -75.216331, 39.97279 ], [ -75.217767, 39.972627 ], [ -75.217172, 39.970351 ], [ -75.220823, 39.969982 ], [ -75.223118, 39.969747 ], [ -75.225372, 39.969517 ], [ -75.225841, 39.97143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112004", "device_counts": 581, "stop_counts": 675 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237983, 39.972957 ], [ -75.235493, 39.973234 ], [ -75.234732, 39.973315 ], [ -75.234203, 39.9705 ], [ -75.235697, 39.970336 ], [ -75.237455, 39.970141 ], [ -75.237983, 39.972957 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115004", "device_counts": 505, "stop_counts": 3083 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255661, 39.976755 ], [ -75.253747, 39.975937 ], [ -75.252323, 39.976786 ], [ -75.251914, 39.974623 ], [ -75.255196, 39.97426 ], [ -75.255661, 39.976755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118006", "device_counts": 230, "stop_counts": 675 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239838, 39.989287 ], [ -75.238361, 39.990486 ], [ -75.237785, 39.990669 ], [ -75.237879, 39.990229 ], [ -75.237488, 39.987996 ], [ -75.237176, 39.986439 ], [ -75.238184, 39.986061 ], [ -75.23987, 39.988202 ], [ -75.239838, 39.989287 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010121001", "device_counts": 3139, "stop_counts": 5317 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226402, 40.001255 ], [ -75.220665, 40.003944 ], [ -75.219551, 39.999839 ], [ -75.223637, 39.999066 ], [ -75.226402, 40.001255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122042", "device_counts": 4113, "stop_counts": 10378 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220665, 40.003944 ], [ -75.213745, 40.00716 ], [ -75.213537, 40.006554 ], [ -75.214054, 40.00501 ], [ -75.215355, 40.001244 ], [ -75.21114, 40.002124 ], [ -75.209695, 39.99965 ], [ -75.208809, 39.999431 ], [ -75.20728, 39.999054 ], [ -75.209317, 39.99842 ], [ -75.210844, 39.998511 ], [ -75.217994, 39.994223 ], [ -75.219551, 39.999839 ], [ -75.220665, 40.003944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134011", "device_counts": 2050, "stop_counts": 3315 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178641, 39.967399 ], [ -75.17539, 39.967345 ], [ -75.176778, 39.964822 ], [ -75.177513, 39.965382 ], [ -75.179683, 39.967416 ], [ -75.178641, 39.967399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136022", "device_counts": 1268, "stop_counts": 2743 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.185394, 39.973417 ], [ -75.182147, 39.973009 ], [ -75.180729, 39.972841 ], [ -75.181234, 39.970504 ], [ -75.183561, 39.970778 ], [ -75.185594, 39.972518 ], [ -75.185394, 39.973417 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136024", "device_counts": 302, "stop_counts": 1644 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175948, 39.972232 ], [ -75.174367, 39.972035 ], [ -75.174869, 39.96971 ], [ -75.17646, 39.96991 ], [ -75.175948, 39.972232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010138001", "device_counts": 685, "stop_counts": 2107 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179172, 39.979988 ], [ -75.177585, 39.979774 ], [ -75.175989, 39.979572 ], [ -75.174393, 39.97938 ], [ -75.173126, 39.97775 ], [ -75.173414, 39.976363 ], [ -75.179779, 39.977188 ], [ -75.179172, 39.979988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144002", "device_counts": 6901, "stop_counts": 25577 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141976, 39.97519 ], [ -75.139715, 39.974897 ], [ -75.133374, 39.97409 ], [ -75.134401, 39.972303 ], [ -75.134428, 39.968791 ], [ -75.135143, 39.968687 ], [ -75.139578, 39.969515 ], [ -75.140665, 39.969652 ], [ -75.141433, 39.972471 ], [ -75.142581, 39.972388 ], [ -75.141976, 39.97519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144001", "device_counts": 1575, "stop_counts": 4013 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144459, 39.972629 ], [ -75.142581, 39.972388 ], [ -75.141433, 39.972471 ], [ -75.140665, 39.969652 ], [ -75.143095, 39.969954 ], [ -75.145018, 39.970191 ], [ -75.144459, 39.972629 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028011", "device_counts": 867, "stop_counts": 1861 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158393, 39.929177 ], [ -75.158296, 39.929602 ], [ -75.158121, 39.930394 ], [ -75.154997, 39.929984 ], [ -75.155463, 39.927956 ], [ -75.155546, 39.92755 ], [ -75.158666, 39.927955 ], [ -75.158393, 39.929177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313001", "device_counts": 385, "stop_counts": 2536 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070025, 40.039139 ], [ -75.067663, 40.041634 ], [ -75.06558, 40.040442 ], [ -75.068003, 40.038059 ], [ -75.070025, 40.039139 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031004", "device_counts": 633, "stop_counts": 3225 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181589, 39.931366 ], [ -75.180001, 39.93117 ], [ -75.176513, 39.930716 ], [ -75.176606, 39.930285 ], [ -75.178445, 39.929271 ], [ -75.181944, 39.929729 ], [ -75.181589, 39.931366 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202001", "device_counts": 684, "stop_counts": 4119 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165554, 40.004859 ], [ -75.165228, 40.006354 ], [ -75.161747, 40.005905 ], [ -75.161409, 40.007399 ], [ -75.158278, 40.006994 ], [ -75.158926, 40.004009 ], [ -75.160843, 40.002634 ], [ -75.165896, 40.003269 ], [ -75.165554, 40.004859 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010359002", "device_counts": 9279, "stop_counts": 32303 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028883, 40.102543 ], [ -75.026305, 40.108324 ], [ -75.025585, 40.109312 ], [ -75.024306, 40.111181 ], [ -75.023459, 40.110847 ], [ -75.01993, 40.110978 ], [ -75.014449, 40.115451 ], [ -75.013156, 40.11397 ], [ -75.008712, 40.119612 ], [ -75.006991, 40.118599 ], [ -75.005391, 40.114802 ], [ -75.017061, 40.105919 ], [ -75.023927, 40.100702 ], [ -75.027635, 40.101765 ], [ -75.028883, 40.102543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010061002", "device_counts": 407, "stop_counts": 2295 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22943, 39.918507 ], [ -75.227538, 39.91984 ], [ -75.225839, 39.918503 ], [ -75.227809, 39.916106 ], [ -75.230094, 39.918046 ], [ -75.22943, 39.918507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204001", "device_counts": 429, "stop_counts": 743 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157303, 40.022607 ], [ -75.154929, 40.02229 ], [ -75.155239, 40.020486 ], [ -75.155692, 40.019078 ], [ -75.156094, 40.019695 ], [ -75.159035, 40.0228 ], [ -75.157303, 40.022607 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264006", "device_counts": 384, "stop_counts": 1307 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166072, 40.067194 ], [ -75.165706, 40.067438 ], [ -75.163822, 40.066357 ], [ -75.162957, 40.067255 ], [ -75.159774, 40.06542 ], [ -75.160688, 40.064468 ], [ -75.162018, 40.063095 ], [ -75.165714, 40.06439 ], [ -75.168099, 40.065219 ], [ -75.166072, 40.067194 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313005", "device_counts": 609, "stop_counts": 2701 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.072645, 40.044394 ], [ -75.070634, 40.043272 ], [ -75.069459, 40.042621 ], [ -75.071817, 40.040124 ], [ -75.072996, 40.040803 ], [ -75.071813, 40.042033 ], [ -75.073836, 40.043174 ], [ -75.072645, 40.044394 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302003", "device_counts": 888, "stop_counts": 2360 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086568, 40.023537 ], [ -75.084726, 40.025458 ], [ -75.083038, 40.027241 ], [ -75.081379, 40.026314 ], [ -75.080031, 40.025569 ], [ -75.081931, 40.024707 ], [ -75.084269, 40.022331 ], [ -75.084426, 40.022417 ], [ -75.085089, 40.022761 ], [ -75.086568, 40.023537 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289021", "device_counts": 460, "stop_counts": 884 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112217, 40.020056 ], [ -75.110835, 40.02172 ], [ -75.110242, 40.022242 ], [ -75.104845, 40.02356 ], [ -75.103204, 40.021057 ], [ -75.107446, 40.017517 ], [ -75.107063, 40.016777 ], [ -75.107152, 40.016728 ], [ -75.109024, 40.016286 ], [ -75.108678, 40.017942 ], [ -75.113951, 40.018603 ], [ -75.112217, 40.020056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338003", "device_counts": 350, "stop_counts": 947 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07876, 40.0585 ], [ -75.074826, 40.062706 ], [ -75.073909, 40.062192 ], [ -75.072766, 40.061554 ], [ -75.076734, 40.05735 ], [ -75.07876, 40.0585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146003", "device_counts": 486, "stop_counts": 3547 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156616, 39.974198 ], [ -75.155061, 39.973996 ], [ -75.151915, 39.973588 ], [ -75.152188, 39.972318 ], [ -75.156893, 39.972927 ], [ -75.156616, 39.974198 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307001", "device_counts": 1643, "stop_counts": 4743 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089972, 40.057821 ], [ -75.08478, 40.062044 ], [ -75.083833, 40.061472 ], [ -75.083525, 40.06127 ], [ -75.08498, 40.058893 ], [ -75.085676, 40.057208 ], [ -75.085794, 40.055424 ], [ -75.085847, 40.05441 ], [ -75.089115, 40.056227 ], [ -75.088408, 40.05694 ], [ -75.089972, 40.057821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199001", "device_counts": 756, "stop_counts": 1178 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140472, 40.007878 ], [ -75.139652, 40.007755 ], [ -75.136858, 40.007394 ], [ -75.137529, 40.004304 ], [ -75.14116, 40.004784 ], [ -75.140472, 40.007878 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064002", "device_counts": 456, "stop_counts": 3899 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243254, 39.92947 ], [ -75.242254, 39.929287 ], [ -75.241996, 39.930036 ], [ -75.239625, 39.92957 ], [ -75.239873, 39.928824 ], [ -75.238729, 39.928585 ], [ -75.239493, 39.928024 ], [ -75.242349, 39.926031 ], [ -75.243494, 39.926963 ], [ -75.243254, 39.92947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118002", "device_counts": 610, "stop_counts": 3328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237488, 39.987996 ], [ -75.232932, 39.988934 ], [ -75.23267, 39.988155 ], [ -75.232136, 39.986635 ], [ -75.234774, 39.986089 ], [ -75.23703, 39.985619 ], [ -75.237176, 39.986439 ], [ -75.237488, 39.987996 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080002", "device_counts": 1422, "stop_counts": 2407 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22703, 39.949702 ], [ -75.226869, 39.95046 ], [ -75.222914, 39.949975 ], [ -75.223315, 39.947925 ], [ -75.224946, 39.947744 ], [ -75.227419, 39.94777 ], [ -75.22703, 39.949702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311023", "device_counts": 937, "stop_counts": 2236 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085499, 40.034421 ], [ -75.084311, 40.035676 ], [ -75.083148, 40.036924 ], [ -75.080981, 40.035713 ], [ -75.081757, 40.034924 ], [ -75.084273, 40.032172 ], [ -75.084832, 40.032349 ], [ -75.085313, 40.033521 ], [ -75.085499, 40.034421 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372003", "device_counts": 654, "stop_counts": 952 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166914, 39.916189 ], [ -75.16453, 39.915875 ], [ -75.165081, 39.913368 ], [ -75.167462, 39.913675 ], [ -75.166914, 39.916189 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311021", "device_counts": 410, "stop_counts": 2916 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084412, 40.039499 ], [ -75.082674, 40.04242 ], [ -75.080904, 40.041432 ], [ -75.081533, 40.040754 ], [ -75.082114, 40.040147 ], [ -75.084464, 40.037657 ], [ -75.083148, 40.036924 ], [ -75.084311, 40.035676 ], [ -75.086804, 40.037049 ], [ -75.084412, 40.039499 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101007", "device_counts": 628, "stop_counts": 1054 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245247, 39.973778 ], [ -75.24329, 39.973997 ], [ -75.242987, 39.972396 ], [ -75.241209, 39.9726 ], [ -75.240984, 39.971378 ], [ -75.24181, 39.971472 ], [ -75.243788, 39.971723 ], [ -75.244885, 39.971854 ], [ -75.245247, 39.973778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242002", "device_counts": 535, "stop_counts": 2337 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174572, 40.029244 ], [ -75.173482, 40.030336 ], [ -75.169816, 40.02845 ], [ -75.172523, 40.025758 ], [ -75.174043, 40.026588 ], [ -75.173611, 40.028691 ], [ -75.174572, 40.029244 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331014", "device_counts": 406, "stop_counts": 865 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040003, 40.041793 ], [ -75.038285, 40.042589 ], [ -75.034393, 40.044379 ], [ -75.033482, 40.043203 ], [ -75.036557, 40.041926 ], [ -75.035726, 40.040863 ], [ -75.036639, 40.04046 ], [ -75.03836, 40.039695 ], [ -75.040003, 40.041793 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171002", "device_counts": 530, "stop_counts": 866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171595, 40.002377 ], [ -75.171247, 40.003951 ], [ -75.169093, 40.003671 ], [ -75.169754, 40.000622 ], [ -75.171912, 40.000883 ], [ -75.171595, 40.002377 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348011", "device_counts": 740, "stop_counts": 3634 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.019047, 40.056391 ], [ -75.012828, 40.056404 ], [ -75.010143, 40.054607 ], [ -75.0112, 40.053653 ], [ -75.012956, 40.051541 ], [ -75.015331, 40.050165 ], [ -75.015641, 40.050595 ], [ -75.016153, 40.051807 ], [ -75.019023, 40.054967 ], [ -75.019047, 40.056391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062003", "device_counts": 408, "stop_counts": 1202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233878, 39.919693 ], [ -75.231092, 39.917343 ], [ -75.232692, 39.916219 ], [ -75.235477, 39.918575 ], [ -75.233878, 39.919693 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090004", "device_counts": 3930, "stop_counts": 17748 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193574, 39.958689 ], [ -75.18921, 39.958811 ], [ -75.189063, 39.957606 ], [ -75.189489, 39.955593 ], [ -75.194152, 39.95618 ], [ -75.193574, 39.958689 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379002", "device_counts": 583, "stop_counts": 1474 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.102621, 39.988348 ], [ -75.099128, 39.990172 ], [ -75.097054, 39.987828 ], [ -75.100552, 39.986001 ], [ -75.100912, 39.986416 ], [ -75.102621, 39.988348 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197005", "device_counts": 907, "stop_counts": 4687 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141745, 40.012939 ], [ -75.141126, 40.015818 ], [ -75.139464, 40.015599 ], [ -75.13981, 40.014014 ], [ -75.140125, 40.012538 ], [ -75.141786, 40.012708 ], [ -75.141745, 40.012939 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113002", "device_counts": 512, "stop_counts": 2381 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23407, 39.980326 ], [ -75.230171, 39.978794 ], [ -75.229855, 39.977069 ], [ -75.231783, 39.976852 ], [ -75.233691, 39.976642 ], [ -75.234013, 39.978361 ], [ -75.23407, 39.980326 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305013", "device_counts": 358, "stop_counts": 2485 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.104633, 40.040073 ], [ -75.100374, 40.044605 ], [ -75.098357, 40.043483 ], [ -75.099539, 40.042241 ], [ -75.103163, 40.039196 ], [ -75.104633, 40.040073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278002", "device_counts": 2252, "stop_counts": 4876 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146978, 40.04173 ], [ -75.146776, 40.044848 ], [ -75.143547, 40.044426 ], [ -75.143868, 40.042901 ], [ -75.144224, 40.041381 ], [ -75.144302, 40.04109 ], [ -75.146469, 40.040087 ], [ -75.148083, 40.04048 ], [ -75.146978, 40.04173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022001", "device_counts": 2084, "stop_counts": 3629 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170025, 39.938263 ], [ -75.166816, 39.937869 ], [ -75.167083, 39.936742 ], [ -75.167303, 39.935695 ], [ -75.170455, 39.936232 ], [ -75.170025, 39.938263 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317005", "device_counts": 404, "stop_counts": 693 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.074325, 40.028469 ], [ -75.073733, 40.029784 ], [ -75.072682, 40.031938 ], [ -75.069719, 40.029984 ], [ -75.068878, 40.030875 ], [ -75.067697, 40.03212 ], [ -75.066299, 40.031344 ], [ -75.068445, 40.02871 ], [ -75.065403, 40.027033 ], [ -75.067957, 40.026583 ], [ -75.073364, 40.025369 ], [ -75.075488, 40.027071 ], [ -75.074325, 40.028469 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175003", "device_counts": 1771, "stop_counts": 5060 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147461, 39.994656 ], [ -75.14183, 39.993929 ], [ -75.139851, 39.993672 ], [ -75.140198, 39.992086 ], [ -75.142173, 39.992343 ], [ -75.142999, 39.992449 ], [ -75.147887, 39.993078 ], [ -75.147461, 39.994656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072002", "device_counts": 535, "stop_counts": 1198 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233604, 39.947351 ], [ -75.231271, 39.947909 ], [ -75.229894, 39.947791 ], [ -75.228202, 39.94627 ], [ -75.228686, 39.945913 ], [ -75.2305, 39.944656 ], [ -75.231754, 39.945721 ], [ -75.232349, 39.945515 ], [ -75.233718, 39.944559 ], [ -75.233604, 39.947351 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171004", "device_counts": 1315, "stop_counts": 3845 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186861, 40.000409 ], [ -75.186812, 40.000434 ], [ -75.184564, 40.002493 ], [ -75.183953, 40.002838 ], [ -75.181141, 40.003697 ], [ -75.178809, 40.004937 ], [ -75.176913, 40.004697 ], [ -75.17725, 40.003097 ], [ -75.171595, 40.002377 ], [ -75.171912, 40.000883 ], [ -75.174663, 40.001009 ], [ -75.176301, 39.999921 ], [ -75.178237, 39.998611 ], [ -75.180188, 39.997253 ], [ -75.182341, 39.997519 ], [ -75.187604, 39.998195 ], [ -75.186861, 40.000409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036002", "device_counts": 585, "stop_counts": 650 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199844, 39.932447 ], [ -75.199503, 39.934508 ], [ -75.197537, 39.934232 ], [ -75.196486, 39.930309 ], [ -75.193621, 39.929965 ], [ -75.194153, 39.927514 ], [ -75.194623, 39.92681 ], [ -75.199586, 39.931807 ], [ -75.199844, 39.932447 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333002", "device_counts": 1493, "stop_counts": 2191 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04703, 40.052268 ], [ -75.044906, 40.053657 ], [ -75.046558, 40.05458 ], [ -75.045268, 40.055875 ], [ -75.046537, 40.056567 ], [ -75.045522, 40.057614 ], [ -75.041248, 40.054576 ], [ -75.039449, 40.055286 ], [ -75.040059, 40.054079 ], [ -75.040247, 40.053158 ], [ -75.042279, 40.049992 ], [ -75.045149, 40.048854 ], [ -75.04703, 40.052268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113001", "device_counts": 1035, "stop_counts": 2089 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239335, 39.981447 ], [ -75.239042, 39.98195 ], [ -75.23407, 39.980326 ], [ -75.234013, 39.978361 ], [ -75.238891, 39.977818 ], [ -75.239124, 39.979069 ], [ -75.239467, 39.980914 ], [ -75.239335, 39.981447 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275003", "device_counts": 1091, "stop_counts": 2573 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134818, 40.036987 ], [ -75.132476, 40.036684 ], [ -75.130518, 40.036437 ], [ -75.13129, 40.032818 ], [ -75.135042, 40.033284 ], [ -75.134818, 40.036987 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347013", "device_counts": 2536, "stop_counts": 6440 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.039163, 40.070369 ], [ -75.036627, 40.073019 ], [ -75.035087, 40.074617 ], [ -75.032965, 40.072152 ], [ -75.033861, 40.071694 ], [ -75.033152, 40.068038 ], [ -75.036372, 40.066447 ], [ -75.040265, 40.068747 ], [ -75.039163, 40.070369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336005", "device_counts": 534, "stop_counts": 3056 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.061118, 40.068122 ], [ -75.059221, 40.067297 ], [ -75.057477, 40.066268 ], [ -75.055477, 40.065149 ], [ -75.056605, 40.063955 ], [ -75.057135, 40.063364 ], [ -75.057697, 40.062787 ], [ -75.06304, 40.066143 ], [ -75.061118, 40.068122 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167022", "device_counts": 484, "stop_counts": 1794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159366, 39.994525 ], [ -75.157791, 39.994342 ], [ -75.158144, 39.992771 ], [ -75.15769, 39.99118 ], [ -75.160044, 39.991473 ], [ -75.159366, 39.994525 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095001", "device_counts": 632, "stop_counts": 1749 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237283, 39.968899 ], [ -75.237455, 39.970141 ], [ -75.235697, 39.970336 ], [ -75.235356, 39.968509 ], [ -75.235842, 39.966085 ], [ -75.237818, 39.96633 ], [ -75.237283, 39.968899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329005", "device_counts": 838, "stop_counts": 2743 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033427, 40.039473 ], [ -75.03134, 40.040236 ], [ -75.028257, 40.041363 ], [ -75.027846, 40.040678 ], [ -75.027031, 40.038744 ], [ -75.031903, 40.036993 ], [ -75.032295, 40.037622 ], [ -75.033427, 40.039473 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352002", "device_counts": 636, "stop_counts": 2092 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.999877, 40.050402 ], [ -74.994151, 40.054401 ], [ -74.990389, 40.050984 ], [ -74.987256, 40.05286 ], [ -74.984752, 40.055355 ], [ -74.984098, 40.054782 ], [ -74.986873, 40.052097 ], [ -74.99627, 40.047202 ], [ -74.999877, 40.050402 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010342001", "device_counts": 375, "stop_counts": 2569 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077179, 40.082798 ], [ -75.075061, 40.084174 ], [ -75.073278, 40.083085 ], [ -75.070181, 40.081194 ], [ -75.073705, 40.079182 ], [ -75.076258, 40.080605 ], [ -75.077121, 40.08108 ], [ -75.078845, 40.082048 ], [ -75.077179, 40.082798 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362033", "device_counts": 1496, "stop_counts": 7826 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.982413, 40.065736 ], [ -74.981173, 40.071985 ], [ -74.977684, 40.079834 ], [ -74.97725, 40.080506 ], [ -74.975247, 40.078848 ], [ -74.973615, 40.078901 ], [ -74.972817, 40.077559 ], [ -74.970537, 40.076281 ], [ -74.971156, 40.073992 ], [ -74.973251, 40.071487 ], [ -74.980525, 40.065702 ], [ -74.980688, 40.065007 ], [ -74.980718, 40.06472 ], [ -74.981154, 40.064912 ], [ -74.982355, 40.064672 ], [ -74.982413, 40.065736 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169012", "device_counts": 586, "stop_counts": 3459 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176535, 39.992076 ], [ -75.176212, 39.993572 ], [ -75.174615, 39.993359 ], [ -75.171441, 39.992946 ], [ -75.171594, 39.9922 ], [ -75.173182, 39.992412 ], [ -75.173682, 39.990167 ], [ -75.175803, 39.988812 ], [ -75.177206, 39.988991 ], [ -75.176535, 39.992076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188002", "device_counts": 406, "stop_counts": 1665 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.104335, 39.997884 ], [ -75.102026, 39.999078 ], [ -75.101235, 39.998188 ], [ -75.100367, 39.997206 ], [ -75.102674, 39.996008 ], [ -75.103369, 39.996794 ], [ -75.104043, 39.997555 ], [ -75.104335, 39.997884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316006", "device_counts": 609, "stop_counts": 1582 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055334, 40.034739 ], [ -75.053701, 40.033844 ], [ -75.050972, 40.032324 ], [ -75.053249, 40.0317 ], [ -75.054054, 40.03118 ], [ -75.057092, 40.032869 ], [ -75.055334, 40.034739 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325003", "device_counts": 1394, "stop_counts": 6432 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048355, 40.029324 ], [ -75.04744, 40.029792 ], [ -75.044655, 40.031231 ], [ -75.043304, 40.029688 ], [ -75.042858, 40.029185 ], [ -75.041957, 40.028152 ], [ -75.040219, 40.026061 ], [ -75.039768, 40.025551 ], [ -75.043408, 40.023672 ], [ -75.044721, 40.025179 ], [ -75.046555, 40.027265 ], [ -75.047453, 40.028294 ], [ -75.047904, 40.02881 ], [ -75.048355, 40.029324 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191002", "device_counts": 656, "stop_counts": 2084 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105434, 40.011197 ], [ -75.105099, 40.012784 ], [ -75.101864, 40.012369 ], [ -75.102552, 40.009202 ], [ -75.105768, 40.009619 ], [ -75.105434, 40.011197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038001", "device_counts": 807, "stop_counts": 4241 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180045, 39.921872 ], [ -75.176906, 39.921464 ], [ -75.177082, 39.920207 ], [ -75.177438, 39.91897 ], [ -75.180576, 39.919369 ], [ -75.180045, 39.921872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365021", "device_counts": 933, "stop_counts": 3648 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.000381, 40.123264 ], [ -74.996392, 40.127195 ], [ -74.997885, 40.127816 ], [ -74.994187, 40.131516 ], [ -74.993595, 40.132266 ], [ -74.992288, 40.130682 ], [ -74.993687, 40.126584 ], [ -74.989014, 40.12607 ], [ -74.987193, 40.123286 ], [ -74.993533, 40.11868 ], [ -74.997052, 40.121168 ], [ -75.000381, 40.123264 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341006", "device_counts": 485, "stop_counts": 3861 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082456, 40.082884 ], [ -75.078845, 40.082048 ], [ -75.077121, 40.08108 ], [ -75.076258, 40.080605 ], [ -75.078592, 40.078097 ], [ -75.082882, 40.079474 ], [ -75.082456, 40.082884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191004", "device_counts": 1645, "stop_counts": 5652 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.11136, 40.015867 ], [ -75.109024, 40.016286 ], [ -75.107152, 40.016728 ], [ -75.107063, 40.016777 ], [ -75.106018, 40.016352 ], [ -75.098916, 40.016433 ], [ -75.09704, 40.016018 ], [ -75.097041, 40.01595 ], [ -75.097055, 40.015202 ], [ -75.097431, 40.013325 ], [ -75.099374, 40.013583 ], [ -75.101557, 40.013878 ], [ -75.101864, 40.012369 ], [ -75.105099, 40.012784 ], [ -75.111811, 40.013662 ], [ -75.11136, 40.015867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243003", "device_counts": 174, "stop_counts": 319 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170176, 40.022731 ], [ -75.169124, 40.023865 ], [ -75.168482, 40.023512 ], [ -75.163915, 40.02099 ], [ -75.165707, 40.019731 ], [ -75.169534, 40.022381 ], [ -75.170176, 40.022731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365022", "device_counts": 1619, "stop_counts": 4055 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.010453, 40.120681 ], [ -75.00527, 40.12605 ], [ -75.003255, 40.131012 ], [ -74.997885, 40.127816 ], [ -74.996392, 40.127195 ], [ -75.000381, 40.123264 ], [ -74.997052, 40.121168 ], [ -75.005391, 40.114802 ], [ -75.006991, 40.118599 ], [ -75.008712, 40.119612 ], [ -75.010453, 40.120681 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084003", "device_counts": 629, "stop_counts": 1663 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237448, 39.958433 ], [ -75.235504, 39.958192 ], [ -75.235745, 39.957049 ], [ -75.235997, 39.955831 ], [ -75.237934, 39.956062 ], [ -75.237448, 39.958433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209002", "device_counts": 479, "stop_counts": 1138 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207863, 40.018582 ], [ -75.207595, 40.019536 ], [ -75.204057, 40.020213 ], [ -75.204055, 40.017273 ], [ -75.205622, 40.017107 ], [ -75.208116, 40.017764 ], [ -75.207863, 40.018582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172012", "device_counts": 1112, "stop_counts": 4554 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171997, 39.997826 ], [ -75.17042, 39.997618 ], [ -75.167215, 39.997197 ], [ -75.167568, 39.995621 ], [ -75.170767, 39.996036 ], [ -75.172355, 39.99624 ], [ -75.171997, 39.997826 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082007", "device_counts": 663, "stop_counts": 1915 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249056, 39.951679 ], [ -75.243068, 39.950926 ], [ -75.24323, 39.950172 ], [ -75.243381, 39.949411 ], [ -75.249371, 39.950153 ], [ -75.249056, 39.951679 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107002", "device_counts": 2029, "stop_counts": 4410 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211189, 39.968634 ], [ -75.208038, 39.968984 ], [ -75.207839, 39.967943 ], [ -75.203258, 39.968447 ], [ -75.203058, 39.967396 ], [ -75.20264, 39.965169 ], [ -75.202334, 39.963495 ], [ -75.202342, 39.963137 ], [ -75.20756, 39.966381 ], [ -75.208344, 39.966876 ], [ -75.210101, 39.967961 ], [ -75.211189, 39.968634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198006", "device_counts": 684, "stop_counts": 1500 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138577, 40.008789 ], [ -75.138483, 40.009234 ], [ -75.137826, 40.012233 ], [ -75.136537, 40.012068 ], [ -75.135858, 40.011982 ], [ -75.136858, 40.007394 ], [ -75.139652, 40.007755 ], [ -75.138577, 40.008789 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365011", "device_counts": 9605, "stop_counts": 24094 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.01385, 40.128896 ], [ -75.013206, 40.130233 ], [ -75.012295, 40.131736 ], [ -75.009117, 40.134355 ], [ -75.003255, 40.131012 ], [ -75.00527, 40.12605 ], [ -75.010453, 40.120681 ], [ -75.015384, 40.123599 ], [ -75.01385, 40.128896 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140003", "device_counts": 2891, "stop_counts": 6810 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16175, 39.976262 ], [ -75.158526, 39.97585 ], [ -75.158782, 39.974482 ], [ -75.159237, 39.972384 ], [ -75.162507, 39.972799 ], [ -75.16175, 39.976262 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113003", "device_counts": 478, "stop_counts": 3948 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238891, 39.977818 ], [ -75.234013, 39.978361 ], [ -75.233691, 39.976642 ], [ -75.236087, 39.97638 ], [ -75.23857, 39.976101 ], [ -75.238891, 39.977818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310006", "device_counts": 376, "stop_counts": 1564 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082888, 40.048197 ], [ -75.079878, 40.051217 ], [ -75.079334, 40.051809 ], [ -75.077529, 40.050805 ], [ -75.073936, 40.048841 ], [ -75.075037, 40.047638 ], [ -75.07863, 40.049634 ], [ -75.079809, 40.048391 ], [ -75.080987, 40.047133 ], [ -75.082888, 40.048197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280001", "device_counts": 306, "stop_counts": 1598 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157153, 40.02413 ], [ -75.154245, 40.025634 ], [ -75.15461, 40.023801 ], [ -75.153357, 40.022088 ], [ -75.154929, 40.02229 ], [ -75.157303, 40.022607 ], [ -75.157153, 40.02413 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033003", "device_counts": 376, "stop_counts": 696 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193615, 39.937485 ], [ -75.19306, 39.93741 ], [ -75.188885, 39.936887 ], [ -75.189148, 39.935671 ], [ -75.191274, 39.935934 ], [ -75.193315, 39.936206 ], [ -75.193873, 39.936286 ], [ -75.193615, 39.937485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274024", "device_counts": 839, "stop_counts": 2215 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126643, 40.040681 ], [ -75.126311, 40.042203 ], [ -75.122078, 40.041664 ], [ -75.12281, 40.040181 ], [ -75.123535, 40.038719 ], [ -75.124744, 40.038876 ], [ -75.126977, 40.039155 ], [ -75.126643, 40.040681 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031002", "device_counts": 506, "stop_counts": 882 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176513, 39.930716 ], [ -75.176069, 39.932721 ], [ -75.174495, 39.932523 ], [ -75.174764, 39.931307 ], [ -75.175032, 39.930087 ], [ -75.176606, 39.930285 ], [ -75.176513, 39.930716 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149004", "device_counts": 276, "stop_counts": 483 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181579, 39.983313 ], [ -75.179952, 39.983108 ], [ -75.180591, 39.980167 ], [ -75.181135, 39.980238 ], [ -75.182215, 39.980373 ], [ -75.181579, 39.983313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279013", "device_counts": 436, "stop_counts": 1788 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158132, 40.046418 ], [ -75.158017, 40.048126 ], [ -75.157958, 40.049025 ], [ -75.154793, 40.048902 ], [ -75.154966, 40.046241 ], [ -75.156675, 40.04536 ], [ -75.158217, 40.045076 ], [ -75.158132, 40.046418 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172021", "device_counts": 562, "stop_counts": 1670 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174663, 40.001009 ], [ -75.171912, 40.000883 ], [ -75.169754, 40.000622 ], [ -75.170087, 39.999116 ], [ -75.173282, 39.999516 ], [ -75.176301, 39.999921 ], [ -75.174663, 40.001009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090001", "device_counts": 816, "stop_counts": 3458 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194297, 39.962607 ], [ -75.191389, 39.962922 ], [ -75.191117, 39.96144 ], [ -75.189564, 39.960998 ], [ -75.193905, 39.960514 ], [ -75.194015, 39.961124 ], [ -75.194297, 39.962607 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032001", "device_counts": 606, "stop_counts": 2995 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183916, 39.93624 ], [ -75.180621, 39.935816 ], [ -75.181162, 39.933385 ], [ -75.184449, 39.933813 ], [ -75.183916, 39.93624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028022", "device_counts": 1850, "stop_counts": 5375 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16735, 39.926579 ], [ -75.165005, 39.92855 ], [ -75.161881, 39.927985 ], [ -75.162338, 39.92592 ], [ -75.165483, 39.926333 ], [ -75.16735, 39.926579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111001", "device_counts": 6568, "stop_counts": 14076 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2263, 39.977951 ], [ -75.224093, 39.981369 ], [ -75.224066, 39.981508 ], [ -75.223157, 39.981381 ], [ -75.213469, 39.977791 ], [ -75.212211, 39.973242 ], [ -75.216331, 39.97279 ], [ -75.21953, 39.974639 ], [ -75.224848, 39.97712 ], [ -75.226451, 39.977717 ], [ -75.2263, 39.977951 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247001", "device_counts": 429, "stop_counts": 551 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167207, 40.043149 ], [ -75.16483, 40.045468 ], [ -75.163739, 40.044801 ], [ -75.163452, 40.043431 ], [ -75.165078, 40.041858 ], [ -75.164852, 40.039867 ], [ -75.16516, 40.039474 ], [ -75.166622, 40.040379 ], [ -75.165819, 40.042309 ], [ -75.167207, 40.043149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010269001", "device_counts": 816, "stop_counts": 1543 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130059, 40.055474 ], [ -75.129021, 40.057091 ], [ -75.12632, 40.055481 ], [ -75.127143, 40.051748 ], [ -75.130783, 40.052206 ], [ -75.130059, 40.055474 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081012", "device_counts": 608, "stop_counts": 1101 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239641, 39.947932 ], [ -75.23943, 39.948931 ], [ -75.235479, 39.948433 ], [ -75.235822, 39.946835 ], [ -75.235917, 39.946793 ], [ -75.240052, 39.945917 ], [ -75.239641, 39.947932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010117001", "device_counts": 1399, "stop_counts": 2640 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247948, 39.991138 ], [ -75.237331, 39.996128 ], [ -75.235298, 39.99707 ], [ -75.234136, 39.995598 ], [ -75.234027, 39.994736 ], [ -75.233713, 39.992176 ], [ -75.236255, 39.990971 ], [ -75.237785, 39.990669 ], [ -75.238361, 39.990486 ], [ -75.239838, 39.989287 ], [ -75.245478, 39.986619 ], [ -75.246416, 39.988266 ], [ -75.246187, 39.989516 ], [ -75.247948, 39.991138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168005", "device_counts": 435, "stop_counts": 1028 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170767, 39.996036 ], [ -75.167568, 39.995621 ], [ -75.167925, 39.994025 ], [ -75.171115, 39.994444 ], [ -75.170767, 39.996036 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178005", "device_counts": 707, "stop_counts": 4849 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12031, 39.992672 ], [ -75.115778, 39.995167 ], [ -75.113816, 39.992924 ], [ -75.116662, 39.991437 ], [ -75.118392, 39.990528 ], [ -75.12031, 39.992672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010006001", "device_counts": 20821, "stop_counts": 48040 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164338, 39.949346 ], [ -75.164011, 39.950876 ], [ -75.163937, 39.950866 ], [ -75.157062, 39.950006 ], [ -75.152337, 39.949421 ], [ -75.153174, 39.947962 ], [ -75.156646, 39.948394 ], [ -75.157392, 39.94849 ], [ -75.159751, 39.948783 ], [ -75.162114, 39.94908 ], [ -75.164265, 39.94934 ], [ -75.164338, 39.949346 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312003", "device_counts": 939, "stop_counts": 1643 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084273, 40.032172 ], [ -75.081757, 40.034924 ], [ -75.079636, 40.033743 ], [ -75.077266, 40.036262 ], [ -75.074901, 40.034935 ], [ -75.074439, 40.03398 ], [ -75.077022, 40.033387 ], [ -75.080757, 40.032541 ], [ -75.084089, 40.031826 ], [ -75.084273, 40.032172 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087012", "device_counts": 1700, "stop_counts": 2893 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211039, 39.958276 ], [ -75.208128, 39.957915 ], [ -75.2086, 39.955636 ], [ -75.208761, 39.95488 ], [ -75.211677, 39.95524 ], [ -75.211039, 39.958276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301005", "device_counts": 333, "stop_counts": 586 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091879, 40.024435 ], [ -75.090563, 40.025791 ], [ -75.086568, 40.023537 ], [ -75.085089, 40.022761 ], [ -75.086819, 40.020966 ], [ -75.087283, 40.020485 ], [ -75.090373, 40.022233 ], [ -75.092729, 40.023597 ], [ -75.091879, 40.024435 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372004", "device_counts": 9909, "stop_counts": 19198 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159844, 39.915286 ], [ -75.156708, 39.914869 ], [ -75.148124, 39.913772 ], [ -75.149188, 39.908604 ], [ -75.160789, 39.910942 ], [ -75.159844, 39.915286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365013", "device_counts": 4971, "stop_counts": 10549 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021931, 40.127467 ], [ -75.013206, 40.130233 ], [ -75.01385, 40.128896 ], [ -75.015384, 40.123599 ], [ -75.0201, 40.126358 ], [ -75.021931, 40.127467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309003", "device_counts": 3275, "stop_counts": 8505 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.088975, 40.044332 ], [ -75.088312, 40.045514 ], [ -75.086975, 40.048567 ], [ -75.082343, 40.045991 ], [ -75.085031, 40.043731 ], [ -75.086453, 40.042566 ], [ -75.084412, 40.039499 ], [ -75.086804, 40.037049 ], [ -75.087802, 40.036032 ], [ -75.087931, 40.036236 ], [ -75.088091, 40.03654 ], [ -75.088709, 40.03795 ], [ -75.088631, 40.042747 ], [ -75.088975, 40.044332 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115002", "device_counts": 410, "stop_counts": 2786 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255918, 39.978122 ], [ -75.253929, 39.979067 ], [ -75.253104, 39.98018 ], [ -75.250979, 39.977684 ], [ -75.252323, 39.976786 ], [ -75.253747, 39.975937 ], [ -75.255661, 39.976755 ], [ -75.255918, 39.978122 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108002", "device_counts": 756, "stop_counts": 2781 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.203058, 39.967396 ], [ -75.198248, 39.96793 ], [ -75.197832, 39.965697 ], [ -75.20264, 39.965169 ], [ -75.203058, 39.967396 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167023", "device_counts": 1418, "stop_counts": 3096 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15769, 39.99118 ], [ -75.158144, 39.992771 ], [ -75.157791, 39.994342 ], [ -75.154588, 39.993938 ], [ -75.155593, 39.989369 ], [ -75.155934, 39.987877 ], [ -75.158335, 39.988186 ], [ -75.15769, 39.99118 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265006", "device_counts": 655, "stop_counts": 2695 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160691, 40.056831 ], [ -75.158413, 40.059181 ], [ -75.157371, 40.058584 ], [ -75.156168, 40.057019 ], [ -75.15553, 40.056216 ], [ -75.157748, 40.055153 ], [ -75.158889, 40.055768 ], [ -75.160691, 40.056831 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010212002", "device_counts": 1852, "stop_counts": 5733 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213692, 40.032135 ], [ -75.21114, 40.0346 ], [ -75.208938, 40.035221 ], [ -75.208278, 40.033762 ], [ -75.207715, 40.031573 ], [ -75.211308, 40.02997 ], [ -75.213692, 40.032135 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087011", "device_counts": 1009, "stop_counts": 3567 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212716, 39.950292 ], [ -75.212393, 39.951811 ], [ -75.209326, 39.951436 ], [ -75.209259, 39.949541 ], [ -75.21292, 39.949065 ], [ -75.212716, 39.950292 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313002", "device_counts": 1923, "stop_counts": 4131 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070523, 40.035618 ], [ -75.069261, 40.036809 ], [ -75.068003, 40.038059 ], [ -75.06558, 40.040442 ], [ -75.061043, 40.037981 ], [ -75.062463, 40.036912 ], [ -75.064362, 40.036306 ], [ -75.065147, 40.036446 ], [ -75.070001, 40.03532 ], [ -75.070523, 40.035618 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179002", "device_counts": 1239, "stop_counts": 6813 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111887, 39.986296 ], [ -75.109192, 39.987702 ], [ -75.11017, 39.988806 ], [ -75.10773, 39.990079 ], [ -75.107339, 39.989644 ], [ -75.105915, 39.988037 ], [ -75.108359, 39.986753 ], [ -75.111221, 39.985268 ], [ -75.111887, 39.986296 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081022", "device_counts": 486, "stop_counts": 946 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238476, 39.953485 ], [ -75.234531, 39.953 ], [ -75.234856, 39.951444 ], [ -75.238796, 39.951942 ], [ -75.238476, 39.953485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109001", "device_counts": 1576, "stop_counts": 3653 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19531, 39.968045 ], [ -75.192139, 39.966888 ], [ -75.188987, 39.96591 ], [ -75.187933, 39.965074 ], [ -75.191719, 39.964652 ], [ -75.191826, 39.965222 ], [ -75.194727, 39.964903 ], [ -75.19531, 39.968045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010384002", "device_counts": 3824, "stop_counts": 8669 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24055, 40.070468 ], [ -75.238583, 40.069546 ], [ -75.235951, 40.071238 ], [ -75.230082, 40.0663 ], [ -75.232439, 40.064739 ], [ -75.231724, 40.064099 ], [ -75.238182, 40.059771 ], [ -75.239545, 40.062977 ], [ -75.240092, 40.067344 ], [ -75.240321, 40.068383 ], [ -75.241075, 40.070395 ], [ -75.24055, 40.070468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326001", "device_counts": 1367, "stop_counts": 2320 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04677, 40.033683 ], [ -75.044671, 40.034771 ], [ -75.043199, 40.035544 ], [ -75.04086, 40.036757 ], [ -75.040594, 40.036859 ], [ -75.039473, 40.035404 ], [ -75.043433, 40.033356 ], [ -75.045554, 40.032261 ], [ -75.04677, 40.033683 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163003", "device_counts": 655, "stop_counts": 1387 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132893, 39.991144 ], [ -75.130898, 39.99089 ], [ -75.131557, 39.987799 ], [ -75.133549, 39.98806 ], [ -75.132893, 39.991144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032004", "device_counts": 935, "stop_counts": 1239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188885, 39.936887 ], [ -75.187326, 39.936679 ], [ -75.183916, 39.93624 ], [ -75.184449, 39.933813 ], [ -75.184705, 39.932584 ], [ -75.188115, 39.933014 ], [ -75.187578, 39.935461 ], [ -75.189148, 39.935671 ], [ -75.188885, 39.936887 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033006", "device_counts": 481, "stop_counts": 1155 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.197266, 39.935453 ], [ -75.197012, 39.936678 ], [ -75.193873, 39.936286 ], [ -75.194133, 39.935048 ], [ -75.194408, 39.933822 ], [ -75.197537, 39.934232 ], [ -75.197266, 39.935453 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338002", "device_counts": 376, "stop_counts": 3203 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076734, 40.05735 ], [ -75.072766, 40.061554 ], [ -75.069224, 40.059583 ], [ -75.073256, 40.05533 ], [ -75.075032, 40.056359 ], [ -75.076734, 40.05735 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201024", "device_counts": 1035, "stop_counts": 2801 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155185, 40.015295 ], [ -75.153849, 40.015891 ], [ -75.152431, 40.01321 ], [ -75.152163, 40.01254 ], [ -75.151428, 40.010903 ], [ -75.155681, 40.011457 ], [ -75.155185, 40.015295 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262003", "device_counts": 280, "stop_counts": 2571 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170657, 40.069832 ], [ -75.16697, 40.067709 ], [ -75.166072, 40.067194 ], [ -75.168099, 40.065219 ], [ -75.168757, 40.065479 ], [ -75.172207, 40.068288 ], [ -75.170657, 40.069832 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379005", "device_counts": 585, "stop_counts": 1599 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100552, 39.986001 ], [ -75.097054, 39.987828 ], [ -75.095964, 39.988395 ], [ -75.094393, 39.98663 ], [ -75.099, 39.98424 ], [ -75.100552, 39.986001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025001", "device_counts": 1878, "stop_counts": 4558 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150229, 39.936921 ], [ -75.148694, 39.936486 ], [ -75.146808, 39.935982 ], [ -75.147616, 39.932313 ], [ -75.149463, 39.933019 ], [ -75.151041, 39.933227 ], [ -75.150229, 39.936921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010360001", "device_counts": 14400, "stop_counts": 46667 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.023927, 40.100702 ], [ -75.017061, 40.105919 ], [ -75.005391, 40.114802 ], [ -75.003554, 40.110847 ], [ -75.000959, 40.111393 ], [ -74.997124, 40.108151 ], [ -75.001796, 40.10493 ], [ -75.014156, 40.096236 ], [ -75.015528, 40.09486 ], [ -75.018233, 40.097105 ], [ -75.022086, 40.100212 ], [ -75.023927, 40.100702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357011", "device_counts": 6743, "stop_counts": 21900 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033722, 40.106639 ], [ -75.029192, 40.111392 ], [ -75.025585, 40.109312 ], [ -75.026305, 40.108324 ], [ -75.028883, 40.102543 ], [ -75.030235, 40.103387 ], [ -75.032998, 40.10511 ], [ -75.033897, 40.105689 ], [ -75.033722, 40.106639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041023", "device_counts": 813, "stop_counts": 2463 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163956, 39.918518 ], [ -75.161362, 39.918177 ], [ -75.161956, 39.915546 ], [ -75.16453, 39.915875 ], [ -75.163956, 39.918518 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195011", "device_counts": 1520, "stop_counts": 5953 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137847, 40.002799 ], [ -75.133561, 40.002265 ], [ -75.131501, 40.001999 ], [ -75.132172, 39.998913 ], [ -75.138524, 39.999743 ], [ -75.137847, 40.002799 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160004", "device_counts": 282, "stop_counts": 2239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.125062, 39.982373 ], [ -75.122679, 39.983488 ], [ -75.120973, 39.981546 ], [ -75.123266, 39.980344 ], [ -75.125062, 39.982373 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161004", "device_counts": 985, "stop_counts": 3231 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129641, 39.987546 ], [ -75.127022, 39.984597 ], [ -75.124728, 39.985801 ], [ -75.124654, 39.984526 ], [ -75.127398, 39.98308 ], [ -75.130794, 39.986928 ], [ -75.129641, 39.987546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010332001", "device_counts": 1290, "stop_counts": 1728 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054287, 40.044448 ], [ -75.051682, 40.046963 ], [ -75.047775, 40.046246 ], [ -75.045269, 40.046509 ], [ -75.045201, 40.044354 ], [ -75.044877, 40.043079 ], [ -75.046204, 40.041796 ], [ -75.050465, 40.044662 ], [ -75.052228, 40.043271 ], [ -75.054287, 40.044448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179005", "device_counts": 935, "stop_counts": 3208 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121855, 39.987436 ], [ -75.121438, 39.987859 ], [ -75.120138, 39.986877 ], [ -75.116751, 39.988652 ], [ -75.115083, 39.989526 ], [ -75.114257, 39.989952 ], [ -75.113492, 39.988768 ], [ -75.11674, 39.98673 ], [ -75.115524, 39.985365 ], [ -75.115224, 39.985018 ], [ -75.114934, 39.984697 ], [ -75.115605, 39.983551 ], [ -75.116075, 39.982938 ], [ -75.116836, 39.982072 ], [ -75.117355, 39.981481 ], [ -75.118522, 39.982825 ], [ -75.120252, 39.984755 ], [ -75.122417, 39.987001 ], [ -75.121855, 39.987436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344003", "device_counts": 1871, "stop_counts": 6094 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059388, 40.096462 ], [ -75.054861, 40.100183 ], [ -75.054966, 40.100963 ], [ -75.050974, 40.103122 ], [ -75.049676, 40.102037 ], [ -75.047115, 40.098377 ], [ -75.046737, 40.09524 ], [ -75.047299, 40.092762 ], [ -75.047567, 40.09192 ], [ -75.050752, 40.09478 ], [ -75.053907, 40.091873 ], [ -75.057068, 40.089697 ], [ -75.058343, 40.090153 ], [ -75.063708, 40.090568 ], [ -75.059388, 40.096462 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125001", "device_counts": 12597, "stop_counts": 40002 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171583, 39.960795 ], [ -75.168429, 39.9604 ], [ -75.167806, 39.963306 ], [ -75.166227, 39.963112 ], [ -75.161384, 39.962474 ], [ -75.161443, 39.962172 ], [ -75.161411, 39.962102 ], [ -75.162293, 39.958058 ], [ -75.162339, 39.957825 ], [ -75.162413, 39.957834 ], [ -75.172002, 39.959007 ], [ -75.171583, 39.960795 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090002", "device_counts": 1752, "stop_counts": 5801 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193905, 39.960514 ], [ -75.189564, 39.960998 ], [ -75.18921, 39.958811 ], [ -75.193574, 39.958689 ], [ -75.193905, 39.960514 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010375002", "device_counts": 682, "stop_counts": 2913 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.265511, 39.981857 ], [ -75.259476, 39.984955 ], [ -75.255676, 39.987499 ], [ -75.251063, 39.981601 ], [ -75.252544, 39.98077 ], [ -75.253104, 39.98018 ], [ -75.253929, 39.979067 ], [ -75.255918, 39.978122 ], [ -75.257113, 39.983789 ], [ -75.259062, 39.982814 ], [ -75.261282, 39.978272 ], [ -75.265511, 39.981857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191003", "device_counts": 461, "stop_counts": 1647 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106083, 40.00813 ], [ -75.105768, 40.009619 ], [ -75.102552, 40.009202 ], [ -75.103146, 40.006202 ], [ -75.106403, 40.006621 ], [ -75.106083, 40.00813 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093001", "device_counts": 605, "stop_counts": 2428 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223531, 39.964601 ], [ -75.221952, 39.96425 ], [ -75.220044, 39.963819 ], [ -75.219693, 39.962523 ], [ -75.223746, 39.963026 ], [ -75.223531, 39.964601 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112005", "device_counts": 403, "stop_counts": 488 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23857, 39.976101 ], [ -75.236087, 39.97638 ], [ -75.235493, 39.973234 ], [ -75.237983, 39.972957 ], [ -75.23857, 39.976101 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282003", "device_counts": 6366, "stop_counts": 17720 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144749, 40.039072 ], [ -75.144571, 40.039836 ], [ -75.139212, 40.039146 ], [ -75.137633, 40.038943 ], [ -75.137945, 40.037539 ], [ -75.138323, 40.035876 ], [ -75.139766, 40.034506 ], [ -75.143944, 40.032192 ], [ -75.143363, 40.034976 ], [ -75.145554, 40.035262 ], [ -75.144749, 40.039072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262002", "device_counts": 180, "stop_counts": 886 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16899, 40.071473 ], [ -75.166725, 40.070165 ], [ -75.165348, 40.069372 ], [ -75.16697, 40.067709 ], [ -75.170657, 40.069832 ], [ -75.16899, 40.071473 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070004", "device_counts": 330, "stop_counts": 1392 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225358, 39.936 ], [ -75.224388, 39.936676 ], [ -75.222986, 39.9355 ], [ -75.221731, 39.93443 ], [ -75.223219, 39.933389 ], [ -75.225887, 39.935625 ], [ -75.225358, 39.936 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331021", "device_counts": 1068, "stop_counts": 4053 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.026037, 40.048163 ], [ -75.023007, 40.049197 ], [ -75.021343, 40.048294 ], [ -75.020489, 40.04639 ], [ -75.021752, 40.043668 ], [ -75.02562, 40.042322 ], [ -75.02603, 40.043117 ], [ -75.02654, 40.045822 ], [ -75.026037, 40.048163 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192003", "device_counts": 833, "stop_counts": 2194 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116722, 40.000088 ], [ -75.114785, 39.999838 ], [ -75.112398, 40.00052 ], [ -75.112923, 39.99806 ], [ -75.115107, 39.998347 ], [ -75.117055, 39.998601 ], [ -75.116722, 40.000088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025004", "device_counts": 1896, "stop_counts": 5717 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153774, 39.935516 ], [ -75.153286, 39.937736 ], [ -75.150229, 39.936921 ], [ -75.151041, 39.933227 ], [ -75.154194, 39.933649 ], [ -75.153774, 39.935516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310002", "device_counts": 688, "stop_counts": 1241 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076902, 40.054387 ], [ -75.075032, 40.056359 ], [ -75.073256, 40.05533 ], [ -75.071514, 40.054341 ], [ -75.069721, 40.053284 ], [ -75.072108, 40.050765 ], [ -75.075675, 40.052745 ], [ -75.07509, 40.053364 ], [ -75.076902, 40.054387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168004", "device_counts": 279, "stop_counts": 338 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167918, 39.990947 ], [ -75.165738, 39.990675 ], [ -75.166408, 39.987598 ], [ -75.168428, 39.987857 ], [ -75.167918, 39.990947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315023", "device_counts": 356, "stop_counts": 1498 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056848, 40.03839 ], [ -75.053584, 40.036574 ], [ -75.051973, 40.035672 ], [ -75.053701, 40.033844 ], [ -75.055334, 40.034739 ], [ -75.058568, 40.036548 ], [ -75.056848, 40.03839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190002", "device_counts": 862, "stop_counts": 3519 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.099374, 40.013583 ], [ -75.097431, 40.013325 ], [ -75.098428, 40.008664 ], [ -75.100373, 40.008914 ], [ -75.099374, 40.013583 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010211001", "device_counts": 735, "stop_counts": 6156 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207732, 40.023783 ], [ -75.20323, 40.025839 ], [ -75.202496, 40.025609 ], [ -75.203241, 40.024681 ], [ -75.204479, 40.020942 ], [ -75.204057, 40.020213 ], [ -75.207595, 40.019536 ], [ -75.207536, 40.021731 ], [ -75.207501, 40.023328 ], [ -75.207732, 40.023783 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305023", "device_counts": 178, "stop_counts": 543 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109406, 40.04584 ], [ -75.10789, 40.048195 ], [ -75.10323, 40.051355 ], [ -75.101335, 40.049539 ], [ -75.102875, 40.047968 ], [ -75.105314, 40.049378 ], [ -75.107491, 40.046751 ], [ -75.108728, 40.045469 ], [ -75.109406, 40.04584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169011", "device_counts": 832, "stop_counts": 5482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175539, 39.996639 ], [ -75.173948, 39.996432 ], [ -75.172355, 39.99624 ], [ -75.170767, 39.996036 ], [ -75.171115, 39.994444 ], [ -75.171173, 39.994165 ], [ -75.171441, 39.992946 ], [ -75.174615, 39.993359 ], [ -75.176212, 39.993572 ], [ -75.175539, 39.996639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010367002", "device_counts": 3884, "stop_counts": 13963 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148029, 39.962265 ], [ -75.147796, 39.963527 ], [ -75.147146, 39.967126 ], [ -75.144002, 39.96567 ], [ -75.142528, 39.964985 ], [ -75.143279, 39.9614 ], [ -75.14482, 39.961762 ], [ -75.146586, 39.962174 ], [ -75.146557, 39.961255 ], [ -75.148181, 39.961418 ], [ -75.148029, 39.962265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197001", "device_counts": 1313, "stop_counts": 3755 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136811, 40.016899 ], [ -75.136984, 40.018789 ], [ -75.13674, 40.019958 ], [ -75.135818, 40.020645 ], [ -75.135434, 40.019782 ], [ -75.134194, 40.019619 ], [ -75.13519, 40.015056 ], [ -75.135533, 40.013463 ], [ -75.136231, 40.013547 ], [ -75.137502, 40.01371 ], [ -75.136811, 40.016899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265001", "device_counts": 687, "stop_counts": 1796 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15642, 40.061234 ], [ -75.155254, 40.062431 ], [ -75.153513, 40.064285 ], [ -75.152915, 40.063881 ], [ -75.151879, 40.062406 ], [ -75.15175, 40.06222 ], [ -75.15597, 40.060525 ], [ -75.15642, 40.061234 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152005", "device_counts": 307, "stop_counts": 1075 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175047, 39.983956 ], [ -75.175026, 39.98402 ], [ -75.171847, 39.983599 ], [ -75.172161, 39.9821 ], [ -75.174771, 39.982444 ], [ -75.174991, 39.98246 ], [ -75.175344, 39.982517 ], [ -75.175047, 39.983956 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012025", "device_counts": 1368, "stop_counts": 2929 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174323, 39.948177 ], [ -75.17118, 39.947784 ], [ -75.171488, 39.946353 ], [ -75.174627, 39.946753 ], [ -75.174323, 39.948177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264007", "device_counts": 256, "stop_counts": 713 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162495, 40.067732 ], [ -75.159299, 40.065913 ], [ -75.156726, 40.064442 ], [ -75.158621, 40.063281 ], [ -75.160688, 40.064468 ], [ -75.159774, 40.06542 ], [ -75.162957, 40.067255 ], [ -75.162495, 40.067732 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357021", "device_counts": 3219, "stop_counts": 11156 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044216, 40.115747 ], [ -75.043856, 40.115997 ], [ -75.037097, 40.117646 ], [ -75.033268, 40.116139 ], [ -75.032101, 40.115319 ], [ -75.032756, 40.11432 ], [ -75.030665, 40.113106 ], [ -75.029956, 40.114481 ], [ -75.028279, 40.11408 ], [ -75.029541, 40.112852 ], [ -75.029615, 40.112667 ], [ -75.029517, 40.11245 ], [ -75.029273, 40.112301 ], [ -75.029192, 40.111392 ], [ -75.033722, 40.106639 ], [ -75.033897, 40.105689 ], [ -75.03946, 40.107362 ], [ -75.048542, 40.112729 ], [ -75.044216, 40.115747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179004", "device_counts": 911, "stop_counts": 2719 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113665, 39.990278 ], [ -75.109528, 39.992123 ], [ -75.108859, 39.991356 ], [ -75.10773, 39.990079 ], [ -75.11017, 39.988806 ], [ -75.109192, 39.987702 ], [ -75.111887, 39.986296 ], [ -75.112356, 39.98702 ], [ -75.113123, 39.988217 ], [ -75.113492, 39.988768 ], [ -75.114257, 39.989952 ], [ -75.113665, 39.990278 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317001", "device_counts": 281, "stop_counts": 1542 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.066299, 40.031344 ], [ -75.064448, 40.030313 ], [ -75.065635, 40.029071 ], [ -75.064004, 40.028165 ], [ -75.065108, 40.027073 ], [ -75.065403, 40.027033 ], [ -75.068445, 40.02871 ], [ -75.066299, 40.031344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066003", "device_counts": 1112, "stop_counts": 4536 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236986, 39.927821 ], [ -75.235478, 39.928877 ], [ -75.232362, 39.931074 ], [ -75.230104, 39.929711 ], [ -75.234337, 39.927526 ], [ -75.234328, 39.925573 ], [ -75.235594, 39.92664 ], [ -75.236986, 39.927821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389003", "device_counts": 1043, "stop_counts": 1608 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177193, 40.05308 ], [ -75.175743, 40.054577 ], [ -75.176188, 40.055819 ], [ -75.174759, 40.057282 ], [ -75.172869, 40.057256 ], [ -75.168958, 40.054846 ], [ -75.17326, 40.050667 ], [ -75.175804, 40.052241 ], [ -75.177193, 40.05308 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010016002", "device_counts": 1932, "stop_counts": 4450 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147604, 39.941422 ], [ -75.14406, 39.940972 ], [ -75.144529, 39.938873 ], [ -75.144646, 39.938373 ], [ -75.148157, 39.938899 ], [ -75.147604, 39.941422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283004", "device_counts": 708, "stop_counts": 10404 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145718, 40.024214 ], [ -75.145359, 40.025873 ], [ -75.143001, 40.025561 ], [ -75.140638, 40.025262 ], [ -75.140979, 40.023667 ], [ -75.141328, 40.022091 ], [ -75.141589, 40.020811 ], [ -75.143223, 40.020796 ], [ -75.145593, 40.021104 ], [ -75.146379, 40.021204 ], [ -75.145718, 40.024214 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025002", "device_counts": 1796, "stop_counts": 3205 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149463, 39.933019 ], [ -75.147616, 39.932313 ], [ -75.146808, 39.935982 ], [ -75.144656, 39.935402 ], [ -75.145146, 39.933321 ], [ -75.14617, 39.931321 ], [ -75.149728, 39.931793 ], [ -75.149463, 39.933019 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055003", "device_counts": 1754, "stop_counts": 9011 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255597, 39.899596 ], [ -75.251288, 39.904403 ], [ -75.249736, 39.903575 ], [ -75.247414, 39.906162 ], [ -75.244247, 39.908271 ], [ -75.241558, 39.907257 ], [ -75.240576, 39.904062 ], [ -75.244985, 39.903178 ], [ -75.247308, 39.902282 ], [ -75.249109, 39.901113 ], [ -75.252349, 39.897618 ], [ -75.253285, 39.898094 ], [ -75.255093, 39.898756 ], [ -75.255597, 39.899596 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010342002", "device_counts": 911, "stop_counts": 2324 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082456, 40.082884 ], [ -75.077805, 40.08577 ], [ -75.076363, 40.087265 ], [ -75.073616, 40.087907 ], [ -75.074488, 40.086788 ], [ -75.071691, 40.086977 ], [ -75.068235, 40.085035 ], [ -75.062288, 40.084478 ], [ -75.068463, 40.080164 ], [ -75.067597, 40.0788 ], [ -75.066273, 40.077544 ], [ -75.067333, 40.075504 ], [ -75.067912, 40.075976 ], [ -75.071007, 40.077682 ], [ -75.073705, 40.079182 ], [ -75.070181, 40.081194 ], [ -75.073278, 40.083085 ], [ -75.075061, 40.084174 ], [ -75.077179, 40.082798 ], [ -75.078845, 40.082048 ], [ -75.082456, 40.082884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010351001", "device_counts": 3122, "stop_counts": 8224 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.99627, 40.047202 ], [ -74.986873, 40.052097 ], [ -74.984098, 40.054782 ], [ -74.983904, 40.054994 ], [ -74.982202, 40.053804 ], [ -74.982732, 40.053014 ], [ -74.980228, 40.050581 ], [ -74.981789, 40.04954 ], [ -74.984503, 40.051939 ], [ -74.986317, 40.050837 ], [ -74.983929, 40.048065 ], [ -74.985114, 40.046992 ], [ -74.988129, 40.049737 ], [ -74.992793, 40.046975 ], [ -74.989105, 40.043678 ], [ -74.990976, 40.042526 ], [ -74.99627, 40.047202 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362014", "device_counts": 330, "stop_counts": 467 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.988911, 40.07812 ], [ -74.986539, 40.080333 ], [ -74.984093, 40.079508 ], [ -74.985706, 40.07568 ], [ -74.987568, 40.075825 ], [ -74.990003, 40.077975 ], [ -74.988911, 40.07812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010015002", "device_counts": 5955, "stop_counts": 12639 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165988, 39.94182 ], [ -75.165575, 39.943664 ], [ -75.165493, 39.943653 ], [ -75.160205, 39.942997 ], [ -75.156673, 39.942551 ], [ -75.156853, 39.941683 ], [ -75.156388, 39.940627 ], [ -75.16218, 39.94135 ], [ -75.165909, 39.941811 ], [ -75.165988, 39.94182 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024003", "device_counts": 3906, "stop_counts": 6945 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161399, 39.937157 ], [ -75.16092, 39.939367 ], [ -75.157848, 39.938982 ], [ -75.156317, 39.938569 ], [ -75.156622, 39.937182 ], [ -75.15815, 39.937589 ], [ -75.158424, 39.936372 ], [ -75.158669, 39.935226 ], [ -75.160199, 39.9356 ], [ -75.161678, 39.935849 ], [ -75.161399, 39.937157 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070005", "device_counts": 755, "stop_counts": 1959 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222986, 39.9355 ], [ -75.221605, 39.936464 ], [ -75.220343, 39.935408 ], [ -75.219442, 39.936041 ], [ -75.218983, 39.936369 ], [ -75.217614, 39.93733 ], [ -75.215778, 39.935624 ], [ -75.217058, 39.934733 ], [ -75.217811, 39.935357 ], [ -75.220543, 39.933446 ], [ -75.221731, 39.93443 ], [ -75.222986, 39.9355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010092002", "device_counts": 1602, "stop_counts": 3731 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.206889, 39.962485 ], [ -75.20236, 39.962859 ], [ -75.202235, 39.961643 ], [ -75.201971, 39.959176 ], [ -75.20627, 39.958823 ], [ -75.206889, 39.962485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108003", "device_counts": 859, "stop_counts": 2700 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198248, 39.96793 ], [ -75.195863, 39.968193 ], [ -75.19531, 39.968045 ], [ -75.194727, 39.964903 ], [ -75.194297, 39.962607 ], [ -75.197197, 39.962287 ], [ -75.197519, 39.964025 ], [ -75.197832, 39.965697 ], [ -75.198248, 39.96793 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146001", "device_counts": 5706, "stop_counts": 19745 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158526, 39.97585 ], [ -75.157581, 39.980223 ], [ -75.152235, 39.979531 ], [ -75.150661, 39.979325 ], [ -75.151306, 39.976382 ], [ -75.154452, 39.976794 ], [ -75.155061, 39.973996 ], [ -75.156616, 39.974198 ], [ -75.158782, 39.974482 ], [ -75.158526, 39.97585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191005", "device_counts": 2537, "stop_counts": 7380 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113483, 40.005927 ], [ -75.112821, 40.009007 ], [ -75.106083, 40.00813 ], [ -75.106403, 40.006621 ], [ -75.103146, 40.006202 ], [ -75.10327, 40.005602 ], [ -75.103797, 40.003134 ], [ -75.101811, 40.002863 ], [ -75.103179, 40.002096 ], [ -75.104197, 40.001525 ], [ -75.110017, 40.002282 ], [ -75.109864, 40.003027 ], [ -75.113986, 40.00356 ], [ -75.113483, 40.005927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240002", "device_counts": 2204, "stop_counts": 4787 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183058, 40.03129 ], [ -75.181235, 40.033097 ], [ -75.174572, 40.029244 ], [ -75.177222, 40.026659 ], [ -75.1793, 40.027944 ], [ -75.183731, 40.030637 ], [ -75.183058, 40.03129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010269002", "device_counts": 811, "stop_counts": 1792 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137025, 40.058773 ], [ -75.136631, 40.059187 ], [ -75.135124, 40.060989 ], [ -75.130135, 40.057796 ], [ -75.129021, 40.057091 ], [ -75.130059, 40.055474 ], [ -75.130783, 40.052206 ], [ -75.133814, 40.0526 ], [ -75.137767, 40.053112 ], [ -75.137025, 40.058773 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318001", "device_counts": 1221, "stop_counts": 5336 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080757, 40.032541 ], [ -75.077022, 40.033387 ], [ -75.074439, 40.03398 ], [ -75.071097, 40.034742 ], [ -75.071824, 40.033503 ], [ -75.072682, 40.031938 ], [ -75.073733, 40.029784 ], [ -75.076783, 40.031474 ], [ -75.078277, 40.032301 ], [ -75.079443, 40.031051 ], [ -75.081231, 40.032046 ], [ -75.080757, 40.032541 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325004", "device_counts": 861, "stop_counts": 1833 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048375, 40.023291 ], [ -75.044721, 40.025179 ], [ -75.043408, 40.023672 ], [ -75.039768, 40.025551 ], [ -75.038625, 40.024239 ], [ -75.039452, 40.022917 ], [ -75.045381, 40.019868 ], [ -75.048375, 40.023291 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072001", "device_counts": 376, "stop_counts": 2170 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237132, 39.943237 ], [ -75.235219, 39.943494 ], [ -75.234474, 39.944027 ], [ -75.233566, 39.943265 ], [ -75.233074, 39.942849 ], [ -75.231676, 39.941671 ], [ -75.233632, 39.940292 ], [ -75.236424, 39.942646 ], [ -75.237132, 39.943237 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201011", "device_counts": 2433, "stop_counts": 9426 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158278, 40.006994 ], [ -75.158106, 40.007736 ], [ -75.156376, 40.008284 ], [ -75.151603, 40.007665 ], [ -75.152549, 40.003181 ], [ -75.154205, 40.003395 ], [ -75.157365, 40.003799 ], [ -75.158926, 40.004009 ], [ -75.158278, 40.006994 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276004", "device_counts": 2084, "stop_counts": 5086 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142898, 40.047493 ], [ -75.139107, 40.047011 ], [ -75.137529, 40.046805 ], [ -75.138205, 40.043739 ], [ -75.143547, 40.044426 ], [ -75.142898, 40.047493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280004", "device_counts": 1093, "stop_counts": 2430 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154245, 40.025634 ], [ -75.153761, 40.025871 ], [ -75.152086, 40.026744 ], [ -75.150781, 40.026565 ], [ -75.149984, 40.02539 ], [ -75.149552, 40.024785 ], [ -75.148245, 40.022959 ], [ -75.148567, 40.021476 ], [ -75.153357, 40.022088 ], [ -75.15461, 40.023801 ], [ -75.154245, 40.025634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288002", "device_counts": 384, "stop_counts": 968 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122425, 40.021314 ], [ -75.122095, 40.022864 ], [ -75.121762, 40.024364 ], [ -75.119823, 40.02412 ], [ -75.120136, 40.022627 ], [ -75.120481, 40.02109 ], [ -75.121407, 40.019548 ], [ -75.122752, 40.019722 ], [ -75.122425, 40.021314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298002", "device_counts": 376, "stop_counts": 2129 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.067782, 40.017853 ], [ -75.066116, 40.018648 ], [ -75.065113, 40.017511 ], [ -75.063385, 40.01552 ], [ -75.062519, 40.014542 ], [ -75.064145, 40.013681 ], [ -75.065941, 40.015727 ], [ -75.066752, 40.016661 ], [ -75.066195, 40.016956 ], [ -75.067782, 40.017853 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301003", "device_counts": 206, "stop_counts": 1479 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.090373, 40.022233 ], [ -75.087283, 40.020485 ], [ -75.090325, 40.017356 ], [ -75.091304, 40.017883 ], [ -75.089718, 40.019875 ], [ -75.091492, 40.021027 ], [ -75.090373, 40.022233 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305021", "device_counts": 890, "stop_counts": 1496 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105191, 40.0454 ], [ -75.102875, 40.047968 ], [ -75.101335, 40.049539 ], [ -75.100394, 40.048691 ], [ -75.099559, 40.047973 ], [ -75.098017, 40.047096 ], [ -75.101105, 40.045038 ], [ -75.103518, 40.043463 ], [ -75.105787, 40.044735 ], [ -75.105191, 40.0454 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311024", "device_counts": 536, "stop_counts": 2452 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084464, 40.037657 ], [ -75.082114, 40.040147 ], [ -75.07862, 40.038205 ], [ -75.079265, 40.037516 ], [ -75.080981, 40.035713 ], [ -75.083148, 40.036924 ], [ -75.084464, 40.037657 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313006", "device_counts": 258, "stop_counts": 1135 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071817, 40.040124 ], [ -75.069459, 40.042621 ], [ -75.068234, 40.041945 ], [ -75.067663, 40.041634 ], [ -75.070025, 40.039139 ], [ -75.071817, 40.040124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315013", "device_counts": 431, "stop_counts": 1958 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051973, 40.035672 ], [ -75.050349, 40.034769 ], [ -75.047718, 40.033301 ], [ -75.048574, 40.032982 ], [ -75.050972, 40.032324 ], [ -75.053701, 40.033844 ], [ -75.051973, 40.035672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317003", "device_counts": 1138, "stop_counts": 2027 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064448, 40.030313 ], [ -75.062828, 40.02941 ], [ -75.062426, 40.027979 ], [ -75.062394, 40.027444 ], [ -75.062599, 40.027433 ], [ -75.065108, 40.027073 ], [ -75.064004, 40.028165 ], [ -75.065635, 40.029071 ], [ -75.064448, 40.030313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320007", "device_counts": 485, "stop_counts": 1265 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055416, 40.030086 ], [ -75.054054, 40.03118 ], [ -75.053249, 40.0317 ], [ -75.051073, 40.029403 ], [ -75.052898, 40.028462 ], [ -75.053968, 40.027905 ], [ -75.055661, 40.029843 ], [ -75.055416, 40.030086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329003", "device_counts": 229, "stop_counts": 2258 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029881, 40.034072 ], [ -75.026887, 40.035695 ], [ -75.025367, 40.033347 ], [ -75.02798, 40.031894 ], [ -75.029881, 40.034072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339003", "device_counts": 3520, "stop_counts": 11882 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.096733, 40.068989 ], [ -75.090317, 40.075115 ], [ -75.085044, 40.072141 ], [ -75.085496, 40.06747 ], [ -75.089378, 40.064705 ], [ -75.09037, 40.065285 ], [ -75.096733, 40.068989 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341002", "device_counts": 757, "stop_counts": 3308 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079769, 40.076854 ], [ -75.078592, 40.078097 ], [ -75.073477, 40.07526 ], [ -75.0759, 40.072884 ], [ -75.077202, 40.071627 ], [ -75.078867, 40.072559 ], [ -75.077595, 40.073918 ], [ -75.080159, 40.075454 ], [ -75.079769, 40.076854 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169022", "device_counts": 1167, "stop_counts": 3607 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186148, 39.992662 ], [ -75.185808, 39.992075 ], [ -75.179748, 39.991715 ], [ -75.180257, 39.989388 ], [ -75.183459, 39.9898 ], [ -75.186713, 39.990215 ], [ -75.186148, 39.992662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355002", "device_counts": 5574, "stop_counts": 14535 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033547, 40.089582 ], [ -75.028337, 40.086604 ], [ -75.027097, 40.087878 ], [ -75.023996, 40.086107 ], [ -75.025229, 40.08482 ], [ -75.028952, 40.080968 ], [ -75.037498, 40.085459 ], [ -75.033547, 40.089582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347023", "device_counts": 763, "stop_counts": 2380 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035062, 40.057327 ], [ -75.03433, 40.057067 ], [ -75.033734, 40.056884 ], [ -75.029032, 40.056399 ], [ -75.028549, 40.056169 ], [ -75.026753, 40.050779 ], [ -75.031695, 40.051607 ], [ -75.032754, 40.052569 ], [ -75.036019, 40.051602 ], [ -75.035062, 40.057327 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083023", "device_counts": 1042, "stop_counts": 3350 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243975, 39.95626 ], [ -75.243608, 39.95802 ], [ -75.239658, 39.957534 ], [ -75.239909, 39.956313 ], [ -75.240137, 39.955252 ], [ -75.244084, 39.955743 ], [ -75.243975, 39.95626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009011", "device_counts": 5834, "stop_counts": 10995 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162114, 39.94908 ], [ -75.159751, 39.948783 ], [ -75.160267, 39.946422 ], [ -75.161843, 39.94662 ], [ -75.162627, 39.946713 ], [ -75.162114, 39.94908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013003", "device_counts": 1192, "stop_counts": 5532 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181002, 39.941863 ], [ -75.177761, 39.941461 ], [ -75.178251, 39.939268 ], [ -75.179839, 39.939478 ], [ -75.181494, 39.939687 ], [ -75.181002, 39.941863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149003", "device_counts": 528, "stop_counts": 1964 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179952, 39.983108 ], [ -75.178535, 39.982919 ], [ -75.176933, 39.982713 ], [ -75.177585, 39.979774 ], [ -75.179172, 39.979988 ], [ -75.180591, 39.980167 ], [ -75.179952, 39.983108 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151012", "device_counts": 913, "stop_counts": 1705 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186713, 39.990215 ], [ -75.183459, 39.9898 ], [ -75.183601, 39.989159 ], [ -75.183795, 39.988236 ], [ -75.184136, 39.986721 ], [ -75.185719, 39.986919 ], [ -75.187382, 39.98713 ], [ -75.186713, 39.990215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158004", "device_counts": 2309, "stop_counts": 4687 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134401, 39.972303 ], [ -75.133286, 39.970766 ], [ -75.131239, 39.97165 ], [ -75.130452, 39.970189 ], [ -75.134428, 39.968791 ], [ -75.134401, 39.972303 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165001", "device_counts": 560, "stop_counts": 1200 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152389, 39.993659 ], [ -75.150813, 39.99346 ], [ -75.149238, 39.993253 ], [ -75.149587, 39.991665 ], [ -75.15273, 39.992072 ], [ -75.152389, 39.993659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177023", "device_counts": 585, "stop_counts": 889 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120933, 39.999097 ], [ -75.118994, 39.998852 ], [ -75.119328, 39.997255 ], [ -75.119665, 39.995671 ], [ -75.121617, 39.99592 ], [ -75.120933, 39.999097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178002", "device_counts": 806, "stop_counts": 1981 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113816, 39.992924 ], [ -75.111369, 39.994211 ], [ -75.110258, 39.992957 ], [ -75.109709, 39.992334 ], [ -75.109528, 39.992123 ], [ -75.113665, 39.990278 ], [ -75.112775, 39.991747 ], [ -75.113816, 39.992924 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010184001", "device_counts": 806, "stop_counts": 1074 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075687, 40.005553 ], [ -75.072702, 40.007904 ], [ -75.068883, 40.00879 ], [ -75.068346, 40.006924 ], [ -75.067696, 40.005333 ], [ -75.067245, 40.004293 ], [ -75.070609, 40.001652 ], [ -75.073149, 40.001517 ], [ -75.075687, 40.005553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028013", "device_counts": 1068, "stop_counts": 2316 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157843, 39.931615 ], [ -75.157578, 39.932837 ], [ -75.156025, 39.932635 ], [ -75.154454, 39.93242 ], [ -75.154735, 39.931208 ], [ -75.154997, 39.929984 ], [ -75.158121, 39.930394 ], [ -75.157843, 39.931615 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032003", "device_counts": 834, "stop_counts": 3274 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184705, 39.932584 ], [ -75.181419, 39.932161 ], [ -75.181589, 39.931366 ], [ -75.181944, 39.929729 ], [ -75.183601, 39.929928 ], [ -75.18524, 39.930146 ], [ -75.184705, 39.932584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039013", "device_counts": 1190, "stop_counts": 3414 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176906, 39.921464 ], [ -75.176361, 39.92396 ], [ -75.173226, 39.923556 ], [ -75.173748, 39.92106 ], [ -75.174033, 39.919809 ], [ -75.177082, 39.920207 ], [ -75.176906, 39.921464 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041012", "device_counts": 865, "stop_counts": 2220 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159904, 39.922287 ], [ -75.158363, 39.922092 ], [ -75.155233, 39.921686 ], [ -75.155597, 39.920013 ], [ -75.160275, 39.920611 ], [ -75.159904, 39.922287 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062002", "device_counts": 561, "stop_counts": 4599 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232221, 39.920865 ], [ -75.22943, 39.918507 ], [ -75.230094, 39.918046 ], [ -75.231092, 39.917343 ], [ -75.233878, 39.919693 ], [ -75.232221, 39.920865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067002", "device_counts": 664, "stop_counts": 2636 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227538, 39.91984 ], [ -75.224926, 39.921692 ], [ -75.224111, 39.921005 ], [ -75.222772, 39.919918 ], [ -75.221873, 39.919551 ], [ -75.223236, 39.917589 ], [ -75.22421, 39.917832 ], [ -75.225839, 39.918503 ], [ -75.227538, 39.91984 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192001", "device_counts": 560, "stop_counts": 3164 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119314, 40.002003 ], [ -75.116411, 40.001624 ], [ -75.116722, 40.000088 ], [ -75.119644, 40.000464 ], [ -75.119314, 40.002003 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383002", "device_counts": 1042, "stop_counts": 2929 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131828, 40.019316 ], [ -75.128883, 40.018945 ], [ -75.130585, 40.011325 ], [ -75.131779, 40.011482 ], [ -75.131135, 40.014535 ], [ -75.132327, 40.014695 ], [ -75.131828, 40.019316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010200001", "device_counts": 2378, "stop_counts": 4411 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153609, 39.998515 ], [ -75.152926, 40.001592 ], [ -75.148148, 40.000987 ], [ -75.147717, 39.999974 ], [ -75.15002, 39.999096 ], [ -75.153782, 39.997718 ], [ -75.153609, 39.998515 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207002", "device_counts": 428, "stop_counts": 1017 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191289, 40.013697 ], [ -75.187708, 40.01641 ], [ -75.185937, 40.014895 ], [ -75.187771, 40.013623 ], [ -75.187402, 40.013303 ], [ -75.189317, 40.011994 ], [ -75.191289, 40.013697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214005", "device_counts": 553, "stop_counts": 2220 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224657, 40.031899 ], [ -75.222391, 40.033052 ], [ -75.220448, 40.031211 ], [ -75.219114, 40.029931 ], [ -75.219728, 40.029436 ], [ -75.22124, 40.027551 ], [ -75.221837, 40.027263 ], [ -75.223474, 40.029441 ], [ -75.225127, 40.031643 ], [ -75.224657, 40.031899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217002", "device_counts": 1898, "stop_counts": 4981 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235419, 40.048775 ], [ -75.230603, 40.050962 ], [ -75.230049, 40.051219 ], [ -75.229214, 40.048037 ], [ -75.2223, 40.045151 ], [ -75.223307, 40.045054 ], [ -75.227444, 40.043197 ], [ -75.22853, 40.04386 ], [ -75.23204, 40.045328 ], [ -75.235419, 40.048775 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010239002", "device_counts": 1622, "stop_counts": 1979 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190987, 40.037353 ], [ -75.186455, 40.033226 ], [ -75.184519, 40.032497 ], [ -75.183058, 40.03129 ], [ -75.183731, 40.030637 ], [ -75.186194, 40.029468 ], [ -75.187776, 40.030771 ], [ -75.189063, 40.031905 ], [ -75.193127, 40.035381 ], [ -75.190987, 40.037353 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067004", "device_counts": 709, "stop_counts": 2705 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231194, 39.924845 ], [ -75.229818, 39.925811 ], [ -75.226761, 39.923242 ], [ -75.228132, 39.922273 ], [ -75.230327, 39.922201 ], [ -75.232438, 39.92397 ], [ -75.231194, 39.924845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071021", "device_counts": 511, "stop_counts": 1242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226805, 39.945083 ], [ -75.22498, 39.943534 ], [ -75.224129, 39.942836 ], [ -75.222753, 39.941654 ], [ -75.224113, 39.940691 ], [ -75.224607, 39.941109 ], [ -75.225508, 39.941871 ], [ -75.226334, 39.942562 ], [ -75.228184, 39.944134 ], [ -75.226805, 39.945083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074001", "device_counts": 555, "stop_counts": 1224 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211401, 39.945802 ], [ -75.207649, 39.942475 ], [ -75.208799, 39.941644 ], [ -75.212687, 39.944885 ], [ -75.211401, 39.945802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080003", "device_counts": 737, "stop_counts": 2657 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230959, 39.949438 ], [ -75.230793, 39.950172 ], [ -75.22703, 39.949702 ], [ -75.227419, 39.94777 ], [ -75.229894, 39.947791 ], [ -75.231271, 39.947909 ], [ -75.230959, 39.949438 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176012", "device_counts": 656, "stop_counts": 1687 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139851, 39.993672 ], [ -75.139199, 39.996661 ], [ -75.13735, 39.996421 ], [ -75.138352, 39.991851 ], [ -75.140198, 39.992086 ], [ -75.139851, 39.993672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085006", "device_counts": 1034, "stop_counts": 1840 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231277, 39.958448 ], [ -75.225351, 39.957714 ], [ -75.225634, 39.956372 ], [ -75.231557, 39.957102 ], [ -75.231277, 39.958448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095002", "device_counts": 305, "stop_counts": 1306 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237818, 39.96633 ], [ -75.235842, 39.966085 ], [ -75.236481, 39.963047 ], [ -75.237798, 39.963206 ], [ -75.238137, 39.96481 ], [ -75.237818, 39.96633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249003", "device_counts": 401, "stop_counts": 929 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160528, 40.049664 ], [ -75.158017, 40.048126 ], [ -75.158132, 40.046418 ], [ -75.161656, 40.048559 ], [ -75.160528, 40.049664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256003", "device_counts": 711, "stop_counts": 2591 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196385, 40.066623 ], [ -75.193222, 40.06909 ], [ -75.190594, 40.071973 ], [ -75.189117, 40.073124 ], [ -75.188461, 40.07275 ], [ -75.188052, 40.072503 ], [ -75.190512, 40.070271 ], [ -75.188921, 40.066497 ], [ -75.192891, 40.062662 ], [ -75.195726, 40.065177 ], [ -75.196385, 40.066623 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100002", "device_counts": 507, "stop_counts": 2970 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249177, 39.970857 ], [ -75.24887, 39.972339 ], [ -75.246935, 39.972111 ], [ -75.247518, 39.969093 ], [ -75.250481, 39.96946 ], [ -75.249177, 39.970857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101006", "device_counts": 1425, "stop_counts": 2611 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247494, 39.975113 ], [ -75.24554, 39.97533 ], [ -75.24358, 39.975546 ], [ -75.24329, 39.973997 ], [ -75.245247, 39.973778 ], [ -75.244885, 39.971854 ], [ -75.246935, 39.972111 ], [ -75.247494, 39.975113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112006", "device_counts": 461, "stop_counts": 1921 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236087, 39.97638 ], [ -75.233691, 39.976642 ], [ -75.233659, 39.973437 ], [ -75.234732, 39.973315 ], [ -75.235493, 39.973234 ], [ -75.236087, 39.97638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114004", "device_counts": 250, "stop_counts": 930 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.244138, 39.978517 ], [ -75.242354, 39.978712 ], [ -75.241574, 39.978799 ], [ -75.241013, 39.975833 ], [ -75.24358, 39.975546 ], [ -75.244138, 39.978517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122041", "device_counts": 536, "stop_counts": 1225 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21114, 40.002124 ], [ -75.209385, 40.002429 ], [ -75.203194, 40.003393 ], [ -75.202057, 40.004729 ], [ -75.203579, 40.000755 ], [ -75.206217, 40.000419 ], [ -75.20728, 39.999054 ], [ -75.208809, 39.999431 ], [ -75.209695, 39.99965 ], [ -75.21114, 40.002124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135003", "device_counts": 581, "stop_counts": 847 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172659, 39.971823 ], [ -75.17055, 39.97157 ], [ -75.170997, 39.969227 ], [ -75.173163, 39.969503 ], [ -75.172659, 39.971823 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146002", "device_counts": 508, "stop_counts": 1206 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154452, 39.976794 ], [ -75.151306, 39.976382 ], [ -75.151915, 39.973588 ], [ -75.155061, 39.973996 ], [ -75.154452, 39.976794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264001", "device_counts": 457, "stop_counts": 1200 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161105, 40.060726 ], [ -75.158621, 40.063281 ], [ -75.156726, 40.064442 ], [ -75.155254, 40.062431 ], [ -75.15642, 40.061234 ], [ -75.158413, 40.059181 ], [ -75.160983, 40.060654 ], [ -75.161105, 40.060726 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266004", "device_counts": 435, "stop_counts": 1073 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150719, 40.066367 ], [ -75.147022, 40.065892 ], [ -75.147353, 40.064371 ], [ -75.151053, 40.064852 ], [ -75.150719, 40.066367 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010270001", "device_counts": 560, "stop_counts": 1093 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132121, 40.046018 ], [ -75.130783, 40.052206 ], [ -75.127143, 40.051748 ], [ -75.128495, 40.045626 ], [ -75.131283, 40.045984 ], [ -75.132121, 40.046018 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274025", "device_counts": 658, "stop_counts": 1691 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126639, 40.045392 ], [ -75.125631, 40.045259 ], [ -75.123566, 40.044993 ], [ -75.121432, 40.044731 ], [ -75.121754, 40.04317 ], [ -75.125968, 40.043728 ], [ -75.126987, 40.043857 ], [ -75.126639, 40.045392 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245004", "device_counts": 580, "stop_counts": 1987 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169211, 40.032314 ], [ -75.165747, 40.035702 ], [ -75.165094, 40.036234 ], [ -75.16298, 40.036142 ], [ -75.164571, 40.032912 ], [ -75.166655, 40.03089 ], [ -75.169211, 40.032314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379001", "device_counts": 506, "stop_counts": 1831 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105064, 39.987073 ], [ -75.102621, 39.988348 ], [ -75.100912, 39.986416 ], [ -75.103366, 39.985129 ], [ -75.105064, 39.987073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357022", "device_counts": 2307, "stop_counts": 17172 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037842, 40.120213 ], [ -75.036495, 40.12039 ], [ -75.034996, 40.119328 ], [ -75.030059, 40.116298 ], [ -75.02923, 40.11597 ], [ -75.030162, 40.114978 ], [ -75.029956, 40.114481 ], [ -75.030665, 40.113106 ], [ -75.032756, 40.11432 ], [ -75.032101, 40.115319 ], [ -75.033268, 40.116139 ], [ -75.037097, 40.117646 ], [ -75.043856, 40.115997 ], [ -75.037842, 40.120213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137002", "device_counts": 1061, "stop_counts": 3672 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181755, 39.977444 ], [ -75.181135, 39.980238 ], [ -75.180591, 39.980167 ], [ -75.179172, 39.979988 ], [ -75.179779, 39.977188 ], [ -75.180729, 39.972841 ], [ -75.182147, 39.973009 ], [ -75.181707, 39.975062 ], [ -75.182327, 39.975143 ], [ -75.181755, 39.977444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022003", "device_counts": 1593, "stop_counts": 3040 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173173, 39.938641 ], [ -75.171602, 39.938447 ], [ -75.170025, 39.938263 ], [ -75.170455, 39.936232 ], [ -75.170729, 39.935024 ], [ -75.17385, 39.93545 ], [ -75.173173, 39.938641 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243002", "device_counts": 839, "stop_counts": 5932 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176861, 40.021501 ], [ -75.172523, 40.025758 ], [ -75.169124, 40.023865 ], [ -75.170176, 40.022731 ], [ -75.169534, 40.022381 ], [ -75.173246, 40.018411 ], [ -75.176861, 40.021501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088011", "device_counts": 4285, "stop_counts": 14090 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.200525, 39.952695 ], [ -75.200098, 39.954582 ], [ -75.196603, 39.954149 ], [ -75.197243, 39.951021 ], [ -75.199204, 39.951257 ], [ -75.200801, 39.951458 ], [ -75.200525, 39.952695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273003", "device_counts": 731, "stop_counts": 2446 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121432, 40.044731 ], [ -75.119454, 40.04448 ], [ -75.114119, 40.043644 ], [ -75.113544, 40.042711 ], [ -75.115488, 40.041183 ], [ -75.120103, 40.041417 ], [ -75.119782, 40.042926 ], [ -75.121754, 40.04317 ], [ -75.121432, 40.044731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197006", "device_counts": 1374, "stop_counts": 2994 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140105, 40.02039 ], [ -75.138463, 40.020171 ], [ -75.13911, 40.017187 ], [ -75.139464, 40.015599 ], [ -75.141126, 40.015818 ], [ -75.140105, 40.02039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010061001", "device_counts": 1469, "stop_counts": 4071 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23463, 39.914848 ], [ -75.232692, 39.916219 ], [ -75.231092, 39.917343 ], [ -75.230094, 39.918046 ], [ -75.227809, 39.916106 ], [ -75.225839, 39.918503 ], [ -75.22421, 39.917832 ], [ -75.223236, 39.917589 ], [ -75.224988, 39.915064 ], [ -75.22918, 39.909127 ], [ -75.230417, 39.911046 ], [ -75.231662, 39.912252 ], [ -75.23374, 39.914073 ], [ -75.23463, 39.914848 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098011", "device_counts": 1092, "stop_counts": 2193 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.269257, 39.980186 ], [ -75.267973, 39.980757 ], [ -75.265918, 39.979251 ], [ -75.261996, 39.977598 ], [ -75.263054, 39.975749 ], [ -75.268293, 39.978967 ], [ -75.269257, 39.980186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334002", "device_counts": 2921, "stop_counts": 6228 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054947, 40.053507 ], [ -75.054197, 40.054405 ], [ -75.053348, 40.056454 ], [ -75.052749, 40.058042 ], [ -75.051784, 40.057504 ], [ -75.049762, 40.056374 ], [ -75.048291, 40.055538 ], [ -75.047749, 40.055363 ], [ -75.050464, 40.052507 ], [ -75.050943, 40.050215 ], [ -75.052836, 40.050498 ], [ -75.056036, 40.05224 ], [ -75.054947, 40.053507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171001", "device_counts": 586, "stop_counts": 2678 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176913, 40.004697 ], [ -75.171247, 40.003951 ], [ -75.171595, 40.002377 ], [ -75.17725, 40.003097 ], [ -75.176913, 40.004697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086021", "device_counts": 2761, "stop_counts": 6415 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218954, 39.95926 ], [ -75.217002, 39.959015 ], [ -75.214018, 39.958643 ], [ -75.211039, 39.958276 ], [ -75.211677, 39.95524 ], [ -75.214643, 39.955607 ], [ -75.215471, 39.956489 ], [ -75.219421, 39.956979 ], [ -75.218954, 39.95926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112003", "device_counts": 604, "stop_counts": 2789 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234732, 39.973315 ], [ -75.233659, 39.973437 ], [ -75.232182, 39.973599 ], [ -75.231617, 39.970789 ], [ -75.232573, 39.970683 ], [ -75.234203, 39.9705 ], [ -75.234732, 39.973315 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257002", "device_counts": 457, "stop_counts": 1872 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199786, 40.075366 ], [ -75.199496, 40.07547 ], [ -75.196263, 40.073051 ], [ -75.193222, 40.06909 ], [ -75.196385, 40.066623 ], [ -75.196741, 40.067365 ], [ -75.199715, 40.073803 ], [ -75.199786, 40.075366 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010174002", "device_counts": 2716, "stop_counts": 5444 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153782, 39.997718 ], [ -75.15002, 39.999096 ], [ -75.149877, 39.998385 ], [ -75.150813, 39.99346 ], [ -75.152389, 39.993659 ], [ -75.154588, 39.993938 ], [ -75.153782, 39.997718 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238004", "device_counts": 480, "stop_counts": 1668 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187922, 40.037547 ], [ -75.186595, 40.037617 ], [ -75.184831, 40.039346 ], [ -75.1804, 40.036534 ], [ -75.182925, 40.034066 ], [ -75.188396, 40.037255 ], [ -75.187922, 40.037547 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013004", "device_counts": 535, "stop_counts": 923 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183366, 39.942946 ], [ -75.180611, 39.944631 ], [ -75.180409, 39.944602 ], [ -75.180624, 39.943641 ], [ -75.180838, 39.942631 ], [ -75.181002, 39.941863 ], [ -75.184474, 39.942274 ], [ -75.183366, 39.942946 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122012", "device_counts": 715, "stop_counts": 3566 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207589, 40.005981 ], [ -75.206209, 40.006641 ], [ -75.202057, 40.004729 ], [ -75.203194, 40.003393 ], [ -75.209385, 40.002429 ], [ -75.207589, 40.005981 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078003", "device_counts": 758, "stop_counts": 2347 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223315, 39.947925 ], [ -75.221237, 39.948161 ], [ -75.217733, 39.945183 ], [ -75.219002, 39.944283 ], [ -75.222369, 39.947135 ], [ -75.223315, 39.947925 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114001", "device_counts": 1043, "stop_counts": 3060 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.251063, 39.981601 ], [ -75.248346, 39.982968 ], [ -75.247094, 39.983595 ], [ -75.24654, 39.980645 ], [ -75.24554, 39.97533 ], [ -75.247494, 39.975113 ], [ -75.247797, 39.975079 ], [ -75.248628, 39.978707 ], [ -75.248944, 39.979106 ], [ -75.251063, 39.981601 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096002", "device_counts": 733, "stop_counts": 2447 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242406, 39.963779 ], [ -75.242087, 39.965303 ], [ -75.24011, 39.965055 ], [ -75.240762, 39.96196 ], [ -75.242735, 39.962202 ], [ -75.242406, 39.963779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010132001", "device_counts": 1526, "stop_counts": 4051 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156085, 39.96931 ], [ -75.154549, 39.968931 ], [ -75.153018, 39.968549 ], [ -75.154013, 39.963976 ], [ -75.157125, 39.964556 ], [ -75.156085, 39.96931 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093003", "device_counts": 1188, "stop_counts": 2930 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224541, 39.961567 ], [ -75.219439, 39.960941 ], [ -75.219175, 39.959288 ], [ -75.22092, 39.959505 ], [ -75.2229, 39.959745 ], [ -75.224868, 39.960005 ], [ -75.224541, 39.961567 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010380001", "device_counts": 2434, "stop_counts": 5548 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089831, 40.004441 ], [ -75.087448, 40.006079 ], [ -75.083087, 40.007437 ], [ -75.078448, 40.008586 ], [ -75.077476, 40.004139 ], [ -75.079781, 40.002337 ], [ -75.086234, 39.998967 ], [ -75.086895, 39.999532 ], [ -75.087302, 40.000157 ], [ -75.087369, 40.001571 ], [ -75.087984, 40.00303 ], [ -75.088513, 40.00354 ], [ -75.090028, 40.004264 ], [ -75.089831, 40.004441 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101004", "device_counts": 560, "stop_counts": 926 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243788, 39.971723 ], [ -75.24181, 39.971472 ], [ -75.239133, 39.969893 ], [ -75.239479, 39.968097 ], [ -75.244416, 39.968706 ], [ -75.243788, 39.971723 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067003", "device_counts": 485, "stop_counts": 2381 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228132, 39.922273 ], [ -75.226761, 39.923242 ], [ -75.226319, 39.922867 ], [ -75.224926, 39.921692 ], [ -75.227538, 39.91984 ], [ -75.230327, 39.922201 ], [ -75.228132, 39.922273 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139003", "device_counts": 1216, "stop_counts": 3228 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177852, 39.974247 ], [ -75.173785, 39.974677 ], [ -75.168263, 39.975259 ], [ -75.16722, 39.973397 ], [ -75.167421, 39.972493 ], [ -75.167703, 39.971211 ], [ -75.169274, 39.971406 ], [ -75.17055, 39.97157 ], [ -75.172659, 39.971823 ], [ -75.174367, 39.972035 ], [ -75.175948, 39.972232 ], [ -75.177862, 39.97248 ], [ -75.177852, 39.974247 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320003", "device_counts": 661, "stop_counts": 1014 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058579, 40.028225 ], [ -75.056872, 40.028943 ], [ -75.056077, 40.029455 ], [ -75.055661, 40.029843 ], [ -75.053968, 40.027905 ], [ -75.056294, 40.026703 ], [ -75.056953, 40.026361 ], [ -75.057594, 40.026031 ], [ -75.059227, 40.027909 ], [ -75.058579, 40.028225 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180011", "device_counts": 782, "stop_counts": 1731 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116836, 39.982072 ], [ -75.116075, 39.982938 ], [ -75.113008, 39.979488 ], [ -75.110939, 39.980568 ], [ -75.110525, 39.980787 ], [ -75.108971, 39.979021 ], [ -75.111738, 39.977578 ], [ -75.113227, 39.976803 ], [ -75.114768, 39.978568 ], [ -75.116146, 39.980111 ], [ -75.117355, 39.981481 ], [ -75.116836, 39.982072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282002", "device_counts": 1290, "stop_counts": 3565 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142471, 40.031766 ], [ -75.138971, 40.032845 ], [ -75.139766, 40.034506 ], [ -75.138323, 40.035876 ], [ -75.137945, 40.037539 ], [ -75.137633, 40.038943 ], [ -75.135257, 40.03864 ], [ -75.134472, 40.038514 ], [ -75.134818, 40.036987 ], [ -75.135042, 40.033284 ], [ -75.135144, 40.031362 ], [ -75.13506, 40.02915 ], [ -75.135802, 40.029254 ], [ -75.137091, 40.029412 ], [ -75.136757, 40.030964 ], [ -75.139304, 40.031288 ], [ -75.141668, 40.0316 ], [ -75.142471, 40.031766 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055001", "device_counts": 1421, "stop_counts": 7385 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2525, 39.906614 ], [ -75.249929, 39.909352 ], [ -75.251498, 39.910051 ], [ -75.2472, 39.913578 ], [ -75.24694, 39.916871 ], [ -75.247341, 39.918541 ], [ -75.246856, 39.918759 ], [ -75.246308, 39.917176 ], [ -75.244935, 39.91545 ], [ -75.243226, 39.913112 ], [ -75.242832, 39.911272 ], [ -75.243939, 39.910021 ], [ -75.246021, 39.911148 ], [ -75.248751, 39.909248 ], [ -75.246275, 39.90746 ], [ -75.247414, 39.906162 ], [ -75.249736, 39.903575 ], [ -75.251288, 39.904403 ], [ -75.253492, 39.905585 ], [ -75.2525, 39.906614 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010138002", "device_counts": 1675, "stop_counts": 4475 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179779, 39.977188 ], [ -75.173414, 39.976363 ], [ -75.173785, 39.974677 ], [ -75.177852, 39.974247 ], [ -75.177862, 39.97248 ], [ -75.178108, 39.972509 ], [ -75.180729, 39.972841 ], [ -75.179779, 39.977188 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302005", "device_counts": 1448, "stop_counts": 2802 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086997, 40.029443 ], [ -75.08508, 40.031266 ], [ -75.084915, 40.031241 ], [ -75.084794, 40.031223 ], [ -75.084197, 40.031438 ], [ -75.080866, 40.029556 ], [ -75.081849, 40.028512 ], [ -75.083038, 40.027241 ], [ -75.085375, 40.028555 ], [ -75.086997, 40.029443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071013", "device_counts": 658, "stop_counts": 1053 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22548, 39.939725 ], [ -75.224113, 39.940691 ], [ -75.222753, 39.941654 ], [ -75.221545, 39.940652 ], [ -75.220278, 39.939572 ], [ -75.222098, 39.938279 ], [ -75.223012, 39.937643 ], [ -75.224292, 39.938734 ], [ -75.22548, 39.939725 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298001", "device_counts": 305, "stop_counts": 548 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07338, 40.019654 ], [ -75.072271, 40.020248 ], [ -75.069087, 40.021904 ], [ -75.068516, 40.021385 ], [ -75.067412, 40.020111 ], [ -75.06701, 40.01967 ], [ -75.066116, 40.018648 ], [ -75.067782, 40.017853 ], [ -75.070504, 40.017255 ], [ -75.071847, 40.016952 ], [ -75.072575, 40.018868 ], [ -75.07338, 40.019654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158006", "device_counts": 556, "stop_counts": 1788 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128693, 39.974284 ], [ -75.125201, 39.975558 ], [ -75.123391, 39.974403 ], [ -75.127903, 39.972811 ], [ -75.128693, 39.974284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073004", "device_counts": 939, "stop_counts": 2023 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229894, 39.947791 ], [ -75.227419, 39.94777 ], [ -75.224946, 39.947744 ], [ -75.223315, 39.947925 ], [ -75.222369, 39.947135 ], [ -75.224736, 39.945465 ], [ -75.22361, 39.944505 ], [ -75.22498, 39.943534 ], [ -75.226805, 39.945083 ], [ -75.228686, 39.945913 ], [ -75.228202, 39.94627 ], [ -75.229894, 39.947791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263024", "device_counts": 2692, "stop_counts": 5554 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161313, 40.071386 ], [ -75.158417, 40.074169 ], [ -75.154076, 40.071732 ], [ -75.156776, 40.068675 ], [ -75.157379, 40.067944 ], [ -75.162035, 40.070685 ], [ -75.161313, 40.071386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010293001", "device_counts": 2412, "stop_counts": 3842 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.096744, 40.01873 ], [ -75.095897, 40.019604 ], [ -75.09441, 40.019534 ], [ -75.091304, 40.017883 ], [ -75.090325, 40.017356 ], [ -75.086382, 40.015257 ], [ -75.085519, 40.014787 ], [ -75.085818, 40.014448 ], [ -75.086348, 40.013868 ], [ -75.087577, 40.012516 ], [ -75.09228, 40.015294 ], [ -75.094365, 40.014794 ], [ -75.096279, 40.015957 ], [ -75.09704, 40.016018 ], [ -75.096744, 40.01873 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246002", "device_counts": 866, "stop_counts": 2597 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172201, 40.042922 ], [ -75.173355, 40.04362 ], [ -75.170725, 40.046151 ], [ -75.169492, 40.044531 ], [ -75.170855, 40.040445 ], [ -75.172027, 40.039141 ], [ -75.174567, 40.040638 ], [ -75.172201, 40.042922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072003", "device_counts": 99, "stop_counts": 1197 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233074, 39.942849 ], [ -75.230947, 39.944336 ], [ -75.229553, 39.943168 ], [ -75.230928, 39.942194 ], [ -75.231676, 39.941671 ], [ -75.233074, 39.942849 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282001", "device_counts": 2509, "stop_counts": 5716 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146705, 40.030127 ], [ -75.146575, 40.030637 ], [ -75.145554, 40.035262 ], [ -75.143363, 40.034976 ], [ -75.143944, 40.032192 ], [ -75.139766, 40.034506 ], [ -75.138971, 40.032845 ], [ -75.142471, 40.031766 ], [ -75.144284, 40.030814 ], [ -75.14685, 40.029481 ], [ -75.146705, 40.030127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252001", "device_counts": 408, "stop_counts": 3970 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177154, 40.042988 ], [ -75.175285, 40.044782 ], [ -75.173686, 40.045803 ], [ -75.171536, 40.047888 ], [ -75.170725, 40.046151 ], [ -75.173355, 40.04362 ], [ -75.17573, 40.041333 ], [ -75.177651, 40.0425 ], [ -75.177154, 40.042988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311013", "device_counts": 838, "stop_counts": 1901 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081533, 40.040754 ], [ -75.080904, 40.041432 ], [ -75.080164, 40.042213 ], [ -75.076652, 40.040257 ], [ -75.077394, 40.039464 ], [ -75.07821, 40.038617 ], [ -75.07862, 40.038205 ], [ -75.082114, 40.040147 ], [ -75.081533, 40.040754 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031001", "device_counts": 1391, "stop_counts": 2803 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179035, 39.935612 ], [ -75.178514, 39.935544 ], [ -75.17397, 39.934974 ], [ -75.174495, 39.932523 ], [ -75.176069, 39.932721 ], [ -75.179553, 39.933178 ], [ -75.179035, 39.935612 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309002", "device_counts": 304, "stop_counts": 1435 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085031, 40.043731 ], [ -75.082674, 40.04242 ], [ -75.084412, 40.039499 ], [ -75.086453, 40.042566 ], [ -75.085031, 40.043731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195013", "device_counts": 933, "stop_counts": 2979 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131501, 40.001999 ], [ -75.128604, 40.001619 ], [ -75.12926, 39.998539 ], [ -75.132172, 39.998913 ], [ -75.131501, 40.001999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071011", "device_counts": 882, "stop_counts": 1460 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229726, 39.936743 ], [ -75.228358, 39.9377 ], [ -75.227831, 39.938077 ], [ -75.225358, 39.936 ], [ -75.225887, 39.935625 ], [ -75.227252, 39.934661 ], [ -75.228533, 39.935732 ], [ -75.229726, 39.936743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306007", "device_counts": 1263, "stop_counts": 3202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094766, 40.053095 ], [ -75.093706, 40.054203 ], [ -75.092131, 40.053178 ], [ -75.088344, 40.051235 ], [ -75.088873, 40.050674 ], [ -75.091173, 40.051098 ], [ -75.091416, 40.049543 ], [ -75.092242, 40.049978 ], [ -75.094183, 40.051071 ], [ -75.094593, 40.050655 ], [ -75.096242, 40.051528 ], [ -75.094766, 40.053095 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040014", "device_counts": 2386, "stop_counts": 3968 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169499, 39.925531 ], [ -75.169494, 39.925596 ], [ -75.169428, 39.925593 ], [ -75.16735, 39.926579 ], [ -75.165483, 39.926333 ], [ -75.166014, 39.923903 ], [ -75.169744, 39.924409 ], [ -75.169499, 39.925531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010376002", "device_counts": 9123, "stop_counts": 34347 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162293, 39.958058 ], [ -75.161411, 39.962102 ], [ -75.161443, 39.962172 ], [ -75.161384, 39.962474 ], [ -75.161188, 39.963422 ], [ -75.154312, 39.962614 ], [ -75.154512, 39.961711 ], [ -75.155093, 39.958709 ], [ -75.155538, 39.956923 ], [ -75.162339, 39.957825 ], [ -75.162293, 39.958058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183004", "device_counts": 555, "stop_counts": 2553 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080522, 39.996472 ], [ -75.07472, 39.9987 ], [ -75.073491, 39.997297 ], [ -75.079364, 39.994264 ], [ -75.080522, 39.996472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195022", "device_counts": 838, "stop_counts": 2653 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128282, 40.003116 ], [ -75.127863, 40.005057 ], [ -75.123949, 40.004814 ], [ -75.12441, 40.002634 ], [ -75.124732, 40.001124 ], [ -75.128604, 40.001619 ], [ -75.128282, 40.003116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030011", "device_counts": 891, "stop_counts": 1857 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171065, 39.930827 ], [ -75.168423, 39.930465 ], [ -75.168689, 39.929256 ], [ -75.170891, 39.929552 ], [ -75.171339, 39.929608 ], [ -75.171065, 39.930827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209003", "device_counts": 2310, "stop_counts": 4328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213, 40.018652 ], [ -75.211744, 40.017388 ], [ -75.209735, 40.018509 ], [ -75.207863, 40.018582 ], [ -75.208116, 40.017764 ], [ -75.205622, 40.017107 ], [ -75.207221, 40.016673 ], [ -75.208008, 40.012997 ], [ -75.212219, 40.015461 ], [ -75.214752, 40.017784 ], [ -75.213, 40.018652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004011", "device_counts": 11821, "stop_counts": 30888 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180223, 39.954472 ], [ -75.179889, 39.955436 ], [ -75.179768, 39.955993 ], [ -75.17972, 39.956164 ], [ -75.179122, 39.955984 ], [ -75.177527, 39.95549 ], [ -75.172783, 39.955604 ], [ -75.173291, 39.952934 ], [ -75.173489, 39.952052 ], [ -75.176191, 39.952387 ], [ -75.180909, 39.952982 ], [ -75.180223, 39.954472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029003", "device_counts": 4643, "stop_counts": 18444 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16764, 39.93415 ], [ -75.167578, 39.934143 ], [ -75.159517, 39.9331 ], [ -75.161047, 39.931817 ], [ -75.163504, 39.92983 ], [ -75.166246, 39.930207 ], [ -75.165968, 39.931427 ], [ -75.16815, 39.931701 ], [ -75.16764, 39.93415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085007", "device_counts": 2050, "stop_counts": 4089 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230801, 39.960722 ], [ -75.228645, 39.960463 ], [ -75.227443, 39.960311 ], [ -75.224868, 39.960005 ], [ -75.225351, 39.957714 ], [ -75.231277, 39.958448 ], [ -75.230801, 39.960722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010141002", "device_counts": 3195, "stop_counts": 7638 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159442, 39.971467 ], [ -75.159237, 39.972384 ], [ -75.158782, 39.974482 ], [ -75.156616, 39.974198 ], [ -75.156893, 39.972927 ], [ -75.152188, 39.972318 ], [ -75.154149, 39.970778 ], [ -75.154549, 39.968931 ], [ -75.156085, 39.96931 ], [ -75.159702, 39.970202 ], [ -75.159442, 39.971467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168001", "device_counts": 607, "stop_counts": 1305 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173182, 39.992412 ], [ -75.171594, 39.9922 ], [ -75.171441, 39.992946 ], [ -75.168248, 39.992579 ], [ -75.168561, 39.991047 ], [ -75.167918, 39.990947 ], [ -75.168428, 39.987857 ], [ -75.169234, 39.987959 ], [ -75.168894, 39.98955 ], [ -75.171839, 39.989935 ], [ -75.173682, 39.990167 ], [ -75.173182, 39.992412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176013", "device_counts": 1702, "stop_counts": 4283 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135121, 39.99306 ], [ -75.130558, 39.992474 ], [ -75.130122, 39.994573 ], [ -75.126915, 39.991834 ], [ -75.127031, 39.990386 ], [ -75.130898, 39.99089 ], [ -75.132893, 39.991144 ], [ -75.135466, 39.991479 ], [ -75.135121, 39.99306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010205001", "device_counts": 2638, "stop_counts": 7423 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172342, 40.017604 ], [ -75.163758, 40.019234 ], [ -75.162782, 40.020368 ], [ -75.162462, 40.021954 ], [ -75.162024, 40.022286 ], [ -75.159551, 40.023925 ], [ -75.159315, 40.02341 ], [ -75.159214, 40.023192 ], [ -75.159035, 40.0228 ], [ -75.156094, 40.019695 ], [ -75.155692, 40.019078 ], [ -75.154576, 40.017272 ], [ -75.15409, 40.016325 ], [ -75.157218, 40.016166 ], [ -75.167776, 40.011086 ], [ -75.170096, 40.015723 ], [ -75.172342, 40.017604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300005", "device_counts": 507, "stop_counts": 1584 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083248, 40.013562 ], [ -75.079927, 40.016418 ], [ -75.077257, 40.014973 ], [ -75.079046, 40.013007 ], [ -75.080857, 40.011903 ], [ -75.0817, 40.012736 ], [ -75.083248, 40.013562 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027021", "device_counts": 1878, "stop_counts": 4242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151309, 39.932007 ], [ -75.149728, 39.931793 ], [ -75.14617, 39.931321 ], [ -75.146413, 39.930114 ], [ -75.146985, 39.927665 ], [ -75.148701, 39.927896 ], [ -75.148329, 39.929093 ], [ -75.151852, 39.929555 ], [ -75.151309, 39.932007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134023", "device_counts": 1829, "stop_counts": 3821 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17256, 39.965219 ], [ -75.17068, 39.964975 ], [ -75.169102, 39.964781 ], [ -75.168959, 39.965463 ], [ -75.165813, 39.965075 ], [ -75.166227, 39.963112 ], [ -75.167806, 39.963306 ], [ -75.169378, 39.963498 ], [ -75.170958, 39.963692 ], [ -75.172848, 39.963923 ], [ -75.17256, 39.965219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010380002", "device_counts": 2741, "stop_counts": 6494 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078448, 40.008586 ], [ -75.072371, 40.010089 ], [ -75.070581, 40.010533 ], [ -75.069508, 40.010798 ], [ -75.068883, 40.00879 ], [ -75.072702, 40.007904 ], [ -75.075687, 40.005553 ], [ -75.077476, 40.004139 ], [ -75.078448, 40.008586 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009021", "device_counts": 7045, "stop_counts": 16036 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156855, 39.947246 ], [ -75.156646, 39.948394 ], [ -75.153174, 39.947962 ], [ -75.153424, 39.946817 ], [ -75.153184, 39.945536 ], [ -75.156337, 39.945923 ], [ -75.157113, 39.946025 ], [ -75.156855, 39.947246 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012024", "device_counts": 3550, "stop_counts": 6396 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168443, 39.945524 ], [ -75.166767, 39.945768 ], [ -75.166458, 39.947196 ], [ -75.164845, 39.946999 ], [ -75.165341, 39.944664 ], [ -75.165575, 39.943664 ], [ -75.168762, 39.94405 ], [ -75.168443, 39.945524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030021", "device_counts": 1189, "stop_counts": 2969 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17034, 39.934498 ], [ -75.16764, 39.93415 ], [ -75.16815, 39.931701 ], [ -75.1708, 39.932052 ], [ -75.17034, 39.934498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040011", "device_counts": 1193, "stop_counts": 3907 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165483, 39.926333 ], [ -75.162338, 39.92592 ], [ -75.162876, 39.923489 ], [ -75.166014, 39.923903 ], [ -75.165483, 39.926333 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042023", "device_counts": 709, "stop_counts": 2239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155865, 39.918755 ], [ -75.15073, 39.918097 ], [ -75.151014, 39.916842 ], [ -75.156139, 39.917515 ], [ -75.155865, 39.918755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071012", "device_counts": 588, "stop_counts": 2996 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226854, 39.938767 ], [ -75.22548, 39.939725 ], [ -75.224292, 39.938734 ], [ -75.223012, 39.937643 ], [ -75.224388, 39.936676 ], [ -75.225358, 39.936 ], [ -75.227831, 39.938077 ], [ -75.226854, 39.938767 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074005", "device_counts": 913, "stop_counts": 2698 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218874, 39.938393 ], [ -75.217502, 39.939355 ], [ -75.215089, 39.939093 ], [ -75.213865, 39.939974 ], [ -75.212064, 39.938213 ], [ -75.215778, 39.935624 ], [ -75.217614, 39.93733 ], [ -75.218874, 39.938393 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088024", "device_counts": 2836, "stop_counts": 9130 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205583, 39.952056 ], [ -75.20546, 39.952682 ], [ -75.204107, 39.953128 ], [ -75.202828, 39.95297 ], [ -75.203083, 39.951745 ], [ -75.200801, 39.951458 ], [ -75.199204, 39.951257 ], [ -75.199427, 39.950419 ], [ -75.201156, 39.949839 ], [ -75.201151, 39.950414 ], [ -75.205802, 39.950985 ], [ -75.205583, 39.952056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101003", "device_counts": 583, "stop_counts": 1689 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24358, 39.975546 ], [ -75.241013, 39.975833 ], [ -75.240427, 39.972687 ], [ -75.241209, 39.9726 ], [ -75.242987, 39.972396 ], [ -75.24329, 39.973997 ], [ -75.24358, 39.975546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118005", "device_counts": 478, "stop_counts": 968 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245478, 39.986619 ], [ -75.239838, 39.989287 ], [ -75.23987, 39.988202 ], [ -75.238184, 39.986061 ], [ -75.240153, 39.985213 ], [ -75.244491, 39.985667 ], [ -75.245478, 39.986619 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137003", "device_counts": 560, "stop_counts": 1661 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183838, 39.980585 ], [ -75.182215, 39.980373 ], [ -75.181135, 39.980238 ], [ -75.181755, 39.977444 ], [ -75.184439, 39.977788 ], [ -75.183838, 39.980585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162003", "device_counts": 404, "stop_counts": 799 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136759, 39.985402 ], [ -75.136167, 39.985328 ], [ -75.1351, 39.98519 ], [ -75.135445, 39.983598 ], [ -75.13578, 39.982009 ], [ -75.137443, 39.982223 ], [ -75.136759, 39.985402 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180012", "device_counts": 588, "stop_counts": 1392 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111221, 39.985268 ], [ -75.108828, 39.981673 ], [ -75.110525, 39.980787 ], [ -75.110939, 39.980568 ], [ -75.11345, 39.984105 ], [ -75.111221, 39.985268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198005", "device_counts": 680, "stop_counts": 2388 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142438, 40.009743 ], [ -75.141786, 40.012708 ], [ -75.140125, 40.012538 ], [ -75.139484, 40.012453 ], [ -75.139815, 40.010939 ], [ -75.141425, 40.00961 ], [ -75.141913, 40.009674 ], [ -75.142438, 40.009743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202002", "device_counts": 300, "stop_counts": 483 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167945, 40.009378 ], [ -75.164733, 40.008616 ], [ -75.165228, 40.006354 ], [ -75.165554, 40.004859 ], [ -75.16914, 40.008832 ], [ -75.167945, 40.009378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010212001", "device_counts": 1138, "stop_counts": 2909 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218759, 40.036654 ], [ -75.213026, 40.039412 ], [ -75.210398, 40.03751 ], [ -75.208938, 40.035221 ], [ -75.21114, 40.0346 ], [ -75.213692, 40.032135 ], [ -75.214493, 40.032838 ], [ -75.216638, 40.034833 ], [ -75.217925, 40.03616 ], [ -75.218759, 40.036654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236001", "device_counts": 1321, "stop_counts": 1749 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196511, 40.049188 ], [ -75.194491, 40.051466 ], [ -75.194083, 40.051633 ], [ -75.194411, 40.050637 ], [ -75.192123, 40.047679 ], [ -75.192346, 40.046309 ], [ -75.193091, 40.04459 ], [ -75.193841, 40.045069 ], [ -75.198059, 40.047739 ], [ -75.196511, 40.049188 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252004", "device_counts": 327, "stop_counts": 657 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178144, 40.04821 ], [ -75.176624, 40.047398 ], [ -75.176247, 40.047752 ], [ -75.174713, 40.046823 ], [ -75.173686, 40.045803 ], [ -75.175285, 40.044782 ], [ -75.17922, 40.047155 ], [ -75.178144, 40.04821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263021", "device_counts": 1041, "stop_counts": 3269 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156776, 40.068675 ], [ -75.154076, 40.071732 ], [ -75.151596, 40.070328 ], [ -75.152322, 40.068901 ], [ -75.152602, 40.067646 ], [ -75.156285, 40.067006 ], [ -75.156776, 40.068675 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266002", "device_counts": 630, "stop_counts": 887 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147353, 40.064371 ], [ -75.147022, 40.065892 ], [ -75.146683, 40.067547 ], [ -75.145187, 40.066692 ], [ -75.146051, 40.062926 ], [ -75.147649, 40.06301 ], [ -75.147353, 40.064371 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277004", "device_counts": 375, "stop_counts": 613 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155214, 40.053922 ], [ -75.152881, 40.052844 ], [ -75.153101, 40.050412 ], [ -75.155446, 40.050508 ], [ -75.155214, 40.053922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289013", "device_counts": 632, "stop_counts": 1602 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116243, 40.020558 ], [ -75.112217, 40.020056 ], [ -75.113951, 40.018603 ], [ -75.116404, 40.018909 ], [ -75.116243, 40.020558 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390006", "device_counts": 890, "stop_counts": 1584 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.09299, 40.036729 ], [ -75.090543, 40.039142 ], [ -75.09159, 40.039734 ], [ -75.089246, 40.042252 ], [ -75.088631, 40.042747 ], [ -75.088709, 40.03795 ], [ -75.088091, 40.03654 ], [ -75.089404, 40.037263 ], [ -75.091031, 40.035582 ], [ -75.09227, 40.034323 ], [ -75.093532, 40.035024 ], [ -75.09299, 40.036729 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311022", "device_counts": 456, "stop_counts": 2783 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087802, 40.036032 ], [ -75.086804, 40.037049 ], [ -75.084311, 40.035676 ], [ -75.085499, 40.034421 ], [ -75.085313, 40.033521 ], [ -75.087159, 40.03479 ], [ -75.087802, 40.036032 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316004", "device_counts": 637, "stop_counts": 2934 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.063188, 40.031566 ], [ -75.0621, 40.032813 ], [ -75.058848, 40.030998 ], [ -75.062207, 40.027471 ], [ -75.062394, 40.027444 ], [ -75.062426, 40.027979 ], [ -75.062828, 40.02941 ], [ -75.063188, 40.031566 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330007", "device_counts": 276, "stop_counts": 1249 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.03728, 40.035045 ], [ -75.034538, 40.036464 ], [ -75.032739, 40.034407 ], [ -75.035488, 40.03299 ], [ -75.03728, 40.035045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341005", "device_counts": 1216, "stop_counts": 4725 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086906, 40.078648 ], [ -75.082456, 40.082884 ], [ -75.082882, 40.079474 ], [ -75.078592, 40.078097 ], [ -75.079769, 40.076854 ], [ -75.080159, 40.075454 ], [ -75.081603, 40.076328 ], [ -75.082501, 40.07656 ], [ -75.085244, 40.077159 ], [ -75.086906, 40.078648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362022", "device_counts": 907, "stop_counts": 3689 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981807, 40.082355 ], [ -74.980158, 40.086256 ], [ -74.980601, 40.087914 ], [ -74.979504, 40.087814 ], [ -74.976576, 40.085827 ], [ -74.973763, 40.084534 ], [ -74.97582, 40.081889 ], [ -74.97725, 40.080506 ], [ -74.980732, 40.082105 ], [ -74.981807, 40.082355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277001", "device_counts": 1494, "stop_counts": 5041 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148578, 40.051383 ], [ -75.147004, 40.051175 ], [ -75.143841, 40.050771 ], [ -75.142214, 40.050563 ], [ -75.142898, 40.047493 ], [ -75.144959, 40.04868 ], [ -75.147672, 40.048117 ], [ -75.147337, 40.049656 ], [ -75.147265, 40.049965 ], [ -75.148708, 40.050778 ], [ -75.148578, 40.051383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027013", "device_counts": 963, "stop_counts": 2178 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155463, 39.927956 ], [ -75.154997, 39.929984 ], [ -75.151852, 39.929555 ], [ -75.152407, 39.927129 ], [ -75.155546, 39.92755 ], [ -75.155463, 39.927956 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358002", "device_counts": 1468, "stop_counts": 5929 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037842, 40.120213 ], [ -75.024891, 40.129216 ], [ -75.021931, 40.127467 ], [ -75.0201, 40.126358 ], [ -75.023292, 40.125201 ], [ -75.020183, 40.122282 ], [ -75.024153, 40.12492 ], [ -75.026346, 40.123524 ], [ -75.027205, 40.121653 ], [ -75.027824, 40.120924 ], [ -75.029773, 40.121875 ], [ -75.032646, 40.121786 ], [ -75.036495, 40.12039 ], [ -75.037842, 40.120213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340002", "device_counts": 332, "stop_counts": 1498 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077112, 40.068714 ], [ -75.074029, 40.071983 ], [ -75.070412, 40.07022 ], [ -75.067838, 40.068959 ], [ -75.069297, 40.068345 ], [ -75.074845, 40.066538 ], [ -75.076022, 40.067172 ], [ -75.075439, 40.067803 ], [ -75.077112, 40.068714 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010231001", "device_counts": 2737, "stop_counts": 6727 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208933, 40.067015 ], [ -75.205815, 40.070106 ], [ -75.204166, 40.069595 ], [ -75.202651, 40.073212 ], [ -75.20079, 40.070707 ], [ -75.198673, 40.068575 ], [ -75.196741, 40.067365 ], [ -75.196385, 40.066623 ], [ -75.202475, 40.06265 ], [ -75.202545, 40.059884 ], [ -75.20714, 40.062139 ], [ -75.204744, 40.064538 ], [ -75.20615, 40.065376 ], [ -75.206782, 40.064755 ], [ -75.209573, 40.066375 ], [ -75.208933, 40.067015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114006", "device_counts": 2076, "stop_counts": 5235 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248991, 39.985109 ], [ -75.245478, 39.986619 ], [ -75.244491, 39.985667 ], [ -75.240153, 39.985213 ], [ -75.23724, 39.98484 ], [ -75.239042, 39.98195 ], [ -75.239335, 39.981447 ], [ -75.242792, 39.981061 ], [ -75.24654, 39.980645 ], [ -75.247094, 39.983595 ], [ -75.248346, 39.982968 ], [ -75.248991, 39.985109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149005", "device_counts": 453, "stop_counts": 698 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.185497, 39.980804 ], [ -75.181758, 39.983325 ], [ -75.181579, 39.983313 ], [ -75.182215, 39.980373 ], [ -75.183838, 39.980585 ], [ -75.185497, 39.980804 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030022", "device_counts": 485, "stop_counts": 701 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172389, 39.934765 ], [ -75.17034, 39.934498 ], [ -75.1708, 39.932052 ], [ -75.172922, 39.932328 ], [ -75.172389, 39.934765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010248001", "device_counts": 274, "stop_counts": 1767 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167701, 40.047245 ], [ -75.164529, 40.050306 ], [ -75.161656, 40.048559 ], [ -75.163175, 40.047076 ], [ -75.166038, 40.046218 ], [ -75.167701, 40.047245 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019803001", "device_counts": 18437, "stop_counts": 69145 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.025229, 40.08482 ], [ -75.023996, 40.086107 ], [ -75.015528, 40.09486 ], [ -75.014156, 40.096236 ], [ -75.001796, 40.10493 ], [ -74.999804, 40.103236 ], [ -74.995464, 40.099166 ], [ -74.991264, 40.095778 ], [ -74.989094, 40.093928 ], [ -74.987421, 40.09255 ], [ -74.98418, 40.089906 ], [ -74.987065, 40.086049 ], [ -74.990155, 40.084052 ], [ -74.994348, 40.081681 ], [ -74.997635, 40.079699 ], [ -74.998488, 40.078701 ], [ -75.003606, 40.071362 ], [ -75.007269, 40.069161 ], [ -75.011311, 40.071169 ], [ -75.013126, 40.072071 ], [ -75.028952, 40.080968 ], [ -75.025229, 40.08482 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085005", "device_counts": 889, "stop_counts": 1668 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231557, 39.957102 ], [ -75.225634, 39.956372 ], [ -75.225746, 39.955814 ], [ -75.226002, 39.954591 ], [ -75.231937, 39.955319 ], [ -75.231557, 39.957102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333001", "device_counts": 3269, "stop_counts": 7133 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044521, 40.058702 ], [ -75.044991, 40.059372 ], [ -75.044275, 40.059356 ], [ -75.044201, 40.059477 ], [ -75.043614, 40.060811 ], [ -75.041907, 40.064683 ], [ -75.038539, 40.060858 ], [ -75.038719, 40.056435 ], [ -75.039449, 40.055286 ], [ -75.041248, 40.054576 ], [ -75.045522, 40.057614 ], [ -75.044521, 40.058702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010203002", "device_counts": 4186, "stop_counts": 12199 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153849, 40.015891 ], [ -75.149544, 40.01787 ], [ -75.147143, 40.01901 ], [ -75.147205, 40.015188 ], [ -75.147247, 40.011906 ], [ -75.150585, 40.012283 ], [ -75.152163, 40.01254 ], [ -75.152431, 40.01321 ], [ -75.153849, 40.015891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080001", "device_counts": 937, "stop_counts": 1451 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226539, 39.952 ], [ -75.226224, 39.953528 ], [ -75.222279, 39.95304 ], [ -75.222589, 39.951519 ], [ -75.22275, 39.950754 ], [ -75.222914, 39.949975 ], [ -75.226869, 39.95046 ], [ -75.226539, 39.952 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114005", "device_counts": 883, "stop_counts": 1646 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24654, 39.980645 ], [ -75.242792, 39.981061 ], [ -75.242354, 39.978712 ], [ -75.244138, 39.978517 ], [ -75.24358, 39.975546 ], [ -75.24554, 39.97533 ], [ -75.24654, 39.980645 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263012", "device_counts": 254, "stop_counts": 796 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166062, 40.074338 ], [ -75.163399, 40.07695 ], [ -75.161285, 40.075764 ], [ -75.163884, 40.073088 ], [ -75.166062, 40.074338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088022", "device_counts": 3092, "stop_counts": 7236 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.204145, 39.957422 ], [ -75.201953, 39.957149 ], [ -75.199622, 39.95686 ], [ -75.200098, 39.954582 ], [ -75.204933, 39.955181 ], [ -75.204145, 39.957422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278001", "device_counts": 636, "stop_counts": 800 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150336, 40.042028 ], [ -75.149796, 40.043673 ], [ -75.149591, 40.04483 ], [ -75.150148, 40.045658 ], [ -75.148225, 40.0456 ], [ -75.146776, 40.044848 ], [ -75.146978, 40.04173 ], [ -75.148083, 40.04048 ], [ -75.149908, 40.040376 ], [ -75.151249, 40.041174 ], [ -75.150336, 40.042028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010220001", "device_counts": 2587, "stop_counts": 6158 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264431, 40.054094 ], [ -75.255006, 40.062704 ], [ -75.243288, 40.073494 ], [ -75.242047, 40.071949 ], [ -75.241075, 40.070395 ], [ -75.240321, 40.068383 ], [ -75.240092, 40.067344 ], [ -75.239545, 40.062977 ], [ -75.238182, 40.059771 ], [ -75.25412, 40.048324 ], [ -75.254629, 40.047592 ], [ -75.254678, 40.045924 ], [ -75.255098, 40.046122 ], [ -75.257655, 40.047611 ], [ -75.264431, 40.054094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096001", "device_counts": 1164, "stop_counts": 4833 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246531, 39.968967 ], [ -75.244416, 39.968706 ], [ -75.239479, 39.968097 ], [ -75.24011, 39.965055 ], [ -75.242087, 39.965303 ], [ -75.24177, 39.96682 ], [ -75.246848, 39.967449 ], [ -75.246531, 39.968967 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259003", "device_counts": 207, "stop_counts": 249 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179022, 40.079344 ], [ -75.177137, 40.078269 ], [ -75.174171, 40.076549 ], [ -75.175509, 40.075214 ], [ -75.176841, 40.07598 ], [ -75.180238, 40.078084 ], [ -75.179022, 40.079344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038004", "device_counts": 882, "stop_counts": 2847 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181703, 39.92329 ], [ -75.181424, 39.923337 ], [ -75.180313, 39.92354 ], [ -75.179651, 39.923652 ], [ -75.180045, 39.921872 ], [ -75.180576, 39.919369 ], [ -75.182512, 39.919629 ], [ -75.181703, 39.92329 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339002", "device_counts": 1541, "stop_counts": 3818 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089378, 40.064705 ], [ -75.085496, 40.06747 ], [ -75.085044, 40.072141 ], [ -75.08415, 40.071824 ], [ -75.083255, 40.071209 ], [ -75.083726, 40.068173 ], [ -75.083648, 40.065704 ], [ -75.08151, 40.064789 ], [ -75.079532, 40.066175 ], [ -75.078352, 40.065426 ], [ -75.083483, 40.063738 ], [ -75.083514, 40.063756 ], [ -75.083515, 40.063725 ], [ -75.084747, 40.06316 ], [ -75.085729, 40.062589 ], [ -75.087425, 40.063599 ], [ -75.089378, 40.064705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341004", "device_counts": 3148, "stop_counts": 10124 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089088, 40.076374 ], [ -75.086906, 40.078648 ], [ -75.085244, 40.077159 ], [ -75.082501, 40.07656 ], [ -75.083255, 40.071209 ], [ -75.08415, 40.071824 ], [ -75.085044, 40.072141 ], [ -75.090317, 40.075115 ], [ -75.089088, 40.076374 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329004", "device_counts": 331, "stop_counts": 734 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.031903, 40.036993 ], [ -75.027031, 40.038744 ], [ -75.025862, 40.036255 ], [ -75.026887, 40.035695 ], [ -75.029881, 40.034072 ], [ -75.030905, 40.035358 ], [ -75.031903, 40.036993 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011012", "device_counts": 2740, "stop_counts": 4709 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165575, 39.943664 ], [ -75.165341, 39.944664 ], [ -75.165274, 39.944655 ], [ -75.163137, 39.944388 ], [ -75.162348, 39.944299 ], [ -75.159984, 39.944009 ], [ -75.160205, 39.942997 ], [ -75.165493, 39.943653 ], [ -75.165575, 39.943664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320004", "device_counts": 276, "stop_counts": 586 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057806, 40.025174 ], [ -75.055564, 40.022606 ], [ -75.057513, 40.021597 ], [ -75.059761, 40.024161 ], [ -75.057806, 40.025174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252003", "device_counts": 426, "stop_counts": 2379 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17922, 40.047155 ], [ -75.175285, 40.044782 ], [ -75.177154, 40.042988 ], [ -75.181057, 40.045381 ], [ -75.17922, 40.047155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255002", "device_counts": 561, "stop_counts": 1876 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186236, 40.060989 ], [ -75.181956, 40.064987 ], [ -75.18437, 40.066442 ], [ -75.181751, 40.068902 ], [ -75.176526, 40.065896 ], [ -75.181313, 40.061221 ], [ -75.183366, 40.05922 ], [ -75.186236, 40.060989 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168002", "device_counts": 280, "stop_counts": 994 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171173, 39.994165 ], [ -75.171115, 39.994444 ], [ -75.167925, 39.994025 ], [ -75.168248, 39.992579 ], [ -75.171441, 39.992946 ], [ -75.171173, 39.994165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167021", "device_counts": 482, "stop_counts": 2024 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160365, 39.989991 ], [ -75.160044, 39.991473 ], [ -75.15769, 39.99118 ], [ -75.158335, 39.988186 ], [ -75.160695, 39.988495 ], [ -75.160365, 39.989991 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390005", "device_counts": 385, "stop_counts": 1584 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092349, 40.029658 ], [ -75.091594, 40.030086 ], [ -75.089854, 40.031036 ], [ -75.088078, 40.032 ], [ -75.086551, 40.031133 ], [ -75.092162, 40.02805 ], [ -75.092295, 40.028879 ], [ -75.092349, 40.029658 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356013", "device_counts": 657, "stop_counts": 806 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.046737, 40.09524 ], [ -75.047115, 40.098377 ], [ -75.042613, 40.100504 ], [ -75.042503, 40.099942 ], [ -75.039643, 40.098344 ], [ -75.042043, 40.09527 ], [ -75.040595, 40.093338 ], [ -75.046527, 40.092672 ], [ -75.047299, 40.092762 ], [ -75.046737, 40.09524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010132002", "device_counts": 5581, "stop_counts": 16142 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160678, 39.96577 ], [ -75.160395, 39.967064 ], [ -75.159702, 39.970202 ], [ -75.156085, 39.96931 ], [ -75.157125, 39.964556 ], [ -75.154013, 39.963976 ], [ -75.154312, 39.962614 ], [ -75.161188, 39.963422 ], [ -75.160678, 39.96577 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004022", "device_counts": 33195, "stop_counts": 107857 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173291, 39.952934 ], [ -75.171723, 39.952725 ], [ -75.171134, 39.955394 ], [ -75.163151, 39.954411 ], [ -75.163093, 39.9544 ], [ -75.163329, 39.95333 ], [ -75.163402, 39.953339 ], [ -75.165063, 39.953608 ], [ -75.164011, 39.950876 ], [ -75.173489, 39.952052 ], [ -75.173291, 39.952934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236003", "device_counts": 1136, "stop_counts": 2256 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198411, 40.045827 ], [ -75.198059, 40.047739 ], [ -75.193841, 40.045069 ], [ -75.196382, 40.042203 ], [ -75.194933, 40.042022 ], [ -75.193657, 40.039688 ], [ -75.190086, 40.038232 ], [ -75.190987, 40.037353 ], [ -75.193127, 40.035381 ], [ -75.201433, 40.042404 ], [ -75.198411, 40.045827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010293002", "device_counts": 2030, "stop_counts": 6563 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094995, 40.009984 ], [ -75.094547, 40.011027 ], [ -75.09342, 40.013136 ], [ -75.094365, 40.014794 ], [ -75.09228, 40.015294 ], [ -75.087577, 40.012516 ], [ -75.088731, 40.010923 ], [ -75.089271, 40.010063 ], [ -75.091815, 40.006007 ], [ -75.092482, 40.005427 ], [ -75.0927, 40.005674 ], [ -75.092811, 40.005871 ], [ -75.092775, 40.005977 ], [ -75.09263, 40.006343 ], [ -75.092196, 40.006789 ], [ -75.09205, 40.007033 ], [ -75.092011, 40.007299 ], [ -75.092088, 40.007531 ], [ -75.092494, 40.007976 ], [ -75.094673, 40.009351 ], [ -75.094995, 40.009984 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119001", "device_counts": 458, "stop_counts": 3271 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23267, 39.988155 ], [ -75.230168, 39.988695 ], [ -75.229911, 39.987936 ], [ -75.228801, 39.982326 ], [ -75.2301, 39.981556 ], [ -75.230791, 39.982516 ], [ -75.232136, 39.986635 ], [ -75.23267, 39.988155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040013", "device_counts": 2460, "stop_counts": 4510 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170023, 39.923138 ], [ -75.169744, 39.924409 ], [ -75.166014, 39.923903 ], [ -75.166563, 39.921418 ], [ -75.170309, 39.921885 ], [ -75.170023, 39.923138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069001", "device_counts": 731, "stop_counts": 5250 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218389, 39.929335 ], [ -75.215858, 39.933066 ], [ -75.206072, 39.935371 ], [ -75.206101, 39.935281 ], [ -75.206173, 39.935067 ], [ -75.206204, 39.934974 ], [ -75.211253, 39.928519 ], [ -75.212428, 39.92523 ], [ -75.216768, 39.926956 ], [ -75.214825, 39.929799 ], [ -75.216769, 39.928686 ], [ -75.218389, 39.929335 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085001", "device_counts": 1879, "stop_counts": 4700 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224868, 39.960005 ], [ -75.2229, 39.959745 ], [ -75.22092, 39.959505 ], [ -75.221244, 39.957984 ], [ -75.221397, 39.957227 ], [ -75.225351, 39.957714 ], [ -75.224868, 39.960005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112007", "device_counts": 431, "stop_counts": 1624 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233691, 39.976642 ], [ -75.231783, 39.976852 ], [ -75.231194, 39.973709 ], [ -75.232182, 39.973599 ], [ -75.233659, 39.973437 ], [ -75.233691, 39.976642 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151022", "device_counts": 1037, "stop_counts": 2027 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184794, 39.983706 ], [ -75.184136, 39.986721 ], [ -75.18255, 39.986509 ], [ -75.180896, 39.986709 ], [ -75.180258, 39.986345 ], [ -75.178118, 39.984769 ], [ -75.178535, 39.982919 ], [ -75.179952, 39.983108 ], [ -75.181579, 39.983313 ], [ -75.181758, 39.983325 ], [ -75.184298, 39.983647 ], [ -75.184794, 39.983706 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010166002", "device_counts": 1496, "stop_counts": 2368 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155934, 39.987877 ], [ -75.155593, 39.989369 ], [ -75.15339, 39.989086 ], [ -75.154063, 39.986003 ], [ -75.156275, 39.986283 ], [ -75.155934, 39.987877 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195012", "device_counts": 1239, "stop_counts": 3650 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128604, 40.001619 ], [ -75.124732, 40.001124 ], [ -75.125058, 39.999628 ], [ -75.12538, 39.998043 ], [ -75.12926, 39.998539 ], [ -75.128604, 40.001619 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207003", "device_counts": 1143, "stop_counts": 5148 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191874, 40.014201 ], [ -75.191289, 40.013697 ], [ -75.189317, 40.011994 ], [ -75.187402, 40.013303 ], [ -75.187771, 40.013623 ], [ -75.185937, 40.014895 ], [ -75.182239, 40.011676 ], [ -75.183611, 40.010905 ], [ -75.185674, 40.01012 ], [ -75.186537, 40.009831 ], [ -75.192879, 40.01162 ], [ -75.191874, 40.014201 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217003", "device_counts": 1822, "stop_counts": 3422 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227444, 40.043197 ], [ -75.223307, 40.045054 ], [ -75.2223, 40.045151 ], [ -75.219201, 40.044379 ], [ -75.217846, 40.044343 ], [ -75.216923, 40.042249 ], [ -75.214111, 40.040124 ], [ -75.214663, 40.040052 ], [ -75.218547, 40.042626 ], [ -75.222808, 40.038112 ], [ -75.225234, 40.041319 ], [ -75.226267, 40.042401 ], [ -75.227444, 40.043197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247003", "device_counts": 503, "stop_counts": 2296 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170588, 40.0381 ], [ -75.168911, 40.03847 ], [ -75.166622, 40.040379 ], [ -75.16516, 40.039474 ], [ -75.164852, 40.039867 ], [ -75.162077, 40.038163 ], [ -75.162752, 40.037499 ], [ -75.16405, 40.036816 ], [ -75.164809, 40.036452 ], [ -75.170377, 40.036921 ], [ -75.171368, 40.037315 ], [ -75.170588, 40.0381 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267006", "device_counts": 708, "stop_counts": 1710 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152594, 40.056367 ], [ -75.149219, 40.058432 ], [ -75.149478, 40.056217 ], [ -75.149705, 40.054649 ], [ -75.152723, 40.054825 ], [ -75.152594, 40.056367 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276002", "device_counts": 1441, "stop_counts": 4007 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144302, 40.04109 ], [ -75.144224, 40.041381 ], [ -75.139612, 40.0408 ], [ -75.139212, 40.039146 ], [ -75.144571, 40.039836 ], [ -75.144302, 40.04109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300004", "device_counts": 1298, "stop_counts": 3793 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079414, 40.021387 ], [ -75.075622, 40.024074 ], [ -75.074175, 40.022429 ], [ -75.073892, 40.022107 ], [ -75.074969, 40.021505 ], [ -75.075964, 40.020705 ], [ -75.076696, 40.019926 ], [ -75.079414, 40.021387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307002", "device_counts": 888, "stop_counts": 2640 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089115, 40.056227 ], [ -75.085847, 40.05441 ], [ -75.0868, 40.052744 ], [ -75.085989, 40.050878 ], [ -75.087804, 40.051795 ], [ -75.088344, 40.051235 ], [ -75.092131, 40.053178 ], [ -75.089115, 40.056227 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314023", "device_counts": 2235, "stop_counts": 4766 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06446, 40.045522 ], [ -75.061374, 40.048585 ], [ -75.059937, 40.047751 ], [ -75.057048, 40.04603 ], [ -75.058858, 40.044338 ], [ -75.061075, 40.041761 ], [ -75.063143, 40.042901 ], [ -75.061926, 40.04411 ], [ -75.06446, 40.045522 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323001", "device_counts": 1242, "stop_counts": 1714 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055687, 40.019504 ], [ -75.051773, 40.021535 ], [ -75.04879, 40.018141 ], [ -75.052816, 40.016119 ], [ -75.053922, 40.017488 ], [ -75.055687, 40.019504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356011", "device_counts": 2785, "stop_counts": 8318 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047299, 40.092762 ], [ -75.046527, 40.092672 ], [ -75.040595, 40.093338 ], [ -75.042043, 40.09527 ], [ -75.039643, 40.098344 ], [ -75.038082, 40.097456 ], [ -75.036962, 40.095913 ], [ -75.035842, 40.098099 ], [ -75.034298, 40.097871 ], [ -75.030477, 40.098088 ], [ -75.030725, 40.09553 ], [ -75.034808, 40.092423 ], [ -75.041488, 40.087338 ], [ -75.045685, 40.089021 ], [ -75.047052, 40.09108 ], [ -75.047567, 40.09192 ], [ -75.047299, 40.092762 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012012", "device_counts": 2183, "stop_counts": 5024 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180021, 39.948872 ], [ -75.177843, 39.94861 ], [ -75.176239, 39.948414 ], [ -75.174323, 39.948177 ], [ -75.174627, 39.946753 ], [ -75.178156, 39.94719 ], [ -75.180328, 39.947455 ], [ -75.180021, 39.948872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028021", "device_counts": 1014, "stop_counts": 2656 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161881, 39.927985 ], [ -75.158745, 39.927564 ], [ -75.159204, 39.925511 ], [ -75.162338, 39.92592 ], [ -75.161881, 39.927985 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041014", "device_counts": 1774, "stop_counts": 4261 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162338, 39.92592 ], [ -75.159204, 39.925511 ], [ -75.157666, 39.925313 ], [ -75.158192, 39.922891 ], [ -75.162876, 39.923489 ], [ -75.162338, 39.92592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004021", "device_counts": 3444, "stop_counts": 7950 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172783, 39.955604 ], [ -75.171134, 39.955394 ], [ -75.171723, 39.952725 ], [ -75.173291, 39.952934 ], [ -75.172783, 39.955604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329002", "device_counts": 835, "stop_counts": 1176 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029706, 40.030947 ], [ -75.02798, 40.031894 ], [ -75.025367, 40.033347 ], [ -75.026887, 40.035695 ], [ -75.025862, 40.036255 ], [ -75.027031, 40.038744 ], [ -75.024132, 40.039782 ], [ -75.024465, 40.040664 ], [ -75.023317, 40.039937 ], [ -75.023594, 40.036101 ], [ -75.021682, 40.037088 ], [ -75.021239, 40.036075 ], [ -75.021603, 40.033996 ], [ -75.028413, 40.029758 ], [ -75.029706, 40.030947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019806001", "device_counts": 70343, "stop_counts": 244012 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1828, 39.909208 ], [ -75.178512, 39.90867 ], [ -75.173234, 39.908002 ], [ -75.17081, 39.908594 ], [ -75.169806, 39.911326 ], [ -75.171928, 39.912348 ], [ -75.165482, 39.911531 ], [ -75.163309, 39.910567 ], [ -75.16566, 39.899583 ], [ -75.170885, 39.898848 ], [ -75.174808, 39.899179 ], [ -75.173566, 39.905394 ], [ -75.183387, 39.906617 ], [ -75.1828, 39.909208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030024", "device_counts": 1213, "stop_counts": 2004 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172922, 39.932328 ], [ -75.1708, 39.932052 ], [ -75.16815, 39.931701 ], [ -75.168423, 39.930465 ], [ -75.171065, 39.930827 ], [ -75.17319, 39.931104 ], [ -75.172922, 39.932328 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010133001", "device_counts": 4923, "stop_counts": 12148 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165813, 39.965075 ], [ -75.165349, 39.967149 ], [ -75.165256, 39.967563 ], [ -75.163743, 39.967125 ], [ -75.163949, 39.966166 ], [ -75.160678, 39.96577 ], [ -75.161188, 39.963422 ], [ -75.161384, 39.962474 ], [ -75.166227, 39.963112 ], [ -75.165813, 39.965075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024005", "device_counts": 6109, "stop_counts": 12451 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167083, 39.936742 ], [ -75.166816, 39.937869 ], [ -75.166292, 39.940031 ], [ -75.16092, 39.939367 ], [ -75.161399, 39.937157 ], [ -75.161678, 39.935849 ], [ -75.167019, 39.936737 ], [ -75.167083, 39.936742 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378001", "device_counts": 5124, "stop_counts": 12422 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122592, 39.97388 ], [ -75.119969, 39.975911 ], [ -75.119763, 39.976369 ], [ -75.118611, 39.978879 ], [ -75.117217, 39.977289 ], [ -75.114768, 39.978568 ], [ -75.113227, 39.976803 ], [ -75.118068, 39.974275 ], [ -75.115617, 39.97296 ], [ -75.112771104124008, 39.968258553445018 ], [ -75.1189552837088, 39.965528846214504 ], [ -75.122211, 39.970172 ], [ -75.121806, 39.970925 ], [ -75.120231, 39.972387 ], [ -75.119617, 39.97295 ], [ -75.121504, 39.97321 ], [ -75.122592, 39.97388 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010001002", "device_counts": 28653, "stop_counts": 74012 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151539, 39.952948 ], [ -75.151223, 39.956862 ], [ -75.14913, 39.956191 ], [ -75.148408, 39.95633 ], [ -75.141607, 39.955491 ], [ -75.141625, 39.955279 ], [ -75.141469, 39.951698 ], [ -75.148472, 39.952578 ], [ -75.149186, 39.949032 ], [ -75.152337, 39.949421 ], [ -75.151539, 39.952948 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334001", "device_counts": 2434, "stop_counts": 4151 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050582, 40.058769 ], [ -75.048323, 40.061176 ], [ -75.044991, 40.059372 ], [ -75.044521, 40.058702 ], [ -75.045522, 40.057614 ], [ -75.046537, 40.056567 ], [ -75.047749, 40.055363 ], [ -75.048291, 40.055538 ], [ -75.049762, 40.056374 ], [ -75.051784, 40.057504 ], [ -75.050582, 40.058769 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242004", "device_counts": 603, "stop_counts": 2885 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169816, 40.02845 ], [ -75.166395, 40.026593 ], [ -75.169124, 40.023865 ], [ -75.172523, 40.025758 ], [ -75.169816, 40.02845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238002", "device_counts": 943, "stop_counts": 2366 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183101, 40.041063 ], [ -75.180884, 40.043246 ], [ -75.177757, 40.039401 ], [ -75.177629, 40.039229 ], [ -75.1804, 40.036534 ], [ -75.184831, 40.039346 ], [ -75.183101, 40.041063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274013", "device_counts": 1293, "stop_counts": 3463 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130518, 40.036437 ], [ -75.127641, 40.036063 ], [ -75.128428, 40.032472 ], [ -75.13129, 40.032818 ], [ -75.130518, 40.036437 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108001", "device_counts": 790, "stop_counts": 2781 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.203722, 39.970929 ], [ -75.192308, 39.967724 ], [ -75.192139, 39.966888 ], [ -75.19531, 39.968045 ], [ -75.195863, 39.968193 ], [ -75.198248, 39.96793 ], [ -75.203058, 39.967396 ], [ -75.203258, 39.968447 ], [ -75.203722, 39.970929 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204003", "device_counts": 2505, "stop_counts": 4046 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154929, 40.02229 ], [ -75.153357, 40.022088 ], [ -75.148567, 40.021476 ], [ -75.14711, 40.02128 ], [ -75.147139, 40.019518 ], [ -75.148953, 40.019743 ], [ -75.152161, 40.020161 ], [ -75.155239, 40.020486 ], [ -75.154929, 40.02229 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306005", "device_counts": 254, "stop_counts": 400 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10323, 40.051355 ], [ -75.100935, 40.052699 ], [ -75.100681, 40.05254 ], [ -75.098234, 40.052593 ], [ -75.097243, 40.052051 ], [ -75.09822, 40.051023 ], [ -75.100394, 40.048691 ], [ -75.101335, 40.049539 ], [ -75.10323, 40.051355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074004", "device_counts": 611, "stop_counts": 2702 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221545, 39.940652 ], [ -75.220175, 39.941602 ], [ -75.217136, 39.94374 ], [ -75.215615, 39.943402 ], [ -75.215246, 39.943087 ], [ -75.217764, 39.941343 ], [ -75.215089, 39.939093 ], [ -75.217502, 39.939355 ], [ -75.218874, 39.938393 ], [ -75.220278, 39.939572 ], [ -75.221545, 39.940652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277005", "device_counts": 302, "stop_counts": 1219 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157858, 40.050602 ], [ -75.155446, 40.050508 ], [ -75.153101, 40.050412 ], [ -75.153235, 40.048842 ], [ -75.154793, 40.048902 ], [ -75.157958, 40.049025 ], [ -75.157858, 40.050602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388004", "device_counts": 858, "stop_counts": 3357 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198787, 40.054802 ], [ -75.196319, 40.053234 ], [ -75.194647, 40.054791 ], [ -75.193951, 40.054358 ], [ -75.19326, 40.053057 ], [ -75.194083, 40.051633 ], [ -75.194491, 40.051466 ], [ -75.196511, 40.049188 ], [ -75.198319, 40.050328 ], [ -75.201462, 40.052316 ], [ -75.198787, 40.054802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361001", "device_counts": 910, "stop_counts": 1833 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.995134, 40.106336 ], [ -74.994438, 40.105853 ], [ -74.992199, 40.103978 ], [ -74.986551, 40.099366 ], [ -74.979893, 40.09381 ], [ -74.982114, 40.091942 ], [ -74.981539, 40.094456 ], [ -74.986603, 40.096475 ], [ -74.987151, 40.098943 ], [ -74.991264, 40.095778 ], [ -74.995464, 40.099166 ], [ -74.992674, 40.10104 ], [ -74.993327, 40.102963 ], [ -74.992326, 40.103876 ], [ -74.995483, 40.106202 ], [ -74.995134, 40.106336 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010131001", "device_counts": 2210, "stop_counts": 6476 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154013, 39.963976 ], [ -75.153018, 39.968549 ], [ -75.147146, 39.967126 ], [ -75.147796, 39.963527 ], [ -75.151852, 39.964712 ], [ -75.152146, 39.962452 ], [ -75.154312, 39.962614 ], [ -75.154013, 39.963976 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286005", "device_counts": 789, "stop_counts": 1901 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128428, 40.032472 ], [ -75.126164, 40.032281 ], [ -75.124167, 40.032575 ], [ -75.124701, 40.029398 ], [ -75.126686, 40.029667 ], [ -75.128974, 40.029953 ], [ -75.128428, 40.032472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308002", "device_counts": 608, "stop_counts": 1687 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083525, 40.06127 ], [ -75.081402, 40.060031 ], [ -75.07876, 40.0585 ], [ -75.076734, 40.05735 ], [ -75.078631, 40.055357 ], [ -75.08498, 40.058893 ], [ -75.083525, 40.06127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337023", "device_counts": 304, "stop_counts": 716 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056259, 40.067555 ], [ -75.053221, 40.070759 ], [ -75.051875, 40.069988 ], [ -75.052315, 40.068484 ], [ -75.054244, 40.066434 ], [ -75.055477, 40.065149 ], [ -75.057477, 40.066268 ], [ -75.056259, 40.067555 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353011", "device_counts": 3798, "stop_counts": 11735 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.987857, 40.072829 ], [ -74.987148, 40.072702 ], [ -74.984901, 40.07448 ], [ -74.984631, 40.074335 ], [ -74.983657, 40.073786 ], [ -74.981173, 40.071985 ], [ -74.982413, 40.065736 ], [ -74.982355, 40.064672 ], [ -74.984171, 40.064075 ], [ -74.985576, 40.063345 ], [ -74.986875, 40.064955 ], [ -74.987379, 40.065368 ], [ -74.988454, 40.066701 ], [ -74.987857, 40.072829 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213003", "device_counts": 891, "stop_counts": 1179 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2177, 40.030848 ], [ -75.214493, 40.032838 ], [ -75.213692, 40.032135 ], [ -75.211308, 40.02997 ], [ -75.214188, 40.028699 ], [ -75.216449, 40.029641 ], [ -75.2177, 40.030848 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096005", "device_counts": 1171, "stop_counts": 1872 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246848, 39.967449 ], [ -75.24177, 39.96682 ], [ -75.242087, 39.965303 ], [ -75.247169, 39.965927 ], [ -75.246848, 39.967449 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088021", "device_counts": 1240, "stop_counts": 2530 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205802, 39.950985 ], [ -75.201151, 39.950414 ], [ -75.201156, 39.949839 ], [ -75.205167, 39.948522 ], [ -75.205656, 39.948053 ], [ -75.205759, 39.949832 ], [ -75.205802, 39.950985 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188001", "device_counts": 786, "stop_counts": 1770 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10289, 40.00005 ], [ -75.100973, 40.001086 ], [ -75.100085, 40.000977 ], [ -75.099998, 40.000816 ], [ -75.099609, 40.000365 ], [ -75.098979, 39.999688 ], [ -75.097949, 39.998496 ], [ -75.100367, 39.997206 ], [ -75.101235, 39.998188 ], [ -75.102026, 39.999078 ], [ -75.10289, 40.00005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188003", "device_counts": 687, "stop_counts": 1880 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106442, 40.000322 ], [ -75.104197, 40.001525 ], [ -75.103179, 40.002096 ], [ -75.100973, 40.001086 ], [ -75.10289, 40.00005 ], [ -75.102026, 39.999078 ], [ -75.104335, 39.997884 ], [ -75.106442, 40.000322 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249002", "device_counts": 635, "stop_counts": 1454 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159041, 40.051106 ], [ -75.160222, 40.051826 ], [ -75.15878, 40.053225 ], [ -75.157729, 40.052626 ], [ -75.157858, 40.050602 ], [ -75.157958, 40.049025 ], [ -75.158017, 40.048126 ], [ -75.160528, 40.049664 ], [ -75.159041, 40.051106 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286003", "device_counts": 864, "stop_counts": 2066 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13251, 40.027274 ], [ -75.132352, 40.028019 ], [ -75.127646, 40.027416 ], [ -75.127824, 40.026663 ], [ -75.127935, 40.026158 ], [ -75.130774, 40.026421 ], [ -75.132838, 40.025783 ], [ -75.13251, 40.027274 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294002", "device_counts": 1699, "stop_counts": 5990 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092482, 40.005427 ], [ -75.091815, 40.006007 ], [ -75.089271, 40.010063 ], [ -75.088731, 40.010923 ], [ -75.084912, 40.009489 ], [ -75.083788, 40.008503 ], [ -75.083087, 40.007437 ], [ -75.087448, 40.006079 ], [ -75.089831, 40.004441 ], [ -75.090028, 40.004264 ], [ -75.092057, 40.004937 ], [ -75.092482, 40.005427 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290003", "device_counts": 1243, "stop_counts": 4026 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123027, 40.027692 ], [ -75.122727, 40.029151 ], [ -75.121711, 40.03347 ], [ -75.120713, 40.03364 ], [ -75.116083, 40.033037 ], [ -75.117268, 40.031624 ], [ -75.118184, 40.030534 ], [ -75.120036, 40.028328 ], [ -75.120614, 40.027626 ], [ -75.122279, 40.02565 ], [ -75.123525, 40.025463 ], [ -75.123027, 40.027692 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119004", "device_counts": 611, "stop_counts": 2571 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233672, 39.991882 ], [ -75.23106, 39.991764 ], [ -75.225662, 39.991469 ], [ -75.225891, 39.988131 ], [ -75.226577, 39.989221 ], [ -75.226573, 39.989763 ], [ -75.229017, 39.989747 ], [ -75.230433, 39.98946 ], [ -75.232932, 39.988934 ], [ -75.233528, 39.990653 ], [ -75.233672, 39.991882 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161001", "device_counts": 3271, "stop_counts": 14638 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132881, 39.981631 ], [ -75.132544, 39.983166 ], [ -75.132208, 39.984741 ], [ -75.131907, 39.986306 ], [ -75.130794, 39.986928 ], [ -75.127398, 39.98308 ], [ -75.124654, 39.984526 ], [ -75.125836, 39.983251 ], [ -75.125062, 39.982373 ], [ -75.127579, 39.981383 ], [ -75.130448, 39.978589 ], [ -75.13319, 39.980134 ], [ -75.132881, 39.981631 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087022", "device_counts": 967, "stop_counts": 1733 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209264, 39.952522 ], [ -75.205583, 39.952056 ], [ -75.205802, 39.950985 ], [ -75.205759, 39.949832 ], [ -75.208044, 39.949748 ], [ -75.209259, 39.949541 ], [ -75.209326, 39.951436 ], [ -75.209264, 39.952522 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165003", "device_counts": 1295, "stop_counts": 2725 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151815, 39.988886 ], [ -75.150238, 39.988684 ], [ -75.149587, 39.991665 ], [ -75.149238, 39.993253 ], [ -75.147887, 39.993078 ], [ -75.148305, 39.990968 ], [ -75.147542, 39.989863 ], [ -75.145126, 39.986485 ], [ -75.144154, 39.984724 ], [ -75.146102, 39.984978 ], [ -75.147766, 39.98519 ], [ -75.150197, 39.985504 ], [ -75.151199, 39.987798 ], [ -75.151815, 39.988886 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172013", "device_counts": 656, "stop_counts": 2339 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169093, 40.003671 ], [ -75.168943, 40.00366 ], [ -75.165896, 40.003269 ], [ -75.166562, 40.000199 ], [ -75.169754, 40.000622 ], [ -75.169093, 40.003671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036001", "device_counts": 1145, "stop_counts": 3485 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193621, 39.929965 ], [ -75.192047, 39.929756 ], [ -75.191783, 39.930982 ], [ -75.190222, 39.930779 ], [ -75.188636, 39.930583 ], [ -75.18524, 39.930146 ], [ -75.186029, 39.926481 ], [ -75.194153, 39.927514 ], [ -75.193621, 39.929965 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317004", "device_counts": 2844, "stop_counts": 6347 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070001, 40.03532 ], [ -75.065147, 40.036446 ], [ -75.064362, 40.036306 ], [ -75.063188, 40.031566 ], [ -75.062828, 40.02941 ], [ -75.064448, 40.030313 ], [ -75.066299, 40.031344 ], [ -75.067697, 40.03212 ], [ -75.066523, 40.033377 ], [ -75.069596, 40.035093 ], [ -75.070001, 40.03532 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062004", "device_counts": 1497, "stop_counts": 5628 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239511, 39.918979 ], [ -75.236789, 39.920899 ], [ -75.234991, 39.922169 ], [ -75.232438, 39.92397 ], [ -75.230327, 39.922201 ], [ -75.232221, 39.920865 ], [ -75.233878, 39.919693 ], [ -75.235477, 39.918575 ], [ -75.232692, 39.916219 ], [ -75.23463, 39.914848 ], [ -75.236026, 39.916036 ], [ -75.237427, 39.917207 ], [ -75.239511, 39.918979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319003", "device_counts": 936, "stop_counts": 2157 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06701, 40.01967 ], [ -75.062925, 40.021777 ], [ -75.06113, 40.019725 ], [ -75.065113, 40.017511 ], [ -75.066116, 40.018648 ], [ -75.06701, 40.01967 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010173001", "device_counts": 1169, "stop_counts": 2633 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166562, 40.000199 ], [ -75.163093, 39.999752 ], [ -75.163734, 39.996753 ], [ -75.167215, 39.997197 ], [ -75.166562, 40.000199 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119003", "device_counts": 1417, "stop_counts": 4663 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228792, 39.980705 ], [ -75.225891, 39.988131 ], [ -75.225109, 39.987582 ], [ -75.225573, 39.987151 ], [ -75.227057, 39.982691 ], [ -75.226202, 39.981608 ], [ -75.224066, 39.981508 ], [ -75.224093, 39.981369 ], [ -75.2263, 39.977951 ], [ -75.228471, 39.97896 ], [ -75.228792, 39.980705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010018002", "device_counts": 6162, "stop_counts": 11878 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166208, 39.940431 ], [ -75.166204, 39.940813 ], [ -75.165988, 39.94182 ], [ -75.165909, 39.941811 ], [ -75.16218, 39.94135 ], [ -75.156388, 39.940627 ], [ -75.155888, 39.94056 ], [ -75.156011, 39.940006 ], [ -75.156317, 39.938569 ], [ -75.157848, 39.938982 ], [ -75.16092, 39.939367 ], [ -75.166292, 39.940031 ], [ -75.166208, 39.940431 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175005", "device_counts": 836, "stop_counts": 3819 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143145, 39.998701 ], [ -75.142805, 40.000294 ], [ -75.141568, 40.000126 ], [ -75.140498, 39.999993 ], [ -75.141495, 39.995422 ], [ -75.143792, 39.995715 ], [ -75.143145, 39.998701 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337012", "device_counts": 2709, "stop_counts": 5632 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054244, 40.066434 ], [ -75.052315, 40.068484 ], [ -75.051875, 40.069988 ], [ -75.050755, 40.069544 ], [ -75.05122, 40.06663 ], [ -75.047725, 40.064686 ], [ -75.050091, 40.06216 ], [ -75.051681, 40.063022 ], [ -75.051859, 40.063187 ], [ -75.055477, 40.065149 ], [ -75.054244, 40.066434 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027012", "device_counts": 688, "stop_counts": 2045 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155546, 39.92755 ], [ -75.152407, 39.927129 ], [ -75.152938, 39.924679 ], [ -75.154526, 39.924895 ], [ -75.156095, 39.925103 ], [ -75.155546, 39.92755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312001", "device_counts": 562, "stop_counts": 844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080981, 40.035713 ], [ -75.079265, 40.037516 ], [ -75.077266, 40.036262 ], [ -75.079636, 40.033743 ], [ -75.081757, 40.034924 ], [ -75.080981, 40.035713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083022", "device_counts": 1669, "stop_counts": 4750 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243371, 39.959166 ], [ -75.242735, 39.962202 ], [ -75.240762, 39.96196 ], [ -75.238785, 39.961715 ], [ -75.239658, 39.957534 ], [ -75.243608, 39.95802 ], [ -75.243371, 39.959166 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074002", "device_counts": 1341, "stop_counts": 2593 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214999, 39.943265 ], [ -75.212687, 39.944885 ], [ -75.208799, 39.941644 ], [ -75.207838, 39.941286 ], [ -75.212064, 39.938213 ], [ -75.213865, 39.939974 ], [ -75.212601, 39.94085 ], [ -75.215246, 39.943087 ], [ -75.214999, 39.943265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011014", "device_counts": 1744, "stop_counts": 2871 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163648, 39.946836 ], [ -75.162627, 39.946713 ], [ -75.161843, 39.94662 ], [ -75.162348, 39.944299 ], [ -75.163137, 39.944388 ], [ -75.163955, 39.945423 ], [ -75.163648, 39.946836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357012", "device_counts": 4264, "stop_counts": 17428 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.030162, 40.114978 ], [ -75.02923, 40.11597 ], [ -75.028062, 40.1157 ], [ -75.027231, 40.115422 ], [ -75.024699, 40.113964 ], [ -75.023041, 40.112998 ], [ -75.024306, 40.111181 ], [ -75.025585, 40.109312 ], [ -75.029192, 40.111392 ], [ -75.029273, 40.112301 ], [ -75.029517, 40.11245 ], [ -75.029615, 40.112667 ], [ -75.029541, 40.112852 ], [ -75.028279, 40.11408 ], [ -75.029956, 40.114481 ], [ -75.030162, 40.114978 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238005", "device_counts": 325, "stop_counts": 398 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188797, 40.03948 ], [ -75.187315, 40.040929 ], [ -75.185569, 40.042625 ], [ -75.183101, 40.041063 ], [ -75.184831, 40.039346 ], [ -75.186595, 40.037617 ], [ -75.187922, 40.037547 ], [ -75.188797, 40.03948 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362024", "device_counts": 1144, "stop_counts": 2760 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.979504, 40.087814 ], [ -74.97559, 40.089861 ], [ -74.976072, 40.090653 ], [ -74.971509, 40.087342 ], [ -74.971945, 40.086891 ], [ -74.973763, 40.084534 ], [ -74.976576, 40.085827 ], [ -74.979504, 40.087814 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010103002", "device_counts": 1222, "stop_counts": 4664 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228149, 39.967843 ], [ -75.22514, 39.968145 ], [ -75.224812, 39.966206 ], [ -75.222431, 39.966487 ], [ -75.221952, 39.96425 ], [ -75.223531, 39.964601 ], [ -75.224105, 39.964739 ], [ -75.22786, 39.966191 ], [ -75.228149, 39.967843 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162001", "device_counts": 1067, "stop_counts": 4494 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135445, 39.983598 ], [ -75.1351, 39.98519 ], [ -75.132208, 39.984741 ], [ -75.132544, 39.983166 ], [ -75.132881, 39.981631 ], [ -75.13578, 39.982009 ], [ -75.135445, 39.983598 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305011", "device_counts": 505, "stop_counts": 1562 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101105, 40.045038 ], [ -75.098017, 40.047096 ], [ -75.095999, 40.046002 ], [ -75.094175, 40.045026 ], [ -75.096603, 40.042487 ], [ -75.098357, 40.043483 ], [ -75.100374, 40.044605 ], [ -75.101105, 40.045038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027024", "device_counts": 966, "stop_counts": 3653 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152407, 39.927129 ], [ -75.149166, 39.926696 ], [ -75.150101, 39.924305 ], [ -75.152938, 39.924679 ], [ -75.152407, 39.927129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390002", "device_counts": 435, "stop_counts": 1287 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091031, 40.035582 ], [ -75.089404, 40.037263 ], [ -75.088091, 40.03654 ], [ -75.087931, 40.036236 ], [ -75.090599, 40.033398 ], [ -75.09227, 40.034323 ], [ -75.091031, 40.035582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111003", "device_counts": 866, "stop_counts": 1224 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229026, 39.972644 ], [ -75.226131, 39.972964 ], [ -75.222827, 39.973318 ], [ -75.222613, 39.97212 ], [ -75.225841, 39.97143 ], [ -75.228735, 39.971107 ], [ -75.229026, 39.972644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344001", "device_counts": 3066, "stop_counts": 11008 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055093, 40.084078 ], [ -75.053386, 40.084845 ], [ -75.051852, 40.08559 ], [ -75.051362, 40.086035 ], [ -75.050745, 40.086616 ], [ -75.050151, 40.086275 ], [ -75.049588, 40.08746 ], [ -75.048799, 40.088354 ], [ -75.045685, 40.089021 ], [ -75.041488, 40.087338 ], [ -75.047286, 40.082932 ], [ -75.051031, 40.080086 ], [ -75.052737, 40.079427 ], [ -75.052327, 40.079859 ], [ -75.054083, 40.080901 ], [ -75.054568, 40.081271 ], [ -75.055386, 40.083679 ], [ -75.055093, 40.084078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118003", "device_counts": 840, "stop_counts": 1368 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23724, 39.98484 ], [ -75.234186, 39.983702 ], [ -75.234703, 39.985307 ], [ -75.234774, 39.986089 ], [ -75.232136, 39.986635 ], [ -75.230791, 39.982516 ], [ -75.2301, 39.981556 ], [ -75.228792, 39.980705 ], [ -75.228471, 39.97896 ], [ -75.2263, 39.977951 ], [ -75.226451, 39.977717 ], [ -75.226765, 39.977211 ], [ -75.230171, 39.978794 ], [ -75.23407, 39.980326 ], [ -75.239042, 39.98195 ], [ -75.23724, 39.98484 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065003", "device_counts": 531, "stop_counts": 1965 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233213, 39.935057 ], [ -75.230224, 39.937177 ], [ -75.229726, 39.936743 ], [ -75.228533, 39.935732 ], [ -75.231533, 39.933634 ], [ -75.233213, 39.935057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083011", "device_counts": 2837, "stop_counts": 7085 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250883, 39.959024 ], [ -75.248546, 39.960269 ], [ -75.247688, 39.962817 ], [ -75.246753, 39.962705 ], [ -75.242735, 39.962202 ], [ -75.243371, 39.959166 ], [ -75.24739, 39.959662 ], [ -75.247897, 39.95724 ], [ -75.249499, 39.957189 ], [ -75.250883, 39.959024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040023", "device_counts": 2918, "stop_counts": 6746 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171122, 39.918152 ], [ -75.170854, 39.91941 ], [ -75.167085, 39.918959 ], [ -75.167681, 39.916283 ], [ -75.171423, 39.916757 ], [ -75.171122, 39.918152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301004", "device_counts": 763, "stop_counts": 1984 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.095897, 40.019604 ], [ -75.094374, 40.021159 ], [ -75.092729, 40.023597 ], [ -75.090373, 40.022233 ], [ -75.091492, 40.021027 ], [ -75.089718, 40.019875 ], [ -75.091304, 40.017883 ], [ -75.09441, 40.019534 ], [ -75.095897, 40.019604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358003", "device_counts": 1323, "stop_counts": 3210 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036495, 40.12039 ], [ -75.032646, 40.121786 ], [ -75.029773, 40.121875 ], [ -75.027824, 40.120924 ], [ -75.025511, 40.119714 ], [ -75.024606, 40.119216 ], [ -75.027242, 40.116639 ], [ -75.028062, 40.1157 ], [ -75.02923, 40.11597 ], [ -75.030059, 40.116298 ], [ -75.034996, 40.119328 ], [ -75.036495, 40.12039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161003", "device_counts": 789, "stop_counts": 2618 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127363, 39.988792 ], [ -75.124728, 39.985801 ], [ -75.127022, 39.984597 ], [ -75.129641, 39.987546 ], [ -75.127363, 39.988792 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336004", "device_counts": 637, "stop_counts": 2217 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064491, 40.064588 ], [ -75.06304, 40.066143 ], [ -75.057697, 40.062787 ], [ -75.058323, 40.062116 ], [ -75.058923, 40.061473 ], [ -75.060101, 40.060221 ], [ -75.062124, 40.061348 ], [ -75.065685, 40.063332 ], [ -75.064491, 40.064588 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292002", "device_counts": 3190, "stop_counts": 9744 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111228, 40.023211 ], [ -75.109611, 40.023588 ], [ -75.104059, 40.029441 ], [ -75.104306, 40.029846 ], [ -75.103068, 40.029895 ], [ -75.10292, 40.029929 ], [ -75.10267, 40.029987 ], [ -75.10128, 40.029514 ], [ -75.096726, 40.026698 ], [ -75.096038, 40.026567 ], [ -75.09399, 40.027037 ], [ -75.093609, 40.026718 ], [ -75.092414, 40.025353 ], [ -75.091879, 40.024435 ], [ -75.092729, 40.023597 ], [ -75.094374, 40.021159 ], [ -75.095897, 40.019604 ], [ -75.096744, 40.01873 ], [ -75.09704, 40.016018 ], [ -75.098916, 40.016433 ], [ -75.106018, 40.016352 ], [ -75.107063, 40.016777 ], [ -75.107446, 40.017517 ], [ -75.103204, 40.021057 ], [ -75.104845, 40.02356 ], [ -75.110242, 40.022242 ], [ -75.111228, 40.023211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177012", "device_counts": 1729, "stop_counts": 2974 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116414, 39.996881 ], [ -75.115447, 39.996753 ], [ -75.115107, 39.998347 ], [ -75.112923, 39.99806 ], [ -75.110983, 39.997801 ], [ -75.111558, 39.997475 ], [ -75.113387, 39.996493 ], [ -75.115778, 39.995167 ], [ -75.116751, 39.995294 ], [ -75.116414, 39.996881 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348021", "device_counts": 2056, "stop_counts": 9855 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021707, 40.063392 ], [ -75.013126, 40.072071 ], [ -75.011311, 40.071169 ], [ -75.014109, 40.066867 ], [ -75.020575, 40.061252 ], [ -75.021185, 40.061691 ], [ -75.021992, 40.063113 ], [ -75.021707, 40.063392 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362012", "device_counts": 685, "stop_counts": 1957 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.990155, 40.084052 ], [ -74.987065, 40.086049 ], [ -74.98418, 40.089906 ], [ -74.981491, 40.087994 ], [ -74.980601, 40.087914 ], [ -74.980158, 40.086256 ], [ -74.981807, 40.082355 ], [ -74.985377, 40.082317 ], [ -74.987586, 40.082663 ], [ -74.988885, 40.083129 ], [ -74.990155, 40.084052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064003", "device_counts": 1823, "stop_counts": 8585 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247759, 39.921708 ], [ -75.247321, 39.922178 ], [ -75.245928, 39.924474 ], [ -75.244336, 39.92625 ], [ -75.243643, 39.930897 ], [ -75.242972, 39.93094 ], [ -75.243254, 39.92947 ], [ -75.243494, 39.926963 ], [ -75.242349, 39.926031 ], [ -75.239493, 39.928024 ], [ -75.236833, 39.925765 ], [ -75.23816, 39.924839 ], [ -75.239671, 39.923779 ], [ -75.246856, 39.918759 ], [ -75.247341, 39.918541 ], [ -75.247484, 39.919242 ], [ -75.247459, 39.921343 ], [ -75.247759, 39.921708 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363011", "device_counts": 16535, "stop_counts": 60364 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.976783, 40.095969 ], [ -74.97577, 40.096412 ], [ -74.972898, 40.096859 ], [ -74.971016, 40.096392 ], [ -74.970302, 40.096022 ], [ -74.96876, 40.094759 ], [ -74.966752, 40.092976 ], [ -74.965723, 40.091635 ], [ -74.961859, 40.093621 ], [ -74.958749, 40.096929 ], [ -74.956063, 40.09557 ], [ -74.955777, 40.095103 ], [ -74.956506, 40.093115 ], [ -74.958036, 40.089665 ], [ -74.958392, 40.084508 ], [ -74.958284, 40.084145 ], [ -74.962737, 40.077839 ], [ -74.964883, 40.077273 ], [ -74.966078, 40.081031 ], [ -74.966814, 40.082209 ], [ -74.968451, 40.084426 ], [ -74.971509, 40.087342 ], [ -74.976072, 40.090653 ], [ -74.97648, 40.091256 ], [ -74.976783, 40.095969 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289024", "device_counts": 656, "stop_counts": 2663 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119823, 40.02412 ], [ -75.119603, 40.025117 ], [ -75.119735, 40.026017 ], [ -75.117173, 40.026386 ], [ -75.117389, 40.02504 ], [ -75.117959, 40.022349 ], [ -75.120136, 40.022627 ], [ -75.119823, 40.02412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291001", "device_counts": 5047, "stop_counts": 20298 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.114427, 40.039903 ], [ -75.112248, 40.04321 ], [ -75.111033, 40.044404 ], [ -75.110985, 40.046769 ], [ -75.109431, 40.045874 ], [ -75.111153, 40.042187 ], [ -75.10827, 40.042213 ], [ -75.104633, 40.040073 ], [ -75.103163, 40.039196 ], [ -75.101572, 40.038293 ], [ -75.098416, 40.036101 ], [ -75.100573, 40.033957 ], [ -75.101148, 40.033334 ], [ -75.104725, 40.035321 ], [ -75.105935, 40.0341 ], [ -75.10857, 40.035495 ], [ -75.108733, 40.036723 ], [ -75.110011, 40.039149 ], [ -75.112042, 40.037847 ], [ -75.113107, 40.036567 ], [ -75.113767, 40.037366 ], [ -75.114369, 40.0393 ], [ -75.114427, 40.039903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010143001", "device_counts": 4011, "stop_counts": 7599 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134428, 39.968791 ], [ -75.130452, 39.970189 ], [ -75.12899, 39.967518 ], [ -75.127301, 39.968823 ], [ -75.127225, 39.970029 ], [ -75.126535, 39.970303 ], [ -75.126008, 39.969362 ], [ -75.124954, 39.969879 ], [ -75.125899, 39.971765 ], [ -75.123489, 39.972651 ], [ -75.122592, 39.97388 ], [ -75.121504, 39.97321 ], [ -75.119617, 39.97295 ], [ -75.120231, 39.972387 ], [ -75.121806, 39.970925 ], [ -75.122211, 39.970172 ], [ -75.1189552837088, 39.965528846214504 ], [ -75.11922, 39.965412 ], [ -75.123862977243505, 39.962819168552294 ], [ -75.125416361661095, 39.961951694137291 ], [ -75.128697, 39.966977 ], [ -75.134347, 39.964477 ], [ -75.134428, 39.968791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188004", "device_counts": 560, "stop_counts": 2486 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109617, 39.995123 ], [ -75.108487, 39.994991 ], [ -75.106215, 39.996224 ], [ -75.104043, 39.997555 ], [ -75.103369, 39.996794 ], [ -75.102674, 39.996008 ], [ -75.108144, 39.993156 ], [ -75.108659, 39.993741 ], [ -75.109617, 39.995123 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290002", "device_counts": 508, "stop_counts": 2957 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117268, 40.031624 ], [ -75.112876, 40.031991 ], [ -75.112028, 40.030797 ], [ -75.111075, 40.031061 ], [ -75.110825, 40.029623 ], [ -75.112821, 40.027627 ], [ -75.112759, 40.027349 ], [ -75.112773, 40.027036 ], [ -75.114461, 40.026784 ], [ -75.115139, 40.029057 ], [ -75.116846, 40.028803 ], [ -75.11721, 40.030312 ], [ -75.118184, 40.030534 ], [ -75.117268, 40.031624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019802001", "device_counts": 2741, "stop_counts": 8225 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076363, 40.087265 ], [ -75.07127, 40.092532 ], [ -75.069456, 40.094411 ], [ -75.068496, 40.094573 ], [ -75.063708, 40.090568 ], [ -75.058343, 40.090153 ], [ -75.057068, 40.089697 ], [ -75.055807, 40.088095 ], [ -75.056738, 40.086984 ], [ -75.054985, 40.081228 ], [ -75.052737, 40.079427 ], [ -75.051031, 40.080086 ], [ -75.047286, 40.082932 ], [ -75.046249, 40.081459 ], [ -75.043495, 40.07805 ], [ -75.04312, 40.077166 ], [ -75.041869, 40.075429 ], [ -75.039748, 40.072411 ], [ -75.042114, 40.070038 ], [ -75.0406, 40.068042 ], [ -75.03528, 40.064995 ], [ -75.034225, 40.062701 ], [ -75.035532, 40.05881 ], [ -75.035062, 40.057327 ], [ -75.036019, 40.051602 ], [ -75.032754, 40.052569 ], [ -75.031695, 40.051607 ], [ -75.026753, 40.050779 ], [ -75.024173, 40.051483 ], [ -75.023374, 40.055334 ], [ -75.017956, 40.052322 ], [ -75.0172, 40.051445 ], [ -75.016833, 40.049374 ], [ -75.019409, 40.046474 ], [ -75.018502, 40.044081 ], [ -75.020392, 40.04353 ], [ -75.020499, 40.043542 ], [ -75.021752, 40.043668 ], [ -75.020489, 40.04639 ], [ -75.021343, 40.048294 ], [ -75.023007, 40.049197 ], [ -75.026037, 40.048163 ], [ -75.030489, 40.048407 ], [ -75.031781, 40.047141 ], [ -75.031636, 40.04566 ], [ -75.033824, 40.04466 ], [ -75.043694, 40.047502 ], [ -75.045269, 40.046509 ], [ -75.047775, 40.046246 ], [ -75.051682, 40.046963 ], [ -75.051146, 40.048113 ], [ -75.051057, 40.049022 ], [ -75.04796, 40.048016 ], [ -75.045149, 40.048854 ], [ -75.042279, 40.049992 ], [ -75.040247, 40.053158 ], [ -75.040059, 40.054079 ], [ -75.039449, 40.055286 ], [ -75.038719, 40.056435 ], [ -75.038539, 40.060858 ], [ -75.041907, 40.064683 ], [ -75.044675, 40.06484 ], [ -75.047963, 40.066822 ], [ -75.047114, 40.068037 ], [ -75.047762, 40.069395 ], [ -75.047381, 40.070558 ], [ -75.045884, 40.069653 ], [ -75.044088, 40.072639 ], [ -75.045793, 40.075329 ], [ -75.048258, 40.077034 ], [ -75.049347, 40.077036 ], [ -75.055857, 40.073249 ], [ -75.05821, 40.074605 ], [ -75.065724, 40.070193 ], [ -75.068862, 40.071845 ], [ -75.068958, 40.072358 ], [ -75.067333, 40.075504 ], [ -75.066273, 40.077544 ], [ -75.067597, 40.0788 ], [ -75.068463, 40.080164 ], [ -75.062288, 40.084478 ], [ -75.068235, 40.085035 ], [ -75.071691, 40.086977 ], [ -75.074488, 40.086788 ], [ -75.073616, 40.087907 ], [ -75.076363, 40.087265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242001", "device_counts": 857, "stop_counts": 4878 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17061, 40.033131 ], [ -75.169211, 40.032314 ], [ -75.166655, 40.03089 ], [ -75.166488, 40.030794 ], [ -75.168308, 40.029173 ], [ -75.169816, 40.02845 ], [ -75.173482, 40.030336 ], [ -75.17061, 40.033131 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215001", "device_counts": 810, "stop_counts": 3330 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228179, 40.037082 ], [ -75.226159, 40.038361 ], [ -75.228104, 40.040855 ], [ -75.226267, 40.042401 ], [ -75.225234, 40.041319 ], [ -75.222808, 40.038112 ], [ -75.225727, 40.03676 ], [ -75.227199, 40.035255 ], [ -75.228179, 40.037082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081025", "device_counts": 664, "stop_counts": 2975 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234212, 39.954521 ], [ -75.232153, 39.954262 ], [ -75.229999, 39.953996 ], [ -75.230323, 39.952475 ], [ -75.234531, 39.953 ], [ -75.234212, 39.954521 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118001", "device_counts": 381, "stop_counts": 845 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237785, 39.990669 ], [ -75.236255, 39.990971 ], [ -75.233713, 39.992176 ], [ -75.233672, 39.991882 ], [ -75.233528, 39.990653 ], [ -75.232932, 39.988934 ], [ -75.237488, 39.987996 ], [ -75.237879, 39.990229 ], [ -75.237785, 39.990669 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093004", "device_counts": 1094, "stop_counts": 3042 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226891, 39.963415 ], [ -75.22422, 39.963086 ], [ -75.224541, 39.961567 ], [ -75.224868, 39.960005 ], [ -75.227443, 39.960311 ], [ -75.226891, 39.963415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291002", "device_counts": 2027, "stop_counts": 6878 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112042, 40.037847 ], [ -75.110011, 40.039149 ], [ -75.108733, 40.036723 ], [ -75.10857, 40.035495 ], [ -75.105935, 40.0341 ], [ -75.106912, 40.033135 ], [ -75.107909, 40.03215 ], [ -75.109057, 40.031741 ], [ -75.111075, 40.031061 ], [ -75.110667, 40.033249 ], [ -75.111312, 40.034539 ], [ -75.11177, 40.03486 ], [ -75.113107, 40.036567 ], [ -75.112042, 40.037847 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158003", "device_counts": 1617, "stop_counts": 4891 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131239, 39.97165 ], [ -75.129224, 39.972357 ], [ -75.127903, 39.972811 ], [ -75.123391, 39.974403 ], [ -75.122592, 39.97388 ], [ -75.123489, 39.972651 ], [ -75.125899, 39.971765 ], [ -75.127102, 39.97135 ], [ -75.127716, 39.971081 ], [ -75.129432, 39.970543 ], [ -75.130452, 39.970189 ], [ -75.131239, 39.97165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033005", "device_counts": 331, "stop_counts": 994 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194133, 39.935048 ], [ -75.193873, 39.936286 ], [ -75.193315, 39.936206 ], [ -75.191274, 39.935934 ], [ -75.192322, 39.931054 ], [ -75.193353, 39.931185 ], [ -75.192826, 39.933628 ], [ -75.194408, 39.933822 ], [ -75.194133, 39.935048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060004", "device_counts": 1873, "stop_counts": 3898 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243821, 39.916027 ], [ -75.242454, 39.916907 ], [ -75.241088, 39.917868 ], [ -75.238984, 39.916102 ], [ -75.237599, 39.914934 ], [ -75.238949, 39.913959 ], [ -75.240333, 39.912999 ], [ -75.242832, 39.911272 ], [ -75.243226, 39.913112 ], [ -75.244935, 39.91545 ], [ -75.243821, 39.916027 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310004", "device_counts": 356, "stop_counts": 1746 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076223, 40.046386 ], [ -75.075637, 40.047005 ], [ -75.07207, 40.045024 ], [ -75.072645, 40.044394 ], [ -75.073836, 40.043174 ], [ -75.077403, 40.045139 ], [ -75.076223, 40.046386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361003", "device_counts": 937, "stop_counts": 2705 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.991264, 40.095778 ], [ -74.987151, 40.098943 ], [ -74.986603, 40.096475 ], [ -74.981539, 40.094456 ], [ -74.982114, 40.091942 ], [ -74.982385, 40.091724 ], [ -74.98418, 40.089906 ], [ -74.987421, 40.09255 ], [ -74.989094, 40.093928 ], [ -74.991264, 40.095778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010381002", "device_counts": 5228, "stop_counts": 16966 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04879, 40.018141 ], [ -75.045381, 40.019868 ], [ -75.039452, 40.022917 ], [ -75.032752, 40.02705 ], [ -75.028413, 40.029758 ], [ -75.021603, 40.033996 ], [ -75.018427, 40.033507 ], [ -75.022508, 40.030832 ], [ -75.015583, 40.023134 ], [ -75.013803495273393, 40.020211161024498 ], [ -75.015515, 40.019511 ], [ -75.021195066674494, 40.018207388098602 ], [ -75.030467830814501, 40.016079228979407 ], [ -75.034216, 40.015219 ], [ -75.042889, 40.012032 ], [ -75.042966449521089, 40.011993450381205 ], [ -75.043218536113002, 40.011867977145386 ], [ -75.047798, 40.017326 ], [ -75.04879, 40.018141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245002", "device_counts": 1145, "stop_counts": 4552 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16327, 40.02896 ], [ -75.161239, 40.030941 ], [ -75.162906, 40.031923 ], [ -75.159601, 40.035137 ], [ -75.15764, 40.033206 ], [ -75.158124, 40.030825 ], [ -75.159033, 40.030316 ], [ -75.159551, 40.023925 ], [ -75.160053, 40.026023 ], [ -75.160983, 40.027253 ], [ -75.161425, 40.027764 ], [ -75.16327, 40.02896 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086022", "device_counts": 1014, "stop_counts": 3759 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219421, 39.956979 ], [ -75.215471, 39.956489 ], [ -75.214643, 39.955607 ], [ -75.215872, 39.954586 ], [ -75.219823, 39.955076 ], [ -75.219421, 39.956979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191001", "device_counts": 1219, "stop_counts": 4098 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112161, 40.012085 ], [ -75.111811, 40.013662 ], [ -75.105099, 40.012784 ], [ -75.105434, 40.011197 ], [ -75.108087, 40.011547 ], [ -75.108368, 40.009952 ], [ -75.112497, 40.010489 ], [ -75.112161, 40.012085 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348013", "device_counts": 6364, "stop_counts": 15820 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024345, 40.05644 ], [ -75.022122, 40.056373 ], [ -75.019047, 40.056391 ], [ -75.019023, 40.054967 ], [ -75.016153, 40.051807 ], [ -75.015641, 40.050595 ], [ -75.015331, 40.050165 ], [ -75.012956, 40.051541 ], [ -75.0112, 40.053653 ], [ -75.010143, 40.054607 ], [ -75.012828, 40.056404 ], [ -75.008555, 40.057808 ], [ -75.008245, 40.057796 ], [ -75.007814, 40.057407 ], [ -75.004795, 40.054747 ], [ -75.007886, 40.052381 ], [ -75.008224, 40.052113 ], [ -75.012273, 40.048885 ], [ -75.016377, 40.045672 ], [ -75.018502, 40.044081 ], [ -75.019409, 40.046474 ], [ -75.016833, 40.049374 ], [ -75.0172, 40.051445 ], [ -75.017956, 40.052322 ], [ -75.023374, 40.055334 ], [ -75.024345, 40.05644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008033", "device_counts": 6368, "stop_counts": 13124 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174173, 39.948921 ], [ -75.173085, 39.948799 ], [ -75.172752, 39.950398 ], [ -75.170667, 39.950131 ], [ -75.17118, 39.947784 ], [ -75.174323, 39.948177 ], [ -75.174173, 39.948921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284004", "device_counts": 1242, "stop_counts": 2705 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141328, 40.022091 ], [ -75.140979, 40.023667 ], [ -75.137001, 40.022923 ], [ -75.136799, 40.022663 ], [ -75.135939, 40.02305 ], [ -75.135854, 40.023082 ], [ -75.135664, 40.023155 ], [ -75.135818, 40.020645 ], [ -75.13674, 40.019958 ], [ -75.138463, 40.020171 ], [ -75.140105, 40.02039 ], [ -75.14126, 40.020456 ], [ -75.141589, 40.020811 ], [ -75.141328, 40.022091 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014001", "device_counts": 2185, "stop_counts": 6707 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177554, 39.942487 ], [ -75.175628, 39.942254 ], [ -75.175241, 39.943969 ], [ -75.175054, 39.944832 ], [ -75.171906, 39.944443 ], [ -75.172104, 39.943577 ], [ -75.170532, 39.94338 ], [ -75.170955, 39.941404 ], [ -75.174104, 39.941793 ], [ -75.177598, 39.942228 ], [ -75.177554, 39.942487 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013005", "device_counts": 2938, "stop_counts": 11311 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193985, 39.942154 ], [ -75.191495, 39.943153 ], [ -75.187231, 39.947176 ], [ -75.186393, 39.946567 ], [ -75.185685, 39.946159 ], [ -75.18188, 39.945691 ], [ -75.179409, 39.945377 ], [ -75.180611, 39.944631 ], [ -75.183366, 39.942946 ], [ -75.184474, 39.942274 ], [ -75.181002, 39.941863 ], [ -75.181494, 39.939687 ], [ -75.18314, 39.939895 ], [ -75.184956, 39.940084 ], [ -75.186551, 39.94023 ], [ -75.18824, 39.939878 ], [ -75.188712, 39.939567 ], [ -75.192664, 39.941567 ], [ -75.193985, 39.942154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175001", "device_counts": 1041, "stop_counts": 3898 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147404, 39.99924 ], [ -75.146219, 39.999668 ], [ -75.143346, 40.000743 ], [ -75.142805, 40.000294 ], [ -75.143145, 39.998701 ], [ -75.143792, 39.995715 ], [ -75.14708, 39.996143 ], [ -75.146731, 39.997627 ], [ -75.147404, 39.99924 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010203001", "device_counts": 3225, "stop_counts": 7452 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152163, 40.01254 ], [ -75.150585, 40.012283 ], [ -75.147247, 40.011906 ], [ -75.147325, 40.010382 ], [ -75.147603, 40.008779 ], [ -75.148277, 40.005697 ], [ -75.148817, 40.002698 ], [ -75.15109, 40.009934 ], [ -75.151428, 40.010903 ], [ -75.152163, 40.01254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192005", "device_counts": 814, "stop_counts": 3350 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124732, 40.001124 ], [ -75.119644, 40.000464 ], [ -75.116722, 40.000088 ], [ -75.117055, 39.998601 ], [ -75.118994, 39.998852 ], [ -75.120933, 39.999097 ], [ -75.125058, 39.999628 ], [ -75.124732, 40.001124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321001", "device_counts": 606, "stop_counts": 1413 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.063385, 40.01552 ], [ -75.059304, 40.017638 ], [ -75.057542, 40.015615 ], [ -75.053922, 40.017488 ], [ -75.052816, 40.016119 ], [ -75.056898, 40.014204 ], [ -75.059285, 40.013387 ], [ -75.061339, 40.012764 ], [ -75.061413, 40.013284 ], [ -75.062519, 40.014542 ], [ -75.063385, 40.01552 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299002", "device_counts": 1395, "stop_counts": 2674 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079279, 40.010409 ], [ -75.075229, 40.012101 ], [ -75.073295, 40.012543 ], [ -75.072866, 40.011395 ], [ -75.06999, 40.012032 ], [ -75.069786, 40.011543 ], [ -75.069508, 40.010798 ], [ -75.070581, 40.010533 ], [ -75.072371, 40.010089 ], [ -75.078448, 40.008586 ], [ -75.078749, 40.009878 ], [ -75.079279, 40.010409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288001", "device_counts": 1372, "stop_counts": 6184 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127922, 40.021979 ], [ -75.127588, 40.021935 ], [ -75.124346, 40.021552 ], [ -75.122425, 40.021314 ], [ -75.122752, 40.019722 ], [ -75.124687, 40.019957 ], [ -75.125023, 40.018435 ], [ -75.128883, 40.018945 ], [ -75.127922, 40.021979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237004", "device_counts": 985, "stop_counts": 2092 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188499, 40.050211 ], [ -75.186752, 40.050103 ], [ -75.185221, 40.051585 ], [ -75.184693, 40.050641 ], [ -75.184573, 40.050403 ], [ -75.183398, 40.048254 ], [ -75.182203, 40.045894 ], [ -75.18308, 40.045068 ], [ -75.184524, 40.043654 ], [ -75.187332, 40.045452 ], [ -75.185932, 40.046809 ], [ -75.187368, 40.047688 ], [ -75.188491, 40.048838 ], [ -75.188499, 40.050211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244003", "device_counts": 582, "stop_counts": 2027 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169124, 40.023865 ], [ -75.166395, 40.026593 ], [ -75.163749, 40.029255 ], [ -75.16327, 40.02896 ], [ -75.161425, 40.027764 ], [ -75.160983, 40.027253 ], [ -75.165275, 40.024087 ], [ -75.166993, 40.025012 ], [ -75.168482, 40.023512 ], [ -75.169124, 40.023865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254004", "device_counts": 681, "stop_counts": 3692 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181313, 40.061221 ], [ -75.176526, 40.065896 ], [ -75.175327, 40.065216 ], [ -75.170787, 40.0626 ], [ -75.173445, 40.059867 ], [ -75.174312, 40.058142 ], [ -75.177077, 40.060236 ], [ -75.178248, 40.059704 ], [ -75.179314, 40.060393 ], [ -75.181313, 40.061221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262004", "device_counts": 561, "stop_counts": 1493 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173459, 40.067054 ], [ -75.172207, 40.068288 ], [ -75.168757, 40.065479 ], [ -75.168099, 40.065219 ], [ -75.165714, 40.06439 ], [ -75.168641, 40.061373 ], [ -75.170787, 40.0626 ], [ -75.175327, 40.065216 ], [ -75.173459, 40.067054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278004", "device_counts": 2128, "stop_counts": 7407 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15082, 40.048518 ], [ -75.148345, 40.048204 ], [ -75.147672, 40.048117 ], [ -75.144959, 40.04868 ], [ -75.142898, 40.047493 ], [ -75.143547, 40.044426 ], [ -75.146776, 40.044848 ], [ -75.148225, 40.0456 ], [ -75.150148, 40.045658 ], [ -75.15068, 40.046352 ], [ -75.150967, 40.046767 ], [ -75.15082, 40.048518 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280003", "device_counts": 1169, "stop_counts": 1598 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154776, 40.031452 ], [ -75.154034, 40.031564 ], [ -75.152369, 40.031387 ], [ -75.153282, 40.029955 ], [ -75.15152, 40.027556 ], [ -75.151263, 40.027186 ], [ -75.150781, 40.026565 ], [ -75.152086, 40.026744 ], [ -75.153761, 40.025871 ], [ -75.154245, 40.025634 ], [ -75.154064, 40.026198 ], [ -75.155694, 40.02613 ], [ -75.154776, 40.031452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309001", "device_counts": 603, "stop_counts": 2135 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086165, 40.050024 ], [ -75.082888, 40.048197 ], [ -75.080987, 40.047133 ], [ -75.079188, 40.046133 ], [ -75.080351, 40.044905 ], [ -75.082674, 40.04242 ], [ -75.085031, 40.043731 ], [ -75.082343, 40.045991 ], [ -75.086975, 40.048567 ], [ -75.086165, 40.050024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335002", "device_counts": 6239, "stop_counts": 14750 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068503, 40.05259 ], [ -75.065544, 40.055704 ], [ -75.064818, 40.055218 ], [ -75.062881, 40.055983 ], [ -75.061736, 40.055892 ], [ -75.060891, 40.056823 ], [ -75.057125, 40.054722 ], [ -75.058283, 40.053484 ], [ -75.060654, 40.050999 ], [ -75.058284, 40.049688 ], [ -75.059937, 40.047751 ], [ -75.061374, 40.048585 ], [ -75.063437, 40.049751 ], [ -75.066045, 40.051181 ], [ -75.068503, 40.05259 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312002", "device_counts": 812, "stop_counts": 1584 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07862, 40.038205 ], [ -75.07821, 40.038617 ], [ -75.077394, 40.039464 ], [ -75.075336, 40.038281 ], [ -75.07355, 40.037298 ], [ -75.070523, 40.035618 ], [ -75.070001, 40.03532 ], [ -75.071097, 40.034742 ], [ -75.074439, 40.03398 ], [ -75.074901, 40.034935 ], [ -75.077266, 40.036262 ], [ -75.079265, 40.037516 ], [ -75.07862, 40.038205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010332002", "device_counts": 809, "stop_counts": 2572 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050465, 40.044662 ], [ -75.046204, 40.041796 ], [ -75.044877, 40.043079 ], [ -75.045201, 40.044354 ], [ -75.045269, 40.046509 ], [ -75.043694, 40.047502 ], [ -75.033824, 40.04466 ], [ -75.034393, 40.044379 ], [ -75.038285, 40.042589 ], [ -75.040003, 40.041793 ], [ -75.043322, 40.040305 ], [ -75.045919, 40.039643 ], [ -75.047424, 40.040497 ], [ -75.049027, 40.041412 ], [ -75.052228, 40.043271 ], [ -75.050465, 40.044662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333003", "device_counts": 1392, "stop_counts": 1895 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050943, 40.050215 ], [ -75.050464, 40.052507 ], [ -75.047749, 40.055363 ], [ -75.046537, 40.056567 ], [ -75.045268, 40.055875 ], [ -75.046558, 40.05458 ], [ -75.044906, 40.053657 ], [ -75.04703, 40.052268 ], [ -75.045149, 40.048854 ], [ -75.04796, 40.048016 ], [ -75.051057, 40.049022 ], [ -75.050943, 40.050215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344004", "device_counts": 911, "stop_counts": 3507 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069456, 40.094411 ], [ -75.060318, 40.103859 ], [ -75.058342, 40.105892 ], [ -75.054321, 40.108692 ], [ -75.05401, 40.108143 ], [ -75.053057, 40.10618 ], [ -75.050974, 40.103122 ], [ -75.054966, 40.100963 ], [ -75.054861, 40.100183 ], [ -75.059388, 40.096462 ], [ -75.063708, 40.090568 ], [ -75.068496, 40.094573 ], [ -75.069456, 40.094411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010017002", "device_counts": 2080, "stop_counts": 4659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153065, 39.938763 ], [ -75.152771, 39.940039 ], [ -75.151773, 39.939548 ], [ -75.148157, 39.938899 ], [ -75.148694, 39.936486 ], [ -75.150229, 39.936921 ], [ -75.153286, 39.937736 ], [ -75.153065, 39.938763 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019805001", "device_counts": 1668, "stop_counts": 3524 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147143, 40.01901 ], [ -75.147139, 40.019518 ], [ -75.14711, 40.02128 ], [ -75.146379, 40.021204 ], [ -75.145593, 40.021104 ], [ -75.143223, 40.020796 ], [ -75.141589, 40.020811 ], [ -75.14126, 40.020456 ], [ -75.140105, 40.02039 ], [ -75.141126, 40.015818 ], [ -75.141745, 40.012939 ], [ -75.147205, 40.015188 ], [ -75.147143, 40.01901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008043", "device_counts": 5681, "stop_counts": 13290 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167517, 39.949744 ], [ -75.16594, 39.949553 ], [ -75.166362, 39.947633 ], [ -75.164752, 39.947424 ], [ -75.164845, 39.946999 ], [ -75.166458, 39.947196 ], [ -75.16803, 39.947386 ], [ -75.167517, 39.949744 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369002", "device_counts": 19298, "stop_counts": 88591 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207838, 39.941286 ], [ -75.20506, 39.943624 ], [ -75.205367, 39.944994 ], [ -75.207046, 39.946754 ], [ -75.205656, 39.948053 ], [ -75.205167, 39.948522 ], [ -75.201156, 39.949839 ], [ -75.199427, 39.950419 ], [ -75.199204, 39.951257 ], [ -75.197243, 39.951021 ], [ -75.195322, 39.950781 ], [ -75.191689, 39.95032 ], [ -75.187231, 39.947176 ], [ -75.191495, 39.943153 ], [ -75.193985, 39.942154 ], [ -75.200277, 39.943652 ], [ -75.202929, 39.943301 ], [ -75.204582, 39.942352 ], [ -75.205185, 39.941116 ], [ -75.207099, 39.941281 ], [ -75.207838, 39.941286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019807001", "device_counts": 34281, "stop_counts": 107498 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174808, 39.899179 ], [ -75.170885, 39.898848 ], [ -75.16566, 39.899583 ], [ -75.163309, 39.910567 ], [ -75.165482, 39.911531 ], [ -75.160789, 39.910942 ], [ -75.149188, 39.908604 ], [ -75.148124, 39.913772 ], [ -75.147357, 39.91509 ], [ -75.146538, 39.91884 ], [ -75.147813, 39.919001 ], [ -75.14769, 39.920273 ], [ -75.147431, 39.921502 ], [ -75.14691, 39.923887 ], [ -75.147842, 39.924015 ], [ -75.146985, 39.927665 ], [ -75.146413, 39.930114 ], [ -75.137217, 39.928886 ], [ -75.135346189189193, 39.929269135135087 ], [ -75.135022972973005, 39.927329837837803 ], [ -75.13502, 39.927312 ], [ -75.13282, 39.921612 ], [ -75.13012, 39.917013 ], [ -75.12792, 39.911813 ], [ -75.129004411764697, 39.907475352941191 ], [ -75.13082, 39.900213 ], [ -75.13342, 39.896213 ], [ -75.135984863397894, 39.893195957332175 ], [ -75.144184, 39.895633 ], [ -75.151526, 39.896647 ], [ -75.154644, 39.896849 ], [ -75.169028, 39.897243 ], [ -75.174959, 39.898488 ], [ -75.174808, 39.899179 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010021001", "device_counts": 1343, "stop_counts": 5952 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179839, 39.939478 ], [ -75.178251, 39.939268 ], [ -75.17631, 39.939021 ], [ -75.178464, 39.938278 ], [ -75.17717, 39.936933 ], [ -75.178514, 39.935544 ], [ -75.179035, 39.935612 ], [ -75.180621, 39.935816 ], [ -75.179839, 39.939478 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010023002", "device_counts": 5320, "stop_counts": 11727 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16764, 39.93415 ], [ -75.167303, 39.935695 ], [ -75.167236, 39.935685 ], [ -75.160437, 39.934549 ], [ -75.160199, 39.9356 ], [ -75.158669, 39.935226 ], [ -75.157351, 39.934897 ], [ -75.159517, 39.9331 ], [ -75.167578, 39.934143 ], [ -75.16764, 39.93415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175006", "device_counts": 1194, "stop_counts": 4068 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147717, 39.999974 ], [ -75.142416, 40.00195 ], [ -75.139876, 40.002845 ], [ -75.137669, 40.003645 ], [ -75.137847, 40.002799 ], [ -75.138524, 39.999743 ], [ -75.140498, 39.999993 ], [ -75.141568, 40.000126 ], [ -75.142805, 40.000294 ], [ -75.143346, 40.000743 ], [ -75.146219, 39.999668 ], [ -75.147404, 39.99924 ], [ -75.147717, 39.999974 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065006", "device_counts": 864, "stop_counts": 2198 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240969, 39.943762 ], [ -75.238875, 39.94468 ], [ -75.237132, 39.943237 ], [ -75.236424, 39.942646 ], [ -75.233632, 39.940292 ], [ -75.23242, 39.938995 ], [ -75.231766, 39.93846 ], [ -75.233873, 39.937703 ], [ -75.234499, 39.93613 ], [ -75.235249, 39.934997 ], [ -75.236833, 39.933768 ], [ -75.235002, 39.938127 ], [ -75.240697, 39.939075 ], [ -75.240367, 39.942171 ], [ -75.243542, 39.942306 ], [ -75.240969, 39.943762 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067007", "device_counts": 1192, "stop_counts": 2611 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227309, 39.927571 ], [ -75.22278, 39.930749 ], [ -75.222696, 39.930808 ], [ -75.220588, 39.929047 ], [ -75.21931, 39.928012 ], [ -75.221562, 39.924744 ], [ -75.22216, 39.923892 ], [ -75.223452, 39.92489 ], [ -75.22484, 39.926055 ], [ -75.226681, 39.927543 ], [ -75.22869, 39.926602 ], [ -75.227309, 39.927571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109003", "device_counts": 1192, "stop_counts": 2093 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194727, 39.964903 ], [ -75.191826, 39.965222 ], [ -75.191719, 39.964652 ], [ -75.191494, 39.963503 ], [ -75.187551, 39.963931 ], [ -75.187415, 39.963367 ], [ -75.191389, 39.962922 ], [ -75.194297, 39.962607 ], [ -75.194727, 39.964903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091003", "device_counts": 2033, "stop_counts": 6556 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.202235, 39.961643 ], [ -75.199436, 39.962042 ], [ -75.198844, 39.960637 ], [ -75.198681, 39.959429 ], [ -75.201137, 39.959242 ], [ -75.199622, 39.95686 ], [ -75.201953, 39.957149 ], [ -75.201824, 39.957827 ], [ -75.201971, 39.959176 ], [ -75.202235, 39.961643 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102002", "device_counts": 2226, "stop_counts": 6015 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235356, 39.968509 ], [ -75.232228, 39.968829 ], [ -75.231833, 39.96746 ], [ -75.230162, 39.968216 ], [ -75.228248, 39.968409 ], [ -75.228149, 39.967843 ], [ -75.22786, 39.966191 ], [ -75.227679, 39.965072 ], [ -75.22992, 39.965352 ], [ -75.23189, 39.965593 ], [ -75.235842, 39.966085 ], [ -75.235356, 39.968509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100004", "device_counts": 1293, "stop_counts": 3821 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255196, 39.97426 ], [ -75.251914, 39.974623 ], [ -75.250203, 39.974815 ], [ -75.249901, 39.973197 ], [ -75.24887, 39.972339 ], [ -75.249177, 39.970857 ], [ -75.250481, 39.96946 ], [ -75.255123, 39.970036 ], [ -75.254752, 39.971527 ], [ -75.255196, 39.97426 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107004", "device_counts": 889, "stop_counts": 3085 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208356, 39.970706 ], [ -75.205907, 39.970875 ], [ -75.205979, 39.971429 ], [ -75.203722, 39.970929 ], [ -75.203258, 39.968447 ], [ -75.207839, 39.967943 ], [ -75.208038, 39.968984 ], [ -75.208356, 39.970706 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010120002", "device_counts": 2231, "stop_counts": 3589 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235298, 39.99707 ], [ -75.230896, 39.99913 ], [ -75.227462, 40.000746 ], [ -75.226563, 39.999216 ], [ -75.225664, 39.995848 ], [ -75.231762, 39.99309 ], [ -75.233713, 39.992176 ], [ -75.234027, 39.994736 ], [ -75.234136, 39.995598 ], [ -75.235298, 39.99707 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170001", "device_counts": 2588, "stop_counts": 4707 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192225, 40.00722 ], [ -75.190514, 40.008407 ], [ -75.186537, 40.009831 ], [ -75.185674, 40.01012 ], [ -75.185412, 40.009513 ], [ -75.187821, 40.006102 ], [ -75.186477, 40.005921 ], [ -75.186349, 40.006533 ], [ -75.18535, 40.006527 ], [ -75.183204, 40.006624 ], [ -75.18335, 40.005521 ], [ -75.183644, 40.004204 ], [ -75.181141, 40.003697 ], [ -75.183953, 40.002838 ], [ -75.184564, 40.002493 ], [ -75.186812, 40.000434 ], [ -75.186861, 40.000409 ], [ -75.188447, 40.000272 ], [ -75.191754, 39.999748 ], [ -75.19132, 40.003715 ], [ -75.192467, 40.006482 ], [ -75.192225, 40.00722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137005", "device_counts": 2127, "stop_counts": 3687 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.189882, 39.977933 ], [ -75.189076, 39.979387 ], [ -75.188661, 39.981207 ], [ -75.185497, 39.980804 ], [ -75.183838, 39.980585 ], [ -75.184439, 39.977788 ], [ -75.184945, 39.975479 ], [ -75.185394, 39.973417 ], [ -75.186368, 39.973537 ], [ -75.187816, 39.976363 ], [ -75.189674, 39.977173 ], [ -75.189882, 39.977933 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010148001", "device_counts": 1241, "stop_counts": 5509 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172503, 39.980592 ], [ -75.172161, 39.9821 ], [ -75.167076, 39.981454 ], [ -75.165511, 39.981244 ], [ -75.165849, 39.979714 ], [ -75.16616, 39.978308 ], [ -75.170287, 39.978845 ], [ -75.171213, 39.978952 ], [ -75.172799, 39.97916 ], [ -75.172503, 39.980592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010145002", "device_counts": 889, "stop_counts": 2254 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149734, 39.976182 ], [ -75.145559, 39.975638 ], [ -75.146082, 39.972833 ], [ -75.150315, 39.973382 ], [ -75.149734, 39.976182 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010142002", "device_counts": 13237, "stop_counts": 40383 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145018, 39.970191 ], [ -75.143095, 39.969954 ], [ -75.140665, 39.969652 ], [ -75.139578, 39.969515 ], [ -75.135143, 39.968687 ], [ -75.134428, 39.968791 ], [ -75.134347, 39.964477 ], [ -75.128697, 39.966977 ], [ -75.125416361661095, 39.961951694137291 ], [ -75.12692, 39.961112 ], [ -75.13012, 39.958712 ], [ -75.130217089517501, 39.958589210316127 ], [ -75.136755, 39.962766 ], [ -75.138081, 39.962936 ], [ -75.138827, 39.963129 ], [ -75.142528, 39.964985 ], [ -75.144002, 39.96567 ], [ -75.143524, 39.967942 ], [ -75.145487, 39.96823 ], [ -75.145018, 39.970191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162002", "device_counts": 1216, "stop_counts": 3604 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145126, 39.986485 ], [ -75.1435, 39.986275 ], [ -75.14152, 39.986016 ], [ -75.139669, 39.985802 ], [ -75.13746, 39.985492 ], [ -75.136759, 39.985402 ], [ -75.137443, 39.982223 ], [ -75.138137, 39.982312 ], [ -75.139868, 39.982536 ], [ -75.144169, 39.983092 ], [ -75.14405, 39.983721 ], [ -75.144154, 39.984724 ], [ -75.145126, 39.986485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157003", "device_counts": 3778, "stop_counts": 10968 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138768, 39.979323 ], [ -75.136423, 39.97902 ], [ -75.136739, 39.977527 ], [ -75.13437, 39.977219 ], [ -75.133733, 39.980208 ], [ -75.13319, 39.980134 ], [ -75.130448, 39.978589 ], [ -75.131238, 39.977786 ], [ -75.13267, 39.975304 ], [ -75.133374, 39.97409 ], [ -75.139715, 39.974897 ], [ -75.138768, 39.979323 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010206001", "device_counts": 2208, "stop_counts": 14352 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191105, 40.021663 ], [ -75.190007, 40.022524 ], [ -75.181668, 40.025657 ], [ -75.178141, 40.022595 ], [ -75.176861, 40.021501 ], [ -75.173246, 40.018411 ], [ -75.172342, 40.017604 ], [ -75.174037, 40.016962 ], [ -75.175669, 40.016051 ], [ -75.182239, 40.011676 ], [ -75.185937, 40.014895 ], [ -75.187708, 40.01641 ], [ -75.190034, 40.018727 ], [ -75.192405, 40.020495 ], [ -75.191105, 40.021663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036003", "device_counts": 3445, "stop_counts": 7844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193156, 39.924592 ], [ -75.194623, 39.92681 ], [ -75.194153, 39.927514 ], [ -75.186029, 39.926481 ], [ -75.186937, 39.922318 ], [ -75.189653, 39.921807 ], [ -75.192494, 39.921266 ], [ -75.195045, 39.921011 ], [ -75.193156, 39.924592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383001", "device_counts": 7914, "stop_counts": 32933 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137529, 40.004304 ], [ -75.136858, 40.007394 ], [ -75.135858, 40.011982 ], [ -75.131779, 40.011482 ], [ -75.130585, 40.011325 ], [ -75.128883, 40.018945 ], [ -75.125023, 40.018435 ], [ -75.124687, 40.019957 ], [ -75.122752, 40.019722 ], [ -75.121407, 40.019548 ], [ -75.117154, 40.019006 ], [ -75.116272, 40.017423 ], [ -75.119439, 40.013026 ], [ -75.112161, 40.012085 ], [ -75.112497, 40.010489 ], [ -75.112821, 40.009007 ], [ -75.113483, 40.005927 ], [ -75.113986, 40.00356 ], [ -75.11609, 40.003067 ], [ -75.116411, 40.001624 ], [ -75.119314, 40.002003 ], [ -75.12441, 40.002634 ], [ -75.123949, 40.004814 ], [ -75.127863, 40.005057 ], [ -75.133021, 40.005104 ], [ -75.137669, 40.003645 ], [ -75.137529, 40.004304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389001", "device_counts": 1036, "stop_counts": 3887 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17326, 40.050667 ], [ -75.168958, 40.054846 ], [ -75.165715, 40.058033 ], [ -75.165453, 40.059541 ], [ -75.162122, 40.057638 ], [ -75.160691, 40.056831 ], [ -75.158889, 40.055768 ], [ -75.161898, 40.052842 ], [ -75.164529, 40.050306 ], [ -75.167701, 40.047245 ], [ -75.170884, 40.049199 ], [ -75.171755, 40.048359 ], [ -75.172888, 40.050431 ], [ -75.17326, 40.050667 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136012", "device_counts": 1289, "stop_counts": 7063 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183561, 39.970778 ], [ -75.181234, 39.970504 ], [ -75.178606, 39.97018 ], [ -75.178056, 39.970112 ], [ -75.178641, 39.967399 ], [ -75.179683, 39.967416 ], [ -75.181589, 39.969025 ], [ -75.183561, 39.970778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160003", "device_counts": 2556, "stop_counts": 8880 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124193, 39.9785 ], [ -75.122449, 39.979411 ], [ -75.123266, 39.980344 ], [ -75.120973, 39.981546 ], [ -75.118522, 39.982825 ], [ -75.117355, 39.981481 ], [ -75.117697, 39.980904 ], [ -75.118611, 39.978879 ], [ -75.119763, 39.976369 ], [ -75.121032, 39.977811 ], [ -75.123334, 39.977514 ], [ -75.124193, 39.9785 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010166001", "device_counts": 2380, "stop_counts": 7156 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154588, 39.993938 ], [ -75.152389, 39.993659 ], [ -75.15273, 39.992072 ], [ -75.152871, 39.990551 ], [ -75.151815, 39.988886 ], [ -75.151199, 39.987798 ], [ -75.150197, 39.985504 ], [ -75.150913, 39.985597 ], [ -75.154063, 39.986003 ], [ -75.15339, 39.989086 ], [ -75.155593, 39.989369 ], [ -75.154588, 39.993938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010381001", "device_counts": 2641, "stop_counts": 11202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069508, 40.010798 ], [ -75.061339, 40.012764 ], [ -75.059285, 40.013387 ], [ -75.056898, 40.014204 ], [ -75.052816, 40.016119 ], [ -75.04879, 40.018141 ], [ -75.047798, 40.017326 ], [ -75.043218536113002, 40.011867977145386 ], [ -75.04709, 40.009941 ], [ -75.052278982364697, 40.0055260511092 ], [ -75.053405, 40.004568 ], [ -75.053723885964288, 40.004080276035694 ], [ -75.062126, 40.006643 ], [ -75.063056, 40.006098 ], [ -75.064579, 40.006194 ], [ -75.067696, 40.005333 ], [ -75.068346, 40.006924 ], [ -75.068883, 40.00879 ], [ -75.069508, 40.010798 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010385002", "device_counts": 1922, "stop_counts": 6919 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224652, 40.084361 ], [ -75.224012, 40.084218 ], [ -75.217463, 40.080575 ], [ -75.207327, 40.076561 ], [ -75.206418, 40.076011 ], [ -75.210566, 40.071803 ], [ -75.209082, 40.070894 ], [ -75.2112, 40.068809 ], [ -75.211625, 40.070754 ], [ -75.215385, 40.073257 ], [ -75.216984, 40.074811 ], [ -75.215093, 40.077141 ], [ -75.218189, 40.075823 ], [ -75.224633, 40.079605 ], [ -75.227899, 40.084282 ], [ -75.224652, 40.084361 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010387002", "device_counts": 4386, "stop_counts": 11398 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2305, 40.086022 ], [ -75.22361, 40.092907 ], [ -75.213165, 40.086872 ], [ -75.21273, 40.086388 ], [ -75.211868, 40.086086 ], [ -75.209396, 40.084927 ], [ -75.200378, 40.07959 ], [ -75.202649, 40.07739 ], [ -75.205081, 40.078823 ], [ -75.207327, 40.076561 ], [ -75.217463, 40.080575 ], [ -75.224012, 40.084218 ], [ -75.224652, 40.084361 ], [ -75.227899, 40.084282 ], [ -75.228078, 40.084434 ], [ -75.228599, 40.084874 ], [ -75.2305, 40.086022 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389002", "device_counts": 1070, "stop_counts": 4700 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172869, 40.057256 ], [ -75.168641, 40.061373 ], [ -75.165453, 40.059541 ], [ -75.165715, 40.058033 ], [ -75.168958, 40.054846 ], [ -75.172869, 40.057256 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286001", "device_counts": 2413, "stop_counts": 5253 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127824, 40.026663 ], [ -75.127646, 40.027416 ], [ -75.126866, 40.028955 ], [ -75.126686, 40.029667 ], [ -75.124701, 40.029398 ], [ -75.124167, 40.032575 ], [ -75.1236, 40.032771 ], [ -75.121964, 40.03373 ], [ -75.121711, 40.03347 ], [ -75.122727, 40.029151 ], [ -75.123027, 40.027692 ], [ -75.123525, 40.025463 ], [ -75.126967, 40.024818 ], [ -75.127816, 40.024683 ], [ -75.127935, 40.026158 ], [ -75.127824, 40.026663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218002", "device_counts": 1677, "stop_counts": 5532 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236234, 40.052739 ], [ -75.235917, 40.055079 ], [ -75.236042, 40.056711 ], [ -75.23365, 40.057887 ], [ -75.231721, 40.054078 ], [ -75.231223, 40.053703 ], [ -75.230417, 40.053374 ], [ -75.227161, 40.052534 ], [ -75.230049, 40.051219 ], [ -75.230603, 40.050962 ], [ -75.235419, 40.048775 ], [ -75.236301, 40.051037 ], [ -75.236234, 40.052739 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038002", "device_counts": 8162, "stop_counts": 23144 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19022, 39.915884 ], [ -75.189413, 39.921073 ], [ -75.189653, 39.921807 ], [ -75.186937, 39.922318 ], [ -75.185202, 39.922574 ], [ -75.183434, 39.922939 ], [ -75.181703, 39.92329 ], [ -75.182512, 39.919629 ], [ -75.180576, 39.919369 ], [ -75.177438, 39.91897 ], [ -75.178268, 39.915053 ], [ -75.17718, 39.91489 ], [ -75.177806, 39.91309 ], [ -75.188144, 39.914281 ], [ -75.189481, 39.91484 ], [ -75.19022, 39.915884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195021", "device_counts": 912, "stop_counts": 2886 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137669, 40.003645 ], [ -75.133021, 40.005104 ], [ -75.127863, 40.005057 ], [ -75.128282, 40.003116 ], [ -75.133239, 40.003756 ], [ -75.133561, 40.002265 ], [ -75.137847, 40.002799 ], [ -75.137669, 40.003645 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086011", "device_counts": 1524, "stop_counts": 4389 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222056, 39.954102 ], [ -75.221923, 39.954723 ], [ -75.221798, 39.955319 ], [ -75.219823, 39.955076 ], [ -75.215872, 39.954586 ], [ -75.21635, 39.952302 ], [ -75.218347, 39.952553 ], [ -75.220295, 39.952792 ], [ -75.222279, 39.95304 ], [ -75.222056, 39.954102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104003", "device_counts": 784, "stop_counts": 1138 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222444, 39.966531 ], [ -75.220402, 39.966641 ], [ -75.220578, 39.968067 ], [ -75.217866, 39.968342 ], [ -75.216996, 39.968969 ], [ -75.2168, 39.967459 ], [ -75.216516, 39.965214 ], [ -75.22017, 39.964844 ], [ -75.220044, 39.963819 ], [ -75.221952, 39.96425 ], [ -75.222431, 39.966487 ], [ -75.222444, 39.966531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363012", "device_counts": 785, "stop_counts": 2634 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.970623, 40.096983 ], [ -74.970028, 40.096943 ], [ -74.964688, 40.097347 ], [ -74.962107, 40.097709 ], [ -74.96163, 40.097804 ], [ -74.961049, 40.097431 ], [ -74.958749, 40.096929 ], [ -74.961859, 40.093621 ], [ -74.965723, 40.091635 ], [ -74.966752, 40.092976 ], [ -74.96876, 40.094759 ], [ -74.970302, 40.096022 ], [ -74.971016, 40.096392 ], [ -74.970623, 40.096983 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379003", "device_counts": 7485, "stop_counts": 17579 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.097007, 39.993399 ], [ -75.094523, 39.994603 ], [ -75.086505, 39.998825 ], [ -75.084452, 39.997146 ], [ -75.080932, 39.993498 ], [ -75.089616, 39.989064 ], [ -75.091216, 39.99088 ], [ -75.093664, 39.9896 ], [ -75.095726, 39.99195 ], [ -75.097007, 39.993399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390001", "device_counts": 9555, "stop_counts": 25830 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103903, 40.030589 ], [ -75.101148, 40.033334 ], [ -75.100573, 40.033957 ], [ -75.098416, 40.036101 ], [ -75.101572, 40.038293 ], [ -75.096603, 40.042487 ], [ -75.094175, 40.045026 ], [ -75.091859, 40.047485 ], [ -75.091098, 40.04706 ], [ -75.088312, 40.045514 ], [ -75.088975, 40.044332 ], [ -75.088631, 40.042747 ], [ -75.089246, 40.042252 ], [ -75.09159, 40.039734 ], [ -75.090543, 40.039142 ], [ -75.09299, 40.036729 ], [ -75.093532, 40.035024 ], [ -75.09227, 40.034323 ], [ -75.093497, 40.033072 ], [ -75.094339, 40.032217 ], [ -75.093542, 40.031195 ], [ -75.093204, 40.030704 ], [ -75.092349, 40.029658 ], [ -75.092295, 40.028879 ], [ -75.092162, 40.02805 ], [ -75.09399, 40.027037 ], [ -75.096038, 40.026567 ], [ -75.096726, 40.026698 ], [ -75.10128, 40.029514 ], [ -75.10267, 40.029987 ], [ -75.10292, 40.029929 ], [ -75.103068, 40.029895 ], [ -75.104306, 40.029846 ], [ -75.103903, 40.030589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390004", "device_counts": 1166, "stop_counts": 2048 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089204, 40.032628 ], [ -75.087159, 40.03479 ], [ -75.085313, 40.033521 ], [ -75.084832, 40.032349 ], [ -75.084273, 40.032172 ], [ -75.084089, 40.031826 ], [ -75.084197, 40.031438 ], [ -75.084794, 40.031223 ], [ -75.084915, 40.031241 ], [ -75.08508, 40.031266 ], [ -75.085263, 40.031381 ], [ -75.086551, 40.031133 ], [ -75.088078, 40.032 ], [ -75.089204, 40.032628 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355001", "device_counts": 4717, "stop_counts": 10696 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.027681, 40.095046 ], [ -75.021451, 40.096963 ], [ -75.018233, 40.097105 ], [ -75.015528, 40.09486 ], [ -75.023996, 40.086107 ], [ -75.027097, 40.087878 ], [ -75.025866, 40.090515 ], [ -75.027681, 40.095046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291004", "device_counts": 914, "stop_counts": 2173 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112821, 40.027627 ], [ -75.110825, 40.029623 ], [ -75.111075, 40.031061 ], [ -75.109057, 40.031741 ], [ -75.106431, 40.029197 ], [ -75.110039, 40.028047 ], [ -75.111377, 40.027619 ], [ -75.112759, 40.027349 ], [ -75.112821, 40.027627 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019891001", "device_counts": 2159, "stop_counts": 8588 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.018427, 40.033507 ], [ -75.021603, 40.033996 ], [ -75.021239, 40.036075 ], [ -75.021682, 40.037088 ], [ -75.01783, 40.039076 ], [ -75.012541, 40.038027 ], [ -75.010099, 40.039038 ], [ -75.006278, 40.041155 ], [ -75.003514, 40.042822 ], [ -74.99627, 40.047202 ], [ -74.990976, 40.042526 ], [ -74.990302, 40.042377 ], [ -74.986997223360802, 40.039346956736601 ], [ -74.988884, 40.037289 ], [ -74.990215350336996, 40.036372563903093 ], [ -75.007469, 40.024496 ], [ -75.011115, 40.021311 ], [ -75.013795768141605, 40.020214322123898 ], [ -75.013803495273393, 40.020211161024498 ], [ -75.015583, 40.023134 ], [ -75.022508, 40.030832 ], [ -75.018427, 40.033507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010351002", "device_counts": 1549, "stop_counts": 5841 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.992793, 40.046975 ], [ -74.988129, 40.049737 ], [ -74.985114, 40.046992 ], [ -74.983929, 40.048065 ], [ -74.986317, 40.050837 ], [ -74.984503, 40.051939 ], [ -74.981789, 40.04954 ], [ -74.980228, 40.050581 ], [ -74.982732, 40.053014 ], [ -74.982202, 40.053804 ], [ -74.979695, 40.053399 ], [ -74.974319853259999, 40.048899133320006 ], [ -74.974713, 40.048711 ], [ -74.983540729443007, 40.042953785145897 ], [ -74.983913, 40.042711 ], [ -74.986997223360802, 40.039346956736601 ], [ -74.990302, 40.042377 ], [ -74.990976, 40.042526 ], [ -74.989105, 40.043678 ], [ -74.992793, 40.046975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356012", "device_counts": 4713, "stop_counts": 13561 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.042613, 40.100504 ], [ -75.039857, 40.101835 ], [ -75.032998, 40.10511 ], [ -75.030235, 40.103387 ], [ -75.033474, 40.098205 ], [ -75.034298, 40.097871 ], [ -75.035842, 40.098099 ], [ -75.036962, 40.095913 ], [ -75.038082, 40.097456 ], [ -75.039643, 40.098344 ], [ -75.042503, 40.099942 ], [ -75.042613, 40.100504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345023", "device_counts": 3985, "stop_counts": 16350 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.046249, 40.081459 ], [ -75.042143, 40.084065 ], [ -75.040877, 40.086966 ], [ -75.039509, 40.085702 ], [ -75.0384, 40.084472 ], [ -75.036758, 40.079083 ], [ -75.040252, 40.079994 ], [ -75.04312, 40.077166 ], [ -75.043495, 40.07805 ], [ -75.046249, 40.081459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012011", "device_counts": 1646, "stop_counts": 4342 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187231, 39.947176 ], [ -75.185634, 39.948021 ], [ -75.183288, 39.949512 ], [ -75.181134, 39.949008 ], [ -75.180021, 39.948872 ], [ -75.180328, 39.947455 ], [ -75.181445, 39.947597 ], [ -75.18188, 39.945691 ], [ -75.185685, 39.946159 ], [ -75.186393, 39.946567 ], [ -75.187231, 39.947176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013001", "device_counts": 1471, "stop_counts": 2654 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180409, 39.944602 ], [ -75.180611, 39.944631 ], [ -75.179409, 39.945377 ], [ -75.178578, 39.945269 ], [ -75.176985, 39.94508 ], [ -75.177169, 39.944209 ], [ -75.177374, 39.943231 ], [ -75.180624, 39.943641 ], [ -75.180409, 39.944602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191006", "device_counts": 1577, "stop_counts": 3105 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112497, 40.010489 ], [ -75.108368, 40.009952 ], [ -75.108087, 40.011547 ], [ -75.105434, 40.011197 ], [ -75.105768, 40.009619 ], [ -75.106083, 40.00813 ], [ -75.112821, 40.009007 ], [ -75.112497, 40.010489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195023", "device_counts": 583, "stop_counts": 1117 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133239, 40.003756 ], [ -75.128282, 40.003116 ], [ -75.128604, 40.001619 ], [ -75.131501, 40.001999 ], [ -75.133561, 40.002265 ], [ -75.133239, 40.003756 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197004", "device_counts": 756, "stop_counts": 2283 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139464, 40.015599 ], [ -75.13911, 40.017187 ], [ -75.136811, 40.016899 ], [ -75.137502, 40.01371 ], [ -75.13981, 40.014014 ], [ -75.139464, 40.015599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198003", "device_counts": 509, "stop_counts": 2663 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141913, 40.009674 ], [ -75.141425, 40.00961 ], [ -75.138483, 40.009234 ], [ -75.138577, 40.008789 ], [ -75.139652, 40.007755 ], [ -75.140472, 40.007878 ], [ -75.142256, 40.008093 ], [ -75.141913, 40.009674 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199003", "device_counts": 454, "stop_counts": 3358 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147603, 40.008779 ], [ -75.143346, 40.008227 ], [ -75.144069, 40.006684 ], [ -75.143437, 40.005071 ], [ -75.148277, 40.005697 ], [ -75.147603, 40.008779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201013", "device_counts": 785, "stop_counts": 5586 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157703, 40.00221 ], [ -75.157365, 40.003799 ], [ -75.154205, 40.003395 ], [ -75.155232, 39.998728 ], [ -75.158222, 39.999121 ], [ -75.157703, 40.00221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202006", "device_counts": 585, "stop_counts": 2422 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164733, 40.008616 ], [ -75.164576, 40.009337 ], [ -75.161095, 40.008883 ], [ -75.161409, 40.007399 ], [ -75.161747, 40.005905 ], [ -75.165228, 40.006354 ], [ -75.164733, 40.008616 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207001", "device_counts": 1110, "stop_counts": 1986 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198361, 40.01527 ], [ -75.192405, 40.020495 ], [ -75.190034, 40.018727 ], [ -75.187708, 40.01641 ], [ -75.191289, 40.013697 ], [ -75.191874, 40.014201 ], [ -75.192879, 40.01162 ], [ -75.194847, 40.012175 ], [ -75.200278, 40.013708 ], [ -75.198361, 40.01527 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210002", "device_counts": 612, "stop_counts": 1565 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218841, 40.0266 ], [ -75.216632, 40.027602 ], [ -75.214311, 40.024553 ], [ -75.215348, 40.023903 ], [ -75.216241, 40.023419 ], [ -75.219699, 40.02614 ], [ -75.218841, 40.0266 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210001", "device_counts": 1142, "stop_counts": 2737 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.216632, 40.027602 ], [ -75.214188, 40.028699 ], [ -75.211308, 40.02997 ], [ -75.210588, 40.02903 ], [ -75.209437, 40.026929 ], [ -75.212764, 40.025348 ], [ -75.214311, 40.024553 ], [ -75.216632, 40.027602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213001", "device_counts": 911, "stop_counts": 2150 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222011, 40.035206 ], [ -75.218759, 40.036654 ], [ -75.217925, 40.03616 ], [ -75.216638, 40.034833 ], [ -75.220237, 40.033215 ], [ -75.220899, 40.033847 ], [ -75.222011, 40.035206 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214004", "device_counts": 660, "stop_counts": 2767 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228765, 40.029792 ], [ -75.226787, 40.030802 ], [ -75.225127, 40.031643 ], [ -75.223474, 40.029441 ], [ -75.226157, 40.027648 ], [ -75.227885, 40.028193 ], [ -75.229513, 40.029492 ], [ -75.228765, 40.029792 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215004", "device_counts": 739, "stop_counts": 1457 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234937, 40.0349 ], [ -75.228104, 40.040855 ], [ -75.226159, 40.038361 ], [ -75.228179, 40.037082 ], [ -75.227199, 40.035255 ], [ -75.22815, 40.034714 ], [ -75.233394, 40.031906 ], [ -75.23564, 40.034249 ], [ -75.234937, 40.0349 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217001", "device_counts": 1194, "stop_counts": 8312 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230049, 40.051219 ], [ -75.227161, 40.052534 ], [ -75.218706, 40.04851 ], [ -75.218194, 40.047966 ], [ -75.217827, 40.0471 ], [ -75.217846, 40.044343 ], [ -75.219201, 40.044379 ], [ -75.2223, 40.045151 ], [ -75.229214, 40.048037 ], [ -75.230049, 40.051219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218001", "device_counts": 1110, "stop_counts": 4707 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238182, 40.059771 ], [ -75.231724, 40.064099 ], [ -75.232439, 40.064739 ], [ -75.230082, 40.0663 ], [ -75.228446, 40.06254 ], [ -75.226882, 40.061813 ], [ -75.228493, 40.060331 ], [ -75.230156, 40.05955 ], [ -75.23365, 40.057887 ], [ -75.236042, 40.056711 ], [ -75.236386, 40.057398 ], [ -75.238182, 40.059771 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010384001", "device_counts": 1239, "stop_counts": 3000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243288, 40.073494 ], [ -75.232952, 40.083618 ], [ -75.231412, 40.082658 ], [ -75.22779, 40.08149 ], [ -75.225988, 40.079068 ], [ -75.230411, 40.077042 ], [ -75.225202, 40.074072 ], [ -75.227005, 40.072605 ], [ -75.228088, 40.070649 ], [ -75.226651, 40.070458 ], [ -75.223538, 40.067435 ], [ -75.225109, 40.06608 ], [ -75.2248, 40.062554 ], [ -75.226412, 40.061987 ], [ -75.22495, 40.059866 ], [ -75.226991, 40.058899 ], [ -75.228493, 40.060331 ], [ -75.226882, 40.061813 ], [ -75.228446, 40.06254 ], [ -75.230082, 40.0663 ], [ -75.235951, 40.071238 ], [ -75.238583, 40.069546 ], [ -75.24055, 40.070468 ], [ -75.241075, 40.070395 ], [ -75.242047, 40.071949 ], [ -75.243288, 40.073494 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237003", "device_counts": 359, "stop_counts": 784 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192346, 40.046309 ], [ -75.192123, 40.047679 ], [ -75.190817, 40.051189 ], [ -75.188499, 40.050211 ], [ -75.188491, 40.048838 ], [ -75.187368, 40.047688 ], [ -75.190893, 40.044241 ], [ -75.191199, 40.043386 ], [ -75.193091, 40.04459 ], [ -75.192346, 40.046309 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240003", "device_counts": 252, "stop_counts": 316 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177222, 40.026659 ], [ -75.174572, 40.029244 ], [ -75.173611, 40.028691 ], [ -75.174043, 40.026588 ], [ -75.175207, 40.02544 ], [ -75.177222, 40.026659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334003", "device_counts": 1542, "stop_counts": 1923 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055937, 40.055993 ], [ -75.054745, 40.057252 ], [ -75.053574, 40.058477 ], [ -75.052996, 40.059096 ], [ -75.052408, 40.059739 ], [ -75.051681, 40.063022 ], [ -75.050091, 40.06216 ], [ -75.048323, 40.061176 ], [ -75.050582, 40.058769 ], [ -75.051784, 40.057504 ], [ -75.052749, 40.058042 ], [ -75.053348, 40.056454 ], [ -75.054197, 40.054405 ], [ -75.054947, 40.053507 ], [ -75.057125, 40.054722 ], [ -75.055937, 40.055993 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335001", "device_counts": 436, "stop_counts": 3924 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068074, 40.060824 ], [ -75.067196, 40.060321 ], [ -75.064499, 40.058826 ], [ -75.060891, 40.056823 ], [ -75.061736, 40.055892 ], [ -75.062881, 40.055983 ], [ -75.064818, 40.055218 ], [ -75.065544, 40.055704 ], [ -75.065475, 40.05619 ], [ -75.067582, 40.05606 ], [ -75.067204, 40.05641 ], [ -75.06743, 40.0586 ], [ -75.069224, 40.059583 ], [ -75.068074, 40.060824 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336001", "device_counts": 2059, "stop_counts": 4266 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057697, 40.062787 ], [ -75.057135, 40.063364 ], [ -75.056605, 40.063955 ], [ -75.055477, 40.065149 ], [ -75.051859, 40.063187 ], [ -75.051681, 40.063022 ], [ -75.052408, 40.059739 ], [ -75.052996, 40.059096 ], [ -75.058323, 40.062116 ], [ -75.057697, 40.062787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337013", "device_counts": 3805, "stop_counts": 8123 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050755, 40.069544 ], [ -75.049545, 40.070978 ], [ -75.047762, 40.069395 ], [ -75.047114, 40.068037 ], [ -75.047963, 40.066822 ], [ -75.044675, 40.06484 ], [ -75.041907, 40.064683 ], [ -75.043614, 40.060811 ], [ -75.044201, 40.059477 ], [ -75.044275, 40.059356 ], [ -75.044991, 40.059372 ], [ -75.048323, 40.061176 ], [ -75.050091, 40.06216 ], [ -75.047725, 40.064686 ], [ -75.05122, 40.06663 ], [ -75.050755, 40.069544 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338005", "device_counts": 2918, "stop_counts": 6075 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085729, 40.062589 ], [ -75.084747, 40.06316 ], [ -75.083515, 40.063725 ], [ -75.083514, 40.063756 ], [ -75.083483, 40.063738 ], [ -75.078352, 40.065426 ], [ -75.077177, 40.065785 ], [ -75.074845, 40.066538 ], [ -75.069297, 40.068345 ], [ -75.067838, 40.068959 ], [ -75.067355, 40.068727 ], [ -75.073304, 40.062812 ], [ -75.075991, 40.064342 ], [ -75.077504, 40.064196 ], [ -75.081402, 40.060031 ], [ -75.083525, 40.06127 ], [ -75.083833, 40.061472 ], [ -75.08478, 40.062044 ], [ -75.085729, 40.062589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339001", "device_counts": 552, "stop_counts": 1649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083726, 40.068173 ], [ -75.083255, 40.071209 ], [ -75.07966, 40.069203 ], [ -75.080965, 40.067974 ], [ -75.07805, 40.06636 ], [ -75.077177, 40.065785 ], [ -75.078352, 40.065426 ], [ -75.079532, 40.066175 ], [ -75.08151, 40.064789 ], [ -75.083648, 40.065704 ], [ -75.083726, 40.068173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341003", "device_counts": 891, "stop_counts": 3207 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082501, 40.07656 ], [ -75.081603, 40.076328 ], [ -75.080159, 40.075454 ], [ -75.077595, 40.073918 ], [ -75.078867, 40.072559 ], [ -75.077202, 40.071627 ], [ -75.07966, 40.069203 ], [ -75.083255, 40.071209 ], [ -75.082501, 40.07656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363032", "device_counts": 1161, "stop_counts": 2975 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.9781, 40.099212 ], [ -74.97588, 40.100421 ], [ -74.971183, 40.102233 ], [ -74.96767, 40.1027 ], [ -74.967515, 40.101869 ], [ -74.967496, 40.100803 ], [ -74.970836, 40.100755 ], [ -74.973395, 40.099759 ], [ -74.974647, 40.098954 ], [ -74.976091, 40.097433 ], [ -74.97577, 40.096412 ], [ -74.976783, 40.095969 ], [ -74.977757, 40.098433 ], [ -74.9781, 40.099212 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347011", "device_counts": 1575, "stop_counts": 4301 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.034523, 40.058672 ], [ -75.033628, 40.060834 ], [ -75.029986, 40.064398 ], [ -75.028362, 40.064504 ], [ -75.028, 40.059736 ], [ -75.029005, 40.05752 ], [ -75.028756, 40.056781 ], [ -75.029032, 40.056399 ], [ -75.033734, 40.056884 ], [ -75.03433, 40.057067 ], [ -75.034523, 40.058672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348032", "device_counts": 2508, "stop_counts": 6818 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.008128, 40.068585 ], [ -75.007269, 40.069161 ], [ -74.998385, 40.064117 ], [ -75.00009, 40.062745 ], [ -75.002288, 40.063869 ], [ -75.005996, 40.061324 ], [ -75.008319, 40.06252 ], [ -75.007719, 40.067102 ], [ -75.008788, 40.06735 ], [ -75.008128, 40.068585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349002", "device_counts": 1313, "stop_counts": 5194 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.016377, 40.045672 ], [ -75.012273, 40.048885 ], [ -75.007927, 40.045033 ], [ -75.009595, 40.043924 ], [ -75.006278, 40.041155 ], [ -75.010099, 40.039038 ], [ -75.012125, 40.040582 ], [ -75.010101, 40.041671 ], [ -75.012708, 40.043779 ], [ -75.013422, 40.043306 ], [ -75.016377, 40.045672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352003", "device_counts": 1061, "stop_counts": 3144 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.001181, 40.057232 ], [ -74.998259, 40.05808 ], [ -74.994151, 40.054401 ], [ -74.999877, 40.050402 ], [ -75.004795, 40.054747 ], [ -75.001181, 40.057232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356022", "device_counts": 4184, "stop_counts": 13316 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054321, 40.108692 ], [ -75.048542, 40.112729 ], [ -75.03946, 40.107362 ], [ -75.033897, 40.105689 ], [ -75.032998, 40.10511 ], [ -75.039857, 40.101835 ], [ -75.046843, 40.105712 ], [ -75.049254, 40.105823 ], [ -75.05401, 40.108143 ], [ -75.054321, 40.108692 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010364001", "device_counts": 7305, "stop_counts": 28964 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.005391, 40.114802 ], [ -74.997052, 40.121168 ], [ -74.993533, 40.11868 ], [ -74.987193, 40.123286 ], [ -74.983523, 40.123671 ], [ -74.982213, 40.122057 ], [ -74.982748, 40.120887 ], [ -74.980058, 40.119883 ], [ -74.973219, 40.119891 ], [ -74.970119, 40.117201 ], [ -74.964526, 40.118372 ], [ -74.96408, 40.117766 ], [ -74.966621, 40.117932 ], [ -74.969758, 40.115927 ], [ -74.969941, 40.113339 ], [ -74.97896, 40.106169 ], [ -74.983393, 40.103684 ], [ -74.981997, 40.102454 ], [ -74.986551, 40.099366 ], [ -74.992199, 40.103978 ], [ -74.994438, 40.105853 ], [ -74.995134, 40.106336 ], [ -74.997124, 40.108151 ], [ -75.000959, 40.111393 ], [ -75.003554, 40.110847 ], [ -75.005391, 40.114802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347021", "device_counts": 1550, "stop_counts": 6094 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029005, 40.05752 ], [ -75.028, 40.059736 ], [ -75.028362, 40.064504 ], [ -75.028512, 40.06684 ], [ -75.028256, 40.067314 ], [ -75.022217, 40.06352 ], [ -75.021707, 40.063392 ], [ -75.021992, 40.063113 ], [ -75.024818, 40.060286 ], [ -75.024701, 40.057278 ], [ -75.024345, 40.05644 ], [ -75.025431, 40.05637 ], [ -75.028291, 40.056363 ], [ -75.028397, 40.056728 ], [ -75.028756, 40.056781 ], [ -75.029005, 40.05752 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363021", "device_counts": 1323, "stop_counts": 4897 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981659, 40.095571 ], [ -74.977757, 40.098433 ], [ -74.976783, 40.095969 ], [ -74.97648, 40.091256 ], [ -74.976072, 40.090653 ], [ -74.979893, 40.09381 ], [ -74.981659, 40.095571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292001", "device_counts": 1976, "stop_counts": 4979 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112759, 40.027349 ], [ -75.111377, 40.027619 ], [ -75.110039, 40.028047 ], [ -75.106431, 40.029197 ], [ -75.104306, 40.029846 ], [ -75.104059, 40.029441 ], [ -75.109611, 40.023588 ], [ -75.111228, 40.023211 ], [ -75.111664, 40.025651 ], [ -75.112773, 40.027036 ], [ -75.112759, 40.027349 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010050001", "device_counts": 5120, "stop_counts": 31608 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19631, 39.901071 ], [ -75.193923, 39.900403 ], [ -75.19194, 39.896089 ], [ -75.189993, 39.89681 ], [ -75.187183, 39.896682 ], [ -75.176562, 39.898666 ], [ -75.174959, 39.898488 ], [ -75.169028, 39.897243 ], [ -75.154644, 39.896849 ], [ -75.151526, 39.896647 ], [ -75.144184, 39.895633 ], [ -75.135984863397894, 39.893195957332175 ], [ -75.140006484713695, 39.88846533381718 ], [ -75.140221, 39.888213 ], [ -75.142421, 39.886413 ], [ -75.145323920519388, 39.884284191619102 ], [ -75.145421, 39.884213 ], [ -75.150721, 39.882713 ], [ -75.17453546617179, 39.88219692897281 ], [ -75.183023, 39.882013 ], [ -75.189268267037193, 39.880724294103416 ], [ -75.189323, 39.880713 ], [ -75.195018, 39.877521 ], [ -75.195217294768597, 39.877343945193211 ], [ -75.195514, 39.89184 ], [ -75.196239, 39.893365 ], [ -75.195253, 39.899322 ], [ -75.19631, 39.901071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275004", "device_counts": 329, "stop_counts": 672 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134969, 40.04022 ], [ -75.13346, 40.039994 ], [ -75.133031, 40.041872 ], [ -75.132216, 40.041759 ], [ -75.132967, 40.038346 ], [ -75.132476, 40.036684 ], [ -75.134818, 40.036987 ], [ -75.134472, 40.038514 ], [ -75.134969, 40.04022 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276001", "device_counts": 1574, "stop_counts": 7065 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139322, 40.04232 ], [ -75.138534, 40.042223 ], [ -75.138205, 40.043739 ], [ -75.137529, 40.046805 ], [ -75.136019, 40.046229 ], [ -75.134724, 40.046134 ], [ -75.13479, 40.04146 ], [ -75.134969, 40.04022 ], [ -75.134472, 40.038514 ], [ -75.135257, 40.03864 ], [ -75.137633, 40.038943 ], [ -75.139212, 40.039146 ], [ -75.139612, 40.0408 ], [ -75.139322, 40.04232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277006", "device_counts": 537, "stop_counts": 1854 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157729, 40.052626 ], [ -75.157557, 40.055034 ], [ -75.155554, 40.054074 ], [ -75.155214, 40.053922 ], [ -75.155446, 40.050508 ], [ -75.157858, 40.050602 ], [ -75.157729, 40.052626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279011", "device_counts": 327, "stop_counts": 1015 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154793, 40.048902 ], [ -75.153235, 40.048842 ], [ -75.15082, 40.048518 ], [ -75.150967, 40.046767 ], [ -75.15068, 40.046352 ], [ -75.151891, 40.046389 ], [ -75.153691, 40.04655 ], [ -75.154966, 40.046241 ], [ -75.154793, 40.048902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279012", "device_counts": 782, "stop_counts": 4091 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153691, 40.04655 ], [ -75.151891, 40.046389 ], [ -75.15068, 40.046352 ], [ -75.150148, 40.045658 ], [ -75.149591, 40.04483 ], [ -75.149796, 40.043673 ], [ -75.152081, 40.043608 ], [ -75.153883, 40.043659 ], [ -75.153691, 40.04655 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280002", "device_counts": 1193, "stop_counts": 4891 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159551, 40.023925 ], [ -75.159033, 40.030316 ], [ -75.158124, 40.030825 ], [ -75.157119, 40.030993 ], [ -75.154776, 40.031452 ], [ -75.155694, 40.02613 ], [ -75.154064, 40.026198 ], [ -75.154245, 40.025634 ], [ -75.157153, 40.02413 ], [ -75.157303, 40.022607 ], [ -75.159035, 40.0228 ], [ -75.159214, 40.023192 ], [ -75.159315, 40.02341 ], [ -75.159551, 40.023925 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283006", "device_counts": 148, "stop_counts": 867 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144284, 40.030814 ], [ -75.142471, 40.031766 ], [ -75.141668, 40.0316 ], [ -75.142334, 40.028543 ], [ -75.144716, 40.028855 ], [ -75.144284, 40.030814 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284002", "device_counts": 485, "stop_counts": 2171 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13998, 40.028245 ], [ -75.136137, 40.027741 ], [ -75.135802, 40.029254 ], [ -75.13506, 40.02915 ], [ -75.135334, 40.027632 ], [ -75.135096, 40.026079 ], [ -75.137096, 40.026336 ], [ -75.138698, 40.026536 ], [ -75.140303, 40.026745 ], [ -75.13998, 40.028245 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286004", "device_counts": 659, "stop_counts": 3505 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13129, 40.032818 ], [ -75.128428, 40.032472 ], [ -75.128974, 40.029953 ], [ -75.131829, 40.030321 ], [ -75.13129, 40.032818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289011", "device_counts": 983, "stop_counts": 3295 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120481, 40.02109 ], [ -75.120136, 40.022627 ], [ -75.117959, 40.022349 ], [ -75.116106, 40.022109 ], [ -75.116243, 40.020558 ], [ -75.116404, 40.018909 ], [ -75.117154, 40.019006 ], [ -75.121407, 40.019548 ], [ -75.120481, 40.02109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290001", "device_counts": 512, "stop_counts": 1692 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116083, 40.033037 ], [ -75.114896, 40.034447 ], [ -75.113107, 40.036567 ], [ -75.11177, 40.03486 ], [ -75.111312, 40.034539 ], [ -75.110667, 40.033249 ], [ -75.111075, 40.031061 ], [ -75.112028, 40.030797 ], [ -75.112876, 40.031991 ], [ -75.117268, 40.031624 ], [ -75.116083, 40.033037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298005", "device_counts": 890, "stop_counts": 1249 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071847, 40.016952 ], [ -75.070504, 40.017255 ], [ -75.069585, 40.014649 ], [ -75.068353, 40.014209 ], [ -75.068202, 40.014729 ], [ -75.068503, 40.013619 ], [ -75.070429, 40.013167 ], [ -75.070864, 40.014353 ], [ -75.071847, 40.016952 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299003", "device_counts": 791, "stop_counts": 759 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073747, 40.013717 ], [ -75.070864, 40.014353 ], [ -75.070429, 40.013167 ], [ -75.06999, 40.012032 ], [ -75.072866, 40.011395 ], [ -75.073295, 40.012543 ], [ -75.073747, 40.013717 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300002", "device_counts": 408, "stop_counts": 991 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075964, 40.020705 ], [ -75.074969, 40.021505 ], [ -75.073892, 40.022107 ], [ -75.072271, 40.020248 ], [ -75.07338, 40.019654 ], [ -75.074136, 40.019026 ], [ -75.075429, 40.017665 ], [ -75.076164, 40.018049 ], [ -75.075199, 40.019109 ], [ -75.076696, 40.019926 ], [ -75.075964, 40.020705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301002", "device_counts": 960, "stop_counts": 2045 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087283, 40.020485 ], [ -75.086819, 40.020966 ], [ -75.084591, 40.019701 ], [ -75.083508, 40.018365 ], [ -75.086382, 40.015257 ], [ -75.090325, 40.017356 ], [ -75.087283, 40.020485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302004", "device_counts": 708, "stop_counts": 949 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086997, 40.029443 ], [ -75.085375, 40.028555 ], [ -75.083038, 40.027241 ], [ -75.084726, 40.025458 ], [ -75.086568, 40.023537 ], [ -75.090563, 40.025791 ], [ -75.086997, 40.029443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390003", "device_counts": 250, "stop_counts": 2831 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.090599, 40.033398 ], [ -75.087931, 40.036236 ], [ -75.087802, 40.036032 ], [ -75.087159, 40.03479 ], [ -75.089204, 40.032628 ], [ -75.090599, 40.033398 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390007", "device_counts": 511, "stop_counts": 778 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.093021, 40.030888 ], [ -75.091806, 40.032145 ], [ -75.090599, 40.033398 ], [ -75.089204, 40.032628 ], [ -75.088078, 40.032 ], [ -75.089854, 40.031036 ], [ -75.091594, 40.030086 ], [ -75.092349, 40.029658 ], [ -75.093204, 40.030704 ], [ -75.093021, 40.030888 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305012", "device_counts": 506, "stop_counts": 2781 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103163, 40.039196 ], [ -75.099539, 40.042241 ], [ -75.098357, 40.043483 ], [ -75.096603, 40.042487 ], [ -75.101572, 40.038293 ], [ -75.103163, 40.039196 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149001", "device_counts": 710, "stop_counts": 2388 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175344, 39.982517 ], [ -75.174991, 39.98246 ], [ -75.174771, 39.982444 ], [ -75.172161, 39.9821 ], [ -75.172503, 39.980592 ], [ -75.172799, 39.97916 ], [ -75.174393, 39.97938 ], [ -75.175989, 39.979572 ], [ -75.175344, 39.982517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151021", "device_counts": 1037, "stop_counts": 6032 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179043, 39.987154 ], [ -75.178616, 39.989179 ], [ -75.177206, 39.988991 ], [ -75.175803, 39.988812 ], [ -75.174665, 39.988427 ], [ -75.174044, 39.988507 ], [ -75.174361, 39.987024 ], [ -75.174694, 39.985506 ], [ -75.175026, 39.98402 ], [ -75.175047, 39.983956 ], [ -75.175344, 39.982517 ], [ -75.176933, 39.982713 ], [ -75.178535, 39.982919 ], [ -75.178118, 39.984769 ], [ -75.180258, 39.986345 ], [ -75.179043, 39.987154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151011", "device_counts": 733, "stop_counts": 1601 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187382, 39.98713 ], [ -75.185719, 39.986919 ], [ -75.184136, 39.986721 ], [ -75.184794, 39.983706 ], [ -75.188033, 39.984126 ], [ -75.187382, 39.98713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377003", "device_counts": 326, "stop_counts": 611 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148109, 39.983604 ], [ -75.147766, 39.98519 ], [ -75.146102, 39.984978 ], [ -75.146769, 39.981893 ], [ -75.148437, 39.98211 ], [ -75.148109, 39.983604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010023001", "device_counts": 2329, "stop_counts": 3652 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167303, 39.935695 ], [ -75.167083, 39.936742 ], [ -75.167019, 39.936737 ], [ -75.161678, 39.935849 ], [ -75.160199, 39.9356 ], [ -75.160437, 39.934549 ], [ -75.167236, 39.935685 ], [ -75.167303, 39.935695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028024", "device_counts": 1873, "stop_counts": 3480 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163504, 39.92983 ], [ -75.161047, 39.931817 ], [ -75.161428, 39.930017 ], [ -75.161881, 39.927985 ], [ -75.165005, 39.92855 ], [ -75.163504, 39.92983 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029002", "device_counts": 1548, "stop_counts": 2955 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168689, 39.929256 ], [ -75.168423, 39.930465 ], [ -75.16815, 39.931701 ], [ -75.165968, 39.931427 ], [ -75.166246, 39.930207 ], [ -75.166507, 39.929037 ], [ -75.168567, 39.929252 ], [ -75.168689, 39.929256 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030012", "device_counts": 1572, "stop_counts": 2527 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171137, 39.928329 ], [ -75.170891, 39.929552 ], [ -75.168689, 39.929256 ], [ -75.168956, 39.928035 ], [ -75.169228, 39.926806 ], [ -75.171397, 39.927104 ], [ -75.171137, 39.928329 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031003", "device_counts": 248, "stop_counts": 403 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176606, 39.930285 ], [ -75.175032, 39.930087 ], [ -75.175289, 39.928867 ], [ -75.178445, 39.929271 ], [ -75.176606, 39.930285 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032005", "device_counts": 630, "stop_counts": 1604 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188115, 39.933014 ], [ -75.184705, 39.932584 ], [ -75.18524, 39.930146 ], [ -75.188636, 39.930583 ], [ -75.188115, 39.933014 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036004", "device_counts": 556, "stop_counts": 1979 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.197537, 39.934232 ], [ -75.194408, 39.933822 ], [ -75.192826, 39.933628 ], [ -75.193353, 39.931185 ], [ -75.192322, 39.931054 ], [ -75.191783, 39.930982 ], [ -75.192047, 39.929756 ], [ -75.193621, 39.929965 ], [ -75.196486, 39.930309 ], [ -75.197537, 39.934232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096003", "device_counts": 987, "stop_counts": 2700 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246425, 39.964276 ], [ -75.242406, 39.963779 ], [ -75.242735, 39.962202 ], [ -75.246753, 39.962705 ], [ -75.246425, 39.964276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098012", "device_counts": 1693, "stop_counts": 3338 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.269257, 39.980186 ], [ -75.268293, 39.978967 ], [ -75.263054, 39.975749 ], [ -75.264257, 39.974419 ], [ -75.265558, 39.975641 ], [ -75.267588, 39.974662 ], [ -75.271309, 39.979275 ], [ -75.269257, 39.980186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101005", "device_counts": 1695, "stop_counts": 3096 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246935, 39.972111 ], [ -75.244885, 39.971854 ], [ -75.243788, 39.971723 ], [ -75.244416, 39.968706 ], [ -75.246531, 39.968967 ], [ -75.247518, 39.969093 ], [ -75.246935, 39.972111 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102001", "device_counts": 552, "stop_counts": 1965 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235697, 39.970336 ], [ -75.234203, 39.9705 ], [ -75.232573, 39.970683 ], [ -75.232228, 39.968829 ], [ -75.235356, 39.968509 ], [ -75.235697, 39.970336 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105003", "device_counts": 1592, "stop_counts": 4555 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.216181, 39.962546 ], [ -75.216376, 39.964094 ], [ -75.213228, 39.964331 ], [ -75.21365, 39.967696 ], [ -75.211231, 39.967879 ], [ -75.21056, 39.962571 ], [ -75.21306, 39.962577 ], [ -75.214018, 39.958643 ], [ -75.217002, 39.959015 ], [ -75.216181, 39.962546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108005", "device_counts": 527, "stop_counts": 1332 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.20264, 39.965169 ], [ -75.197832, 39.965697 ], [ -75.197519, 39.964025 ], [ -75.202334, 39.963495 ], [ -75.20264, 39.965169 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110002", "device_counts": 1597, "stop_counts": 3696 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213469, 39.977791 ], [ -75.209321, 39.97625 ], [ -75.210123, 39.975067 ], [ -75.208903, 39.974618 ], [ -75.209114, 39.974321 ], [ -75.209976, 39.974242 ], [ -75.209834, 39.973505 ], [ -75.212211, 39.973242 ], [ -75.213469, 39.977791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112001", "device_counts": 327, "stop_counts": 526 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231783, 39.976852 ], [ -75.229855, 39.977069 ], [ -75.229266, 39.973926 ], [ -75.231194, 39.973709 ], [ -75.231783, 39.976852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114003", "device_counts": 279, "stop_counts": 402 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.241574, 39.978799 ], [ -75.239124, 39.979069 ], [ -75.238891, 39.977818 ], [ -75.23857, 39.976101 ], [ -75.241013, 39.975833 ], [ -75.241574, 39.978799 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118004", "device_counts": 360, "stop_counts": 1009 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238184, 39.986061 ], [ -75.237176, 39.986439 ], [ -75.23703, 39.985619 ], [ -75.234774, 39.986089 ], [ -75.234703, 39.985307 ], [ -75.234186, 39.983702 ], [ -75.23724, 39.98484 ], [ -75.240153, 39.985213 ], [ -75.238184, 39.986061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119002", "device_counts": 507, "stop_counts": 1186 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228801, 39.982326 ], [ -75.229911, 39.987936 ], [ -75.228123, 39.988356 ], [ -75.227054, 39.989209 ], [ -75.226577, 39.989221 ], [ -75.225891, 39.988131 ], [ -75.228792, 39.980705 ], [ -75.2301, 39.981556 ], [ -75.228801, 39.982326 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010121002", "device_counts": 2076, "stop_counts": 19768 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227462, 40.000746 ], [ -75.226402, 40.001255 ], [ -75.223637, 39.999066 ], [ -75.219551, 39.999839 ], [ -75.217994, 39.994223 ], [ -75.220317, 39.990286 ], [ -75.225109, 39.987582 ], [ -75.225891, 39.988131 ], [ -75.225662, 39.991469 ], [ -75.225664, 39.995848 ], [ -75.226563, 39.999216 ], [ -75.227462, 40.000746 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125003", "device_counts": 12124, "stop_counts": 29099 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183323, 39.964374 ], [ -75.17786, 39.964555 ], [ -75.175984, 39.964208 ], [ -75.173374, 39.961668 ], [ -75.171583, 39.960795 ], [ -75.172002, 39.959007 ], [ -75.179937, 39.960028 ], [ -75.181601, 39.962006 ], [ -75.183323, 39.964374 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135002", "device_counts": 1340, "stop_counts": 2641 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170997, 39.969227 ], [ -75.17055, 39.97157 ], [ -75.169274, 39.971406 ], [ -75.170177, 39.96725 ], [ -75.171344, 39.967275 ], [ -75.170997, 39.969227 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136021", "device_counts": 410, "stop_counts": 480 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178108, 39.972509 ], [ -75.177862, 39.97248 ], [ -75.175948, 39.972232 ], [ -75.17646, 39.96991 ], [ -75.178056, 39.970112 ], [ -75.178606, 39.97018 ], [ -75.178108, 39.972509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137001", "device_counts": 686, "stop_counts": 1396 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184439, 39.977788 ], [ -75.181755, 39.977444 ], [ -75.182327, 39.975143 ], [ -75.184945, 39.975479 ], [ -75.184439, 39.977788 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157001", "device_counts": 1316, "stop_counts": 5929 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138137, 39.982312 ], [ -75.137443, 39.982223 ], [ -75.13578, 39.982009 ], [ -75.132881, 39.981631 ], [ -75.13319, 39.980134 ], [ -75.133733, 39.980208 ], [ -75.136105, 39.980514 ], [ -75.136423, 39.97902 ], [ -75.138768, 39.979323 ], [ -75.138137, 39.982312 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158002", "device_counts": 605, "stop_counts": 1415 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129573, 39.975894 ], [ -75.128628, 39.977533 ], [ -75.127401, 39.976845 ], [ -75.126136, 39.976082 ], [ -75.125201, 39.975558 ], [ -75.128693, 39.974284 ], [ -75.129573, 39.975894 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160002", "device_counts": 958, "stop_counts": 1938 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128628, 39.977533 ], [ -75.125593, 39.979124 ], [ -75.125018, 39.979426 ], [ -75.124193, 39.9785 ], [ -75.123334, 39.977514 ], [ -75.126136, 39.976082 ], [ -75.127401, 39.976845 ], [ -75.128628, 39.977533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164004", "device_counts": 786, "stop_counts": 3373 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147542, 39.989863 ], [ -75.143668, 39.989365 ], [ -75.142846, 39.989257 ], [ -75.140861, 39.989001 ], [ -75.14152, 39.986016 ], [ -75.1435, 39.986275 ], [ -75.145126, 39.986485 ], [ -75.147542, 39.989863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167013", "device_counts": 528, "stop_counts": 2529 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1635, 39.990401 ], [ -75.161948, 39.990185 ], [ -75.160365, 39.989991 ], [ -75.160695, 39.988495 ], [ -75.161032, 39.986907 ], [ -75.164184, 39.987311 ], [ -75.1635, 39.990401 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039014", "device_counts": 1495, "stop_counts": 5781 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176295, 39.92425 ], [ -75.176088, 39.925198 ], [ -75.175741, 39.92685 ], [ -75.175562, 39.927642 ], [ -75.173426, 39.927363 ], [ -75.172416, 39.927232 ], [ -75.172945, 39.924836 ], [ -75.173226, 39.923556 ], [ -75.176361, 39.92396 ], [ -75.176295, 39.92425 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172011", "device_counts": 936, "stop_counts": 3180 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170087, 39.999116 ], [ -75.169754, 40.000622 ], [ -75.166562, 40.000199 ], [ -75.167215, 39.997197 ], [ -75.17042, 39.997618 ], [ -75.170087, 39.999116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175004", "device_counts": 761, "stop_counts": 3209 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14708, 39.996143 ], [ -75.143792, 39.995715 ], [ -75.141495, 39.995422 ], [ -75.14183, 39.993929 ], [ -75.147461, 39.994656 ], [ -75.14708, 39.996143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177024", "device_counts": 783, "stop_counts": 5420 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126054, 39.994957 ], [ -75.125737, 39.996451 ], [ -75.121617, 39.99592 ], [ -75.122221, 39.992929 ], [ -75.123212, 39.993054 ], [ -75.126374, 39.993462 ], [ -75.126054, 39.994957 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179001", "device_counts": 407, "stop_counts": 2175 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.11674, 39.98673 ], [ -75.113492, 39.988768 ], [ -75.113123, 39.988217 ], [ -75.112356, 39.98702 ], [ -75.111887, 39.986296 ], [ -75.114934, 39.984697 ], [ -75.115224, 39.985018 ], [ -75.115524, 39.985365 ], [ -75.11674, 39.98673 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180021", "device_counts": 660, "stop_counts": 2656 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105915, 39.988037 ], [ -75.105064, 39.987073 ], [ -75.103366, 39.985129 ], [ -75.102999, 39.98472 ], [ -75.105437, 39.983452 ], [ -75.108359, 39.986753 ], [ -75.105915, 39.988037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183001", "device_counts": 911, "stop_counts": 3464 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079364, 39.994264 ], [ -75.073491, 39.997297 ], [ -75.072513, 39.996193 ], [ -75.069049, 39.999566 ], [ -75.065419, 39.995046 ], [ -75.066765, 39.99318 ], [ -75.071834, 39.99042 ], [ -75.064645979616898, 39.985641523490607 ], [ -75.067664096638595, 39.983171324838914 ], [ -75.078288, 39.990945 ], [ -75.080785, 39.993572 ], [ -75.079364, 39.994264 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188006", "device_counts": 578, "stop_counts": 2215 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.110983, 39.997801 ], [ -75.109848, 39.998436 ], [ -75.107775, 39.996084 ], [ -75.106215, 39.996224 ], [ -75.108487, 39.994991 ], [ -75.109617, 39.995123 ], [ -75.111558, 39.997475 ], [ -75.110983, 39.997801 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037021", "device_counts": 1575, "stop_counts": 2953 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183295, 39.923575 ], [ -75.182243, 39.923442 ], [ -75.181698, 39.925924 ], [ -75.181159, 39.92585 ], [ -75.179242, 39.925606 ], [ -75.176088, 39.925198 ], [ -75.176295, 39.92425 ], [ -75.179651, 39.923652 ], [ -75.180313, 39.92354 ], [ -75.181424, 39.923337 ], [ -75.181703, 39.92329 ], [ -75.183434, 39.922939 ], [ -75.183295, 39.923575 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039022", "device_counts": 1721, "stop_counts": 4688 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175217, 39.915653 ], [ -75.174302, 39.918562 ], [ -75.171122, 39.918152 ], [ -75.171423, 39.916757 ], [ -75.171877, 39.914256 ], [ -75.175394, 39.914691 ], [ -75.175217, 39.915653 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041011", "device_counts": 959, "stop_counts": 4089 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158192, 39.922891 ], [ -75.157666, 39.925313 ], [ -75.156095, 39.925103 ], [ -75.154526, 39.924895 ], [ -75.155056, 39.922495 ], [ -75.155233, 39.921686 ], [ -75.158363, 39.922092 ], [ -75.158192, 39.922891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041013", "device_counts": 890, "stop_counts": 2362 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162876, 39.923489 ], [ -75.158192, 39.922891 ], [ -75.158363, 39.922092 ], [ -75.159904, 39.922287 ], [ -75.160275, 39.920611 ], [ -75.163412, 39.921015 ], [ -75.162876, 39.923489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041024", "device_counts": 613, "stop_counts": 1706 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163412, 39.921015 ], [ -75.160275, 39.920611 ], [ -75.160826, 39.918116 ], [ -75.161362, 39.918177 ], [ -75.163956, 39.918518 ], [ -75.163412, 39.921015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041022", "device_counts": 1545, "stop_counts": 3989 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161362, 39.918177 ], [ -75.160826, 39.918116 ], [ -75.156139, 39.917515 ], [ -75.156708, 39.914869 ], [ -75.159844, 39.915286 ], [ -75.161956, 39.915546 ], [ -75.161362, 39.918177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055002", "device_counts": 560, "stop_counts": 2617 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248751, 39.909248 ], [ -75.246021, 39.911148 ], [ -75.243939, 39.910021 ], [ -75.242832, 39.911272 ], [ -75.241558, 39.907257 ], [ -75.244247, 39.908271 ], [ -75.247414, 39.906162 ], [ -75.246275, 39.90746 ], [ -75.248751, 39.909248 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060002", "device_counts": 660, "stop_counts": 1964 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238529, 39.908213 ], [ -75.231662, 39.912252 ], [ -75.230417, 39.911046 ], [ -75.231964, 39.909874 ], [ -75.235164, 39.906453 ], [ -75.237281, 39.908241 ], [ -75.238529, 39.908213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064001", "device_counts": 962, "stop_counts": 5335 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242972, 39.93094 ], [ -75.237726, 39.92932 ], [ -75.235478, 39.928877 ], [ -75.236986, 39.927821 ], [ -75.235594, 39.92664 ], [ -75.236833, 39.925765 ], [ -75.239493, 39.928024 ], [ -75.238729, 39.928585 ], [ -75.239873, 39.928824 ], [ -75.239625, 39.92957 ], [ -75.241996, 39.930036 ], [ -75.242254, 39.929287 ], [ -75.243254, 39.92947 ], [ -75.242972, 39.93094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065001", "device_counts": 354, "stop_counts": 419 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231533, 39.933634 ], [ -75.228533, 39.935732 ], [ -75.227252, 39.934661 ], [ -75.230248, 39.932551 ], [ -75.231276, 39.931827 ], [ -75.232567, 39.932912 ], [ -75.231533, 39.933634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066001", "device_counts": 2028, "stop_counts": 7936 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230654, 39.928158 ], [ -75.229222, 39.929172 ], [ -75.227589, 39.930313 ], [ -75.230248, 39.932551 ], [ -75.227252, 39.934661 ], [ -75.224592, 39.93241 ], [ -75.222696, 39.930808 ], [ -75.22278, 39.930749 ], [ -75.227309, 39.927571 ], [ -75.22869, 39.926602 ], [ -75.2294, 39.927156 ], [ -75.230654, 39.928158 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139001", "device_counts": 435, "stop_counts": 1207 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174393, 39.97938 ], [ -75.172799, 39.97916 ], [ -75.171213, 39.978952 ], [ -75.171813, 39.976164 ], [ -75.173414, 39.976363 ], [ -75.173126, 39.97775 ], [ -75.174393, 39.97938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010143002", "device_counts": 841, "stop_counts": 885 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129432, 39.970543 ], [ -75.127716, 39.971081 ], [ -75.127102, 39.97135 ], [ -75.125899, 39.971765 ], [ -75.124954, 39.969879 ], [ -75.126008, 39.969362 ], [ -75.126535, 39.970303 ], [ -75.127225, 39.970029 ], [ -75.127301, 39.968823 ], [ -75.12899, 39.967518 ], [ -75.130452, 39.970189 ], [ -75.129432, 39.970543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245003", "device_counts": 1019, "stop_counts": 3464 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164809, 40.036452 ], [ -75.16405, 40.036816 ], [ -75.162752, 40.037499 ], [ -75.162077, 40.038163 ], [ -75.158341, 40.042021 ], [ -75.158363, 40.036346 ], [ -75.158834, 40.035884 ], [ -75.159601, 40.035137 ], [ -75.162906, 40.031923 ], [ -75.164571, 40.032912 ], [ -75.16298, 40.036142 ], [ -75.165094, 40.036234 ], [ -75.164809, 40.036452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246003", "device_counts": 1953, "stop_counts": 5312 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177757, 40.039401 ], [ -75.17573, 40.041333 ], [ -75.173355, 40.04362 ], [ -75.172201, 40.042922 ], [ -75.174567, 40.040638 ], [ -75.172027, 40.039141 ], [ -75.17206, 40.038118 ], [ -75.171368, 40.037315 ], [ -75.172726, 40.035986 ], [ -75.173951, 40.035193 ], [ -75.175208, 40.036232 ], [ -75.176428, 40.037794 ], [ -75.177629, 40.039229 ], [ -75.177757, 40.039401 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247005", "device_counts": 765, "stop_counts": 2695 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172027, 40.039141 ], [ -75.170855, 40.040445 ], [ -75.169492, 40.044531 ], [ -75.167207, 40.043149 ], [ -75.165819, 40.042309 ], [ -75.166622, 40.040379 ], [ -75.168911, 40.03847 ], [ -75.170588, 40.0381 ], [ -75.171368, 40.037315 ], [ -75.17206, 40.038118 ], [ -75.172027, 40.039141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252005", "device_counts": 301, "stop_counts": 864 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176247, 40.047752 ], [ -75.17326, 40.050667 ], [ -75.172888, 40.050431 ], [ -75.171755, 40.048359 ], [ -75.171536, 40.047888 ], [ -75.173686, 40.045803 ], [ -75.174713, 40.046823 ], [ -75.176247, 40.047752 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253003", "device_counts": 628, "stop_counts": 1756 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186535, 40.056209 ], [ -75.184472, 40.054919 ], [ -75.182944, 40.053989 ], [ -75.181906, 40.053341 ], [ -75.184693, 40.050641 ], [ -75.185221, 40.051585 ], [ -75.185287, 40.051743 ], [ -75.187306, 40.055484 ], [ -75.186535, 40.056209 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253001", "device_counts": 356, "stop_counts": 1180 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180252, 40.054955 ], [ -75.18052, 40.055118 ], [ -75.179017, 40.05658 ], [ -75.175743, 40.054577 ], [ -75.177193, 40.05308 ], [ -75.177983, 40.05356 ], [ -75.179616, 40.051956 ], [ -75.181906, 40.053341 ], [ -75.180252, 40.054955 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257001", "device_counts": 2153, "stop_counts": 6558 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199361, 40.075928 ], [ -75.197601, 40.077991 ], [ -75.189117, 40.073124 ], [ -75.190594, 40.071973 ], [ -75.193222, 40.06909 ], [ -75.196263, 40.073051 ], [ -75.199496, 40.07547 ], [ -75.199361, 40.075928 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259002", "device_counts": 306, "stop_counts": 1417 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176145, 40.079288 ], [ -75.175627, 40.07984 ], [ -75.172621, 40.078103 ], [ -75.174171, 40.076549 ], [ -75.177137, 40.078269 ], [ -75.176145, 40.079288 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261002", "device_counts": 1012, "stop_counts": 2322 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180482, 40.070191 ], [ -75.178918, 40.069175 ], [ -75.174044, 40.067381 ], [ -75.173459, 40.067054 ], [ -75.175327, 40.065216 ], [ -75.176526, 40.065896 ], [ -75.181751, 40.068902 ], [ -75.180482, 40.070191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348012", "device_counts": 1594, "stop_counts": 6244 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024818, 40.060286 ], [ -75.021992, 40.063113 ], [ -75.021185, 40.061691 ], [ -75.020575, 40.061252 ], [ -75.019815, 40.060783 ], [ -75.014444, 40.057424 ], [ -75.012828, 40.056404 ], [ -75.019047, 40.056391 ], [ -75.022122, 40.056373 ], [ -75.024345, 40.05644 ], [ -75.024701, 40.057278 ], [ -75.024818, 40.060286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264004", "device_counts": 331, "stop_counts": 1451 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162018, 40.063095 ], [ -75.160688, 40.064468 ], [ -75.158621, 40.063281 ], [ -75.161105, 40.060726 ], [ -75.163166, 40.061911 ], [ -75.162018, 40.063095 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265002", "device_counts": 354, "stop_counts": 910 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158413, 40.059181 ], [ -75.15642, 40.061234 ], [ -75.15597, 40.060525 ], [ -75.15175, 40.06222 ], [ -75.151141, 40.061326 ], [ -75.153763, 40.060098 ], [ -75.152752, 40.05859 ], [ -75.154904, 40.057595 ], [ -75.156168, 40.057019 ], [ -75.157371, 40.058584 ], [ -75.158413, 40.059181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266001", "device_counts": 381, "stop_counts": 762 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148107, 40.060903 ], [ -75.147649, 40.06301 ], [ -75.146051, 40.062926 ], [ -75.145187, 40.066692 ], [ -75.143117, 40.065493 ], [ -75.140709, 40.064133 ], [ -75.14117, 40.063012 ], [ -75.142182, 40.058424 ], [ -75.142292, 40.057941 ], [ -75.143167, 40.058143 ], [ -75.145445, 40.058254 ], [ -75.149219, 40.058432 ], [ -75.148107, 40.060903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267007", "device_counts": 584, "stop_counts": 1288 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149219, 40.058432 ], [ -75.145445, 40.058254 ], [ -75.146002, 40.055765 ], [ -75.149478, 40.056217 ], [ -75.149219, 40.058432 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268003", "device_counts": 1699, "stop_counts": 4701 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143571, 40.052297 ], [ -75.143189, 40.05381 ], [ -75.142849, 40.055357 ], [ -75.142292, 40.057941 ], [ -75.142182, 40.058424 ], [ -75.140544, 40.058209 ], [ -75.139067, 40.058017 ], [ -75.141106, 40.054608 ], [ -75.141443, 40.054208 ], [ -75.14156, 40.053599 ], [ -75.142214, 40.050563 ], [ -75.143841, 40.050771 ], [ -75.143571, 40.052297 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272001", "device_counts": 427, "stop_counts": 3815 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117104, 40.050304 ], [ -75.112363, 40.047563 ], [ -75.112588, 40.04638 ], [ -75.117478, 40.048927 ], [ -75.117104, 40.050304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272003", "device_counts": 891, "stop_counts": 4345 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122776, 40.049613 ], [ -75.122147, 40.053177 ], [ -75.118652, 40.051186 ], [ -75.117104, 40.050304 ], [ -75.117478, 40.048927 ], [ -75.118503, 40.049061 ], [ -75.119454, 40.04448 ], [ -75.121432, 40.044731 ], [ -75.123566, 40.044993 ], [ -75.122776, 40.049613 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273005", "device_counts": 584, "stop_counts": 965 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122078, 40.041664 ], [ -75.121754, 40.04317 ], [ -75.119782, 40.042926 ], [ -75.120103, 40.041417 ], [ -75.120434, 40.039886 ], [ -75.12281, 40.040181 ], [ -75.122078, 40.041664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274023", "device_counts": 628, "stop_counts": 1645 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126977, 40.039155 ], [ -75.124744, 40.038876 ], [ -75.123535, 40.038719 ], [ -75.123686, 40.037144 ], [ -75.12386, 40.035562 ], [ -75.127641, 40.036063 ], [ -75.126977, 40.039155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306003", "device_counts": 687, "stop_counts": 1031 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.098017, 40.047096 ], [ -75.095623, 40.049584 ], [ -75.094593, 40.050655 ], [ -75.094183, 40.051071 ], [ -75.092242, 40.049978 ], [ -75.095999, 40.046002 ], [ -75.098017, 40.047096 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306001", "device_counts": 1521, "stop_counts": 8335 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091268, 40.048083 ], [ -75.091416, 40.049543 ], [ -75.091173, 40.051098 ], [ -75.088873, 40.050674 ], [ -75.088344, 40.051235 ], [ -75.087804, 40.051795 ], [ -75.085989, 40.050878 ], [ -75.086165, 40.050024 ], [ -75.086975, 40.048567 ], [ -75.088312, 40.045514 ], [ -75.091098, 40.04706 ], [ -75.091859, 40.047485 ], [ -75.091268, 40.048083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308001", "device_counts": 406, "stop_counts": 1056 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.08498, 40.058893 ], [ -75.078631, 40.055357 ], [ -75.079814, 40.054084 ], [ -75.081865, 40.055214 ], [ -75.083654, 40.056213 ], [ -75.085676, 40.057208 ], [ -75.08498, 40.058893 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310001", "device_counts": 935, "stop_counts": 1586 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069721, 40.053284 ], [ -75.068503, 40.05259 ], [ -75.066045, 40.051181 ], [ -75.068475, 40.048729 ], [ -75.072108, 40.050765 ], [ -75.069721, 40.053284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311012", "device_counts": 429, "stop_counts": 1671 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078996, 40.043455 ], [ -75.075452, 40.041477 ], [ -75.076652, 40.040257 ], [ -75.080164, 40.042213 ], [ -75.078996, 40.043455 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313004", "device_counts": 1364, "stop_counts": 5438 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076652, 40.040257 ], [ -75.075452, 40.041477 ], [ -75.075032, 40.04194 ], [ -75.073836, 40.043174 ], [ -75.071813, 40.042033 ], [ -75.072996, 40.040803 ], [ -75.075336, 40.038281 ], [ -75.077394, 40.039464 ], [ -75.076652, 40.040257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314022", "device_counts": 655, "stop_counts": 820 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06434, 40.041676 ], [ -75.063143, 40.042901 ], [ -75.061075, 40.041761 ], [ -75.058555, 40.040311 ], [ -75.059801, 40.039152 ], [ -75.061043, 40.037981 ], [ -75.06558, 40.040442 ], [ -75.06434, 40.041676 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314021", "device_counts": 2032, "stop_counts": 3988 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058858, 40.044338 ], [ -75.057048, 40.04603 ], [ -75.054287, 40.044448 ], [ -75.055946, 40.042831 ], [ -75.058555, 40.040311 ], [ -75.061075, 40.041761 ], [ -75.058858, 40.044338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315021", "device_counts": 2944, "stop_counts": 4516 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059801, 40.039152 ], [ -75.058555, 40.040311 ], [ -75.055946, 40.042831 ], [ -75.053865, 40.041545 ], [ -75.055055, 40.040279 ], [ -75.0518, 40.038476 ], [ -75.053584, 40.036574 ], [ -75.056848, 40.03839 ], [ -75.058568, 40.036548 ], [ -75.061043, 40.037981 ], [ -75.059801, 40.039152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315011", "device_counts": 963, "stop_counts": 2467 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045806, 40.039579 ], [ -75.044192, 40.03866 ], [ -75.042536, 40.037722 ], [ -75.04086, 40.036757 ], [ -75.043199, 40.035544 ], [ -75.045778, 40.036986 ], [ -75.047405, 40.037892 ], [ -75.045806, 40.039579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316007", "device_counts": 3444, "stop_counts": 6985 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064362, 40.036306 ], [ -75.062463, 40.036912 ], [ -75.061043, 40.037981 ], [ -75.058568, 40.036548 ], [ -75.060338, 40.034685 ], [ -75.0621, 40.032813 ], [ -75.063188, 40.031566 ], [ -75.064362, 40.036306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318003", "device_counts": 279, "stop_counts": 1809 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079443, 40.031051 ], [ -75.078277, 40.032301 ], [ -75.076783, 40.031474 ], [ -75.077661, 40.030054 ], [ -75.07908, 40.028552 ], [ -75.080866, 40.029556 ], [ -75.079443, 40.031051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320005", "device_counts": 715, "stop_counts": 2063 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.062394, 40.027444 ], [ -75.062207, 40.027471 ], [ -75.059227, 40.027909 ], [ -75.057594, 40.026031 ], [ -75.057806, 40.025174 ], [ -75.059761, 40.024161 ], [ -75.062419, 40.027136 ], [ -75.062394, 40.027444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321002", "device_counts": 453, "stop_counts": 1980 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059304, 40.017638 ], [ -75.055687, 40.019504 ], [ -75.053922, 40.017488 ], [ -75.057542, 40.015615 ], [ -75.059304, 40.017638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325001", "device_counts": 784, "stop_counts": 1979 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048574, 40.032982 ], [ -75.047718, 40.033301 ], [ -75.04677, 40.033683 ], [ -75.045554, 40.032261 ], [ -75.044655, 40.031231 ], [ -75.04744, 40.029792 ], [ -75.048355, 40.029324 ], [ -75.050972, 40.032324 ], [ -75.048574, 40.032982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326004", "device_counts": 248, "stop_counts": 884 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.043304, 40.029688 ], [ -75.041188, 40.030786 ], [ -75.03733, 40.032782 ], [ -75.036906, 40.032252 ], [ -75.036055, 40.031206 ], [ -75.0387, 40.029839 ], [ -75.041957, 40.028152 ], [ -75.042858, 40.029185 ], [ -75.043304, 40.029688 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330006", "device_counts": 502, "stop_counts": 1138 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040594, 40.036859 ], [ -75.039289, 40.03734 ], [ -75.03728, 40.035045 ], [ -75.035488, 40.03299 ], [ -75.036906, 40.032252 ], [ -75.03733, 40.032782 ], [ -75.038616, 40.034355 ], [ -75.039473, 40.035404 ], [ -75.040594, 40.036859 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331022", "device_counts": 660, "stop_counts": 2759 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.030535, 40.044372 ], [ -75.02654, 40.045822 ], [ -75.02603, 40.043117 ], [ -75.02562, 40.042322 ], [ -75.028257, 40.041363 ], [ -75.030535, 40.044372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331012", "device_counts": 1222, "stop_counts": 1767 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041692, 40.038218 ], [ -75.03836, 40.039695 ], [ -75.036639, 40.04046 ], [ -75.035726, 40.040863 ], [ -75.034423, 40.03912 ], [ -75.035331, 40.038788 ], [ -75.036276, 40.038441 ], [ -75.039289, 40.03734 ], [ -75.040594, 40.036859 ], [ -75.04086, 40.036757 ], [ -75.042536, 40.037722 ], [ -75.041692, 40.038218 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067005", "device_counts": 612, "stop_counts": 6289 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22869, 39.926602 ], [ -75.226681, 39.927543 ], [ -75.22484, 39.926055 ], [ -75.225832, 39.925361 ], [ -75.22444, 39.924188 ], [ -75.22495, 39.923838 ], [ -75.226319, 39.922867 ], [ -75.226761, 39.923242 ], [ -75.229818, 39.925811 ], [ -75.22869, 39.926602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009012", "device_counts": 8823, "stop_counts": 16980 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164845, 39.946999 ], [ -75.164752, 39.947424 ], [ -75.164338, 39.949346 ], [ -75.164265, 39.94934 ], [ -75.162114, 39.94908 ], [ -75.162627, 39.946713 ], [ -75.163648, 39.946836 ], [ -75.164772, 39.946983 ], [ -75.164845, 39.946999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012022", "device_counts": 1981, "stop_counts": 2403 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171488, 39.946353 ], [ -75.166767, 39.945768 ], [ -75.168443, 39.945524 ], [ -75.168762, 39.94405 ], [ -75.171906, 39.944443 ], [ -75.171488, 39.946353 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069003", "device_counts": 633, "stop_counts": 2698 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221287, 39.931789 ], [ -75.217058, 39.934733 ], [ -75.215778, 39.935624 ], [ -75.213893, 39.935906 ], [ -75.215569, 39.933489 ], [ -75.215858, 39.933066 ], [ -75.218984, 39.932331 ], [ -75.220628, 39.931175 ], [ -75.219232, 39.930016 ], [ -75.220588, 39.929047 ], [ -75.222696, 39.930808 ], [ -75.221287, 39.931789 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069002", "device_counts": 502, "stop_counts": 1627 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220628, 39.931175 ], [ -75.218984, 39.932331 ], [ -75.215858, 39.933066 ], [ -75.218389, 39.929335 ], [ -75.216769, 39.928686 ], [ -75.214825, 39.929799 ], [ -75.216768, 39.926956 ], [ -75.21931, 39.928012 ], [ -75.220588, 39.929047 ], [ -75.219232, 39.930016 ], [ -75.220628, 39.931175 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071023", "device_counts": 409, "stop_counts": 1409 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229077, 39.940637 ], [ -75.226334, 39.942562 ], [ -75.225508, 39.941871 ], [ -75.224607, 39.941109 ], [ -75.224113, 39.940691 ], [ -75.22548, 39.939725 ], [ -75.226854, 39.938767 ], [ -75.229077, 39.940637 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071025", "device_counts": 204, "stop_counts": 314 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233632, 39.940292 ], [ -75.231676, 39.941671 ], [ -75.230928, 39.942194 ], [ -75.229528, 39.941018 ], [ -75.229077, 39.940637 ], [ -75.231766, 39.93846 ], [ -75.23242, 39.938995 ], [ -75.233632, 39.940292 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072006", "device_counts": 1697, "stop_counts": 3252 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240052, 39.945917 ], [ -75.235917, 39.946793 ], [ -75.235822, 39.946835 ], [ -75.235049, 39.946992 ], [ -75.233604, 39.947351 ], [ -75.233718, 39.944559 ], [ -75.234474, 39.944027 ], [ -75.235219, 39.943494 ], [ -75.237132, 39.943237 ], [ -75.238875, 39.94468 ], [ -75.240266, 39.945866 ], [ -75.240052, 39.945917 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073002", "device_counts": 306, "stop_counts": 733 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22498, 39.943534 ], [ -75.22361, 39.944505 ], [ -75.222759, 39.943806 ], [ -75.221367, 39.942626 ], [ -75.220175, 39.941602 ], [ -75.221545, 39.940652 ], [ -75.222753, 39.941654 ], [ -75.224129, 39.942836 ], [ -75.22498, 39.943534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010077001", "device_counts": 1906, "stop_counts": 6012 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21292, 39.949065 ], [ -75.209259, 39.949541 ], [ -75.208044, 39.949748 ], [ -75.205759, 39.949832 ], [ -75.205656, 39.948053 ], [ -75.207046, 39.946754 ], [ -75.208387, 39.945651 ], [ -75.208733, 39.946839 ], [ -75.210103, 39.946697 ], [ -75.211389, 39.947796 ], [ -75.21292, 39.949065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079002", "device_counts": 1190, "stop_counts": 3676 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218833, 39.950273 ], [ -75.218676, 39.951032 ], [ -75.214691, 39.950542 ], [ -75.212716, 39.950292 ], [ -75.21292, 39.949065 ], [ -75.217121, 39.94861 ], [ -75.219234, 39.948368 ], [ -75.218833, 39.950273 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081024", "device_counts": 936, "stop_counts": 4342 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234856, 39.951444 ], [ -75.234531, 39.953 ], [ -75.230323, 39.952475 ], [ -75.230793, 39.950172 ], [ -75.230959, 39.949438 ], [ -75.235165, 39.949953 ], [ -75.234856, 39.951444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082002", "device_counts": 405, "stop_counts": 1076 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243381, 39.949411 ], [ -75.24323, 39.950172 ], [ -75.239232, 39.949923 ], [ -75.23943, 39.948931 ], [ -75.239641, 39.947932 ], [ -75.243536, 39.948659 ], [ -75.243381, 39.949411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176011", "device_counts": 436, "stop_counts": 591 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138713, 39.998891 ], [ -75.13191, 39.995754 ], [ -75.132367, 39.995776 ], [ -75.134444, 39.996049 ], [ -75.13735, 39.996421 ], [ -75.139199, 39.996661 ], [ -75.138713, 39.998891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083012", "device_counts": 1365, "stop_counts": 3901 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247897, 39.95724 ], [ -75.24739, 39.959662 ], [ -75.243371, 39.959166 ], [ -75.243608, 39.95802 ], [ -75.243975, 39.95626 ], [ -75.247989, 39.956758 ], [ -75.247897, 39.95724 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084005", "device_counts": 732, "stop_counts": 1853 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239909, 39.956313 ], [ -75.237934, 39.956062 ], [ -75.235997, 39.955831 ], [ -75.233984, 39.955579 ], [ -75.234212, 39.954521 ], [ -75.238166, 39.955011 ], [ -75.240137, 39.955252 ], [ -75.239909, 39.956313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085004", "device_counts": 663, "stop_counts": 968 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231937, 39.955319 ], [ -75.226002, 39.954591 ], [ -75.226224, 39.953528 ], [ -75.229999, 39.953996 ], [ -75.232153, 39.954262 ], [ -75.231937, 39.955319 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086023", "device_counts": 610, "stop_counts": 1349 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221559, 39.956461 ], [ -75.221397, 39.957227 ], [ -75.221244, 39.957984 ], [ -75.22092, 39.959505 ], [ -75.219175, 39.959288 ], [ -75.218954, 39.95926 ], [ -75.219421, 39.956979 ], [ -75.219823, 39.955076 ], [ -75.221798, 39.955319 ], [ -75.221559, 39.956461 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091001", "device_counts": 859, "stop_counts": 1767 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199436, 39.962042 ], [ -75.197197, 39.962287 ], [ -75.194297, 39.962607 ], [ -75.194015, 39.961124 ], [ -75.198844, 39.960637 ], [ -75.199436, 39.962042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094001", "device_counts": 229, "stop_counts": 316 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23189, 39.965593 ], [ -75.22992, 39.965352 ], [ -75.230552, 39.96231 ], [ -75.232527, 39.962557 ], [ -75.23189, 39.965593 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165002", "device_counts": 331, "stop_counts": 1369 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15273, 39.992072 ], [ -75.149587, 39.991665 ], [ -75.150238, 39.988684 ], [ -75.151815, 39.988886 ], [ -75.152871, 39.990551 ], [ -75.15273, 39.992072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372001", "device_counts": 2506, "stop_counts": 4916 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172294, 39.912393 ], [ -75.171877, 39.914256 ], [ -75.171423, 39.916757 ], [ -75.167681, 39.916283 ], [ -75.166914, 39.916189 ], [ -75.167462, 39.913675 ], [ -75.165081, 39.913368 ], [ -75.165482, 39.911531 ], [ -75.171928, 39.912348 ], [ -75.172294, 39.912393 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210004", "device_counts": 3495, "stop_counts": 10483 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223694, 40.023712 ], [ -75.221027, 40.026228 ], [ -75.219699, 40.02614 ], [ -75.216241, 40.023419 ], [ -75.215348, 40.023903 ], [ -75.213266, 40.021301 ], [ -75.214841, 40.020594 ], [ -75.213, 40.018652 ], [ -75.214752, 40.017784 ], [ -75.218056, 40.020943 ], [ -75.219583, 40.021713 ], [ -75.222153, 40.022614 ], [ -75.223694, 40.023712 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140001", "device_counts": 4134, "stop_counts": 12471 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167421, 39.972493 ], [ -75.16722, 39.973397 ], [ -75.166463, 39.976877 ], [ -75.164888, 39.976668 ], [ -75.165461, 39.974033 ], [ -75.164069, 39.973009 ], [ -75.162507, 39.972799 ], [ -75.159237, 39.972384 ], [ -75.159442, 39.971467 ], [ -75.159702, 39.970202 ], [ -75.164555, 39.970816 ], [ -75.167703, 39.971211 ], [ -75.167421, 39.972493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010077002", "device_counts": 659, "stop_counts": 1436 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2109, 39.946153 ], [ -75.210103, 39.946697 ], [ -75.208733, 39.946839 ], [ -75.208387, 39.945651 ], [ -75.207046, 39.946754 ], [ -75.205367, 39.944994 ], [ -75.20506, 39.943624 ], [ -75.207838, 39.941286 ], [ -75.208799, 39.941644 ], [ -75.207649, 39.942475 ], [ -75.211401, 39.945802 ], [ -75.2109, 39.946153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010147001", "device_counts": 789, "stop_counts": 1183 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16616, 39.978308 ], [ -75.165849, 39.979714 ], [ -75.161134, 39.979106 ], [ -75.161443, 39.977694 ], [ -75.163006, 39.977899 ], [ -75.163325, 39.976471 ], [ -75.164888, 39.976668 ], [ -75.166463, 39.976877 ], [ -75.16616, 39.978308 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290004", "device_counts": 1143, "stop_counts": 4404 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120614, 40.027626 ], [ -75.120036, 40.028328 ], [ -75.118184, 40.030534 ], [ -75.11721, 40.030312 ], [ -75.116846, 40.028803 ], [ -75.115139, 40.029057 ], [ -75.114461, 40.026784 ], [ -75.117173, 40.026386 ], [ -75.119735, 40.026017 ], [ -75.122279, 40.02565 ], [ -75.120614, 40.027626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010386001", "device_counts": 2505, "stop_counts": 8736 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221348, 40.072432 ], [ -75.222268, 40.073056 ], [ -75.215751, 40.072877 ], [ -75.215385, 40.073257 ], [ -75.211625, 40.070754 ], [ -75.2112, 40.068809 ], [ -75.211138, 40.068318 ], [ -75.208933, 40.067015 ], [ -75.209573, 40.066375 ], [ -75.206782, 40.064755 ], [ -75.20615, 40.065376 ], [ -75.204744, 40.064538 ], [ -75.20714, 40.062139 ], [ -75.202545, 40.059884 ], [ -75.201625, 40.056796 ], [ -75.204845, 40.054823 ], [ -75.201462, 40.052316 ], [ -75.198319, 40.050328 ], [ -75.196511, 40.049188 ], [ -75.198059, 40.047739 ], [ -75.198411, 40.045827 ], [ -75.201433, 40.042404 ], [ -75.207005, 40.047063 ], [ -75.209622, 40.047047 ], [ -75.209969, 40.047081 ], [ -75.212717, 40.049239 ], [ -75.214124, 40.049661 ], [ -75.217922, 40.055271 ], [ -75.217672, 40.055359 ], [ -75.213767, 40.056678 ], [ -75.212549, 40.058425 ], [ -75.214011, 40.0571 ], [ -75.216866, 40.057179 ], [ -75.21901, 40.060468 ], [ -75.220769, 40.064065 ], [ -75.218506, 40.066949 ], [ -75.215152, 40.069139 ], [ -75.215983, 40.069557 ], [ -75.218898, 40.067813 ], [ -75.222536, 40.071328 ], [ -75.221348, 40.072432 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373001", "device_counts": 6466, "stop_counts": 11080 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177806, 39.91309 ], [ -75.172294, 39.912393 ], [ -75.171928, 39.912348 ], [ -75.169806, 39.911326 ], [ -75.17081, 39.908594 ], [ -75.173234, 39.908002 ], [ -75.178512, 39.90867 ], [ -75.177806, 39.91309 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353013", "device_counts": 1245, "stop_counts": 2488 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.995269, 40.062344 ], [ -74.991704, 40.062339 ], [ -74.987379, 40.065368 ], [ -74.986875, 40.064955 ], [ -74.985576, 40.063345 ], [ -74.990432, 40.060396 ], [ -74.991709, 40.061095 ], [ -74.995269, 40.062344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010376001", "device_counts": 7685, "stop_counts": 18291 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155093, 39.958709 ], [ -75.154512, 39.961711 ], [ -75.154312, 39.962614 ], [ -75.152146, 39.962452 ], [ -75.148029, 39.962265 ], [ -75.148181, 39.961418 ], [ -75.14913, 39.956191 ], [ -75.151223, 39.956862 ], [ -75.154451, 39.956777 ], [ -75.155538, 39.956923 ], [ -75.155093, 39.958709 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019809001", "device_counts": 38416, "stop_counts": 124504 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.257003, 39.878422 ], [ -75.254897, 39.880006 ], [ -75.246231, 39.889505 ], [ -75.241825, 39.892006 ], [ -75.243752, 39.893025 ], [ -75.238643, 39.898691 ], [ -75.240331, 39.904113 ], [ -75.237752, 39.904713 ], [ -75.235164, 39.906453 ], [ -75.231964, 39.909874 ], [ -75.230417, 39.911046 ], [ -75.22918, 39.909127 ], [ -75.224988, 39.915064 ], [ -75.223236, 39.917589 ], [ -75.221873, 39.919551 ], [ -75.216768, 39.926956 ], [ -75.212428, 39.92523 ], [ -75.211253, 39.928519 ], [ -75.206204, 39.934974 ], [ -75.206173, 39.935067 ], [ -75.206101, 39.935281 ], [ -75.206072, 39.935371 ], [ -75.215858, 39.933066 ], [ -75.215569, 39.933489 ], [ -75.213893, 39.935906 ], [ -75.215778, 39.935624 ], [ -75.212064, 39.938213 ], [ -75.207838, 39.941286 ], [ -75.207099, 39.941281 ], [ -75.205185, 39.941116 ], [ -75.205431, 39.93877 ], [ -75.20114, 39.937468 ], [ -75.200194, 39.938545 ], [ -75.197924, 39.938063 ], [ -75.199503, 39.934508 ], [ -75.199844, 39.932447 ], [ -75.199586, 39.931807 ], [ -75.194623, 39.92681 ], [ -75.193156, 39.924592 ], [ -75.195045, 39.921011 ], [ -75.192494, 39.921266 ], [ -75.189653, 39.921807 ], [ -75.189413, 39.921073 ], [ -75.19022, 39.915884 ], [ -75.192285, 39.906428 ], [ -75.193987, 39.905633 ], [ -75.193923, 39.900403 ], [ -75.19631, 39.901071 ], [ -75.195253, 39.899322 ], [ -75.196239, 39.893365 ], [ -75.195514, 39.89184 ], [ -75.195217294768597, 39.877343945193211 ], [ -75.199857, 39.873222 ], [ -75.204087, 39.871204 ], [ -75.211515931142685, 39.867051552431704 ], [ -75.216039, 39.871115 ], [ -75.215787, 39.875052 ], [ -75.211873, 39.880681 ], [ -75.212248, 39.883027 ], [ -75.213969, 39.883692 ], [ -75.221643, 39.882386 ], [ -75.223317, 39.883766 ], [ -75.227493, 39.88182 ], [ -75.228516, 39.880973 ], [ -75.229911, 39.882411 ], [ -75.233426, 39.889178 ], [ -75.235941, 39.890059 ], [ -75.239244, 39.889103 ], [ -75.24072, 39.887833 ], [ -75.242544, 39.884969 ], [ -75.24413, 39.881256 ], [ -75.246044, 39.878981 ], [ -75.248463, 39.87765 ], [ -75.253515, 39.876015 ], [ -75.261245, 39.876484 ], [ -75.257003, 39.878422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169021", "device_counts": 785, "stop_counts": 4070 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183009, 39.994439 ], [ -75.182341, 39.997519 ], [ -75.180188, 39.997253 ], [ -75.178576, 39.99704 ], [ -75.179248, 39.993963 ], [ -75.182463, 39.994365 ], [ -75.183009, 39.994439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172024", "device_counts": 730, "stop_counts": 2558 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173282, 39.999516 ], [ -75.170087, 39.999116 ], [ -75.17042, 39.997618 ], [ -75.171997, 39.997826 ], [ -75.172355, 39.99624 ], [ -75.173948, 39.996432 ], [ -75.173282, 39.999516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308003", "device_counts": 962, "stop_counts": 3607 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085794, 40.055424 ], [ -75.085676, 40.057208 ], [ -75.083654, 40.056213 ], [ -75.081865, 40.055214 ], [ -75.079814, 40.054084 ], [ -75.078631, 40.055357 ], [ -75.076734, 40.05735 ], [ -75.075032, 40.056359 ], [ -75.076902, 40.054387 ], [ -75.079334, 40.051809 ], [ -75.079878, 40.051217 ], [ -75.085847, 40.05441 ], [ -75.085794, 40.055424 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107003", "device_counts": 656, "stop_counts": 2448 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211723, 39.970722 ], [ -75.208356, 39.970706 ], [ -75.208038, 39.968984 ], [ -75.211189, 39.968634 ], [ -75.211334, 39.968726 ], [ -75.211723, 39.970722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176022", "device_counts": 612, "stop_counts": 1704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129921, 39.99546 ], [ -75.126054, 39.994957 ], [ -75.126374, 39.993462 ], [ -75.126915, 39.991834 ], [ -75.130122, 39.994573 ], [ -75.129921, 39.99546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010287001", "device_counts": 1600, "stop_counts": 6325 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135664, 40.023155 ], [ -75.133287, 40.023784 ], [ -75.131584, 40.024069 ], [ -75.131594, 40.023893 ], [ -75.131339, 40.023947 ], [ -75.130367, 40.024146 ], [ -75.131171, 40.019997 ], [ -75.134016, 40.020372 ], [ -75.134194, 40.019619 ], [ -75.135434, 40.019782 ], [ -75.135818, 40.020645 ], [ -75.135664, 40.023155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060005", "device_counts": 561, "stop_counts": 2977 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239511, 39.918979 ], [ -75.237427, 39.917207 ], [ -75.236026, 39.916036 ], [ -75.237599, 39.914934 ], [ -75.238984, 39.916102 ], [ -75.241088, 39.917868 ], [ -75.239511, 39.918979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292003", "device_counts": 862, "stop_counts": 3463 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.09399, 40.027037 ], [ -75.092162, 40.02805 ], [ -75.086551, 40.031133 ], [ -75.085263, 40.031381 ], [ -75.08508, 40.031266 ], [ -75.086997, 40.029443 ], [ -75.090563, 40.025791 ], [ -75.091879, 40.024435 ], [ -75.092414, 40.025353 ], [ -75.093609, 40.026718 ], [ -75.09399, 40.027037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095004", "device_counts": 910, "stop_counts": 3439 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239479, 39.968097 ], [ -75.239133, 39.969893 ], [ -75.237455, 39.970141 ], [ -75.237283, 39.968899 ], [ -75.237818, 39.96633 ], [ -75.238137, 39.96481 ], [ -75.24011, 39.965055 ], [ -75.239479, 39.968097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010367001", "device_counts": 13159, "stop_counts": 39605 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14913, 39.956191 ], [ -75.148181, 39.961418 ], [ -75.146557, 39.961255 ], [ -75.146586, 39.962174 ], [ -75.14482, 39.961762 ], [ -75.143279, 39.9614 ], [ -75.142528, 39.964985 ], [ -75.138827, 39.963129 ], [ -75.138081, 39.962936 ], [ -75.139954, 39.956928 ], [ -75.141607, 39.955491 ], [ -75.148408, 39.95633 ], [ -75.14913, 39.956191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362031", "device_counts": 2936, "stop_counts": 7367 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.97582, 40.081889 ], [ -74.973763, 40.084534 ], [ -74.971945, 40.086891 ], [ -74.971509, 40.087342 ], [ -74.968451, 40.084426 ], [ -74.966814, 40.082209 ], [ -74.97031, 40.080347 ], [ -74.973615, 40.078901 ], [ -74.975247, 40.078848 ], [ -74.97725, 40.080506 ], [ -74.97582, 40.081889 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256002", "device_counts": 530, "stop_counts": 1661 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192891, 40.062662 ], [ -75.188921, 40.066497 ], [ -75.187657, 40.065837 ], [ -75.185757, 40.065121 ], [ -75.188629, 40.062443 ], [ -75.191054, 40.060176 ], [ -75.191876, 40.061257 ], [ -75.192891, 40.062662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019002", "device_counts": 2308, "stop_counts": 6058 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177761, 39.941461 ], [ -75.177598, 39.942228 ], [ -75.174104, 39.941793 ], [ -75.174271, 39.941021 ], [ -75.174481, 39.940056 ], [ -75.171341, 39.939663 ], [ -75.171602, 39.938447 ], [ -75.173173, 39.938641 ], [ -75.17631, 39.939021 ], [ -75.178251, 39.939268 ], [ -75.177761, 39.941461 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071022", "device_counts": 410, "stop_counts": 2346 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231766, 39.93846 ], [ -75.229077, 39.940637 ], [ -75.226854, 39.938767 ], [ -75.227831, 39.938077 ], [ -75.228358, 39.9377 ], [ -75.229726, 39.936743 ], [ -75.230224, 39.937177 ], [ -75.231766, 39.93846 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082004", "device_counts": 358, "stop_counts": 1218 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245999, 39.94656 ], [ -75.244026, 39.946316 ], [ -75.242107, 39.945829 ], [ -75.241771, 39.945297 ], [ -75.246634, 39.943541 ], [ -75.245999, 39.94656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164003", "device_counts": 1164, "stop_counts": 3632 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147887, 39.993078 ], [ -75.142999, 39.992449 ], [ -75.143668, 39.989365 ], [ -75.147542, 39.989863 ], [ -75.148305, 39.990968 ], [ -75.147887, 39.993078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255003", "device_counts": 1017, "stop_counts": 2113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191054, 40.060176 ], [ -75.188629, 40.062443 ], [ -75.186236, 40.060989 ], [ -75.183366, 40.05922 ], [ -75.186535, 40.056209 ], [ -75.187306, 40.055484 ], [ -75.188077, 40.056898 ], [ -75.189423, 40.058417 ], [ -75.19022, 40.059199 ], [ -75.191054, 40.060176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289022", "device_counts": 763, "stop_counts": 2993 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116106, 40.022109 ], [ -75.114917, 40.021956 ], [ -75.114348, 40.024951 ], [ -75.113323, 40.024916 ], [ -75.114461, 40.026784 ], [ -75.112773, 40.027036 ], [ -75.111664, 40.025651 ], [ -75.111228, 40.023211 ], [ -75.110242, 40.022242 ], [ -75.110835, 40.02172 ], [ -75.112217, 40.020056 ], [ -75.116243, 40.020558 ], [ -75.116106, 40.022109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289012", "device_counts": 1547, "stop_counts": 6495 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116272, 40.017423 ], [ -75.117154, 40.019006 ], [ -75.116404, 40.018909 ], [ -75.113951, 40.018603 ], [ -75.108678, 40.017942 ], [ -75.109024, 40.016286 ], [ -75.11136, 40.015867 ], [ -75.111811, 40.013662 ], [ -75.112161, 40.012085 ], [ -75.119439, 40.013026 ], [ -75.116272, 40.017423 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164001", "device_counts": 1367, "stop_counts": 2507 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142999, 39.992449 ], [ -75.142173, 39.992343 ], [ -75.140198, 39.992086 ], [ -75.138352, 39.991851 ], [ -75.139021, 39.988764 ], [ -75.140861, 39.989001 ], [ -75.142846, 39.989257 ], [ -75.143668, 39.989365 ], [ -75.142999, 39.992449 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010239001", "device_counts": 1215, "stop_counts": 3820 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190086, 40.038232 ], [ -75.188797, 40.03948 ], [ -75.187922, 40.037547 ], [ -75.188396, 40.037255 ], [ -75.182925, 40.034066 ], [ -75.181235, 40.033097 ], [ -75.183058, 40.03129 ], [ -75.184519, 40.032497 ], [ -75.186455, 40.033226 ], [ -75.190987, 40.037353 ], [ -75.190086, 40.038232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363034", "device_counts": 461, "stop_counts": 2766 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.970261, 40.097964 ], [ -74.968536, 40.098492 ], [ -74.967496, 40.100803 ], [ -74.967515, 40.101869 ], [ -74.96767, 40.1027 ], [ -74.962196, 40.103382 ], [ -74.961156, 40.103446 ], [ -74.960807, 40.101572 ], [ -74.96163, 40.097804 ], [ -74.962107, 40.097709 ], [ -74.964688, 40.097347 ], [ -74.970028, 40.096943 ], [ -74.970623, 40.096983 ], [ -74.970261, 40.097964 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315022", "device_counts": 1420, "stop_counts": 1706 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054287, 40.044448 ], [ -75.052228, 40.043271 ], [ -75.049027, 40.041412 ], [ -75.05122, 40.039091 ], [ -75.0518, 40.038476 ], [ -75.055055, 40.040279 ], [ -75.053865, 40.041545 ], [ -75.055946, 40.042831 ], [ -75.054287, 40.044448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314012", "device_counts": 1193, "stop_counts": 2367 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.067109, 40.047015 ], [ -75.066427, 40.046619 ], [ -75.063437, 40.049751 ], [ -75.061374, 40.048585 ], [ -75.06446, 40.045522 ], [ -75.061926, 40.04411 ], [ -75.063143, 40.042901 ], [ -75.065919, 40.044399 ], [ -75.066547, 40.044741 ], [ -75.068338, 40.045728 ], [ -75.067109, 40.047015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042021", "device_counts": 1749, "stop_counts": 6419 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151014, 39.916842 ], [ -75.15073, 39.918097 ], [ -75.150461, 39.919345 ], [ -75.147813, 39.919001 ], [ -75.146538, 39.91884 ], [ -75.147357, 39.91509 ], [ -75.151276, 39.9156 ], [ -75.151014, 39.916842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010011", "device_counts": 11029, "stop_counts": 23482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153424, 39.946817 ], [ -75.153174, 39.947962 ], [ -75.152337, 39.949421 ], [ -75.149186, 39.949032 ], [ -75.149954, 39.945505 ], [ -75.150764, 39.945558 ], [ -75.153184, 39.945536 ], [ -75.153424, 39.946817 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082006", "device_counts": 737, "stop_counts": 2423 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249371, 39.950153 ], [ -75.243381, 39.949411 ], [ -75.243536, 39.948659 ], [ -75.244026, 39.946316 ], [ -75.245999, 39.94656 ], [ -75.249258, 39.9473 ], [ -75.249371, 39.950153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372002", "device_counts": 1674, "stop_counts": 3693 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165081, 39.913368 ], [ -75.16453, 39.915875 ], [ -75.161956, 39.915546 ], [ -75.159844, 39.915286 ], [ -75.160789, 39.910942 ], [ -75.165482, 39.911531 ], [ -75.165081, 39.913368 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082005", "device_counts": 834, "stop_counts": 1966 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.251577, 39.952127 ], [ -75.250816, 39.953475 ], [ -75.244719, 39.952676 ], [ -75.242754, 39.952432 ], [ -75.243068, 39.950926 ], [ -75.249056, 39.951679 ], [ -75.249371, 39.950153 ], [ -75.249258, 39.9473 ], [ -75.245999, 39.94656 ], [ -75.246634, 39.943541 ], [ -75.247028, 39.943414 ], [ -75.247208, 39.943904 ], [ -75.250118, 39.94697 ], [ -75.251609, 39.951466 ], [ -75.251577, 39.952127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260002", "device_counts": 360, "stop_counts": 1177 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170406, 40.074391 ], [ -75.170822, 40.076226 ], [ -75.167309, 40.074208 ], [ -75.167097, 40.07332 ], [ -75.16899, 40.071473 ], [ -75.171716, 40.073039 ], [ -75.170406, 40.074391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382003", "device_counts": 6924, "stop_counts": 19475 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101811, 40.002863 ], [ -75.094849, 40.006678 ], [ -75.094104, 40.007096 ], [ -75.092574, 40.007932 ], [ -75.092494, 40.007976 ], [ -75.092088, 40.007531 ], [ -75.092011, 40.007299 ], [ -75.09205, 40.007033 ], [ -75.092196, 40.006789 ], [ -75.09263, 40.006343 ], [ -75.092775, 40.005977 ], [ -75.092811, 40.005871 ], [ -75.0927, 40.005674 ], [ -75.092482, 40.005427 ], [ -75.092057, 40.004937 ], [ -75.090028, 40.004264 ], [ -75.088513, 40.00354 ], [ -75.087984, 40.00303 ], [ -75.087369, 40.001571 ], [ -75.087302, 40.000157 ], [ -75.086895, 39.999532 ], [ -75.086234, 39.998967 ], [ -75.08637, 39.998895 ], [ -75.086505, 39.998825 ], [ -75.094523, 39.994603 ], [ -75.097949, 39.998496 ], [ -75.098979, 39.999688 ], [ -75.099609, 40.000365 ], [ -75.099998, 40.000816 ], [ -75.100085, 40.000977 ], [ -75.100973, 40.001086 ], [ -75.103179, 40.002096 ], [ -75.101811, 40.002863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254003", "device_counts": 280, "stop_counts": 1880 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181313, 40.061221 ], [ -75.179314, 40.060393 ], [ -75.178248, 40.059704 ], [ -75.180513, 40.057498 ], [ -75.183366, 40.05922 ], [ -75.181313, 40.061221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112002", "device_counts": 508, "stop_counts": 2767 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232182, 39.973599 ], [ -75.231194, 39.973709 ], [ -75.229266, 39.973926 ], [ -75.229026, 39.972644 ], [ -75.228735, 39.971107 ], [ -75.231617, 39.970789 ], [ -75.232182, 39.973599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177022", "device_counts": 1119, "stop_counts": 5025 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123212, 39.993054 ], [ -75.122221, 39.992929 ], [ -75.121617, 39.99592 ], [ -75.119665, 39.995671 ], [ -75.12031, 39.992672 ], [ -75.123686, 39.990836 ], [ -75.123212, 39.993054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115003", "device_counts": 610, "stop_counts": 2780 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.252323, 39.976786 ], [ -75.250979, 39.977684 ], [ -75.248944, 39.979106 ], [ -75.248628, 39.978707 ], [ -75.247797, 39.975079 ], [ -75.250203, 39.974815 ], [ -75.251914, 39.974623 ], [ -75.252323, 39.976786 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170002", "device_counts": 4489, "stop_counts": 11605 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182239, 40.011676 ], [ -75.175669, 40.016051 ], [ -75.16914, 40.008832 ], [ -75.169741, 40.008585 ], [ -75.172209, 40.007898 ], [ -75.173853, 40.007468 ], [ -75.178633, 40.005052 ], [ -75.179692, 40.007898 ], [ -75.180147, 40.009251 ], [ -75.182239, 40.011676 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037011", "device_counts": 806, "stop_counts": 2259 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178705, 39.928046 ], [ -75.178615, 39.928469 ], [ -75.178445, 39.929271 ], [ -75.175289, 39.928867 ], [ -75.175562, 39.927642 ], [ -75.175741, 39.92685 ], [ -75.178859, 39.927265 ], [ -75.178705, 39.928046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326007", "device_counts": 436, "stop_counts": 737 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040219, 40.026061 ], [ -75.036898, 40.027779 ], [ -75.034354, 40.029096 ], [ -75.032752, 40.02705 ], [ -75.039452, 40.022917 ], [ -75.038625, 40.024239 ], [ -75.039768, 40.025551 ], [ -75.040219, 40.026061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330003", "device_counts": 382, "stop_counts": 548 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.039289, 40.03734 ], [ -75.036276, 40.038441 ], [ -75.034538, 40.036464 ], [ -75.03728, 40.035045 ], [ -75.039289, 40.03734 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024004", "device_counts": 2363, "stop_counts": 4662 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158424, 39.936372 ], [ -75.15815, 39.937589 ], [ -75.156622, 39.937182 ], [ -75.15506, 39.936807 ], [ -75.155304, 39.935934 ], [ -75.155577, 39.934667 ], [ -75.157089, 39.935103 ], [ -75.157351, 39.934897 ], [ -75.158669, 39.935226 ], [ -75.158424, 39.936372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040021", "device_counts": 613, "stop_counts": 1007 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166563, 39.921418 ], [ -75.163412, 39.921015 ], [ -75.163956, 39.918518 ], [ -75.167085, 39.918959 ], [ -75.166563, 39.921418 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271001", "device_counts": 1042, "stop_counts": 2558 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12632, 40.055481 ], [ -75.124916, 40.054684 ], [ -75.122147, 40.053177 ], [ -75.122776, 40.049613 ], [ -75.124614, 40.049849 ], [ -75.125298, 40.051492 ], [ -75.127143, 40.051748 ], [ -75.12632, 40.055481 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274011", "device_counts": 812, "stop_counts": 2451 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12916, 40.04257 ], [ -75.128834, 40.044086 ], [ -75.128495, 40.045626 ], [ -75.126639, 40.045392 ], [ -75.126987, 40.043857 ], [ -75.127317, 40.04232 ], [ -75.126311, 40.042203 ], [ -75.126643, 40.040681 ], [ -75.129498, 40.041048 ], [ -75.12916, 40.04257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010174001", "device_counts": 1572, "stop_counts": 3842 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149877, 39.998385 ], [ -75.15002, 39.999096 ], [ -75.147717, 39.999974 ], [ -75.147404, 39.99924 ], [ -75.146731, 39.997627 ], [ -75.14708, 39.996143 ], [ -75.147461, 39.994656 ], [ -75.147887, 39.993078 ], [ -75.149238, 39.993253 ], [ -75.150813, 39.99346 ], [ -75.149877, 39.998385 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259004", "device_counts": 202, "stop_counts": 883 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180901, 40.080219 ], [ -75.179756, 40.081333 ], [ -75.176145, 40.079288 ], [ -75.177137, 40.078269 ], [ -75.179022, 40.079344 ], [ -75.180238, 40.078084 ], [ -75.182053, 40.079102 ], [ -75.180901, 40.080219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010208001", "device_counts": 632, "stop_counts": 2612 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193231, 40.024996 ], [ -75.185463, 40.028875 ], [ -75.181668, 40.025657 ], [ -75.190007, 40.022524 ], [ -75.191105, 40.021663 ], [ -75.193048, 40.023558 ], [ -75.193308, 40.024091 ], [ -75.193231, 40.024996 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037013", "device_counts": 1090, "stop_counts": 3057 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182804, 39.928575 ], [ -75.180624, 39.928289 ], [ -75.178705, 39.928046 ], [ -75.178859, 39.927265 ], [ -75.179242, 39.925606 ], [ -75.181159, 39.92585 ], [ -75.181698, 39.925924 ], [ -75.182743, 39.926058 ], [ -75.18333, 39.926134 ], [ -75.182804, 39.928575 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352001", "device_counts": 1396, "stop_counts": 5803 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.998259, 40.05808 ], [ -74.991254, 40.059949 ], [ -74.990432, 40.060396 ], [ -74.985576, 40.063345 ], [ -74.984171, 40.064075 ], [ -74.982355, 40.064672 ], [ -74.981154, 40.064912 ], [ -74.980718, 40.06472 ], [ -74.980378, 40.060349 ], [ -74.984302, 40.05585 ], [ -74.983904, 40.054994 ], [ -74.984098, 40.054782 ], [ -74.984752, 40.055355 ], [ -74.987256, 40.05286 ], [ -74.990389, 40.050984 ], [ -74.994151, 40.054401 ], [ -74.998259, 40.05808 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382002", "device_counts": 3599, "stop_counts": 8541 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.107339, 39.989644 ], [ -75.100302, 39.993322 ], [ -75.098035, 39.990748 ], [ -75.099128, 39.990172 ], [ -75.102621, 39.988348 ], [ -75.105064, 39.987073 ], [ -75.105915, 39.988037 ], [ -75.107339, 39.989644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134022", "device_counts": 1069, "stop_counts": 2871 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168804, 39.966145 ], [ -75.168569, 39.967226 ], [ -75.165349, 39.967149 ], [ -75.165813, 39.965075 ], [ -75.168959, 39.965463 ], [ -75.168804, 39.966145 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083021", "device_counts": 654, "stop_counts": 2404 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24441, 39.954226 ], [ -75.240449, 39.953733 ], [ -75.238476, 39.953485 ], [ -75.238796, 39.951942 ], [ -75.242754, 39.952432 ], [ -75.244719, 39.952676 ], [ -75.24441, 39.954226 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172022", "device_counts": 355, "stop_counts": 2473 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176301, 39.999921 ], [ -75.173282, 39.999516 ], [ -75.173948, 39.996432 ], [ -75.175539, 39.996639 ], [ -75.175188, 39.998233 ], [ -75.178237, 39.998611 ], [ -75.176301, 39.999921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084004", "device_counts": 2640, "stop_counts": 6840 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236971, 39.960698 ], [ -75.234869, 39.961231 ], [ -75.232857, 39.960976 ], [ -75.230801, 39.960722 ], [ -75.231277, 39.958448 ], [ -75.235342, 39.958951 ], [ -75.235504, 39.958192 ], [ -75.237448, 39.958433 ], [ -75.236971, 39.960698 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215002", "device_counts": 1622, "stop_counts": 5232 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238068, 40.032127 ], [ -75.234535, 40.030426 ], [ -75.233394, 40.031906 ], [ -75.22815, 40.034714 ], [ -75.226904, 40.033041 ], [ -75.228138, 40.032482 ], [ -75.226787, 40.030802 ], [ -75.228765, 40.029792 ], [ -75.229513, 40.029492 ], [ -75.232005, 40.028228 ], [ -75.232628, 40.028355 ], [ -75.234604, 40.029926 ], [ -75.238068, 40.032127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373002", "device_counts": 4082, "stop_counts": 12533 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19022, 39.915884 ], [ -75.189481, 39.91484 ], [ -75.188144, 39.914281 ], [ -75.177806, 39.91309 ], [ -75.178512, 39.90867 ], [ -75.1828, 39.909208 ], [ -75.183387, 39.906617 ], [ -75.190073, 39.90752 ], [ -75.192285, 39.906428 ], [ -75.19022, 39.915884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198001", "device_counts": 1143, "stop_counts": 2590 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147325, 40.010382 ], [ -75.147247, 40.011906 ], [ -75.147205, 40.015188 ], [ -75.141745, 40.012939 ], [ -75.141786, 40.012708 ], [ -75.14332, 40.012926 ], [ -75.143981, 40.009949 ], [ -75.142438, 40.009743 ], [ -75.141913, 40.009674 ], [ -75.142256, 40.008093 ], [ -75.142772, 40.008153 ], [ -75.143346, 40.008227 ], [ -75.147603, 40.008779 ], [ -75.147325, 40.010382 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014003", "device_counts": 3142, "stop_counts": 7574 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171906, 39.944443 ], [ -75.168762, 39.94405 ], [ -75.165575, 39.943664 ], [ -75.165988, 39.94182 ], [ -75.166204, 39.940813 ], [ -75.169386, 39.941211 ], [ -75.170955, 39.941404 ], [ -75.170532, 39.94338 ], [ -75.172104, 39.943577 ], [ -75.171906, 39.944443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010200002", "device_counts": 7939, "stop_counts": 25743 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152549, 40.003181 ], [ -75.151603, 40.007665 ], [ -75.151246, 40.009279 ], [ -75.15109, 40.009934 ], [ -75.148817, 40.002698 ], [ -75.148148, 40.000987 ], [ -75.152926, 40.001592 ], [ -75.152549, 40.003181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010184002", "device_counts": 1695, "stop_counts": 7171 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.066765, 39.99318 ], [ -75.065419, 39.995046 ], [ -75.069049, 39.999566 ], [ -75.070175, 40.00106 ], [ -75.070609, 40.001652 ], [ -75.067245, 40.004293 ], [ -75.067696, 40.005333 ], [ -75.064579, 40.006194 ], [ -75.063056, 40.006098 ], [ -75.062126, 40.006643 ], [ -75.053723885964288, 40.004080276035694 ], [ -75.058089, 39.997404 ], [ -75.059017, 39.992512 ], [ -75.059792271613105, 39.991537274057499 ], [ -75.064175, 39.986027 ], [ -75.064645979616898, 39.985641523490607 ], [ -75.071834, 39.99042 ], [ -75.066765, 39.99318 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202005", "device_counts": 733, "stop_counts": 2381 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160943, 40.012647 ], [ -75.156652, 40.014618 ], [ -75.156653, 40.014419 ], [ -75.157775, 40.009231 ], [ -75.160936, 40.009632 ], [ -75.160453, 40.012067 ], [ -75.160943, 40.012647 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256001", "device_counts": 431, "stop_counts": 3063 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190512, 40.070271 ], [ -75.188052, 40.072503 ], [ -75.181751, 40.068902 ], [ -75.18437, 40.066442 ], [ -75.185757, 40.065121 ], [ -75.187657, 40.065837 ], [ -75.188921, 40.066497 ], [ -75.190512, 40.070271 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010285001", "device_counts": 1745, "stop_counts": 3985 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135724, 40.023602 ], [ -75.135096, 40.026079 ], [ -75.135334, 40.027632 ], [ -75.13506, 40.02915 ], [ -75.135144, 40.031362 ], [ -75.135042, 40.033284 ], [ -75.13129, 40.032818 ], [ -75.131829, 40.030321 ], [ -75.132352, 40.028019 ], [ -75.13251, 40.027274 ], [ -75.132838, 40.025783 ], [ -75.133167, 40.024299 ], [ -75.133287, 40.023784 ], [ -75.135664, 40.023155 ], [ -75.135724, 40.023602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310003", "device_counts": 705, "stop_counts": 2452 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075037, 40.047638 ], [ -75.073936, 40.048841 ], [ -75.072108, 40.050765 ], [ -75.068475, 40.048729 ], [ -75.069073, 40.048109 ], [ -75.07207, 40.045024 ], [ -75.075637, 40.047005 ], [ -75.075037, 40.047638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011013", "device_counts": 2109, "stop_counts": 3730 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161843, 39.94662 ], [ -75.160267, 39.946422 ], [ -75.159481, 39.946325 ], [ -75.159984, 39.944009 ], [ -75.162348, 39.944299 ], [ -75.161843, 39.94662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063004", "device_counts": 1948, "stop_counts": 5481 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246856, 39.918759 ], [ -75.239671, 39.923779 ], [ -75.236655, 39.921242 ], [ -75.236789, 39.920899 ], [ -75.239511, 39.918979 ], [ -75.241088, 39.917868 ], [ -75.242454, 39.916907 ], [ -75.243821, 39.916027 ], [ -75.244935, 39.91545 ], [ -75.246308, 39.917176 ], [ -75.246856, 39.918759 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093005", "device_counts": 1395, "stop_counts": 3987 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227679, 39.965072 ], [ -75.22786, 39.966191 ], [ -75.224105, 39.964739 ], [ -75.223531, 39.964601 ], [ -75.223746, 39.963026 ], [ -75.22422, 39.963086 ], [ -75.226891, 39.963415 ], [ -75.227443, 39.960311 ], [ -75.228645, 39.960463 ], [ -75.227679, 39.965072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102003", "device_counts": 705, "stop_counts": 3608 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232573, 39.970683 ], [ -75.231617, 39.970789 ], [ -75.228735, 39.971107 ], [ -75.228248, 39.968409 ], [ -75.230162, 39.968216 ], [ -75.231833, 39.96746 ], [ -75.232228, 39.968829 ], [ -75.232573, 39.970683 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135001", "device_counts": 2406, "stop_counts": 5468 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174869, 39.96971 ], [ -75.174367, 39.972035 ], [ -75.172659, 39.971823 ], [ -75.173163, 39.969503 ], [ -75.170997, 39.969227 ], [ -75.171344, 39.967275 ], [ -75.172108, 39.967284 ], [ -75.17539, 39.967345 ], [ -75.174869, 39.96971 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010147002", "device_counts": 6082, "stop_counts": 17135 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165511, 39.981244 ], [ -75.159219, 39.980435 ], [ -75.157581, 39.980223 ], [ -75.158526, 39.97585 ], [ -75.16175, 39.976262 ], [ -75.163325, 39.976471 ], [ -75.163006, 39.977899 ], [ -75.161443, 39.977694 ], [ -75.161134, 39.979106 ], [ -75.165849, 39.979714 ], [ -75.165511, 39.981244 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010156002", "device_counts": 2609, "stop_counts": 5042 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144169, 39.983092 ], [ -75.139868, 39.982536 ], [ -75.141349, 39.978121 ], [ -75.14315, 39.978966 ], [ -75.143188, 39.978359 ], [ -75.14501, 39.978597 ], [ -75.144169, 39.983092 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010173002", "device_counts": 3928, "stop_counts": 10868 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167215, 39.997197 ], [ -75.163734, 39.996753 ], [ -75.163093, 39.999752 ], [ -75.166562, 40.000199 ], [ -75.165896, 40.003269 ], [ -75.160843, 40.002634 ], [ -75.158926, 40.004009 ], [ -75.157365, 40.003799 ], [ -75.157703, 40.00221 ], [ -75.158222, 39.999121 ], [ -75.155232, 39.998728 ], [ -75.153609, 39.998515 ], [ -75.153782, 39.997718 ], [ -75.154588, 39.993938 ], [ -75.157791, 39.994342 ], [ -75.159366, 39.994525 ], [ -75.160946, 39.994737 ], [ -75.164094, 39.995169 ], [ -75.167568, 39.995621 ], [ -75.167215, 39.997197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019801001", "device_counts": 3753, "stop_counts": 16393 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232952, 40.083618 ], [ -75.2305, 40.086022 ], [ -75.228599, 40.084874 ], [ -75.228078, 40.084434 ], [ -75.227899, 40.084282 ], [ -75.224633, 40.079605 ], [ -75.218189, 40.075823 ], [ -75.215093, 40.077141 ], [ -75.216984, 40.074811 ], [ -75.215385, 40.073257 ], [ -75.215751, 40.072877 ], [ -75.222268, 40.073056 ], [ -75.221348, 40.072432 ], [ -75.222536, 40.071328 ], [ -75.218898, 40.067813 ], [ -75.215983, 40.069557 ], [ -75.215152, 40.069139 ], [ -75.218506, 40.066949 ], [ -75.220769, 40.064065 ], [ -75.21901, 40.060468 ], [ -75.216866, 40.057179 ], [ -75.214011, 40.0571 ], [ -75.212549, 40.058425 ], [ -75.213767, 40.056678 ], [ -75.217672, 40.055359 ], [ -75.217922, 40.055271 ], [ -75.214124, 40.049661 ], [ -75.212717, 40.049239 ], [ -75.209969, 40.047081 ], [ -75.20994, 40.044636 ], [ -75.208173, 40.04199 ], [ -75.207016, 40.0416 ], [ -75.205047, 40.043123 ], [ -75.205546, 40.039057 ], [ -75.203164, 40.037635 ], [ -75.202846, 40.039503 ], [ -75.200359, 40.037477 ], [ -75.198918, 40.038973 ], [ -75.197535, 40.033892 ], [ -75.196938, 40.033266 ], [ -75.190861, 40.031144 ], [ -75.189063, 40.031905 ], [ -75.187776, 40.030771 ], [ -75.186194, 40.029468 ], [ -75.185463, 40.028875 ], [ -75.193231, 40.024996 ], [ -75.193308, 40.024091 ], [ -75.197636, 40.021461 ], [ -75.201269, 40.017189 ], [ -75.205848, 40.015281 ], [ -75.206139, 40.014753 ], [ -75.206207, 40.01472 ], [ -75.207599, 40.012719 ], [ -75.208008, 40.012997 ], [ -75.207221, 40.016673 ], [ -75.205622, 40.017107 ], [ -75.204055, 40.017273 ], [ -75.204057, 40.020213 ], [ -75.204479, 40.020942 ], [ -75.203241, 40.024681 ], [ -75.202496, 40.025609 ], [ -75.20323, 40.025839 ], [ -75.205616, 40.028661 ], [ -75.203407, 40.029561 ], [ -75.205569, 40.032514 ], [ -75.207715, 40.031573 ], [ -75.208278, 40.033762 ], [ -75.208938, 40.035221 ], [ -75.210398, 40.03751 ], [ -75.213026, 40.039412 ], [ -75.214111, 40.040124 ], [ -75.216923, 40.042249 ], [ -75.217846, 40.044343 ], [ -75.217827, 40.0471 ], [ -75.218194, 40.047966 ], [ -75.218706, 40.04851 ], [ -75.227161, 40.052534 ], [ -75.230417, 40.053374 ], [ -75.231223, 40.053703 ], [ -75.228838, 40.056168 ], [ -75.228561, 40.057265 ], [ -75.230156, 40.05955 ], [ -75.228493, 40.060331 ], [ -75.226991, 40.058899 ], [ -75.22495, 40.059866 ], [ -75.226412, 40.061987 ], [ -75.2248, 40.062554 ], [ -75.225109, 40.06608 ], [ -75.223538, 40.067435 ], [ -75.226651, 40.070458 ], [ -75.228088, 40.070649 ], [ -75.227005, 40.072605 ], [ -75.225202, 40.074072 ], [ -75.230411, 40.077042 ], [ -75.225988, 40.079068 ], [ -75.22779, 40.08149 ], [ -75.231412, 40.082658 ], [ -75.232952, 40.083618 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337022", "device_counts": 1297, "stop_counts": 4832 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068862, 40.071845 ], [ -75.065724, 40.070193 ], [ -75.05821, 40.074605 ], [ -75.055857, 40.073249 ], [ -75.053579, 40.073299 ], [ -75.055004, 40.071771 ], [ -75.058052, 40.068549 ], [ -75.059221, 40.067297 ], [ -75.061118, 40.068122 ], [ -75.06304, 40.066143 ], [ -75.067355, 40.068727 ], [ -75.067838, 40.068959 ], [ -75.070412, 40.07022 ], [ -75.068862, 40.071845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010103001", "device_counts": 1698, "stop_counts": 3886 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228735, 39.971107 ], [ -75.225841, 39.97143 ], [ -75.225372, 39.969517 ], [ -75.223118, 39.969747 ], [ -75.222444, 39.966531 ], [ -75.222431, 39.966487 ], [ -75.224812, 39.966206 ], [ -75.22514, 39.968145 ], [ -75.228149, 39.967843 ], [ -75.228248, 39.968409 ], [ -75.228735, 39.971107 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378002", "device_counts": 3548, "stop_counts": 9953 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118068, 39.974275 ], [ -75.113227, 39.976803 ], [ -75.111738, 39.977578 ], [ -75.108971, 39.979021 ], [ -75.105976, 39.980595 ], [ -75.101439, 39.982974 ], [ -75.099, 39.98424 ], [ -75.094393, 39.98663 ], [ -75.089616, 39.989064 ], [ -75.080932, 39.993498 ], [ -75.080785, 39.993572 ], [ -75.078288, 39.990945 ], [ -75.067664096638595, 39.983171324838914 ], [ -75.068604301203905, 39.982401807940505 ], [ -75.068802, 39.98224 ], [ -75.075605, 39.978041 ], [ -75.085831, 39.975102 ], [ -75.092364511040302, 39.974530410977785 ], [ -75.093718, 39.974412 ], [ -75.107540936015297, 39.970476576233416 ], [ -75.108119, 39.970312 ], [ -75.112771104124008, 39.968258553445018 ], [ -75.115617, 39.97296 ], [ -75.118068, 39.974275 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010219001", "device_counts": 1697, "stop_counts": 4878 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.254629, 40.047592 ], [ -75.25412, 40.048324 ], [ -75.238182, 40.059771 ], [ -75.236386, 40.057398 ], [ -75.236042, 40.056711 ], [ -75.235917, 40.055079 ], [ -75.236234, 40.052739 ], [ -75.236301, 40.051037 ], [ -75.235419, 40.048775 ], [ -75.243483, 40.045379 ], [ -75.244871, 40.045819 ], [ -75.244974, 40.047166 ], [ -75.245728, 40.049257 ], [ -75.246742, 40.048517 ], [ -75.248689, 40.045941 ], [ -75.249271, 40.04534 ], [ -75.251298, 40.043505 ], [ -75.254678, 40.045924 ], [ -75.254629, 40.047592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345011", "device_counts": 1119, "stop_counts": 5592 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.042114, 40.070038 ], [ -75.039748, 40.072411 ], [ -75.041869, 40.075429 ], [ -75.040606, 40.07535 ], [ -75.036627, 40.073019 ], [ -75.039163, 40.070369 ], [ -75.040265, 40.068747 ], [ -75.0406, 40.068042 ], [ -75.042114, 40.070038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010022", "device_counts": 1953, "stop_counts": 3185 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150037, 39.945144 ], [ -75.144933, 39.944494 ], [ -75.145243, 39.943087 ], [ -75.150339, 39.94373 ], [ -75.150037, 39.945144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010366001", "device_counts": 25279, "stop_counts": 90203 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14617, 39.931321 ], [ -75.145146, 39.933321 ], [ -75.144656, 39.935402 ], [ -75.143467, 39.938725 ], [ -75.144529, 39.938873 ], [ -75.14406, 39.940972 ], [ -75.142466, 39.948174 ], [ -75.141469, 39.951698 ], [ -75.141625, 39.955279 ], [ -75.141607, 39.955491 ], [ -75.139954, 39.956928 ], [ -75.138081, 39.962936 ], [ -75.136755, 39.962766 ], [ -75.130217089517501, 39.958589210316127 ], [ -75.13352, 39.954412 ], [ -75.1339950133858, 39.9528358192197 ], [ -75.13572, 39.947112 ], [ -75.13612, 39.933912 ], [ -75.135887594594593, 39.932517567567601 ], [ -75.135346189189193, 39.929269135135087 ], [ -75.137217, 39.928886 ], [ -75.146413, 39.930114 ], [ -75.14617, 39.931321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008034", "device_counts": 1927, "stop_counts": 3252 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173813, 39.950531 ], [ -75.172752, 39.950398 ], [ -75.173085, 39.948799 ], [ -75.174173, 39.948921 ], [ -75.173813, 39.950531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377001", "device_counts": 3830, "stop_counts": 14598 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156275, 39.986283 ], [ -75.154063, 39.986003 ], [ -75.150913, 39.985597 ], [ -75.150197, 39.985504 ], [ -75.147766, 39.98519 ], [ -75.148109, 39.983604 ], [ -75.151266, 39.983978 ], [ -75.152235, 39.979531 ], [ -75.157581, 39.980223 ], [ -75.156275, 39.986283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382001", "device_counts": 3928, "stop_counts": 9999 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109709, 39.992334 ], [ -75.108144, 39.993156 ], [ -75.102674, 39.996008 ], [ -75.100367, 39.997206 ], [ -75.097949, 39.998496 ], [ -75.094523, 39.994603 ], [ -75.097007, 39.993399 ], [ -75.095726, 39.99195 ], [ -75.098035, 39.990748 ], [ -75.100302, 39.993322 ], [ -75.107339, 39.989644 ], [ -75.10773, 39.990079 ], [ -75.108859, 39.991356 ], [ -75.109528, 39.992123 ], [ -75.109709, 39.992334 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388002", "device_counts": 1189, "stop_counts": 3336 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198787, 40.054802 ], [ -75.191876, 40.061257 ], [ -75.191054, 40.060176 ], [ -75.19022, 40.059199 ], [ -75.195763, 40.055507 ], [ -75.194647, 40.054791 ], [ -75.196319, 40.053234 ], [ -75.198787, 40.054802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275001", "device_counts": 1187, "stop_counts": 6452 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13479, 40.04146 ], [ -75.134724, 40.046134 ], [ -75.132121, 40.046018 ], [ -75.131283, 40.045984 ], [ -75.128495, 40.045626 ], [ -75.128834, 40.044086 ], [ -75.12916, 40.04257 ], [ -75.129498, 40.041048 ], [ -75.131387, 40.041648 ], [ -75.132216, 40.041759 ], [ -75.133031, 40.041872 ], [ -75.13346, 40.039994 ], [ -75.134969, 40.04022 ], [ -75.13479, 40.04146 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278003", "device_counts": 1701, "stop_counts": 4558 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151249, 40.041174 ], [ -75.149908, 40.040376 ], [ -75.148083, 40.04048 ], [ -75.146469, 40.040087 ], [ -75.144302, 40.04109 ], [ -75.144571, 40.039836 ], [ -75.144749, 40.039072 ], [ -75.145554, 40.035262 ], [ -75.148179, 40.035598 ], [ -75.149859, 40.035827 ], [ -75.149126, 40.037464 ], [ -75.149988, 40.038971 ], [ -75.151505, 40.040612 ], [ -75.151249, 40.041174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284003", "device_counts": 582, "stop_counts": 2254 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140638, 40.025262 ], [ -75.140303, 40.026745 ], [ -75.138698, 40.026536 ], [ -75.137096, 40.026336 ], [ -75.135096, 40.026079 ], [ -75.135724, 40.023602 ], [ -75.135664, 40.023155 ], [ -75.135854, 40.023082 ], [ -75.135939, 40.02305 ], [ -75.136799, 40.022663 ], [ -75.137001, 40.022923 ], [ -75.140979, 40.023667 ], [ -75.140638, 40.025262 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291003", "device_counts": 3066, "stop_counts": 6433 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.107909, 40.03215 ], [ -75.106912, 40.033135 ], [ -75.105935, 40.0341 ], [ -75.104725, 40.035321 ], [ -75.101148, 40.033334 ], [ -75.103903, 40.030589 ], [ -75.104306, 40.029846 ], [ -75.106431, 40.029197 ], [ -75.109057, 40.031741 ], [ -75.107909, 40.03215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300003", "device_counts": 734, "stop_counts": 3461 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077663, 40.018853 ], [ -75.076696, 40.019926 ], [ -75.075199, 40.019109 ], [ -75.076164, 40.018049 ], [ -75.075429, 40.017665 ], [ -75.07505, 40.017159 ], [ -75.077257, 40.014973 ], [ -75.079927, 40.016418 ], [ -75.077663, 40.018853 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302002", "device_counts": 664, "stop_counts": 2324 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081849, 40.028512 ], [ -75.080866, 40.029556 ], [ -75.07908, 40.028552 ], [ -75.077861, 40.027869 ], [ -75.080031, 40.025569 ], [ -75.081379, 40.026314 ], [ -75.083038, 40.027241 ], [ -75.081849, 40.028512 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306006", "device_counts": 610, "stop_counts": 1240 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100896, 40.052723 ], [ -75.097525, 40.054642 ], [ -75.094056, 40.056771 ], [ -75.093483, 40.057259 ], [ -75.092524, 40.055467 ], [ -75.093706, 40.054203 ], [ -75.094766, 40.053095 ], [ -75.096242, 40.051528 ], [ -75.097243, 40.052051 ], [ -75.098234, 40.052593 ], [ -75.100681, 40.05254 ], [ -75.100935, 40.052699 ], [ -75.100896, 40.052723 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336003", "device_counts": 857, "stop_counts": 3778 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068074, 40.060824 ], [ -75.065685, 40.063332 ], [ -75.062124, 40.061348 ], [ -75.060101, 40.060221 ], [ -75.061304, 40.058975 ], [ -75.059693, 40.058084 ], [ -75.055937, 40.055993 ], [ -75.057125, 40.054722 ], [ -75.060891, 40.056823 ], [ -75.064499, 40.058826 ], [ -75.067196, 40.060321 ], [ -75.068074, 40.060824 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010346001", "device_counts": 13263, "stop_counts": 48187 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035087, 40.074617 ], [ -75.028952, 40.080968 ], [ -75.013126, 40.072071 ], [ -75.021707, 40.063392 ], [ -75.022217, 40.06352 ], [ -75.028256, 40.067314 ], [ -75.02966, 40.068154 ], [ -75.032965, 40.072152 ], [ -75.035087, 40.074617 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349003", "device_counts": 812, "stop_counts": 2050 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.018683, 40.040047 ], [ -75.013422, 40.043306 ], [ -75.012708, 40.043779 ], [ -75.010101, 40.041671 ], [ -75.012125, 40.040582 ], [ -75.010099, 40.039038 ], [ -75.012541, 40.038027 ], [ -75.01783, 40.039076 ], [ -75.018683, 40.040047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010359001", "device_counts": 10268, "stop_counts": 33528 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024306, 40.111181 ], [ -75.023041, 40.112998 ], [ -75.018457, 40.118119 ], [ -75.015384, 40.123599 ], [ -75.010453, 40.120681 ], [ -75.008712, 40.119612 ], [ -75.013156, 40.11397 ], [ -75.014449, 40.115451 ], [ -75.01993, 40.110978 ], [ -75.023459, 40.110847 ], [ -75.024306, 40.111181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362013", "device_counts": 985, "stop_counts": 5910 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.990155, 40.084052 ], [ -74.988885, 40.083129 ], [ -74.987586, 40.082663 ], [ -74.987408, 40.081351 ], [ -74.986539, 40.080333 ], [ -74.988911, 40.07812 ], [ -74.990003, 40.077975 ], [ -74.994348, 40.081681 ], [ -74.990155, 40.084052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306004", "device_counts": 913, "stop_counts": 1815 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100394, 40.048691 ], [ -75.09822, 40.051023 ], [ -75.097243, 40.052051 ], [ -75.096242, 40.051528 ], [ -75.094593, 40.050655 ], [ -75.095623, 40.049584 ], [ -75.098017, 40.047096 ], [ -75.099559, 40.047973 ], [ -75.100394, 40.048691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314014", "device_counts": 327, "stop_counts": 590 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070634, 40.043272 ], [ -75.068338, 40.045728 ], [ -75.066547, 40.044741 ], [ -75.065919, 40.044399 ], [ -75.067069, 40.043188 ], [ -75.068234, 40.041945 ], [ -75.069459, 40.042621 ], [ -75.070634, 40.043272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315012", "device_counts": 1191, "stop_counts": 2469 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047973, 40.037283 ], [ -75.047405, 40.037892 ], [ -75.045778, 40.036986 ], [ -75.043199, 40.035544 ], [ -75.044671, 40.034771 ], [ -75.04677, 40.033683 ], [ -75.047718, 40.033301 ], [ -75.050349, 40.034769 ], [ -75.047973, 40.037283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319004", "device_counts": 791, "stop_counts": 1393 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068516, 40.021385 ], [ -75.062802, 40.024402 ], [ -75.06308, 40.022452 ], [ -75.062925, 40.021777 ], [ -75.06701, 40.01967 ], [ -75.067412, 40.020111 ], [ -75.068516, 40.021385 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325002", "device_counts": 633, "stop_counts": 5469 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051104, 40.026407 ], [ -75.049273, 40.027351 ], [ -75.047453, 40.028294 ], [ -75.046555, 40.027265 ], [ -75.044721, 40.025179 ], [ -75.048375, 40.023291 ], [ -75.049304, 40.024351 ], [ -75.050202, 40.02538 ], [ -75.051104, 40.026407 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330002", "device_counts": 332, "stop_counts": 1374 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.034538, 40.036464 ], [ -75.032295, 40.037622 ], [ -75.031903, 40.036993 ], [ -75.030905, 40.035358 ], [ -75.032739, 40.034407 ], [ -75.034538, 40.036464 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088023", "device_counts": 4416, "stop_counts": 17345 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205092, 39.954419 ], [ -75.204933, 39.955181 ], [ -75.200098, 39.954582 ], [ -75.200525, 39.952695 ], [ -75.200801, 39.951458 ], [ -75.203083, 39.951745 ], [ -75.202828, 39.95297 ], [ -75.204107, 39.953128 ], [ -75.20546, 39.952682 ], [ -75.205092, 39.954419 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153002", "device_counts": 588, "stop_counts": 1366 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162951, 39.985542 ], [ -75.161383, 39.985339 ], [ -75.158246, 39.984934 ], [ -75.158567, 39.98342 ], [ -75.163286, 39.984034 ], [ -75.162951, 39.985542 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160007", "device_counts": 756, "stop_counts": 3272 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127579, 39.981383 ], [ -75.125062, 39.982373 ], [ -75.123266, 39.980344 ], [ -75.122449, 39.979411 ], [ -75.124193, 39.9785 ], [ -75.125018, 39.979426 ], [ -75.125593, 39.979124 ], [ -75.127579, 39.981383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167012", "device_counts": 380, "stop_counts": 1771 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164094, 39.995169 ], [ -75.160946, 39.994737 ], [ -75.161948, 39.990185 ], [ -75.1635, 39.990401 ], [ -75.16294, 39.993043 ], [ -75.164094, 39.995169 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170003", "device_counts": 1196, "stop_counts": 3245 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187821, 40.006102 ], [ -75.185412, 40.009513 ], [ -75.185674, 40.01012 ], [ -75.183611, 40.010905 ], [ -75.182239, 40.011676 ], [ -75.180147, 40.009251 ], [ -75.179692, 40.007898 ], [ -75.178633, 40.005052 ], [ -75.178809, 40.004937 ], [ -75.181141, 40.003697 ], [ -75.183644, 40.004204 ], [ -75.18335, 40.005521 ], [ -75.183204, 40.006624 ], [ -75.18535, 40.006527 ], [ -75.186349, 40.006533 ], [ -75.186477, 40.005921 ], [ -75.187821, 40.006102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180024", "device_counts": 380, "stop_counts": 1093 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.110525, 39.980787 ], [ -75.108828, 39.981673 ], [ -75.106968, 39.982648 ], [ -75.105921, 39.981461 ], [ -75.105976, 39.980595 ], [ -75.108971, 39.979021 ], [ -75.110525, 39.980787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190001", "device_counts": 831, "stop_counts": 1752 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103146, 40.006202 ], [ -75.102552, 40.009202 ], [ -75.100373, 40.008914 ], [ -75.098428, 40.008664 ], [ -75.098734, 40.007196 ], [ -75.100691, 40.007435 ], [ -75.101064, 40.005695 ], [ -75.101826, 40.005667 ], [ -75.10327, 40.005602 ], [ -75.103146, 40.006202 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027011", "device_counts": 884, "stop_counts": 3736 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154735, 39.931208 ], [ -75.154454, 39.93242 ], [ -75.152893, 39.932208 ], [ -75.151309, 39.932007 ], [ -75.151852, 39.929555 ], [ -75.154997, 39.929984 ], [ -75.154735, 39.931208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030014", "device_counts": 324, "stop_counts": 912 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175289, 39.928867 ], [ -75.175032, 39.930087 ], [ -75.172907, 39.929811 ], [ -75.173426, 39.927363 ], [ -75.175562, 39.927642 ], [ -75.175289, 39.928867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039021", "device_counts": 1294, "stop_counts": 3676 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174033, 39.919809 ], [ -75.173748, 39.92106 ], [ -75.170581, 39.920653 ], [ -75.170854, 39.91941 ], [ -75.171122, 39.918152 ], [ -75.174302, 39.918562 ], [ -75.174033, 39.919809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363033", "device_counts": 785, "stop_counts": 3393 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.976091, 40.097433 ], [ -74.974647, 40.098954 ], [ -74.973395, 40.099759 ], [ -74.970836, 40.100755 ], [ -74.967496, 40.100803 ], [ -74.968536, 40.098492 ], [ -74.970261, 40.097964 ], [ -74.970623, 40.096983 ], [ -74.971016, 40.096392 ], [ -74.972898, 40.096859 ], [ -74.97577, 40.096412 ], [ -74.976091, 40.097433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042012", "device_counts": 1295, "stop_counts": 5298 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155233, 39.921686 ], [ -75.155056, 39.922495 ], [ -75.149916, 39.921819 ], [ -75.150461, 39.919345 ], [ -75.155597, 39.920013 ], [ -75.155233, 39.921686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010054001", "device_counts": 1846, "stop_counts": 4412 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264878, 39.887927 ], [ -75.262485, 39.888406 ], [ -75.261743, 39.891774 ], [ -75.259112, 39.892436 ], [ -75.256789, 39.895189 ], [ -75.257362, 39.895844 ], [ -75.255093, 39.898756 ], [ -75.253285, 39.898094 ], [ -75.252349, 39.897618 ], [ -75.243752, 39.893025 ], [ -75.241825, 39.892006 ], [ -75.246231, 39.889505 ], [ -75.254897, 39.880006 ], [ -75.257003, 39.878422 ], [ -75.261245, 39.876484 ], [ -75.262539, 39.876578 ], [ -75.264928, 39.881112 ], [ -75.264433, 39.882167 ], [ -75.261937, 39.883 ], [ -75.264602, 39.884737 ], [ -75.262844, 39.885682 ], [ -75.265153, 39.887142 ], [ -75.264878, 39.887927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065002", "device_counts": 410, "stop_counts": 886 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243369, 39.931908 ], [ -75.241909, 39.933544 ], [ -75.237617, 39.932526 ], [ -75.236833, 39.933768 ], [ -75.235249, 39.934997 ], [ -75.234499, 39.93613 ], [ -75.233213, 39.935057 ], [ -75.231533, 39.933634 ], [ -75.232567, 39.932912 ], [ -75.231276, 39.931827 ], [ -75.232362, 39.931074 ], [ -75.235478, 39.928877 ], [ -75.237726, 39.92932 ], [ -75.242972, 39.93094 ], [ -75.243643, 39.930897 ], [ -75.243369, 39.931908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246001", "device_counts": 958, "stop_counts": 2277 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173951, 40.035193 ], [ -75.172726, 40.035986 ], [ -75.171368, 40.037315 ], [ -75.170377, 40.036921 ], [ -75.164809, 40.036452 ], [ -75.165094, 40.036234 ], [ -75.165747, 40.035702 ], [ -75.169211, 40.032314 ], [ -75.17061, 40.033131 ], [ -75.173724, 40.035012 ], [ -75.173951, 40.035193 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252007", "device_counts": 460, "stop_counts": 2641 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179194, 40.048872 ], [ -75.175804, 40.052241 ], [ -75.17326, 40.050667 ], [ -75.176247, 40.047752 ], [ -75.176624, 40.047398 ], [ -75.178144, 40.04821 ], [ -75.179194, 40.048872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259006", "device_counts": 179, "stop_counts": 212 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176438, 40.084649 ], [ -75.172951, 40.082581 ], [ -75.174143, 40.08135 ], [ -75.177696, 40.083378 ], [ -75.176438, 40.084649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107001", "device_counts": 863, "stop_counts": 1535 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212148, 39.973012 ], [ -75.205979, 39.971429 ], [ -75.205907, 39.970875 ], [ -75.208356, 39.970706 ], [ -75.211723, 39.970722 ], [ -75.212148, 39.973012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110001", "device_counts": 785, "stop_counts": 1095 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212211, 39.973242 ], [ -75.209834, 39.973505 ], [ -75.208901, 39.973613 ], [ -75.208756, 39.972864 ], [ -75.208323, 39.972912 ], [ -75.208081, 39.972962 ], [ -75.206302, 39.973162 ], [ -75.204176, 39.973395 ], [ -75.203871, 39.97176 ], [ -75.199139, 39.972707 ], [ -75.199505, 39.974646 ], [ -75.198809, 39.974722 ], [ -75.198817, 39.972434 ], [ -75.199608, 39.97193 ], [ -75.20083, 39.971455 ], [ -75.203722, 39.970929 ], [ -75.205979, 39.971429 ], [ -75.212148, 39.973012 ], [ -75.212211, 39.973242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119005", "device_counts": 202, "stop_counts": 568 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232932, 39.988934 ], [ -75.230433, 39.98946 ], [ -75.229017, 39.989747 ], [ -75.226573, 39.989763 ], [ -75.226577, 39.989221 ], [ -75.227054, 39.989209 ], [ -75.228123, 39.988356 ], [ -75.229911, 39.987936 ], [ -75.230168, 39.988695 ], [ -75.23267, 39.988155 ], [ -75.232932, 39.988934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010131002", "device_counts": 1927, "stop_counts": 2443 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151852, 39.964712 ], [ -75.147796, 39.963527 ], [ -75.148029, 39.962265 ], [ -75.152146, 39.962452 ], [ -75.151852, 39.964712 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137004", "device_counts": 1246, "stop_counts": 3520 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184945, 39.975479 ], [ -75.182327, 39.975143 ], [ -75.181707, 39.975062 ], [ -75.182147, 39.973009 ], [ -75.185394, 39.973417 ], [ -75.184945, 39.975479 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012023", "device_counts": 2157, "stop_counts": 3864 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174627, 39.946753 ], [ -75.171488, 39.946353 ], [ -75.171906, 39.944443 ], [ -75.175054, 39.944832 ], [ -75.174627, 39.946753 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010017001", "device_counts": 1906, "stop_counts": 4262 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148157, 39.938899 ], [ -75.144646, 39.938373 ], [ -75.144529, 39.938873 ], [ -75.143467, 39.938725 ], [ -75.144656, 39.935402 ], [ -75.146808, 39.935982 ], [ -75.148694, 39.936486 ], [ -75.148157, 39.938899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263013", "device_counts": 1220, "stop_counts": 2112 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163884, 40.073088 ], [ -75.161285, 40.075764 ], [ -75.158417, 40.074169 ], [ -75.161313, 40.071386 ], [ -75.163884, 40.073088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265003", "device_counts": 300, "stop_counts": 2153 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153763, 40.060098 ], [ -75.151141, 40.061326 ], [ -75.149219, 40.058432 ], [ -75.152752, 40.05859 ], [ -75.153763, 40.060098 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267001", "device_counts": 223, "stop_counts": 649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145445, 40.058254 ], [ -75.143167, 40.058143 ], [ -75.142292, 40.057941 ], [ -75.142849, 40.055357 ], [ -75.145211, 40.055661 ], [ -75.146002, 40.055765 ], [ -75.145445, 40.058254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273002", "device_counts": 989, "stop_counts": 1767 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12386, 40.035562 ], [ -75.123686, 40.037144 ], [ -75.121072, 40.036815 ], [ -75.121421, 40.035281 ], [ -75.120074, 40.035111 ], [ -75.114896, 40.034447 ], [ -75.116083, 40.033037 ], [ -75.120713, 40.03364 ], [ -75.121711, 40.03347 ], [ -75.121964, 40.03373 ], [ -75.1236, 40.032771 ], [ -75.124167, 40.032575 ], [ -75.12386, 40.035562 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198004", "device_counts": 533, "stop_counts": 2596 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139815, 40.010939 ], [ -75.139484, 40.012453 ], [ -75.137826, 40.012233 ], [ -75.138483, 40.009234 ], [ -75.141425, 40.00961 ], [ -75.139815, 40.010939 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202003", "device_counts": 172, "stop_counts": 315 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161095, 40.008883 ], [ -75.160936, 40.009632 ], [ -75.157775, 40.009231 ], [ -75.157945, 40.008486 ], [ -75.158106, 40.007736 ], [ -75.158278, 40.006994 ], [ -75.161409, 40.007399 ], [ -75.161095, 40.008883 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210003", "device_counts": 1747, "stop_counts": 3061 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212764, 40.025348 ], [ -75.209437, 40.026929 ], [ -75.207732, 40.023783 ], [ -75.208035, 40.023114 ], [ -75.209213, 40.021899 ], [ -75.210348, 40.022259 ], [ -75.212764, 40.025348 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010216001", "device_counts": 635, "stop_counts": 1878 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236642, 40.036295 ], [ -75.234363, 40.040917 ], [ -75.234005, 40.041307 ], [ -75.22853, 40.04386 ], [ -75.227444, 40.043197 ], [ -75.226267, 40.042401 ], [ -75.228104, 40.040855 ], [ -75.234937, 40.0349 ], [ -75.236642, 40.036295 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388001", "device_counts": 1090, "stop_counts": 2030 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.201625, 40.056796 ], [ -75.202545, 40.059884 ], [ -75.202475, 40.06265 ], [ -75.196385, 40.066623 ], [ -75.195726, 40.065177 ], [ -75.192891, 40.062662 ], [ -75.191876, 40.061257 ], [ -75.198787, 40.054802 ], [ -75.201462, 40.052316 ], [ -75.204845, 40.054823 ], [ -75.201625, 40.056796 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070003", "device_counts": 832, "stop_counts": 3773 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225887, 39.935625 ], [ -75.223219, 39.933389 ], [ -75.221731, 39.93443 ], [ -75.220543, 39.933446 ], [ -75.217811, 39.935357 ], [ -75.217058, 39.934733 ], [ -75.221287, 39.931789 ], [ -75.222696, 39.930808 ], [ -75.224592, 39.93241 ], [ -75.227252, 39.934661 ], [ -75.225887, 39.935625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072005", "device_counts": 197, "stop_counts": 1289 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233718, 39.944559 ], [ -75.232349, 39.945515 ], [ -75.231754, 39.945721 ], [ -75.2305, 39.944656 ], [ -75.230947, 39.944336 ], [ -75.233074, 39.942849 ], [ -75.233566, 39.943265 ], [ -75.234474, 39.944027 ], [ -75.233718, 39.944559 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078001", "device_counts": 892, "stop_counts": 2304 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21652, 39.944171 ], [ -75.213961, 39.945974 ], [ -75.211389, 39.947796 ], [ -75.210103, 39.946697 ], [ -75.2109, 39.946153 ], [ -75.211401, 39.945802 ], [ -75.212687, 39.944885 ], [ -75.214999, 39.943265 ], [ -75.215246, 39.943087 ], [ -75.215615, 39.943402 ], [ -75.21652, 39.944171 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082001", "device_counts": 481, "stop_counts": 2409 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243068, 39.950926 ], [ -75.242754, 39.952432 ], [ -75.238796, 39.951942 ], [ -75.239118, 39.950446 ], [ -75.239232, 39.949923 ], [ -75.24323, 39.950172 ], [ -75.243068, 39.950926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084002", "device_counts": 736, "stop_counts": 1266 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235504, 39.958192 ], [ -75.235342, 39.958951 ], [ -75.231277, 39.958448 ], [ -75.231557, 39.957102 ], [ -75.233732, 39.956801 ], [ -75.235745, 39.957049 ], [ -75.235504, 39.958192 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039011", "device_counts": 3577, "stop_counts": 9731 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172945, 39.924836 ], [ -75.172416, 39.927232 ], [ -75.171397, 39.927104 ], [ -75.169228, 39.926806 ], [ -75.169494, 39.925596 ], [ -75.169499, 39.925531 ], [ -75.169744, 39.924409 ], [ -75.170023, 39.923138 ], [ -75.173226, 39.923556 ], [ -75.172945, 39.924836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362021", "device_counts": 992, "stop_counts": 4807 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.982385, 40.091724 ], [ -74.982114, 40.091942 ], [ -74.979893, 40.09381 ], [ -74.976072, 40.090653 ], [ -74.97559, 40.089861 ], [ -74.979504, 40.087814 ], [ -74.980601, 40.087914 ], [ -74.981491, 40.087994 ], [ -74.98418, 40.089906 ], [ -74.982385, 40.091724 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072004", "device_counts": 352, "stop_counts": 670 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2305, 39.944656 ], [ -75.228686, 39.945913 ], [ -75.226805, 39.945083 ], [ -75.228184, 39.944134 ], [ -75.229553, 39.943168 ], [ -75.230947, 39.944336 ], [ -75.2305, 39.944656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190003", "device_counts": 1521, "stop_counts": 5526 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.097431, 40.013325 ], [ -75.097055, 40.015202 ], [ -75.097041, 40.01595 ], [ -75.09704, 40.016018 ], [ -75.096279, 40.015957 ], [ -75.094365, 40.014794 ], [ -75.09342, 40.013136 ], [ -75.094547, 40.011027 ], [ -75.094995, 40.009984 ], [ -75.094673, 40.009351 ], [ -75.092494, 40.007976 ], [ -75.092574, 40.007932 ], [ -75.094104, 40.007096 ], [ -75.094816, 40.008195 ], [ -75.098428, 40.008664 ], [ -75.097431, 40.013325 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010385001", "device_counts": 1848, "stop_counts": 4514 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2112, 40.068809 ], [ -75.209082, 40.070894 ], [ -75.210566, 40.071803 ], [ -75.206418, 40.076011 ], [ -75.203427, 40.07418 ], [ -75.202651, 40.073212 ], [ -75.204166, 40.069595 ], [ -75.205815, 40.070106 ], [ -75.208933, 40.067015 ], [ -75.211138, 40.068318 ], [ -75.2112, 40.068809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178006", "device_counts": 909, "stop_counts": 6372 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1249, 39.990159 ], [ -75.124593, 39.990328 ], [ -75.122248, 39.988511 ], [ -75.118392, 39.990528 ], [ -75.116751, 39.988652 ], [ -75.120138, 39.986877 ], [ -75.121438, 39.987859 ], [ -75.121855, 39.987436 ], [ -75.122417, 39.987001 ], [ -75.125491, 39.989836 ], [ -75.1249, 39.990159 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319001", "device_counts": 1702, "stop_counts": 3566 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.065108, 40.027073 ], [ -75.062599, 40.027433 ], [ -75.062394, 40.027444 ], [ -75.062419, 40.027136 ], [ -75.059761, 40.024161 ], [ -75.06308, 40.022452 ], [ -75.062802, 40.024402 ], [ -75.063254, 40.024912 ], [ -75.065492, 40.026589 ], [ -75.065108, 40.027073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356014", "device_counts": 9402, "stop_counts": 34767 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033474, 40.098205 ], [ -75.030235, 40.103387 ], [ -75.028883, 40.102543 ], [ -75.027635, 40.101765 ], [ -75.023927, 40.100702 ], [ -75.030725, 40.09553 ], [ -75.030477, 40.098088 ], [ -75.034298, 40.097871 ], [ -75.033474, 40.098205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177011", "device_counts": 1190, "stop_counts": 3920 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119665, 39.995671 ], [ -75.119328, 39.997255 ], [ -75.116414, 39.996881 ], [ -75.116751, 39.995294 ], [ -75.115778, 39.995167 ], [ -75.12031, 39.992672 ], [ -75.119665, 39.995671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022002", "device_counts": 939, "stop_counts": 2659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17385, 39.93545 ], [ -75.170729, 39.935024 ], [ -75.170455, 39.936232 ], [ -75.167303, 39.935695 ], [ -75.16764, 39.93415 ], [ -75.17034, 39.934498 ], [ -75.172389, 39.934765 ], [ -75.17397, 39.934974 ], [ -75.17385, 39.93545 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266005", "device_counts": 150, "stop_counts": 2128 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151053, 40.064852 ], [ -75.147353, 40.064371 ], [ -75.147649, 40.06301 ], [ -75.151414, 40.063206 ], [ -75.151053, 40.064852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316003", "device_counts": 1342, "stop_counts": 2318 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.062207, 40.027471 ], [ -75.058848, 40.030998 ], [ -75.056077, 40.029455 ], [ -75.056872, 40.028943 ], [ -75.058579, 40.028225 ], [ -75.059227, 40.027909 ], [ -75.062207, 40.027471 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104001", "device_counts": 182, "stop_counts": 166 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223118, 39.969747 ], [ -75.220823, 39.969982 ], [ -75.220578, 39.968067 ], [ -75.220402, 39.966641 ], [ -75.222444, 39.966531 ], [ -75.223118, 39.969747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149006", "device_counts": 1417, "stop_counts": 2532 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188033, 39.984126 ], [ -75.184794, 39.983706 ], [ -75.184298, 39.983647 ], [ -75.181758, 39.983325 ], [ -75.185497, 39.980804 ], [ -75.188661, 39.981207 ], [ -75.188033, 39.984126 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281002", "device_counts": 1164, "stop_counts": 2297 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152369, 40.031387 ], [ -75.151356, 40.031255 ], [ -75.151521, 40.030498 ], [ -75.148206, 40.030851 ], [ -75.146575, 40.030637 ], [ -75.146705, 40.030127 ], [ -75.14685, 40.029481 ], [ -75.147218, 40.027644 ], [ -75.148865, 40.027857 ], [ -75.148751, 40.028476 ], [ -75.151263, 40.027186 ], [ -75.15152, 40.027556 ], [ -75.153282, 40.029955 ], [ -75.152369, 40.031387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081023", "device_counts": 554, "stop_counts": 1557 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238166, 39.955011 ], [ -75.234212, 39.954521 ], [ -75.234531, 39.953 ], [ -75.238476, 39.953485 ], [ -75.238166, 39.955011 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344002", "device_counts": 789, "stop_counts": 2681 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057068, 40.089697 ], [ -75.053907, 40.091873 ], [ -75.050752, 40.09478 ], [ -75.047567, 40.09192 ], [ -75.047052, 40.09108 ], [ -75.045685, 40.089021 ], [ -75.048799, 40.088354 ], [ -75.049588, 40.08746 ], [ -75.050151, 40.086275 ], [ -75.050745, 40.086616 ], [ -75.051362, 40.086035 ], [ -75.051852, 40.08559 ], [ -75.053386, 40.084845 ], [ -75.055093, 40.084078 ], [ -75.055386, 40.083679 ], [ -75.054568, 40.081271 ], [ -75.054083, 40.080901 ], [ -75.052327, 40.079859 ], [ -75.052737, 40.079427 ], [ -75.054985, 40.081228 ], [ -75.056738, 40.086984 ], [ -75.055807, 40.088095 ], [ -75.057068, 40.089697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349001", "device_counts": 5118, "stop_counts": 17719 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.008224, 40.052113 ], [ -75.007886, 40.052381 ], [ -75.004795, 40.054747 ], [ -74.999877, 40.050402 ], [ -74.99627, 40.047202 ], [ -75.003514, 40.042822 ], [ -75.006278, 40.041155 ], [ -75.009595, 40.043924 ], [ -75.007927, 40.045033 ], [ -75.012273, 40.048885 ], [ -75.008224, 40.052113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254001", "device_counts": 250, "stop_counts": 1558 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173445, 40.059867 ], [ -75.170787, 40.0626 ], [ -75.168641, 40.061373 ], [ -75.172869, 40.057256 ], [ -75.174312, 40.058142 ], [ -75.173445, 40.059867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028012", "device_counts": 815, "stop_counts": 1306 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158745, 39.927564 ], [ -75.158666, 39.927955 ], [ -75.155546, 39.92755 ], [ -75.156095, 39.925103 ], [ -75.157666, 39.925313 ], [ -75.159204, 39.925511 ], [ -75.158745, 39.927564 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019804001", "device_counts": 132497, "stop_counts": 369743 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248463, 39.87765 ], [ -75.246044, 39.878981 ], [ -75.24413, 39.881256 ], [ -75.242544, 39.884969 ], [ -75.24072, 39.887833 ], [ -75.239244, 39.889103 ], [ -75.235941, 39.890059 ], [ -75.233426, 39.889178 ], [ -75.229911, 39.882411 ], [ -75.228516, 39.880973 ], [ -75.227493, 39.88182 ], [ -75.223317, 39.883766 ], [ -75.221643, 39.882386 ], [ -75.213969, 39.883692 ], [ -75.212248, 39.883027 ], [ -75.211873, 39.880681 ], [ -75.215787, 39.875052 ], [ -75.215722, 39.876087 ], [ -75.21977, 39.875479 ], [ -75.223763, 39.875858 ], [ -75.229985, 39.876847 ], [ -75.234122, 39.877181 ], [ -75.23637, 39.876187 ], [ -75.24047, 39.872381 ], [ -75.241746, 39.872585 ], [ -75.246824, 39.875142 ], [ -75.248431, 39.876485 ], [ -75.253515, 39.876015 ], [ -75.248463, 39.87765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008031", "device_counts": 1746, "stop_counts": 2041 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177323, 39.950964 ], [ -75.176519, 39.95087 ], [ -75.175738, 39.950769 ], [ -75.176239, 39.948414 ], [ -75.177843, 39.94861 ], [ -75.177323, 39.950964 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024002", "device_counts": 3346, "stop_counts": 4405 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159517, 39.9331 ], [ -75.157351, 39.934897 ], [ -75.157089, 39.935103 ], [ -75.155577, 39.934667 ], [ -75.155304, 39.935934 ], [ -75.153774, 39.935516 ], [ -75.154194, 39.933649 ], [ -75.154454, 39.93242 ], [ -75.156025, 39.932635 ], [ -75.157578, 39.932837 ], [ -75.159142, 39.933049 ], [ -75.159517, 39.9331 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215003", "device_counts": 683, "stop_counts": 2928 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227199, 40.035255 ], [ -75.225727, 40.03676 ], [ -75.222808, 40.038112 ], [ -75.222052, 40.037775 ], [ -75.218759, 40.036654 ], [ -75.222011, 40.035206 ], [ -75.225849, 40.033506 ], [ -75.224657, 40.031899 ], [ -75.225127, 40.031643 ], [ -75.226787, 40.030802 ], [ -75.228138, 40.032482 ], [ -75.226904, 40.033041 ], [ -75.22815, 40.034714 ], [ -75.227199, 40.035255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010258001", "device_counts": 936, "stop_counts": 5554 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188461, 40.07275 ], [ -75.186096, 40.075123 ], [ -75.182053, 40.079102 ], [ -75.180238, 40.078084 ], [ -75.176841, 40.07598 ], [ -75.179448, 40.071261 ], [ -75.180482, 40.070191 ], [ -75.181751, 40.068902 ], [ -75.188052, 40.072503 ], [ -75.188461, 40.07275 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323003", "device_counts": 1446, "stop_counts": 4322 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054495, 40.024648 ], [ -75.051104, 40.026407 ], [ -75.050202, 40.02538 ], [ -75.049304, 40.024351 ], [ -75.048375, 40.023291 ], [ -75.045381, 40.019868 ], [ -75.04879, 40.018141 ], [ -75.051773, 40.021535 ], [ -75.052702, 40.022592 ], [ -75.053604, 40.023615 ], [ -75.054495, 40.024648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257003", "device_counts": 1068, "stop_counts": 1817 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.200878, 40.074958 ], [ -75.199786, 40.075366 ], [ -75.199715, 40.073803 ], [ -75.196741, 40.067365 ], [ -75.198673, 40.068575 ], [ -75.20079, 40.070707 ], [ -75.202651, 40.073212 ], [ -75.200878, 40.074958 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037014", "device_counts": 350, "stop_counts": 759 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.18524, 39.930146 ], [ -75.183601, 39.929928 ], [ -75.182804, 39.928575 ], [ -75.18333, 39.926134 ], [ -75.184393, 39.926276 ], [ -75.186029, 39.926481 ], [ -75.18524, 39.930146 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063003", "device_counts": 862, "stop_counts": 2086 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23816, 39.924839 ], [ -75.234991, 39.922169 ], [ -75.236789, 39.920899 ], [ -75.236655, 39.921242 ], [ -75.239671, 39.923779 ], [ -75.23816, 39.924839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081021", "device_counts": 453, "stop_counts": 993 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238796, 39.951942 ], [ -75.234856, 39.951444 ], [ -75.235165, 39.949953 ], [ -75.239118, 39.950446 ], [ -75.238796, 39.951942 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083013", "device_counts": 1009, "stop_counts": 2572 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249006, 39.956907 ], [ -75.249499, 39.957189 ], [ -75.247897, 39.95724 ], [ -75.247989, 39.956758 ], [ -75.243975, 39.95626 ], [ -75.244084, 39.955743 ], [ -75.24441, 39.954226 ], [ -75.244719, 39.952676 ], [ -75.250816, 39.953475 ], [ -75.249006, 39.956907 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153001", "device_counts": 2033, "stop_counts": 3141 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158567, 39.98342 ], [ -75.158246, 39.984934 ], [ -75.157899, 39.986492 ], [ -75.156275, 39.986283 ], [ -75.157581, 39.980223 ], [ -75.159219, 39.980435 ], [ -75.158567, 39.98342 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169024", "device_counts": 1168, "stop_counts": 1940 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187604, 39.998195 ], [ -75.182341, 39.997519 ], [ -75.183009, 39.994439 ], [ -75.185793, 39.994349 ], [ -75.186633, 39.994448 ], [ -75.187604, 39.998195 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177021", "device_counts": 834, "stop_counts": 1796 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126915, 39.991834 ], [ -75.126374, 39.993462 ], [ -75.123212, 39.993054 ], [ -75.123686, 39.990836 ], [ -75.124593, 39.990328 ], [ -75.1249, 39.990159 ], [ -75.125491, 39.989836 ], [ -75.127031, 39.990386 ], [ -75.126915, 39.991834 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100001", "device_counts": 410, "stop_counts": 5889 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250481, 39.96946 ], [ -75.247518, 39.969093 ], [ -75.246531, 39.968967 ], [ -75.246848, 39.967449 ], [ -75.247169, 39.965927 ], [ -75.251119, 39.966398 ], [ -75.250481, 39.96946 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010016001", "device_counts": 4838, "stop_counts": 8253 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152546, 39.941148 ], [ -75.152334, 39.942015 ], [ -75.150755, 39.941818 ], [ -75.147604, 39.941422 ], [ -75.148157, 39.938899 ], [ -75.151773, 39.939548 ], [ -75.152771, 39.940039 ], [ -75.152546, 39.941148 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362011", "device_counts": 810, "stop_counts": 2874 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.987586, 40.082663 ], [ -74.985377, 40.082317 ], [ -74.981807, 40.082355 ], [ -74.982487, 40.077246 ], [ -74.984631, 40.074335 ], [ -74.984901, 40.07448 ], [ -74.986886, 40.075332 ], [ -74.987568, 40.075825 ], [ -74.985706, 40.07568 ], [ -74.984093, 40.079508 ], [ -74.986539, 40.080333 ], [ -74.987408, 40.081351 ], [ -74.987586, 40.082663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314015", "device_counts": 966, "stop_counts": 6925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07207, 40.045024 ], [ -75.069073, 40.048109 ], [ -75.067109, 40.047015 ], [ -75.068338, 40.045728 ], [ -75.070634, 40.043272 ], [ -75.072645, 40.044394 ], [ -75.07207, 40.045024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320002", "device_counts": 258, "stop_counts": 587 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056294, 40.026703 ], [ -75.053968, 40.027905 ], [ -75.052898, 40.028462 ], [ -75.051104, 40.026407 ], [ -75.054495, 40.024648 ], [ -75.055398, 40.025673 ], [ -75.056294, 40.026703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105002", "device_counts": 2485, "stop_counts": 6307 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.217767, 39.972627 ], [ -75.216331, 39.97279 ], [ -75.212211, 39.973242 ], [ -75.212148, 39.973012 ], [ -75.211723, 39.970722 ], [ -75.211334, 39.968726 ], [ -75.211231, 39.967879 ], [ -75.21365, 39.967696 ], [ -75.2168, 39.967459 ], [ -75.216996, 39.968969 ], [ -75.217172, 39.970351 ], [ -75.217767, 39.972627 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144003", "device_counts": 1876, "stop_counts": 5333 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146082, 39.972833 ], [ -75.145559, 39.975638 ], [ -75.141976, 39.97519 ], [ -75.142581, 39.972388 ], [ -75.144459, 39.972629 ], [ -75.145018, 39.970191 ], [ -75.146543, 39.97038 ], [ -75.146082, 39.972833 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337024", "device_counts": 150, "stop_counts": 3437 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058052, 40.068549 ], [ -75.055004, 40.071771 ], [ -75.053221, 40.070759 ], [ -75.056259, 40.067555 ], [ -75.057477, 40.066268 ], [ -75.059221, 40.067297 ], [ -75.058052, 40.068549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348033", "device_counts": 1141, "stop_counts": 3861 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.009331, 40.065812 ], [ -75.008788, 40.06735 ], [ -75.007719, 40.067102 ], [ -75.008319, 40.06252 ], [ -75.005996, 40.061324 ], [ -75.008018, 40.059417 ], [ -75.003644, 40.059552 ], [ -75.007814, 40.057407 ], [ -75.008245, 40.057796 ], [ -75.008801, 40.058401 ], [ -75.009405, 40.062552 ], [ -75.009331, 40.065812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358001", "device_counts": 6875, "stop_counts": 20428 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.027242, 40.116639 ], [ -75.024606, 40.119216 ], [ -75.025511, 40.119714 ], [ -75.027824, 40.120924 ], [ -75.027205, 40.121653 ], [ -75.026346, 40.123524 ], [ -75.024153, 40.12492 ], [ -75.020183, 40.122282 ], [ -75.023292, 40.125201 ], [ -75.0201, 40.126358 ], [ -75.015384, 40.123599 ], [ -75.018457, 40.118119 ], [ -75.023041, 40.112998 ], [ -75.024699, 40.113964 ], [ -75.027231, 40.115422 ], [ -75.028062, 40.1157 ], [ -75.027242, 40.116639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271003", "device_counts": 715, "stop_counts": 2955 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127143, 40.051748 ], [ -75.125298, 40.051492 ], [ -75.124614, 40.049849 ], [ -75.125631, 40.045259 ], [ -75.126639, 40.045392 ], [ -75.128495, 40.045626 ], [ -75.127143, 40.051748 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284001", "device_counts": 504, "stop_counts": 3423 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139304, 40.031288 ], [ -75.136757, 40.030964 ], [ -75.137091, 40.029412 ], [ -75.135802, 40.029254 ], [ -75.136137, 40.027741 ], [ -75.13998, 40.028245 ], [ -75.139304, 40.031288 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300007", "device_counts": 1548, "stop_counts": 3886 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081309, 40.02076 ], [ -75.080281, 40.021866 ], [ -75.079414, 40.021387 ], [ -75.076696, 40.019926 ], [ -75.077663, 40.018853 ], [ -75.079927, 40.016418 ], [ -75.083508, 40.018365 ], [ -75.081309, 40.02076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019800001", "device_counts": 53915, "stop_counts": 177801 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227057, 39.982691 ], [ -75.225573, 39.987151 ], [ -75.225109, 39.987582 ], [ -75.220317, 39.990286 ], [ -75.217994, 39.994223 ], [ -75.210844, 39.998511 ], [ -75.209317, 39.99842 ], [ -75.20728, 39.999054 ], [ -75.206217, 40.000419 ], [ -75.203579, 40.000755 ], [ -75.202057, 40.004729 ], [ -75.206209, 40.006641 ], [ -75.206868, 40.006944 ], [ -75.203156, 40.008256 ], [ -75.207993, 40.009842 ], [ -75.207237, 40.01022 ], [ -75.206968, 40.011372 ], [ -75.205978, 40.011723 ], [ -75.205485, 40.011501 ], [ -75.203107, 40.010138 ], [ -75.197451, 40.008315 ], [ -75.19281, 40.006733 ], [ -75.192467, 40.006482 ], [ -75.19132, 40.003715 ], [ -75.191754, 39.999748 ], [ -75.188447, 40.000272 ], [ -75.186861, 40.000409 ], [ -75.187604, 39.998195 ], [ -75.186633, 39.994448 ], [ -75.185793, 39.994349 ], [ -75.186148, 39.992662 ], [ -75.186713, 39.990215 ], [ -75.187382, 39.98713 ], [ -75.188033, 39.984126 ], [ -75.188661, 39.981207 ], [ -75.189076, 39.979387 ], [ -75.189882, 39.977933 ], [ -75.189674, 39.977173 ], [ -75.187816, 39.976363 ], [ -75.186368, 39.973537 ], [ -75.185394, 39.973417 ], [ -75.185594, 39.972518 ], [ -75.183561, 39.970778 ], [ -75.181589, 39.969025 ], [ -75.179683, 39.967416 ], [ -75.177513, 39.965382 ], [ -75.176778, 39.964822 ], [ -75.176219, 39.964409 ], [ -75.175984, 39.964208 ], [ -75.17786, 39.964555 ], [ -75.183323, 39.964374 ], [ -75.181601, 39.962006 ], [ -75.179937, 39.960028 ], [ -75.179126, 39.958004 ], [ -75.17972, 39.956164 ], [ -75.179768, 39.955993 ], [ -75.179889, 39.955436 ], [ -75.181105, 39.95458 ], [ -75.188266, 39.955441 ], [ -75.187446, 39.95945 ], [ -75.187415, 39.963367 ], [ -75.187551, 39.963931 ], [ -75.187933, 39.965074 ], [ -75.188987, 39.96591 ], [ -75.192139, 39.966888 ], [ -75.192308, 39.967724 ], [ -75.203722, 39.970929 ], [ -75.20083, 39.971455 ], [ -75.199608, 39.97193 ], [ -75.198817, 39.972434 ], [ -75.198809, 39.974722 ], [ -75.199505, 39.974646 ], [ -75.20372, 39.974182 ], [ -75.209321, 39.97625 ], [ -75.213469, 39.977791 ], [ -75.223157, 39.981381 ], [ -75.224066, 39.981508 ], [ -75.226202, 39.981608 ], [ -75.227057, 39.982691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111004", "device_counts": 1775, "stop_counts": 3123 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230171, 39.978794 ], [ -75.226765, 39.977211 ], [ -75.226131, 39.972964 ], [ -75.229026, 39.972644 ], [ -75.229266, 39.973926 ], [ -75.229855, 39.977069 ], [ -75.230171, 39.978794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125002", "device_counts": 6545, "stop_counts": 29541 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176219, 39.964409 ], [ -75.172848, 39.963923 ], [ -75.170958, 39.963692 ], [ -75.169378, 39.963498 ], [ -75.167806, 39.963306 ], [ -75.168429, 39.9604 ], [ -75.171583, 39.960795 ], [ -75.173374, 39.961668 ], [ -75.175984, 39.964208 ], [ -75.176219, 39.964409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213004", "device_counts": 485, "stop_counts": 697 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220448, 40.031211 ], [ -75.219029, 40.032081 ], [ -75.2177, 40.030848 ], [ -75.216449, 40.029641 ], [ -75.214188, 40.028699 ], [ -75.216632, 40.027602 ], [ -75.219114, 40.029931 ], [ -75.220448, 40.031211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362032", "device_counts": 1060, "stop_counts": 2825 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.973615, 40.078901 ], [ -74.97031, 40.080347 ], [ -74.966814, 40.082209 ], [ -74.966078, 40.081031 ], [ -74.964883, 40.077273 ], [ -74.969879, 40.076657 ], [ -74.970537, 40.076281 ], [ -74.972817, 40.077559 ], [ -74.973615, 40.078901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101001", "device_counts": 664, "stop_counts": 1100 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.241013, 39.975833 ], [ -75.23857, 39.976101 ], [ -75.237983, 39.972957 ], [ -75.240427, 39.972687 ], [ -75.241013, 39.975833 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201021", "device_counts": 1313, "stop_counts": 2595 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155681, 40.011457 ], [ -75.151428, 40.010903 ], [ -75.15109, 40.009934 ], [ -75.151246, 40.009279 ], [ -75.156028, 40.009868 ], [ -75.155681, 40.011457 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337011", "device_counts": 1040, "stop_counts": 2761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051875, 40.069988 ], [ -75.050462, 40.071509 ], [ -75.051719, 40.072241 ], [ -75.047467, 40.076419 ], [ -75.045793, 40.075329 ], [ -75.044088, 40.072639 ], [ -75.045884, 40.069653 ], [ -75.047381, 40.070558 ], [ -75.047762, 40.069395 ], [ -75.049545, 40.070978 ], [ -75.050755, 40.069544 ], [ -75.051875, 40.069988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237002", "device_counts": 2381, "stop_counts": 5841 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194083, 40.051633 ], [ -75.19326, 40.053057 ], [ -75.193951, 40.054358 ], [ -75.192966, 40.055267 ], [ -75.191752, 40.054604 ], [ -75.188077, 40.056898 ], [ -75.187306, 40.055484 ], [ -75.185287, 40.051743 ], [ -75.185221, 40.051585 ], [ -75.186752, 40.050103 ], [ -75.188499, 40.050211 ], [ -75.190817, 40.051189 ], [ -75.192123, 40.047679 ], [ -75.194411, 40.050637 ], [ -75.194083, 40.051633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176014", "device_counts": 889, "stop_counts": 1816 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135807, 39.993154 ], [ -75.134444, 39.996049 ], [ -75.132367, 39.995776 ], [ -75.13191, 39.995754 ], [ -75.130122, 39.994573 ], [ -75.130558, 39.992474 ], [ -75.135121, 39.99306 ], [ -75.135807, 39.993154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263011", "device_counts": 587, "stop_counts": 1772 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167097, 40.07332 ], [ -75.166062, 40.074338 ], [ -75.163884, 40.073088 ], [ -75.161313, 40.071386 ], [ -75.162035, 40.070685 ], [ -75.164781, 40.072161 ], [ -75.166725, 40.070165 ], [ -75.16899, 40.071473 ], [ -75.167097, 40.07332 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253005", "device_counts": 324, "stop_counts": 1754 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184472, 40.054919 ], [ -75.182825, 40.056545 ], [ -75.180513, 40.057498 ], [ -75.179017, 40.05658 ], [ -75.18052, 40.055118 ], [ -75.180252, 40.054955 ], [ -75.181906, 40.053341 ], [ -75.182944, 40.053989 ], [ -75.184472, 40.054919 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086012", "device_counts": 938, "stop_counts": 3668 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.215872, 39.954586 ], [ -75.214643, 39.955607 ], [ -75.211677, 39.95524 ], [ -75.212393, 39.951811 ], [ -75.21635, 39.952302 ], [ -75.215872, 39.954586 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331023", "device_counts": 763, "stop_counts": 1183 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033482, 40.043203 ], [ -75.030535, 40.044372 ], [ -75.028257, 40.041363 ], [ -75.03134, 40.040236 ], [ -75.031919, 40.041201 ], [ -75.033482, 40.043203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283003", "device_counts": 2154, "stop_counts": 3602 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148245, 40.022959 ], [ -75.147894, 40.024553 ], [ -75.147555, 40.026138 ], [ -75.145359, 40.025873 ], [ -75.145718, 40.024214 ], [ -75.146379, 40.021204 ], [ -75.14711, 40.02128 ], [ -75.148567, 40.021476 ], [ -75.148245, 40.022959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073003", "device_counts": 426, "stop_counts": 1818 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224736, 39.945465 ], [ -75.222369, 39.947135 ], [ -75.219002, 39.944283 ], [ -75.219138, 39.944186 ], [ -75.22022, 39.943415 ], [ -75.221612, 39.944584 ], [ -75.222759, 39.943806 ], [ -75.22361, 39.944505 ], [ -75.224736, 39.945465 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108004", "device_counts": 756, "stop_counts": 2261 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.202342, 39.963137 ], [ -75.202334, 39.963495 ], [ -75.197519, 39.964025 ], [ -75.197197, 39.962287 ], [ -75.199436, 39.962042 ], [ -75.202235, 39.961643 ], [ -75.20236, 39.962859 ], [ -75.202342, 39.963137 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281003", "device_counts": 1422, "stop_counts": 1626 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151263, 40.027186 ], [ -75.148751, 40.028476 ], [ -75.148865, 40.027857 ], [ -75.147218, 40.027644 ], [ -75.147555, 40.026138 ], [ -75.147894, 40.024553 ], [ -75.148245, 40.022959 ], [ -75.149552, 40.024785 ], [ -75.149984, 40.02539 ], [ -75.150781, 40.026565 ], [ -75.151263, 40.027186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261003", "device_counts": 504, "stop_counts": 1204 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179448, 40.071261 ], [ -75.176841, 40.07598 ], [ -75.175509, 40.075214 ], [ -75.17394, 40.07431 ], [ -75.178918, 40.069175 ], [ -75.180482, 40.070191 ], [ -75.179448, 40.071261 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362023", "device_counts": 632, "stop_counts": 1981 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.984631, 40.074335 ], [ -74.982487, 40.077246 ], [ -74.981807, 40.082355 ], [ -74.980732, 40.082105 ], [ -74.97725, 40.080506 ], [ -74.977684, 40.079834 ], [ -74.981173, 40.071985 ], [ -74.983657, 40.073786 ], [ -74.984631, 40.074335 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019808001", "device_counts": 990, "stop_counts": 1725 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.276482, 39.976959 ], [ -75.275871, 39.977245 ], [ -75.271639, 39.972082 ], [ -75.269314, 39.97301 ], [ -75.26562, 39.969941 ], [ -75.2619, 39.972584 ], [ -75.259933, 39.974448 ], [ -75.261996, 39.977598 ], [ -75.265918, 39.979251 ], [ -75.267973, 39.980757 ], [ -75.265511, 39.981857 ], [ -75.261282, 39.978272 ], [ -75.259062, 39.982814 ], [ -75.257113, 39.983789 ], [ -75.255918, 39.978122 ], [ -75.255661, 39.976755 ], [ -75.255196, 39.97426 ], [ -75.254752, 39.971527 ], [ -75.255123, 39.970036 ], [ -75.250481, 39.96946 ], [ -75.251119, 39.966398 ], [ -75.247169, 39.965927 ], [ -75.247109, 39.964294 ], [ -75.246425, 39.964276 ], [ -75.246753, 39.962705 ], [ -75.247688, 39.962817 ], [ -75.248056, 39.964074 ], [ -75.250313, 39.965069 ], [ -75.25414, 39.965404 ], [ -75.25711, 39.963719 ], [ -75.259078, 39.965692 ], [ -75.267386, 39.966215 ], [ -75.270002, 39.967479 ], [ -75.270598, 39.96866 ], [ -75.275394, 39.969575 ], [ -75.280266, 39.974964 ], [ -75.276482, 39.976959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090003", "device_counts": 2837, "stop_counts": 14430 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191389, 39.962922 ], [ -75.187415, 39.963367 ], [ -75.187446, 39.95945 ], [ -75.188266, 39.955441 ], [ -75.189489, 39.955593 ], [ -75.189063, 39.957606 ], [ -75.18921, 39.958811 ], [ -75.189564, 39.960998 ], [ -75.191117, 39.96144 ], [ -75.191389, 39.962922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163004", "device_counts": 1673, "stop_counts": 4657 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139021, 39.988764 ], [ -75.133549, 39.98806 ], [ -75.131557, 39.987799 ], [ -75.129641, 39.987546 ], [ -75.130794, 39.986928 ], [ -75.131907, 39.986306 ], [ -75.132208, 39.984741 ], [ -75.1351, 39.98519 ], [ -75.136167, 39.985328 ], [ -75.136759, 39.985402 ], [ -75.13746, 39.985492 ], [ -75.139669, 39.985802 ], [ -75.139021, 39.988764 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190005", "device_counts": 2861, "stop_counts": 9372 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10327, 40.005602 ], [ -75.101826, 40.005667 ], [ -75.101064, 40.005695 ], [ -75.100691, 40.007435 ], [ -75.098734, 40.007196 ], [ -75.098428, 40.008664 ], [ -75.094816, 40.008195 ], [ -75.094104, 40.007096 ], [ -75.094849, 40.006678 ], [ -75.101811, 40.002863 ], [ -75.103797, 40.003134 ], [ -75.10327, 40.005602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363031", "device_counts": 1524, "stop_counts": 7952 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.983393, 40.103684 ], [ -74.97896, 40.106169 ], [ -74.969941, 40.113339 ], [ -74.969758, 40.115927 ], [ -74.966621, 40.117932 ], [ -74.96408, 40.117766 ], [ -74.96345, 40.110013 ], [ -74.965194, 40.107777 ], [ -74.963491, 40.10674 ], [ -74.961156, 40.103446 ], [ -74.962196, 40.103382 ], [ -74.96767, 40.1027 ], [ -74.971183, 40.102233 ], [ -74.97588, 40.100421 ], [ -74.9781, 40.099212 ], [ -74.981997, 40.102454 ], [ -74.983393, 40.103684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011021", "device_counts": 6191, "stop_counts": 17680 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159984, 39.944009 ], [ -75.156841, 39.943615 ], [ -75.156337, 39.945923 ], [ -75.153184, 39.945536 ], [ -75.153694, 39.943218 ], [ -75.153916, 39.942205 ], [ -75.155488, 39.942407 ], [ -75.156673, 39.942551 ], [ -75.160205, 39.942997 ], [ -75.159984, 39.944009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279014", "device_counts": 684, "stop_counts": 3098 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158217, 40.045076 ], [ -75.156675, 40.04536 ], [ -75.154966, 40.046241 ], [ -75.153691, 40.04655 ], [ -75.153883, 40.043659 ], [ -75.153946, 40.042752 ], [ -75.158306, 40.042861 ], [ -75.158217, 40.045076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330005", "device_counts": 482, "stop_counts": 2696 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036906, 40.032252 ], [ -75.035488, 40.03299 ], [ -75.032739, 40.034407 ], [ -75.030907, 40.032318 ], [ -75.03517, 40.030116 ], [ -75.036055, 40.031206 ], [ -75.036906, 40.032252 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178003", "device_counts": 308, "stop_counts": 1661 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116662, 39.991437 ], [ -75.113816, 39.992924 ], [ -75.112775, 39.991747 ], [ -75.113665, 39.990278 ], [ -75.114257, 39.989952 ], [ -75.115083, 39.989526 ], [ -75.116662, 39.991437 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341001", "device_counts": 405, "stop_counts": 1304 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076258, 40.080605 ], [ -75.073705, 40.079182 ], [ -75.071007, 40.077682 ], [ -75.073477, 40.07526 ], [ -75.078592, 40.078097 ], [ -75.076258, 40.080605 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078004", "device_counts": 713, "stop_counts": 2426 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219234, 39.948368 ], [ -75.217121, 39.94861 ], [ -75.215162, 39.946978 ], [ -75.217733, 39.945183 ], [ -75.221237, 39.948161 ], [ -75.219234, 39.948368 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098021", "device_counts": 435, "stop_counts": 1662 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264257, 39.974419 ], [ -75.263054, 39.975749 ], [ -75.261996, 39.977598 ], [ -75.259933, 39.974448 ], [ -75.2619, 39.972584 ], [ -75.264148, 39.97148 ], [ -75.266109, 39.972898 ], [ -75.264257, 39.974419 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134021", "device_counts": 1720, "stop_counts": 3253 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172108, 39.967284 ], [ -75.171344, 39.967275 ], [ -75.170177, 39.96725 ], [ -75.168569, 39.967226 ], [ -75.168804, 39.966145 ], [ -75.168959, 39.965463 ], [ -75.169102, 39.964781 ], [ -75.17068, 39.964975 ], [ -75.17256, 39.965219 ], [ -75.172108, 39.967284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353021", "device_counts": 2639, "stop_counts": 11265 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.997635, 40.079699 ], [ -74.994348, 40.081681 ], [ -74.990003, 40.077975 ], [ -74.987568, 40.075825 ], [ -74.986886, 40.075332 ], [ -74.984901, 40.07448 ], [ -74.987148, 40.072702 ], [ -74.987857, 40.072829 ], [ -74.988467, 40.073908 ], [ -74.991271, 40.07631 ], [ -74.995282, 40.077149 ], [ -74.998488, 40.078701 ], [ -74.997635, 40.079699 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259001", "device_counts": 1567, "stop_counts": 2002 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174143, 40.08135 ], [ -75.172951, 40.082581 ], [ -75.169914, 40.080818 ], [ -75.172621, 40.078103 ], [ -75.175627, 40.07984 ], [ -75.174143, 40.08135 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286006", "device_counts": 580, "stop_counts": 1959 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131829, 40.030321 ], [ -75.128974, 40.029953 ], [ -75.126686, 40.029667 ], [ -75.126866, 40.028955 ], [ -75.127646, 40.027416 ], [ -75.132352, 40.028019 ], [ -75.131829, 40.030321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348023", "device_counts": 2489, "stop_counts": 6620 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.013797, 40.058001 ], [ -75.013284, 40.058573 ], [ -75.013062, 40.059109 ], [ -75.013066, 40.059901 ], [ -75.013629, 40.062047 ], [ -75.012747, 40.062185 ], [ -75.013145, 40.066335 ], [ -75.011381, 40.06842 ], [ -75.009635, 40.067672 ], [ -75.008788, 40.06735 ], [ -75.009331, 40.065812 ], [ -75.009405, 40.062552 ], [ -75.008801, 40.058401 ], [ -75.008245, 40.057796 ], [ -75.008555, 40.057808 ], [ -75.012828, 40.056404 ], [ -75.014444, 40.057424 ], [ -75.013797, 40.058001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277003", "device_counts": 1017, "stop_counts": 1600 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153101, 40.050412 ], [ -75.152881, 40.052844 ], [ -75.150142, 40.051578 ], [ -75.15082, 40.048518 ], [ -75.153235, 40.048842 ], [ -75.153101, 40.050412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192002", "device_counts": 1322, "stop_counts": 3813 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116411, 40.001624 ], [ -75.11609, 40.003067 ], [ -75.113986, 40.00356 ], [ -75.109864, 40.003027 ], [ -75.110017, 40.002282 ], [ -75.11046, 40.000268 ], [ -75.112398, 40.00052 ], [ -75.114785, 39.999838 ], [ -75.116722, 40.000088 ], [ -75.116411, 40.001624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245001", "device_counts": 787, "stop_counts": 1073 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166655, 40.03089 ], [ -75.164571, 40.032912 ], [ -75.162906, 40.031923 ], [ -75.161239, 40.030941 ], [ -75.16327, 40.02896 ], [ -75.163749, 40.029255 ], [ -75.166488, 40.030794 ], [ -75.166655, 40.03089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041021", "device_counts": 864, "stop_counts": 4707 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160275, 39.920611 ], [ -75.155597, 39.920013 ], [ -75.155865, 39.918755 ], [ -75.156139, 39.917515 ], [ -75.160826, 39.918116 ], [ -75.160275, 39.920611 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356021", "device_counts": 764, "stop_counts": 2008 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.05401, 40.108143 ], [ -75.049254, 40.105823 ], [ -75.046843, 40.105712 ], [ -75.039857, 40.101835 ], [ -75.042613, 40.100504 ], [ -75.047115, 40.098377 ], [ -75.049676, 40.102037 ], [ -75.050974, 40.103122 ], [ -75.053057, 40.10618 ], [ -75.05401, 40.108143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010092001", "device_counts": 3957, "stop_counts": 10721 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21306, 39.962577 ], [ -75.21056, 39.962571 ], [ -75.209058, 39.962329 ], [ -75.206889, 39.962485 ], [ -75.20627, 39.958823 ], [ -75.201971, 39.959176 ], [ -75.201824, 39.957827 ], [ -75.201953, 39.957149 ], [ -75.204145, 39.957422 ], [ -75.208128, 39.957915 ], [ -75.211039, 39.958276 ], [ -75.214018, 39.958643 ], [ -75.21306, 39.962577 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010375001", "device_counts": 1879, "stop_counts": 6267 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.253999, 39.988304 ], [ -75.251438, 39.989504 ], [ -75.25, 39.99018 ], [ -75.249214, 39.990547 ], [ -75.247948, 39.991138 ], [ -75.246187, 39.989516 ], [ -75.246416, 39.988266 ], [ -75.245478, 39.986619 ], [ -75.248991, 39.985109 ], [ -75.248346, 39.982968 ], [ -75.251063, 39.981601 ], [ -75.255676, 39.987499 ], [ -75.253999, 39.988304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140002", "device_counts": 861, "stop_counts": 2505 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164888, 39.976668 ], [ -75.163325, 39.976471 ], [ -75.16175, 39.976262 ], [ -75.162507, 39.972799 ], [ -75.164069, 39.973009 ], [ -75.165461, 39.974033 ], [ -75.164888, 39.976668 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331011", "device_counts": 511, "stop_counts": 2009 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045919, 40.039643 ], [ -75.043322, 40.040305 ], [ -75.040003, 40.041793 ], [ -75.03836, 40.039695 ], [ -75.041692, 40.038218 ], [ -75.042536, 40.037722 ], [ -75.044192, 40.03866 ], [ -75.045806, 40.039579 ], [ -75.045919, 40.039643 ] ] ] ] } } +] +} diff --git a/assets/data/philly_2024.geojson b/assets/data/philly_2024.geojson new file mode 100644 index 0000000..77758a4 --- /dev/null +++ b/assets/data/philly_2024.geojson @@ -0,0 +1,1342 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "GEOID": "421010289023", "device_counts": 427, "stop_counts": 674 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117389, 40.02504 ], [ -75.114348, 40.024951 ], [ -75.114917, 40.021956 ], [ -75.116106, 40.022109 ], [ -75.117959, 40.022349 ], [ -75.117389, 40.02504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152001", "device_counts": 408, "stop_counts": 1472 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167078, 39.984517 ], [ -75.166408, 39.987598 ], [ -75.164184, 39.987311 ], [ -75.164517, 39.985759 ], [ -75.164855, 39.984239 ], [ -75.166419, 39.984436 ], [ -75.167078, 39.984517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042011", "device_counts": 836, "stop_counts": 1050 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149405, 39.924207 ], [ -75.147842, 39.924015 ], [ -75.14691, 39.923887 ], [ -75.147431, 39.921502 ], [ -75.149916, 39.921819 ], [ -75.149405, 39.924207 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236002", "device_counts": 2208, "stop_counts": 2957 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196382, 40.042203 ], [ -75.193841, 40.045069 ], [ -75.193091, 40.04459 ], [ -75.191199, 40.043386 ], [ -75.187315, 40.040929 ], [ -75.188797, 40.03948 ], [ -75.190086, 40.038232 ], [ -75.193657, 40.039688 ], [ -75.194933, 40.042022 ], [ -75.196382, 40.042203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010018001", "device_counts": 1876, "stop_counts": 4751 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156011, 39.940006 ], [ -75.155888, 39.94056 ], [ -75.152771, 39.940039 ], [ -75.153065, 39.938763 ], [ -75.153286, 39.937736 ], [ -75.154807, 39.93815 ], [ -75.156317, 39.938569 ], [ -75.156011, 39.940006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180022", "device_counts": 1219, "stop_counts": 3666 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106968, 39.982648 ], [ -75.105437, 39.983452 ], [ -75.102999, 39.98472 ], [ -75.101439, 39.982974 ], [ -75.105976, 39.980595 ], [ -75.105921, 39.981461 ], [ -75.106968, 39.982648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007003", "device_counts": 3605, "stop_counts": 7802 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180909, 39.952982 ], [ -75.176191, 39.952387 ], [ -75.176519, 39.95087 ], [ -75.177323, 39.950964 ], [ -75.181663, 39.951509 ], [ -75.180909, 39.952982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240001", "device_counts": 405, "stop_counts": 2368 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186194, 40.029468 ], [ -75.183731, 40.030637 ], [ -75.1793, 40.027944 ], [ -75.181668, 40.025657 ], [ -75.185463, 40.028875 ], [ -75.186194, 40.029468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379004", "device_counts": 839, "stop_counts": 1963 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103366, 39.985129 ], [ -75.100912, 39.986416 ], [ -75.100552, 39.986001 ], [ -75.099, 39.98424 ], [ -75.101439, 39.982974 ], [ -75.102999, 39.98472 ], [ -75.103366, 39.985129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331024", "device_counts": 838, "stop_counts": 1704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033824, 40.04466 ], [ -75.031636, 40.04566 ], [ -75.031781, 40.047141 ], [ -75.030489, 40.048407 ], [ -75.026037, 40.048163 ], [ -75.02654, 40.045822 ], [ -75.030535, 40.044372 ], [ -75.033482, 40.043203 ], [ -75.034393, 40.044379 ], [ -75.033824, 40.04466 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178001", "device_counts": 710, "stop_counts": 2974 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115778, 39.995167 ], [ -75.113387, 39.996493 ], [ -75.111369, 39.994211 ], [ -75.113816, 39.992924 ], [ -75.115778, 39.995167 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316001", "device_counts": 201, "stop_counts": 1369 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058568, 40.036548 ], [ -75.055334, 40.034739 ], [ -75.057092, 40.032869 ], [ -75.060338, 40.034685 ], [ -75.058568, 40.036548 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299001", "device_counts": 455, "stop_counts": 759 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080857, 40.011903 ], [ -75.079046, 40.013007 ], [ -75.077257, 40.014973 ], [ -75.07505, 40.017159 ], [ -75.073747, 40.013717 ], [ -75.073295, 40.012543 ], [ -75.075229, 40.012101 ], [ -75.079279, 40.010409 ], [ -75.080314, 40.011393 ], [ -75.080857, 40.011903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110003", "device_counts": 840, "stop_counts": 2929 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209321, 39.97625 ], [ -75.20372, 39.974182 ], [ -75.204176, 39.973395 ], [ -75.206302, 39.973162 ], [ -75.208081, 39.972962 ], [ -75.208323, 39.972912 ], [ -75.208756, 39.972864 ], [ -75.208901, 39.973613 ], [ -75.209834, 39.973505 ], [ -75.209976, 39.974242 ], [ -75.209114, 39.974321 ], [ -75.208903, 39.974618 ], [ -75.210123, 39.975067 ], [ -75.209321, 39.97625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033004", "device_counts": 506, "stop_counts": 1752 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195923, 39.939102 ], [ -75.193271, 39.939032 ], [ -75.193615, 39.937485 ], [ -75.193873, 39.936286 ], [ -75.197012, 39.936678 ], [ -75.195923, 39.939102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274021", "device_counts": 479, "stop_counts": 1477 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126987, 40.043857 ], [ -75.125968, 40.043728 ], [ -75.121754, 40.04317 ], [ -75.122078, 40.041664 ], [ -75.126311, 40.042203 ], [ -75.127317, 40.04232 ], [ -75.126987, 40.043857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283005", "device_counts": 129, "stop_counts": 272 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144716, 40.028855 ], [ -75.142334, 40.028543 ], [ -75.143001, 40.025561 ], [ -75.145359, 40.025873 ], [ -75.144716, 40.028855 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114002", "device_counts": 402, "stop_counts": 2507 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242792, 39.981061 ], [ -75.239335, 39.981447 ], [ -75.239467, 39.980914 ], [ -75.239124, 39.979069 ], [ -75.241574, 39.978799 ], [ -75.242354, 39.978712 ], [ -75.242792, 39.981061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317002", "device_counts": 1070, "stop_counts": 2421 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071824, 40.033503 ], [ -75.071097, 40.034742 ], [ -75.070001, 40.03532 ], [ -75.069596, 40.035093 ], [ -75.066523, 40.033377 ], [ -75.067697, 40.03212 ], [ -75.068878, 40.030875 ], [ -75.069719, 40.029984 ], [ -75.072682, 40.031938 ], [ -75.071824, 40.033503 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305025", "device_counts": 201, "stop_counts": 593 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109431, 40.045874 ], [ -75.109406, 40.04584 ], [ -75.108728, 40.045469 ], [ -75.107491, 40.046751 ], [ -75.105191, 40.0454 ], [ -75.105787, 40.044735 ], [ -75.10827, 40.042213 ], [ -75.111153, 40.042187 ], [ -75.109431, 40.045874 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168006", "device_counts": 502, "stop_counts": 1134 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168248, 39.992579 ], [ -75.167925, 39.994025 ], [ -75.167568, 39.995621 ], [ -75.164094, 39.995169 ], [ -75.16294, 39.993043 ], [ -75.1635, 39.990401 ], [ -75.165738, 39.990675 ], [ -75.167918, 39.990947 ], [ -75.168561, 39.991047 ], [ -75.168248, 39.992579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214001", "device_counts": 3782, "stop_counts": 9977 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232005, 40.028228 ], [ -75.229513, 40.029492 ], [ -75.227885, 40.028193 ], [ -75.226157, 40.027648 ], [ -75.223862, 40.026345 ], [ -75.221837, 40.027263 ], [ -75.22124, 40.027551 ], [ -75.219658, 40.02755 ], [ -75.218841, 40.0266 ], [ -75.219699, 40.02614 ], [ -75.221027, 40.026228 ], [ -75.223694, 40.023712 ], [ -75.226652, 40.025267 ], [ -75.228149, 40.026031 ], [ -75.232628, 40.028355 ], [ -75.232005, 40.028228 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065004", "device_counts": 359, "stop_counts": 742 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233873, 39.937703 ], [ -75.231766, 39.93846 ], [ -75.230224, 39.937177 ], [ -75.233213, 39.935057 ], [ -75.234499, 39.93613 ], [ -75.233873, 39.937703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010205002", "device_counts": 1570, "stop_counts": 4750 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174037, 40.016962 ], [ -75.172342, 40.017604 ], [ -75.170096, 40.015723 ], [ -75.167776, 40.011086 ], [ -75.157218, 40.016166 ], [ -75.15409, 40.016325 ], [ -75.153849, 40.015891 ], [ -75.155185, 40.015295 ], [ -75.156652, 40.014618 ], [ -75.160943, 40.012647 ], [ -75.166871, 40.009901 ], [ -75.167292, 40.009695 ], [ -75.167945, 40.009378 ], [ -75.16914, 40.008832 ], [ -75.175669, 40.016051 ], [ -75.174037, 40.016962 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060001", "device_counts": 2765, "stop_counts": 5405 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242832, 39.911272 ], [ -75.240333, 39.912999 ], [ -75.238951, 39.911823 ], [ -75.23374, 39.914073 ], [ -75.231662, 39.912252 ], [ -75.238529, 39.908213 ], [ -75.237281, 39.908241 ], [ -75.235164, 39.906453 ], [ -75.237752, 39.904713 ], [ -75.240331, 39.904113 ], [ -75.240576, 39.904062 ], [ -75.241558, 39.907257 ], [ -75.242832, 39.911272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042022", "device_counts": 3215, "stop_counts": 6580 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156139, 39.917515 ], [ -75.151014, 39.916842 ], [ -75.151276, 39.9156 ], [ -75.147357, 39.91509 ], [ -75.148124, 39.913772 ], [ -75.156708, 39.914869 ], [ -75.156139, 39.917515 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263023", "device_counts": 635, "stop_counts": 2047 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164106, 40.068662 ], [ -75.162035, 40.070685 ], [ -75.157379, 40.067944 ], [ -75.159299, 40.065913 ], [ -75.162495, 40.067732 ], [ -75.164106, 40.068662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311011", "device_counts": 613, "stop_counts": 1313 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078565, 40.043904 ], [ -75.077403, 40.045139 ], [ -75.073836, 40.043174 ], [ -75.075032, 40.04194 ], [ -75.075452, 40.041477 ], [ -75.078996, 40.043455 ], [ -75.078565, 40.043904 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262001", "device_counts": 305, "stop_counts": 800 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16697, 40.067709 ], [ -75.165348, 40.069372 ], [ -75.164106, 40.068662 ], [ -75.162495, 40.067732 ], [ -75.162957, 40.067255 ], [ -75.163822, 40.066357 ], [ -75.165706, 40.067438 ], [ -75.166072, 40.067194 ], [ -75.16697, 40.067709 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167024", "device_counts": 603, "stop_counts": 2259 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160695, 39.988495 ], [ -75.158335, 39.988186 ], [ -75.155934, 39.987877 ], [ -75.156275, 39.986283 ], [ -75.157899, 39.986492 ], [ -75.161032, 39.986907 ], [ -75.160695, 39.988495 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010248002", "device_counts": 636, "stop_counts": 764 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171755, 40.048359 ], [ -75.170884, 40.049199 ], [ -75.167701, 40.047245 ], [ -75.166038, 40.046218 ], [ -75.163175, 40.047076 ], [ -75.16483, 40.045468 ], [ -75.167207, 40.043149 ], [ -75.169492, 40.044531 ], [ -75.170725, 40.046151 ], [ -75.171536, 40.047888 ], [ -75.171755, 40.048359 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299004", "device_counts": 786, "stop_counts": 2548 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075429, 40.017665 ], [ -75.074136, 40.019026 ], [ -75.07338, 40.019654 ], [ -75.072575, 40.018868 ], [ -75.071847, 40.016952 ], [ -75.070864, 40.014353 ], [ -75.073747, 40.013717 ], [ -75.07505, 40.017159 ], [ -75.075429, 40.017665 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010211002", "device_counts": 2868, "stop_counts": 9583 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211308, 40.02997 ], [ -75.207715, 40.031573 ], [ -75.205569, 40.032514 ], [ -75.203407, 40.029561 ], [ -75.205616, 40.028661 ], [ -75.20323, 40.025839 ], [ -75.207732, 40.023783 ], [ -75.209437, 40.026929 ], [ -75.210588, 40.02903 ], [ -75.211308, 40.02997 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267002", "device_counts": 106, "stop_counts": 374 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145553, 40.054117 ], [ -75.145211, 40.055661 ], [ -75.142849, 40.055357 ], [ -75.143189, 40.05381 ], [ -75.143571, 40.052297 ], [ -75.145881, 40.052598 ], [ -75.145553, 40.054117 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027023", "device_counts": 1164, "stop_counts": 4202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151852, 39.929555 ], [ -75.148329, 39.929093 ], [ -75.148701, 39.927896 ], [ -75.149166, 39.926696 ], [ -75.152407, 39.927129 ], [ -75.151852, 39.929555 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244002", "device_counts": 789, "stop_counts": 1120 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165275, 40.024087 ], [ -75.160983, 40.027253 ], [ -75.160053, 40.026023 ], [ -75.159551, 40.023925 ], [ -75.162024, 40.022286 ], [ -75.165275, 40.024087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010156001", "device_counts": 1425, "stop_counts": 5186 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14501, 39.978597 ], [ -75.143188, 39.978359 ], [ -75.14315, 39.978966 ], [ -75.141349, 39.978121 ], [ -75.139868, 39.982536 ], [ -75.138137, 39.982312 ], [ -75.138768, 39.979323 ], [ -75.139715, 39.974897 ], [ -75.141976, 39.97519 ], [ -75.145559, 39.975638 ], [ -75.14501, 39.978597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329001", "device_counts": 664, "stop_counts": 1598 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028257, 40.041363 ], [ -75.02562, 40.042322 ], [ -75.021752, 40.043668 ], [ -75.020499, 40.043542 ], [ -75.020392, 40.04353 ], [ -75.021984, 40.037965 ], [ -75.021682, 40.037088 ], [ -75.023594, 40.036101 ], [ -75.023317, 40.039937 ], [ -75.024465, 40.040664 ], [ -75.024132, 40.039782 ], [ -75.027031, 40.038744 ], [ -75.027846, 40.040678 ], [ -75.028257, 40.041363 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254002", "device_counts": 588, "stop_counts": 2679 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180513, 40.057498 ], [ -75.178248, 40.059704 ], [ -75.177077, 40.060236 ], [ -75.174312, 40.058142 ], [ -75.172869, 40.057256 ], [ -75.174759, 40.057282 ], [ -75.176188, 40.055819 ], [ -75.175743, 40.054577 ], [ -75.179017, 40.05658 ], [ -75.180513, 40.057498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326003", "device_counts": 327, "stop_counts": 733 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044655, 40.031231 ], [ -75.042537, 40.032328 ], [ -75.038616, 40.034355 ], [ -75.03733, 40.032782 ], [ -75.041188, 40.030786 ], [ -75.043304, 40.029688 ], [ -75.044655, 40.031231 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294003", "device_counts": 1262, "stop_counts": 3457 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087577, 40.012516 ], [ -75.086348, 40.013868 ], [ -75.085818, 40.014448 ], [ -75.082668, 40.009938 ], [ -75.080314, 40.011393 ], [ -75.079279, 40.010409 ], [ -75.078749, 40.009878 ], [ -75.078448, 40.008586 ], [ -75.083087, 40.007437 ], [ -75.083788, 40.008503 ], [ -75.084912, 40.009489 ], [ -75.088731, 40.010923 ], [ -75.087577, 40.012516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348031", "device_counts": 993, "stop_counts": 3924 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.005996, 40.061324 ], [ -75.002288, 40.063869 ], [ -75.00009, 40.062745 ], [ -74.998385, 40.064117 ], [ -74.995269, 40.062344 ], [ -74.991709, 40.061095 ], [ -74.990432, 40.060396 ], [ -74.991254, 40.059949 ], [ -74.998259, 40.05808 ], [ -75.001181, 40.057232 ], [ -75.004795, 40.054747 ], [ -75.007814, 40.057407 ], [ -75.003644, 40.059552 ], [ -75.008018, 40.059417 ], [ -75.005996, 40.061324 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237001", "device_counts": 580, "stop_counts": 1809 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190893, 40.044241 ], [ -75.187368, 40.047688 ], [ -75.185932, 40.046809 ], [ -75.187332, 40.045452 ], [ -75.184524, 40.043654 ], [ -75.185569, 40.042625 ], [ -75.187315, 40.040929 ], [ -75.191199, 40.043386 ], [ -75.190893, 40.044241 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012021", "device_counts": 2508, "stop_counts": 3612 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17118, 39.947784 ], [ -75.16803, 39.947386 ], [ -75.166458, 39.947196 ], [ -75.166767, 39.945768 ], [ -75.171488, 39.946353 ], [ -75.17118, 39.947784 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252006", "device_counts": 934, "stop_counts": 2635 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183398, 40.048254 ], [ -75.179616, 40.051956 ], [ -75.177983, 40.05356 ], [ -75.177193, 40.05308 ], [ -75.175804, 40.052241 ], [ -75.179194, 40.048872 ], [ -75.178144, 40.04821 ], [ -75.17922, 40.047155 ], [ -75.181057, 40.045381 ], [ -75.181701, 40.044831 ], [ -75.182203, 40.045894 ], [ -75.183398, 40.048254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243004", "device_counts": 383, "stop_counts": 1451 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173246, 40.018411 ], [ -75.169534, 40.022381 ], [ -75.165707, 40.019731 ], [ -75.163915, 40.02099 ], [ -75.162782, 40.020368 ], [ -75.163758, 40.019234 ], [ -75.172342, 40.017604 ], [ -75.173246, 40.018411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110004", "device_counts": 790, "stop_counts": 1774 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.204176, 39.973395 ], [ -75.20372, 39.974182 ], [ -75.199505, 39.974646 ], [ -75.199139, 39.972707 ], [ -75.203871, 39.97176 ], [ -75.204176, 39.973395 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172023", "device_counts": 528, "stop_counts": 655 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180188, 39.997253 ], [ -75.178237, 39.998611 ], [ -75.175188, 39.998233 ], [ -75.175539, 39.996639 ], [ -75.178576, 39.99704 ], [ -75.180188, 39.997253 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067001", "device_counts": 609, "stop_counts": 1810 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224111, 39.921005 ], [ -75.22216, 39.923892 ], [ -75.221562, 39.924744 ], [ -75.21931, 39.928012 ], [ -75.216768, 39.926956 ], [ -75.221873, 39.919551 ], [ -75.222772, 39.919918 ], [ -75.224111, 39.921005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010005001", "device_counts": 41989, "stop_counts": 160477 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165063, 39.953608 ], [ -75.163402, 39.953339 ], [ -75.163329, 39.95333 ], [ -75.163093, 39.9544 ], [ -75.151539, 39.952948 ], [ -75.152337, 39.949421 ], [ -75.157062, 39.950006 ], [ -75.163937, 39.950866 ], [ -75.164011, 39.950876 ], [ -75.165063, 39.953608 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249004", "device_counts": 309, "stop_counts": 594 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161898, 40.052842 ], [ -75.160222, 40.051826 ], [ -75.159041, 40.051106 ], [ -75.160528, 40.049664 ], [ -75.161656, 40.048559 ], [ -75.164529, 40.050306 ], [ -75.161898, 40.052842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031005", "device_counts": 684, "stop_counts": 2746 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179553, 39.933178 ], [ -75.176069, 39.932721 ], [ -75.176513, 39.930716 ], [ -75.180001, 39.93117 ], [ -75.179553, 39.933178 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340001", "device_counts": 578, "stop_counts": 1621 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0759, 40.072884 ], [ -75.073477, 40.07526 ], [ -75.071007, 40.077682 ], [ -75.067912, 40.075976 ], [ -75.067333, 40.075504 ], [ -75.068958, 40.072358 ], [ -75.068862, 40.071845 ], [ -75.070412, 40.07022 ], [ -75.074029, 40.071983 ], [ -75.0759, 40.072884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085003", "device_counts": 814, "stop_counts": 2239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226002, 39.954591 ], [ -75.225746, 39.955814 ], [ -75.223775, 39.955565 ], [ -75.221798, 39.955319 ], [ -75.221923, 39.954723 ], [ -75.222056, 39.954102 ], [ -75.222279, 39.95304 ], [ -75.226224, 39.953528 ], [ -75.226002, 39.954591 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152002", "device_counts": 659, "stop_counts": 1731 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175803, 39.988812 ], [ -75.173682, 39.990167 ], [ -75.171839, 39.989935 ], [ -75.168894, 39.98955 ], [ -75.169234, 39.987959 ], [ -75.168428, 39.987857 ], [ -75.166408, 39.987598 ], [ -75.167078, 39.984517 ], [ -75.17151, 39.98509 ], [ -75.171197, 39.986603 ], [ -75.174361, 39.987024 ], [ -75.174044, 39.988507 ], [ -75.174665, 39.988427 ], [ -75.175803, 39.988812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010106001", "device_counts": 426, "stop_counts": 3077 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211334, 39.968726 ], [ -75.211189, 39.968634 ], [ -75.210101, 39.967961 ], [ -75.208344, 39.966876 ], [ -75.209344, 39.964621 ], [ -75.209058, 39.962329 ], [ -75.21056, 39.962571 ], [ -75.211231, 39.967879 ], [ -75.211334, 39.968726 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338001", "device_counts": 787, "stop_counts": 3502 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073304, 40.062812 ], [ -75.067355, 40.068727 ], [ -75.06304, 40.066143 ], [ -75.064491, 40.064588 ], [ -75.065685, 40.063332 ], [ -75.068074, 40.060824 ], [ -75.069224, 40.059583 ], [ -75.072766, 40.061554 ], [ -75.073909, 40.062192 ], [ -75.073304, 40.062812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010015001", "device_counts": 2739, "stop_counts": 5026 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156673, 39.942551 ], [ -75.155488, 39.942407 ], [ -75.153916, 39.942205 ], [ -75.152334, 39.942015 ], [ -75.152546, 39.941148 ], [ -75.152771, 39.940039 ], [ -75.155888, 39.94056 ], [ -75.156388, 39.940627 ], [ -75.156853, 39.941683 ], [ -75.156673, 39.942551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355003", "device_counts": 11483, "stop_counts": 40763 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041488, 40.087338 ], [ -75.034808, 40.092423 ], [ -75.030725, 40.09553 ], [ -75.023927, 40.100702 ], [ -75.022086, 40.100212 ], [ -75.018233, 40.097105 ], [ -75.021451, 40.096963 ], [ -75.027681, 40.095046 ], [ -75.025866, 40.090515 ], [ -75.027097, 40.087878 ], [ -75.028337, 40.086604 ], [ -75.033547, 40.089582 ], [ -75.037498, 40.085459 ], [ -75.0384, 40.084472 ], [ -75.039509, 40.085702 ], [ -75.040877, 40.086966 ], [ -75.041488, 40.087338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180023", "device_counts": 603, "stop_counts": 1161 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111221, 39.985268 ], [ -75.108359, 39.986753 ], [ -75.105437, 39.983452 ], [ -75.106968, 39.982648 ], [ -75.108828, 39.981673 ], [ -75.111221, 39.985268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028025", "device_counts": 2126, "stop_counts": 3604 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161047, 39.931817 ], [ -75.159517, 39.9331 ], [ -75.159142, 39.933049 ], [ -75.157578, 39.932837 ], [ -75.157843, 39.931615 ], [ -75.158121, 39.930394 ], [ -75.158296, 39.929602 ], [ -75.161428, 39.930017 ], [ -75.161047, 39.931817 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115001", "device_counts": 199, "stop_counts": 426 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.252544, 39.98077 ], [ -75.251063, 39.981601 ], [ -75.248944, 39.979106 ], [ -75.250979, 39.977684 ], [ -75.253104, 39.98018 ], [ -75.252544, 39.98077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042013", "device_counts": 916, "stop_counts": 1497 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149916, 39.921819 ], [ -75.147431, 39.921502 ], [ -75.14769, 39.920273 ], [ -75.147813, 39.919001 ], [ -75.150461, 39.919345 ], [ -75.149916, 39.921819 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027022", "device_counts": 401, "stop_counts": 754 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150101, 39.924305 ], [ -75.149166, 39.926696 ], [ -75.148701, 39.927896 ], [ -75.146985, 39.927665 ], [ -75.147842, 39.924015 ], [ -75.149405, 39.924207 ], [ -75.150101, 39.924305 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010120001", "device_counts": 537, "stop_counts": 2464 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233713, 39.992176 ], [ -75.231762, 39.99309 ], [ -75.225664, 39.995848 ], [ -75.225662, 39.991469 ], [ -75.23106, 39.991764 ], [ -75.233672, 39.991882 ], [ -75.233713, 39.992176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268004", "device_counts": 1703, "stop_counts": 4197 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142214, 40.050563 ], [ -75.14156, 40.053599 ], [ -75.137767, 40.053112 ], [ -75.139107, 40.047011 ], [ -75.142898, 40.047493 ], [ -75.142214, 40.050563 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010023", "device_counts": 8017, "stop_counts": 19300 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149954, 39.945505 ], [ -75.149186, 39.949032 ], [ -75.14408, 39.948379 ], [ -75.144009, 39.944388 ], [ -75.144933, 39.944494 ], [ -75.150037, 39.945144 ], [ -75.149954, 39.945505 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098022", "device_counts": 1168, "stop_counts": 1604 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.273552, 39.978279 ], [ -75.273103, 39.974965 ], [ -75.270639, 39.974669 ], [ -75.271363, 39.972843 ], [ -75.267588, 39.974662 ], [ -75.265558, 39.975641 ], [ -75.264257, 39.974419 ], [ -75.266109, 39.972898 ], [ -75.264148, 39.97148 ], [ -75.2619, 39.972584 ], [ -75.26562, 39.969941 ], [ -75.269314, 39.97301 ], [ -75.271639, 39.972082 ], [ -75.275871, 39.977245 ], [ -75.273552, 39.978279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032002", "device_counts": 333, "stop_counts": 403 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184449, 39.933813 ], [ -75.181162, 39.933385 ], [ -75.181419, 39.932161 ], [ -75.184705, 39.932584 ], [ -75.184449, 39.933813 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012014", "device_counts": 1745, "stop_counts": 3296 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181445, 39.947597 ], [ -75.180328, 39.947455 ], [ -75.178156, 39.94719 ], [ -75.178578, 39.945269 ], [ -75.179409, 39.945377 ], [ -75.18188, 39.945691 ], [ -75.181445, 39.947597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320001", "device_counts": 1162, "stop_counts": 2025 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.053249, 40.0317 ], [ -75.050972, 40.032324 ], [ -75.048355, 40.029324 ], [ -75.047904, 40.02881 ], [ -75.047453, 40.028294 ], [ -75.049273, 40.027351 ], [ -75.051104, 40.026407 ], [ -75.052898, 40.028462 ], [ -75.051073, 40.029403 ], [ -75.053249, 40.0317 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033002", "device_counts": 6442, "stop_counts": 22240 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205185, 39.941116 ], [ -75.204582, 39.942352 ], [ -75.202929, 39.943301 ], [ -75.200277, 39.943652 ], [ -75.193985, 39.942154 ], [ -75.192664, 39.941567 ], [ -75.188712, 39.939567 ], [ -75.18824, 39.939878 ], [ -75.188885, 39.936887 ], [ -75.19306, 39.93741 ], [ -75.193615, 39.937485 ], [ -75.193271, 39.939032 ], [ -75.195923, 39.939102 ], [ -75.197012, 39.936678 ], [ -75.197266, 39.935453 ], [ -75.197537, 39.934232 ], [ -75.199503, 39.934508 ], [ -75.197924, 39.938063 ], [ -75.200194, 39.938545 ], [ -75.20114, 39.937468 ], [ -75.205431, 39.93877 ], [ -75.205185, 39.941116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079004", "device_counts": 712, "stop_counts": 1184 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222589, 39.951519 ], [ -75.222279, 39.95304 ], [ -75.220295, 39.952792 ], [ -75.218347, 39.952553 ], [ -75.218676, 39.951032 ], [ -75.218833, 39.950273 ], [ -75.22275, 39.950754 ], [ -75.222589, 39.951519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104004", "device_counts": 1092, "stop_counts": 2320 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22017, 39.964844 ], [ -75.216516, 39.965214 ], [ -75.216376, 39.964094 ], [ -75.216181, 39.962546 ], [ -75.217002, 39.959015 ], [ -75.218954, 39.95926 ], [ -75.219175, 39.959288 ], [ -75.219439, 39.960941 ], [ -75.219693, 39.962523 ], [ -75.220044, 39.963819 ], [ -75.22017, 39.964844 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160005", "device_counts": 1034, "stop_counts": 2747 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130448, 39.978589 ], [ -75.127579, 39.981383 ], [ -75.125593, 39.979124 ], [ -75.128628, 39.977533 ], [ -75.130448, 39.978589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204004", "device_counts": 354, "stop_counts": 1500 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155239, 40.020486 ], [ -75.152161, 40.020161 ], [ -75.152386, 40.018145 ], [ -75.154576, 40.017272 ], [ -75.155692, 40.019078 ], [ -75.155239, 40.020486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197003", "device_counts": 385, "stop_counts": 870 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138463, 40.020171 ], [ -75.13674, 40.019958 ], [ -75.136984, 40.018789 ], [ -75.136811, 40.016899 ], [ -75.13911, 40.017187 ], [ -75.138463, 40.020171 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266006", "device_counts": 357, "stop_counts": 930 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151879, 40.062406 ], [ -75.151414, 40.063206 ], [ -75.147649, 40.06301 ], [ -75.148107, 40.060903 ], [ -75.149219, 40.058432 ], [ -75.151141, 40.061326 ], [ -75.15175, 40.06222 ], [ -75.151879, 40.062406 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136011", "device_counts": 1524, "stop_counts": 2807 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178056, 39.970112 ], [ -75.17646, 39.96991 ], [ -75.174869, 39.96971 ], [ -75.17539, 39.967345 ], [ -75.178641, 39.967399 ], [ -75.178056, 39.970112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244001", "device_counts": 435, "stop_counts": 1648 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166993, 40.025012 ], [ -75.165275, 40.024087 ], [ -75.162024, 40.022286 ], [ -75.162462, 40.021954 ], [ -75.162782, 40.020368 ], [ -75.163915, 40.02099 ], [ -75.168482, 40.023512 ], [ -75.166993, 40.025012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345021", "device_counts": 553, "stop_counts": 5086 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047286, 40.082932 ], [ -75.041488, 40.087338 ], [ -75.040877, 40.086966 ], [ -75.042143, 40.084065 ], [ -75.046249, 40.081459 ], [ -75.047286, 40.082932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202004", "device_counts": 759, "stop_counts": 3414 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167292, 40.009695 ], [ -75.166871, 40.009901 ], [ -75.160943, 40.012647 ], [ -75.160453, 40.012067 ], [ -75.160936, 40.009632 ], [ -75.161095, 40.008883 ], [ -75.164576, 40.009337 ], [ -75.164733, 40.008616 ], [ -75.167945, 40.009378 ], [ -75.167292, 40.009695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161002", "device_counts": 1744, "stop_counts": 7807 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.125491, 39.989836 ], [ -75.122417, 39.987001 ], [ -75.120252, 39.984755 ], [ -75.122679, 39.983488 ], [ -75.125062, 39.982373 ], [ -75.125836, 39.983251 ], [ -75.124654, 39.984526 ], [ -75.124728, 39.985801 ], [ -75.127363, 39.988792 ], [ -75.125491, 39.989836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178007", "device_counts": 579, "stop_counts": 1641 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123686, 39.990836 ], [ -75.12031, 39.992672 ], [ -75.118392, 39.990528 ], [ -75.122248, 39.988511 ], [ -75.124593, 39.990328 ], [ -75.123686, 39.990836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081011", "device_counts": 350, "stop_counts": 448 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235479, 39.948433 ], [ -75.235165, 39.949953 ], [ -75.230959, 39.949438 ], [ -75.231271, 39.947909 ], [ -75.233604, 39.947351 ], [ -75.235049, 39.946992 ], [ -75.235822, 39.946835 ], [ -75.235479, 39.948433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199002", "device_counts": 481, "stop_counts": 1117 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144069, 40.006684 ], [ -75.143346, 40.008227 ], [ -75.142772, 40.008153 ], [ -75.142256, 40.008093 ], [ -75.140472, 40.007878 ], [ -75.14116, 40.004784 ], [ -75.141491, 40.003288 ], [ -75.143292, 40.003523 ], [ -75.143437, 40.005071 ], [ -75.144069, 40.006684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024001", "device_counts": 1828, "stop_counts": 4350 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156317, 39.938569 ], [ -75.154807, 39.93815 ], [ -75.153286, 39.937736 ], [ -75.153774, 39.935516 ], [ -75.155304, 39.935934 ], [ -75.15506, 39.936807 ], [ -75.156622, 39.937182 ], [ -75.156317, 39.938569 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267004", "device_counts": 736, "stop_counts": 2362 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149705, 40.054649 ], [ -75.149478, 40.056217 ], [ -75.146002, 40.055765 ], [ -75.145211, 40.055661 ], [ -75.145553, 40.054117 ], [ -75.145881, 40.052598 ], [ -75.149919, 40.053127 ], [ -75.149705, 40.054649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283002", "device_counts": 254, "stop_counts": 1329 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142334, 40.028543 ], [ -75.13998, 40.028245 ], [ -75.140303, 40.026745 ], [ -75.140638, 40.025262 ], [ -75.143001, 40.025561 ], [ -75.142334, 40.028543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010003002", "device_counts": 8396, "stop_counts": 18908 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179937, 39.960028 ], [ -75.172002, 39.959007 ], [ -75.172783, 39.955604 ], [ -75.177527, 39.95549 ], [ -75.179122, 39.955984 ], [ -75.17972, 39.956164 ], [ -75.179126, 39.958004 ], [ -75.179937, 39.960028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377002", "device_counts": 2616, "stop_counts": 9008 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151266, 39.983978 ], [ -75.148109, 39.983604 ], [ -75.148437, 39.98211 ], [ -75.146769, 39.981893 ], [ -75.146102, 39.984978 ], [ -75.144154, 39.984724 ], [ -75.14405, 39.983721 ], [ -75.144169, 39.983092 ], [ -75.14501, 39.978597 ], [ -75.150661, 39.979325 ], [ -75.152235, 39.979531 ], [ -75.151266, 39.983978 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037022", "device_counts": 761, "stop_counts": 1290 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184393, 39.926276 ], [ -75.18333, 39.926134 ], [ -75.182743, 39.926058 ], [ -75.181698, 39.925924 ], [ -75.182243, 39.923442 ], [ -75.183295, 39.923575 ], [ -75.183434, 39.922939 ], [ -75.185202, 39.922574 ], [ -75.184393, 39.926276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094004", "device_counts": 1161, "stop_counts": 4983 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236481, 39.963047 ], [ -75.235842, 39.966085 ], [ -75.23189, 39.965593 ], [ -75.232527, 39.962557 ], [ -75.23454, 39.962807 ], [ -75.236587, 39.962519 ], [ -75.236481, 39.963047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010208002", "device_counts": 934, "stop_counts": 3230 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205848, 40.015281 ], [ -75.201269, 40.017189 ], [ -75.197636, 40.021461 ], [ -75.193308, 40.024091 ], [ -75.193048, 40.023558 ], [ -75.191105, 40.021663 ], [ -75.192405, 40.020495 ], [ -75.198361, 40.01527 ], [ -75.200278, 40.013708 ], [ -75.200954, 40.013061 ], [ -75.206139, 40.014753 ], [ -75.205848, 40.015281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353022", "device_counts": 2586, "stop_counts": 6562 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.003606, 40.071362 ], [ -74.998488, 40.078701 ], [ -74.995282, 40.077149 ], [ -74.991271, 40.07631 ], [ -74.988467, 40.073908 ], [ -74.987857, 40.072829 ], [ -74.993531, 40.071863 ], [ -74.996409, 40.06659 ], [ -74.99873, 40.065828 ], [ -74.998385, 40.064117 ], [ -75.007269, 40.069161 ], [ -75.003606, 40.071362 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308004", "device_counts": 461, "stop_counts": 3159 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0868, 40.052744 ], [ -75.085847, 40.05441 ], [ -75.079878, 40.051217 ], [ -75.082888, 40.048197 ], [ -75.086165, 40.050024 ], [ -75.085989, 40.050878 ], [ -75.0868, 40.052744 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153003", "device_counts": 511, "stop_counts": 1374 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164184, 39.987311 ], [ -75.161032, 39.986907 ], [ -75.157899, 39.986492 ], [ -75.158246, 39.984934 ], [ -75.161383, 39.985339 ], [ -75.162951, 39.985542 ], [ -75.164517, 39.985759 ], [ -75.164184, 39.987311 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266008", "device_counts": 121, "stop_counts": 531 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151596, 40.070328 ], [ -75.148331, 40.068485 ], [ -75.148648, 40.067138 ], [ -75.150505, 40.067377 ], [ -75.151534, 40.067507 ], [ -75.152322, 40.068901 ], [ -75.151596, 40.070328 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171003", "device_counts": 1516, "stop_counts": 3080 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178633, 40.005052 ], [ -75.173853, 40.007468 ], [ -75.172209, 40.007898 ], [ -75.169741, 40.008585 ], [ -75.16914, 40.008832 ], [ -75.165554, 40.004859 ], [ -75.165896, 40.003269 ], [ -75.168943, 40.00366 ], [ -75.169093, 40.003671 ], [ -75.171247, 40.003951 ], [ -75.176913, 40.004697 ], [ -75.178809, 40.004937 ], [ -75.178633, 40.005052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040022", "device_counts": 812, "stop_counts": 1239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167085, 39.918959 ], [ -75.163956, 39.918518 ], [ -75.16453, 39.915875 ], [ -75.166914, 39.916189 ], [ -75.167681, 39.916283 ], [ -75.167085, 39.918959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267003", "device_counts": 479, "stop_counts": 1669 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149919, 40.053127 ], [ -75.145881, 40.052598 ], [ -75.143571, 40.052297 ], [ -75.143841, 40.050771 ], [ -75.147004, 40.051175 ], [ -75.148578, 40.051383 ], [ -75.150142, 40.051578 ], [ -75.149919, 40.053127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190004", "device_counts": 276, "stop_counts": 489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101864, 40.012369 ], [ -75.101557, 40.013878 ], [ -75.099374, 40.013583 ], [ -75.100373, 40.008914 ], [ -75.102552, 40.009202 ], [ -75.101864, 40.012369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039024", "device_counts": 634, "stop_counts": 2347 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177438, 39.91897 ], [ -75.177082, 39.920207 ], [ -75.174033, 39.919809 ], [ -75.174302, 39.918562 ], [ -75.175217, 39.915653 ], [ -75.17718, 39.91489 ], [ -75.178268, 39.915053 ], [ -75.177438, 39.91897 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201022", "device_counts": 537, "stop_counts": 903 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156028, 40.009868 ], [ -75.151246, 40.009279 ], [ -75.151603, 40.007665 ], [ -75.156376, 40.008284 ], [ -75.156028, 40.009868 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180013", "device_counts": 505, "stop_counts": 2824 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115605, 39.983551 ], [ -75.115251, 39.983157 ], [ -75.11345, 39.984105 ], [ -75.110939, 39.980568 ], [ -75.113008, 39.979488 ], [ -75.116075, 39.982938 ], [ -75.115605, 39.983551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040024", "device_counts": 2201, "stop_counts": 5042 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170581, 39.920653 ], [ -75.170309, 39.921885 ], [ -75.166563, 39.921418 ], [ -75.167085, 39.918959 ], [ -75.170854, 39.91941 ], [ -75.170581, 39.920653 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238001", "device_counts": 528, "stop_counts": 884 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184524, 40.043654 ], [ -75.18308, 40.045068 ], [ -75.182203, 40.045894 ], [ -75.181701, 40.044831 ], [ -75.180884, 40.043246 ], [ -75.183101, 40.041063 ], [ -75.185569, 40.042625 ], [ -75.184524, 40.043654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204002", "device_counts": 1221, "stop_counts": 3503 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154576, 40.017272 ], [ -75.152386, 40.018145 ], [ -75.152161, 40.020161 ], [ -75.148953, 40.019743 ], [ -75.147139, 40.019518 ], [ -75.147143, 40.01901 ], [ -75.149544, 40.01787 ], [ -75.153849, 40.015891 ], [ -75.15409, 40.016325 ], [ -75.154576, 40.017272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207004", "device_counts": 3723, "stop_counts": 10764 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207599, 40.012719 ], [ -75.206207, 40.01472 ], [ -75.206139, 40.014753 ], [ -75.200954, 40.013061 ], [ -75.200278, 40.013708 ], [ -75.194847, 40.012175 ], [ -75.192879, 40.01162 ], [ -75.186537, 40.009831 ], [ -75.190514, 40.008407 ], [ -75.192225, 40.00722 ], [ -75.192467, 40.006482 ], [ -75.19281, 40.006733 ], [ -75.197451, 40.008315 ], [ -75.203107, 40.010138 ], [ -75.205485, 40.011501 ], [ -75.205978, 40.011723 ], [ -75.206968, 40.011372 ], [ -75.206286, 40.011923 ], [ -75.207599, 40.012719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160006", "device_counts": 1852, "stop_counts": 5402 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126136, 39.976082 ], [ -75.123334, 39.977514 ], [ -75.121032, 39.977811 ], [ -75.119763, 39.976369 ], [ -75.119969, 39.975911 ], [ -75.122592, 39.97388 ], [ -75.123391, 39.974403 ], [ -75.125201, 39.975558 ], [ -75.126136, 39.976082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306002", "device_counts": 552, "stop_counts": 1028 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.095999, 40.046002 ], [ -75.092242, 40.049978 ], [ -75.091416, 40.049543 ], [ -75.091268, 40.048083 ], [ -75.091859, 40.047485 ], [ -75.094175, 40.045026 ], [ -75.095999, 40.046002 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030023", "device_counts": 735, "stop_counts": 1144 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174495, 39.932523 ], [ -75.17397, 39.934974 ], [ -75.172389, 39.934765 ], [ -75.172922, 39.932328 ], [ -75.17319, 39.931104 ], [ -75.174764, 39.931307 ], [ -75.174495, 39.932523 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271002", "device_counts": 511, "stop_counts": 1096 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124614, 40.049849 ], [ -75.122776, 40.049613 ], [ -75.123566, 40.044993 ], [ -75.125631, 40.045259 ], [ -75.124614, 40.049849 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007001", "device_counts": 3122, "stop_counts": 5145 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176191, 39.952387 ], [ -75.173489, 39.952052 ], [ -75.173813, 39.950531 ], [ -75.175738, 39.950769 ], [ -75.176519, 39.95087 ], [ -75.176191, 39.952387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274012", "device_counts": 915, "stop_counts": 2405 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129498, 40.041048 ], [ -75.126643, 40.040681 ], [ -75.126977, 40.039155 ], [ -75.127641, 40.036063 ], [ -75.130518, 40.036437 ], [ -75.129498, 40.041048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310007", "device_counts": 232, "stop_counts": 611 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079334, 40.051809 ], [ -75.076902, 40.054387 ], [ -75.07509, 40.053364 ], [ -75.075675, 40.052745 ], [ -75.072108, 40.050765 ], [ -75.073936, 40.048841 ], [ -75.077529, 40.050805 ], [ -75.079334, 40.051809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010021", "device_counts": 8550, "stop_counts": 14303 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150339, 39.94373 ], [ -75.145243, 39.943087 ], [ -75.144933, 39.944494 ], [ -75.144009, 39.944388 ], [ -75.14408, 39.948379 ], [ -75.142466, 39.948174 ], [ -75.14406, 39.940972 ], [ -75.147604, 39.941422 ], [ -75.150755, 39.941818 ], [ -75.150339, 39.94373 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160001", "device_counts": 478, "stop_counts": 2276 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122679, 39.983488 ], [ -75.120252, 39.984755 ], [ -75.118522, 39.982825 ], [ -75.120973, 39.981546 ], [ -75.122679, 39.983488 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266007", "device_counts": 838, "stop_counts": 2704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153513, 40.064285 ], [ -75.152602, 40.067646 ], [ -75.152322, 40.068901 ], [ -75.151534, 40.067507 ], [ -75.150505, 40.067377 ], [ -75.150719, 40.066367 ], [ -75.151053, 40.064852 ], [ -75.151414, 40.063206 ], [ -75.151879, 40.062406 ], [ -75.152915, 40.063881 ], [ -75.153513, 40.064285 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242003", "device_counts": 200, "stop_counts": 627 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168308, 40.029173 ], [ -75.166488, 40.030794 ], [ -75.163749, 40.029255 ], [ -75.166395, 40.026593 ], [ -75.169816, 40.02845 ], [ -75.168308, 40.029173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063002", "device_counts": 306, "stop_counts": 420 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236833, 39.925765 ], [ -75.234368, 39.923694 ], [ -75.233121, 39.924558 ], [ -75.232438, 39.92397 ], [ -75.234991, 39.922169 ], [ -75.23816, 39.924839 ], [ -75.236833, 39.925765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008032", "device_counts": 2154, "stop_counts": 3162 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175738, 39.950769 ], [ -75.173813, 39.950531 ], [ -75.174173, 39.948921 ], [ -75.174323, 39.948177 ], [ -75.176239, 39.948414 ], [ -75.175738, 39.950769 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267005", "device_counts": 688, "stop_counts": 1093 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155554, 40.054074 ], [ -75.153438, 40.055707 ], [ -75.152594, 40.056367 ], [ -75.152723, 40.054825 ], [ -75.149705, 40.054649 ], [ -75.149919, 40.053127 ], [ -75.150142, 40.051578 ], [ -75.152881, 40.052844 ], [ -75.155214, 40.053922 ], [ -75.155554, 40.054074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264002", "device_counts": 207, "stop_counts": 1140 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160911, 40.057865 ], [ -75.160983, 40.060654 ], [ -75.158413, 40.059181 ], [ -75.160691, 40.056831 ], [ -75.162122, 40.057638 ], [ -75.160911, 40.057865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136023", "device_counts": 611, "stop_counts": 1684 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180729, 39.972841 ], [ -75.178108, 39.972509 ], [ -75.178606, 39.97018 ], [ -75.181234, 39.970504 ], [ -75.180729, 39.972841 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063001", "device_counts": 755, "stop_counts": 4894 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235594, 39.92664 ], [ -75.234328, 39.925573 ], [ -75.233121, 39.924558 ], [ -75.234368, 39.923694 ], [ -75.236833, 39.925765 ], [ -75.235594, 39.92664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326006", "device_counts": 436, "stop_counts": 1459 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041957, 40.028152 ], [ -75.0387, 40.029839 ], [ -75.036898, 40.027779 ], [ -75.040219, 40.026061 ], [ -75.041957, 40.028152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010142001", "device_counts": 1903, "stop_counts": 3013 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146543, 39.97038 ], [ -75.145018, 39.970191 ], [ -75.145487, 39.96823 ], [ -75.143524, 39.967942 ], [ -75.144002, 39.96567 ], [ -75.147146, 39.967126 ], [ -75.146543, 39.97038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390008", "device_counts": 351, "stop_counts": 1101 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094339, 40.032217 ], [ -75.093497, 40.033072 ], [ -75.09227, 40.034323 ], [ -75.090599, 40.033398 ], [ -75.091806, 40.032145 ], [ -75.093021, 40.030888 ], [ -75.093204, 40.030704 ], [ -75.093542, 40.031195 ], [ -75.094339, 40.032217 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011011", "device_counts": 3572, "stop_counts": 4812 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165341, 39.944664 ], [ -75.164845, 39.946999 ], [ -75.164772, 39.946983 ], [ -75.163648, 39.946836 ], [ -75.163955, 39.945423 ], [ -75.163137, 39.944388 ], [ -75.165274, 39.944655 ], [ -75.165341, 39.944664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010133002", "device_counts": 3730, "stop_counts": 14602 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164744, 39.970436 ], [ -75.164555, 39.970816 ], [ -75.159702, 39.970202 ], [ -75.160395, 39.967064 ], [ -75.160678, 39.96577 ], [ -75.163949, 39.966166 ], [ -75.163743, 39.967125 ], [ -75.165256, 39.967563 ], [ -75.164744, 39.970436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111005", "device_counts": 1418, "stop_counts": 6142 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226451, 39.977717 ], [ -75.224848, 39.97712 ], [ -75.21953, 39.974639 ], [ -75.219655, 39.97377 ], [ -75.219481, 39.973665 ], [ -75.222827, 39.973318 ], [ -75.226131, 39.972964 ], [ -75.226765, 39.977211 ], [ -75.226451, 39.977717 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079001", "device_counts": 935, "stop_counts": 1812 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218347, 39.952553 ], [ -75.21635, 39.952302 ], [ -75.212393, 39.951811 ], [ -75.212716, 39.950292 ], [ -75.214691, 39.950542 ], [ -75.218676, 39.951032 ], [ -75.218347, 39.952553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010021002", "device_counts": 1877, "stop_counts": 7241 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17717, 39.936933 ], [ -75.178464, 39.938278 ], [ -75.17631, 39.939021 ], [ -75.173173, 39.938641 ], [ -75.17385, 39.93545 ], [ -75.17397, 39.934974 ], [ -75.178514, 39.935544 ], [ -75.17717, 39.936933 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169013", "device_counts": 1246, "stop_counts": 5902 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179748, 39.991715 ], [ -75.179584, 39.992463 ], [ -75.179248, 39.993963 ], [ -75.178576, 39.99704 ], [ -75.175539, 39.996639 ], [ -75.176212, 39.993572 ], [ -75.176535, 39.992076 ], [ -75.177206, 39.988991 ], [ -75.178616, 39.989179 ], [ -75.180257, 39.989388 ], [ -75.179748, 39.991715 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273004", "device_counts": 203, "stop_counts": 1770 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123535, 40.038719 ], [ -75.12281, 40.040181 ], [ -75.120434, 40.039886 ], [ -75.121072, 40.036815 ], [ -75.123686, 40.037144 ], [ -75.123535, 40.038719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261001", "device_counts": 308, "stop_counts": 1454 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178918, 40.069175 ], [ -75.17394, 40.07431 ], [ -75.171716, 40.073039 ], [ -75.16899, 40.071473 ], [ -75.170657, 40.069832 ], [ -75.172207, 40.068288 ], [ -75.173459, 40.067054 ], [ -75.174044, 40.067381 ], [ -75.178918, 40.069175 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316002", "device_counts": 630, "stop_counts": 1607 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058231, 40.031651 ], [ -75.057092, 40.032869 ], [ -75.054054, 40.03118 ], [ -75.055416, 40.030086 ], [ -75.055661, 40.029843 ], [ -75.056077, 40.029455 ], [ -75.058848, 40.030998 ], [ -75.058231, 40.031651 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209001", "device_counts": 1065, "stop_counts": 2553 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211564, 40.020898 ], [ -75.209213, 40.021899 ], [ -75.208035, 40.023114 ], [ -75.207732, 40.023783 ], [ -75.207501, 40.023328 ], [ -75.207536, 40.021731 ], [ -75.207595, 40.019536 ], [ -75.207863, 40.018582 ], [ -75.209735, 40.018509 ], [ -75.211564, 40.020898 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164002", "device_counts": 326, "stop_counts": 571 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140861, 39.989001 ], [ -75.139021, 39.988764 ], [ -75.139669, 39.985802 ], [ -75.14152, 39.986016 ], [ -75.140861, 39.989001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010020001", "device_counts": 1268, "stop_counts": 3860 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184956, 39.940084 ], [ -75.18314, 39.939895 ], [ -75.181494, 39.939687 ], [ -75.179839, 39.939478 ], [ -75.180621, 39.935816 ], [ -75.183916, 39.93624 ], [ -75.185498, 39.937597 ], [ -75.184956, 39.940084 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008041", "device_counts": 9558, "stop_counts": 20196 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170667, 39.950131 ], [ -75.167517, 39.949744 ], [ -75.16803, 39.947386 ], [ -75.17118, 39.947784 ], [ -75.170667, 39.950131 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369003", "device_counts": 12429, "stop_counts": 54452 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195616, 39.954027 ], [ -75.194152, 39.95618 ], [ -75.189489, 39.955593 ], [ -75.188266, 39.955441 ], [ -75.181105, 39.95458 ], [ -75.179889, 39.955436 ], [ -75.180223, 39.954472 ], [ -75.180909, 39.952982 ], [ -75.181663, 39.951509 ], [ -75.194786, 39.953142 ], [ -75.194623, 39.953902 ], [ -75.195616, 39.954027 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369001", "device_counts": 7811, "stop_counts": 27170 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196603, 39.954149 ], [ -75.196121, 39.956429 ], [ -75.194152, 39.95618 ], [ -75.195616, 39.954027 ], [ -75.194623, 39.953902 ], [ -75.194786, 39.953142 ], [ -75.181663, 39.951509 ], [ -75.183288, 39.949512 ], [ -75.185634, 39.948021 ], [ -75.187231, 39.947176 ], [ -75.191689, 39.95032 ], [ -75.195322, 39.950781 ], [ -75.197243, 39.951021 ], [ -75.196603, 39.954149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010012", "device_counts": 3827, "stop_counts": 7149 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153694, 39.943218 ], [ -75.153184, 39.945536 ], [ -75.150764, 39.945558 ], [ -75.149954, 39.945505 ], [ -75.150037, 39.945144 ], [ -75.150339, 39.94373 ], [ -75.150755, 39.941818 ], [ -75.152334, 39.942015 ], [ -75.153916, 39.942205 ], [ -75.153694, 39.943218 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010002001", "device_counts": 19246, "stop_counts": 52512 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162339, 39.957825 ], [ -75.155538, 39.956923 ], [ -75.154451, 39.956777 ], [ -75.151223, 39.956862 ], [ -75.151539, 39.952948 ], [ -75.163093, 39.9544 ], [ -75.162339, 39.957825 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010003001", "device_counts": 23529, "stop_counts": 78384 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172002, 39.959007 ], [ -75.162413, 39.957834 ], [ -75.162339, 39.957825 ], [ -75.163093, 39.9544 ], [ -75.163151, 39.954411 ], [ -75.171134, 39.955394 ], [ -75.172783, 39.955604 ], [ -75.172002, 39.959007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010007002", "device_counts": 18308, "stop_counts": 46254 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173489, 39.952052 ], [ -75.164011, 39.950876 ], [ -75.164338, 39.949346 ], [ -75.16594, 39.949553 ], [ -75.167517, 39.949744 ], [ -75.170667, 39.950131 ], [ -75.172752, 39.950398 ], [ -75.173813, 39.950531 ], [ -75.173489, 39.952052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008042", "device_counts": 5372, "stop_counts": 8273 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16594, 39.949553 ], [ -75.164338, 39.949346 ], [ -75.164752, 39.947424 ], [ -75.166362, 39.947633 ], [ -75.16594, 39.949553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030015", "device_counts": 707, "stop_counts": 1206 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174764, 39.931307 ], [ -75.17319, 39.931104 ], [ -75.171065, 39.930827 ], [ -75.171339, 39.929608 ], [ -75.172907, 39.929811 ], [ -75.175032, 39.930087 ], [ -75.174764, 39.931307 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373003", "device_counts": 5929, "stop_counts": 11878 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193987, 39.905633 ], [ -75.192285, 39.906428 ], [ -75.190073, 39.90752 ], [ -75.183387, 39.906617 ], [ -75.173566, 39.905394 ], [ -75.174808, 39.899179 ], [ -75.174959, 39.898488 ], [ -75.176562, 39.898666 ], [ -75.187183, 39.896682 ], [ -75.189993, 39.89681 ], [ -75.19194, 39.896089 ], [ -75.193923, 39.900403 ], [ -75.193987, 39.905633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010056001", "device_counts": 3399, "stop_counts": 7379 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249109, 39.901113 ], [ -75.247308, 39.902282 ], [ -75.244985, 39.903178 ], [ -75.240576, 39.904062 ], [ -75.240331, 39.904113 ], [ -75.238643, 39.898691 ], [ -75.243752, 39.893025 ], [ -75.252349, 39.897618 ], [ -75.249109, 39.901113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122011", "device_counts": 1671, "stop_counts": 3921 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214054, 40.00501 ], [ -75.209771, 40.006983 ], [ -75.206868, 40.006944 ], [ -75.206209, 40.006641 ], [ -75.207589, 40.005981 ], [ -75.209385, 40.002429 ], [ -75.21114, 40.002124 ], [ -75.215355, 40.001244 ], [ -75.214054, 40.00501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122031", "device_counts": 4660, "stop_counts": 17198 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213537, 40.006554 ], [ -75.213745, 40.00716 ], [ -75.207993, 40.009842 ], [ -75.203156, 40.008256 ], [ -75.206868, 40.006944 ], [ -75.209771, 40.006983 ], [ -75.214054, 40.00501 ], [ -75.213537, 40.006554 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183003", "device_counts": 1189, "stop_counts": 4194 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.08637, 39.998895 ], [ -75.086234, 39.998967 ], [ -75.079781, 40.002337 ], [ -75.077476, 40.004139 ], [ -75.075687, 40.005553 ], [ -75.073149, 40.001517 ], [ -75.070609, 40.001652 ], [ -75.070175, 40.00106 ], [ -75.07472, 39.9987 ], [ -75.080522, 39.996472 ], [ -75.079364, 39.994264 ], [ -75.080785, 39.993572 ], [ -75.080932, 39.993498 ], [ -75.084452, 39.997146 ], [ -75.086505, 39.998825 ], [ -75.08637, 39.998895 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010216002", "device_counts": 2251, "stop_counts": 5439 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249271, 40.04534 ], [ -75.248689, 40.045941 ], [ -75.246742, 40.048517 ], [ -75.245728, 40.049257 ], [ -75.244974, 40.047166 ], [ -75.244871, 40.045819 ], [ -75.243483, 40.045379 ], [ -75.235419, 40.048775 ], [ -75.23204, 40.045328 ], [ -75.22853, 40.04386 ], [ -75.234005, 40.041307 ], [ -75.234363, 40.040917 ], [ -75.236642, 40.036295 ], [ -75.234937, 40.0349 ], [ -75.23564, 40.034249 ], [ -75.233394, 40.031906 ], [ -75.234535, 40.030426 ], [ -75.238068, 40.032127 ], [ -75.245598, 40.037655 ], [ -75.249181, 40.041951 ], [ -75.251298, 40.043505 ], [ -75.249271, 40.04534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272002", "device_counts": 2208, "stop_counts": 5166 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118503, 40.049061 ], [ -75.117478, 40.048927 ], [ -75.112588, 40.04638 ], [ -75.112363, 40.047563 ], [ -75.110985, 40.046769 ], [ -75.111033, 40.044404 ], [ -75.112248, 40.04321 ], [ -75.11307, 40.043971 ], [ -75.113544, 40.042711 ], [ -75.114119, 40.043644 ], [ -75.119454, 40.04448 ], [ -75.118503, 40.049061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318004", "device_counts": 182, "stop_counts": 253 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084089, 40.031826 ], [ -75.080757, 40.032541 ], [ -75.081231, 40.032046 ], [ -75.079443, 40.031051 ], [ -75.080866, 40.029556 ], [ -75.084197, 40.031438 ], [ -75.084089, 40.031826 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365012", "device_counts": 5888, "stop_counts": 15587 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024891, 40.129216 ], [ -75.020571, 40.132274 ], [ -75.015066, 40.137992 ], [ -75.009117, 40.134355 ], [ -75.012295, 40.131736 ], [ -75.013206, 40.130233 ], [ -75.021931, 40.127467 ], [ -75.024891, 40.129216 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345012", "device_counts": 2764, "stop_counts": 7704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04312, 40.077166 ], [ -75.040252, 40.079994 ], [ -75.036758, 40.079083 ], [ -75.03536, 40.074939 ], [ -75.035087, 40.074617 ], [ -75.036627, 40.073019 ], [ -75.040606, 40.07535 ], [ -75.041869, 40.075429 ], [ -75.04312, 40.077166 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218003", "device_counts": 248, "stop_counts": 1346 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23365, 40.057887 ], [ -75.230156, 40.05955 ], [ -75.228561, 40.057265 ], [ -75.228838, 40.056168 ], [ -75.231223, 40.053703 ], [ -75.231721, 40.054078 ], [ -75.23365, 40.057887 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353012", "device_counts": 886, "stop_counts": 4384 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.99873, 40.065828 ], [ -74.996409, 40.06659 ], [ -74.993531, 40.071863 ], [ -74.987857, 40.072829 ], [ -74.988454, 40.066701 ], [ -74.987379, 40.065368 ], [ -74.991704, 40.062339 ], [ -74.995269, 40.062344 ], [ -74.998385, 40.064117 ], [ -74.99873, 40.065828 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091002", "device_counts": 6261, "stop_counts": 21895 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.201137, 39.959242 ], [ -75.198681, 39.959429 ], [ -75.198844, 39.960637 ], [ -75.194015, 39.961124 ], [ -75.193905, 39.960514 ], [ -75.193574, 39.958689 ], [ -75.194152, 39.95618 ], [ -75.196121, 39.956429 ], [ -75.199622, 39.95686 ], [ -75.201137, 39.959242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019003", "device_counts": 3273, "stop_counts": 10151 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171341, 39.939663 ], [ -75.171125, 39.940626 ], [ -75.169386, 39.941211 ], [ -75.166204, 39.940813 ], [ -75.166208, 39.940431 ], [ -75.166292, 39.940031 ], [ -75.166816, 39.937869 ], [ -75.170025, 39.938263 ], [ -75.171602, 39.938447 ], [ -75.171341, 39.939663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010020002", "device_counts": 606, "stop_counts": 4217 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.18824, 39.939878 ], [ -75.186551, 39.94023 ], [ -75.184956, 39.940084 ], [ -75.185498, 39.937597 ], [ -75.183916, 39.93624 ], [ -75.187326, 39.936679 ], [ -75.188885, 39.936887 ], [ -75.18824, 39.939878 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029001", "device_counts": 4463, "stop_counts": 11686 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169494, 39.925596 ], [ -75.169228, 39.926806 ], [ -75.168956, 39.928035 ], [ -75.168689, 39.929256 ], [ -75.168567, 39.929252 ], [ -75.166507, 39.929037 ], [ -75.166246, 39.930207 ], [ -75.163504, 39.92983 ], [ -75.165005, 39.92855 ], [ -75.16735, 39.926579 ], [ -75.169428, 39.925593 ], [ -75.169494, 39.925596 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066004", "device_counts": 1292, "stop_counts": 4239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234337, 39.927526 ], [ -75.230104, 39.929711 ], [ -75.229222, 39.929172 ], [ -75.230654, 39.928158 ], [ -75.2294, 39.927156 ], [ -75.22869, 39.926602 ], [ -75.229818, 39.925811 ], [ -75.231194, 39.924845 ], [ -75.232438, 39.92397 ], [ -75.233121, 39.924558 ], [ -75.234328, 39.925573 ], [ -75.234337, 39.927526 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080004", "device_counts": 1470, "stop_counts": 4366 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230323, 39.952475 ], [ -75.229999, 39.953996 ], [ -75.226224, 39.953528 ], [ -75.226539, 39.952 ], [ -75.226869, 39.95046 ], [ -75.22703, 39.949702 ], [ -75.230793, 39.950172 ], [ -75.230323, 39.952475 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084001", "device_counts": 477, "stop_counts": 844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235745, 39.957049 ], [ -75.233732, 39.956801 ], [ -75.231557, 39.957102 ], [ -75.231937, 39.955319 ], [ -75.232153, 39.954262 ], [ -75.234212, 39.954521 ], [ -75.233984, 39.955579 ], [ -75.235997, 39.955831 ], [ -75.235745, 39.957049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094002", "device_counts": 562, "stop_counts": 1520 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232527, 39.962557 ], [ -75.230552, 39.96231 ], [ -75.22992, 39.965352 ], [ -75.227679, 39.965072 ], [ -75.228645, 39.960463 ], [ -75.230801, 39.960722 ], [ -75.232857, 39.960976 ], [ -75.232527, 39.962557 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095003", "device_counts": 966, "stop_counts": 3570 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24011, 39.965055 ], [ -75.238137, 39.96481 ], [ -75.237798, 39.963206 ], [ -75.236481, 39.963047 ], [ -75.236587, 39.962519 ], [ -75.236808, 39.961471 ], [ -75.238785, 39.961715 ], [ -75.240762, 39.96196 ], [ -75.24011, 39.965055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010106002", "device_counts": 1117, "stop_counts": 2071 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209344, 39.964621 ], [ -75.208344, 39.966876 ], [ -75.20756, 39.966381 ], [ -75.202342, 39.963137 ], [ -75.20236, 39.962859 ], [ -75.206889, 39.962485 ], [ -75.209058, 39.962329 ], [ -75.209344, 39.964621 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247004", "device_counts": 503, "stop_counts": 650 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16483, 40.045468 ], [ -75.163175, 40.047076 ], [ -75.161656, 40.048559 ], [ -75.158132, 40.046418 ], [ -75.158217, 40.045076 ], [ -75.161033, 40.045769 ], [ -75.163452, 40.043431 ], [ -75.163739, 40.044801 ], [ -75.16483, 40.045468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010141001", "device_counts": 3192, "stop_counts": 7316 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154149, 39.970778 ], [ -75.152188, 39.972318 ], [ -75.151915, 39.973588 ], [ -75.150315, 39.973382 ], [ -75.146082, 39.972833 ], [ -75.146543, 39.97038 ], [ -75.147146, 39.967126 ], [ -75.153018, 39.968549 ], [ -75.154549, 39.968931 ], [ -75.154149, 39.970778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135004", "device_counts": 1798, "stop_counts": 7640 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169274, 39.971406 ], [ -75.167703, 39.971211 ], [ -75.164555, 39.970816 ], [ -75.164744, 39.970436 ], [ -75.165256, 39.967563 ], [ -75.165349, 39.967149 ], [ -75.168569, 39.967226 ], [ -75.170177, 39.96725 ], [ -75.169274, 39.971406 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139002", "device_counts": 1167, "stop_counts": 6307 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173414, 39.976363 ], [ -75.171813, 39.976164 ], [ -75.171213, 39.978952 ], [ -75.170287, 39.978845 ], [ -75.16616, 39.978308 ], [ -75.166463, 39.976877 ], [ -75.16722, 39.973397 ], [ -75.168263, 39.975259 ], [ -75.173785, 39.974677 ], [ -75.173414, 39.976363 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010145001", "device_counts": 1066, "stop_counts": 2447 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151306, 39.976382 ], [ -75.150661, 39.979325 ], [ -75.14501, 39.978597 ], [ -75.145559, 39.975638 ], [ -75.149734, 39.976182 ], [ -75.150315, 39.973382 ], [ -75.151915, 39.973588 ], [ -75.151306, 39.976382 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153004", "device_counts": 1161, "stop_counts": 4384 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164855, 39.984239 ], [ -75.164517, 39.985759 ], [ -75.162951, 39.985542 ], [ -75.163286, 39.984034 ], [ -75.158567, 39.98342 ], [ -75.159219, 39.980435 ], [ -75.165511, 39.981244 ], [ -75.164855, 39.984239 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152004", "device_counts": 604, "stop_counts": 3628 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171847, 39.983599 ], [ -75.17151, 39.98509 ], [ -75.167078, 39.984517 ], [ -75.166419, 39.984436 ], [ -75.164855, 39.984239 ], [ -75.165511, 39.981244 ], [ -75.167076, 39.981454 ], [ -75.172161, 39.9821 ], [ -75.171847, 39.983599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163002", "device_counts": 1138, "stop_counts": 5125 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138352, 39.991851 ], [ -75.135466, 39.991479 ], [ -75.132893, 39.991144 ], [ -75.133549, 39.98806 ], [ -75.139021, 39.988764 ], [ -75.138352, 39.991851 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199004", "device_counts": 1095, "stop_counts": 2341 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148277, 40.005697 ], [ -75.143437, 40.005071 ], [ -75.143292, 40.003523 ], [ -75.141491, 40.003288 ], [ -75.14116, 40.004784 ], [ -75.137529, 40.004304 ], [ -75.137669, 40.003645 ], [ -75.139876, 40.002845 ], [ -75.142416, 40.00195 ], [ -75.147717, 39.999974 ], [ -75.148148, 40.000987 ], [ -75.148817, 40.002698 ], [ -75.148277, 40.005697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176023", "device_counts": 1651, "stop_counts": 4893 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138524, 39.999743 ], [ -75.132172, 39.998913 ], [ -75.12926, 39.998539 ], [ -75.129921, 39.99546 ], [ -75.130122, 39.994573 ], [ -75.13191, 39.995754 ], [ -75.138713, 39.998891 ], [ -75.138524, 39.999743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298004", "device_counts": 2438, "stop_counts": 4763 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070429, 40.013167 ], [ -75.068503, 40.013619 ], [ -75.068202, 40.014729 ], [ -75.06807, 40.014992 ], [ -75.065941, 40.015727 ], [ -75.064145, 40.013681 ], [ -75.062519, 40.014542 ], [ -75.061413, 40.013284 ], [ -75.061339, 40.012764 ], [ -75.069508, 40.010798 ], [ -75.069786, 40.011543 ], [ -75.06999, 40.012032 ], [ -75.070429, 40.013167 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192004", "device_counts": 1112, "stop_counts": 3142 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112398, 40.00052 ], [ -75.11046, 40.000268 ], [ -75.110017, 40.002282 ], [ -75.104197, 40.001525 ], [ -75.106442, 40.000322 ], [ -75.109848, 39.998436 ], [ -75.110983, 39.997801 ], [ -75.112923, 39.99806 ], [ -75.112398, 40.00052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288003", "device_counts": 1500, "stop_counts": 4350 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127922, 40.021979 ], [ -75.127234, 40.02353 ], [ -75.126967, 40.024818 ], [ -75.123525, 40.025463 ], [ -75.122279, 40.02565 ], [ -75.119735, 40.026017 ], [ -75.119603, 40.025117 ], [ -75.119823, 40.02412 ], [ -75.121762, 40.024364 ], [ -75.122095, 40.022864 ], [ -75.122425, 40.021314 ], [ -75.124346, 40.021552 ], [ -75.127588, 40.021935 ], [ -75.127922, 40.021979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010241001", "device_counts": 2438, "stop_counts": 11390 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176428, 40.037794 ], [ -75.175208, 40.036232 ], [ -75.173951, 40.035193 ], [ -75.173724, 40.035012 ], [ -75.17061, 40.033131 ], [ -75.173482, 40.030336 ], [ -75.174572, 40.029244 ], [ -75.181235, 40.033097 ], [ -75.176428, 40.037794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264005", "device_counts": 688, "stop_counts": 931 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165714, 40.06439 ], [ -75.162018, 40.063095 ], [ -75.163166, 40.061911 ], [ -75.165453, 40.059541 ], [ -75.168641, 40.061373 ], [ -75.165714, 40.06439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260001", "device_counts": 608, "stop_counts": 1285 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172621, 40.078103 ], [ -75.169914, 40.080818 ], [ -75.163399, 40.07695 ], [ -75.166062, 40.074338 ], [ -75.167097, 40.07332 ], [ -75.167309, 40.074208 ], [ -75.170822, 40.076226 ], [ -75.170289, 40.076767 ], [ -75.172621, 40.078103 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010270002", "device_counts": 633, "stop_counts": 3145 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137767, 40.053112 ], [ -75.133814, 40.0526 ], [ -75.130783, 40.052206 ], [ -75.132121, 40.046018 ], [ -75.134724, 40.046134 ], [ -75.136019, 40.046229 ], [ -75.137529, 40.046805 ], [ -75.139107, 40.047011 ], [ -75.137767, 40.053112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281001", "device_counts": 866, "stop_counts": 2979 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152369, 40.031387 ], [ -75.151272, 40.032579 ], [ -75.149859, 40.035827 ], [ -75.148179, 40.035598 ], [ -75.145554, 40.035262 ], [ -75.146575, 40.030637 ], [ -75.148206, 40.030851 ], [ -75.151521, 40.030498 ], [ -75.151356, 40.031255 ], [ -75.152369, 40.031387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321003", "device_counts": 535, "stop_counts": 2424 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.065113, 40.017511 ], [ -75.06113, 40.019725 ], [ -75.057513, 40.021597 ], [ -75.055687, 40.019504 ], [ -75.059304, 40.017638 ], [ -75.063385, 40.01552 ], [ -75.065113, 40.017511 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334004", "device_counts": 5173, "stop_counts": 13228 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060654, 40.050999 ], [ -75.058283, 40.053484 ], [ -75.057125, 40.054722 ], [ -75.054947, 40.053507 ], [ -75.056036, 40.05224 ], [ -75.052836, 40.050498 ], [ -75.050943, 40.050215 ], [ -75.051057, 40.049022 ], [ -75.051146, 40.048113 ], [ -75.051682, 40.046963 ], [ -75.054287, 40.044448 ], [ -75.057048, 40.04603 ], [ -75.059937, 40.047751 ], [ -75.058284, 40.049688 ], [ -75.060654, 40.050999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319005", "device_counts": 482, "stop_counts": 1202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073364, 40.025369 ], [ -75.067957, 40.026583 ], [ -75.065403, 40.027033 ], [ -75.065108, 40.027073 ], [ -75.065492, 40.026589 ], [ -75.063254, 40.024912 ], [ -75.062802, 40.024402 ], [ -75.068516, 40.021385 ], [ -75.069087, 40.021904 ], [ -75.073364, 40.025369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330004", "device_counts": 684, "stop_counts": 4731 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.03517, 40.030116 ], [ -75.030907, 40.032318 ], [ -75.032739, 40.034407 ], [ -75.030905, 40.035358 ], [ -75.029881, 40.034072 ], [ -75.02798, 40.031894 ], [ -75.029706, 40.030947 ], [ -75.028413, 40.029758 ], [ -75.032752, 40.02705 ], [ -75.034354, 40.029096 ], [ -75.03517, 40.030116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010001001", "device_counts": 16333, "stop_counts": 46503 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148472, 39.952578 ], [ -75.141469, 39.951698 ], [ -75.142466, 39.948174 ], [ -75.14408, 39.948379 ], [ -75.149186, 39.949032 ], [ -75.148472, 39.952578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008011", "device_counts": 3143, "stop_counts": 9575 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181663, 39.951509 ], [ -75.177323, 39.950964 ], [ -75.177843, 39.94861 ], [ -75.180021, 39.948872 ], [ -75.181134, 39.949008 ], [ -75.183288, 39.949512 ], [ -75.181663, 39.951509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087021", "device_counts": 2126, "stop_counts": 7170 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208761, 39.95488 ], [ -75.2086, 39.955636 ], [ -75.208128, 39.957915 ], [ -75.204145, 39.957422 ], [ -75.204933, 39.955181 ], [ -75.205092, 39.954419 ], [ -75.20546, 39.952682 ], [ -75.205583, 39.952056 ], [ -75.209264, 39.952522 ], [ -75.208761, 39.95488 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098023", "device_counts": 988, "stop_counts": 2189 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.273552, 39.978279 ], [ -75.271309, 39.979275 ], [ -75.267588, 39.974662 ], [ -75.271363, 39.972843 ], [ -75.270639, 39.974669 ], [ -75.273103, 39.974965 ], [ -75.273552, 39.978279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134012", "device_counts": 3066, "stop_counts": 7214 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176778, 39.964822 ], [ -75.17539, 39.967345 ], [ -75.172108, 39.967284 ], [ -75.17256, 39.965219 ], [ -75.172848, 39.963923 ], [ -75.176219, 39.964409 ], [ -75.176778, 39.964822 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158001", "device_counts": 1220, "stop_counts": 4434 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131238, 39.977786 ], [ -75.130448, 39.978589 ], [ -75.128628, 39.977533 ], [ -75.129573, 39.975894 ], [ -75.128693, 39.974284 ], [ -75.127903, 39.972811 ], [ -75.129224, 39.972357 ], [ -75.130366, 39.97445 ], [ -75.13267, 39.975304 ], [ -75.131238, 39.977786 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379006", "device_counts": 916, "stop_counts": 2487 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.098035, 39.990748 ], [ -75.095726, 39.99195 ], [ -75.093664, 39.9896 ], [ -75.091216, 39.99088 ], [ -75.089616, 39.989064 ], [ -75.094393, 39.98663 ], [ -75.095964, 39.988395 ], [ -75.097054, 39.987828 ], [ -75.099128, 39.990172 ], [ -75.098035, 39.990748 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010235001", "device_counts": 914, "stop_counts": 4302 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209969, 40.047081 ], [ -75.209622, 40.047047 ], [ -75.207005, 40.047063 ], [ -75.201433, 40.042404 ], [ -75.193127, 40.035381 ], [ -75.189063, 40.031905 ], [ -75.190861, 40.031144 ], [ -75.196938, 40.033266 ], [ -75.197535, 40.033892 ], [ -75.198918, 40.038973 ], [ -75.200359, 40.037477 ], [ -75.202846, 40.039503 ], [ -75.203164, 40.037635 ], [ -75.205546, 40.039057 ], [ -75.205047, 40.043123 ], [ -75.207016, 40.0416 ], [ -75.208173, 40.04199 ], [ -75.20994, 40.044636 ], [ -75.209969, 40.047081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279022", "device_counts": 1473, "stop_counts": 4026 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158834, 40.035884 ], [ -75.158363, 40.036346 ], [ -75.158341, 40.042021 ], [ -75.158306, 40.042861 ], [ -75.153946, 40.042752 ], [ -75.154068, 40.041016 ], [ -75.154415, 40.039493 ], [ -75.149988, 40.038971 ], [ -75.149126, 40.037464 ], [ -75.149859, 40.035827 ], [ -75.151272, 40.032579 ], [ -75.152369, 40.031387 ], [ -75.154034, 40.031564 ], [ -75.154776, 40.031452 ], [ -75.157119, 40.030993 ], [ -75.158124, 40.030825 ], [ -75.15764, 40.033206 ], [ -75.159601, 40.035137 ], [ -75.158834, 40.035884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149002", "device_counts": 508, "stop_counts": 3254 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176933, 39.982713 ], [ -75.175344, 39.982517 ], [ -75.175989, 39.979572 ], [ -75.177585, 39.979774 ], [ -75.176933, 39.982713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151023", "device_counts": 1018, "stop_counts": 3204 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183795, 39.988236 ], [ -75.183601, 39.989159 ], [ -75.183459, 39.9898 ], [ -75.180257, 39.989388 ], [ -75.178616, 39.989179 ], [ -75.179043, 39.987154 ], [ -75.180258, 39.986345 ], [ -75.180896, 39.986709 ], [ -75.18255, 39.986509 ], [ -75.184136, 39.986721 ], [ -75.183795, 39.988236 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152003", "device_counts": 479, "stop_counts": 757 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174694, 39.985506 ], [ -75.174361, 39.987024 ], [ -75.171197, 39.986603 ], [ -75.17151, 39.98509 ], [ -75.171847, 39.983599 ], [ -75.175026, 39.98402 ], [ -75.174694, 39.985506 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157002", "device_counts": 452, "stop_counts": 1514 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136423, 39.97902 ], [ -75.136105, 39.980514 ], [ -75.133733, 39.980208 ], [ -75.13437, 39.977219 ], [ -75.136739, 39.977527 ], [ -75.136423, 39.97902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158005", "device_counts": 1517, "stop_counts": 3625 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133374, 39.97409 ], [ -75.13267, 39.975304 ], [ -75.130366, 39.97445 ], [ -75.129224, 39.972357 ], [ -75.131239, 39.97165 ], [ -75.133286, 39.970766 ], [ -75.134401, 39.972303 ], [ -75.133374, 39.97409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378003", "device_counts": 553, "stop_counts": 2867 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117697, 39.980904 ], [ -75.117355, 39.981481 ], [ -75.116146, 39.980111 ], [ -75.114768, 39.978568 ], [ -75.117217, 39.977289 ], [ -75.118611, 39.978879 ], [ -75.117697, 39.980904 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163001", "device_counts": 1117, "stop_counts": 5132 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130898, 39.99089 ], [ -75.127031, 39.990386 ], [ -75.125491, 39.989836 ], [ -75.127363, 39.988792 ], [ -75.129641, 39.987546 ], [ -75.131557, 39.987799 ], [ -75.130898, 39.99089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167011", "device_counts": 530, "stop_counts": 8565 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160946, 39.994737 ], [ -75.159366, 39.994525 ], [ -75.160044, 39.991473 ], [ -75.160365, 39.989991 ], [ -75.161948, 39.990185 ], [ -75.160946, 39.994737 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168003", "device_counts": 148, "stop_counts": 593 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165738, 39.990675 ], [ -75.1635, 39.990401 ], [ -75.164184, 39.987311 ], [ -75.166408, 39.987598 ], [ -75.165738, 39.990675 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169023", "device_counts": 761, "stop_counts": 1629 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186148, 39.992662 ], [ -75.185793, 39.994349 ], [ -75.183009, 39.994439 ], [ -75.182463, 39.994365 ], [ -75.179248, 39.993963 ], [ -75.179584, 39.992463 ], [ -75.179748, 39.991715 ], [ -75.185808, 39.992075 ], [ -75.186148, 39.992662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175002", "device_counts": 1044, "stop_counts": 3440 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141495, 39.995422 ], [ -75.140498, 39.999993 ], [ -75.138524, 39.999743 ], [ -75.138713, 39.998891 ], [ -75.139199, 39.996661 ], [ -75.139851, 39.993672 ], [ -75.14183, 39.993929 ], [ -75.141495, 39.995422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177025", "device_counts": 763, "stop_counts": 2746 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12538, 39.998043 ], [ -75.125058, 39.999628 ], [ -75.120933, 39.999097 ], [ -75.121617, 39.99592 ], [ -75.125737, 39.996451 ], [ -75.12538, 39.998043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177013", "device_counts": 405, "stop_counts": 1138 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118994, 39.998852 ], [ -75.117055, 39.998601 ], [ -75.115107, 39.998347 ], [ -75.115447, 39.996753 ], [ -75.116414, 39.996881 ], [ -75.119328, 39.997255 ], [ -75.118994, 39.998852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178004", "device_counts": 231, "stop_counts": 635 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118392, 39.990528 ], [ -75.116662, 39.991437 ], [ -75.115083, 39.989526 ], [ -75.116751, 39.988652 ], [ -75.118392, 39.990528 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179003", "device_counts": 457, "stop_counts": 2676 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.115605, 39.983551 ], [ -75.114934, 39.984697 ], [ -75.111887, 39.986296 ], [ -75.111221, 39.985268 ], [ -75.11345, 39.984105 ], [ -75.115251, 39.983157 ], [ -75.115605, 39.983551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183002", "device_counts": 528, "stop_counts": 1471 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07472, 39.9987 ], [ -75.070175, 40.00106 ], [ -75.069049, 39.999566 ], [ -75.072513, 39.996193 ], [ -75.073491, 39.997297 ], [ -75.07472, 39.9987 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188005", "device_counts": 681, "stop_counts": 1099 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111558, 39.997475 ], [ -75.109617, 39.995123 ], [ -75.108659, 39.993741 ], [ -75.108144, 39.993156 ], [ -75.109709, 39.992334 ], [ -75.110258, 39.992957 ], [ -75.111369, 39.994211 ], [ -75.113387, 39.996493 ], [ -75.111558, 39.997475 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188007", "device_counts": 580, "stop_counts": 1159 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109848, 39.998436 ], [ -75.106442, 40.000322 ], [ -75.104335, 39.997884 ], [ -75.104043, 39.997555 ], [ -75.106215, 39.996224 ], [ -75.107775, 39.996084 ], [ -75.109848, 39.998436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192006", "device_counts": 308, "stop_counts": 362 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12441, 40.002634 ], [ -75.119314, 40.002003 ], [ -75.119644, 40.000464 ], [ -75.124732, 40.001124 ], [ -75.12441, 40.002634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383003", "device_counts": 1323, "stop_counts": 3287 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135533, 40.013463 ], [ -75.13519, 40.015056 ], [ -75.134194, 40.019619 ], [ -75.131828, 40.019316 ], [ -75.132327, 40.014695 ], [ -75.131135, 40.014535 ], [ -75.131779, 40.011482 ], [ -75.135858, 40.011982 ], [ -75.135533, 40.013463 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197002", "device_counts": 301, "stop_counts": 700 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13981, 40.014014 ], [ -75.137502, 40.01371 ], [ -75.136231, 40.013547 ], [ -75.135533, 40.013463 ], [ -75.135858, 40.011982 ], [ -75.136537, 40.012068 ], [ -75.137826, 40.012233 ], [ -75.139484, 40.012453 ], [ -75.140125, 40.012538 ], [ -75.13981, 40.014014 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198002", "device_counts": 181, "stop_counts": 530 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14332, 40.012926 ], [ -75.141786, 40.012708 ], [ -75.142438, 40.009743 ], [ -75.143981, 40.009949 ], [ -75.14332, 40.012926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201012", "device_counts": 1289, "stop_counts": 1734 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154205, 40.003395 ], [ -75.152549, 40.003181 ], [ -75.152926, 40.001592 ], [ -75.153609, 39.998515 ], [ -75.155232, 39.998728 ], [ -75.154205, 40.003395 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201023", "device_counts": 579, "stop_counts": 1878 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157945, 40.008486 ], [ -75.157775, 40.009231 ], [ -75.156653, 40.014419 ], [ -75.156652, 40.014618 ], [ -75.155185, 40.015295 ], [ -75.155681, 40.011457 ], [ -75.156028, 40.009868 ], [ -75.156376, 40.008284 ], [ -75.158106, 40.007736 ], [ -75.157945, 40.008486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209004", "device_counts": 1095, "stop_counts": 4835 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213266, 40.021301 ], [ -75.21275, 40.021541 ], [ -75.211564, 40.020898 ], [ -75.209735, 40.018509 ], [ -75.211744, 40.017388 ], [ -75.213, 40.018652 ], [ -75.214841, 40.020594 ], [ -75.213266, 40.021301 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210005", "device_counts": 227, "stop_counts": 1710 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214311, 40.024553 ], [ -75.212764, 40.025348 ], [ -75.210348, 40.022259 ], [ -75.209213, 40.021899 ], [ -75.211564, 40.020898 ], [ -75.21275, 40.021541 ], [ -75.213266, 40.021301 ], [ -75.215348, 40.023903 ], [ -75.214311, 40.024553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213005", "device_counts": 454, "stop_counts": 1177 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225849, 40.033506 ], [ -75.222011, 40.035206 ], [ -75.220899, 40.033847 ], [ -75.220237, 40.033215 ], [ -75.219029, 40.032081 ], [ -75.220448, 40.031211 ], [ -75.222391, 40.033052 ], [ -75.224657, 40.031899 ], [ -75.225849, 40.033506 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213002", "device_counts": 807, "stop_counts": 2639 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220237, 40.033215 ], [ -75.216638, 40.034833 ], [ -75.214493, 40.032838 ], [ -75.2177, 40.030848 ], [ -75.219029, 40.032081 ], [ -75.220237, 40.033215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214003", "device_counts": 536, "stop_counts": 844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226157, 40.027648 ], [ -75.223474, 40.029441 ], [ -75.221837, 40.027263 ], [ -75.223862, 40.026345 ], [ -75.226157, 40.027648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214002", "device_counts": 378, "stop_counts": 1328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219728, 40.029436 ], [ -75.219114, 40.029931 ], [ -75.216632, 40.027602 ], [ -75.218841, 40.0266 ], [ -75.219658, 40.02755 ], [ -75.22124, 40.027551 ], [ -75.219728, 40.029436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217004", "device_counts": 307, "stop_counts": 1038 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222808, 40.038112 ], [ -75.218547, 40.042626 ], [ -75.214663, 40.040052 ], [ -75.214111, 40.040124 ], [ -75.213026, 40.039412 ], [ -75.218759, 40.036654 ], [ -75.222052, 40.037775 ], [ -75.222808, 40.038112 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010387001", "device_counts": 1877, "stop_counts": 3188 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207327, 40.076561 ], [ -75.205081, 40.078823 ], [ -75.202649, 40.07739 ], [ -75.200378, 40.07959 ], [ -75.197601, 40.077991 ], [ -75.199361, 40.075928 ], [ -75.199496, 40.07547 ], [ -75.199786, 40.075366 ], [ -75.200878, 40.074958 ], [ -75.202651, 40.073212 ], [ -75.203427, 40.07418 ], [ -75.206418, 40.076011 ], [ -75.207327, 40.076561 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388003", "device_counts": 1137, "stop_counts": 2572 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.195763, 40.055507 ], [ -75.19022, 40.059199 ], [ -75.189423, 40.058417 ], [ -75.188077, 40.056898 ], [ -75.191752, 40.054604 ], [ -75.192966, 40.055267 ], [ -75.193951, 40.054358 ], [ -75.194647, 40.054791 ], [ -75.195763, 40.055507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238003", "device_counts": 555, "stop_counts": 2021 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182925, 40.034066 ], [ -75.1804, 40.036534 ], [ -75.177629, 40.039229 ], [ -75.176428, 40.037794 ], [ -75.181235, 40.033097 ], [ -75.182925, 40.034066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240004", "device_counts": 482, "stop_counts": 1290 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1793, 40.027944 ], [ -75.177222, 40.026659 ], [ -75.175207, 40.02544 ], [ -75.178141, 40.022595 ], [ -75.181668, 40.025657 ], [ -75.1793, 40.027944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243001", "device_counts": 173, "stop_counts": 229 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178141, 40.022595 ], [ -75.175207, 40.02544 ], [ -75.174043, 40.026588 ], [ -75.172523, 40.025758 ], [ -75.176861, 40.021501 ], [ -75.178141, 40.022595 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247002", "device_counts": 1193, "stop_counts": 2489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165078, 40.041858 ], [ -75.163452, 40.043431 ], [ -75.161033, 40.045769 ], [ -75.158217, 40.045076 ], [ -75.158306, 40.042861 ], [ -75.158341, 40.042021 ], [ -75.162077, 40.038163 ], [ -75.164852, 40.039867 ], [ -75.165078, 40.041858 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249001", "device_counts": 529, "stop_counts": 1439 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161898, 40.052842 ], [ -75.158889, 40.055768 ], [ -75.157748, 40.055153 ], [ -75.157557, 40.055034 ], [ -75.157729, 40.052626 ], [ -75.15878, 40.053225 ], [ -75.160222, 40.051826 ], [ -75.161898, 40.052842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252002", "device_counts": 451, "stop_counts": 3230 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181057, 40.045381 ], [ -75.177154, 40.042988 ], [ -75.177651, 40.0425 ], [ -75.17573, 40.041333 ], [ -75.177757, 40.039401 ], [ -75.180884, 40.043246 ], [ -75.181701, 40.044831 ], [ -75.181057, 40.045381 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253004", "device_counts": 226, "stop_counts": 1325 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186535, 40.056209 ], [ -75.183366, 40.05922 ], [ -75.180513, 40.057498 ], [ -75.182825, 40.056545 ], [ -75.184472, 40.054919 ], [ -75.186535, 40.056209 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253002", "device_counts": 407, "stop_counts": 546 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184693, 40.050641 ], [ -75.181906, 40.053341 ], [ -75.179616, 40.051956 ], [ -75.183398, 40.048254 ], [ -75.184573, 40.050403 ], [ -75.184693, 40.050641 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255001", "device_counts": 250, "stop_counts": 2044 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188629, 40.062443 ], [ -75.185757, 40.065121 ], [ -75.18437, 40.066442 ], [ -75.181956, 40.064987 ], [ -75.186236, 40.060989 ], [ -75.188629, 40.062443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259005", "device_counts": 124, "stop_counts": 1164 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177696, 40.083378 ], [ -75.174143, 40.08135 ], [ -75.175627, 40.07984 ], [ -75.176145, 40.079288 ], [ -75.179756, 40.081333 ], [ -75.177696, 40.083378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260003", "device_counts": 409, "stop_counts": 3169 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174171, 40.076549 ], [ -75.172621, 40.078103 ], [ -75.170289, 40.076767 ], [ -75.170822, 40.076226 ], [ -75.170406, 40.074391 ], [ -75.171716, 40.073039 ], [ -75.17394, 40.07431 ], [ -75.175509, 40.075214 ], [ -75.174171, 40.076549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263022", "device_counts": 890, "stop_counts": 1939 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157379, 40.067944 ], [ -75.156776, 40.068675 ], [ -75.156285, 40.067006 ], [ -75.152602, 40.067646 ], [ -75.153513, 40.064285 ], [ -75.155254, 40.062431 ], [ -75.156726, 40.064442 ], [ -75.159299, 40.065913 ], [ -75.157379, 40.067944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264003", "device_counts": 385, "stop_counts": 464 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163166, 40.061911 ], [ -75.161105, 40.060726 ], [ -75.160983, 40.060654 ], [ -75.160911, 40.057865 ], [ -75.162122, 40.057638 ], [ -75.165453, 40.059541 ], [ -75.163166, 40.061911 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265005", "device_counts": 325, "stop_counts": 566 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157748, 40.055153 ], [ -75.15553, 40.056216 ], [ -75.156168, 40.057019 ], [ -75.154904, 40.057595 ], [ -75.153438, 40.055707 ], [ -75.155554, 40.054074 ], [ -75.157557, 40.055034 ], [ -75.157748, 40.055153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265004", "device_counts": 406, "stop_counts": 1141 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154904, 40.057595 ], [ -75.152752, 40.05859 ], [ -75.149219, 40.058432 ], [ -75.152594, 40.056367 ], [ -75.153438, 40.055707 ], [ -75.154904, 40.057595 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266003", "device_counts": 453, "stop_counts": 2596 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150505, 40.067377 ], [ -75.148648, 40.067138 ], [ -75.148331, 40.068485 ], [ -75.146683, 40.067547 ], [ -75.147022, 40.065892 ], [ -75.150719, 40.066367 ], [ -75.150505, 40.067377 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268001", "device_counts": 1972, "stop_counts": 6479 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14117, 40.063012 ], [ -75.140709, 40.064133 ], [ -75.139427, 40.063358 ], [ -75.136719, 40.061821 ], [ -75.135124, 40.060989 ], [ -75.136631, 40.059187 ], [ -75.137025, 40.058773 ], [ -75.139067, 40.058017 ], [ -75.140544, 40.058209 ], [ -75.142182, 40.058424 ], [ -75.14117, 40.063012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268002", "device_counts": 835, "stop_counts": 2134 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141443, 40.054208 ], [ -75.141106, 40.054608 ], [ -75.139067, 40.058017 ], [ -75.137025, 40.058773 ], [ -75.137767, 40.053112 ], [ -75.14156, 40.053599 ], [ -75.141443, 40.054208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273001", "device_counts": 2945, "stop_counts": 7844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121072, 40.036815 ], [ -75.120434, 40.039886 ], [ -75.120103, 40.041417 ], [ -75.115488, 40.041183 ], [ -75.113544, 40.042711 ], [ -75.11307, 40.043971 ], [ -75.112248, 40.04321 ], [ -75.114427, 40.039903 ], [ -75.114369, 40.0393 ], [ -75.113767, 40.037366 ], [ -75.113107, 40.036567 ], [ -75.114896, 40.034447 ], [ -75.120074, 40.035111 ], [ -75.121421, 40.035281 ], [ -75.121072, 40.036815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274022", "device_counts": 478, "stop_counts": 699 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127641, 40.036063 ], [ -75.12386, 40.035562 ], [ -75.124167, 40.032575 ], [ -75.126164, 40.032281 ], [ -75.128428, 40.032472 ], [ -75.127641, 40.036063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275002", "device_counts": 661, "stop_counts": 1941 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132967, 40.038346 ], [ -75.132216, 40.041759 ], [ -75.131387, 40.041648 ], [ -75.129498, 40.041048 ], [ -75.130518, 40.036437 ], [ -75.132476, 40.036684 ], [ -75.132967, 40.038346 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276003", "device_counts": 961, "stop_counts": 1938 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143868, 40.042901 ], [ -75.143547, 40.044426 ], [ -75.138205, 40.043739 ], [ -75.138534, 40.042223 ], [ -75.139322, 40.04232 ], [ -75.139612, 40.0408 ], [ -75.144224, 40.041381 ], [ -75.143868, 40.042901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277002", "device_counts": 509, "stop_counts": 1587 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150142, 40.051578 ], [ -75.148578, 40.051383 ], [ -75.148708, 40.050778 ], [ -75.147265, 40.049965 ], [ -75.147337, 40.049656 ], [ -75.147672, 40.048117 ], [ -75.148345, 40.048204 ], [ -75.15082, 40.048518 ], [ -75.150142, 40.051578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279021", "device_counts": 436, "stop_counts": 764 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154068, 40.041016 ], [ -75.153946, 40.042752 ], [ -75.153883, 40.043659 ], [ -75.152081, 40.043608 ], [ -75.149796, 40.043673 ], [ -75.150336, 40.042028 ], [ -75.151249, 40.041174 ], [ -75.151505, 40.040612 ], [ -75.149988, 40.038971 ], [ -75.154415, 40.039493 ], [ -75.154068, 40.041016 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283001", "device_counts": 102, "stop_counts": 269 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141668, 40.0316 ], [ -75.139304, 40.031288 ], [ -75.13998, 40.028245 ], [ -75.142334, 40.028543 ], [ -75.141668, 40.0316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283007", "device_counts": 1320, "stop_counts": 1812 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147218, 40.027644 ], [ -75.14685, 40.029481 ], [ -75.144284, 40.030814 ], [ -75.144716, 40.028855 ], [ -75.145359, 40.025873 ], [ -75.147555, 40.026138 ], [ -75.147218, 40.027644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286002", "device_counts": 585, "stop_counts": 1433 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133167, 40.024299 ], [ -75.132838, 40.025783 ], [ -75.130774, 40.026421 ], [ -75.127935, 40.026158 ], [ -75.127816, 40.024683 ], [ -75.130367, 40.024146 ], [ -75.131339, 40.023947 ], [ -75.131594, 40.023893 ], [ -75.131584, 40.024069 ], [ -75.133287, 40.023784 ], [ -75.133167, 40.024299 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010287002", "device_counts": 556, "stop_counts": 1411 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134016, 40.020372 ], [ -75.131171, 40.019997 ], [ -75.130367, 40.024146 ], [ -75.127816, 40.024683 ], [ -75.126967, 40.024818 ], [ -75.127234, 40.02353 ], [ -75.127922, 40.021979 ], [ -75.128883, 40.018945 ], [ -75.131828, 40.019316 ], [ -75.134194, 40.019619 ], [ -75.134016, 40.020372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289025", "device_counts": 201, "stop_counts": 525 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117173, 40.026386 ], [ -75.114461, 40.026784 ], [ -75.113323, 40.024916 ], [ -75.114348, 40.024951 ], [ -75.117389, 40.02504 ], [ -75.117173, 40.026386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294001", "device_counts": 225, "stop_counts": 318 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085519, 40.014787 ], [ -75.083248, 40.013562 ], [ -75.0817, 40.012736 ], [ -75.080857, 40.011903 ], [ -75.080314, 40.011393 ], [ -75.082668, 40.009938 ], [ -75.085818, 40.014448 ], [ -75.085519, 40.014787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298003", "device_counts": 664, "stop_counts": 1137 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070504, 40.017255 ], [ -75.067782, 40.017853 ], [ -75.066195, 40.016956 ], [ -75.066752, 40.016661 ], [ -75.065941, 40.015727 ], [ -75.06807, 40.014992 ], [ -75.068202, 40.014729 ], [ -75.068353, 40.014209 ], [ -75.069585, 40.014649 ], [ -75.070504, 40.017255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300006", "device_counts": 1241, "stop_counts": 2382 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086382, 40.015257 ], [ -75.083508, 40.018365 ], [ -75.079927, 40.016418 ], [ -75.083248, 40.013562 ], [ -75.085519, 40.014787 ], [ -75.086382, 40.015257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300001", "device_counts": 229, "stop_counts": 342 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075622, 40.024074 ], [ -75.073963, 40.025073 ], [ -75.073364, 40.025369 ], [ -75.069087, 40.021904 ], [ -75.072271, 40.020248 ], [ -75.073892, 40.022107 ], [ -75.074175, 40.022429 ], [ -75.075622, 40.024074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301001", "device_counts": 588, "stop_counts": 1946 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085089, 40.022761 ], [ -75.084426, 40.022417 ], [ -75.084269, 40.022331 ], [ -75.081309, 40.02076 ], [ -75.083508, 40.018365 ], [ -75.084591, 40.019701 ], [ -75.086819, 40.020966 ], [ -75.085089, 40.022761 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302001", "device_counts": 2052, "stop_counts": 9264 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081931, 40.024707 ], [ -75.080031, 40.025569 ], [ -75.077861, 40.027869 ], [ -75.075488, 40.027071 ], [ -75.073364, 40.025369 ], [ -75.073963, 40.025073 ], [ -75.075622, 40.024074 ], [ -75.079414, 40.021387 ], [ -75.080281, 40.021866 ], [ -75.081309, 40.02076 ], [ -75.084269, 40.022331 ], [ -75.081931, 40.024707 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305022", "device_counts": 257, "stop_counts": 884 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105314, 40.049378 ], [ -75.102875, 40.047968 ], [ -75.105191, 40.0454 ], [ -75.107491, 40.046751 ], [ -75.105314, 40.049378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305024", "device_counts": 988, "stop_counts": 1879 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105787, 40.044735 ], [ -75.103518, 40.043463 ], [ -75.101105, 40.045038 ], [ -75.100374, 40.044605 ], [ -75.104633, 40.040073 ], [ -75.10827, 40.042213 ], [ -75.105787, 40.044735 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307003", "device_counts": 1719, "stop_counts": 5806 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092524, 40.055467 ], [ -75.093483, 40.057259 ], [ -75.087425, 40.063599 ], [ -75.085729, 40.062589 ], [ -75.08478, 40.062044 ], [ -75.089972, 40.057821 ], [ -75.088408, 40.05694 ], [ -75.089115, 40.056227 ], [ -75.092131, 40.053178 ], [ -75.093706, 40.054203 ], [ -75.092524, 40.055467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310005", "device_counts": 254, "stop_counts": 716 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079809, 40.048391 ], [ -75.07863, 40.049634 ], [ -75.075037, 40.047638 ], [ -75.075637, 40.047005 ], [ -75.076223, 40.046386 ], [ -75.077403, 40.045139 ], [ -75.079188, 40.046133 ], [ -75.080987, 40.047133 ], [ -75.079809, 40.048391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311014", "device_counts": 197, "stop_counts": 629 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082674, 40.04242 ], [ -75.080351, 40.044905 ], [ -75.079188, 40.046133 ], [ -75.077403, 40.045139 ], [ -75.078565, 40.043904 ], [ -75.078996, 40.043455 ], [ -75.080164, 40.042213 ], [ -75.080904, 40.041432 ], [ -75.082674, 40.04242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313003", "device_counts": 863, "stop_counts": 1566 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075336, 40.038281 ], [ -75.072996, 40.040803 ], [ -75.071817, 40.040124 ], [ -75.070025, 40.039139 ], [ -75.068003, 40.038059 ], [ -75.069261, 40.036809 ], [ -75.070523, 40.035618 ], [ -75.07355, 40.037298 ], [ -75.075336, 40.038281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314011", "device_counts": 1086, "stop_counts": 5953 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068475, 40.048729 ], [ -75.066045, 40.051181 ], [ -75.063437, 40.049751 ], [ -75.066427, 40.046619 ], [ -75.067109, 40.047015 ], [ -75.069073, 40.048109 ], [ -75.068475, 40.048729 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314013", "device_counts": 532, "stop_counts": 1524 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068234, 40.041945 ], [ -75.067069, 40.043188 ], [ -75.065919, 40.044399 ], [ -75.063143, 40.042901 ], [ -75.06434, 40.041676 ], [ -75.06558, 40.040442 ], [ -75.067663, 40.041634 ], [ -75.068234, 40.041945 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315014", "device_counts": 282, "stop_counts": 341 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.053584, 40.036574 ], [ -75.0518, 40.038476 ], [ -75.05122, 40.039091 ], [ -75.047973, 40.037283 ], [ -75.050349, 40.034769 ], [ -75.051973, 40.035672 ], [ -75.053584, 40.036574 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315015", "device_counts": 226, "stop_counts": 1438 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.049027, 40.041412 ], [ -75.047424, 40.040497 ], [ -75.045919, 40.039643 ], [ -75.045806, 40.039579 ], [ -75.047405, 40.037892 ], [ -75.047973, 40.037283 ], [ -75.05122, 40.039091 ], [ -75.049027, 40.041412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316005", "device_counts": 104, "stop_counts": 235 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060338, 40.034685 ], [ -75.057092, 40.032869 ], [ -75.058231, 40.031651 ], [ -75.058848, 40.030998 ], [ -75.0621, 40.032813 ], [ -75.060338, 40.034685 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318002", "device_counts": 277, "stop_counts": 447 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07908, 40.028552 ], [ -75.077661, 40.030054 ], [ -75.076783, 40.031474 ], [ -75.073733, 40.029784 ], [ -75.074325, 40.028469 ], [ -75.075488, 40.027071 ], [ -75.077861, 40.027869 ], [ -75.07908, 40.028552 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319002", "device_counts": 278, "stop_counts": 340 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06308, 40.022452 ], [ -75.059761, 40.024161 ], [ -75.057513, 40.021597 ], [ -75.06113, 40.019725 ], [ -75.062925, 40.021777 ], [ -75.06308, 40.022452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320006", "device_counts": 327, "stop_counts": 608 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057594, 40.026031 ], [ -75.056953, 40.026361 ], [ -75.056294, 40.026703 ], [ -75.055398, 40.025673 ], [ -75.054495, 40.024648 ], [ -75.053604, 40.023615 ], [ -75.055564, 40.022606 ], [ -75.057806, 40.025174 ], [ -75.057594, 40.026031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323002", "device_counts": 815, "stop_counts": 1113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057513, 40.021597 ], [ -75.055564, 40.022606 ], [ -75.053604, 40.023615 ], [ -75.052702, 40.022592 ], [ -75.051773, 40.021535 ], [ -75.055687, 40.019504 ], [ -75.057513, 40.021597 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326002", "device_counts": 325, "stop_counts": 657 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045554, 40.032261 ], [ -75.043433, 40.033356 ], [ -75.039473, 40.035404 ], [ -75.038616, 40.034355 ], [ -75.042537, 40.032328 ], [ -75.044655, 40.031231 ], [ -75.045554, 40.032261 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326005", "device_counts": 581, "stop_counts": 2090 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.0387, 40.029839 ], [ -75.036055, 40.031206 ], [ -75.03517, 40.030116 ], [ -75.034354, 40.029096 ], [ -75.036898, 40.027779 ], [ -75.0387, 40.029839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330001", "device_counts": 333, "stop_counts": 779 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035331, 40.038788 ], [ -75.034423, 40.03912 ], [ -75.033427, 40.039473 ], [ -75.032295, 40.037622 ], [ -75.034538, 40.036464 ], [ -75.036276, 40.038441 ], [ -75.035331, 40.038788 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331013", "device_counts": 385, "stop_counts": 635 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036557, 40.041926 ], [ -75.033482, 40.043203 ], [ -75.031919, 40.041201 ], [ -75.03134, 40.040236 ], [ -75.033427, 40.039473 ], [ -75.034423, 40.03912 ], [ -75.035726, 40.040863 ], [ -75.036557, 40.041926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335003", "device_counts": 989, "stop_counts": 7001 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073256, 40.05533 ], [ -75.069224, 40.059583 ], [ -75.06743, 40.0586 ], [ -75.067204, 40.05641 ], [ -75.067582, 40.05606 ], [ -75.065475, 40.05619 ], [ -75.065544, 40.055704 ], [ -75.068503, 40.05259 ], [ -75.069721, 40.053284 ], [ -75.071514, 40.054341 ], [ -75.073256, 40.05533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336002", "device_counts": 452, "stop_counts": 1073 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.060101, 40.060221 ], [ -75.058923, 40.061473 ], [ -75.058323, 40.062116 ], [ -75.052996, 40.059096 ], [ -75.053574, 40.058477 ], [ -75.054745, 40.057252 ], [ -75.055937, 40.055993 ], [ -75.059693, 40.058084 ], [ -75.061304, 40.058975 ], [ -75.060101, 40.060221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337021", "device_counts": 452, "stop_counts": 1770 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055857, 40.073249 ], [ -75.049347, 40.077036 ], [ -75.048258, 40.077034 ], [ -75.045793, 40.075329 ], [ -75.047467, 40.076419 ], [ -75.051719, 40.072241 ], [ -75.050462, 40.071509 ], [ -75.051875, 40.069988 ], [ -75.053221, 40.070759 ], [ -75.055004, 40.071771 ], [ -75.053579, 40.073299 ], [ -75.055857, 40.073249 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338004", "device_counts": 402, "stop_counts": 447 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081402, 40.060031 ], [ -75.077504, 40.064196 ], [ -75.075991, 40.064342 ], [ -75.073304, 40.062812 ], [ -75.073909, 40.062192 ], [ -75.074826, 40.062706 ], [ -75.07876, 40.0585 ], [ -75.081402, 40.060031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340003", "device_counts": 636, "stop_counts": 2136 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07966, 40.069203 ], [ -75.077202, 40.071627 ], [ -75.0759, 40.072884 ], [ -75.074029, 40.071983 ], [ -75.077112, 40.068714 ], [ -75.075439, 40.067803 ], [ -75.076022, 40.067172 ], [ -75.074845, 40.066538 ], [ -75.077177, 40.065785 ], [ -75.07805, 40.06636 ], [ -75.080965, 40.067974 ], [ -75.07966, 40.069203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345022", "device_counts": 6367, "stop_counts": 19942 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037498, 40.085459 ], [ -75.028952, 40.080968 ], [ -75.035087, 40.074617 ], [ -75.03536, 40.074939 ], [ -75.036758, 40.079083 ], [ -75.0384, 40.084472 ], [ -75.037498, 40.085459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347012", "device_counts": 1316, "stop_counts": 3502 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040265, 40.068747 ], [ -75.036372, 40.066447 ], [ -75.033152, 40.068038 ], [ -75.033861, 40.071694 ], [ -75.032965, 40.072152 ], [ -75.02966, 40.068154 ], [ -75.028256, 40.067314 ], [ -75.028512, 40.06684 ], [ -75.028362, 40.064504 ], [ -75.029986, 40.064398 ], [ -75.033628, 40.060834 ], [ -75.034523, 40.058672 ], [ -75.03433, 40.057067 ], [ -75.035062, 40.057327 ], [ -75.035532, 40.05881 ], [ -75.034225, 40.062701 ], [ -75.03528, 40.064995 ], [ -75.0406, 40.068042 ], [ -75.040265, 40.068747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348022", "device_counts": 2302, "stop_counts": 9407 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.020575, 40.061252 ], [ -75.014109, 40.066867 ], [ -75.011311, 40.071169 ], [ -75.007269, 40.069161 ], [ -75.008128, 40.068585 ], [ -75.008788, 40.06735 ], [ -75.009635, 40.067672 ], [ -75.011381, 40.06842 ], [ -75.013145, 40.066335 ], [ -75.012747, 40.062185 ], [ -75.013629, 40.062047 ], [ -75.013066, 40.059901 ], [ -75.013062, 40.059109 ], [ -75.013284, 40.058573 ], [ -75.013797, 40.058001 ], [ -75.014444, 40.057424 ], [ -75.019815, 40.060783 ], [ -75.020575, 40.061252 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349004", "device_counts": 808, "stop_counts": 2809 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021984, 40.037965 ], [ -75.020392, 40.04353 ], [ -75.018502, 40.044081 ], [ -75.016377, 40.045672 ], [ -75.013422, 40.043306 ], [ -75.018683, 40.040047 ], [ -75.01783, 40.039076 ], [ -75.021682, 40.037088 ], [ -75.021984, 40.037965 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263014", "device_counts": 226, "stop_counts": 699 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166725, 40.070165 ], [ -75.164781, 40.072161 ], [ -75.162035, 40.070685 ], [ -75.164106, 40.068662 ], [ -75.165348, 40.069372 ], [ -75.166725, 40.070165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361002", "device_counts": 2407, "stop_counts": 4055 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.001796, 40.10493 ], [ -74.997124, 40.108151 ], [ -74.995134, 40.106336 ], [ -74.995483, 40.106202 ], [ -74.992326, 40.103876 ], [ -74.993327, 40.102963 ], [ -74.992674, 40.10104 ], [ -74.995464, 40.099166 ], [ -74.999804, 40.103236 ], [ -75.001796, 40.10493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347022", "device_counts": 581, "stop_counts": 1502 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028756, 40.056781 ], [ -75.028397, 40.056728 ], [ -75.028291, 40.056363 ], [ -75.025431, 40.05637 ], [ -75.024345, 40.05644 ], [ -75.023374, 40.055334 ], [ -75.024173, 40.051483 ], [ -75.026753, 40.050779 ], [ -75.028549, 40.056169 ], [ -75.029032, 40.056399 ], [ -75.028756, 40.056781 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363022", "device_counts": 1523, "stop_counts": 5634 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981997, 40.102454 ], [ -74.9781, 40.099212 ], [ -74.977757, 40.098433 ], [ -74.981659, 40.095571 ], [ -74.979893, 40.09381 ], [ -74.986551, 40.099366 ], [ -74.981997, 40.102454 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038003", "device_counts": 681, "stop_counts": 2005 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179651, 39.923652 ], [ -75.176295, 39.92425 ], [ -75.176361, 39.92396 ], [ -75.176906, 39.921464 ], [ -75.180045, 39.921872 ], [ -75.179651, 39.923652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083024", "device_counts": 400, "stop_counts": 485 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.244084, 39.955743 ], [ -75.240137, 39.955252 ], [ -75.238166, 39.955011 ], [ -75.238476, 39.953485 ], [ -75.240449, 39.953733 ], [ -75.24441, 39.954226 ], [ -75.244084, 39.955743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176021", "device_counts": 764, "stop_counts": 3187 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12926, 39.998539 ], [ -75.12538, 39.998043 ], [ -75.125737, 39.996451 ], [ -75.126054, 39.994957 ], [ -75.129921, 39.99546 ], [ -75.12926, 39.998539 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009022", "device_counts": 3925, "stop_counts": 16141 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159751, 39.948783 ], [ -75.157392, 39.94849 ], [ -75.156646, 39.948394 ], [ -75.156855, 39.947246 ], [ -75.157113, 39.946025 ], [ -75.159481, 39.946325 ], [ -75.160267, 39.946422 ], [ -75.159751, 39.948783 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011022", "device_counts": 2337, "stop_counts": 8844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159481, 39.946325 ], [ -75.157113, 39.946025 ], [ -75.156337, 39.945923 ], [ -75.156841, 39.943615 ], [ -75.159984, 39.944009 ], [ -75.159481, 39.946325 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012013", "device_counts": 1848, "stop_counts": 5530 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178156, 39.94719 ], [ -75.174627, 39.946753 ], [ -75.175054, 39.944832 ], [ -75.176985, 39.94508 ], [ -75.178578, 39.945269 ], [ -75.178156, 39.94719 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013002", "device_counts": 933, "stop_counts": 1922 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180838, 39.942631 ], [ -75.180624, 39.943641 ], [ -75.177374, 39.943231 ], [ -75.177554, 39.942487 ], [ -75.177598, 39.942228 ], [ -75.177761, 39.941461 ], [ -75.181002, 39.941863 ], [ -75.180838, 39.942631 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014002", "device_counts": 915, "stop_counts": 1664 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177374, 39.943231 ], [ -75.177169, 39.944209 ], [ -75.176985, 39.94508 ], [ -75.175054, 39.944832 ], [ -75.175241, 39.943969 ], [ -75.175628, 39.942254 ], [ -75.177554, 39.942487 ], [ -75.177374, 39.943231 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019001", "device_counts": 1069, "stop_counts": 1627 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174271, 39.941021 ], [ -75.174104, 39.941793 ], [ -75.170955, 39.941404 ], [ -75.169386, 39.941211 ], [ -75.171125, 39.940626 ], [ -75.171341, 39.939663 ], [ -75.174481, 39.940056 ], [ -75.174271, 39.941021 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025003", "device_counts": 682, "stop_counts": 1122 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154194, 39.933649 ], [ -75.151041, 39.933227 ], [ -75.149463, 39.933019 ], [ -75.149728, 39.931793 ], [ -75.151309, 39.932007 ], [ -75.152893, 39.932208 ], [ -75.154454, 39.93242 ], [ -75.154194, 39.933649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028023", "device_counts": 964, "stop_counts": 2832 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161428, 39.930017 ], [ -75.158296, 39.929602 ], [ -75.158393, 39.929177 ], [ -75.158666, 39.927955 ], [ -75.158745, 39.927564 ], [ -75.161881, 39.927985 ], [ -75.161428, 39.930017 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030013", "device_counts": 451, "stop_counts": 2431 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172907, 39.929811 ], [ -75.171339, 39.929608 ], [ -75.170891, 39.929552 ], [ -75.171137, 39.928329 ], [ -75.171397, 39.927104 ], [ -75.172416, 39.927232 ], [ -75.173426, 39.927363 ], [ -75.172907, 39.929811 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031006", "device_counts": 613, "stop_counts": 1413 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181419, 39.932161 ], [ -75.181162, 39.933385 ], [ -75.180621, 39.935816 ], [ -75.179035, 39.935612 ], [ -75.179553, 39.933178 ], [ -75.180001, 39.93117 ], [ -75.181589, 39.931366 ], [ -75.181419, 39.932161 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032006", "device_counts": 275, "stop_counts": 735 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.189148, 39.935671 ], [ -75.187578, 39.935461 ], [ -75.188115, 39.933014 ], [ -75.188636, 39.930583 ], [ -75.190222, 39.930779 ], [ -75.189148, 39.935671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033001", "device_counts": 481, "stop_counts": 2971 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192322, 39.931054 ], [ -75.191274, 39.935934 ], [ -75.189148, 39.935671 ], [ -75.190222, 39.930779 ], [ -75.191783, 39.930982 ], [ -75.192322, 39.931054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037015", "device_counts": 476, "stop_counts": 1647 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183601, 39.929928 ], [ -75.181944, 39.929729 ], [ -75.178445, 39.929271 ], [ -75.178615, 39.928469 ], [ -75.178705, 39.928046 ], [ -75.180624, 39.928289 ], [ -75.182804, 39.928575 ], [ -75.183601, 39.929928 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039023", "device_counts": 1315, "stop_counts": 2994 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17718, 39.91489 ], [ -75.175217, 39.915653 ], [ -75.175394, 39.914691 ], [ -75.171877, 39.914256 ], [ -75.172294, 39.912393 ], [ -75.177806, 39.91309 ], [ -75.17718, 39.91489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039012", "device_counts": 1320, "stop_counts": 3288 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173226, 39.923556 ], [ -75.170023, 39.923138 ], [ -75.170309, 39.921885 ], [ -75.170581, 39.920653 ], [ -75.173748, 39.92106 ], [ -75.173226, 39.923556 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040012", "device_counts": 858, "stop_counts": 4136 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166014, 39.923903 ], [ -75.162876, 39.923489 ], [ -75.163412, 39.921015 ], [ -75.166563, 39.921418 ], [ -75.166014, 39.923903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042014", "device_counts": 1017, "stop_counts": 3502 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154526, 39.924895 ], [ -75.152938, 39.924679 ], [ -75.150101, 39.924305 ], [ -75.149405, 39.924207 ], [ -75.149916, 39.921819 ], [ -75.155056, 39.922495 ], [ -75.154526, 39.924895 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042024", "device_counts": 376, "stop_counts": 925 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155597, 39.920013 ], [ -75.150461, 39.919345 ], [ -75.15073, 39.918097 ], [ -75.155865, 39.918755 ], [ -75.155597, 39.920013 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037023", "device_counts": 354, "stop_counts": 1035 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186029, 39.926481 ], [ -75.184393, 39.926276 ], [ -75.185202, 39.922574 ], [ -75.186937, 39.922318 ], [ -75.186029, 39.926481 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037012", "device_counts": 375, "stop_counts": 1641 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178859, 39.927265 ], [ -75.175741, 39.92685 ], [ -75.176088, 39.925198 ], [ -75.179242, 39.925606 ], [ -75.178859, 39.927265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060003", "device_counts": 232, "stop_counts": 923 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240333, 39.912999 ], [ -75.238949, 39.913959 ], [ -75.237599, 39.914934 ], [ -75.236026, 39.916036 ], [ -75.23463, 39.914848 ], [ -75.23374, 39.914073 ], [ -75.238951, 39.911823 ], [ -75.240333, 39.912999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062001", "device_counts": 481, "stop_counts": 3144 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230327, 39.922201 ], [ -75.227538, 39.91984 ], [ -75.22943, 39.918507 ], [ -75.232221, 39.920865 ], [ -75.230327, 39.922201 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065005", "device_counts": 258, "stop_counts": 1138 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247028, 39.943414 ], [ -75.246634, 39.943541 ], [ -75.241771, 39.945297 ], [ -75.240266, 39.945866 ], [ -75.238875, 39.94468 ], [ -75.240969, 39.943762 ], [ -75.243542, 39.942306 ], [ -75.246822, 39.94297 ], [ -75.247028, 39.943414 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066002", "device_counts": 379, "stop_counts": 1077 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231276, 39.931827 ], [ -75.230248, 39.932551 ], [ -75.227589, 39.930313 ], [ -75.229222, 39.929172 ], [ -75.230104, 39.929711 ], [ -75.232362, 39.931074 ], [ -75.231276, 39.931827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067006", "device_counts": 507, "stop_counts": 1394 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22495, 39.923838 ], [ -75.22444, 39.924188 ], [ -75.225832, 39.925361 ], [ -75.22484, 39.926055 ], [ -75.223452, 39.92489 ], [ -75.22216, 39.923892 ], [ -75.224111, 39.921005 ], [ -75.224926, 39.921692 ], [ -75.226319, 39.922867 ], [ -75.22495, 39.923838 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070001", "device_counts": 307, "stop_counts": 2787 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220278, 39.939572 ], [ -75.218874, 39.938393 ], [ -75.217614, 39.93733 ], [ -75.218983, 39.936369 ], [ -75.219442, 39.936041 ], [ -75.222098, 39.938279 ], [ -75.220278, 39.939572 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070002", "device_counts": 121, "stop_counts": 104 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223012, 39.937643 ], [ -75.222098, 39.938279 ], [ -75.219442, 39.936041 ], [ -75.220343, 39.935408 ], [ -75.221605, 39.936464 ], [ -75.222986, 39.9355 ], [ -75.224388, 39.936676 ], [ -75.223012, 39.937643 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071024", "device_counts": 200, "stop_counts": 291 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229553, 39.943168 ], [ -75.228184, 39.944134 ], [ -75.226334, 39.942562 ], [ -75.229077, 39.940637 ], [ -75.229528, 39.941018 ], [ -75.230928, 39.942194 ], [ -75.229553, 39.943168 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073001", "device_counts": 451, "stop_counts": 1141 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221612, 39.944584 ], [ -75.22022, 39.943415 ], [ -75.219138, 39.944186 ], [ -75.217136, 39.94374 ], [ -75.220175, 39.941602 ], [ -75.221367, 39.942626 ], [ -75.222759, 39.943806 ], [ -75.221612, 39.944584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074003", "device_counts": 431, "stop_counts": 1565 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.215246, 39.943087 ], [ -75.212601, 39.94085 ], [ -75.213865, 39.939974 ], [ -75.215089, 39.939093 ], [ -75.217764, 39.941343 ], [ -75.215246, 39.943087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078002", "device_counts": 325, "stop_counts": 653 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219002, 39.944283 ], [ -75.217733, 39.945183 ], [ -75.215162, 39.946978 ], [ -75.213961, 39.945974 ], [ -75.21652, 39.944171 ], [ -75.215615, 39.943402 ], [ -75.217136, 39.94374 ], [ -75.219138, 39.944186 ], [ -75.219002, 39.944283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078005", "device_counts": 736, "stop_counts": 1753 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.217121, 39.94861 ], [ -75.21292, 39.949065 ], [ -75.211389, 39.947796 ], [ -75.213961, 39.945974 ], [ -75.215162, 39.946978 ], [ -75.217121, 39.94861 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079003", "device_counts": 959, "stop_counts": 2766 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222914, 39.949975 ], [ -75.22275, 39.950754 ], [ -75.218833, 39.950273 ], [ -75.219234, 39.948368 ], [ -75.221237, 39.948161 ], [ -75.223315, 39.947925 ], [ -75.222914, 39.949975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081013", "device_counts": 282, "stop_counts": 1813 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239232, 39.949923 ], [ -75.239118, 39.950446 ], [ -75.235165, 39.949953 ], [ -75.235479, 39.948433 ], [ -75.23943, 39.948931 ], [ -75.239232, 39.949923 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082003", "device_counts": 579, "stop_counts": 799 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243536, 39.948659 ], [ -75.239641, 39.947932 ], [ -75.240052, 39.945917 ], [ -75.240266, 39.945866 ], [ -75.241771, 39.945297 ], [ -75.242107, 39.945829 ], [ -75.244026, 39.946316 ], [ -75.243536, 39.948659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176015", "device_counts": 559, "stop_counts": 1943 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13735, 39.996421 ], [ -75.134444, 39.996049 ], [ -75.135807, 39.993154 ], [ -75.135121, 39.99306 ], [ -75.135466, 39.991479 ], [ -75.138352, 39.991851 ], [ -75.13735, 39.996421 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084006", "device_counts": 636, "stop_counts": 2104 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239658, 39.957534 ], [ -75.238785, 39.961715 ], [ -75.236808, 39.961471 ], [ -75.234869, 39.961231 ], [ -75.236971, 39.960698 ], [ -75.237448, 39.958433 ], [ -75.237934, 39.956062 ], [ -75.239909, 39.956313 ], [ -75.239658, 39.957534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085002", "device_counts": 1145, "stop_counts": 1750 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225634, 39.956372 ], [ -75.225351, 39.957714 ], [ -75.221397, 39.957227 ], [ -75.221559, 39.956461 ], [ -75.221798, 39.955319 ], [ -75.223775, 39.955565 ], [ -75.225746, 39.955814 ], [ -75.225634, 39.956372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087013", "device_counts": 1391, "stop_counts": 6542 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211677, 39.95524 ], [ -75.208761, 39.95488 ], [ -75.209264, 39.952522 ], [ -75.209326, 39.951436 ], [ -75.212393, 39.951811 ], [ -75.211677, 39.95524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088012", "device_counts": 3271, "stop_counts": 6880 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199622, 39.95686 ], [ -75.196121, 39.956429 ], [ -75.196603, 39.954149 ], [ -75.200098, 39.954582 ], [ -75.199622, 39.95686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093002", "device_counts": 480, "stop_counts": 1937 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22422, 39.963086 ], [ -75.223746, 39.963026 ], [ -75.219693, 39.962523 ], [ -75.219439, 39.960941 ], [ -75.224541, 39.961567 ], [ -75.22422, 39.963086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094003", "device_counts": 554, "stop_counts": 1396 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236587, 39.962519 ], [ -75.23454, 39.962807 ], [ -75.232527, 39.962557 ], [ -75.232857, 39.960976 ], [ -75.234869, 39.961231 ], [ -75.236808, 39.961471 ], [ -75.236587, 39.962519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096004", "device_counts": 1065, "stop_counts": 2783 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247169, 39.965927 ], [ -75.242087, 39.965303 ], [ -75.242406, 39.963779 ], [ -75.246425, 39.964276 ], [ -75.247109, 39.964294 ], [ -75.247169, 39.965927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100003", "device_counts": 256, "stop_counts": 651 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250203, 39.974815 ], [ -75.247797, 39.975079 ], [ -75.247494, 39.975113 ], [ -75.246935, 39.972111 ], [ -75.24887, 39.972339 ], [ -75.249901, 39.973197 ], [ -75.250203, 39.974815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101002", "device_counts": 509, "stop_counts": 4070 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240984, 39.971378 ], [ -75.241209, 39.9726 ], [ -75.240427, 39.972687 ], [ -75.237983, 39.972957 ], [ -75.237455, 39.970141 ], [ -75.239133, 39.969893 ], [ -75.24181, 39.971472 ], [ -75.240984, 39.971378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104002", "device_counts": 304, "stop_counts": 354 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220823, 39.969982 ], [ -75.217172, 39.970351 ], [ -75.216996, 39.968969 ], [ -75.217866, 39.968342 ], [ -75.220578, 39.968067 ], [ -75.220823, 39.969982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105001", "device_counts": 758, "stop_counts": 1078 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2168, 39.967459 ], [ -75.21365, 39.967696 ], [ -75.213228, 39.964331 ], [ -75.216376, 39.964094 ], [ -75.216516, 39.965214 ], [ -75.2168, 39.967459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109002", "device_counts": 534, "stop_counts": 820 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191719, 39.964652 ], [ -75.187933, 39.965074 ], [ -75.187551, 39.963931 ], [ -75.191494, 39.963503 ], [ -75.191719, 39.964652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111002", "device_counts": 1014, "stop_counts": 1577 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225841, 39.97143 ], [ -75.222613, 39.97212 ], [ -75.222827, 39.973318 ], [ -75.219481, 39.973665 ], [ -75.219655, 39.97377 ], [ -75.21953, 39.974639 ], [ -75.216331, 39.97279 ], [ -75.217767, 39.972627 ], [ -75.217172, 39.970351 ], [ -75.220823, 39.969982 ], [ -75.223118, 39.969747 ], [ -75.225372, 39.969517 ], [ -75.225841, 39.97143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112004", "device_counts": 603, "stop_counts": 1239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237983, 39.972957 ], [ -75.235493, 39.973234 ], [ -75.234732, 39.973315 ], [ -75.234203, 39.9705 ], [ -75.235697, 39.970336 ], [ -75.237455, 39.970141 ], [ -75.237983, 39.972957 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115004", "device_counts": 560, "stop_counts": 953 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255661, 39.976755 ], [ -75.253747, 39.975937 ], [ -75.252323, 39.976786 ], [ -75.251914, 39.974623 ], [ -75.255196, 39.97426 ], [ -75.255661, 39.976755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118006", "device_counts": 257, "stop_counts": 504 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239838, 39.989287 ], [ -75.238361, 39.990486 ], [ -75.237785, 39.990669 ], [ -75.237879, 39.990229 ], [ -75.237488, 39.987996 ], [ -75.237176, 39.986439 ], [ -75.238184, 39.986061 ], [ -75.23987, 39.988202 ], [ -75.239838, 39.989287 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010121001", "device_counts": 2637, "stop_counts": 5757 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226402, 40.001255 ], [ -75.220665, 40.003944 ], [ -75.219551, 39.999839 ], [ -75.223637, 39.999066 ], [ -75.226402, 40.001255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122042", "device_counts": 3347, "stop_counts": 12531 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220665, 40.003944 ], [ -75.213745, 40.00716 ], [ -75.213537, 40.006554 ], [ -75.214054, 40.00501 ], [ -75.215355, 40.001244 ], [ -75.21114, 40.002124 ], [ -75.209695, 39.99965 ], [ -75.208809, 39.999431 ], [ -75.20728, 39.999054 ], [ -75.209317, 39.99842 ], [ -75.210844, 39.998511 ], [ -75.217994, 39.994223 ], [ -75.219551, 39.999839 ], [ -75.220665, 40.003944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134011", "device_counts": 2531, "stop_counts": 4348 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178641, 39.967399 ], [ -75.17539, 39.967345 ], [ -75.176778, 39.964822 ], [ -75.177513, 39.965382 ], [ -75.179683, 39.967416 ], [ -75.178641, 39.967399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136022", "device_counts": 910, "stop_counts": 1903 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.185394, 39.973417 ], [ -75.182147, 39.973009 ], [ -75.180729, 39.972841 ], [ -75.181234, 39.970504 ], [ -75.183561, 39.970778 ], [ -75.185594, 39.972518 ], [ -75.185394, 39.973417 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136024", "device_counts": 180, "stop_counts": 1010 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175948, 39.972232 ], [ -75.174367, 39.972035 ], [ -75.174869, 39.96971 ], [ -75.17646, 39.96991 ], [ -75.175948, 39.972232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010138001", "device_counts": 583, "stop_counts": 2321 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179172, 39.979988 ], [ -75.177585, 39.979774 ], [ -75.175989, 39.979572 ], [ -75.174393, 39.97938 ], [ -75.173126, 39.97775 ], [ -75.173414, 39.976363 ], [ -75.179779, 39.977188 ], [ -75.179172, 39.979988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144002", "device_counts": 6877, "stop_counts": 20906 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141976, 39.97519 ], [ -75.139715, 39.974897 ], [ -75.133374, 39.97409 ], [ -75.134401, 39.972303 ], [ -75.134428, 39.968791 ], [ -75.135143, 39.968687 ], [ -75.139578, 39.969515 ], [ -75.140665, 39.969652 ], [ -75.141433, 39.972471 ], [ -75.142581, 39.972388 ], [ -75.141976, 39.97519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144001", "device_counts": 1394, "stop_counts": 3631 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144459, 39.972629 ], [ -75.142581, 39.972388 ], [ -75.141433, 39.972471 ], [ -75.140665, 39.969652 ], [ -75.143095, 39.969954 ], [ -75.145018, 39.970191 ], [ -75.144459, 39.972629 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028011", "device_counts": 814, "stop_counts": 5144 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158393, 39.929177 ], [ -75.158296, 39.929602 ], [ -75.158121, 39.930394 ], [ -75.154997, 39.929984 ], [ -75.155463, 39.927956 ], [ -75.155546, 39.92755 ], [ -75.158666, 39.927955 ], [ -75.158393, 39.929177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313001", "device_counts": 253, "stop_counts": 378 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070025, 40.039139 ], [ -75.067663, 40.041634 ], [ -75.06558, 40.040442 ], [ -75.068003, 40.038059 ], [ -75.070025, 40.039139 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031004", "device_counts": 510, "stop_counts": 3208 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181589, 39.931366 ], [ -75.180001, 39.93117 ], [ -75.176513, 39.930716 ], [ -75.176606, 39.930285 ], [ -75.178445, 39.929271 ], [ -75.181944, 39.929729 ], [ -75.181589, 39.931366 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202001", "device_counts": 404, "stop_counts": 2091 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165554, 40.004859 ], [ -75.165228, 40.006354 ], [ -75.161747, 40.005905 ], [ -75.161409, 40.007399 ], [ -75.158278, 40.006994 ], [ -75.158926, 40.004009 ], [ -75.160843, 40.002634 ], [ -75.165896, 40.003269 ], [ -75.165554, 40.004859 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010359002", "device_counts": 9205, "stop_counts": 37531 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.028883, 40.102543 ], [ -75.026305, 40.108324 ], [ -75.025585, 40.109312 ], [ -75.024306, 40.111181 ], [ -75.023459, 40.110847 ], [ -75.01993, 40.110978 ], [ -75.014449, 40.115451 ], [ -75.013156, 40.11397 ], [ -75.008712, 40.119612 ], [ -75.006991, 40.118599 ], [ -75.005391, 40.114802 ], [ -75.017061, 40.105919 ], [ -75.023927, 40.100702 ], [ -75.027635, 40.101765 ], [ -75.028883, 40.102543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010061002", "device_counts": 304, "stop_counts": 1670 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22943, 39.918507 ], [ -75.227538, 39.91984 ], [ -75.225839, 39.918503 ], [ -75.227809, 39.916106 ], [ -75.230094, 39.918046 ], [ -75.22943, 39.918507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204001", "device_counts": 230, "stop_counts": 270 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157303, 40.022607 ], [ -75.154929, 40.02229 ], [ -75.155239, 40.020486 ], [ -75.155692, 40.019078 ], [ -75.156094, 40.019695 ], [ -75.159035, 40.0228 ], [ -75.157303, 40.022607 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264006", "device_counts": 404, "stop_counts": 1919 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166072, 40.067194 ], [ -75.165706, 40.067438 ], [ -75.163822, 40.066357 ], [ -75.162957, 40.067255 ], [ -75.159774, 40.06542 ], [ -75.160688, 40.064468 ], [ -75.162018, 40.063095 ], [ -75.165714, 40.06439 ], [ -75.168099, 40.065219 ], [ -75.166072, 40.067194 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313005", "device_counts": 358, "stop_counts": 2535 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.072645, 40.044394 ], [ -75.070634, 40.043272 ], [ -75.069459, 40.042621 ], [ -75.071817, 40.040124 ], [ -75.072996, 40.040803 ], [ -75.071813, 40.042033 ], [ -75.073836, 40.043174 ], [ -75.072645, 40.044394 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302003", "device_counts": 763, "stop_counts": 1797 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086568, 40.023537 ], [ -75.084726, 40.025458 ], [ -75.083038, 40.027241 ], [ -75.081379, 40.026314 ], [ -75.080031, 40.025569 ], [ -75.081931, 40.024707 ], [ -75.084269, 40.022331 ], [ -75.084426, 40.022417 ], [ -75.085089, 40.022761 ], [ -75.086568, 40.023537 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289021", "device_counts": 629, "stop_counts": 2620 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112217, 40.020056 ], [ -75.110835, 40.02172 ], [ -75.110242, 40.022242 ], [ -75.104845, 40.02356 ], [ -75.103204, 40.021057 ], [ -75.107446, 40.017517 ], [ -75.107063, 40.016777 ], [ -75.107152, 40.016728 ], [ -75.109024, 40.016286 ], [ -75.108678, 40.017942 ], [ -75.113951, 40.018603 ], [ -75.112217, 40.020056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338003", "device_counts": 252, "stop_counts": 678 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07876, 40.0585 ], [ -75.074826, 40.062706 ], [ -75.073909, 40.062192 ], [ -75.072766, 40.061554 ], [ -75.076734, 40.05735 ], [ -75.07876, 40.0585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146003", "device_counts": 482, "stop_counts": 784 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156616, 39.974198 ], [ -75.155061, 39.973996 ], [ -75.151915, 39.973588 ], [ -75.152188, 39.972318 ], [ -75.156893, 39.972927 ], [ -75.156616, 39.974198 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307001", "device_counts": 1547, "stop_counts": 4636 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089972, 40.057821 ], [ -75.08478, 40.062044 ], [ -75.083833, 40.061472 ], [ -75.083525, 40.06127 ], [ -75.08498, 40.058893 ], [ -75.085676, 40.057208 ], [ -75.085794, 40.055424 ], [ -75.085847, 40.05441 ], [ -75.089115, 40.056227 ], [ -75.088408, 40.05694 ], [ -75.089972, 40.057821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199001", "device_counts": 581, "stop_counts": 1075 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140472, 40.007878 ], [ -75.139652, 40.007755 ], [ -75.136858, 40.007394 ], [ -75.137529, 40.004304 ], [ -75.14116, 40.004784 ], [ -75.140472, 40.007878 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064002", "device_counts": 381, "stop_counts": 3929 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243254, 39.92947 ], [ -75.242254, 39.929287 ], [ -75.241996, 39.930036 ], [ -75.239625, 39.92957 ], [ -75.239873, 39.928824 ], [ -75.238729, 39.928585 ], [ -75.239493, 39.928024 ], [ -75.242349, 39.926031 ], [ -75.243494, 39.926963 ], [ -75.243254, 39.92947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118002", "device_counts": 484, "stop_counts": 1557 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237488, 39.987996 ], [ -75.232932, 39.988934 ], [ -75.23267, 39.988155 ], [ -75.232136, 39.986635 ], [ -75.234774, 39.986089 ], [ -75.23703, 39.985619 ], [ -75.237176, 39.986439 ], [ -75.237488, 39.987996 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080002", "device_counts": 1116, "stop_counts": 3674 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22703, 39.949702 ], [ -75.226869, 39.95046 ], [ -75.222914, 39.949975 ], [ -75.223315, 39.947925 ], [ -75.224946, 39.947744 ], [ -75.227419, 39.94777 ], [ -75.22703, 39.949702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311023", "device_counts": 607, "stop_counts": 2008 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085499, 40.034421 ], [ -75.084311, 40.035676 ], [ -75.083148, 40.036924 ], [ -75.080981, 40.035713 ], [ -75.081757, 40.034924 ], [ -75.084273, 40.032172 ], [ -75.084832, 40.032349 ], [ -75.085313, 40.033521 ], [ -75.085499, 40.034421 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372003", "device_counts": 633, "stop_counts": 700 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166914, 39.916189 ], [ -75.16453, 39.915875 ], [ -75.165081, 39.913368 ], [ -75.167462, 39.913675 ], [ -75.166914, 39.916189 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311021", "device_counts": 454, "stop_counts": 3358 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084412, 40.039499 ], [ -75.082674, 40.04242 ], [ -75.080904, 40.041432 ], [ -75.081533, 40.040754 ], [ -75.082114, 40.040147 ], [ -75.084464, 40.037657 ], [ -75.083148, 40.036924 ], [ -75.084311, 40.035676 ], [ -75.086804, 40.037049 ], [ -75.084412, 40.039499 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101007", "device_counts": 434, "stop_counts": 1308 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245247, 39.973778 ], [ -75.24329, 39.973997 ], [ -75.242987, 39.972396 ], [ -75.241209, 39.9726 ], [ -75.240984, 39.971378 ], [ -75.24181, 39.971472 ], [ -75.243788, 39.971723 ], [ -75.244885, 39.971854 ], [ -75.245247, 39.973778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242002", "device_counts": 252, "stop_counts": 931 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174572, 40.029244 ], [ -75.173482, 40.030336 ], [ -75.169816, 40.02845 ], [ -75.172523, 40.025758 ], [ -75.174043, 40.026588 ], [ -75.173611, 40.028691 ], [ -75.174572, 40.029244 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331014", "device_counts": 198, "stop_counts": 278 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040003, 40.041793 ], [ -75.038285, 40.042589 ], [ -75.034393, 40.044379 ], [ -75.033482, 40.043203 ], [ -75.036557, 40.041926 ], [ -75.035726, 40.040863 ], [ -75.036639, 40.04046 ], [ -75.03836, 40.039695 ], [ -75.040003, 40.041793 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171002", "device_counts": 281, "stop_counts": 780 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171595, 40.002377 ], [ -75.171247, 40.003951 ], [ -75.169093, 40.003671 ], [ -75.169754, 40.000622 ], [ -75.171912, 40.000883 ], [ -75.171595, 40.002377 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348011", "device_counts": 612, "stop_counts": 2826 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.019047, 40.056391 ], [ -75.012828, 40.056404 ], [ -75.010143, 40.054607 ], [ -75.0112, 40.053653 ], [ -75.012956, 40.051541 ], [ -75.015331, 40.050165 ], [ -75.015641, 40.050595 ], [ -75.016153, 40.051807 ], [ -75.019023, 40.054967 ], [ -75.019047, 40.056391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062003", "device_counts": 276, "stop_counts": 1496 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233878, 39.919693 ], [ -75.231092, 39.917343 ], [ -75.232692, 39.916219 ], [ -75.235477, 39.918575 ], [ -75.233878, 39.919693 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090004", "device_counts": 3269, "stop_counts": 10489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193574, 39.958689 ], [ -75.18921, 39.958811 ], [ -75.189063, 39.957606 ], [ -75.189489, 39.955593 ], [ -75.194152, 39.95618 ], [ -75.193574, 39.958689 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379002", "device_counts": 507, "stop_counts": 1816 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.102621, 39.988348 ], [ -75.099128, 39.990172 ], [ -75.097054, 39.987828 ], [ -75.100552, 39.986001 ], [ -75.100912, 39.986416 ], [ -75.102621, 39.988348 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197005", "device_counts": 309, "stop_counts": 1881 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141745, 40.012939 ], [ -75.141126, 40.015818 ], [ -75.139464, 40.015599 ], [ -75.13981, 40.014014 ], [ -75.140125, 40.012538 ], [ -75.141786, 40.012708 ], [ -75.141745, 40.012939 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113002", "device_counts": 358, "stop_counts": 525 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23407, 39.980326 ], [ -75.230171, 39.978794 ], [ -75.229855, 39.977069 ], [ -75.231783, 39.976852 ], [ -75.233691, 39.976642 ], [ -75.234013, 39.978361 ], [ -75.23407, 39.980326 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305013", "device_counts": 385, "stop_counts": 4322 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.104633, 40.040073 ], [ -75.100374, 40.044605 ], [ -75.098357, 40.043483 ], [ -75.099539, 40.042241 ], [ -75.103163, 40.039196 ], [ -75.104633, 40.040073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278002", "device_counts": 1447, "stop_counts": 3688 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146978, 40.04173 ], [ -75.146776, 40.044848 ], [ -75.143547, 40.044426 ], [ -75.143868, 40.042901 ], [ -75.144224, 40.041381 ], [ -75.144302, 40.04109 ], [ -75.146469, 40.040087 ], [ -75.148083, 40.04048 ], [ -75.146978, 40.04173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022001", "device_counts": 2050, "stop_counts": 5467 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170025, 39.938263 ], [ -75.166816, 39.937869 ], [ -75.167083, 39.936742 ], [ -75.167303, 39.935695 ], [ -75.170455, 39.936232 ], [ -75.170025, 39.938263 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317005", "device_counts": 301, "stop_counts": 1775 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.074325, 40.028469 ], [ -75.073733, 40.029784 ], [ -75.072682, 40.031938 ], [ -75.069719, 40.029984 ], [ -75.068878, 40.030875 ], [ -75.067697, 40.03212 ], [ -75.066299, 40.031344 ], [ -75.068445, 40.02871 ], [ -75.065403, 40.027033 ], [ -75.067957, 40.026583 ], [ -75.073364, 40.025369 ], [ -75.075488, 40.027071 ], [ -75.074325, 40.028469 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175003", "device_counts": 1394, "stop_counts": 2827 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147461, 39.994656 ], [ -75.14183, 39.993929 ], [ -75.139851, 39.993672 ], [ -75.140198, 39.992086 ], [ -75.142173, 39.992343 ], [ -75.142999, 39.992449 ], [ -75.147887, 39.993078 ], [ -75.147461, 39.994656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072002", "device_counts": 328, "stop_counts": 777 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233604, 39.947351 ], [ -75.231271, 39.947909 ], [ -75.229894, 39.947791 ], [ -75.228202, 39.94627 ], [ -75.228686, 39.945913 ], [ -75.2305, 39.944656 ], [ -75.231754, 39.945721 ], [ -75.232349, 39.945515 ], [ -75.233718, 39.944559 ], [ -75.233604, 39.947351 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171004", "device_counts": 908, "stop_counts": 1774 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186861, 40.000409 ], [ -75.186812, 40.000434 ], [ -75.184564, 40.002493 ], [ -75.183953, 40.002838 ], [ -75.181141, 40.003697 ], [ -75.178809, 40.004937 ], [ -75.176913, 40.004697 ], [ -75.17725, 40.003097 ], [ -75.171595, 40.002377 ], [ -75.171912, 40.000883 ], [ -75.174663, 40.001009 ], [ -75.176301, 39.999921 ], [ -75.178237, 39.998611 ], [ -75.180188, 39.997253 ], [ -75.182341, 39.997519 ], [ -75.187604, 39.998195 ], [ -75.186861, 40.000409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036002", "device_counts": 658, "stop_counts": 764 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199844, 39.932447 ], [ -75.199503, 39.934508 ], [ -75.197537, 39.934232 ], [ -75.196486, 39.930309 ], [ -75.193621, 39.929965 ], [ -75.194153, 39.927514 ], [ -75.194623, 39.92681 ], [ -75.199586, 39.931807 ], [ -75.199844, 39.932447 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333002", "device_counts": 1443, "stop_counts": 2279 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04703, 40.052268 ], [ -75.044906, 40.053657 ], [ -75.046558, 40.05458 ], [ -75.045268, 40.055875 ], [ -75.046537, 40.056567 ], [ -75.045522, 40.057614 ], [ -75.041248, 40.054576 ], [ -75.039449, 40.055286 ], [ -75.040059, 40.054079 ], [ -75.040247, 40.053158 ], [ -75.042279, 40.049992 ], [ -75.045149, 40.048854 ], [ -75.04703, 40.052268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113001", "device_counts": 1095, "stop_counts": 2360 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239335, 39.981447 ], [ -75.239042, 39.98195 ], [ -75.23407, 39.980326 ], [ -75.234013, 39.978361 ], [ -75.238891, 39.977818 ], [ -75.239124, 39.979069 ], [ -75.239467, 39.980914 ], [ -75.239335, 39.981447 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275003", "device_counts": 559, "stop_counts": 800 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134818, 40.036987 ], [ -75.132476, 40.036684 ], [ -75.130518, 40.036437 ], [ -75.13129, 40.032818 ], [ -75.135042, 40.033284 ], [ -75.134818, 40.036987 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347013", "device_counts": 2714, "stop_counts": 5969 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.039163, 40.070369 ], [ -75.036627, 40.073019 ], [ -75.035087, 40.074617 ], [ -75.032965, 40.072152 ], [ -75.033861, 40.071694 ], [ -75.033152, 40.068038 ], [ -75.036372, 40.066447 ], [ -75.040265, 40.068747 ], [ -75.039163, 40.070369 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336005", "device_counts": 509, "stop_counts": 1664 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.061118, 40.068122 ], [ -75.059221, 40.067297 ], [ -75.057477, 40.066268 ], [ -75.055477, 40.065149 ], [ -75.056605, 40.063955 ], [ -75.057135, 40.063364 ], [ -75.057697, 40.062787 ], [ -75.06304, 40.066143 ], [ -75.061118, 40.068122 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167022", "device_counts": 354, "stop_counts": 487 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159366, 39.994525 ], [ -75.157791, 39.994342 ], [ -75.158144, 39.992771 ], [ -75.15769, 39.99118 ], [ -75.160044, 39.991473 ], [ -75.159366, 39.994525 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095001", "device_counts": 407, "stop_counts": 2071 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237283, 39.968899 ], [ -75.237455, 39.970141 ], [ -75.235697, 39.970336 ], [ -75.235356, 39.968509 ], [ -75.235842, 39.966085 ], [ -75.237818, 39.96633 ], [ -75.237283, 39.968899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329005", "device_counts": 1014, "stop_counts": 2404 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033427, 40.039473 ], [ -75.03134, 40.040236 ], [ -75.028257, 40.041363 ], [ -75.027846, 40.040678 ], [ -75.027031, 40.038744 ], [ -75.031903, 40.036993 ], [ -75.032295, 40.037622 ], [ -75.033427, 40.039473 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352002", "device_counts": 303, "stop_counts": 467 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.999877, 40.050402 ], [ -74.994151, 40.054401 ], [ -74.990389, 40.050984 ], [ -74.987256, 40.05286 ], [ -74.984752, 40.055355 ], [ -74.984098, 40.054782 ], [ -74.986873, 40.052097 ], [ -74.99627, 40.047202 ], [ -74.999877, 40.050402 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010342001", "device_counts": 330, "stop_counts": 1282 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077179, 40.082798 ], [ -75.075061, 40.084174 ], [ -75.073278, 40.083085 ], [ -75.070181, 40.081194 ], [ -75.073705, 40.079182 ], [ -75.076258, 40.080605 ], [ -75.077121, 40.08108 ], [ -75.078845, 40.082048 ], [ -75.077179, 40.082798 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362033", "device_counts": 1318, "stop_counts": 6542 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.982413, 40.065736 ], [ -74.981173, 40.071985 ], [ -74.977684, 40.079834 ], [ -74.97725, 40.080506 ], [ -74.975247, 40.078848 ], [ -74.973615, 40.078901 ], [ -74.972817, 40.077559 ], [ -74.970537, 40.076281 ], [ -74.971156, 40.073992 ], [ -74.973251, 40.071487 ], [ -74.980525, 40.065702 ], [ -74.980688, 40.065007 ], [ -74.980718, 40.06472 ], [ -74.981154, 40.064912 ], [ -74.982355, 40.064672 ], [ -74.982413, 40.065736 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169012", "device_counts": 376, "stop_counts": 3694 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176535, 39.992076 ], [ -75.176212, 39.993572 ], [ -75.174615, 39.993359 ], [ -75.171441, 39.992946 ], [ -75.171594, 39.9922 ], [ -75.173182, 39.992412 ], [ -75.173682, 39.990167 ], [ -75.175803, 39.988812 ], [ -75.177206, 39.988991 ], [ -75.176535, 39.992076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188002", "device_counts": 485, "stop_counts": 1439 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.104335, 39.997884 ], [ -75.102026, 39.999078 ], [ -75.101235, 39.998188 ], [ -75.100367, 39.997206 ], [ -75.102674, 39.996008 ], [ -75.103369, 39.996794 ], [ -75.104043, 39.997555 ], [ -75.104335, 39.997884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316006", "device_counts": 401, "stop_counts": 1009 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055334, 40.034739 ], [ -75.053701, 40.033844 ], [ -75.050972, 40.032324 ], [ -75.053249, 40.0317 ], [ -75.054054, 40.03118 ], [ -75.057092, 40.032869 ], [ -75.055334, 40.034739 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325003", "device_counts": 1037, "stop_counts": 4221 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048355, 40.029324 ], [ -75.04744, 40.029792 ], [ -75.044655, 40.031231 ], [ -75.043304, 40.029688 ], [ -75.042858, 40.029185 ], [ -75.041957, 40.028152 ], [ -75.040219, 40.026061 ], [ -75.039768, 40.025551 ], [ -75.043408, 40.023672 ], [ -75.044721, 40.025179 ], [ -75.046555, 40.027265 ], [ -75.047453, 40.028294 ], [ -75.047904, 40.02881 ], [ -75.048355, 40.029324 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191002", "device_counts": 555, "stop_counts": 2083 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105434, 40.011197 ], [ -75.105099, 40.012784 ], [ -75.101864, 40.012369 ], [ -75.102552, 40.009202 ], [ -75.105768, 40.009619 ], [ -75.105434, 40.011197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038001", "device_counts": 554, "stop_counts": 3359 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180045, 39.921872 ], [ -75.176906, 39.921464 ], [ -75.177082, 39.920207 ], [ -75.177438, 39.91897 ], [ -75.180576, 39.919369 ], [ -75.180045, 39.921872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365021", "device_counts": 707, "stop_counts": 3275 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.000381, 40.123264 ], [ -74.996392, 40.127195 ], [ -74.997885, 40.127816 ], [ -74.994187, 40.131516 ], [ -74.993595, 40.132266 ], [ -74.992288, 40.130682 ], [ -74.993687, 40.126584 ], [ -74.989014, 40.12607 ], [ -74.987193, 40.123286 ], [ -74.993533, 40.11868 ], [ -74.997052, 40.121168 ], [ -75.000381, 40.123264 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341006", "device_counts": 227, "stop_counts": 1139 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082456, 40.082884 ], [ -75.078845, 40.082048 ], [ -75.077121, 40.08108 ], [ -75.076258, 40.080605 ], [ -75.078592, 40.078097 ], [ -75.082882, 40.079474 ], [ -75.082456, 40.082884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191004", "device_counts": 1165, "stop_counts": 5633 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.11136, 40.015867 ], [ -75.109024, 40.016286 ], [ -75.107152, 40.016728 ], [ -75.107063, 40.016777 ], [ -75.106018, 40.016352 ], [ -75.098916, 40.016433 ], [ -75.09704, 40.016018 ], [ -75.097041, 40.01595 ], [ -75.097055, 40.015202 ], [ -75.097431, 40.013325 ], [ -75.099374, 40.013583 ], [ -75.101557, 40.013878 ], [ -75.101864, 40.012369 ], [ -75.105099, 40.012784 ], [ -75.111811, 40.013662 ], [ -75.11136, 40.015867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243003", "device_counts": 203, "stop_counts": 235 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170176, 40.022731 ], [ -75.169124, 40.023865 ], [ -75.168482, 40.023512 ], [ -75.163915, 40.02099 ], [ -75.165707, 40.019731 ], [ -75.169534, 40.022381 ], [ -75.170176, 40.022731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365022", "device_counts": 1627, "stop_counts": 3991 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.010453, 40.120681 ], [ -75.00527, 40.12605 ], [ -75.003255, 40.131012 ], [ -74.997885, 40.127816 ], [ -74.996392, 40.127195 ], [ -75.000381, 40.123264 ], [ -74.997052, 40.121168 ], [ -75.005391, 40.114802 ], [ -75.006991, 40.118599 ], [ -75.008712, 40.119612 ], [ -75.010453, 40.120681 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084003", "device_counts": 583, "stop_counts": 947 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237448, 39.958433 ], [ -75.235504, 39.958192 ], [ -75.235745, 39.957049 ], [ -75.235997, 39.955831 ], [ -75.237934, 39.956062 ], [ -75.237448, 39.958433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209002", "device_counts": 282, "stop_counts": 336 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207863, 40.018582 ], [ -75.207595, 40.019536 ], [ -75.204057, 40.020213 ], [ -75.204055, 40.017273 ], [ -75.205622, 40.017107 ], [ -75.208116, 40.017764 ], [ -75.207863, 40.018582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172012", "device_counts": 553, "stop_counts": 861 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171997, 39.997826 ], [ -75.17042, 39.997618 ], [ -75.167215, 39.997197 ], [ -75.167568, 39.995621 ], [ -75.170767, 39.996036 ], [ -75.172355, 39.99624 ], [ -75.171997, 39.997826 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082007", "device_counts": 375, "stop_counts": 844 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249056, 39.951679 ], [ -75.243068, 39.950926 ], [ -75.24323, 39.950172 ], [ -75.243381, 39.949411 ], [ -75.249371, 39.950153 ], [ -75.249056, 39.951679 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107002", "device_counts": 1392, "stop_counts": 3040 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211189, 39.968634 ], [ -75.208038, 39.968984 ], [ -75.207839, 39.967943 ], [ -75.203258, 39.968447 ], [ -75.203058, 39.967396 ], [ -75.20264, 39.965169 ], [ -75.202334, 39.963495 ], [ -75.202342, 39.963137 ], [ -75.20756, 39.966381 ], [ -75.208344, 39.966876 ], [ -75.210101, 39.967961 ], [ -75.211189, 39.968634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198006", "device_counts": 887, "stop_counts": 2653 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138577, 40.008789 ], [ -75.138483, 40.009234 ], [ -75.137826, 40.012233 ], [ -75.136537, 40.012068 ], [ -75.135858, 40.011982 ], [ -75.136858, 40.007394 ], [ -75.139652, 40.007755 ], [ -75.138577, 40.008789 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365011", "device_counts": 9331, "stop_counts": 33736 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.01385, 40.128896 ], [ -75.013206, 40.130233 ], [ -75.012295, 40.131736 ], [ -75.009117, 40.134355 ], [ -75.003255, 40.131012 ], [ -75.00527, 40.12605 ], [ -75.010453, 40.120681 ], [ -75.015384, 40.123599 ], [ -75.01385, 40.128896 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140003", "device_counts": 1602, "stop_counts": 5022 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16175, 39.976262 ], [ -75.158526, 39.97585 ], [ -75.158782, 39.974482 ], [ -75.159237, 39.972384 ], [ -75.162507, 39.972799 ], [ -75.16175, 39.976262 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010113003", "device_counts": 257, "stop_counts": 4202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238891, 39.977818 ], [ -75.234013, 39.978361 ], [ -75.233691, 39.976642 ], [ -75.236087, 39.97638 ], [ -75.23857, 39.976101 ], [ -75.238891, 39.977818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310006", "device_counts": 153, "stop_counts": 570 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082888, 40.048197 ], [ -75.079878, 40.051217 ], [ -75.079334, 40.051809 ], [ -75.077529, 40.050805 ], [ -75.073936, 40.048841 ], [ -75.075037, 40.047638 ], [ -75.07863, 40.049634 ], [ -75.079809, 40.048391 ], [ -75.080987, 40.047133 ], [ -75.082888, 40.048197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280001", "device_counts": 153, "stop_counts": 526 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157153, 40.02413 ], [ -75.154245, 40.025634 ], [ -75.15461, 40.023801 ], [ -75.153357, 40.022088 ], [ -75.154929, 40.02229 ], [ -75.157303, 40.022607 ], [ -75.157153, 40.02413 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033003", "device_counts": 476, "stop_counts": 805 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193615, 39.937485 ], [ -75.19306, 39.93741 ], [ -75.188885, 39.936887 ], [ -75.189148, 39.935671 ], [ -75.191274, 39.935934 ], [ -75.193315, 39.936206 ], [ -75.193873, 39.936286 ], [ -75.193615, 39.937485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274024", "device_counts": 814, "stop_counts": 1668 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126643, 40.040681 ], [ -75.126311, 40.042203 ], [ -75.122078, 40.041664 ], [ -75.12281, 40.040181 ], [ -75.123535, 40.038719 ], [ -75.124744, 40.038876 ], [ -75.126977, 40.039155 ], [ -75.126643, 40.040681 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031002", "device_counts": 486, "stop_counts": 1100 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176513, 39.930716 ], [ -75.176069, 39.932721 ], [ -75.174495, 39.932523 ], [ -75.174764, 39.931307 ], [ -75.175032, 39.930087 ], [ -75.176606, 39.930285 ], [ -75.176513, 39.930716 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149004", "device_counts": 457, "stop_counts": 480 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181579, 39.983313 ], [ -75.179952, 39.983108 ], [ -75.180591, 39.980167 ], [ -75.181135, 39.980238 ], [ -75.182215, 39.980373 ], [ -75.181579, 39.983313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279013", "device_counts": 429, "stop_counts": 2126 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158132, 40.046418 ], [ -75.158017, 40.048126 ], [ -75.157958, 40.049025 ], [ -75.154793, 40.048902 ], [ -75.154966, 40.046241 ], [ -75.156675, 40.04536 ], [ -75.158217, 40.045076 ], [ -75.158132, 40.046418 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172021", "device_counts": 353, "stop_counts": 1092 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174663, 40.001009 ], [ -75.171912, 40.000883 ], [ -75.169754, 40.000622 ], [ -75.170087, 39.999116 ], [ -75.173282, 39.999516 ], [ -75.176301, 39.999921 ], [ -75.174663, 40.001009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090001", "device_counts": 1017, "stop_counts": 2848 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194297, 39.962607 ], [ -75.191389, 39.962922 ], [ -75.191117, 39.96144 ], [ -75.189564, 39.960998 ], [ -75.193905, 39.960514 ], [ -75.194015, 39.961124 ], [ -75.194297, 39.962607 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032001", "device_counts": 612, "stop_counts": 1833 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183916, 39.93624 ], [ -75.180621, 39.935816 ], [ -75.181162, 39.933385 ], [ -75.184449, 39.933813 ], [ -75.183916, 39.93624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028022", "device_counts": 1600, "stop_counts": 5339 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16735, 39.926579 ], [ -75.165005, 39.92855 ], [ -75.161881, 39.927985 ], [ -75.162338, 39.92592 ], [ -75.165483, 39.926333 ], [ -75.16735, 39.926579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111001", "device_counts": 4332, "stop_counts": 8565 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2263, 39.977951 ], [ -75.224093, 39.981369 ], [ -75.224066, 39.981508 ], [ -75.223157, 39.981381 ], [ -75.213469, 39.977791 ], [ -75.212211, 39.973242 ], [ -75.216331, 39.97279 ], [ -75.21953, 39.974639 ], [ -75.224848, 39.97712 ], [ -75.226451, 39.977717 ], [ -75.2263, 39.977951 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247001", "device_counts": 233, "stop_counts": 737 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167207, 40.043149 ], [ -75.16483, 40.045468 ], [ -75.163739, 40.044801 ], [ -75.163452, 40.043431 ], [ -75.165078, 40.041858 ], [ -75.164852, 40.039867 ], [ -75.16516, 40.039474 ], [ -75.166622, 40.040379 ], [ -75.165819, 40.042309 ], [ -75.167207, 40.043149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010269001", "device_counts": 426, "stop_counts": 2762 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130059, 40.055474 ], [ -75.129021, 40.057091 ], [ -75.12632, 40.055481 ], [ -75.127143, 40.051748 ], [ -75.130783, 40.052206 ], [ -75.130059, 40.055474 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081012", "device_counts": 478, "stop_counts": 1078 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239641, 39.947932 ], [ -75.23943, 39.948931 ], [ -75.235479, 39.948433 ], [ -75.235822, 39.946835 ], [ -75.235917, 39.946793 ], [ -75.240052, 39.945917 ], [ -75.239641, 39.947932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010117001", "device_counts": 1494, "stop_counts": 7113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247948, 39.991138 ], [ -75.237331, 39.996128 ], [ -75.235298, 39.99707 ], [ -75.234136, 39.995598 ], [ -75.234027, 39.994736 ], [ -75.233713, 39.992176 ], [ -75.236255, 39.990971 ], [ -75.237785, 39.990669 ], [ -75.238361, 39.990486 ], [ -75.239838, 39.989287 ], [ -75.245478, 39.986619 ], [ -75.246416, 39.988266 ], [ -75.246187, 39.989516 ], [ -75.247948, 39.991138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168005", "device_counts": 249, "stop_counts": 362 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170767, 39.996036 ], [ -75.167568, 39.995621 ], [ -75.167925, 39.994025 ], [ -75.171115, 39.994444 ], [ -75.170767, 39.996036 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178005", "device_counts": 480, "stop_counts": 1713 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12031, 39.992672 ], [ -75.115778, 39.995167 ], [ -75.113816, 39.992924 ], [ -75.116662, 39.991437 ], [ -75.118392, 39.990528 ], [ -75.12031, 39.992672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010006001", "device_counts": 20214, "stop_counts": 55171 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164338, 39.949346 ], [ -75.164011, 39.950876 ], [ -75.163937, 39.950866 ], [ -75.157062, 39.950006 ], [ -75.152337, 39.949421 ], [ -75.153174, 39.947962 ], [ -75.156646, 39.948394 ], [ -75.157392, 39.94849 ], [ -75.159751, 39.948783 ], [ -75.162114, 39.94908 ], [ -75.164265, 39.94934 ], [ -75.164338, 39.949346 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312003", "device_counts": 681, "stop_counts": 1855 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084273, 40.032172 ], [ -75.081757, 40.034924 ], [ -75.079636, 40.033743 ], [ -75.077266, 40.036262 ], [ -75.074901, 40.034935 ], [ -75.074439, 40.03398 ], [ -75.077022, 40.033387 ], [ -75.080757, 40.032541 ], [ -75.084089, 40.031826 ], [ -75.084273, 40.032172 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087012", "device_counts": 1523, "stop_counts": 3083 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211039, 39.958276 ], [ -75.208128, 39.957915 ], [ -75.2086, 39.955636 ], [ -75.208761, 39.95488 ], [ -75.211677, 39.95524 ], [ -75.211039, 39.958276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301005", "device_counts": 277, "stop_counts": 2043 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091879, 40.024435 ], [ -75.090563, 40.025791 ], [ -75.086568, 40.023537 ], [ -75.085089, 40.022761 ], [ -75.086819, 40.020966 ], [ -75.087283, 40.020485 ], [ -75.090373, 40.022233 ], [ -75.092729, 40.023597 ], [ -75.091879, 40.024435 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372004", "device_counts": 9605, "stop_counts": 20302 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159844, 39.915286 ], [ -75.156708, 39.914869 ], [ -75.148124, 39.913772 ], [ -75.149188, 39.908604 ], [ -75.160789, 39.910942 ], [ -75.159844, 39.915286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010365013", "device_counts": 5099, "stop_counts": 11810 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021931, 40.127467 ], [ -75.013206, 40.130233 ], [ -75.01385, 40.128896 ], [ -75.015384, 40.123599 ], [ -75.0201, 40.126358 ], [ -75.021931, 40.127467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309003", "device_counts": 2611, "stop_counts": 7931 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.088975, 40.044332 ], [ -75.088312, 40.045514 ], [ -75.086975, 40.048567 ], [ -75.082343, 40.045991 ], [ -75.085031, 40.043731 ], [ -75.086453, 40.042566 ], [ -75.084412, 40.039499 ], [ -75.086804, 40.037049 ], [ -75.087802, 40.036032 ], [ -75.087931, 40.036236 ], [ -75.088091, 40.03654 ], [ -75.088709, 40.03795 ], [ -75.088631, 40.042747 ], [ -75.088975, 40.044332 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115002", "device_counts": 431, "stop_counts": 1999 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255918, 39.978122 ], [ -75.253929, 39.979067 ], [ -75.253104, 39.98018 ], [ -75.250979, 39.977684 ], [ -75.252323, 39.976786 ], [ -75.253747, 39.975937 ], [ -75.255661, 39.976755 ], [ -75.255918, 39.978122 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108002", "device_counts": 354, "stop_counts": 1160 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.203058, 39.967396 ], [ -75.198248, 39.96793 ], [ -75.197832, 39.965697 ], [ -75.20264, 39.965169 ], [ -75.203058, 39.967396 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167023", "device_counts": 1166, "stop_counts": 2999 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15769, 39.99118 ], [ -75.158144, 39.992771 ], [ -75.157791, 39.994342 ], [ -75.154588, 39.993938 ], [ -75.155593, 39.989369 ], [ -75.155934, 39.987877 ], [ -75.158335, 39.988186 ], [ -75.15769, 39.99118 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265006", "device_counts": 765, "stop_counts": 1059 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160691, 40.056831 ], [ -75.158413, 40.059181 ], [ -75.157371, 40.058584 ], [ -75.156168, 40.057019 ], [ -75.15553, 40.056216 ], [ -75.157748, 40.055153 ], [ -75.158889, 40.055768 ], [ -75.160691, 40.056831 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010212002", "device_counts": 2103, "stop_counts": 5482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213692, 40.032135 ], [ -75.21114, 40.0346 ], [ -75.208938, 40.035221 ], [ -75.208278, 40.033762 ], [ -75.207715, 40.031573 ], [ -75.211308, 40.02997 ], [ -75.213692, 40.032135 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087011", "device_counts": 680, "stop_counts": 1309 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212716, 39.950292 ], [ -75.212393, 39.951811 ], [ -75.209326, 39.951436 ], [ -75.209259, 39.949541 ], [ -75.21292, 39.949065 ], [ -75.212716, 39.950292 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313002", "device_counts": 1828, "stop_counts": 3311 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070523, 40.035618 ], [ -75.069261, 40.036809 ], [ -75.068003, 40.038059 ], [ -75.06558, 40.040442 ], [ -75.061043, 40.037981 ], [ -75.062463, 40.036912 ], [ -75.064362, 40.036306 ], [ -75.065147, 40.036446 ], [ -75.070001, 40.03532 ], [ -75.070523, 40.035618 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179002", "device_counts": 679, "stop_counts": 3012 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111887, 39.986296 ], [ -75.109192, 39.987702 ], [ -75.11017, 39.988806 ], [ -75.10773, 39.990079 ], [ -75.107339, 39.989644 ], [ -75.105915, 39.988037 ], [ -75.108359, 39.986753 ], [ -75.111221, 39.985268 ], [ -75.111887, 39.986296 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081022", "device_counts": 353, "stop_counts": 1435 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238476, 39.953485 ], [ -75.234531, 39.953 ], [ -75.234856, 39.951444 ], [ -75.238796, 39.951942 ], [ -75.238476, 39.953485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109001", "device_counts": 1549, "stop_counts": 2619 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19531, 39.968045 ], [ -75.192139, 39.966888 ], [ -75.188987, 39.96591 ], [ -75.187933, 39.965074 ], [ -75.191719, 39.964652 ], [ -75.191826, 39.965222 ], [ -75.194727, 39.964903 ], [ -75.19531, 39.968045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010384002", "device_counts": 2996, "stop_counts": 8625 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24055, 40.070468 ], [ -75.238583, 40.069546 ], [ -75.235951, 40.071238 ], [ -75.230082, 40.0663 ], [ -75.232439, 40.064739 ], [ -75.231724, 40.064099 ], [ -75.238182, 40.059771 ], [ -75.239545, 40.062977 ], [ -75.240092, 40.067344 ], [ -75.240321, 40.068383 ], [ -75.241075, 40.070395 ], [ -75.24055, 40.070468 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326001", "device_counts": 1041, "stop_counts": 1812 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04677, 40.033683 ], [ -75.044671, 40.034771 ], [ -75.043199, 40.035544 ], [ -75.04086, 40.036757 ], [ -75.040594, 40.036859 ], [ -75.039473, 40.035404 ], [ -75.043433, 40.033356 ], [ -75.045554, 40.032261 ], [ -75.04677, 40.033683 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163003", "device_counts": 327, "stop_counts": 332 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132893, 39.991144 ], [ -75.130898, 39.99089 ], [ -75.131557, 39.987799 ], [ -75.133549, 39.98806 ], [ -75.132893, 39.991144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032004", "device_counts": 654, "stop_counts": 1334 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188885, 39.936887 ], [ -75.187326, 39.936679 ], [ -75.183916, 39.93624 ], [ -75.184449, 39.933813 ], [ -75.184705, 39.932584 ], [ -75.188115, 39.933014 ], [ -75.187578, 39.935461 ], [ -75.189148, 39.935671 ], [ -75.188885, 39.936887 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033006", "device_counts": 300, "stop_counts": 337 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.197266, 39.935453 ], [ -75.197012, 39.936678 ], [ -75.193873, 39.936286 ], [ -75.194133, 39.935048 ], [ -75.194408, 39.933822 ], [ -75.197537, 39.934232 ], [ -75.197266, 39.935453 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338002", "device_counts": 274, "stop_counts": 842 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076734, 40.05735 ], [ -75.072766, 40.061554 ], [ -75.069224, 40.059583 ], [ -75.073256, 40.05533 ], [ -75.075032, 40.056359 ], [ -75.076734, 40.05735 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201024", "device_counts": 556, "stop_counts": 947 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155185, 40.015295 ], [ -75.153849, 40.015891 ], [ -75.152431, 40.01321 ], [ -75.152163, 40.01254 ], [ -75.151428, 40.010903 ], [ -75.155681, 40.011457 ], [ -75.155185, 40.015295 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262003", "device_counts": 299, "stop_counts": 2090 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170657, 40.069832 ], [ -75.16697, 40.067709 ], [ -75.166072, 40.067194 ], [ -75.168099, 40.065219 ], [ -75.168757, 40.065479 ], [ -75.172207, 40.068288 ], [ -75.170657, 40.069832 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379005", "device_counts": 455, "stop_counts": 1207 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100552, 39.986001 ], [ -75.097054, 39.987828 ], [ -75.095964, 39.988395 ], [ -75.094393, 39.98663 ], [ -75.099, 39.98424 ], [ -75.100552, 39.986001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025001", "device_counts": 1570, "stop_counts": 3542 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150229, 39.936921 ], [ -75.148694, 39.936486 ], [ -75.146808, 39.935982 ], [ -75.147616, 39.932313 ], [ -75.149463, 39.933019 ], [ -75.151041, 39.933227 ], [ -75.150229, 39.936921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010360001", "device_counts": 13035, "stop_counts": 54662 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.023927, 40.100702 ], [ -75.017061, 40.105919 ], [ -75.005391, 40.114802 ], [ -75.003554, 40.110847 ], [ -75.000959, 40.111393 ], [ -74.997124, 40.108151 ], [ -75.001796, 40.10493 ], [ -75.014156, 40.096236 ], [ -75.015528, 40.09486 ], [ -75.018233, 40.097105 ], [ -75.022086, 40.100212 ], [ -75.023927, 40.100702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357011", "device_counts": 6237, "stop_counts": 16543 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033722, 40.106639 ], [ -75.029192, 40.111392 ], [ -75.025585, 40.109312 ], [ -75.026305, 40.108324 ], [ -75.028883, 40.102543 ], [ -75.030235, 40.103387 ], [ -75.032998, 40.10511 ], [ -75.033897, 40.105689 ], [ -75.033722, 40.106639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041023", "device_counts": 762, "stop_counts": 2506 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163956, 39.918518 ], [ -75.161362, 39.918177 ], [ -75.161956, 39.915546 ], [ -75.16453, 39.915875 ], [ -75.163956, 39.918518 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195011", "device_counts": 1320, "stop_counts": 4096 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137847, 40.002799 ], [ -75.133561, 40.002265 ], [ -75.131501, 40.001999 ], [ -75.132172, 39.998913 ], [ -75.138524, 39.999743 ], [ -75.137847, 40.002799 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160004", "device_counts": 455, "stop_counts": 1727 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.125062, 39.982373 ], [ -75.122679, 39.983488 ], [ -75.120973, 39.981546 ], [ -75.123266, 39.980344 ], [ -75.125062, 39.982373 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161004", "device_counts": 682, "stop_counts": 2473 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129641, 39.987546 ], [ -75.127022, 39.984597 ], [ -75.124728, 39.985801 ], [ -75.124654, 39.984526 ], [ -75.127398, 39.98308 ], [ -75.130794, 39.986928 ], [ -75.129641, 39.987546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010332001", "device_counts": 1825, "stop_counts": 4594 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054287, 40.044448 ], [ -75.051682, 40.046963 ], [ -75.047775, 40.046246 ], [ -75.045269, 40.046509 ], [ -75.045201, 40.044354 ], [ -75.044877, 40.043079 ], [ -75.046204, 40.041796 ], [ -75.050465, 40.044662 ], [ -75.052228, 40.043271 ], [ -75.054287, 40.044448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179005", "device_counts": 684, "stop_counts": 2085 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121855, 39.987436 ], [ -75.121438, 39.987859 ], [ -75.120138, 39.986877 ], [ -75.116751, 39.988652 ], [ -75.115083, 39.989526 ], [ -75.114257, 39.989952 ], [ -75.113492, 39.988768 ], [ -75.11674, 39.98673 ], [ -75.115524, 39.985365 ], [ -75.115224, 39.985018 ], [ -75.114934, 39.984697 ], [ -75.115605, 39.983551 ], [ -75.116075, 39.982938 ], [ -75.116836, 39.982072 ], [ -75.117355, 39.981481 ], [ -75.118522, 39.982825 ], [ -75.120252, 39.984755 ], [ -75.122417, 39.987001 ], [ -75.121855, 39.987436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344003", "device_counts": 1902, "stop_counts": 3967 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059388, 40.096462 ], [ -75.054861, 40.100183 ], [ -75.054966, 40.100963 ], [ -75.050974, 40.103122 ], [ -75.049676, 40.102037 ], [ -75.047115, 40.098377 ], [ -75.046737, 40.09524 ], [ -75.047299, 40.092762 ], [ -75.047567, 40.09192 ], [ -75.050752, 40.09478 ], [ -75.053907, 40.091873 ], [ -75.057068, 40.089697 ], [ -75.058343, 40.090153 ], [ -75.063708, 40.090568 ], [ -75.059388, 40.096462 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125001", "device_counts": 12252, "stop_counts": 35658 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171583, 39.960795 ], [ -75.168429, 39.9604 ], [ -75.167806, 39.963306 ], [ -75.166227, 39.963112 ], [ -75.161384, 39.962474 ], [ -75.161443, 39.962172 ], [ -75.161411, 39.962102 ], [ -75.162293, 39.958058 ], [ -75.162339, 39.957825 ], [ -75.162413, 39.957834 ], [ -75.172002, 39.959007 ], [ -75.171583, 39.960795 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090002", "device_counts": 1473, "stop_counts": 3653 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193905, 39.960514 ], [ -75.189564, 39.960998 ], [ -75.18921, 39.958811 ], [ -75.193574, 39.958689 ], [ -75.193905, 39.960514 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010375002", "device_counts": 764, "stop_counts": 2969 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.265511, 39.981857 ], [ -75.259476, 39.984955 ], [ -75.255676, 39.987499 ], [ -75.251063, 39.981601 ], [ -75.252544, 39.98077 ], [ -75.253104, 39.98018 ], [ -75.253929, 39.979067 ], [ -75.255918, 39.978122 ], [ -75.257113, 39.983789 ], [ -75.259062, 39.982814 ], [ -75.261282, 39.978272 ], [ -75.265511, 39.981857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191003", "device_counts": 486, "stop_counts": 3647 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106083, 40.00813 ], [ -75.105768, 40.009619 ], [ -75.102552, 40.009202 ], [ -75.103146, 40.006202 ], [ -75.106403, 40.006621 ], [ -75.106083, 40.00813 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093001", "device_counts": 351, "stop_counts": 1176 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223531, 39.964601 ], [ -75.221952, 39.96425 ], [ -75.220044, 39.963819 ], [ -75.219693, 39.962523 ], [ -75.223746, 39.963026 ], [ -75.223531, 39.964601 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112005", "device_counts": 176, "stop_counts": 230 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23857, 39.976101 ], [ -75.236087, 39.97638 ], [ -75.235493, 39.973234 ], [ -75.237983, 39.972957 ], [ -75.23857, 39.976101 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282003", "device_counts": 4920, "stop_counts": 12911 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144749, 40.039072 ], [ -75.144571, 40.039836 ], [ -75.139212, 40.039146 ], [ -75.137633, 40.038943 ], [ -75.137945, 40.037539 ], [ -75.138323, 40.035876 ], [ -75.139766, 40.034506 ], [ -75.143944, 40.032192 ], [ -75.143363, 40.034976 ], [ -75.145554, 40.035262 ], [ -75.144749, 40.039072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262002", "device_counts": 80, "stop_counts": 129 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16899, 40.071473 ], [ -75.166725, 40.070165 ], [ -75.165348, 40.069372 ], [ -75.16697, 40.067709 ], [ -75.170657, 40.069832 ], [ -75.16899, 40.071473 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070004", "device_counts": 207, "stop_counts": 1306 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225358, 39.936 ], [ -75.224388, 39.936676 ], [ -75.222986, 39.9355 ], [ -75.221731, 39.93443 ], [ -75.223219, 39.933389 ], [ -75.225887, 39.935625 ], [ -75.225358, 39.936 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331021", "device_counts": 1011, "stop_counts": 2528 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.026037, 40.048163 ], [ -75.023007, 40.049197 ], [ -75.021343, 40.048294 ], [ -75.020489, 40.04639 ], [ -75.021752, 40.043668 ], [ -75.02562, 40.042322 ], [ -75.02603, 40.043117 ], [ -75.02654, 40.045822 ], [ -75.026037, 40.048163 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192003", "device_counts": 477, "stop_counts": 986 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116722, 40.000088 ], [ -75.114785, 39.999838 ], [ -75.112398, 40.00052 ], [ -75.112923, 39.99806 ], [ -75.115107, 39.998347 ], [ -75.117055, 39.998601 ], [ -75.116722, 40.000088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025004", "device_counts": 1668, "stop_counts": 2874 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153774, 39.935516 ], [ -75.153286, 39.937736 ], [ -75.150229, 39.936921 ], [ -75.151041, 39.933227 ], [ -75.154194, 39.933649 ], [ -75.153774, 39.935516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310002", "device_counts": 912, "stop_counts": 1248 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076902, 40.054387 ], [ -75.075032, 40.056359 ], [ -75.073256, 40.05533 ], [ -75.071514, 40.054341 ], [ -75.069721, 40.053284 ], [ -75.072108, 40.050765 ], [ -75.075675, 40.052745 ], [ -75.07509, 40.053364 ], [ -75.076902, 40.054387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168004", "device_counts": 305, "stop_counts": 403 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167918, 39.990947 ], [ -75.165738, 39.990675 ], [ -75.166408, 39.987598 ], [ -75.168428, 39.987857 ], [ -75.167918, 39.990947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315023", "device_counts": 202, "stop_counts": 1397 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056848, 40.03839 ], [ -75.053584, 40.036574 ], [ -75.051973, 40.035672 ], [ -75.053701, 40.033844 ], [ -75.055334, 40.034739 ], [ -75.058568, 40.036548 ], [ -75.056848, 40.03839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190002", "device_counts": 634, "stop_counts": 2255 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.099374, 40.013583 ], [ -75.097431, 40.013325 ], [ -75.098428, 40.008664 ], [ -75.100373, 40.008914 ], [ -75.099374, 40.013583 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010211001", "device_counts": 433, "stop_counts": 6245 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207732, 40.023783 ], [ -75.20323, 40.025839 ], [ -75.202496, 40.025609 ], [ -75.203241, 40.024681 ], [ -75.204479, 40.020942 ], [ -75.204057, 40.020213 ], [ -75.207595, 40.019536 ], [ -75.207536, 40.021731 ], [ -75.207501, 40.023328 ], [ -75.207732, 40.023783 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305023", "device_counts": 283, "stop_counts": 2131 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109406, 40.04584 ], [ -75.10789, 40.048195 ], [ -75.10323, 40.051355 ], [ -75.101335, 40.049539 ], [ -75.102875, 40.047968 ], [ -75.105314, 40.049378 ], [ -75.107491, 40.046751 ], [ -75.108728, 40.045469 ], [ -75.109406, 40.04584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169011", "device_counts": 505, "stop_counts": 2681 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175539, 39.996639 ], [ -75.173948, 39.996432 ], [ -75.172355, 39.99624 ], [ -75.170767, 39.996036 ], [ -75.171115, 39.994444 ], [ -75.171173, 39.994165 ], [ -75.171441, 39.992946 ], [ -75.174615, 39.993359 ], [ -75.176212, 39.993572 ], [ -75.175539, 39.996639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010367002", "device_counts": 3649, "stop_counts": 9895 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148029, 39.962265 ], [ -75.147796, 39.963527 ], [ -75.147146, 39.967126 ], [ -75.144002, 39.96567 ], [ -75.142528, 39.964985 ], [ -75.143279, 39.9614 ], [ -75.14482, 39.961762 ], [ -75.146586, 39.962174 ], [ -75.146557, 39.961255 ], [ -75.148181, 39.961418 ], [ -75.148029, 39.962265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197001", "device_counts": 604, "stop_counts": 1373 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136811, 40.016899 ], [ -75.136984, 40.018789 ], [ -75.13674, 40.019958 ], [ -75.135818, 40.020645 ], [ -75.135434, 40.019782 ], [ -75.134194, 40.019619 ], [ -75.13519, 40.015056 ], [ -75.135533, 40.013463 ], [ -75.136231, 40.013547 ], [ -75.137502, 40.01371 ], [ -75.136811, 40.016899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265001", "device_counts": 689, "stop_counts": 1116 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15642, 40.061234 ], [ -75.155254, 40.062431 ], [ -75.153513, 40.064285 ], [ -75.152915, 40.063881 ], [ -75.151879, 40.062406 ], [ -75.15175, 40.06222 ], [ -75.15597, 40.060525 ], [ -75.15642, 40.061234 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010152005", "device_counts": 403, "stop_counts": 971 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175047, 39.983956 ], [ -75.175026, 39.98402 ], [ -75.171847, 39.983599 ], [ -75.172161, 39.9821 ], [ -75.174771, 39.982444 ], [ -75.174991, 39.98246 ], [ -75.175344, 39.982517 ], [ -75.175047, 39.983956 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012025", "device_counts": 1548, "stop_counts": 2681 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174323, 39.948177 ], [ -75.17118, 39.947784 ], [ -75.171488, 39.946353 ], [ -75.174627, 39.946753 ], [ -75.174323, 39.948177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264007", "device_counts": 273, "stop_counts": 799 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162495, 40.067732 ], [ -75.159299, 40.065913 ], [ -75.156726, 40.064442 ], [ -75.158621, 40.063281 ], [ -75.160688, 40.064468 ], [ -75.159774, 40.06542 ], [ -75.162957, 40.067255 ], [ -75.162495, 40.067732 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357021", "device_counts": 2682, "stop_counts": 8877 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044216, 40.115747 ], [ -75.043856, 40.115997 ], [ -75.037097, 40.117646 ], [ -75.033268, 40.116139 ], [ -75.032101, 40.115319 ], [ -75.032756, 40.11432 ], [ -75.030665, 40.113106 ], [ -75.029956, 40.114481 ], [ -75.028279, 40.11408 ], [ -75.029541, 40.112852 ], [ -75.029615, 40.112667 ], [ -75.029517, 40.11245 ], [ -75.029273, 40.112301 ], [ -75.029192, 40.111392 ], [ -75.033722, 40.106639 ], [ -75.033897, 40.105689 ], [ -75.03946, 40.107362 ], [ -75.048542, 40.112729 ], [ -75.044216, 40.115747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179004", "device_counts": 710, "stop_counts": 1795 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113665, 39.990278 ], [ -75.109528, 39.992123 ], [ -75.108859, 39.991356 ], [ -75.10773, 39.990079 ], [ -75.11017, 39.988806 ], [ -75.109192, 39.987702 ], [ -75.111887, 39.986296 ], [ -75.112356, 39.98702 ], [ -75.113123, 39.988217 ], [ -75.113492, 39.988768 ], [ -75.114257, 39.989952 ], [ -75.113665, 39.990278 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317001", "device_counts": 331, "stop_counts": 1856 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.066299, 40.031344 ], [ -75.064448, 40.030313 ], [ -75.065635, 40.029071 ], [ -75.064004, 40.028165 ], [ -75.065108, 40.027073 ], [ -75.065403, 40.027033 ], [ -75.068445, 40.02871 ], [ -75.066299, 40.031344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066003", "device_counts": 1139, "stop_counts": 3293 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236986, 39.927821 ], [ -75.235478, 39.928877 ], [ -75.232362, 39.931074 ], [ -75.230104, 39.929711 ], [ -75.234337, 39.927526 ], [ -75.234328, 39.925573 ], [ -75.235594, 39.92664 ], [ -75.236986, 39.927821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389003", "device_counts": 882, "stop_counts": 2381 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177193, 40.05308 ], [ -75.175743, 40.054577 ], [ -75.176188, 40.055819 ], [ -75.174759, 40.057282 ], [ -75.172869, 40.057256 ], [ -75.168958, 40.054846 ], [ -75.17326, 40.050667 ], [ -75.175804, 40.052241 ], [ -75.177193, 40.05308 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010016002", "device_counts": 1722, "stop_counts": 2823 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147604, 39.941422 ], [ -75.14406, 39.940972 ], [ -75.144529, 39.938873 ], [ -75.144646, 39.938373 ], [ -75.148157, 39.938899 ], [ -75.147604, 39.941422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283004", "device_counts": 375, "stop_counts": 4071 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145718, 40.024214 ], [ -75.145359, 40.025873 ], [ -75.143001, 40.025561 ], [ -75.140638, 40.025262 ], [ -75.140979, 40.023667 ], [ -75.141328, 40.022091 ], [ -75.141589, 40.020811 ], [ -75.143223, 40.020796 ], [ -75.145593, 40.021104 ], [ -75.146379, 40.021204 ], [ -75.145718, 40.024214 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010025002", "device_counts": 1753, "stop_counts": 3371 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149463, 39.933019 ], [ -75.147616, 39.932313 ], [ -75.146808, 39.935982 ], [ -75.144656, 39.935402 ], [ -75.145146, 39.933321 ], [ -75.14617, 39.931321 ], [ -75.149728, 39.931793 ], [ -75.149463, 39.933019 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055003", "device_counts": 940, "stop_counts": 2386 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255597, 39.899596 ], [ -75.251288, 39.904403 ], [ -75.249736, 39.903575 ], [ -75.247414, 39.906162 ], [ -75.244247, 39.908271 ], [ -75.241558, 39.907257 ], [ -75.240576, 39.904062 ], [ -75.244985, 39.903178 ], [ -75.247308, 39.902282 ], [ -75.249109, 39.901113 ], [ -75.252349, 39.897618 ], [ -75.253285, 39.898094 ], [ -75.255093, 39.898756 ], [ -75.255597, 39.899596 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010342002", "device_counts": 508, "stop_counts": 1031 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082456, 40.082884 ], [ -75.077805, 40.08577 ], [ -75.076363, 40.087265 ], [ -75.073616, 40.087907 ], [ -75.074488, 40.086788 ], [ -75.071691, 40.086977 ], [ -75.068235, 40.085035 ], [ -75.062288, 40.084478 ], [ -75.068463, 40.080164 ], [ -75.067597, 40.0788 ], [ -75.066273, 40.077544 ], [ -75.067333, 40.075504 ], [ -75.067912, 40.075976 ], [ -75.071007, 40.077682 ], [ -75.073705, 40.079182 ], [ -75.070181, 40.081194 ], [ -75.073278, 40.083085 ], [ -75.075061, 40.084174 ], [ -75.077179, 40.082798 ], [ -75.078845, 40.082048 ], [ -75.082456, 40.082884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010351001", "device_counts": 2786, "stop_counts": 9561 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.99627, 40.047202 ], [ -74.986873, 40.052097 ], [ -74.984098, 40.054782 ], [ -74.983904, 40.054994 ], [ -74.982202, 40.053804 ], [ -74.982732, 40.053014 ], [ -74.980228, 40.050581 ], [ -74.981789, 40.04954 ], [ -74.984503, 40.051939 ], [ -74.986317, 40.050837 ], [ -74.983929, 40.048065 ], [ -74.985114, 40.046992 ], [ -74.988129, 40.049737 ], [ -74.992793, 40.046975 ], [ -74.989105, 40.043678 ], [ -74.990976, 40.042526 ], [ -74.99627, 40.047202 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362014", "device_counts": 250, "stop_counts": 421 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.988911, 40.07812 ], [ -74.986539, 40.080333 ], [ -74.984093, 40.079508 ], [ -74.985706, 40.07568 ], [ -74.987568, 40.075825 ], [ -74.990003, 40.077975 ], [ -74.988911, 40.07812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010015002", "device_counts": 5147, "stop_counts": 11376 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165988, 39.94182 ], [ -75.165575, 39.943664 ], [ -75.165493, 39.943653 ], [ -75.160205, 39.942997 ], [ -75.156673, 39.942551 ], [ -75.156853, 39.941683 ], [ -75.156388, 39.940627 ], [ -75.16218, 39.94135 ], [ -75.165909, 39.941811 ], [ -75.165988, 39.94182 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024003", "device_counts": 4027, "stop_counts": 7831 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161399, 39.937157 ], [ -75.16092, 39.939367 ], [ -75.157848, 39.938982 ], [ -75.156317, 39.938569 ], [ -75.156622, 39.937182 ], [ -75.15815, 39.937589 ], [ -75.158424, 39.936372 ], [ -75.158669, 39.935226 ], [ -75.160199, 39.9356 ], [ -75.161678, 39.935849 ], [ -75.161399, 39.937157 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070005", "device_counts": 461, "stop_counts": 716 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222986, 39.9355 ], [ -75.221605, 39.936464 ], [ -75.220343, 39.935408 ], [ -75.219442, 39.936041 ], [ -75.218983, 39.936369 ], [ -75.217614, 39.93733 ], [ -75.215778, 39.935624 ], [ -75.217058, 39.934733 ], [ -75.217811, 39.935357 ], [ -75.220543, 39.933446 ], [ -75.221731, 39.93443 ], [ -75.222986, 39.9355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010092002", "device_counts": 1345, "stop_counts": 3138 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.206889, 39.962485 ], [ -75.20236, 39.962859 ], [ -75.202235, 39.961643 ], [ -75.201971, 39.959176 ], [ -75.20627, 39.958823 ], [ -75.206889, 39.962485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108003", "device_counts": 791, "stop_counts": 2260 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198248, 39.96793 ], [ -75.195863, 39.968193 ], [ -75.19531, 39.968045 ], [ -75.194727, 39.964903 ], [ -75.194297, 39.962607 ], [ -75.197197, 39.962287 ], [ -75.197519, 39.964025 ], [ -75.197832, 39.965697 ], [ -75.198248, 39.96793 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146001", "device_counts": 4643, "stop_counts": 13043 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158526, 39.97585 ], [ -75.157581, 39.980223 ], [ -75.152235, 39.979531 ], [ -75.150661, 39.979325 ], [ -75.151306, 39.976382 ], [ -75.154452, 39.976794 ], [ -75.155061, 39.973996 ], [ -75.156616, 39.974198 ], [ -75.158782, 39.974482 ], [ -75.158526, 39.97585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191005", "device_counts": 1928, "stop_counts": 4999 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113483, 40.005927 ], [ -75.112821, 40.009007 ], [ -75.106083, 40.00813 ], [ -75.106403, 40.006621 ], [ -75.103146, 40.006202 ], [ -75.10327, 40.005602 ], [ -75.103797, 40.003134 ], [ -75.101811, 40.002863 ], [ -75.103179, 40.002096 ], [ -75.104197, 40.001525 ], [ -75.110017, 40.002282 ], [ -75.109864, 40.003027 ], [ -75.113986, 40.00356 ], [ -75.113483, 40.005927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240002", "device_counts": 1799, "stop_counts": 4539 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183058, 40.03129 ], [ -75.181235, 40.033097 ], [ -75.174572, 40.029244 ], [ -75.177222, 40.026659 ], [ -75.1793, 40.027944 ], [ -75.183731, 40.030637 ], [ -75.183058, 40.03129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010269002", "device_counts": 610, "stop_counts": 2294 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137025, 40.058773 ], [ -75.136631, 40.059187 ], [ -75.135124, 40.060989 ], [ -75.130135, 40.057796 ], [ -75.129021, 40.057091 ], [ -75.130059, 40.055474 ], [ -75.130783, 40.052206 ], [ -75.133814, 40.0526 ], [ -75.137767, 40.053112 ], [ -75.137025, 40.058773 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318001", "device_counts": 1140, "stop_counts": 2381 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080757, 40.032541 ], [ -75.077022, 40.033387 ], [ -75.074439, 40.03398 ], [ -75.071097, 40.034742 ], [ -75.071824, 40.033503 ], [ -75.072682, 40.031938 ], [ -75.073733, 40.029784 ], [ -75.076783, 40.031474 ], [ -75.078277, 40.032301 ], [ -75.079443, 40.031051 ], [ -75.081231, 40.032046 ], [ -75.080757, 40.032541 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325004", "device_counts": 816, "stop_counts": 3161 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048375, 40.023291 ], [ -75.044721, 40.025179 ], [ -75.043408, 40.023672 ], [ -75.039768, 40.025551 ], [ -75.038625, 40.024239 ], [ -75.039452, 40.022917 ], [ -75.045381, 40.019868 ], [ -75.048375, 40.023291 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072001", "device_counts": 227, "stop_counts": 2084 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237132, 39.943237 ], [ -75.235219, 39.943494 ], [ -75.234474, 39.944027 ], [ -75.233566, 39.943265 ], [ -75.233074, 39.942849 ], [ -75.231676, 39.941671 ], [ -75.233632, 39.940292 ], [ -75.236424, 39.942646 ], [ -75.237132, 39.943237 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201011", "device_counts": 1901, "stop_counts": 6308 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158278, 40.006994 ], [ -75.158106, 40.007736 ], [ -75.156376, 40.008284 ], [ -75.151603, 40.007665 ], [ -75.152549, 40.003181 ], [ -75.154205, 40.003395 ], [ -75.157365, 40.003799 ], [ -75.158926, 40.004009 ], [ -75.158278, 40.006994 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276004", "device_counts": 1297, "stop_counts": 2596 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142898, 40.047493 ], [ -75.139107, 40.047011 ], [ -75.137529, 40.046805 ], [ -75.138205, 40.043739 ], [ -75.143547, 40.044426 ], [ -75.142898, 40.047493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280004", "device_counts": 857, "stop_counts": 1436 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154245, 40.025634 ], [ -75.153761, 40.025871 ], [ -75.152086, 40.026744 ], [ -75.150781, 40.026565 ], [ -75.149984, 40.02539 ], [ -75.149552, 40.024785 ], [ -75.148245, 40.022959 ], [ -75.148567, 40.021476 ], [ -75.153357, 40.022088 ], [ -75.15461, 40.023801 ], [ -75.154245, 40.025634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288002", "device_counts": 281, "stop_counts": 2023 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122425, 40.021314 ], [ -75.122095, 40.022864 ], [ -75.121762, 40.024364 ], [ -75.119823, 40.02412 ], [ -75.120136, 40.022627 ], [ -75.120481, 40.02109 ], [ -75.121407, 40.019548 ], [ -75.122752, 40.019722 ], [ -75.122425, 40.021314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298002", "device_counts": 502, "stop_counts": 1457 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.067782, 40.017853 ], [ -75.066116, 40.018648 ], [ -75.065113, 40.017511 ], [ -75.063385, 40.01552 ], [ -75.062519, 40.014542 ], [ -75.064145, 40.013681 ], [ -75.065941, 40.015727 ], [ -75.066752, 40.016661 ], [ -75.066195, 40.016956 ], [ -75.067782, 40.017853 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301003", "device_counts": 207, "stop_counts": 3014 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.090373, 40.022233 ], [ -75.087283, 40.020485 ], [ -75.090325, 40.017356 ], [ -75.091304, 40.017883 ], [ -75.089718, 40.019875 ], [ -75.091492, 40.021027 ], [ -75.090373, 40.022233 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305021", "device_counts": 705, "stop_counts": 1477 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105191, 40.0454 ], [ -75.102875, 40.047968 ], [ -75.101335, 40.049539 ], [ -75.100394, 40.048691 ], [ -75.099559, 40.047973 ], [ -75.098017, 40.047096 ], [ -75.101105, 40.045038 ], [ -75.103518, 40.043463 ], [ -75.105787, 40.044735 ], [ -75.105191, 40.0454 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311024", "device_counts": 250, "stop_counts": 2218 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.084464, 40.037657 ], [ -75.082114, 40.040147 ], [ -75.07862, 40.038205 ], [ -75.079265, 40.037516 ], [ -75.080981, 40.035713 ], [ -75.083148, 40.036924 ], [ -75.084464, 40.037657 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313006", "device_counts": 156, "stop_counts": 375 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071817, 40.040124 ], [ -75.069459, 40.042621 ], [ -75.068234, 40.041945 ], [ -75.067663, 40.041634 ], [ -75.070025, 40.039139 ], [ -75.071817, 40.040124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315013", "device_counts": 325, "stop_counts": 992 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051973, 40.035672 ], [ -75.050349, 40.034769 ], [ -75.047718, 40.033301 ], [ -75.048574, 40.032982 ], [ -75.050972, 40.032324 ], [ -75.053701, 40.033844 ], [ -75.051973, 40.035672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317003", "device_counts": 1446, "stop_counts": 1876 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064448, 40.030313 ], [ -75.062828, 40.02941 ], [ -75.062426, 40.027979 ], [ -75.062394, 40.027444 ], [ -75.062599, 40.027433 ], [ -75.065108, 40.027073 ], [ -75.064004, 40.028165 ], [ -75.065635, 40.029071 ], [ -75.064448, 40.030313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320007", "device_counts": 331, "stop_counts": 459 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055416, 40.030086 ], [ -75.054054, 40.03118 ], [ -75.053249, 40.0317 ], [ -75.051073, 40.029403 ], [ -75.052898, 40.028462 ], [ -75.053968, 40.027905 ], [ -75.055661, 40.029843 ], [ -75.055416, 40.030086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329003", "device_counts": 308, "stop_counts": 1605 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029881, 40.034072 ], [ -75.026887, 40.035695 ], [ -75.025367, 40.033347 ], [ -75.02798, 40.031894 ], [ -75.029881, 40.034072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339003", "device_counts": 3342, "stop_counts": 13042 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.096733, 40.068989 ], [ -75.090317, 40.075115 ], [ -75.085044, 40.072141 ], [ -75.085496, 40.06747 ], [ -75.089378, 40.064705 ], [ -75.09037, 40.065285 ], [ -75.096733, 40.068989 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341002", "device_counts": 861, "stop_counts": 4789 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079769, 40.076854 ], [ -75.078592, 40.078097 ], [ -75.073477, 40.07526 ], [ -75.0759, 40.072884 ], [ -75.077202, 40.071627 ], [ -75.078867, 40.072559 ], [ -75.077595, 40.073918 ], [ -75.080159, 40.075454 ], [ -75.079769, 40.076854 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169022", "device_counts": 863, "stop_counts": 5405 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186148, 39.992662 ], [ -75.185808, 39.992075 ], [ -75.179748, 39.991715 ], [ -75.180257, 39.989388 ], [ -75.183459, 39.9898 ], [ -75.186713, 39.990215 ], [ -75.186148, 39.992662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355002", "device_counts": 5930, "stop_counts": 12677 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033547, 40.089582 ], [ -75.028337, 40.086604 ], [ -75.027097, 40.087878 ], [ -75.023996, 40.086107 ], [ -75.025229, 40.08482 ], [ -75.028952, 40.080968 ], [ -75.037498, 40.085459 ], [ -75.033547, 40.089582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347023", "device_counts": 476, "stop_counts": 1239 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035062, 40.057327 ], [ -75.03433, 40.057067 ], [ -75.033734, 40.056884 ], [ -75.029032, 40.056399 ], [ -75.028549, 40.056169 ], [ -75.026753, 40.050779 ], [ -75.031695, 40.051607 ], [ -75.032754, 40.052569 ], [ -75.036019, 40.051602 ], [ -75.035062, 40.057327 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083023", "device_counts": 709, "stop_counts": 2906 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243975, 39.95626 ], [ -75.243608, 39.95802 ], [ -75.239658, 39.957534 ], [ -75.239909, 39.956313 ], [ -75.240137, 39.955252 ], [ -75.244084, 39.955743 ], [ -75.243975, 39.95626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009011", "device_counts": 5576, "stop_counts": 13335 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162114, 39.94908 ], [ -75.159751, 39.948783 ], [ -75.160267, 39.946422 ], [ -75.161843, 39.94662 ], [ -75.162627, 39.946713 ], [ -75.162114, 39.94908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013003", "device_counts": 991, "stop_counts": 2979 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181002, 39.941863 ], [ -75.177761, 39.941461 ], [ -75.178251, 39.939268 ], [ -75.179839, 39.939478 ], [ -75.181494, 39.939687 ], [ -75.181002, 39.941863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149003", "device_counts": 305, "stop_counts": 2824 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179952, 39.983108 ], [ -75.178535, 39.982919 ], [ -75.176933, 39.982713 ], [ -75.177585, 39.979774 ], [ -75.179172, 39.979988 ], [ -75.180591, 39.980167 ], [ -75.179952, 39.983108 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151012", "device_counts": 686, "stop_counts": 970 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186713, 39.990215 ], [ -75.183459, 39.9898 ], [ -75.183601, 39.989159 ], [ -75.183795, 39.988236 ], [ -75.184136, 39.986721 ], [ -75.185719, 39.986919 ], [ -75.187382, 39.98713 ], [ -75.186713, 39.990215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158004", "device_counts": 2739, "stop_counts": 5151 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134401, 39.972303 ], [ -75.133286, 39.970766 ], [ -75.131239, 39.97165 ], [ -75.130452, 39.970189 ], [ -75.134428, 39.968791 ], [ -75.134401, 39.972303 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165001", "device_counts": 409, "stop_counts": 1583 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152389, 39.993659 ], [ -75.150813, 39.99346 ], [ -75.149238, 39.993253 ], [ -75.149587, 39.991665 ], [ -75.15273, 39.992072 ], [ -75.152389, 39.993659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177023", "device_counts": 381, "stop_counts": 1601 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120933, 39.999097 ], [ -75.118994, 39.998852 ], [ -75.119328, 39.997255 ], [ -75.119665, 39.995671 ], [ -75.121617, 39.99592 ], [ -75.120933, 39.999097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178002", "device_counts": 785, "stop_counts": 1101 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.113816, 39.992924 ], [ -75.111369, 39.994211 ], [ -75.110258, 39.992957 ], [ -75.109709, 39.992334 ], [ -75.109528, 39.992123 ], [ -75.113665, 39.990278 ], [ -75.112775, 39.991747 ], [ -75.113816, 39.992924 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010184001", "device_counts": 686, "stop_counts": 2325 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075687, 40.005553 ], [ -75.072702, 40.007904 ], [ -75.068883, 40.00879 ], [ -75.068346, 40.006924 ], [ -75.067696, 40.005333 ], [ -75.067245, 40.004293 ], [ -75.070609, 40.001652 ], [ -75.073149, 40.001517 ], [ -75.075687, 40.005553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028013", "device_counts": 1137, "stop_counts": 3443 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157843, 39.931615 ], [ -75.157578, 39.932837 ], [ -75.156025, 39.932635 ], [ -75.154454, 39.93242 ], [ -75.154735, 39.931208 ], [ -75.154997, 39.929984 ], [ -75.158121, 39.930394 ], [ -75.157843, 39.931615 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032003", "device_counts": 610, "stop_counts": 2508 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184705, 39.932584 ], [ -75.181419, 39.932161 ], [ -75.181589, 39.931366 ], [ -75.181944, 39.929729 ], [ -75.183601, 39.929928 ], [ -75.18524, 39.930146 ], [ -75.184705, 39.932584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039013", "device_counts": 908, "stop_counts": 1833 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176906, 39.921464 ], [ -75.176361, 39.92396 ], [ -75.173226, 39.923556 ], [ -75.173748, 39.92106 ], [ -75.174033, 39.919809 ], [ -75.177082, 39.920207 ], [ -75.176906, 39.921464 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041012", "device_counts": 840, "stop_counts": 3543 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159904, 39.922287 ], [ -75.158363, 39.922092 ], [ -75.155233, 39.921686 ], [ -75.155597, 39.920013 ], [ -75.160275, 39.920611 ], [ -75.159904, 39.922287 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062002", "device_counts": 223, "stop_counts": 1121 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232221, 39.920865 ], [ -75.22943, 39.918507 ], [ -75.230094, 39.918046 ], [ -75.231092, 39.917343 ], [ -75.233878, 39.919693 ], [ -75.232221, 39.920865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067002", "device_counts": 352, "stop_counts": 817 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227538, 39.91984 ], [ -75.224926, 39.921692 ], [ -75.224111, 39.921005 ], [ -75.222772, 39.919918 ], [ -75.221873, 39.919551 ], [ -75.223236, 39.917589 ], [ -75.22421, 39.917832 ], [ -75.225839, 39.918503 ], [ -75.227538, 39.91984 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192001", "device_counts": 201, "stop_counts": 818 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119314, 40.002003 ], [ -75.116411, 40.001624 ], [ -75.116722, 40.000088 ], [ -75.119644, 40.000464 ], [ -75.119314, 40.002003 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383002", "device_counts": 603, "stop_counts": 2827 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131828, 40.019316 ], [ -75.128883, 40.018945 ], [ -75.130585, 40.011325 ], [ -75.131779, 40.011482 ], [ -75.131135, 40.014535 ], [ -75.132327, 40.014695 ], [ -75.131828, 40.019316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010200001", "device_counts": 2181, "stop_counts": 3056 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153609, 39.998515 ], [ -75.152926, 40.001592 ], [ -75.148148, 40.000987 ], [ -75.147717, 39.999974 ], [ -75.15002, 39.999096 ], [ -75.153782, 39.997718 ], [ -75.153609, 39.998515 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207002", "device_counts": 299, "stop_counts": 565 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191289, 40.013697 ], [ -75.187708, 40.01641 ], [ -75.185937, 40.014895 ], [ -75.187771, 40.013623 ], [ -75.187402, 40.013303 ], [ -75.189317, 40.011994 ], [ -75.191289, 40.013697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214005", "device_counts": 360, "stop_counts": 1394 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224657, 40.031899 ], [ -75.222391, 40.033052 ], [ -75.220448, 40.031211 ], [ -75.219114, 40.029931 ], [ -75.219728, 40.029436 ], [ -75.22124, 40.027551 ], [ -75.221837, 40.027263 ], [ -75.223474, 40.029441 ], [ -75.225127, 40.031643 ], [ -75.224657, 40.031899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217002", "device_counts": 1854, "stop_counts": 4854 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235419, 40.048775 ], [ -75.230603, 40.050962 ], [ -75.230049, 40.051219 ], [ -75.229214, 40.048037 ], [ -75.2223, 40.045151 ], [ -75.223307, 40.045054 ], [ -75.227444, 40.043197 ], [ -75.22853, 40.04386 ], [ -75.23204, 40.045328 ], [ -75.235419, 40.048775 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010239002", "device_counts": 1873, "stop_counts": 7216 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190987, 40.037353 ], [ -75.186455, 40.033226 ], [ -75.184519, 40.032497 ], [ -75.183058, 40.03129 ], [ -75.183731, 40.030637 ], [ -75.186194, 40.029468 ], [ -75.187776, 40.030771 ], [ -75.189063, 40.031905 ], [ -75.193127, 40.035381 ], [ -75.190987, 40.037353 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067004", "device_counts": 380, "stop_counts": 659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231194, 39.924845 ], [ -75.229818, 39.925811 ], [ -75.226761, 39.923242 ], [ -75.228132, 39.922273 ], [ -75.230327, 39.922201 ], [ -75.232438, 39.92397 ], [ -75.231194, 39.924845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071021", "device_counts": 283, "stop_counts": 1033 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226805, 39.945083 ], [ -75.22498, 39.943534 ], [ -75.224129, 39.942836 ], [ -75.222753, 39.941654 ], [ -75.224113, 39.940691 ], [ -75.224607, 39.941109 ], [ -75.225508, 39.941871 ], [ -75.226334, 39.942562 ], [ -75.228184, 39.944134 ], [ -75.226805, 39.945083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074001", "device_counts": 512, "stop_counts": 805 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211401, 39.945802 ], [ -75.207649, 39.942475 ], [ -75.208799, 39.941644 ], [ -75.212687, 39.944885 ], [ -75.211401, 39.945802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080003", "device_counts": 588, "stop_counts": 2111 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230959, 39.949438 ], [ -75.230793, 39.950172 ], [ -75.22703, 39.949702 ], [ -75.227419, 39.94777 ], [ -75.229894, 39.947791 ], [ -75.231271, 39.947909 ], [ -75.230959, 39.949438 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176012", "device_counts": 559, "stop_counts": 904 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139851, 39.993672 ], [ -75.139199, 39.996661 ], [ -75.13735, 39.996421 ], [ -75.138352, 39.991851 ], [ -75.140198, 39.992086 ], [ -75.139851, 39.993672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085006", "device_counts": 814, "stop_counts": 1390 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231277, 39.958448 ], [ -75.225351, 39.957714 ], [ -75.225634, 39.956372 ], [ -75.231557, 39.957102 ], [ -75.231277, 39.958448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095002", "device_counts": 202, "stop_counts": 511 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237818, 39.96633 ], [ -75.235842, 39.966085 ], [ -75.236481, 39.963047 ], [ -75.237798, 39.963206 ], [ -75.238137, 39.96481 ], [ -75.237818, 39.96633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249003", "device_counts": 282, "stop_counts": 1137 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160528, 40.049664 ], [ -75.158017, 40.048126 ], [ -75.158132, 40.046418 ], [ -75.161656, 40.048559 ], [ -75.160528, 40.049664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256003", "device_counts": 535, "stop_counts": 1433 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196385, 40.066623 ], [ -75.193222, 40.06909 ], [ -75.190594, 40.071973 ], [ -75.189117, 40.073124 ], [ -75.188461, 40.07275 ], [ -75.188052, 40.072503 ], [ -75.190512, 40.070271 ], [ -75.188921, 40.066497 ], [ -75.192891, 40.062662 ], [ -75.195726, 40.065177 ], [ -75.196385, 40.066623 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100002", "device_counts": 279, "stop_counts": 1325 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249177, 39.970857 ], [ -75.24887, 39.972339 ], [ -75.246935, 39.972111 ], [ -75.247518, 39.969093 ], [ -75.250481, 39.96946 ], [ -75.249177, 39.970857 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101006", "device_counts": 936, "stop_counts": 2275 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247494, 39.975113 ], [ -75.24554, 39.97533 ], [ -75.24358, 39.975546 ], [ -75.24329, 39.973997 ], [ -75.245247, 39.973778 ], [ -75.244885, 39.971854 ], [ -75.246935, 39.972111 ], [ -75.247494, 39.975113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112006", "device_counts": 299, "stop_counts": 360 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236087, 39.97638 ], [ -75.233691, 39.976642 ], [ -75.233659, 39.973437 ], [ -75.234732, 39.973315 ], [ -75.235493, 39.973234 ], [ -75.236087, 39.97638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114004", "device_counts": 256, "stop_counts": 988 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.244138, 39.978517 ], [ -75.242354, 39.978712 ], [ -75.241574, 39.978799 ], [ -75.241013, 39.975833 ], [ -75.24358, 39.975546 ], [ -75.244138, 39.978517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122041", "device_counts": 554, "stop_counts": 912 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21114, 40.002124 ], [ -75.209385, 40.002429 ], [ -75.203194, 40.003393 ], [ -75.202057, 40.004729 ], [ -75.203579, 40.000755 ], [ -75.206217, 40.000419 ], [ -75.20728, 39.999054 ], [ -75.208809, 39.999431 ], [ -75.209695, 39.99965 ], [ -75.21114, 40.002124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135003", "device_counts": 479, "stop_counts": 990 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172659, 39.971823 ], [ -75.17055, 39.97157 ], [ -75.170997, 39.969227 ], [ -75.173163, 39.969503 ], [ -75.172659, 39.971823 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010146002", "device_counts": 552, "stop_counts": 842 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154452, 39.976794 ], [ -75.151306, 39.976382 ], [ -75.151915, 39.973588 ], [ -75.155061, 39.973996 ], [ -75.154452, 39.976794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264001", "device_counts": 383, "stop_counts": 2783 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161105, 40.060726 ], [ -75.158621, 40.063281 ], [ -75.156726, 40.064442 ], [ -75.155254, 40.062431 ], [ -75.15642, 40.061234 ], [ -75.158413, 40.059181 ], [ -75.160983, 40.060654 ], [ -75.161105, 40.060726 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266004", "device_counts": 223, "stop_counts": 511 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150719, 40.066367 ], [ -75.147022, 40.065892 ], [ -75.147353, 40.064371 ], [ -75.151053, 40.064852 ], [ -75.150719, 40.066367 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010270001", "device_counts": 582, "stop_counts": 1776 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132121, 40.046018 ], [ -75.130783, 40.052206 ], [ -75.127143, 40.051748 ], [ -75.128495, 40.045626 ], [ -75.131283, 40.045984 ], [ -75.132121, 40.046018 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274025", "device_counts": 404, "stop_counts": 532 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126639, 40.045392 ], [ -75.125631, 40.045259 ], [ -75.123566, 40.044993 ], [ -75.121432, 40.044731 ], [ -75.121754, 40.04317 ], [ -75.125968, 40.043728 ], [ -75.126987, 40.043857 ], [ -75.126639, 40.045392 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245004", "device_counts": 484, "stop_counts": 2950 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169211, 40.032314 ], [ -75.165747, 40.035702 ], [ -75.165094, 40.036234 ], [ -75.16298, 40.036142 ], [ -75.164571, 40.032912 ], [ -75.166655, 40.03089 ], [ -75.169211, 40.032314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379001", "device_counts": 350, "stop_counts": 1477 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105064, 39.987073 ], [ -75.102621, 39.988348 ], [ -75.100912, 39.986416 ], [ -75.103366, 39.985129 ], [ -75.105064, 39.987073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357022", "device_counts": 2002, "stop_counts": 10672 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037842, 40.120213 ], [ -75.036495, 40.12039 ], [ -75.034996, 40.119328 ], [ -75.030059, 40.116298 ], [ -75.02923, 40.11597 ], [ -75.030162, 40.114978 ], [ -75.029956, 40.114481 ], [ -75.030665, 40.113106 ], [ -75.032756, 40.11432 ], [ -75.032101, 40.115319 ], [ -75.033268, 40.116139 ], [ -75.037097, 40.117646 ], [ -75.043856, 40.115997 ], [ -75.037842, 40.120213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137002", "device_counts": 1116, "stop_counts": 5482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181755, 39.977444 ], [ -75.181135, 39.980238 ], [ -75.180591, 39.980167 ], [ -75.179172, 39.979988 ], [ -75.179779, 39.977188 ], [ -75.180729, 39.972841 ], [ -75.182147, 39.973009 ], [ -75.181707, 39.975062 ], [ -75.182327, 39.975143 ], [ -75.181755, 39.977444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022003", "device_counts": 1526, "stop_counts": 4067 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173173, 39.938641 ], [ -75.171602, 39.938447 ], [ -75.170025, 39.938263 ], [ -75.170455, 39.936232 ], [ -75.170729, 39.935024 ], [ -75.17385, 39.93545 ], [ -75.173173, 39.938641 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010243002", "device_counts": 612, "stop_counts": 4406 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176861, 40.021501 ], [ -75.172523, 40.025758 ], [ -75.169124, 40.023865 ], [ -75.170176, 40.022731 ], [ -75.169534, 40.022381 ], [ -75.173246, 40.018411 ], [ -75.176861, 40.021501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088011", "device_counts": 3878, "stop_counts": 12825 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.200525, 39.952695 ], [ -75.200098, 39.954582 ], [ -75.196603, 39.954149 ], [ -75.197243, 39.951021 ], [ -75.199204, 39.951257 ], [ -75.200801, 39.951458 ], [ -75.200525, 39.952695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273003", "device_counts": 401, "stop_counts": 1140 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.121432, 40.044731 ], [ -75.119454, 40.04448 ], [ -75.114119, 40.043644 ], [ -75.113544, 40.042711 ], [ -75.115488, 40.041183 ], [ -75.120103, 40.041417 ], [ -75.119782, 40.042926 ], [ -75.121754, 40.04317 ], [ -75.121432, 40.044731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197006", "device_counts": 1010, "stop_counts": 2379 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140105, 40.02039 ], [ -75.138463, 40.020171 ], [ -75.13911, 40.017187 ], [ -75.139464, 40.015599 ], [ -75.141126, 40.015818 ], [ -75.140105, 40.02039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010061001", "device_counts": 1111, "stop_counts": 2408 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23463, 39.914848 ], [ -75.232692, 39.916219 ], [ -75.231092, 39.917343 ], [ -75.230094, 39.918046 ], [ -75.227809, 39.916106 ], [ -75.225839, 39.918503 ], [ -75.22421, 39.917832 ], [ -75.223236, 39.917589 ], [ -75.224988, 39.915064 ], [ -75.22918, 39.909127 ], [ -75.230417, 39.911046 ], [ -75.231662, 39.912252 ], [ -75.23374, 39.914073 ], [ -75.23463, 39.914848 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098011", "device_counts": 1118, "stop_counts": 2535 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.269257, 39.980186 ], [ -75.267973, 39.980757 ], [ -75.265918, 39.979251 ], [ -75.261996, 39.977598 ], [ -75.263054, 39.975749 ], [ -75.268293, 39.978967 ], [ -75.269257, 39.980186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334002", "device_counts": 2666, "stop_counts": 5694 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054947, 40.053507 ], [ -75.054197, 40.054405 ], [ -75.053348, 40.056454 ], [ -75.052749, 40.058042 ], [ -75.051784, 40.057504 ], [ -75.049762, 40.056374 ], [ -75.048291, 40.055538 ], [ -75.047749, 40.055363 ], [ -75.050464, 40.052507 ], [ -75.050943, 40.050215 ], [ -75.052836, 40.050498 ], [ -75.056036, 40.05224 ], [ -75.054947, 40.053507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010171001", "device_counts": 477, "stop_counts": 1629 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176913, 40.004697 ], [ -75.171247, 40.003951 ], [ -75.171595, 40.002377 ], [ -75.17725, 40.003097 ], [ -75.176913, 40.004697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086021", "device_counts": 2508, "stop_counts": 6752 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218954, 39.95926 ], [ -75.217002, 39.959015 ], [ -75.214018, 39.958643 ], [ -75.211039, 39.958276 ], [ -75.211677, 39.95524 ], [ -75.214643, 39.955607 ], [ -75.215471, 39.956489 ], [ -75.219421, 39.956979 ], [ -75.218954, 39.95926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112003", "device_counts": 478, "stop_counts": 1036 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234732, 39.973315 ], [ -75.233659, 39.973437 ], [ -75.232182, 39.973599 ], [ -75.231617, 39.970789 ], [ -75.232573, 39.970683 ], [ -75.234203, 39.9705 ], [ -75.234732, 39.973315 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257002", "device_counts": 482, "stop_counts": 2958 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199786, 40.075366 ], [ -75.199496, 40.07547 ], [ -75.196263, 40.073051 ], [ -75.193222, 40.06909 ], [ -75.196385, 40.066623 ], [ -75.196741, 40.067365 ], [ -75.199715, 40.073803 ], [ -75.199786, 40.075366 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010174002", "device_counts": 2332, "stop_counts": 4328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153782, 39.997718 ], [ -75.15002, 39.999096 ], [ -75.149877, 39.998385 ], [ -75.150813, 39.99346 ], [ -75.152389, 39.993659 ], [ -75.154588, 39.993938 ], [ -75.153782, 39.997718 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238004", "device_counts": 327, "stop_counts": 2719 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187922, 40.037547 ], [ -75.186595, 40.037617 ], [ -75.184831, 40.039346 ], [ -75.1804, 40.036534 ], [ -75.182925, 40.034066 ], [ -75.188396, 40.037255 ], [ -75.187922, 40.037547 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013004", "device_counts": 455, "stop_counts": 612 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183366, 39.942946 ], [ -75.180611, 39.944631 ], [ -75.180409, 39.944602 ], [ -75.180624, 39.943641 ], [ -75.180838, 39.942631 ], [ -75.181002, 39.941863 ], [ -75.184474, 39.942274 ], [ -75.183366, 39.942946 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010122012", "device_counts": 586, "stop_counts": 2886 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207589, 40.005981 ], [ -75.206209, 40.006641 ], [ -75.202057, 40.004729 ], [ -75.203194, 40.003393 ], [ -75.209385, 40.002429 ], [ -75.207589, 40.005981 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078003", "device_counts": 807, "stop_counts": 2473 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223315, 39.947925 ], [ -75.221237, 39.948161 ], [ -75.217733, 39.945183 ], [ -75.219002, 39.944283 ], [ -75.222369, 39.947135 ], [ -75.223315, 39.947925 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114001", "device_counts": 736, "stop_counts": 1387 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.251063, 39.981601 ], [ -75.248346, 39.982968 ], [ -75.247094, 39.983595 ], [ -75.24654, 39.980645 ], [ -75.24554, 39.97533 ], [ -75.247494, 39.975113 ], [ -75.247797, 39.975079 ], [ -75.248628, 39.978707 ], [ -75.248944, 39.979106 ], [ -75.251063, 39.981601 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096002", "device_counts": 431, "stop_counts": 1603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242406, 39.963779 ], [ -75.242087, 39.965303 ], [ -75.24011, 39.965055 ], [ -75.240762, 39.96196 ], [ -75.242735, 39.962202 ], [ -75.242406, 39.963779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010132001", "device_counts": 960, "stop_counts": 1797 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156085, 39.96931 ], [ -75.154549, 39.968931 ], [ -75.153018, 39.968549 ], [ -75.154013, 39.963976 ], [ -75.157125, 39.964556 ], [ -75.156085, 39.96931 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093003", "device_counts": 512, "stop_counts": 1290 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224541, 39.961567 ], [ -75.219439, 39.960941 ], [ -75.219175, 39.959288 ], [ -75.22092, 39.959505 ], [ -75.2229, 39.959745 ], [ -75.224868, 39.960005 ], [ -75.224541, 39.961567 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010380001", "device_counts": 2489, "stop_counts": 12282 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089831, 40.004441 ], [ -75.087448, 40.006079 ], [ -75.083087, 40.007437 ], [ -75.078448, 40.008586 ], [ -75.077476, 40.004139 ], [ -75.079781, 40.002337 ], [ -75.086234, 39.998967 ], [ -75.086895, 39.999532 ], [ -75.087302, 40.000157 ], [ -75.087369, 40.001571 ], [ -75.087984, 40.00303 ], [ -75.088513, 40.00354 ], [ -75.090028, 40.004264 ], [ -75.089831, 40.004441 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101004", "device_counts": 755, "stop_counts": 1668 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243788, 39.971723 ], [ -75.24181, 39.971472 ], [ -75.239133, 39.969893 ], [ -75.239479, 39.968097 ], [ -75.244416, 39.968706 ], [ -75.243788, 39.971723 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067003", "device_counts": 282, "stop_counts": 1735 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228132, 39.922273 ], [ -75.226761, 39.923242 ], [ -75.226319, 39.922867 ], [ -75.224926, 39.921692 ], [ -75.227538, 39.91984 ], [ -75.230327, 39.922201 ], [ -75.228132, 39.922273 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139003", "device_counts": 1067, "stop_counts": 4404 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177852, 39.974247 ], [ -75.173785, 39.974677 ], [ -75.168263, 39.975259 ], [ -75.16722, 39.973397 ], [ -75.167421, 39.972493 ], [ -75.167703, 39.971211 ], [ -75.169274, 39.971406 ], [ -75.17055, 39.97157 ], [ -75.172659, 39.971823 ], [ -75.174367, 39.972035 ], [ -75.175948, 39.972232 ], [ -75.177862, 39.97248 ], [ -75.177852, 39.974247 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320003", "device_counts": 511, "stop_counts": 1747 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058579, 40.028225 ], [ -75.056872, 40.028943 ], [ -75.056077, 40.029455 ], [ -75.055661, 40.029843 ], [ -75.053968, 40.027905 ], [ -75.056294, 40.026703 ], [ -75.056953, 40.026361 ], [ -75.057594, 40.026031 ], [ -75.059227, 40.027909 ], [ -75.058579, 40.028225 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180011", "device_counts": 404, "stop_counts": 2932 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116836, 39.982072 ], [ -75.116075, 39.982938 ], [ -75.113008, 39.979488 ], [ -75.110939, 39.980568 ], [ -75.110525, 39.980787 ], [ -75.108971, 39.979021 ], [ -75.111738, 39.977578 ], [ -75.113227, 39.976803 ], [ -75.114768, 39.978568 ], [ -75.116146, 39.980111 ], [ -75.117355, 39.981481 ], [ -75.116836, 39.982072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282002", "device_counts": 584, "stop_counts": 2723 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142471, 40.031766 ], [ -75.138971, 40.032845 ], [ -75.139766, 40.034506 ], [ -75.138323, 40.035876 ], [ -75.137945, 40.037539 ], [ -75.137633, 40.038943 ], [ -75.135257, 40.03864 ], [ -75.134472, 40.038514 ], [ -75.134818, 40.036987 ], [ -75.135042, 40.033284 ], [ -75.135144, 40.031362 ], [ -75.13506, 40.02915 ], [ -75.135802, 40.029254 ], [ -75.137091, 40.029412 ], [ -75.136757, 40.030964 ], [ -75.139304, 40.031288 ], [ -75.141668, 40.0316 ], [ -75.142471, 40.031766 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055001", "device_counts": 1191, "stop_counts": 4093 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2525, 39.906614 ], [ -75.249929, 39.909352 ], [ -75.251498, 39.910051 ], [ -75.2472, 39.913578 ], [ -75.24694, 39.916871 ], [ -75.247341, 39.918541 ], [ -75.246856, 39.918759 ], [ -75.246308, 39.917176 ], [ -75.244935, 39.91545 ], [ -75.243226, 39.913112 ], [ -75.242832, 39.911272 ], [ -75.243939, 39.910021 ], [ -75.246021, 39.911148 ], [ -75.248751, 39.909248 ], [ -75.246275, 39.90746 ], [ -75.247414, 39.906162 ], [ -75.249736, 39.903575 ], [ -75.251288, 39.904403 ], [ -75.253492, 39.905585 ], [ -75.2525, 39.906614 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010138002", "device_counts": 1471, "stop_counts": 11620 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179779, 39.977188 ], [ -75.173414, 39.976363 ], [ -75.173785, 39.974677 ], [ -75.177852, 39.974247 ], [ -75.177862, 39.97248 ], [ -75.178108, 39.972509 ], [ -75.180729, 39.972841 ], [ -75.179779, 39.977188 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302005", "device_counts": 1270, "stop_counts": 4112 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086997, 40.029443 ], [ -75.08508, 40.031266 ], [ -75.084915, 40.031241 ], [ -75.084794, 40.031223 ], [ -75.084197, 40.031438 ], [ -75.080866, 40.029556 ], [ -75.081849, 40.028512 ], [ -75.083038, 40.027241 ], [ -75.085375, 40.028555 ], [ -75.086997, 40.029443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071013", "device_counts": 553, "stop_counts": 1965 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22548, 39.939725 ], [ -75.224113, 39.940691 ], [ -75.222753, 39.941654 ], [ -75.221545, 39.940652 ], [ -75.220278, 39.939572 ], [ -75.222098, 39.938279 ], [ -75.223012, 39.937643 ], [ -75.224292, 39.938734 ], [ -75.22548, 39.939725 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298001", "device_counts": 127, "stop_counts": 784 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07338, 40.019654 ], [ -75.072271, 40.020248 ], [ -75.069087, 40.021904 ], [ -75.068516, 40.021385 ], [ -75.067412, 40.020111 ], [ -75.06701, 40.01967 ], [ -75.066116, 40.018648 ], [ -75.067782, 40.017853 ], [ -75.070504, 40.017255 ], [ -75.071847, 40.016952 ], [ -75.072575, 40.018868 ], [ -75.07338, 40.019654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158006", "device_counts": 510, "stop_counts": 2043 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128693, 39.974284 ], [ -75.125201, 39.975558 ], [ -75.123391, 39.974403 ], [ -75.127903, 39.972811 ], [ -75.128693, 39.974284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073004", "device_counts": 1069, "stop_counts": 1814 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229894, 39.947791 ], [ -75.227419, 39.94777 ], [ -75.224946, 39.947744 ], [ -75.223315, 39.947925 ], [ -75.222369, 39.947135 ], [ -75.224736, 39.945465 ], [ -75.22361, 39.944505 ], [ -75.22498, 39.943534 ], [ -75.226805, 39.945083 ], [ -75.228686, 39.945913 ], [ -75.228202, 39.94627 ], [ -75.229894, 39.947791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263024", "device_counts": 2684, "stop_counts": 8737 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161313, 40.071386 ], [ -75.158417, 40.074169 ], [ -75.154076, 40.071732 ], [ -75.156776, 40.068675 ], [ -75.157379, 40.067944 ], [ -75.162035, 40.070685 ], [ -75.161313, 40.071386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010293001", "device_counts": 1500, "stop_counts": 2533 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.096744, 40.01873 ], [ -75.095897, 40.019604 ], [ -75.09441, 40.019534 ], [ -75.091304, 40.017883 ], [ -75.090325, 40.017356 ], [ -75.086382, 40.015257 ], [ -75.085519, 40.014787 ], [ -75.085818, 40.014448 ], [ -75.086348, 40.013868 ], [ -75.087577, 40.012516 ], [ -75.09228, 40.015294 ], [ -75.094365, 40.014794 ], [ -75.096279, 40.015957 ], [ -75.09704, 40.016018 ], [ -75.096744, 40.01873 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246002", "device_counts": 552, "stop_counts": 2109 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172201, 40.042922 ], [ -75.173355, 40.04362 ], [ -75.170725, 40.046151 ], [ -75.169492, 40.044531 ], [ -75.170855, 40.040445 ], [ -75.172027, 40.039141 ], [ -75.174567, 40.040638 ], [ -75.172201, 40.042922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072003", "device_counts": 249, "stop_counts": 2659 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233074, 39.942849 ], [ -75.230947, 39.944336 ], [ -75.229553, 39.943168 ], [ -75.230928, 39.942194 ], [ -75.231676, 39.941671 ], [ -75.233074, 39.942849 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010282001", "device_counts": 2153, "stop_counts": 4510 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146705, 40.030127 ], [ -75.146575, 40.030637 ], [ -75.145554, 40.035262 ], [ -75.143363, 40.034976 ], [ -75.143944, 40.032192 ], [ -75.139766, 40.034506 ], [ -75.138971, 40.032845 ], [ -75.142471, 40.031766 ], [ -75.144284, 40.030814 ], [ -75.14685, 40.029481 ], [ -75.146705, 40.030127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252001", "device_counts": 330, "stop_counts": 2577 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177154, 40.042988 ], [ -75.175285, 40.044782 ], [ -75.173686, 40.045803 ], [ -75.171536, 40.047888 ], [ -75.170725, 40.046151 ], [ -75.173355, 40.04362 ], [ -75.17573, 40.041333 ], [ -75.177651, 40.0425 ], [ -75.177154, 40.042988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311013", "device_counts": 637, "stop_counts": 1134 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081533, 40.040754 ], [ -75.080904, 40.041432 ], [ -75.080164, 40.042213 ], [ -75.076652, 40.040257 ], [ -75.077394, 40.039464 ], [ -75.07821, 40.038617 ], [ -75.07862, 40.038205 ], [ -75.082114, 40.040147 ], [ -75.081533, 40.040754 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031001", "device_counts": 1268, "stop_counts": 3231 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179035, 39.935612 ], [ -75.178514, 39.935544 ], [ -75.17397, 39.934974 ], [ -75.174495, 39.932523 ], [ -75.176069, 39.932721 ], [ -75.179553, 39.933178 ], [ -75.179035, 39.935612 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309002", "device_counts": 281, "stop_counts": 1921 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085031, 40.043731 ], [ -75.082674, 40.04242 ], [ -75.084412, 40.039499 ], [ -75.086453, 40.042566 ], [ -75.085031, 40.043731 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195013", "device_counts": 561, "stop_counts": 2549 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131501, 40.001999 ], [ -75.128604, 40.001619 ], [ -75.12926, 39.998539 ], [ -75.132172, 39.998913 ], [ -75.131501, 40.001999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071011", "device_counts": 157, "stop_counts": 122 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229726, 39.936743 ], [ -75.228358, 39.9377 ], [ -75.227831, 39.938077 ], [ -75.225358, 39.936 ], [ -75.225887, 39.935625 ], [ -75.227252, 39.934661 ], [ -75.228533, 39.935732 ], [ -75.229726, 39.936743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306007", "device_counts": 1034, "stop_counts": 2594 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094766, 40.053095 ], [ -75.093706, 40.054203 ], [ -75.092131, 40.053178 ], [ -75.088344, 40.051235 ], [ -75.088873, 40.050674 ], [ -75.091173, 40.051098 ], [ -75.091416, 40.049543 ], [ -75.092242, 40.049978 ], [ -75.094183, 40.051071 ], [ -75.094593, 40.050655 ], [ -75.096242, 40.051528 ], [ -75.094766, 40.053095 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040014", "device_counts": 1956, "stop_counts": 3717 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169499, 39.925531 ], [ -75.169494, 39.925596 ], [ -75.169428, 39.925593 ], [ -75.16735, 39.926579 ], [ -75.165483, 39.926333 ], [ -75.166014, 39.923903 ], [ -75.169744, 39.924409 ], [ -75.169499, 39.925531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010376002", "device_counts": 8169, "stop_counts": 22682 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162293, 39.958058 ], [ -75.161411, 39.962102 ], [ -75.161443, 39.962172 ], [ -75.161384, 39.962474 ], [ -75.161188, 39.963422 ], [ -75.154312, 39.962614 ], [ -75.154512, 39.961711 ], [ -75.155093, 39.958709 ], [ -75.155538, 39.956923 ], [ -75.162339, 39.957825 ], [ -75.162293, 39.958058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183004", "device_counts": 581, "stop_counts": 3881 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080522, 39.996472 ], [ -75.07472, 39.9987 ], [ -75.073491, 39.997297 ], [ -75.079364, 39.994264 ], [ -75.080522, 39.996472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195022", "device_counts": 477, "stop_counts": 755 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128282, 40.003116 ], [ -75.127863, 40.005057 ], [ -75.123949, 40.004814 ], [ -75.12441, 40.002634 ], [ -75.124732, 40.001124 ], [ -75.128604, 40.001619 ], [ -75.128282, 40.003116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030011", "device_counts": 1062, "stop_counts": 1310 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171065, 39.930827 ], [ -75.168423, 39.930465 ], [ -75.168689, 39.929256 ], [ -75.170891, 39.929552 ], [ -75.171339, 39.929608 ], [ -75.171065, 39.930827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010209003", "device_counts": 1950, "stop_counts": 5004 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213, 40.018652 ], [ -75.211744, 40.017388 ], [ -75.209735, 40.018509 ], [ -75.207863, 40.018582 ], [ -75.208116, 40.017764 ], [ -75.205622, 40.017107 ], [ -75.207221, 40.016673 ], [ -75.208008, 40.012997 ], [ -75.212219, 40.015461 ], [ -75.214752, 40.017784 ], [ -75.213, 40.018652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004011", "device_counts": 10832, "stop_counts": 28341 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180223, 39.954472 ], [ -75.179889, 39.955436 ], [ -75.179768, 39.955993 ], [ -75.17972, 39.956164 ], [ -75.179122, 39.955984 ], [ -75.177527, 39.95549 ], [ -75.172783, 39.955604 ], [ -75.173291, 39.952934 ], [ -75.173489, 39.952052 ], [ -75.176191, 39.952387 ], [ -75.180909, 39.952982 ], [ -75.180223, 39.954472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029003", "device_counts": 4440, "stop_counts": 15234 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16764, 39.93415 ], [ -75.167578, 39.934143 ], [ -75.159517, 39.9331 ], [ -75.161047, 39.931817 ], [ -75.163504, 39.92983 ], [ -75.166246, 39.930207 ], [ -75.165968, 39.931427 ], [ -75.16815, 39.931701 ], [ -75.16764, 39.93415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085007", "device_counts": 1494, "stop_counts": 3794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230801, 39.960722 ], [ -75.228645, 39.960463 ], [ -75.227443, 39.960311 ], [ -75.224868, 39.960005 ], [ -75.225351, 39.957714 ], [ -75.231277, 39.958448 ], [ -75.230801, 39.960722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010141002", "device_counts": 2436, "stop_counts": 5290 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159442, 39.971467 ], [ -75.159237, 39.972384 ], [ -75.158782, 39.974482 ], [ -75.156616, 39.974198 ], [ -75.156893, 39.972927 ], [ -75.152188, 39.972318 ], [ -75.154149, 39.970778 ], [ -75.154549, 39.968931 ], [ -75.156085, 39.96931 ], [ -75.159702, 39.970202 ], [ -75.159442, 39.971467 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168001", "device_counts": 477, "stop_counts": 1811 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173182, 39.992412 ], [ -75.171594, 39.9922 ], [ -75.171441, 39.992946 ], [ -75.168248, 39.992579 ], [ -75.168561, 39.991047 ], [ -75.167918, 39.990947 ], [ -75.168428, 39.987857 ], [ -75.169234, 39.987959 ], [ -75.168894, 39.98955 ], [ -75.171839, 39.989935 ], [ -75.173682, 39.990167 ], [ -75.173182, 39.992412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176013", "device_counts": 915, "stop_counts": 2430 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135121, 39.99306 ], [ -75.130558, 39.992474 ], [ -75.130122, 39.994573 ], [ -75.126915, 39.991834 ], [ -75.127031, 39.990386 ], [ -75.130898, 39.99089 ], [ -75.132893, 39.991144 ], [ -75.135466, 39.991479 ], [ -75.135121, 39.99306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010205001", "device_counts": 2410, "stop_counts": 8526 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172342, 40.017604 ], [ -75.163758, 40.019234 ], [ -75.162782, 40.020368 ], [ -75.162462, 40.021954 ], [ -75.162024, 40.022286 ], [ -75.159551, 40.023925 ], [ -75.159315, 40.02341 ], [ -75.159214, 40.023192 ], [ -75.159035, 40.0228 ], [ -75.156094, 40.019695 ], [ -75.155692, 40.019078 ], [ -75.154576, 40.017272 ], [ -75.15409, 40.016325 ], [ -75.157218, 40.016166 ], [ -75.167776, 40.011086 ], [ -75.170096, 40.015723 ], [ -75.172342, 40.017604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300005", "device_counts": 250, "stop_counts": 380 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083248, 40.013562 ], [ -75.079927, 40.016418 ], [ -75.077257, 40.014973 ], [ -75.079046, 40.013007 ], [ -75.080857, 40.011903 ], [ -75.0817, 40.012736 ], [ -75.083248, 40.013562 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027021", "device_counts": 1516, "stop_counts": 3964 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151309, 39.932007 ], [ -75.149728, 39.931793 ], [ -75.14617, 39.931321 ], [ -75.146413, 39.930114 ], [ -75.146985, 39.927665 ], [ -75.148701, 39.927896 ], [ -75.148329, 39.929093 ], [ -75.151852, 39.929555 ], [ -75.151309, 39.932007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134023", "device_counts": 1424, "stop_counts": 4260 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17256, 39.965219 ], [ -75.17068, 39.964975 ], [ -75.169102, 39.964781 ], [ -75.168959, 39.965463 ], [ -75.165813, 39.965075 ], [ -75.166227, 39.963112 ], [ -75.167806, 39.963306 ], [ -75.169378, 39.963498 ], [ -75.170958, 39.963692 ], [ -75.172848, 39.963923 ], [ -75.17256, 39.965219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010380002", "device_counts": 2230, "stop_counts": 3585 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078448, 40.008586 ], [ -75.072371, 40.010089 ], [ -75.070581, 40.010533 ], [ -75.069508, 40.010798 ], [ -75.068883, 40.00879 ], [ -75.072702, 40.007904 ], [ -75.075687, 40.005553 ], [ -75.077476, 40.004139 ], [ -75.078448, 40.008586 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009021", "device_counts": 5938, "stop_counts": 11903 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156855, 39.947246 ], [ -75.156646, 39.948394 ], [ -75.153174, 39.947962 ], [ -75.153424, 39.946817 ], [ -75.153184, 39.945536 ], [ -75.156337, 39.945923 ], [ -75.157113, 39.946025 ], [ -75.156855, 39.947246 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012024", "device_counts": 3908, "stop_counts": 5866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168443, 39.945524 ], [ -75.166767, 39.945768 ], [ -75.166458, 39.947196 ], [ -75.164845, 39.946999 ], [ -75.165341, 39.944664 ], [ -75.165575, 39.943664 ], [ -75.168762, 39.94405 ], [ -75.168443, 39.945524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030021", "device_counts": 1268, "stop_counts": 2680 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17034, 39.934498 ], [ -75.16764, 39.93415 ], [ -75.16815, 39.931701 ], [ -75.1708, 39.932052 ], [ -75.17034, 39.934498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040011", "device_counts": 984, "stop_counts": 2885 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165483, 39.926333 ], [ -75.162338, 39.92592 ], [ -75.162876, 39.923489 ], [ -75.166014, 39.923903 ], [ -75.165483, 39.926333 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042023", "device_counts": 660, "stop_counts": 3054 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155865, 39.918755 ], [ -75.15073, 39.918097 ], [ -75.151014, 39.916842 ], [ -75.156139, 39.917515 ], [ -75.155865, 39.918755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071012", "device_counts": 581, "stop_counts": 1500 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226854, 39.938767 ], [ -75.22548, 39.939725 ], [ -75.224292, 39.938734 ], [ -75.223012, 39.937643 ], [ -75.224388, 39.936676 ], [ -75.225358, 39.936 ], [ -75.227831, 39.938077 ], [ -75.226854, 39.938767 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074005", "device_counts": 736, "stop_counts": 2029 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218874, 39.938393 ], [ -75.217502, 39.939355 ], [ -75.215089, 39.939093 ], [ -75.213865, 39.939974 ], [ -75.212064, 39.938213 ], [ -75.215778, 39.935624 ], [ -75.217614, 39.93733 ], [ -75.218874, 39.938393 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088024", "device_counts": 2667, "stop_counts": 7042 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205583, 39.952056 ], [ -75.20546, 39.952682 ], [ -75.204107, 39.953128 ], [ -75.202828, 39.95297 ], [ -75.203083, 39.951745 ], [ -75.200801, 39.951458 ], [ -75.199204, 39.951257 ], [ -75.199427, 39.950419 ], [ -75.201156, 39.949839 ], [ -75.201151, 39.950414 ], [ -75.205802, 39.950985 ], [ -75.205583, 39.952056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101003", "device_counts": 304, "stop_counts": 481 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24358, 39.975546 ], [ -75.241013, 39.975833 ], [ -75.240427, 39.972687 ], [ -75.241209, 39.9726 ], [ -75.242987, 39.972396 ], [ -75.24329, 39.973997 ], [ -75.24358, 39.975546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118005", "device_counts": 332, "stop_counts": 2300 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245478, 39.986619 ], [ -75.239838, 39.989287 ], [ -75.23987, 39.988202 ], [ -75.238184, 39.986061 ], [ -75.240153, 39.985213 ], [ -75.244491, 39.985667 ], [ -75.245478, 39.986619 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137003", "device_counts": 715, "stop_counts": 2614 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183838, 39.980585 ], [ -75.182215, 39.980373 ], [ -75.181135, 39.980238 ], [ -75.181755, 39.977444 ], [ -75.184439, 39.977788 ], [ -75.183838, 39.980585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162003", "device_counts": 502, "stop_counts": 1353 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.136759, 39.985402 ], [ -75.136167, 39.985328 ], [ -75.1351, 39.98519 ], [ -75.135445, 39.983598 ], [ -75.13578, 39.982009 ], [ -75.137443, 39.982223 ], [ -75.136759, 39.985402 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180012", "device_counts": 305, "stop_counts": 529 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111221, 39.985268 ], [ -75.108828, 39.981673 ], [ -75.110525, 39.980787 ], [ -75.110939, 39.980568 ], [ -75.11345, 39.984105 ], [ -75.111221, 39.985268 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198005", "device_counts": 226, "stop_counts": 1247 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142438, 40.009743 ], [ -75.141786, 40.012708 ], [ -75.140125, 40.012538 ], [ -75.139484, 40.012453 ], [ -75.139815, 40.010939 ], [ -75.141425, 40.00961 ], [ -75.141913, 40.009674 ], [ -75.142438, 40.009743 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202002", "device_counts": 279, "stop_counts": 1050 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167945, 40.009378 ], [ -75.164733, 40.008616 ], [ -75.165228, 40.006354 ], [ -75.165554, 40.004859 ], [ -75.16914, 40.008832 ], [ -75.167945, 40.009378 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010212001", "device_counts": 1034, "stop_counts": 2534 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218759, 40.036654 ], [ -75.213026, 40.039412 ], [ -75.210398, 40.03751 ], [ -75.208938, 40.035221 ], [ -75.21114, 40.0346 ], [ -75.213692, 40.032135 ], [ -75.214493, 40.032838 ], [ -75.216638, 40.034833 ], [ -75.217925, 40.03616 ], [ -75.218759, 40.036654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236001", "device_counts": 1292, "stop_counts": 1791 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.196511, 40.049188 ], [ -75.194491, 40.051466 ], [ -75.194083, 40.051633 ], [ -75.194411, 40.050637 ], [ -75.192123, 40.047679 ], [ -75.192346, 40.046309 ], [ -75.193091, 40.04459 ], [ -75.193841, 40.045069 ], [ -75.198059, 40.047739 ], [ -75.196511, 40.049188 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252004", "device_counts": 157, "stop_counts": 193 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178144, 40.04821 ], [ -75.176624, 40.047398 ], [ -75.176247, 40.047752 ], [ -75.174713, 40.046823 ], [ -75.173686, 40.045803 ], [ -75.175285, 40.044782 ], [ -75.17922, 40.047155 ], [ -75.178144, 40.04821 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263021", "device_counts": 1065, "stop_counts": 1961 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156776, 40.068675 ], [ -75.154076, 40.071732 ], [ -75.151596, 40.070328 ], [ -75.152322, 40.068901 ], [ -75.152602, 40.067646 ], [ -75.156285, 40.067006 ], [ -75.156776, 40.068675 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266002", "device_counts": 331, "stop_counts": 862 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147353, 40.064371 ], [ -75.147022, 40.065892 ], [ -75.146683, 40.067547 ], [ -75.145187, 40.066692 ], [ -75.146051, 40.062926 ], [ -75.147649, 40.06301 ], [ -75.147353, 40.064371 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277004", "device_counts": 230, "stop_counts": 318 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155214, 40.053922 ], [ -75.152881, 40.052844 ], [ -75.153101, 40.050412 ], [ -75.155446, 40.050508 ], [ -75.155214, 40.053922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289013", "device_counts": 334, "stop_counts": 1980 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116243, 40.020558 ], [ -75.112217, 40.020056 ], [ -75.113951, 40.018603 ], [ -75.116404, 40.018909 ], [ -75.116243, 40.020558 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390006", "device_counts": 1247, "stop_counts": 3667 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.09299, 40.036729 ], [ -75.090543, 40.039142 ], [ -75.09159, 40.039734 ], [ -75.089246, 40.042252 ], [ -75.088631, 40.042747 ], [ -75.088709, 40.03795 ], [ -75.088091, 40.03654 ], [ -75.089404, 40.037263 ], [ -75.091031, 40.035582 ], [ -75.09227, 40.034323 ], [ -75.093532, 40.035024 ], [ -75.09299, 40.036729 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311022", "device_counts": 331, "stop_counts": 699 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087802, 40.036032 ], [ -75.086804, 40.037049 ], [ -75.084311, 40.035676 ], [ -75.085499, 40.034421 ], [ -75.085313, 40.033521 ], [ -75.087159, 40.03479 ], [ -75.087802, 40.036032 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316004", "device_counts": 585, "stop_counts": 2092 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.063188, 40.031566 ], [ -75.0621, 40.032813 ], [ -75.058848, 40.030998 ], [ -75.062207, 40.027471 ], [ -75.062394, 40.027444 ], [ -75.062426, 40.027979 ], [ -75.062828, 40.02941 ], [ -75.063188, 40.031566 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330007", "device_counts": 308, "stop_counts": 506 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.03728, 40.035045 ], [ -75.034538, 40.036464 ], [ -75.032739, 40.034407 ], [ -75.035488, 40.03299 ], [ -75.03728, 40.035045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341005", "device_counts": 965, "stop_counts": 5552 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086906, 40.078648 ], [ -75.082456, 40.082884 ], [ -75.082882, 40.079474 ], [ -75.078592, 40.078097 ], [ -75.079769, 40.076854 ], [ -75.080159, 40.075454 ], [ -75.081603, 40.076328 ], [ -75.082501, 40.07656 ], [ -75.085244, 40.077159 ], [ -75.086906, 40.078648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362022", "device_counts": 1014, "stop_counts": 3671 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981807, 40.082355 ], [ -74.980158, 40.086256 ], [ -74.980601, 40.087914 ], [ -74.979504, 40.087814 ], [ -74.976576, 40.085827 ], [ -74.973763, 40.084534 ], [ -74.97582, 40.081889 ], [ -74.97725, 40.080506 ], [ -74.980732, 40.082105 ], [ -74.981807, 40.082355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277001", "device_counts": 1061, "stop_counts": 2088 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148578, 40.051383 ], [ -75.147004, 40.051175 ], [ -75.143841, 40.050771 ], [ -75.142214, 40.050563 ], [ -75.142898, 40.047493 ], [ -75.144959, 40.04868 ], [ -75.147672, 40.048117 ], [ -75.147337, 40.049656 ], [ -75.147265, 40.049965 ], [ -75.148708, 40.050778 ], [ -75.148578, 40.051383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027013", "device_counts": 1146, "stop_counts": 8081 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155463, 39.927956 ], [ -75.154997, 39.929984 ], [ -75.151852, 39.929555 ], [ -75.152407, 39.927129 ], [ -75.155546, 39.92755 ], [ -75.155463, 39.927956 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358002", "device_counts": 1643, "stop_counts": 7615 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.037842, 40.120213 ], [ -75.024891, 40.129216 ], [ -75.021931, 40.127467 ], [ -75.0201, 40.126358 ], [ -75.023292, 40.125201 ], [ -75.020183, 40.122282 ], [ -75.024153, 40.12492 ], [ -75.026346, 40.123524 ], [ -75.027205, 40.121653 ], [ -75.027824, 40.120924 ], [ -75.029773, 40.121875 ], [ -75.032646, 40.121786 ], [ -75.036495, 40.12039 ], [ -75.037842, 40.120213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010340002", "device_counts": 375, "stop_counts": 889 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077112, 40.068714 ], [ -75.074029, 40.071983 ], [ -75.070412, 40.07022 ], [ -75.067838, 40.068959 ], [ -75.069297, 40.068345 ], [ -75.074845, 40.066538 ], [ -75.076022, 40.067172 ], [ -75.075439, 40.067803 ], [ -75.077112, 40.068714 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010231001", "device_counts": 1526, "stop_counts": 6896 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208933, 40.067015 ], [ -75.205815, 40.070106 ], [ -75.204166, 40.069595 ], [ -75.202651, 40.073212 ], [ -75.20079, 40.070707 ], [ -75.198673, 40.068575 ], [ -75.196741, 40.067365 ], [ -75.196385, 40.066623 ], [ -75.202475, 40.06265 ], [ -75.202545, 40.059884 ], [ -75.20714, 40.062139 ], [ -75.204744, 40.064538 ], [ -75.20615, 40.065376 ], [ -75.206782, 40.064755 ], [ -75.209573, 40.066375 ], [ -75.208933, 40.067015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114006", "device_counts": 1855, "stop_counts": 5106 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248991, 39.985109 ], [ -75.245478, 39.986619 ], [ -75.244491, 39.985667 ], [ -75.240153, 39.985213 ], [ -75.23724, 39.98484 ], [ -75.239042, 39.98195 ], [ -75.239335, 39.981447 ], [ -75.242792, 39.981061 ], [ -75.24654, 39.980645 ], [ -75.247094, 39.983595 ], [ -75.248346, 39.982968 ], [ -75.248991, 39.985109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149005", "device_counts": 404, "stop_counts": 658 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.185497, 39.980804 ], [ -75.181758, 39.983325 ], [ -75.181579, 39.983313 ], [ -75.182215, 39.980373 ], [ -75.183838, 39.980585 ], [ -75.185497, 39.980804 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030022", "device_counts": 484, "stop_counts": 445 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172389, 39.934765 ], [ -75.17034, 39.934498 ], [ -75.1708, 39.932052 ], [ -75.172922, 39.932328 ], [ -75.172389, 39.934765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010248001", "device_counts": 156, "stop_counts": 192 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167701, 40.047245 ], [ -75.164529, 40.050306 ], [ -75.161656, 40.048559 ], [ -75.163175, 40.047076 ], [ -75.166038, 40.046218 ], [ -75.167701, 40.047245 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019803001", "device_counts": 17493, "stop_counts": 77328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.025229, 40.08482 ], [ -75.023996, 40.086107 ], [ -75.015528, 40.09486 ], [ -75.014156, 40.096236 ], [ -75.001796, 40.10493 ], [ -74.999804, 40.103236 ], [ -74.995464, 40.099166 ], [ -74.991264, 40.095778 ], [ -74.989094, 40.093928 ], [ -74.987421, 40.09255 ], [ -74.98418, 40.089906 ], [ -74.987065, 40.086049 ], [ -74.990155, 40.084052 ], [ -74.994348, 40.081681 ], [ -74.997635, 40.079699 ], [ -74.998488, 40.078701 ], [ -75.003606, 40.071362 ], [ -75.007269, 40.069161 ], [ -75.011311, 40.071169 ], [ -75.013126, 40.072071 ], [ -75.028952, 40.080968 ], [ -75.025229, 40.08482 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085005", "device_counts": 781, "stop_counts": 1218 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231557, 39.957102 ], [ -75.225634, 39.956372 ], [ -75.225746, 39.955814 ], [ -75.226002, 39.954591 ], [ -75.231937, 39.955319 ], [ -75.231557, 39.957102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333001", "device_counts": 2711, "stop_counts": 5675 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044521, 40.058702 ], [ -75.044991, 40.059372 ], [ -75.044275, 40.059356 ], [ -75.044201, 40.059477 ], [ -75.043614, 40.060811 ], [ -75.041907, 40.064683 ], [ -75.038539, 40.060858 ], [ -75.038719, 40.056435 ], [ -75.039449, 40.055286 ], [ -75.041248, 40.054576 ], [ -75.045522, 40.057614 ], [ -75.044521, 40.058702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010203002", "device_counts": 3444, "stop_counts": 6201 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153849, 40.015891 ], [ -75.149544, 40.01787 ], [ -75.147143, 40.01901 ], [ -75.147205, 40.015188 ], [ -75.147247, 40.011906 ], [ -75.150585, 40.012283 ], [ -75.152163, 40.01254 ], [ -75.152431, 40.01321 ], [ -75.153849, 40.015891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010080001", "device_counts": 943, "stop_counts": 2951 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226539, 39.952 ], [ -75.226224, 39.953528 ], [ -75.222279, 39.95304 ], [ -75.222589, 39.951519 ], [ -75.22275, 39.950754 ], [ -75.222914, 39.949975 ], [ -75.226869, 39.95046 ], [ -75.226539, 39.952 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114005", "device_counts": 809, "stop_counts": 2653 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24654, 39.980645 ], [ -75.242792, 39.981061 ], [ -75.242354, 39.978712 ], [ -75.244138, 39.978517 ], [ -75.24358, 39.975546 ], [ -75.24554, 39.97533 ], [ -75.24654, 39.980645 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263012", "device_counts": 207, "stop_counts": 1037 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166062, 40.074338 ], [ -75.163399, 40.07695 ], [ -75.161285, 40.075764 ], [ -75.163884, 40.073088 ], [ -75.166062, 40.074338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088022", "device_counts": 2565, "stop_counts": 5629 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.204145, 39.957422 ], [ -75.201953, 39.957149 ], [ -75.199622, 39.95686 ], [ -75.200098, 39.954582 ], [ -75.204933, 39.955181 ], [ -75.204145, 39.957422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278001", "device_counts": 433, "stop_counts": 525 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150336, 40.042028 ], [ -75.149796, 40.043673 ], [ -75.149591, 40.04483 ], [ -75.150148, 40.045658 ], [ -75.148225, 40.0456 ], [ -75.146776, 40.044848 ], [ -75.146978, 40.04173 ], [ -75.148083, 40.04048 ], [ -75.149908, 40.040376 ], [ -75.151249, 40.041174 ], [ -75.150336, 40.042028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010220001", "device_counts": 2454, "stop_counts": 6734 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264431, 40.054094 ], [ -75.255006, 40.062704 ], [ -75.243288, 40.073494 ], [ -75.242047, 40.071949 ], [ -75.241075, 40.070395 ], [ -75.240321, 40.068383 ], [ -75.240092, 40.067344 ], [ -75.239545, 40.062977 ], [ -75.238182, 40.059771 ], [ -75.25412, 40.048324 ], [ -75.254629, 40.047592 ], [ -75.254678, 40.045924 ], [ -75.255098, 40.046122 ], [ -75.257655, 40.047611 ], [ -75.264431, 40.054094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096001", "device_counts": 990, "stop_counts": 4764 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246531, 39.968967 ], [ -75.244416, 39.968706 ], [ -75.239479, 39.968097 ], [ -75.24011, 39.965055 ], [ -75.242087, 39.965303 ], [ -75.24177, 39.96682 ], [ -75.246848, 39.967449 ], [ -75.246531, 39.968967 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259003", "device_counts": 128, "stop_counts": 100 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179022, 40.079344 ], [ -75.177137, 40.078269 ], [ -75.174171, 40.076549 ], [ -75.175509, 40.075214 ], [ -75.176841, 40.07598 ], [ -75.180238, 40.078084 ], [ -75.179022, 40.079344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038004", "device_counts": 578, "stop_counts": 2970 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181703, 39.92329 ], [ -75.181424, 39.923337 ], [ -75.180313, 39.92354 ], [ -75.179651, 39.923652 ], [ -75.180045, 39.921872 ], [ -75.180576, 39.919369 ], [ -75.182512, 39.919629 ], [ -75.181703, 39.92329 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339002", "device_counts": 1697, "stop_counts": 4322 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089378, 40.064705 ], [ -75.085496, 40.06747 ], [ -75.085044, 40.072141 ], [ -75.08415, 40.071824 ], [ -75.083255, 40.071209 ], [ -75.083726, 40.068173 ], [ -75.083648, 40.065704 ], [ -75.08151, 40.064789 ], [ -75.079532, 40.066175 ], [ -75.078352, 40.065426 ], [ -75.083483, 40.063738 ], [ -75.083514, 40.063756 ], [ -75.083515, 40.063725 ], [ -75.084747, 40.06316 ], [ -75.085729, 40.062589 ], [ -75.087425, 40.063599 ], [ -75.089378, 40.064705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341004", "device_counts": 2791, "stop_counts": 12128 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089088, 40.076374 ], [ -75.086906, 40.078648 ], [ -75.085244, 40.077159 ], [ -75.082501, 40.07656 ], [ -75.083255, 40.071209 ], [ -75.08415, 40.071824 ], [ -75.085044, 40.072141 ], [ -75.090317, 40.075115 ], [ -75.089088, 40.076374 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329004", "device_counts": 330, "stop_counts": 632 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.031903, 40.036993 ], [ -75.027031, 40.038744 ], [ -75.025862, 40.036255 ], [ -75.026887, 40.035695 ], [ -75.029881, 40.034072 ], [ -75.030905, 40.035358 ], [ -75.031903, 40.036993 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011012", "device_counts": 2866, "stop_counts": 4497 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165575, 39.943664 ], [ -75.165341, 39.944664 ], [ -75.165274, 39.944655 ], [ -75.163137, 39.944388 ], [ -75.162348, 39.944299 ], [ -75.159984, 39.944009 ], [ -75.160205, 39.942997 ], [ -75.165493, 39.943653 ], [ -75.165575, 39.943664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320004", "device_counts": 304, "stop_counts": 1809 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057806, 40.025174 ], [ -75.055564, 40.022606 ], [ -75.057513, 40.021597 ], [ -75.059761, 40.024161 ], [ -75.057806, 40.025174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252003", "device_counts": 306, "stop_counts": 4193 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17922, 40.047155 ], [ -75.175285, 40.044782 ], [ -75.177154, 40.042988 ], [ -75.181057, 40.045381 ], [ -75.17922, 40.047155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255002", "device_counts": 588, "stop_counts": 1981 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186236, 40.060989 ], [ -75.181956, 40.064987 ], [ -75.18437, 40.066442 ], [ -75.181751, 40.068902 ], [ -75.176526, 40.065896 ], [ -75.181313, 40.061221 ], [ -75.183366, 40.05922 ], [ -75.186236, 40.060989 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010168002", "device_counts": 178, "stop_counts": 616 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171173, 39.994165 ], [ -75.171115, 39.994444 ], [ -75.167925, 39.994025 ], [ -75.168248, 39.992579 ], [ -75.171441, 39.992946 ], [ -75.171173, 39.994165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167021", "device_counts": 381, "stop_counts": 631 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160365, 39.989991 ], [ -75.160044, 39.991473 ], [ -75.15769, 39.99118 ], [ -75.158335, 39.988186 ], [ -75.160695, 39.988495 ], [ -75.160365, 39.989991 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390005", "device_counts": 283, "stop_counts": 1198 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092349, 40.029658 ], [ -75.091594, 40.030086 ], [ -75.089854, 40.031036 ], [ -75.088078, 40.032 ], [ -75.086551, 40.031133 ], [ -75.092162, 40.02805 ], [ -75.092295, 40.028879 ], [ -75.092349, 40.029658 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356013", "device_counts": 685, "stop_counts": 992 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.046737, 40.09524 ], [ -75.047115, 40.098377 ], [ -75.042613, 40.100504 ], [ -75.042503, 40.099942 ], [ -75.039643, 40.098344 ], [ -75.042043, 40.09527 ], [ -75.040595, 40.093338 ], [ -75.046527, 40.092672 ], [ -75.047299, 40.092762 ], [ -75.046737, 40.09524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010132002", "device_counts": 4338, "stop_counts": 10912 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160678, 39.96577 ], [ -75.160395, 39.967064 ], [ -75.159702, 39.970202 ], [ -75.156085, 39.96931 ], [ -75.157125, 39.964556 ], [ -75.154013, 39.963976 ], [ -75.154312, 39.962614 ], [ -75.161188, 39.963422 ], [ -75.160678, 39.96577 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004022", "device_counts": 29110, "stop_counts": 106190 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173291, 39.952934 ], [ -75.171723, 39.952725 ], [ -75.171134, 39.955394 ], [ -75.163151, 39.954411 ], [ -75.163093, 39.9544 ], [ -75.163329, 39.95333 ], [ -75.163402, 39.953339 ], [ -75.165063, 39.953608 ], [ -75.164011, 39.950876 ], [ -75.173489, 39.952052 ], [ -75.173291, 39.952934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010236003", "device_counts": 685, "stop_counts": 993 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198411, 40.045827 ], [ -75.198059, 40.047739 ], [ -75.193841, 40.045069 ], [ -75.196382, 40.042203 ], [ -75.194933, 40.042022 ], [ -75.193657, 40.039688 ], [ -75.190086, 40.038232 ], [ -75.190987, 40.037353 ], [ -75.193127, 40.035381 ], [ -75.201433, 40.042404 ], [ -75.198411, 40.045827 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010293002", "device_counts": 1390, "stop_counts": 5525 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.094995, 40.009984 ], [ -75.094547, 40.011027 ], [ -75.09342, 40.013136 ], [ -75.094365, 40.014794 ], [ -75.09228, 40.015294 ], [ -75.087577, 40.012516 ], [ -75.088731, 40.010923 ], [ -75.089271, 40.010063 ], [ -75.091815, 40.006007 ], [ -75.092482, 40.005427 ], [ -75.0927, 40.005674 ], [ -75.092811, 40.005871 ], [ -75.092775, 40.005977 ], [ -75.09263, 40.006343 ], [ -75.092196, 40.006789 ], [ -75.09205, 40.007033 ], [ -75.092011, 40.007299 ], [ -75.092088, 40.007531 ], [ -75.092494, 40.007976 ], [ -75.094673, 40.009351 ], [ -75.094995, 40.009984 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119001", "device_counts": 509, "stop_counts": 1138 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23267, 39.988155 ], [ -75.230168, 39.988695 ], [ -75.229911, 39.987936 ], [ -75.228801, 39.982326 ], [ -75.2301, 39.981556 ], [ -75.230791, 39.982516 ], [ -75.232136, 39.986635 ], [ -75.23267, 39.988155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040013", "device_counts": 2891, "stop_counts": 7744 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170023, 39.923138 ], [ -75.169744, 39.924409 ], [ -75.166014, 39.923903 ], [ -75.166563, 39.921418 ], [ -75.170309, 39.921885 ], [ -75.170023, 39.923138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069001", "device_counts": 504, "stop_counts": 1201 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218389, 39.929335 ], [ -75.215858, 39.933066 ], [ -75.206072, 39.935371 ], [ -75.206101, 39.935281 ], [ -75.206173, 39.935067 ], [ -75.206204, 39.934974 ], [ -75.211253, 39.928519 ], [ -75.212428, 39.92523 ], [ -75.216768, 39.926956 ], [ -75.214825, 39.929799 ], [ -75.216769, 39.928686 ], [ -75.218389, 39.929335 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085001", "device_counts": 1599, "stop_counts": 3059 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224868, 39.960005 ], [ -75.2229, 39.959745 ], [ -75.22092, 39.959505 ], [ -75.221244, 39.957984 ], [ -75.221397, 39.957227 ], [ -75.225351, 39.957714 ], [ -75.224868, 39.960005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112007", "device_counts": 303, "stop_counts": 2148 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233691, 39.976642 ], [ -75.231783, 39.976852 ], [ -75.231194, 39.973709 ], [ -75.232182, 39.973599 ], [ -75.233659, 39.973437 ], [ -75.233691, 39.976642 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151022", "device_counts": 654, "stop_counts": 2655 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184794, 39.983706 ], [ -75.184136, 39.986721 ], [ -75.18255, 39.986509 ], [ -75.180896, 39.986709 ], [ -75.180258, 39.986345 ], [ -75.178118, 39.984769 ], [ -75.178535, 39.982919 ], [ -75.179952, 39.983108 ], [ -75.181579, 39.983313 ], [ -75.181758, 39.983325 ], [ -75.184298, 39.983647 ], [ -75.184794, 39.983706 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010166002", "device_counts": 1364, "stop_counts": 2083 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155934, 39.987877 ], [ -75.155593, 39.989369 ], [ -75.15339, 39.989086 ], [ -75.154063, 39.986003 ], [ -75.156275, 39.986283 ], [ -75.155934, 39.987877 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195012", "device_counts": 864, "stop_counts": 3755 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128604, 40.001619 ], [ -75.124732, 40.001124 ], [ -75.125058, 39.999628 ], [ -75.12538, 39.998043 ], [ -75.12926, 39.998539 ], [ -75.128604, 40.001619 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207003", "device_counts": 938, "stop_counts": 5572 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191874, 40.014201 ], [ -75.191289, 40.013697 ], [ -75.189317, 40.011994 ], [ -75.187402, 40.013303 ], [ -75.187771, 40.013623 ], [ -75.185937, 40.014895 ], [ -75.182239, 40.011676 ], [ -75.183611, 40.010905 ], [ -75.185674, 40.01012 ], [ -75.186537, 40.009831 ], [ -75.192879, 40.01162 ], [ -75.191874, 40.014201 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217003", "device_counts": 1651, "stop_counts": 3983 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227444, 40.043197 ], [ -75.223307, 40.045054 ], [ -75.2223, 40.045151 ], [ -75.219201, 40.044379 ], [ -75.217846, 40.044343 ], [ -75.216923, 40.042249 ], [ -75.214111, 40.040124 ], [ -75.214663, 40.040052 ], [ -75.218547, 40.042626 ], [ -75.222808, 40.038112 ], [ -75.225234, 40.041319 ], [ -75.226267, 40.042401 ], [ -75.227444, 40.043197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247003", "device_counts": 155, "stop_counts": 507 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170588, 40.0381 ], [ -75.168911, 40.03847 ], [ -75.166622, 40.040379 ], [ -75.16516, 40.039474 ], [ -75.164852, 40.039867 ], [ -75.162077, 40.038163 ], [ -75.162752, 40.037499 ], [ -75.16405, 40.036816 ], [ -75.164809, 40.036452 ], [ -75.170377, 40.036921 ], [ -75.171368, 40.037315 ], [ -75.170588, 40.0381 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267006", "device_counts": 681, "stop_counts": 2135 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152594, 40.056367 ], [ -75.149219, 40.058432 ], [ -75.149478, 40.056217 ], [ -75.149705, 40.054649 ], [ -75.152723, 40.054825 ], [ -75.152594, 40.056367 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276002", "device_counts": 1294, "stop_counts": 3646 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144302, 40.04109 ], [ -75.144224, 40.041381 ], [ -75.139612, 40.0408 ], [ -75.139212, 40.039146 ], [ -75.144571, 40.039836 ], [ -75.144302, 40.04109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300004", "device_counts": 940, "stop_counts": 5680 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079414, 40.021387 ], [ -75.075622, 40.024074 ], [ -75.074175, 40.022429 ], [ -75.073892, 40.022107 ], [ -75.074969, 40.021505 ], [ -75.075964, 40.020705 ], [ -75.076696, 40.019926 ], [ -75.079414, 40.021387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010307002", "device_counts": 582, "stop_counts": 1096 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089115, 40.056227 ], [ -75.085847, 40.05441 ], [ -75.0868, 40.052744 ], [ -75.085989, 40.050878 ], [ -75.087804, 40.051795 ], [ -75.088344, 40.051235 ], [ -75.092131, 40.053178 ], [ -75.089115, 40.056227 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314023", "device_counts": 2610, "stop_counts": 3986 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06446, 40.045522 ], [ -75.061374, 40.048585 ], [ -75.059937, 40.047751 ], [ -75.057048, 40.04603 ], [ -75.058858, 40.044338 ], [ -75.061075, 40.041761 ], [ -75.063143, 40.042901 ], [ -75.061926, 40.04411 ], [ -75.06446, 40.045522 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323001", "device_counts": 738, "stop_counts": 863 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055687, 40.019504 ], [ -75.051773, 40.021535 ], [ -75.04879, 40.018141 ], [ -75.052816, 40.016119 ], [ -75.053922, 40.017488 ], [ -75.055687, 40.019504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356011", "device_counts": 3065, "stop_counts": 8356 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047299, 40.092762 ], [ -75.046527, 40.092672 ], [ -75.040595, 40.093338 ], [ -75.042043, 40.09527 ], [ -75.039643, 40.098344 ], [ -75.038082, 40.097456 ], [ -75.036962, 40.095913 ], [ -75.035842, 40.098099 ], [ -75.034298, 40.097871 ], [ -75.030477, 40.098088 ], [ -75.030725, 40.09553 ], [ -75.034808, 40.092423 ], [ -75.041488, 40.087338 ], [ -75.045685, 40.089021 ], [ -75.047052, 40.09108 ], [ -75.047567, 40.09192 ], [ -75.047299, 40.092762 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012012", "device_counts": 1931, "stop_counts": 4280 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180021, 39.948872 ], [ -75.177843, 39.94861 ], [ -75.176239, 39.948414 ], [ -75.174323, 39.948177 ], [ -75.174627, 39.946753 ], [ -75.178156, 39.94719 ], [ -75.180328, 39.947455 ], [ -75.180021, 39.948872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028021", "device_counts": 883, "stop_counts": 2169 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161881, 39.927985 ], [ -75.158745, 39.927564 ], [ -75.159204, 39.925511 ], [ -75.162338, 39.92592 ], [ -75.161881, 39.927985 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041014", "device_counts": 1469, "stop_counts": 3186 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162338, 39.92592 ], [ -75.159204, 39.925511 ], [ -75.157666, 39.925313 ], [ -75.158192, 39.922891 ], [ -75.162876, 39.923489 ], [ -75.162338, 39.92592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010004021", "device_counts": 3316, "stop_counts": 8761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172783, 39.955604 ], [ -75.171134, 39.955394 ], [ -75.171723, 39.952725 ], [ -75.173291, 39.952934 ], [ -75.172783, 39.955604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010329002", "device_counts": 740, "stop_counts": 1857 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029706, 40.030947 ], [ -75.02798, 40.031894 ], [ -75.025367, 40.033347 ], [ -75.026887, 40.035695 ], [ -75.025862, 40.036255 ], [ -75.027031, 40.038744 ], [ -75.024132, 40.039782 ], [ -75.024465, 40.040664 ], [ -75.023317, 40.039937 ], [ -75.023594, 40.036101 ], [ -75.021682, 40.037088 ], [ -75.021239, 40.036075 ], [ -75.021603, 40.033996 ], [ -75.028413, 40.029758 ], [ -75.029706, 40.030947 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019806001", "device_counts": 43490, "stop_counts": 164422 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1828, 39.909208 ], [ -75.178512, 39.90867 ], [ -75.173234, 39.908002 ], [ -75.17081, 39.908594 ], [ -75.169806, 39.911326 ], [ -75.171928, 39.912348 ], [ -75.165482, 39.911531 ], [ -75.163309, 39.910567 ], [ -75.16566, 39.899583 ], [ -75.170885, 39.898848 ], [ -75.174808, 39.899179 ], [ -75.173566, 39.905394 ], [ -75.183387, 39.906617 ], [ -75.1828, 39.909208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030024", "device_counts": 1015, "stop_counts": 3147 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172922, 39.932328 ], [ -75.1708, 39.932052 ], [ -75.16815, 39.931701 ], [ -75.168423, 39.930465 ], [ -75.171065, 39.930827 ], [ -75.17319, 39.931104 ], [ -75.172922, 39.932328 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010133001", "device_counts": 4433, "stop_counts": 15104 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165813, 39.965075 ], [ -75.165349, 39.967149 ], [ -75.165256, 39.967563 ], [ -75.163743, 39.967125 ], [ -75.163949, 39.966166 ], [ -75.160678, 39.96577 ], [ -75.161188, 39.963422 ], [ -75.161384, 39.962474 ], [ -75.166227, 39.963112 ], [ -75.165813, 39.965075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024005", "device_counts": 6290, "stop_counts": 14895 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167083, 39.936742 ], [ -75.166816, 39.937869 ], [ -75.166292, 39.940031 ], [ -75.16092, 39.939367 ], [ -75.161399, 39.937157 ], [ -75.161678, 39.935849 ], [ -75.167019, 39.936737 ], [ -75.167083, 39.936742 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378001", "device_counts": 4006, "stop_counts": 13693 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122592, 39.97388 ], [ -75.119969, 39.975911 ], [ -75.119763, 39.976369 ], [ -75.118611, 39.978879 ], [ -75.117217, 39.977289 ], [ -75.114768, 39.978568 ], [ -75.113227, 39.976803 ], [ -75.118068, 39.974275 ], [ -75.115617, 39.97296 ], [ -75.112771104124008, 39.968258553445018 ], [ -75.1189552837088, 39.965528846214504 ], [ -75.122211, 39.970172 ], [ -75.121806, 39.970925 ], [ -75.120231, 39.972387 ], [ -75.119617, 39.97295 ], [ -75.121504, 39.97321 ], [ -75.122592, 39.97388 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010001002", "device_counts": 25588, "stop_counts": 77965 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151539, 39.952948 ], [ -75.151223, 39.956862 ], [ -75.14913, 39.956191 ], [ -75.148408, 39.95633 ], [ -75.141607, 39.955491 ], [ -75.141625, 39.955279 ], [ -75.141469, 39.951698 ], [ -75.148472, 39.952578 ], [ -75.149186, 39.949032 ], [ -75.152337, 39.949421 ], [ -75.151539, 39.952948 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334001", "device_counts": 2134, "stop_counts": 3212 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050582, 40.058769 ], [ -75.048323, 40.061176 ], [ -75.044991, 40.059372 ], [ -75.044521, 40.058702 ], [ -75.045522, 40.057614 ], [ -75.046537, 40.056567 ], [ -75.047749, 40.055363 ], [ -75.048291, 40.055538 ], [ -75.049762, 40.056374 ], [ -75.051784, 40.057504 ], [ -75.050582, 40.058769 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242004", "device_counts": 534, "stop_counts": 3688 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169816, 40.02845 ], [ -75.166395, 40.026593 ], [ -75.169124, 40.023865 ], [ -75.172523, 40.025758 ], [ -75.169816, 40.02845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238002", "device_counts": 587, "stop_counts": 3548 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183101, 40.041063 ], [ -75.180884, 40.043246 ], [ -75.177757, 40.039401 ], [ -75.177629, 40.039229 ], [ -75.1804, 40.036534 ], [ -75.184831, 40.039346 ], [ -75.183101, 40.041063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274013", "device_counts": 734, "stop_counts": 1455 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.130518, 40.036437 ], [ -75.127641, 40.036063 ], [ -75.128428, 40.032472 ], [ -75.13129, 40.032818 ], [ -75.130518, 40.036437 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108001", "device_counts": 302, "stop_counts": 502 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.203722, 39.970929 ], [ -75.192308, 39.967724 ], [ -75.192139, 39.966888 ], [ -75.19531, 39.968045 ], [ -75.195863, 39.968193 ], [ -75.198248, 39.96793 ], [ -75.203058, 39.967396 ], [ -75.203258, 39.968447 ], [ -75.203722, 39.970929 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010204003", "device_counts": 1670, "stop_counts": 2148 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154929, 40.02229 ], [ -75.153357, 40.022088 ], [ -75.148567, 40.021476 ], [ -75.14711, 40.02128 ], [ -75.147139, 40.019518 ], [ -75.148953, 40.019743 ], [ -75.152161, 40.020161 ], [ -75.155239, 40.020486 ], [ -75.154929, 40.02229 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306005", "device_counts": 203, "stop_counts": 299 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10323, 40.051355 ], [ -75.100935, 40.052699 ], [ -75.100681, 40.05254 ], [ -75.098234, 40.052593 ], [ -75.097243, 40.052051 ], [ -75.09822, 40.051023 ], [ -75.100394, 40.048691 ], [ -75.101335, 40.049539 ], [ -75.10323, 40.051355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074004", "device_counts": 582, "stop_counts": 1163 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221545, 39.940652 ], [ -75.220175, 39.941602 ], [ -75.217136, 39.94374 ], [ -75.215615, 39.943402 ], [ -75.215246, 39.943087 ], [ -75.217764, 39.941343 ], [ -75.215089, 39.939093 ], [ -75.217502, 39.939355 ], [ -75.218874, 39.938393 ], [ -75.220278, 39.939572 ], [ -75.221545, 39.940652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277005", "device_counts": 226, "stop_counts": 468 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157858, 40.050602 ], [ -75.155446, 40.050508 ], [ -75.153101, 40.050412 ], [ -75.153235, 40.048842 ], [ -75.154793, 40.048902 ], [ -75.157958, 40.049025 ], [ -75.157858, 40.050602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388004", "device_counts": 706, "stop_counts": 2452 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198787, 40.054802 ], [ -75.196319, 40.053234 ], [ -75.194647, 40.054791 ], [ -75.193951, 40.054358 ], [ -75.19326, 40.053057 ], [ -75.194083, 40.051633 ], [ -75.194491, 40.051466 ], [ -75.196511, 40.049188 ], [ -75.198319, 40.050328 ], [ -75.201462, 40.052316 ], [ -75.198787, 40.054802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361001", "device_counts": 1323, "stop_counts": 4938 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.995134, 40.106336 ], [ -74.994438, 40.105853 ], [ -74.992199, 40.103978 ], [ -74.986551, 40.099366 ], [ -74.979893, 40.09381 ], [ -74.982114, 40.091942 ], [ -74.981539, 40.094456 ], [ -74.986603, 40.096475 ], [ -74.987151, 40.098943 ], [ -74.991264, 40.095778 ], [ -74.995464, 40.099166 ], [ -74.992674, 40.10104 ], [ -74.993327, 40.102963 ], [ -74.992326, 40.103876 ], [ -74.995483, 40.106202 ], [ -74.995134, 40.106336 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010131001", "device_counts": 2210, "stop_counts": 4497 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154013, 39.963976 ], [ -75.153018, 39.968549 ], [ -75.147146, 39.967126 ], [ -75.147796, 39.963527 ], [ -75.151852, 39.964712 ], [ -75.152146, 39.962452 ], [ -75.154312, 39.962614 ], [ -75.154013, 39.963976 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286005", "device_counts": 536, "stop_counts": 1579 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128428, 40.032472 ], [ -75.126164, 40.032281 ], [ -75.124167, 40.032575 ], [ -75.124701, 40.029398 ], [ -75.126686, 40.029667 ], [ -75.128974, 40.029953 ], [ -75.128428, 40.032472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308002", "device_counts": 885, "stop_counts": 1964 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083525, 40.06127 ], [ -75.081402, 40.060031 ], [ -75.07876, 40.0585 ], [ -75.076734, 40.05735 ], [ -75.078631, 40.055357 ], [ -75.08498, 40.058893 ], [ -75.083525, 40.06127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337023", "device_counts": 408, "stop_counts": 3354 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056259, 40.067555 ], [ -75.053221, 40.070759 ], [ -75.051875, 40.069988 ], [ -75.052315, 40.068484 ], [ -75.054244, 40.066434 ], [ -75.055477, 40.065149 ], [ -75.057477, 40.066268 ], [ -75.056259, 40.067555 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353011", "device_counts": 3476, "stop_counts": 12200 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.987857, 40.072829 ], [ -74.987148, 40.072702 ], [ -74.984901, 40.07448 ], [ -74.984631, 40.074335 ], [ -74.983657, 40.073786 ], [ -74.981173, 40.071985 ], [ -74.982413, 40.065736 ], [ -74.982355, 40.064672 ], [ -74.984171, 40.064075 ], [ -74.985576, 40.063345 ], [ -74.986875, 40.064955 ], [ -74.987379, 40.065368 ], [ -74.988454, 40.066701 ], [ -74.987857, 40.072829 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213003", "device_counts": 713, "stop_counts": 1180 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2177, 40.030848 ], [ -75.214493, 40.032838 ], [ -75.213692, 40.032135 ], [ -75.211308, 40.02997 ], [ -75.214188, 40.028699 ], [ -75.216449, 40.029641 ], [ -75.2177, 40.030848 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096005", "device_counts": 1111, "stop_counts": 2613 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246848, 39.967449 ], [ -75.24177, 39.96682 ], [ -75.242087, 39.965303 ], [ -75.247169, 39.965927 ], [ -75.246848, 39.967449 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088021", "device_counts": 1088, "stop_counts": 2169 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205802, 39.950985 ], [ -75.201151, 39.950414 ], [ -75.201156, 39.949839 ], [ -75.205167, 39.948522 ], [ -75.205656, 39.948053 ], [ -75.205759, 39.949832 ], [ -75.205802, 39.950985 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188001", "device_counts": 506, "stop_counts": 1303 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10289, 40.00005 ], [ -75.100973, 40.001086 ], [ -75.100085, 40.000977 ], [ -75.099998, 40.000816 ], [ -75.099609, 40.000365 ], [ -75.098979, 39.999688 ], [ -75.097949, 39.998496 ], [ -75.100367, 39.997206 ], [ -75.101235, 39.998188 ], [ -75.102026, 39.999078 ], [ -75.10289, 40.00005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188003", "device_counts": 248, "stop_counts": 340 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.106442, 40.000322 ], [ -75.104197, 40.001525 ], [ -75.103179, 40.002096 ], [ -75.100973, 40.001086 ], [ -75.10289, 40.00005 ], [ -75.102026, 39.999078 ], [ -75.104335, 39.997884 ], [ -75.106442, 40.000322 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010249002", "device_counts": 477, "stop_counts": 1987 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159041, 40.051106 ], [ -75.160222, 40.051826 ], [ -75.15878, 40.053225 ], [ -75.157729, 40.052626 ], [ -75.157858, 40.050602 ], [ -75.157958, 40.049025 ], [ -75.158017, 40.048126 ], [ -75.160528, 40.049664 ], [ -75.159041, 40.051106 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286003", "device_counts": 560, "stop_counts": 1007 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13251, 40.027274 ], [ -75.132352, 40.028019 ], [ -75.127646, 40.027416 ], [ -75.127824, 40.026663 ], [ -75.127935, 40.026158 ], [ -75.130774, 40.026421 ], [ -75.132838, 40.025783 ], [ -75.13251, 40.027274 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010294002", "device_counts": 1543, "stop_counts": 4238 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.092482, 40.005427 ], [ -75.091815, 40.006007 ], [ -75.089271, 40.010063 ], [ -75.088731, 40.010923 ], [ -75.084912, 40.009489 ], [ -75.083788, 40.008503 ], [ -75.083087, 40.007437 ], [ -75.087448, 40.006079 ], [ -75.089831, 40.004441 ], [ -75.090028, 40.004264 ], [ -75.092057, 40.004937 ], [ -75.092482, 40.005427 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290003", "device_counts": 882, "stop_counts": 2216 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123027, 40.027692 ], [ -75.122727, 40.029151 ], [ -75.121711, 40.03347 ], [ -75.120713, 40.03364 ], [ -75.116083, 40.033037 ], [ -75.117268, 40.031624 ], [ -75.118184, 40.030534 ], [ -75.120036, 40.028328 ], [ -75.120614, 40.027626 ], [ -75.122279, 40.02565 ], [ -75.123525, 40.025463 ], [ -75.123027, 40.027692 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119004", "device_counts": 401, "stop_counts": 928 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233672, 39.991882 ], [ -75.23106, 39.991764 ], [ -75.225662, 39.991469 ], [ -75.225891, 39.988131 ], [ -75.226577, 39.989221 ], [ -75.226573, 39.989763 ], [ -75.229017, 39.989747 ], [ -75.230433, 39.98946 ], [ -75.232932, 39.988934 ], [ -75.233528, 39.990653 ], [ -75.233672, 39.991882 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161001", "device_counts": 3093, "stop_counts": 16293 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.132881, 39.981631 ], [ -75.132544, 39.983166 ], [ -75.132208, 39.984741 ], [ -75.131907, 39.986306 ], [ -75.130794, 39.986928 ], [ -75.127398, 39.98308 ], [ -75.124654, 39.984526 ], [ -75.125836, 39.983251 ], [ -75.125062, 39.982373 ], [ -75.127579, 39.981383 ], [ -75.130448, 39.978589 ], [ -75.13319, 39.980134 ], [ -75.132881, 39.981631 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010087022", "device_counts": 1238, "stop_counts": 3777 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.209264, 39.952522 ], [ -75.205583, 39.952056 ], [ -75.205802, 39.950985 ], [ -75.205759, 39.949832 ], [ -75.208044, 39.949748 ], [ -75.209259, 39.949541 ], [ -75.209326, 39.951436 ], [ -75.209264, 39.952522 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165003", "device_counts": 808, "stop_counts": 2026 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151815, 39.988886 ], [ -75.150238, 39.988684 ], [ -75.149587, 39.991665 ], [ -75.149238, 39.993253 ], [ -75.147887, 39.993078 ], [ -75.148305, 39.990968 ], [ -75.147542, 39.989863 ], [ -75.145126, 39.986485 ], [ -75.144154, 39.984724 ], [ -75.146102, 39.984978 ], [ -75.147766, 39.98519 ], [ -75.150197, 39.985504 ], [ -75.151199, 39.987798 ], [ -75.151815, 39.988886 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172013", "device_counts": 457, "stop_counts": 1524 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169093, 40.003671 ], [ -75.168943, 40.00366 ], [ -75.165896, 40.003269 ], [ -75.166562, 40.000199 ], [ -75.169754, 40.000622 ], [ -75.169093, 40.003671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036001", "device_counts": 1113, "stop_counts": 3776 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193621, 39.929965 ], [ -75.192047, 39.929756 ], [ -75.191783, 39.930982 ], [ -75.190222, 39.930779 ], [ -75.188636, 39.930583 ], [ -75.18524, 39.930146 ], [ -75.186029, 39.926481 ], [ -75.194153, 39.927514 ], [ -75.193621, 39.929965 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010317004", "device_counts": 3216, "stop_counts": 8076 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070001, 40.03532 ], [ -75.065147, 40.036446 ], [ -75.064362, 40.036306 ], [ -75.063188, 40.031566 ], [ -75.062828, 40.02941 ], [ -75.064448, 40.030313 ], [ -75.066299, 40.031344 ], [ -75.067697, 40.03212 ], [ -75.066523, 40.033377 ], [ -75.069596, 40.035093 ], [ -75.070001, 40.03532 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010062004", "device_counts": 865, "stop_counts": 5150 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239511, 39.918979 ], [ -75.236789, 39.920899 ], [ -75.234991, 39.922169 ], [ -75.232438, 39.92397 ], [ -75.230327, 39.922201 ], [ -75.232221, 39.920865 ], [ -75.233878, 39.919693 ], [ -75.235477, 39.918575 ], [ -75.232692, 39.916219 ], [ -75.23463, 39.914848 ], [ -75.236026, 39.916036 ], [ -75.237427, 39.917207 ], [ -75.239511, 39.918979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319003", "device_counts": 838, "stop_counts": 1144 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06701, 40.01967 ], [ -75.062925, 40.021777 ], [ -75.06113, 40.019725 ], [ -75.065113, 40.017511 ], [ -75.066116, 40.018648 ], [ -75.06701, 40.01967 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010173001", "device_counts": 840, "stop_counts": 1205 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166562, 40.000199 ], [ -75.163093, 39.999752 ], [ -75.163734, 39.996753 ], [ -75.167215, 39.997197 ], [ -75.166562, 40.000199 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119003", "device_counts": 937, "stop_counts": 2783 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228792, 39.980705 ], [ -75.225891, 39.988131 ], [ -75.225109, 39.987582 ], [ -75.225573, 39.987151 ], [ -75.227057, 39.982691 ], [ -75.226202, 39.981608 ], [ -75.224066, 39.981508 ], [ -75.224093, 39.981369 ], [ -75.2263, 39.977951 ], [ -75.228471, 39.97896 ], [ -75.228792, 39.980705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010018002", "device_counts": 5101, "stop_counts": 10717 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166208, 39.940431 ], [ -75.166204, 39.940813 ], [ -75.165988, 39.94182 ], [ -75.165909, 39.941811 ], [ -75.16218, 39.94135 ], [ -75.156388, 39.940627 ], [ -75.155888, 39.94056 ], [ -75.156011, 39.940006 ], [ -75.156317, 39.938569 ], [ -75.157848, 39.938982 ], [ -75.16092, 39.939367 ], [ -75.166292, 39.940031 ], [ -75.166208, 39.940431 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175005", "device_counts": 302, "stop_counts": 586 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143145, 39.998701 ], [ -75.142805, 40.000294 ], [ -75.141568, 40.000126 ], [ -75.140498, 39.999993 ], [ -75.141495, 39.995422 ], [ -75.143792, 39.995715 ], [ -75.143145, 39.998701 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337012", "device_counts": 2380, "stop_counts": 7151 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054244, 40.066434 ], [ -75.052315, 40.068484 ], [ -75.051875, 40.069988 ], [ -75.050755, 40.069544 ], [ -75.05122, 40.06663 ], [ -75.047725, 40.064686 ], [ -75.050091, 40.06216 ], [ -75.051681, 40.063022 ], [ -75.051859, 40.063187 ], [ -75.055477, 40.065149 ], [ -75.054244, 40.066434 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027012", "device_counts": 810, "stop_counts": 3837 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155546, 39.92755 ], [ -75.152407, 39.927129 ], [ -75.152938, 39.924679 ], [ -75.154526, 39.924895 ], [ -75.156095, 39.925103 ], [ -75.155546, 39.92755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312001", "device_counts": 405, "stop_counts": 865 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.080981, 40.035713 ], [ -75.079265, 40.037516 ], [ -75.077266, 40.036262 ], [ -75.079636, 40.033743 ], [ -75.081757, 40.034924 ], [ -75.080981, 40.035713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083022", "device_counts": 1399, "stop_counts": 5511 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243371, 39.959166 ], [ -75.242735, 39.962202 ], [ -75.240762, 39.96196 ], [ -75.238785, 39.961715 ], [ -75.239658, 39.957534 ], [ -75.243608, 39.95802 ], [ -75.243371, 39.959166 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010074002", "device_counts": 1496, "stop_counts": 2489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.214999, 39.943265 ], [ -75.212687, 39.944885 ], [ -75.208799, 39.941644 ], [ -75.207838, 39.941286 ], [ -75.212064, 39.938213 ], [ -75.213865, 39.939974 ], [ -75.212601, 39.94085 ], [ -75.215246, 39.943087 ], [ -75.214999, 39.943265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011014", "device_counts": 1802, "stop_counts": 2976 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163648, 39.946836 ], [ -75.162627, 39.946713 ], [ -75.161843, 39.94662 ], [ -75.162348, 39.944299 ], [ -75.163137, 39.944388 ], [ -75.163955, 39.945423 ], [ -75.163648, 39.946836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010357012", "device_counts": 4314, "stop_counts": 16208 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.030162, 40.114978 ], [ -75.02923, 40.11597 ], [ -75.028062, 40.1157 ], [ -75.027231, 40.115422 ], [ -75.024699, 40.113964 ], [ -75.023041, 40.112998 ], [ -75.024306, 40.111181 ], [ -75.025585, 40.109312 ], [ -75.029192, 40.111392 ], [ -75.029273, 40.112301 ], [ -75.029517, 40.11245 ], [ -75.029615, 40.112667 ], [ -75.029541, 40.112852 ], [ -75.028279, 40.11408 ], [ -75.029956, 40.114481 ], [ -75.030162, 40.114978 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010238005", "device_counts": 302, "stop_counts": 740 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188797, 40.03948 ], [ -75.187315, 40.040929 ], [ -75.185569, 40.042625 ], [ -75.183101, 40.041063 ], [ -75.184831, 40.039346 ], [ -75.186595, 40.037617 ], [ -75.187922, 40.037547 ], [ -75.188797, 40.03948 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362024", "device_counts": 1119, "stop_counts": 5508 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.979504, 40.087814 ], [ -74.97559, 40.089861 ], [ -74.976072, 40.090653 ], [ -74.971509, 40.087342 ], [ -74.971945, 40.086891 ], [ -74.973763, 40.084534 ], [ -74.976576, 40.085827 ], [ -74.979504, 40.087814 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010103002", "device_counts": 764, "stop_counts": 3374 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228149, 39.967843 ], [ -75.22514, 39.968145 ], [ -75.224812, 39.966206 ], [ -75.222431, 39.966487 ], [ -75.221952, 39.96425 ], [ -75.223531, 39.964601 ], [ -75.224105, 39.964739 ], [ -75.22786, 39.966191 ], [ -75.228149, 39.967843 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162001", "device_counts": 687, "stop_counts": 2361 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135445, 39.983598 ], [ -75.1351, 39.98519 ], [ -75.132208, 39.984741 ], [ -75.132544, 39.983166 ], [ -75.132881, 39.981631 ], [ -75.13578, 39.982009 ], [ -75.135445, 39.983598 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305011", "device_counts": 562, "stop_counts": 2829 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101105, 40.045038 ], [ -75.098017, 40.047096 ], [ -75.095999, 40.046002 ], [ -75.094175, 40.045026 ], [ -75.096603, 40.042487 ], [ -75.098357, 40.043483 ], [ -75.100374, 40.044605 ], [ -75.101105, 40.045038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027024", "device_counts": 790, "stop_counts": 5763 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152407, 39.927129 ], [ -75.149166, 39.926696 ], [ -75.150101, 39.924305 ], [ -75.152938, 39.924679 ], [ -75.152407, 39.927129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390002", "device_counts": 358, "stop_counts": 546 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091031, 40.035582 ], [ -75.089404, 40.037263 ], [ -75.088091, 40.03654 ], [ -75.087931, 40.036236 ], [ -75.090599, 40.033398 ], [ -75.09227, 40.034323 ], [ -75.091031, 40.035582 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111003", "device_counts": 633, "stop_counts": 1285 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229026, 39.972644 ], [ -75.226131, 39.972964 ], [ -75.222827, 39.973318 ], [ -75.222613, 39.97212 ], [ -75.225841, 39.97143 ], [ -75.228735, 39.971107 ], [ -75.229026, 39.972644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344001", "device_counts": 3529, "stop_counts": 8858 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055093, 40.084078 ], [ -75.053386, 40.084845 ], [ -75.051852, 40.08559 ], [ -75.051362, 40.086035 ], [ -75.050745, 40.086616 ], [ -75.050151, 40.086275 ], [ -75.049588, 40.08746 ], [ -75.048799, 40.088354 ], [ -75.045685, 40.089021 ], [ -75.041488, 40.087338 ], [ -75.047286, 40.082932 ], [ -75.051031, 40.080086 ], [ -75.052737, 40.079427 ], [ -75.052327, 40.079859 ], [ -75.054083, 40.080901 ], [ -75.054568, 40.081271 ], [ -75.055386, 40.083679 ], [ -75.055093, 40.084078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118003", "device_counts": 629, "stop_counts": 1312 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23724, 39.98484 ], [ -75.234186, 39.983702 ], [ -75.234703, 39.985307 ], [ -75.234774, 39.986089 ], [ -75.232136, 39.986635 ], [ -75.230791, 39.982516 ], [ -75.2301, 39.981556 ], [ -75.228792, 39.980705 ], [ -75.228471, 39.97896 ], [ -75.2263, 39.977951 ], [ -75.226451, 39.977717 ], [ -75.226765, 39.977211 ], [ -75.230171, 39.978794 ], [ -75.23407, 39.980326 ], [ -75.239042, 39.98195 ], [ -75.23724, 39.98484 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065003", "device_counts": 353, "stop_counts": 1031 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233213, 39.935057 ], [ -75.230224, 39.937177 ], [ -75.229726, 39.936743 ], [ -75.228533, 39.935732 ], [ -75.231533, 39.933634 ], [ -75.233213, 39.935057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083011", "device_counts": 2358, "stop_counts": 8968 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250883, 39.959024 ], [ -75.248546, 39.960269 ], [ -75.247688, 39.962817 ], [ -75.246753, 39.962705 ], [ -75.242735, 39.962202 ], [ -75.243371, 39.959166 ], [ -75.24739, 39.959662 ], [ -75.247897, 39.95724 ], [ -75.249499, 39.957189 ], [ -75.250883, 39.959024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040023", "device_counts": 3271, "stop_counts": 5532 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171122, 39.918152 ], [ -75.170854, 39.91941 ], [ -75.167085, 39.918959 ], [ -75.167681, 39.916283 ], [ -75.171423, 39.916757 ], [ -75.171122, 39.918152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301004", "device_counts": 560, "stop_counts": 1643 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.095897, 40.019604 ], [ -75.094374, 40.021159 ], [ -75.092729, 40.023597 ], [ -75.090373, 40.022233 ], [ -75.091492, 40.021027 ], [ -75.089718, 40.019875 ], [ -75.091304, 40.017883 ], [ -75.09441, 40.019534 ], [ -75.095897, 40.019604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358003", "device_counts": 938, "stop_counts": 3060 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036495, 40.12039 ], [ -75.032646, 40.121786 ], [ -75.029773, 40.121875 ], [ -75.027824, 40.120924 ], [ -75.025511, 40.119714 ], [ -75.024606, 40.119216 ], [ -75.027242, 40.116639 ], [ -75.028062, 40.1157 ], [ -75.02923, 40.11597 ], [ -75.030059, 40.116298 ], [ -75.034996, 40.119328 ], [ -75.036495, 40.12039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010161003", "device_counts": 834, "stop_counts": 4707 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127363, 39.988792 ], [ -75.124728, 39.985801 ], [ -75.127022, 39.984597 ], [ -75.129641, 39.987546 ], [ -75.127363, 39.988792 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336004", "device_counts": 628, "stop_counts": 4582 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064491, 40.064588 ], [ -75.06304, 40.066143 ], [ -75.057697, 40.062787 ], [ -75.058323, 40.062116 ], [ -75.058923, 40.061473 ], [ -75.060101, 40.060221 ], [ -75.062124, 40.061348 ], [ -75.065685, 40.063332 ], [ -75.064491, 40.064588 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292002", "device_counts": 3041, "stop_counts": 9871 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.111228, 40.023211 ], [ -75.109611, 40.023588 ], [ -75.104059, 40.029441 ], [ -75.104306, 40.029846 ], [ -75.103068, 40.029895 ], [ -75.10292, 40.029929 ], [ -75.10267, 40.029987 ], [ -75.10128, 40.029514 ], [ -75.096726, 40.026698 ], [ -75.096038, 40.026567 ], [ -75.09399, 40.027037 ], [ -75.093609, 40.026718 ], [ -75.092414, 40.025353 ], [ -75.091879, 40.024435 ], [ -75.092729, 40.023597 ], [ -75.094374, 40.021159 ], [ -75.095897, 40.019604 ], [ -75.096744, 40.01873 ], [ -75.09704, 40.016018 ], [ -75.098916, 40.016433 ], [ -75.106018, 40.016352 ], [ -75.107063, 40.016777 ], [ -75.107446, 40.017517 ], [ -75.103204, 40.021057 ], [ -75.104845, 40.02356 ], [ -75.110242, 40.022242 ], [ -75.111228, 40.023211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177012", "device_counts": 1111, "stop_counts": 4768 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116414, 39.996881 ], [ -75.115447, 39.996753 ], [ -75.115107, 39.998347 ], [ -75.112923, 39.99806 ], [ -75.110983, 39.997801 ], [ -75.111558, 39.997475 ], [ -75.113387, 39.996493 ], [ -75.115778, 39.995167 ], [ -75.116751, 39.995294 ], [ -75.116414, 39.996881 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348021", "device_counts": 2001, "stop_counts": 6207 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.021707, 40.063392 ], [ -75.013126, 40.072071 ], [ -75.011311, 40.071169 ], [ -75.014109, 40.066867 ], [ -75.020575, 40.061252 ], [ -75.021185, 40.061691 ], [ -75.021992, 40.063113 ], [ -75.021707, 40.063392 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362012", "device_counts": 382, "stop_counts": 1900 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.990155, 40.084052 ], [ -74.987065, 40.086049 ], [ -74.98418, 40.089906 ], [ -74.981491, 40.087994 ], [ -74.980601, 40.087914 ], [ -74.980158, 40.086256 ], [ -74.981807, 40.082355 ], [ -74.985377, 40.082317 ], [ -74.987586, 40.082663 ], [ -74.988885, 40.083129 ], [ -74.990155, 40.084052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064003", "device_counts": 1240, "stop_counts": 4259 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247759, 39.921708 ], [ -75.247321, 39.922178 ], [ -75.245928, 39.924474 ], [ -75.244336, 39.92625 ], [ -75.243643, 39.930897 ], [ -75.242972, 39.93094 ], [ -75.243254, 39.92947 ], [ -75.243494, 39.926963 ], [ -75.242349, 39.926031 ], [ -75.239493, 39.928024 ], [ -75.236833, 39.925765 ], [ -75.23816, 39.924839 ], [ -75.239671, 39.923779 ], [ -75.246856, 39.918759 ], [ -75.247341, 39.918541 ], [ -75.247484, 39.919242 ], [ -75.247459, 39.921343 ], [ -75.247759, 39.921708 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363011", "device_counts": 14099, "stop_counts": 53825 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.976783, 40.095969 ], [ -74.97577, 40.096412 ], [ -74.972898, 40.096859 ], [ -74.971016, 40.096392 ], [ -74.970302, 40.096022 ], [ -74.96876, 40.094759 ], [ -74.966752, 40.092976 ], [ -74.965723, 40.091635 ], [ -74.961859, 40.093621 ], [ -74.958749, 40.096929 ], [ -74.956063, 40.09557 ], [ -74.955777, 40.095103 ], [ -74.956506, 40.093115 ], [ -74.958036, 40.089665 ], [ -74.958392, 40.084508 ], [ -74.958284, 40.084145 ], [ -74.962737, 40.077839 ], [ -74.964883, 40.077273 ], [ -74.966078, 40.081031 ], [ -74.966814, 40.082209 ], [ -74.968451, 40.084426 ], [ -74.971509, 40.087342 ], [ -74.976072, 40.090653 ], [ -74.97648, 40.091256 ], [ -74.976783, 40.095969 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289024", "device_counts": 385, "stop_counts": 890 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119823, 40.02412 ], [ -75.119603, 40.025117 ], [ -75.119735, 40.026017 ], [ -75.117173, 40.026386 ], [ -75.117389, 40.02504 ], [ -75.117959, 40.022349 ], [ -75.120136, 40.022627 ], [ -75.119823, 40.02412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291001", "device_counts": 3781, "stop_counts": 9934 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.114427, 40.039903 ], [ -75.112248, 40.04321 ], [ -75.111033, 40.044404 ], [ -75.110985, 40.046769 ], [ -75.109431, 40.045874 ], [ -75.111153, 40.042187 ], [ -75.10827, 40.042213 ], [ -75.104633, 40.040073 ], [ -75.103163, 40.039196 ], [ -75.101572, 40.038293 ], [ -75.098416, 40.036101 ], [ -75.100573, 40.033957 ], [ -75.101148, 40.033334 ], [ -75.104725, 40.035321 ], [ -75.105935, 40.0341 ], [ -75.10857, 40.035495 ], [ -75.108733, 40.036723 ], [ -75.110011, 40.039149 ], [ -75.112042, 40.037847 ], [ -75.113107, 40.036567 ], [ -75.113767, 40.037366 ], [ -75.114369, 40.0393 ], [ -75.114427, 40.039903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010143001", "device_counts": 4790, "stop_counts": 9625 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134428, 39.968791 ], [ -75.130452, 39.970189 ], [ -75.12899, 39.967518 ], [ -75.127301, 39.968823 ], [ -75.127225, 39.970029 ], [ -75.126535, 39.970303 ], [ -75.126008, 39.969362 ], [ -75.124954, 39.969879 ], [ -75.125899, 39.971765 ], [ -75.123489, 39.972651 ], [ -75.122592, 39.97388 ], [ -75.121504, 39.97321 ], [ -75.119617, 39.97295 ], [ -75.120231, 39.972387 ], [ -75.121806, 39.970925 ], [ -75.122211, 39.970172 ], [ -75.1189552837088, 39.965528846214504 ], [ -75.11922, 39.965412 ], [ -75.123862977243505, 39.962819168552294 ], [ -75.125416361661095, 39.961951694137291 ], [ -75.128697, 39.966977 ], [ -75.134347, 39.964477 ], [ -75.134428, 39.968791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188004", "device_counts": 607, "stop_counts": 952 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109617, 39.995123 ], [ -75.108487, 39.994991 ], [ -75.106215, 39.996224 ], [ -75.104043, 39.997555 ], [ -75.103369, 39.996794 ], [ -75.102674, 39.996008 ], [ -75.108144, 39.993156 ], [ -75.108659, 39.993741 ], [ -75.109617, 39.995123 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290002", "device_counts": 481, "stop_counts": 4284 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117268, 40.031624 ], [ -75.112876, 40.031991 ], [ -75.112028, 40.030797 ], [ -75.111075, 40.031061 ], [ -75.110825, 40.029623 ], [ -75.112821, 40.027627 ], [ -75.112759, 40.027349 ], [ -75.112773, 40.027036 ], [ -75.114461, 40.026784 ], [ -75.115139, 40.029057 ], [ -75.116846, 40.028803 ], [ -75.11721, 40.030312 ], [ -75.118184, 40.030534 ], [ -75.117268, 40.031624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019802001", "device_counts": 2206, "stop_counts": 6249 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076363, 40.087265 ], [ -75.07127, 40.092532 ], [ -75.069456, 40.094411 ], [ -75.068496, 40.094573 ], [ -75.063708, 40.090568 ], [ -75.058343, 40.090153 ], [ -75.057068, 40.089697 ], [ -75.055807, 40.088095 ], [ -75.056738, 40.086984 ], [ -75.054985, 40.081228 ], [ -75.052737, 40.079427 ], [ -75.051031, 40.080086 ], [ -75.047286, 40.082932 ], [ -75.046249, 40.081459 ], [ -75.043495, 40.07805 ], [ -75.04312, 40.077166 ], [ -75.041869, 40.075429 ], [ -75.039748, 40.072411 ], [ -75.042114, 40.070038 ], [ -75.0406, 40.068042 ], [ -75.03528, 40.064995 ], [ -75.034225, 40.062701 ], [ -75.035532, 40.05881 ], [ -75.035062, 40.057327 ], [ -75.036019, 40.051602 ], [ -75.032754, 40.052569 ], [ -75.031695, 40.051607 ], [ -75.026753, 40.050779 ], [ -75.024173, 40.051483 ], [ -75.023374, 40.055334 ], [ -75.017956, 40.052322 ], [ -75.0172, 40.051445 ], [ -75.016833, 40.049374 ], [ -75.019409, 40.046474 ], [ -75.018502, 40.044081 ], [ -75.020392, 40.04353 ], [ -75.020499, 40.043542 ], [ -75.021752, 40.043668 ], [ -75.020489, 40.04639 ], [ -75.021343, 40.048294 ], [ -75.023007, 40.049197 ], [ -75.026037, 40.048163 ], [ -75.030489, 40.048407 ], [ -75.031781, 40.047141 ], [ -75.031636, 40.04566 ], [ -75.033824, 40.04466 ], [ -75.043694, 40.047502 ], [ -75.045269, 40.046509 ], [ -75.047775, 40.046246 ], [ -75.051682, 40.046963 ], [ -75.051146, 40.048113 ], [ -75.051057, 40.049022 ], [ -75.04796, 40.048016 ], [ -75.045149, 40.048854 ], [ -75.042279, 40.049992 ], [ -75.040247, 40.053158 ], [ -75.040059, 40.054079 ], [ -75.039449, 40.055286 ], [ -75.038719, 40.056435 ], [ -75.038539, 40.060858 ], [ -75.041907, 40.064683 ], [ -75.044675, 40.06484 ], [ -75.047963, 40.066822 ], [ -75.047114, 40.068037 ], [ -75.047762, 40.069395 ], [ -75.047381, 40.070558 ], [ -75.045884, 40.069653 ], [ -75.044088, 40.072639 ], [ -75.045793, 40.075329 ], [ -75.048258, 40.077034 ], [ -75.049347, 40.077036 ], [ -75.055857, 40.073249 ], [ -75.05821, 40.074605 ], [ -75.065724, 40.070193 ], [ -75.068862, 40.071845 ], [ -75.068958, 40.072358 ], [ -75.067333, 40.075504 ], [ -75.066273, 40.077544 ], [ -75.067597, 40.0788 ], [ -75.068463, 40.080164 ], [ -75.062288, 40.084478 ], [ -75.068235, 40.085035 ], [ -75.071691, 40.086977 ], [ -75.074488, 40.086788 ], [ -75.073616, 40.087907 ], [ -75.076363, 40.087265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010242001", "device_counts": 405, "stop_counts": 2028 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17061, 40.033131 ], [ -75.169211, 40.032314 ], [ -75.166655, 40.03089 ], [ -75.166488, 40.030794 ], [ -75.168308, 40.029173 ], [ -75.169816, 40.02845 ], [ -75.173482, 40.030336 ], [ -75.17061, 40.033131 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215001", "device_counts": 809, "stop_counts": 4367 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228179, 40.037082 ], [ -75.226159, 40.038361 ], [ -75.228104, 40.040855 ], [ -75.226267, 40.042401 ], [ -75.225234, 40.041319 ], [ -75.222808, 40.038112 ], [ -75.225727, 40.03676 ], [ -75.227199, 40.035255 ], [ -75.228179, 40.037082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081025", "device_counts": 328, "stop_counts": 864 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234212, 39.954521 ], [ -75.232153, 39.954262 ], [ -75.229999, 39.953996 ], [ -75.230323, 39.952475 ], [ -75.234531, 39.953 ], [ -75.234212, 39.954521 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118001", "device_counts": 333, "stop_counts": 332 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.237785, 39.990669 ], [ -75.236255, 39.990971 ], [ -75.233713, 39.992176 ], [ -75.233672, 39.991882 ], [ -75.233528, 39.990653 ], [ -75.232932, 39.988934 ], [ -75.237488, 39.987996 ], [ -75.237879, 39.990229 ], [ -75.237785, 39.990669 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093004", "device_counts": 1040, "stop_counts": 2129 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226891, 39.963415 ], [ -75.22422, 39.963086 ], [ -75.224541, 39.961567 ], [ -75.224868, 39.960005 ], [ -75.227443, 39.960311 ], [ -75.226891, 39.963415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291002", "device_counts": 1146, "stop_counts": 4539 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112042, 40.037847 ], [ -75.110011, 40.039149 ], [ -75.108733, 40.036723 ], [ -75.10857, 40.035495 ], [ -75.105935, 40.0341 ], [ -75.106912, 40.033135 ], [ -75.107909, 40.03215 ], [ -75.109057, 40.031741 ], [ -75.111075, 40.031061 ], [ -75.110667, 40.033249 ], [ -75.111312, 40.034539 ], [ -75.11177, 40.03486 ], [ -75.113107, 40.036567 ], [ -75.112042, 40.037847 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158003", "device_counts": 1425, "stop_counts": 3482 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131239, 39.97165 ], [ -75.129224, 39.972357 ], [ -75.127903, 39.972811 ], [ -75.123391, 39.974403 ], [ -75.122592, 39.97388 ], [ -75.123489, 39.972651 ], [ -75.125899, 39.971765 ], [ -75.127102, 39.97135 ], [ -75.127716, 39.971081 ], [ -75.129432, 39.970543 ], [ -75.130452, 39.970189 ], [ -75.131239, 39.97165 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010033005", "device_counts": 379, "stop_counts": 1415 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194133, 39.935048 ], [ -75.193873, 39.936286 ], [ -75.193315, 39.936206 ], [ -75.191274, 39.935934 ], [ -75.192322, 39.931054 ], [ -75.193353, 39.931185 ], [ -75.192826, 39.933628 ], [ -75.194408, 39.933822 ], [ -75.194133, 39.935048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060004", "device_counts": 1372, "stop_counts": 2853 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243821, 39.916027 ], [ -75.242454, 39.916907 ], [ -75.241088, 39.917868 ], [ -75.238984, 39.916102 ], [ -75.237599, 39.914934 ], [ -75.238949, 39.913959 ], [ -75.240333, 39.912999 ], [ -75.242832, 39.911272 ], [ -75.243226, 39.913112 ], [ -75.244935, 39.91545 ], [ -75.243821, 39.916027 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310004", "device_counts": 309, "stop_counts": 761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076223, 40.046386 ], [ -75.075637, 40.047005 ], [ -75.07207, 40.045024 ], [ -75.072645, 40.044394 ], [ -75.073836, 40.043174 ], [ -75.077403, 40.045139 ], [ -75.076223, 40.046386 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010361003", "device_counts": 1095, "stop_counts": 2865 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.991264, 40.095778 ], [ -74.987151, 40.098943 ], [ -74.986603, 40.096475 ], [ -74.981539, 40.094456 ], [ -74.982114, 40.091942 ], [ -74.982385, 40.091724 ], [ -74.98418, 40.089906 ], [ -74.987421, 40.09255 ], [ -74.989094, 40.093928 ], [ -74.991264, 40.095778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010381002", "device_counts": 6945, "stop_counts": 28248 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.04879, 40.018141 ], [ -75.045381, 40.019868 ], [ -75.039452, 40.022917 ], [ -75.032752, 40.02705 ], [ -75.028413, 40.029758 ], [ -75.021603, 40.033996 ], [ -75.018427, 40.033507 ], [ -75.022508, 40.030832 ], [ -75.015583, 40.023134 ], [ -75.013803495273393, 40.020211161024498 ], [ -75.015515, 40.019511 ], [ -75.021195066674494, 40.018207388098602 ], [ -75.030467830814501, 40.016079228979407 ], [ -75.034216, 40.015219 ], [ -75.042889, 40.012032 ], [ -75.042966449521089, 40.011993450381205 ], [ -75.043218536113002, 40.011867977145386 ], [ -75.047798, 40.017326 ], [ -75.04879, 40.018141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245002", "device_counts": 612, "stop_counts": 2189 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16327, 40.02896 ], [ -75.161239, 40.030941 ], [ -75.162906, 40.031923 ], [ -75.159601, 40.035137 ], [ -75.15764, 40.033206 ], [ -75.158124, 40.030825 ], [ -75.159033, 40.030316 ], [ -75.159551, 40.023925 ], [ -75.160053, 40.026023 ], [ -75.160983, 40.027253 ], [ -75.161425, 40.027764 ], [ -75.16327, 40.02896 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086022", "device_counts": 910, "stop_counts": 3208 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219421, 39.956979 ], [ -75.215471, 39.956489 ], [ -75.214643, 39.955607 ], [ -75.215872, 39.954586 ], [ -75.219823, 39.955076 ], [ -75.219421, 39.956979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191001", "device_counts": 990, "stop_counts": 1795 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112161, 40.012085 ], [ -75.111811, 40.013662 ], [ -75.105099, 40.012784 ], [ -75.105434, 40.011197 ], [ -75.108087, 40.011547 ], [ -75.108368, 40.009952 ], [ -75.112497, 40.010489 ], [ -75.112161, 40.012085 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348013", "device_counts": 5473, "stop_counts": 11838 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024345, 40.05644 ], [ -75.022122, 40.056373 ], [ -75.019047, 40.056391 ], [ -75.019023, 40.054967 ], [ -75.016153, 40.051807 ], [ -75.015641, 40.050595 ], [ -75.015331, 40.050165 ], [ -75.012956, 40.051541 ], [ -75.0112, 40.053653 ], [ -75.010143, 40.054607 ], [ -75.012828, 40.056404 ], [ -75.008555, 40.057808 ], [ -75.008245, 40.057796 ], [ -75.007814, 40.057407 ], [ -75.004795, 40.054747 ], [ -75.007886, 40.052381 ], [ -75.008224, 40.052113 ], [ -75.012273, 40.048885 ], [ -75.016377, 40.045672 ], [ -75.018502, 40.044081 ], [ -75.019409, 40.046474 ], [ -75.016833, 40.049374 ], [ -75.0172, 40.051445 ], [ -75.017956, 40.052322 ], [ -75.023374, 40.055334 ], [ -75.024345, 40.05644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008033", "device_counts": 6287, "stop_counts": 12468 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174173, 39.948921 ], [ -75.173085, 39.948799 ], [ -75.172752, 39.950398 ], [ -75.170667, 39.950131 ], [ -75.17118, 39.947784 ], [ -75.174323, 39.948177 ], [ -75.174173, 39.948921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284004", "device_counts": 884, "stop_counts": 1206 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141328, 40.022091 ], [ -75.140979, 40.023667 ], [ -75.137001, 40.022923 ], [ -75.136799, 40.022663 ], [ -75.135939, 40.02305 ], [ -75.135854, 40.023082 ], [ -75.135664, 40.023155 ], [ -75.135818, 40.020645 ], [ -75.13674, 40.019958 ], [ -75.138463, 40.020171 ], [ -75.140105, 40.02039 ], [ -75.14126, 40.020456 ], [ -75.141589, 40.020811 ], [ -75.141328, 40.022091 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014001", "device_counts": 2049, "stop_counts": 5377 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177554, 39.942487 ], [ -75.175628, 39.942254 ], [ -75.175241, 39.943969 ], [ -75.175054, 39.944832 ], [ -75.171906, 39.944443 ], [ -75.172104, 39.943577 ], [ -75.170532, 39.94338 ], [ -75.170955, 39.941404 ], [ -75.174104, 39.941793 ], [ -75.177598, 39.942228 ], [ -75.177554, 39.942487 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013005", "device_counts": 2183, "stop_counts": 6524 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193985, 39.942154 ], [ -75.191495, 39.943153 ], [ -75.187231, 39.947176 ], [ -75.186393, 39.946567 ], [ -75.185685, 39.946159 ], [ -75.18188, 39.945691 ], [ -75.179409, 39.945377 ], [ -75.180611, 39.944631 ], [ -75.183366, 39.942946 ], [ -75.184474, 39.942274 ], [ -75.181002, 39.941863 ], [ -75.181494, 39.939687 ], [ -75.18314, 39.939895 ], [ -75.184956, 39.940084 ], [ -75.186551, 39.94023 ], [ -75.18824, 39.939878 ], [ -75.188712, 39.939567 ], [ -75.192664, 39.941567 ], [ -75.193985, 39.942154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175001", "device_counts": 527, "stop_counts": 2930 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147404, 39.99924 ], [ -75.146219, 39.999668 ], [ -75.143346, 40.000743 ], [ -75.142805, 40.000294 ], [ -75.143145, 39.998701 ], [ -75.143792, 39.995715 ], [ -75.14708, 39.996143 ], [ -75.146731, 39.997627 ], [ -75.147404, 39.99924 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010203001", "device_counts": 2458, "stop_counts": 5469 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152163, 40.01254 ], [ -75.150585, 40.012283 ], [ -75.147247, 40.011906 ], [ -75.147325, 40.010382 ], [ -75.147603, 40.008779 ], [ -75.148277, 40.005697 ], [ -75.148817, 40.002698 ], [ -75.15109, 40.009934 ], [ -75.151428, 40.010903 ], [ -75.152163, 40.01254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192005", "device_counts": 581, "stop_counts": 1430 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124732, 40.001124 ], [ -75.119644, 40.000464 ], [ -75.116722, 40.000088 ], [ -75.117055, 39.998601 ], [ -75.118994, 39.998852 ], [ -75.120933, 39.999097 ], [ -75.125058, 39.999628 ], [ -75.124732, 40.001124 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321001", "device_counts": 451, "stop_counts": 671 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.063385, 40.01552 ], [ -75.059304, 40.017638 ], [ -75.057542, 40.015615 ], [ -75.053922, 40.017488 ], [ -75.052816, 40.016119 ], [ -75.056898, 40.014204 ], [ -75.059285, 40.013387 ], [ -75.061339, 40.012764 ], [ -75.061413, 40.013284 ], [ -75.062519, 40.014542 ], [ -75.063385, 40.01552 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299002", "device_counts": 889, "stop_counts": 3231 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079279, 40.010409 ], [ -75.075229, 40.012101 ], [ -75.073295, 40.012543 ], [ -75.072866, 40.011395 ], [ -75.06999, 40.012032 ], [ -75.069786, 40.011543 ], [ -75.069508, 40.010798 ], [ -75.070581, 40.010533 ], [ -75.072371, 40.010089 ], [ -75.078448, 40.008586 ], [ -75.078749, 40.009878 ], [ -75.079279, 40.010409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010288001", "device_counts": 788, "stop_counts": 3478 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127922, 40.021979 ], [ -75.127588, 40.021935 ], [ -75.124346, 40.021552 ], [ -75.122425, 40.021314 ], [ -75.122752, 40.019722 ], [ -75.124687, 40.019957 ], [ -75.125023, 40.018435 ], [ -75.128883, 40.018945 ], [ -75.127922, 40.021979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237004", "device_counts": 886, "stop_counts": 1242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188499, 40.050211 ], [ -75.186752, 40.050103 ], [ -75.185221, 40.051585 ], [ -75.184693, 40.050641 ], [ -75.184573, 40.050403 ], [ -75.183398, 40.048254 ], [ -75.182203, 40.045894 ], [ -75.18308, 40.045068 ], [ -75.184524, 40.043654 ], [ -75.187332, 40.045452 ], [ -75.185932, 40.046809 ], [ -75.187368, 40.047688 ], [ -75.188491, 40.048838 ], [ -75.188499, 40.050211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010244003", "device_counts": 628, "stop_counts": 1725 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.169124, 40.023865 ], [ -75.166395, 40.026593 ], [ -75.163749, 40.029255 ], [ -75.16327, 40.02896 ], [ -75.161425, 40.027764 ], [ -75.160983, 40.027253 ], [ -75.165275, 40.024087 ], [ -75.166993, 40.025012 ], [ -75.168482, 40.023512 ], [ -75.169124, 40.023865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254004", "device_counts": 908, "stop_counts": 4279 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181313, 40.061221 ], [ -75.176526, 40.065896 ], [ -75.175327, 40.065216 ], [ -75.170787, 40.0626 ], [ -75.173445, 40.059867 ], [ -75.174312, 40.058142 ], [ -75.177077, 40.060236 ], [ -75.178248, 40.059704 ], [ -75.179314, 40.060393 ], [ -75.181313, 40.061221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010262004", "device_counts": 410, "stop_counts": 1285 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173459, 40.067054 ], [ -75.172207, 40.068288 ], [ -75.168757, 40.065479 ], [ -75.168099, 40.065219 ], [ -75.165714, 40.06439 ], [ -75.168641, 40.061373 ], [ -75.170787, 40.0626 ], [ -75.175327, 40.065216 ], [ -75.173459, 40.067054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278004", "device_counts": 1617, "stop_counts": 6731 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15082, 40.048518 ], [ -75.148345, 40.048204 ], [ -75.147672, 40.048117 ], [ -75.144959, 40.04868 ], [ -75.142898, 40.047493 ], [ -75.143547, 40.044426 ], [ -75.146776, 40.044848 ], [ -75.148225, 40.0456 ], [ -75.150148, 40.045658 ], [ -75.15068, 40.046352 ], [ -75.150967, 40.046767 ], [ -75.15082, 40.048518 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280003", "device_counts": 637, "stop_counts": 1075 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154776, 40.031452 ], [ -75.154034, 40.031564 ], [ -75.152369, 40.031387 ], [ -75.153282, 40.029955 ], [ -75.15152, 40.027556 ], [ -75.151263, 40.027186 ], [ -75.150781, 40.026565 ], [ -75.152086, 40.026744 ], [ -75.153761, 40.025871 ], [ -75.154245, 40.025634 ], [ -75.154064, 40.026198 ], [ -75.155694, 40.02613 ], [ -75.154776, 40.031452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010309001", "device_counts": 638, "stop_counts": 2104 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086165, 40.050024 ], [ -75.082888, 40.048197 ], [ -75.080987, 40.047133 ], [ -75.079188, 40.046133 ], [ -75.080351, 40.044905 ], [ -75.082674, 40.04242 ], [ -75.085031, 40.043731 ], [ -75.082343, 40.045991 ], [ -75.086975, 40.048567 ], [ -75.086165, 40.050024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335002", "device_counts": 4511, "stop_counts": 10527 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068503, 40.05259 ], [ -75.065544, 40.055704 ], [ -75.064818, 40.055218 ], [ -75.062881, 40.055983 ], [ -75.061736, 40.055892 ], [ -75.060891, 40.056823 ], [ -75.057125, 40.054722 ], [ -75.058283, 40.053484 ], [ -75.060654, 40.050999 ], [ -75.058284, 40.049688 ], [ -75.059937, 40.047751 ], [ -75.061374, 40.048585 ], [ -75.063437, 40.049751 ], [ -75.066045, 40.051181 ], [ -75.068503, 40.05259 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010312002", "device_counts": 630, "stop_counts": 2107 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07862, 40.038205 ], [ -75.07821, 40.038617 ], [ -75.077394, 40.039464 ], [ -75.075336, 40.038281 ], [ -75.07355, 40.037298 ], [ -75.070523, 40.035618 ], [ -75.070001, 40.03532 ], [ -75.071097, 40.034742 ], [ -75.074439, 40.03398 ], [ -75.074901, 40.034935 ], [ -75.077266, 40.036262 ], [ -75.079265, 40.037516 ], [ -75.07862, 40.038205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010332002", "device_counts": 1067, "stop_counts": 4328 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050465, 40.044662 ], [ -75.046204, 40.041796 ], [ -75.044877, 40.043079 ], [ -75.045201, 40.044354 ], [ -75.045269, 40.046509 ], [ -75.043694, 40.047502 ], [ -75.033824, 40.04466 ], [ -75.034393, 40.044379 ], [ -75.038285, 40.042589 ], [ -75.040003, 40.041793 ], [ -75.043322, 40.040305 ], [ -75.045919, 40.039643 ], [ -75.047424, 40.040497 ], [ -75.049027, 40.041412 ], [ -75.052228, 40.043271 ], [ -75.050465, 40.044662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010333003", "device_counts": 1139, "stop_counts": 1872 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050943, 40.050215 ], [ -75.050464, 40.052507 ], [ -75.047749, 40.055363 ], [ -75.046537, 40.056567 ], [ -75.045268, 40.055875 ], [ -75.046558, 40.05458 ], [ -75.044906, 40.053657 ], [ -75.04703, 40.052268 ], [ -75.045149, 40.048854 ], [ -75.04796, 40.048016 ], [ -75.051057, 40.049022 ], [ -75.050943, 40.050215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344004", "device_counts": 1062, "stop_counts": 2827 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069456, 40.094411 ], [ -75.060318, 40.103859 ], [ -75.058342, 40.105892 ], [ -75.054321, 40.108692 ], [ -75.05401, 40.108143 ], [ -75.053057, 40.10618 ], [ -75.050974, 40.103122 ], [ -75.054966, 40.100963 ], [ -75.054861, 40.100183 ], [ -75.059388, 40.096462 ], [ -75.063708, 40.090568 ], [ -75.068496, 40.094573 ], [ -75.069456, 40.094411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010017002", "device_counts": 2025, "stop_counts": 4257 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153065, 39.938763 ], [ -75.152771, 39.940039 ], [ -75.151773, 39.939548 ], [ -75.148157, 39.938899 ], [ -75.148694, 39.936486 ], [ -75.150229, 39.936921 ], [ -75.153286, 39.937736 ], [ -75.153065, 39.938763 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019805001", "device_counts": 1365, "stop_counts": 2822 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147143, 40.01901 ], [ -75.147139, 40.019518 ], [ -75.14711, 40.02128 ], [ -75.146379, 40.021204 ], [ -75.145593, 40.021104 ], [ -75.143223, 40.020796 ], [ -75.141589, 40.020811 ], [ -75.14126, 40.020456 ], [ -75.140105, 40.02039 ], [ -75.141126, 40.015818 ], [ -75.141745, 40.012939 ], [ -75.147205, 40.015188 ], [ -75.147143, 40.01901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008043", "device_counts": 6061, "stop_counts": 14220 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167517, 39.949744 ], [ -75.16594, 39.949553 ], [ -75.166362, 39.947633 ], [ -75.164752, 39.947424 ], [ -75.164845, 39.946999 ], [ -75.166458, 39.947196 ], [ -75.16803, 39.947386 ], [ -75.167517, 39.949744 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010369002", "device_counts": 16557, "stop_counts": 91549 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.207838, 39.941286 ], [ -75.20506, 39.943624 ], [ -75.205367, 39.944994 ], [ -75.207046, 39.946754 ], [ -75.205656, 39.948053 ], [ -75.205167, 39.948522 ], [ -75.201156, 39.949839 ], [ -75.199427, 39.950419 ], [ -75.199204, 39.951257 ], [ -75.197243, 39.951021 ], [ -75.195322, 39.950781 ], [ -75.191689, 39.95032 ], [ -75.187231, 39.947176 ], [ -75.191495, 39.943153 ], [ -75.193985, 39.942154 ], [ -75.200277, 39.943652 ], [ -75.202929, 39.943301 ], [ -75.204582, 39.942352 ], [ -75.205185, 39.941116 ], [ -75.207099, 39.941281 ], [ -75.207838, 39.941286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019807001", "device_counts": 26071, "stop_counts": 100638 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174808, 39.899179 ], [ -75.170885, 39.898848 ], [ -75.16566, 39.899583 ], [ -75.163309, 39.910567 ], [ -75.165482, 39.911531 ], [ -75.160789, 39.910942 ], [ -75.149188, 39.908604 ], [ -75.148124, 39.913772 ], [ -75.147357, 39.91509 ], [ -75.146538, 39.91884 ], [ -75.147813, 39.919001 ], [ -75.14769, 39.920273 ], [ -75.147431, 39.921502 ], [ -75.14691, 39.923887 ], [ -75.147842, 39.924015 ], [ -75.146985, 39.927665 ], [ -75.146413, 39.930114 ], [ -75.137217, 39.928886 ], [ -75.135346189189193, 39.929269135135087 ], [ -75.135022972973005, 39.927329837837803 ], [ -75.13502, 39.927312 ], [ -75.13282, 39.921612 ], [ -75.13012, 39.917013 ], [ -75.12792, 39.911813 ], [ -75.129004411764697, 39.907475352941191 ], [ -75.13082, 39.900213 ], [ -75.13342, 39.896213 ], [ -75.135984863397894, 39.893195957332175 ], [ -75.144184, 39.895633 ], [ -75.151526, 39.896647 ], [ -75.154644, 39.896849 ], [ -75.169028, 39.897243 ], [ -75.174959, 39.898488 ], [ -75.174808, 39.899179 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010021001", "device_counts": 1220, "stop_counts": 4701 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179839, 39.939478 ], [ -75.178251, 39.939268 ], [ -75.17631, 39.939021 ], [ -75.178464, 39.938278 ], [ -75.17717, 39.936933 ], [ -75.178514, 39.935544 ], [ -75.179035, 39.935612 ], [ -75.180621, 39.935816 ], [ -75.179839, 39.939478 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010023002", "device_counts": 4385, "stop_counts": 11032 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16764, 39.93415 ], [ -75.167303, 39.935695 ], [ -75.167236, 39.935685 ], [ -75.160437, 39.934549 ], [ -75.160199, 39.9356 ], [ -75.158669, 39.935226 ], [ -75.157351, 39.934897 ], [ -75.159517, 39.9331 ], [ -75.167578, 39.934143 ], [ -75.16764, 39.93415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175006", "device_counts": 862, "stop_counts": 1367 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147717, 39.999974 ], [ -75.142416, 40.00195 ], [ -75.139876, 40.002845 ], [ -75.137669, 40.003645 ], [ -75.137847, 40.002799 ], [ -75.138524, 39.999743 ], [ -75.140498, 39.999993 ], [ -75.141568, 40.000126 ], [ -75.142805, 40.000294 ], [ -75.143346, 40.000743 ], [ -75.146219, 39.999668 ], [ -75.147404, 39.99924 ], [ -75.147717, 39.999974 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065006", "device_counts": 941, "stop_counts": 1688 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240969, 39.943762 ], [ -75.238875, 39.94468 ], [ -75.237132, 39.943237 ], [ -75.236424, 39.942646 ], [ -75.233632, 39.940292 ], [ -75.23242, 39.938995 ], [ -75.231766, 39.93846 ], [ -75.233873, 39.937703 ], [ -75.234499, 39.93613 ], [ -75.235249, 39.934997 ], [ -75.236833, 39.933768 ], [ -75.235002, 39.938127 ], [ -75.240697, 39.939075 ], [ -75.240367, 39.942171 ], [ -75.243542, 39.942306 ], [ -75.240969, 39.943762 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067007", "device_counts": 578, "stop_counts": 4076 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227309, 39.927571 ], [ -75.22278, 39.930749 ], [ -75.222696, 39.930808 ], [ -75.220588, 39.929047 ], [ -75.21931, 39.928012 ], [ -75.221562, 39.924744 ], [ -75.22216, 39.923892 ], [ -75.223452, 39.92489 ], [ -75.22484, 39.926055 ], [ -75.226681, 39.927543 ], [ -75.22869, 39.926602 ], [ -75.227309, 39.927571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010109003", "device_counts": 1263, "stop_counts": 2954 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194727, 39.964903 ], [ -75.191826, 39.965222 ], [ -75.191719, 39.964652 ], [ -75.191494, 39.963503 ], [ -75.187551, 39.963931 ], [ -75.187415, 39.963367 ], [ -75.191389, 39.962922 ], [ -75.194297, 39.962607 ], [ -75.194727, 39.964903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091003", "device_counts": 1777, "stop_counts": 4094 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.202235, 39.961643 ], [ -75.199436, 39.962042 ], [ -75.198844, 39.960637 ], [ -75.198681, 39.959429 ], [ -75.201137, 39.959242 ], [ -75.199622, 39.95686 ], [ -75.201953, 39.957149 ], [ -75.201824, 39.957827 ], [ -75.201971, 39.959176 ], [ -75.202235, 39.961643 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102002", "device_counts": 1651, "stop_counts": 6517 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235356, 39.968509 ], [ -75.232228, 39.968829 ], [ -75.231833, 39.96746 ], [ -75.230162, 39.968216 ], [ -75.228248, 39.968409 ], [ -75.228149, 39.967843 ], [ -75.22786, 39.966191 ], [ -75.227679, 39.965072 ], [ -75.22992, 39.965352 ], [ -75.23189, 39.965593 ], [ -75.235842, 39.966085 ], [ -75.235356, 39.968509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100004", "device_counts": 707, "stop_counts": 2444 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.255196, 39.97426 ], [ -75.251914, 39.974623 ], [ -75.250203, 39.974815 ], [ -75.249901, 39.973197 ], [ -75.24887, 39.972339 ], [ -75.249177, 39.970857 ], [ -75.250481, 39.96946 ], [ -75.255123, 39.970036 ], [ -75.254752, 39.971527 ], [ -75.255196, 39.97426 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107004", "device_counts": 630, "stop_counts": 692 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208356, 39.970706 ], [ -75.205907, 39.970875 ], [ -75.205979, 39.971429 ], [ -75.203722, 39.970929 ], [ -75.203258, 39.968447 ], [ -75.207839, 39.967943 ], [ -75.208038, 39.968984 ], [ -75.208356, 39.970706 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010120002", "device_counts": 2283, "stop_counts": 3603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235298, 39.99707 ], [ -75.230896, 39.99913 ], [ -75.227462, 40.000746 ], [ -75.226563, 39.999216 ], [ -75.225664, 39.995848 ], [ -75.231762, 39.99309 ], [ -75.233713, 39.992176 ], [ -75.234027, 39.994736 ], [ -75.234136, 39.995598 ], [ -75.235298, 39.99707 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170001", "device_counts": 1981, "stop_counts": 3646 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192225, 40.00722 ], [ -75.190514, 40.008407 ], [ -75.186537, 40.009831 ], [ -75.185674, 40.01012 ], [ -75.185412, 40.009513 ], [ -75.187821, 40.006102 ], [ -75.186477, 40.005921 ], [ -75.186349, 40.006533 ], [ -75.18535, 40.006527 ], [ -75.183204, 40.006624 ], [ -75.18335, 40.005521 ], [ -75.183644, 40.004204 ], [ -75.181141, 40.003697 ], [ -75.183953, 40.002838 ], [ -75.184564, 40.002493 ], [ -75.186812, 40.000434 ], [ -75.186861, 40.000409 ], [ -75.188447, 40.000272 ], [ -75.191754, 39.999748 ], [ -75.19132, 40.003715 ], [ -75.192467, 40.006482 ], [ -75.192225, 40.00722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137005", "device_counts": 1722, "stop_counts": 4871 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.189882, 39.977933 ], [ -75.189076, 39.979387 ], [ -75.188661, 39.981207 ], [ -75.185497, 39.980804 ], [ -75.183838, 39.980585 ], [ -75.184439, 39.977788 ], [ -75.184945, 39.975479 ], [ -75.185394, 39.973417 ], [ -75.186368, 39.973537 ], [ -75.187816, 39.976363 ], [ -75.189674, 39.977173 ], [ -75.189882, 39.977933 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010148001", "device_counts": 1292, "stop_counts": 2843 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172503, 39.980592 ], [ -75.172161, 39.9821 ], [ -75.167076, 39.981454 ], [ -75.165511, 39.981244 ], [ -75.165849, 39.979714 ], [ -75.16616, 39.978308 ], [ -75.170287, 39.978845 ], [ -75.171213, 39.978952 ], [ -75.172799, 39.97916 ], [ -75.172503, 39.980592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010145002", "device_counts": 808, "stop_counts": 1348 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149734, 39.976182 ], [ -75.145559, 39.975638 ], [ -75.146082, 39.972833 ], [ -75.150315, 39.973382 ], [ -75.149734, 39.976182 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010142002", "device_counts": 10805, "stop_counts": 42031 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145018, 39.970191 ], [ -75.143095, 39.969954 ], [ -75.140665, 39.969652 ], [ -75.139578, 39.969515 ], [ -75.135143, 39.968687 ], [ -75.134428, 39.968791 ], [ -75.134347, 39.964477 ], [ -75.128697, 39.966977 ], [ -75.125416361661095, 39.961951694137291 ], [ -75.12692, 39.961112 ], [ -75.13012, 39.958712 ], [ -75.130217089517501, 39.958589210316127 ], [ -75.136755, 39.962766 ], [ -75.138081, 39.962936 ], [ -75.138827, 39.963129 ], [ -75.142528, 39.964985 ], [ -75.144002, 39.96567 ], [ -75.143524, 39.967942 ], [ -75.145487, 39.96823 ], [ -75.145018, 39.970191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010162002", "device_counts": 1010, "stop_counts": 3205 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145126, 39.986485 ], [ -75.1435, 39.986275 ], [ -75.14152, 39.986016 ], [ -75.139669, 39.985802 ], [ -75.13746, 39.985492 ], [ -75.136759, 39.985402 ], [ -75.137443, 39.982223 ], [ -75.138137, 39.982312 ], [ -75.139868, 39.982536 ], [ -75.144169, 39.983092 ], [ -75.14405, 39.983721 ], [ -75.144154, 39.984724 ], [ -75.145126, 39.986485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157003", "device_counts": 3650, "stop_counts": 10806 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138768, 39.979323 ], [ -75.136423, 39.97902 ], [ -75.136739, 39.977527 ], [ -75.13437, 39.977219 ], [ -75.133733, 39.980208 ], [ -75.13319, 39.980134 ], [ -75.130448, 39.978589 ], [ -75.131238, 39.977786 ], [ -75.13267, 39.975304 ], [ -75.133374, 39.97409 ], [ -75.139715, 39.974897 ], [ -75.138768, 39.979323 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010206001", "device_counts": 1900, "stop_counts": 9584 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191105, 40.021663 ], [ -75.190007, 40.022524 ], [ -75.181668, 40.025657 ], [ -75.178141, 40.022595 ], [ -75.176861, 40.021501 ], [ -75.173246, 40.018411 ], [ -75.172342, 40.017604 ], [ -75.174037, 40.016962 ], [ -75.175669, 40.016051 ], [ -75.182239, 40.011676 ], [ -75.185937, 40.014895 ], [ -75.187708, 40.01641 ], [ -75.190034, 40.018727 ], [ -75.192405, 40.020495 ], [ -75.191105, 40.021663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036003", "device_counts": 2611, "stop_counts": 5652 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193156, 39.924592 ], [ -75.194623, 39.92681 ], [ -75.194153, 39.927514 ], [ -75.186029, 39.926481 ], [ -75.186937, 39.922318 ], [ -75.189653, 39.921807 ], [ -75.192494, 39.921266 ], [ -75.195045, 39.921011 ], [ -75.193156, 39.924592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010383001", "device_counts": 5862, "stop_counts": 21145 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137529, 40.004304 ], [ -75.136858, 40.007394 ], [ -75.135858, 40.011982 ], [ -75.131779, 40.011482 ], [ -75.130585, 40.011325 ], [ -75.128883, 40.018945 ], [ -75.125023, 40.018435 ], [ -75.124687, 40.019957 ], [ -75.122752, 40.019722 ], [ -75.121407, 40.019548 ], [ -75.117154, 40.019006 ], [ -75.116272, 40.017423 ], [ -75.119439, 40.013026 ], [ -75.112161, 40.012085 ], [ -75.112497, 40.010489 ], [ -75.112821, 40.009007 ], [ -75.113483, 40.005927 ], [ -75.113986, 40.00356 ], [ -75.11609, 40.003067 ], [ -75.116411, 40.001624 ], [ -75.119314, 40.002003 ], [ -75.12441, 40.002634 ], [ -75.123949, 40.004814 ], [ -75.127863, 40.005057 ], [ -75.133021, 40.005104 ], [ -75.137669, 40.003645 ], [ -75.137529, 40.004304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389001", "device_counts": 1315, "stop_counts": 2105 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17326, 40.050667 ], [ -75.168958, 40.054846 ], [ -75.165715, 40.058033 ], [ -75.165453, 40.059541 ], [ -75.162122, 40.057638 ], [ -75.160691, 40.056831 ], [ -75.158889, 40.055768 ], [ -75.161898, 40.052842 ], [ -75.164529, 40.050306 ], [ -75.167701, 40.047245 ], [ -75.170884, 40.049199 ], [ -75.171755, 40.048359 ], [ -75.172888, 40.050431 ], [ -75.17326, 40.050667 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136012", "device_counts": 1501, "stop_counts": 4704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183561, 39.970778 ], [ -75.181234, 39.970504 ], [ -75.178606, 39.97018 ], [ -75.178056, 39.970112 ], [ -75.178641, 39.967399 ], [ -75.179683, 39.967416 ], [ -75.181589, 39.969025 ], [ -75.183561, 39.970778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160003", "device_counts": 2058, "stop_counts": 5255 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.124193, 39.9785 ], [ -75.122449, 39.979411 ], [ -75.123266, 39.980344 ], [ -75.120973, 39.981546 ], [ -75.118522, 39.982825 ], [ -75.117355, 39.981481 ], [ -75.117697, 39.980904 ], [ -75.118611, 39.978879 ], [ -75.119763, 39.976369 ], [ -75.121032, 39.977811 ], [ -75.123334, 39.977514 ], [ -75.124193, 39.9785 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010166001", "device_counts": 1826, "stop_counts": 4512 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154588, 39.993938 ], [ -75.152389, 39.993659 ], [ -75.15273, 39.992072 ], [ -75.152871, 39.990551 ], [ -75.151815, 39.988886 ], [ -75.151199, 39.987798 ], [ -75.150197, 39.985504 ], [ -75.150913, 39.985597 ], [ -75.154063, 39.986003 ], [ -75.15339, 39.989086 ], [ -75.155593, 39.989369 ], [ -75.154588, 39.993938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010381001", "device_counts": 2231, "stop_counts": 17327 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069508, 40.010798 ], [ -75.061339, 40.012764 ], [ -75.059285, 40.013387 ], [ -75.056898, 40.014204 ], [ -75.052816, 40.016119 ], [ -75.04879, 40.018141 ], [ -75.047798, 40.017326 ], [ -75.043218536113002, 40.011867977145386 ], [ -75.04709, 40.009941 ], [ -75.052278982364697, 40.0055260511092 ], [ -75.053405, 40.004568 ], [ -75.053723885964288, 40.004080276035694 ], [ -75.062126, 40.006643 ], [ -75.063056, 40.006098 ], [ -75.064579, 40.006194 ], [ -75.067696, 40.005333 ], [ -75.068346, 40.006924 ], [ -75.068883, 40.00879 ], [ -75.069508, 40.010798 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010385002", "device_counts": 1803, "stop_counts": 6418 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224652, 40.084361 ], [ -75.224012, 40.084218 ], [ -75.217463, 40.080575 ], [ -75.207327, 40.076561 ], [ -75.206418, 40.076011 ], [ -75.210566, 40.071803 ], [ -75.209082, 40.070894 ], [ -75.2112, 40.068809 ], [ -75.211625, 40.070754 ], [ -75.215385, 40.073257 ], [ -75.216984, 40.074811 ], [ -75.215093, 40.077141 ], [ -75.218189, 40.075823 ], [ -75.224633, 40.079605 ], [ -75.227899, 40.084282 ], [ -75.224652, 40.084361 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010387002", "device_counts": 3376, "stop_counts": 9478 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2305, 40.086022 ], [ -75.22361, 40.092907 ], [ -75.213165, 40.086872 ], [ -75.21273, 40.086388 ], [ -75.211868, 40.086086 ], [ -75.209396, 40.084927 ], [ -75.200378, 40.07959 ], [ -75.202649, 40.07739 ], [ -75.205081, 40.078823 ], [ -75.207327, 40.076561 ], [ -75.217463, 40.080575 ], [ -75.224012, 40.084218 ], [ -75.224652, 40.084361 ], [ -75.227899, 40.084282 ], [ -75.228078, 40.084434 ], [ -75.228599, 40.084874 ], [ -75.2305, 40.086022 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010389002", "device_counts": 654, "stop_counts": 2843 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172869, 40.057256 ], [ -75.168641, 40.061373 ], [ -75.165453, 40.059541 ], [ -75.165715, 40.058033 ], [ -75.168958, 40.054846 ], [ -75.172869, 40.057256 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286001", "device_counts": 2099, "stop_counts": 3292 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127824, 40.026663 ], [ -75.127646, 40.027416 ], [ -75.126866, 40.028955 ], [ -75.126686, 40.029667 ], [ -75.124701, 40.029398 ], [ -75.124167, 40.032575 ], [ -75.1236, 40.032771 ], [ -75.121964, 40.03373 ], [ -75.121711, 40.03347 ], [ -75.122727, 40.029151 ], [ -75.123027, 40.027692 ], [ -75.123525, 40.025463 ], [ -75.126967, 40.024818 ], [ -75.127816, 40.024683 ], [ -75.127935, 40.026158 ], [ -75.127824, 40.026663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218002", "device_counts": 1161, "stop_counts": 3058 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236234, 40.052739 ], [ -75.235917, 40.055079 ], [ -75.236042, 40.056711 ], [ -75.23365, 40.057887 ], [ -75.231721, 40.054078 ], [ -75.231223, 40.053703 ], [ -75.230417, 40.053374 ], [ -75.227161, 40.052534 ], [ -75.230049, 40.051219 ], [ -75.230603, 40.050962 ], [ -75.235419, 40.048775 ], [ -75.236301, 40.051037 ], [ -75.236234, 40.052739 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010038002", "device_counts": 7276, "stop_counts": 23120 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19022, 39.915884 ], [ -75.189413, 39.921073 ], [ -75.189653, 39.921807 ], [ -75.186937, 39.922318 ], [ -75.185202, 39.922574 ], [ -75.183434, 39.922939 ], [ -75.181703, 39.92329 ], [ -75.182512, 39.919629 ], [ -75.180576, 39.919369 ], [ -75.177438, 39.91897 ], [ -75.178268, 39.915053 ], [ -75.17718, 39.91489 ], [ -75.177806, 39.91309 ], [ -75.188144, 39.914281 ], [ -75.189481, 39.91484 ], [ -75.19022, 39.915884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195021", "device_counts": 760, "stop_counts": 2489 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.137669, 40.003645 ], [ -75.133021, 40.005104 ], [ -75.127863, 40.005057 ], [ -75.128282, 40.003116 ], [ -75.133239, 40.003756 ], [ -75.133561, 40.002265 ], [ -75.137847, 40.002799 ], [ -75.137669, 40.003645 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086011", "device_counts": 1391, "stop_counts": 6283 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222056, 39.954102 ], [ -75.221923, 39.954723 ], [ -75.221798, 39.955319 ], [ -75.219823, 39.955076 ], [ -75.215872, 39.954586 ], [ -75.21635, 39.952302 ], [ -75.218347, 39.952553 ], [ -75.220295, 39.952792 ], [ -75.222279, 39.95304 ], [ -75.222056, 39.954102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104003", "device_counts": 606, "stop_counts": 3486 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222444, 39.966531 ], [ -75.220402, 39.966641 ], [ -75.220578, 39.968067 ], [ -75.217866, 39.968342 ], [ -75.216996, 39.968969 ], [ -75.2168, 39.967459 ], [ -75.216516, 39.965214 ], [ -75.22017, 39.964844 ], [ -75.220044, 39.963819 ], [ -75.221952, 39.96425 ], [ -75.222431, 39.966487 ], [ -75.222444, 39.966531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363012", "device_counts": 628, "stop_counts": 1860 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.970623, 40.096983 ], [ -74.970028, 40.096943 ], [ -74.964688, 40.097347 ], [ -74.962107, 40.097709 ], [ -74.96163, 40.097804 ], [ -74.961049, 40.097431 ], [ -74.958749, 40.096929 ], [ -74.961859, 40.093621 ], [ -74.965723, 40.091635 ], [ -74.966752, 40.092976 ], [ -74.96876, 40.094759 ], [ -74.970302, 40.096022 ], [ -74.971016, 40.096392 ], [ -74.970623, 40.096983 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010379003", "device_counts": 6490, "stop_counts": 14729 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.097007, 39.993399 ], [ -75.094523, 39.994603 ], [ -75.086505, 39.998825 ], [ -75.084452, 39.997146 ], [ -75.080932, 39.993498 ], [ -75.089616, 39.989064 ], [ -75.091216, 39.99088 ], [ -75.093664, 39.9896 ], [ -75.095726, 39.99195 ], [ -75.097007, 39.993399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390001", "device_counts": 6395, "stop_counts": 19682 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103903, 40.030589 ], [ -75.101148, 40.033334 ], [ -75.100573, 40.033957 ], [ -75.098416, 40.036101 ], [ -75.101572, 40.038293 ], [ -75.096603, 40.042487 ], [ -75.094175, 40.045026 ], [ -75.091859, 40.047485 ], [ -75.091098, 40.04706 ], [ -75.088312, 40.045514 ], [ -75.088975, 40.044332 ], [ -75.088631, 40.042747 ], [ -75.089246, 40.042252 ], [ -75.09159, 40.039734 ], [ -75.090543, 40.039142 ], [ -75.09299, 40.036729 ], [ -75.093532, 40.035024 ], [ -75.09227, 40.034323 ], [ -75.093497, 40.033072 ], [ -75.094339, 40.032217 ], [ -75.093542, 40.031195 ], [ -75.093204, 40.030704 ], [ -75.092349, 40.029658 ], [ -75.092295, 40.028879 ], [ -75.092162, 40.02805 ], [ -75.09399, 40.027037 ], [ -75.096038, 40.026567 ], [ -75.096726, 40.026698 ], [ -75.10128, 40.029514 ], [ -75.10267, 40.029987 ], [ -75.10292, 40.029929 ], [ -75.103068, 40.029895 ], [ -75.104306, 40.029846 ], [ -75.103903, 40.030589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390004", "device_counts": 1113, "stop_counts": 1535 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.089204, 40.032628 ], [ -75.087159, 40.03479 ], [ -75.085313, 40.033521 ], [ -75.084832, 40.032349 ], [ -75.084273, 40.032172 ], [ -75.084089, 40.031826 ], [ -75.084197, 40.031438 ], [ -75.084794, 40.031223 ], [ -75.084915, 40.031241 ], [ -75.08508, 40.031266 ], [ -75.085263, 40.031381 ], [ -75.086551, 40.031133 ], [ -75.088078, 40.032 ], [ -75.089204, 40.032628 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010355001", "device_counts": 5067, "stop_counts": 13920 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.027681, 40.095046 ], [ -75.021451, 40.096963 ], [ -75.018233, 40.097105 ], [ -75.015528, 40.09486 ], [ -75.023996, 40.086107 ], [ -75.027097, 40.087878 ], [ -75.025866, 40.090515 ], [ -75.027681, 40.095046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291004", "device_counts": 832, "stop_counts": 3085 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112821, 40.027627 ], [ -75.110825, 40.029623 ], [ -75.111075, 40.031061 ], [ -75.109057, 40.031741 ], [ -75.106431, 40.029197 ], [ -75.110039, 40.028047 ], [ -75.111377, 40.027619 ], [ -75.112759, 40.027349 ], [ -75.112821, 40.027627 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019891001", "device_counts": 2150, "stop_counts": 9386 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.018427, 40.033507 ], [ -75.021603, 40.033996 ], [ -75.021239, 40.036075 ], [ -75.021682, 40.037088 ], [ -75.01783, 40.039076 ], [ -75.012541, 40.038027 ], [ -75.010099, 40.039038 ], [ -75.006278, 40.041155 ], [ -75.003514, 40.042822 ], [ -74.99627, 40.047202 ], [ -74.990976, 40.042526 ], [ -74.990302, 40.042377 ], [ -74.986997223360802, 40.039346956736601 ], [ -74.988884, 40.037289 ], [ -74.990215350336996, 40.036372563903093 ], [ -75.007469, 40.024496 ], [ -75.011115, 40.021311 ], [ -75.013795768141605, 40.020214322123898 ], [ -75.013803495273393, 40.020211161024498 ], [ -75.015583, 40.023134 ], [ -75.022508, 40.030832 ], [ -75.018427, 40.033507 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010351002", "device_counts": 1342, "stop_counts": 7152 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.992793, 40.046975 ], [ -74.988129, 40.049737 ], [ -74.985114, 40.046992 ], [ -74.983929, 40.048065 ], [ -74.986317, 40.050837 ], [ -74.984503, 40.051939 ], [ -74.981789, 40.04954 ], [ -74.980228, 40.050581 ], [ -74.982732, 40.053014 ], [ -74.982202, 40.053804 ], [ -74.979695, 40.053399 ], [ -74.974319853259999, 40.048899133320006 ], [ -74.974713, 40.048711 ], [ -74.983540729443007, 40.042953785145897 ], [ -74.983913, 40.042711 ], [ -74.986997223360802, 40.039346956736601 ], [ -74.990302, 40.042377 ], [ -74.990976, 40.042526 ], [ -74.989105, 40.043678 ], [ -74.992793, 40.046975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356012", "device_counts": 4539, "stop_counts": 10926 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.042613, 40.100504 ], [ -75.039857, 40.101835 ], [ -75.032998, 40.10511 ], [ -75.030235, 40.103387 ], [ -75.033474, 40.098205 ], [ -75.034298, 40.097871 ], [ -75.035842, 40.098099 ], [ -75.036962, 40.095913 ], [ -75.038082, 40.097456 ], [ -75.039643, 40.098344 ], [ -75.042503, 40.099942 ], [ -75.042613, 40.100504 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345023", "device_counts": 4011, "stop_counts": 20572 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.046249, 40.081459 ], [ -75.042143, 40.084065 ], [ -75.040877, 40.086966 ], [ -75.039509, 40.085702 ], [ -75.0384, 40.084472 ], [ -75.036758, 40.079083 ], [ -75.040252, 40.079994 ], [ -75.04312, 40.077166 ], [ -75.043495, 40.07805 ], [ -75.046249, 40.081459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012011", "device_counts": 2027, "stop_counts": 3626 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187231, 39.947176 ], [ -75.185634, 39.948021 ], [ -75.183288, 39.949512 ], [ -75.181134, 39.949008 ], [ -75.180021, 39.948872 ], [ -75.180328, 39.947455 ], [ -75.181445, 39.947597 ], [ -75.18188, 39.945691 ], [ -75.185685, 39.946159 ], [ -75.186393, 39.946567 ], [ -75.187231, 39.947176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010013001", "device_counts": 1877, "stop_counts": 3251 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180409, 39.944602 ], [ -75.180611, 39.944631 ], [ -75.179409, 39.945377 ], [ -75.178578, 39.945269 ], [ -75.176985, 39.94508 ], [ -75.177169, 39.944209 ], [ -75.177374, 39.943231 ], [ -75.180624, 39.943641 ], [ -75.180409, 39.944602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010191006", "device_counts": 1190, "stop_counts": 2238 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112497, 40.010489 ], [ -75.108368, 40.009952 ], [ -75.108087, 40.011547 ], [ -75.105434, 40.011197 ], [ -75.105768, 40.009619 ], [ -75.106083, 40.00813 ], [ -75.112821, 40.009007 ], [ -75.112497, 40.010489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010195023", "device_counts": 436, "stop_counts": 908 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.133239, 40.003756 ], [ -75.128282, 40.003116 ], [ -75.128604, 40.001619 ], [ -75.131501, 40.001999 ], [ -75.133561, 40.002265 ], [ -75.133239, 40.003756 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010197004", "device_counts": 559, "stop_counts": 1834 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139464, 40.015599 ], [ -75.13911, 40.017187 ], [ -75.136811, 40.016899 ], [ -75.137502, 40.01371 ], [ -75.13981, 40.014014 ], [ -75.139464, 40.015599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198003", "device_counts": 381, "stop_counts": 1650 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.141913, 40.009674 ], [ -75.141425, 40.00961 ], [ -75.138483, 40.009234 ], [ -75.138577, 40.008789 ], [ -75.139652, 40.007755 ], [ -75.140472, 40.007878 ], [ -75.142256, 40.008093 ], [ -75.141913, 40.009674 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010199003", "device_counts": 302, "stop_counts": 460 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147603, 40.008779 ], [ -75.143346, 40.008227 ], [ -75.144069, 40.006684 ], [ -75.143437, 40.005071 ], [ -75.148277, 40.005697 ], [ -75.147603, 40.008779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201013", "device_counts": 554, "stop_counts": 988 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157703, 40.00221 ], [ -75.157365, 40.003799 ], [ -75.154205, 40.003395 ], [ -75.155232, 39.998728 ], [ -75.158222, 39.999121 ], [ -75.157703, 40.00221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202006", "device_counts": 228, "stop_counts": 233 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164733, 40.008616 ], [ -75.164576, 40.009337 ], [ -75.161095, 40.008883 ], [ -75.161409, 40.007399 ], [ -75.161747, 40.005905 ], [ -75.165228, 40.006354 ], [ -75.164733, 40.008616 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010207001", "device_counts": 764, "stop_counts": 1495 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198361, 40.01527 ], [ -75.192405, 40.020495 ], [ -75.190034, 40.018727 ], [ -75.187708, 40.01641 ], [ -75.191289, 40.013697 ], [ -75.191874, 40.014201 ], [ -75.192879, 40.01162 ], [ -75.194847, 40.012175 ], [ -75.200278, 40.013708 ], [ -75.198361, 40.01527 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210002", "device_counts": 461, "stop_counts": 1200 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218841, 40.0266 ], [ -75.216632, 40.027602 ], [ -75.214311, 40.024553 ], [ -75.215348, 40.023903 ], [ -75.216241, 40.023419 ], [ -75.219699, 40.02614 ], [ -75.218841, 40.0266 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210001", "device_counts": 1216, "stop_counts": 3141 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.216632, 40.027602 ], [ -75.214188, 40.028699 ], [ -75.211308, 40.02997 ], [ -75.210588, 40.02903 ], [ -75.209437, 40.026929 ], [ -75.212764, 40.025348 ], [ -75.214311, 40.024553 ], [ -75.216632, 40.027602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213001", "device_counts": 629, "stop_counts": 3098 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.222011, 40.035206 ], [ -75.218759, 40.036654 ], [ -75.217925, 40.03616 ], [ -75.216638, 40.034833 ], [ -75.220237, 40.033215 ], [ -75.220899, 40.033847 ], [ -75.222011, 40.035206 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010214004", "device_counts": 663, "stop_counts": 3231 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228765, 40.029792 ], [ -75.226787, 40.030802 ], [ -75.225127, 40.031643 ], [ -75.223474, 40.029441 ], [ -75.226157, 40.027648 ], [ -75.227885, 40.028193 ], [ -75.229513, 40.029492 ], [ -75.228765, 40.029792 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215004", "device_counts": 426, "stop_counts": 649 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234937, 40.0349 ], [ -75.228104, 40.040855 ], [ -75.226159, 40.038361 ], [ -75.228179, 40.037082 ], [ -75.227199, 40.035255 ], [ -75.22815, 40.034714 ], [ -75.233394, 40.031906 ], [ -75.23564, 40.034249 ], [ -75.234937, 40.0349 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010217001", "device_counts": 1341, "stop_counts": 6115 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230049, 40.051219 ], [ -75.227161, 40.052534 ], [ -75.218706, 40.04851 ], [ -75.218194, 40.047966 ], [ -75.217827, 40.0471 ], [ -75.217846, 40.044343 ], [ -75.219201, 40.044379 ], [ -75.2223, 40.045151 ], [ -75.229214, 40.048037 ], [ -75.230049, 40.051219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010218001", "device_counts": 1091, "stop_counts": 4731 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238182, 40.059771 ], [ -75.231724, 40.064099 ], [ -75.232439, 40.064739 ], [ -75.230082, 40.0663 ], [ -75.228446, 40.06254 ], [ -75.226882, 40.061813 ], [ -75.228493, 40.060331 ], [ -75.230156, 40.05955 ], [ -75.23365, 40.057887 ], [ -75.236042, 40.056711 ], [ -75.236386, 40.057398 ], [ -75.238182, 40.059771 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010384001", "device_counts": 1165, "stop_counts": 4475 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243288, 40.073494 ], [ -75.232952, 40.083618 ], [ -75.231412, 40.082658 ], [ -75.22779, 40.08149 ], [ -75.225988, 40.079068 ], [ -75.230411, 40.077042 ], [ -75.225202, 40.074072 ], [ -75.227005, 40.072605 ], [ -75.228088, 40.070649 ], [ -75.226651, 40.070458 ], [ -75.223538, 40.067435 ], [ -75.225109, 40.06608 ], [ -75.2248, 40.062554 ], [ -75.226412, 40.061987 ], [ -75.22495, 40.059866 ], [ -75.226991, 40.058899 ], [ -75.228493, 40.060331 ], [ -75.226882, 40.061813 ], [ -75.228446, 40.06254 ], [ -75.230082, 40.0663 ], [ -75.235951, 40.071238 ], [ -75.238583, 40.069546 ], [ -75.24055, 40.070468 ], [ -75.241075, 40.070395 ], [ -75.242047, 40.071949 ], [ -75.243288, 40.073494 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237003", "device_counts": 255, "stop_counts": 332 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192346, 40.046309 ], [ -75.192123, 40.047679 ], [ -75.190817, 40.051189 ], [ -75.188499, 40.050211 ], [ -75.188491, 40.048838 ], [ -75.187368, 40.047688 ], [ -75.190893, 40.044241 ], [ -75.191199, 40.043386 ], [ -75.193091, 40.04459 ], [ -75.192346, 40.046309 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010240003", "device_counts": 232, "stop_counts": 986 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177222, 40.026659 ], [ -75.174572, 40.029244 ], [ -75.173611, 40.028691 ], [ -75.174043, 40.026588 ], [ -75.175207, 40.02544 ], [ -75.177222, 40.026659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010334003", "device_counts": 1771, "stop_counts": 3941 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.055937, 40.055993 ], [ -75.054745, 40.057252 ], [ -75.053574, 40.058477 ], [ -75.052996, 40.059096 ], [ -75.052408, 40.059739 ], [ -75.051681, 40.063022 ], [ -75.050091, 40.06216 ], [ -75.048323, 40.061176 ], [ -75.050582, 40.058769 ], [ -75.051784, 40.057504 ], [ -75.052749, 40.058042 ], [ -75.053348, 40.056454 ], [ -75.054197, 40.054405 ], [ -75.054947, 40.053507 ], [ -75.057125, 40.054722 ], [ -75.055937, 40.055993 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010335001", "device_counts": 456, "stop_counts": 2407 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068074, 40.060824 ], [ -75.067196, 40.060321 ], [ -75.064499, 40.058826 ], [ -75.060891, 40.056823 ], [ -75.061736, 40.055892 ], [ -75.062881, 40.055983 ], [ -75.064818, 40.055218 ], [ -75.065544, 40.055704 ], [ -75.065475, 40.05619 ], [ -75.067582, 40.05606 ], [ -75.067204, 40.05641 ], [ -75.06743, 40.0586 ], [ -75.069224, 40.059583 ], [ -75.068074, 40.060824 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336001", "device_counts": 2210, "stop_counts": 3167 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057697, 40.062787 ], [ -75.057135, 40.063364 ], [ -75.056605, 40.063955 ], [ -75.055477, 40.065149 ], [ -75.051859, 40.063187 ], [ -75.051681, 40.063022 ], [ -75.052408, 40.059739 ], [ -75.052996, 40.059096 ], [ -75.058323, 40.062116 ], [ -75.057697, 40.062787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337013", "device_counts": 3548, "stop_counts": 7579 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.050755, 40.069544 ], [ -75.049545, 40.070978 ], [ -75.047762, 40.069395 ], [ -75.047114, 40.068037 ], [ -75.047963, 40.066822 ], [ -75.044675, 40.06484 ], [ -75.041907, 40.064683 ], [ -75.043614, 40.060811 ], [ -75.044201, 40.059477 ], [ -75.044275, 40.059356 ], [ -75.044991, 40.059372 ], [ -75.048323, 40.061176 ], [ -75.050091, 40.06216 ], [ -75.047725, 40.064686 ], [ -75.05122, 40.06663 ], [ -75.050755, 40.069544 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010338005", "device_counts": 2760, "stop_counts": 7423 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085729, 40.062589 ], [ -75.084747, 40.06316 ], [ -75.083515, 40.063725 ], [ -75.083514, 40.063756 ], [ -75.083483, 40.063738 ], [ -75.078352, 40.065426 ], [ -75.077177, 40.065785 ], [ -75.074845, 40.066538 ], [ -75.069297, 40.068345 ], [ -75.067838, 40.068959 ], [ -75.067355, 40.068727 ], [ -75.073304, 40.062812 ], [ -75.075991, 40.064342 ], [ -75.077504, 40.064196 ], [ -75.081402, 40.060031 ], [ -75.083525, 40.06127 ], [ -75.083833, 40.061472 ], [ -75.08478, 40.062044 ], [ -75.085729, 40.062589 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010339001", "device_counts": 454, "stop_counts": 1185 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083726, 40.068173 ], [ -75.083255, 40.071209 ], [ -75.07966, 40.069203 ], [ -75.080965, 40.067974 ], [ -75.07805, 40.06636 ], [ -75.077177, 40.065785 ], [ -75.078352, 40.065426 ], [ -75.079532, 40.066175 ], [ -75.08151, 40.064789 ], [ -75.083648, 40.065704 ], [ -75.083726, 40.068173 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341003", "device_counts": 583, "stop_counts": 4852 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.082501, 40.07656 ], [ -75.081603, 40.076328 ], [ -75.080159, 40.075454 ], [ -75.077595, 40.073918 ], [ -75.078867, 40.072559 ], [ -75.077202, 40.071627 ], [ -75.07966, 40.069203 ], [ -75.083255, 40.071209 ], [ -75.082501, 40.07656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363032", "device_counts": 863, "stop_counts": 3461 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.9781, 40.099212 ], [ -74.97588, 40.100421 ], [ -74.971183, 40.102233 ], [ -74.96767, 40.1027 ], [ -74.967515, 40.101869 ], [ -74.967496, 40.100803 ], [ -74.970836, 40.100755 ], [ -74.973395, 40.099759 ], [ -74.974647, 40.098954 ], [ -74.976091, 40.097433 ], [ -74.97577, 40.096412 ], [ -74.976783, 40.095969 ], [ -74.977757, 40.098433 ], [ -74.9781, 40.099212 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347011", "device_counts": 1374, "stop_counts": 3545 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.034523, 40.058672 ], [ -75.033628, 40.060834 ], [ -75.029986, 40.064398 ], [ -75.028362, 40.064504 ], [ -75.028, 40.059736 ], [ -75.029005, 40.05752 ], [ -75.028756, 40.056781 ], [ -75.029032, 40.056399 ], [ -75.033734, 40.056884 ], [ -75.03433, 40.057067 ], [ -75.034523, 40.058672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348032", "device_counts": 2210, "stop_counts": 5691 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.008128, 40.068585 ], [ -75.007269, 40.069161 ], [ -74.998385, 40.064117 ], [ -75.00009, 40.062745 ], [ -75.002288, 40.063869 ], [ -75.005996, 40.061324 ], [ -75.008319, 40.06252 ], [ -75.007719, 40.067102 ], [ -75.008788, 40.06735 ], [ -75.008128, 40.068585 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349002", "device_counts": 838, "stop_counts": 2508 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.016377, 40.045672 ], [ -75.012273, 40.048885 ], [ -75.007927, 40.045033 ], [ -75.009595, 40.043924 ], [ -75.006278, 40.041155 ], [ -75.010099, 40.039038 ], [ -75.012125, 40.040582 ], [ -75.010101, 40.041671 ], [ -75.012708, 40.043779 ], [ -75.013422, 40.043306 ], [ -75.016377, 40.045672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352003", "device_counts": 790, "stop_counts": 1524 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.001181, 40.057232 ], [ -74.998259, 40.05808 ], [ -74.994151, 40.054401 ], [ -74.999877, 40.050402 ], [ -75.004795, 40.054747 ], [ -75.001181, 40.057232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356022", "device_counts": 3553, "stop_counts": 10974 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054321, 40.108692 ], [ -75.048542, 40.112729 ], [ -75.03946, 40.107362 ], [ -75.033897, 40.105689 ], [ -75.032998, 40.10511 ], [ -75.039857, 40.101835 ], [ -75.046843, 40.105712 ], [ -75.049254, 40.105823 ], [ -75.05401, 40.108143 ], [ -75.054321, 40.108692 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010364001", "device_counts": 7934, "stop_counts": 26855 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.005391, 40.114802 ], [ -74.997052, 40.121168 ], [ -74.993533, 40.11868 ], [ -74.987193, 40.123286 ], [ -74.983523, 40.123671 ], [ -74.982213, 40.122057 ], [ -74.982748, 40.120887 ], [ -74.980058, 40.119883 ], [ -74.973219, 40.119891 ], [ -74.970119, 40.117201 ], [ -74.964526, 40.118372 ], [ -74.96408, 40.117766 ], [ -74.966621, 40.117932 ], [ -74.969758, 40.115927 ], [ -74.969941, 40.113339 ], [ -74.97896, 40.106169 ], [ -74.983393, 40.103684 ], [ -74.981997, 40.102454 ], [ -74.986551, 40.099366 ], [ -74.992199, 40.103978 ], [ -74.994438, 40.105853 ], [ -74.995134, 40.106336 ], [ -74.997124, 40.108151 ], [ -75.000959, 40.111393 ], [ -75.003554, 40.110847 ], [ -75.005391, 40.114802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010347021", "device_counts": 1372, "stop_counts": 4726 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.029005, 40.05752 ], [ -75.028, 40.059736 ], [ -75.028362, 40.064504 ], [ -75.028512, 40.06684 ], [ -75.028256, 40.067314 ], [ -75.022217, 40.06352 ], [ -75.021707, 40.063392 ], [ -75.021992, 40.063113 ], [ -75.024818, 40.060286 ], [ -75.024701, 40.057278 ], [ -75.024345, 40.05644 ], [ -75.025431, 40.05637 ], [ -75.028291, 40.056363 ], [ -75.028397, 40.056728 ], [ -75.028756, 40.056781 ], [ -75.029005, 40.05752 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363021", "device_counts": 1444, "stop_counts": 7401 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.981659, 40.095571 ], [ -74.977757, 40.098433 ], [ -74.976783, 40.095969 ], [ -74.97648, 40.091256 ], [ -74.976072, 40.090653 ], [ -74.979893, 40.09381 ], [ -74.981659, 40.095571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292001", "device_counts": 1263, "stop_counts": 2490 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.112759, 40.027349 ], [ -75.111377, 40.027619 ], [ -75.110039, 40.028047 ], [ -75.106431, 40.029197 ], [ -75.104306, 40.029846 ], [ -75.104059, 40.029441 ], [ -75.109611, 40.023588 ], [ -75.111228, 40.023211 ], [ -75.111664, 40.025651 ], [ -75.112773, 40.027036 ], [ -75.112759, 40.027349 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010050001", "device_counts": 5348, "stop_counts": 39078 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19631, 39.901071 ], [ -75.193923, 39.900403 ], [ -75.19194, 39.896089 ], [ -75.189993, 39.89681 ], [ -75.187183, 39.896682 ], [ -75.176562, 39.898666 ], [ -75.174959, 39.898488 ], [ -75.169028, 39.897243 ], [ -75.154644, 39.896849 ], [ -75.151526, 39.896647 ], [ -75.144184, 39.895633 ], [ -75.135984863397894, 39.893195957332175 ], [ -75.140006484713695, 39.88846533381718 ], [ -75.140221, 39.888213 ], [ -75.142421, 39.886413 ], [ -75.145323920519388, 39.884284191619102 ], [ -75.145421, 39.884213 ], [ -75.150721, 39.882713 ], [ -75.17453546617179, 39.88219692897281 ], [ -75.183023, 39.882013 ], [ -75.189268267037193, 39.880724294103416 ], [ -75.189323, 39.880713 ], [ -75.195018, 39.877521 ], [ -75.195217294768597, 39.877343945193211 ], [ -75.195514, 39.89184 ], [ -75.196239, 39.893365 ], [ -75.195253, 39.899322 ], [ -75.19631, 39.901071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275004", "device_counts": 249, "stop_counts": 463 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.134969, 40.04022 ], [ -75.13346, 40.039994 ], [ -75.133031, 40.041872 ], [ -75.132216, 40.041759 ], [ -75.132967, 40.038346 ], [ -75.132476, 40.036684 ], [ -75.134818, 40.036987 ], [ -75.134472, 40.038514 ], [ -75.134969, 40.04022 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010276001", "device_counts": 1265, "stop_counts": 5761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139322, 40.04232 ], [ -75.138534, 40.042223 ], [ -75.138205, 40.043739 ], [ -75.137529, 40.046805 ], [ -75.136019, 40.046229 ], [ -75.134724, 40.046134 ], [ -75.13479, 40.04146 ], [ -75.134969, 40.04022 ], [ -75.134472, 40.038514 ], [ -75.135257, 40.03864 ], [ -75.137633, 40.038943 ], [ -75.139212, 40.039146 ], [ -75.139612, 40.0408 ], [ -75.139322, 40.04232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277006", "device_counts": 477, "stop_counts": 713 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.157729, 40.052626 ], [ -75.157557, 40.055034 ], [ -75.155554, 40.054074 ], [ -75.155214, 40.053922 ], [ -75.155446, 40.050508 ], [ -75.157858, 40.050602 ], [ -75.157729, 40.052626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279011", "device_counts": 380, "stop_counts": 546 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154793, 40.048902 ], [ -75.153235, 40.048842 ], [ -75.15082, 40.048518 ], [ -75.150967, 40.046767 ], [ -75.15068, 40.046352 ], [ -75.151891, 40.046389 ], [ -75.153691, 40.04655 ], [ -75.154966, 40.046241 ], [ -75.154793, 40.048902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279012", "device_counts": 815, "stop_counts": 2675 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153691, 40.04655 ], [ -75.151891, 40.046389 ], [ -75.15068, 40.046352 ], [ -75.150148, 40.045658 ], [ -75.149591, 40.04483 ], [ -75.149796, 40.043673 ], [ -75.152081, 40.043608 ], [ -75.153883, 40.043659 ], [ -75.153691, 40.04655 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010280002", "device_counts": 657, "stop_counts": 5132 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159551, 40.023925 ], [ -75.159033, 40.030316 ], [ -75.158124, 40.030825 ], [ -75.157119, 40.030993 ], [ -75.154776, 40.031452 ], [ -75.155694, 40.02613 ], [ -75.154064, 40.026198 ], [ -75.154245, 40.025634 ], [ -75.157153, 40.02413 ], [ -75.157303, 40.022607 ], [ -75.159035, 40.0228 ], [ -75.159214, 40.023192 ], [ -75.159315, 40.02341 ], [ -75.159551, 40.023925 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283006", "device_counts": 128, "stop_counts": 504 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144284, 40.030814 ], [ -75.142471, 40.031766 ], [ -75.141668, 40.0316 ], [ -75.142334, 40.028543 ], [ -75.144716, 40.028855 ], [ -75.144284, 40.030814 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284002", "device_counts": 354, "stop_counts": 1924 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13998, 40.028245 ], [ -75.136137, 40.027741 ], [ -75.135802, 40.029254 ], [ -75.13506, 40.02915 ], [ -75.135334, 40.027632 ], [ -75.135096, 40.026079 ], [ -75.137096, 40.026336 ], [ -75.138698, 40.026536 ], [ -75.140303, 40.026745 ], [ -75.13998, 40.028245 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286004", "device_counts": 382, "stop_counts": 418 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13129, 40.032818 ], [ -75.128428, 40.032472 ], [ -75.128974, 40.029953 ], [ -75.131829, 40.030321 ], [ -75.13129, 40.032818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289011", "device_counts": 660, "stop_counts": 2382 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120481, 40.02109 ], [ -75.120136, 40.022627 ], [ -75.117959, 40.022349 ], [ -75.116106, 40.022109 ], [ -75.116243, 40.020558 ], [ -75.116404, 40.018909 ], [ -75.117154, 40.019006 ], [ -75.121407, 40.019548 ], [ -75.120481, 40.02109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290001", "device_counts": 309, "stop_counts": 549 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116083, 40.033037 ], [ -75.114896, 40.034447 ], [ -75.113107, 40.036567 ], [ -75.11177, 40.03486 ], [ -75.111312, 40.034539 ], [ -75.110667, 40.033249 ], [ -75.111075, 40.031061 ], [ -75.112028, 40.030797 ], [ -75.112876, 40.031991 ], [ -75.117268, 40.031624 ], [ -75.116083, 40.033037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010298005", "device_counts": 809, "stop_counts": 1563 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.071847, 40.016952 ], [ -75.070504, 40.017255 ], [ -75.069585, 40.014649 ], [ -75.068353, 40.014209 ], [ -75.068202, 40.014729 ], [ -75.068503, 40.013619 ], [ -75.070429, 40.013167 ], [ -75.070864, 40.014353 ], [ -75.071847, 40.016952 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010299003", "device_counts": 657, "stop_counts": 887 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.073747, 40.013717 ], [ -75.070864, 40.014353 ], [ -75.070429, 40.013167 ], [ -75.06999, 40.012032 ], [ -75.072866, 40.011395 ], [ -75.073295, 40.012543 ], [ -75.073747, 40.013717 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300002", "device_counts": 485, "stop_counts": 2113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075964, 40.020705 ], [ -75.074969, 40.021505 ], [ -75.073892, 40.022107 ], [ -75.072271, 40.020248 ], [ -75.07338, 40.019654 ], [ -75.074136, 40.019026 ], [ -75.075429, 40.017665 ], [ -75.076164, 40.018049 ], [ -75.075199, 40.019109 ], [ -75.076696, 40.019926 ], [ -75.075964, 40.020705 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010301002", "device_counts": 860, "stop_counts": 2494 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.087283, 40.020485 ], [ -75.086819, 40.020966 ], [ -75.084591, 40.019701 ], [ -75.083508, 40.018365 ], [ -75.086382, 40.015257 ], [ -75.090325, 40.017356 ], [ -75.087283, 40.020485 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302004", "device_counts": 483, "stop_counts": 866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.086997, 40.029443 ], [ -75.085375, 40.028555 ], [ -75.083038, 40.027241 ], [ -75.084726, 40.025458 ], [ -75.086568, 40.023537 ], [ -75.090563, 40.025791 ], [ -75.086997, 40.029443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390003", "device_counts": 331, "stop_counts": 1474 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.090599, 40.033398 ], [ -75.087931, 40.036236 ], [ -75.087802, 40.036032 ], [ -75.087159, 40.03479 ], [ -75.089204, 40.032628 ], [ -75.090599, 40.033398 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010390007", "device_counts": 410, "stop_counts": 506 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.093021, 40.030888 ], [ -75.091806, 40.032145 ], [ -75.090599, 40.033398 ], [ -75.089204, 40.032628 ], [ -75.088078, 40.032 ], [ -75.089854, 40.031036 ], [ -75.091594, 40.030086 ], [ -75.092349, 40.029658 ], [ -75.093204, 40.030704 ], [ -75.093021, 40.030888 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010305012", "device_counts": 357, "stop_counts": 2007 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103163, 40.039196 ], [ -75.099539, 40.042241 ], [ -75.098357, 40.043483 ], [ -75.096603, 40.042487 ], [ -75.101572, 40.038293 ], [ -75.103163, 40.039196 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149001", "device_counts": 483, "stop_counts": 441 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175344, 39.982517 ], [ -75.174991, 39.98246 ], [ -75.174771, 39.982444 ], [ -75.172161, 39.9821 ], [ -75.172503, 39.980592 ], [ -75.172799, 39.97916 ], [ -75.174393, 39.97938 ], [ -75.175989, 39.979572 ], [ -75.175344, 39.982517 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151021", "device_counts": 1038, "stop_counts": 5944 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179043, 39.987154 ], [ -75.178616, 39.989179 ], [ -75.177206, 39.988991 ], [ -75.175803, 39.988812 ], [ -75.174665, 39.988427 ], [ -75.174044, 39.988507 ], [ -75.174361, 39.987024 ], [ -75.174694, 39.985506 ], [ -75.175026, 39.98402 ], [ -75.175047, 39.983956 ], [ -75.175344, 39.982517 ], [ -75.176933, 39.982713 ], [ -75.178535, 39.982919 ], [ -75.178118, 39.984769 ], [ -75.180258, 39.986345 ], [ -75.179043, 39.987154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010151011", "device_counts": 431, "stop_counts": 2262 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187382, 39.98713 ], [ -75.185719, 39.986919 ], [ -75.184136, 39.986721 ], [ -75.184794, 39.983706 ], [ -75.188033, 39.984126 ], [ -75.187382, 39.98713 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377003", "device_counts": 273, "stop_counts": 318 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148109, 39.983604 ], [ -75.147766, 39.98519 ], [ -75.146102, 39.984978 ], [ -75.146769, 39.981893 ], [ -75.148437, 39.98211 ], [ -75.148109, 39.983604 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010023001", "device_counts": 2309, "stop_counts": 4056 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167303, 39.935695 ], [ -75.167083, 39.936742 ], [ -75.167019, 39.936737 ], [ -75.161678, 39.935849 ], [ -75.160199, 39.9356 ], [ -75.160437, 39.934549 ], [ -75.167236, 39.935685 ], [ -75.167303, 39.935695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028024", "device_counts": 2051, "stop_counts": 5448 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163504, 39.92983 ], [ -75.161047, 39.931817 ], [ -75.161428, 39.930017 ], [ -75.161881, 39.927985 ], [ -75.165005, 39.92855 ], [ -75.163504, 39.92983 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010029002", "device_counts": 2488, "stop_counts": 4772 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168689, 39.929256 ], [ -75.168423, 39.930465 ], [ -75.16815, 39.931701 ], [ -75.165968, 39.931427 ], [ -75.166246, 39.930207 ], [ -75.166507, 39.929037 ], [ -75.168567, 39.929252 ], [ -75.168689, 39.929256 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030012", "device_counts": 1471, "stop_counts": 2219 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171137, 39.928329 ], [ -75.170891, 39.929552 ], [ -75.168689, 39.929256 ], [ -75.168956, 39.928035 ], [ -75.169228, 39.926806 ], [ -75.171397, 39.927104 ], [ -75.171137, 39.928329 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010031003", "device_counts": 428, "stop_counts": 870 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176606, 39.930285 ], [ -75.175032, 39.930087 ], [ -75.175289, 39.928867 ], [ -75.178445, 39.929271 ], [ -75.176606, 39.930285 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010032005", "device_counts": 300, "stop_counts": 884 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188115, 39.933014 ], [ -75.184705, 39.932584 ], [ -75.18524, 39.930146 ], [ -75.188636, 39.930583 ], [ -75.188115, 39.933014 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010036004", "device_counts": 561, "stop_counts": 2050 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.197537, 39.934232 ], [ -75.194408, 39.933822 ], [ -75.192826, 39.933628 ], [ -75.193353, 39.931185 ], [ -75.192322, 39.931054 ], [ -75.191783, 39.930982 ], [ -75.192047, 39.929756 ], [ -75.193621, 39.929965 ], [ -75.196486, 39.930309 ], [ -75.197537, 39.934232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010096003", "device_counts": 867, "stop_counts": 2025 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246425, 39.964276 ], [ -75.242406, 39.963779 ], [ -75.242735, 39.962202 ], [ -75.246753, 39.962705 ], [ -75.246425, 39.964276 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098012", "device_counts": 1903, "stop_counts": 2993 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.269257, 39.980186 ], [ -75.268293, 39.978967 ], [ -75.263054, 39.975749 ], [ -75.264257, 39.974419 ], [ -75.265558, 39.975641 ], [ -75.267588, 39.974662 ], [ -75.271309, 39.979275 ], [ -75.269257, 39.980186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101005", "device_counts": 1371, "stop_counts": 2558 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246935, 39.972111 ], [ -75.244885, 39.971854 ], [ -75.243788, 39.971723 ], [ -75.244416, 39.968706 ], [ -75.246531, 39.968967 ], [ -75.247518, 39.969093 ], [ -75.246935, 39.972111 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102001", "device_counts": 407, "stop_counts": 1627 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235697, 39.970336 ], [ -75.234203, 39.9705 ], [ -75.232573, 39.970683 ], [ -75.232228, 39.968829 ], [ -75.235356, 39.968509 ], [ -75.235697, 39.970336 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105003", "device_counts": 1466, "stop_counts": 3570 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.216181, 39.962546 ], [ -75.216376, 39.964094 ], [ -75.213228, 39.964331 ], [ -75.21365, 39.967696 ], [ -75.211231, 39.967879 ], [ -75.21056, 39.962571 ], [ -75.21306, 39.962577 ], [ -75.214018, 39.958643 ], [ -75.217002, 39.959015 ], [ -75.216181, 39.962546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108005", "device_counts": 409, "stop_counts": 1015 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.20264, 39.965169 ], [ -75.197832, 39.965697 ], [ -75.197519, 39.964025 ], [ -75.202334, 39.963495 ], [ -75.20264, 39.965169 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110002", "device_counts": 1162, "stop_counts": 3337 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.213469, 39.977791 ], [ -75.209321, 39.97625 ], [ -75.210123, 39.975067 ], [ -75.208903, 39.974618 ], [ -75.209114, 39.974321 ], [ -75.209976, 39.974242 ], [ -75.209834, 39.973505 ], [ -75.212211, 39.973242 ], [ -75.213469, 39.977791 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112001", "device_counts": 283, "stop_counts": 363 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231783, 39.976852 ], [ -75.229855, 39.977069 ], [ -75.229266, 39.973926 ], [ -75.231194, 39.973709 ], [ -75.231783, 39.976852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010114003", "device_counts": 456, "stop_counts": 968 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.241574, 39.978799 ], [ -75.239124, 39.979069 ], [ -75.238891, 39.977818 ], [ -75.23857, 39.976101 ], [ -75.241013, 39.975833 ], [ -75.241574, 39.978799 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010118004", "device_counts": 478, "stop_counts": 887 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238184, 39.986061 ], [ -75.237176, 39.986439 ], [ -75.23703, 39.985619 ], [ -75.234774, 39.986089 ], [ -75.234703, 39.985307 ], [ -75.234186, 39.983702 ], [ -75.23724, 39.98484 ], [ -75.240153, 39.985213 ], [ -75.238184, 39.986061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119002", "device_counts": 283, "stop_counts": 797 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228801, 39.982326 ], [ -75.229911, 39.987936 ], [ -75.228123, 39.988356 ], [ -75.227054, 39.989209 ], [ -75.226577, 39.989221 ], [ -75.225891, 39.988131 ], [ -75.228792, 39.980705 ], [ -75.2301, 39.981556 ], [ -75.228801, 39.982326 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010121002", "device_counts": 1955, "stop_counts": 25176 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227462, 40.000746 ], [ -75.226402, 40.001255 ], [ -75.223637, 39.999066 ], [ -75.219551, 39.999839 ], [ -75.217994, 39.994223 ], [ -75.220317, 39.990286 ], [ -75.225109, 39.987582 ], [ -75.225891, 39.988131 ], [ -75.225662, 39.991469 ], [ -75.225664, 39.995848 ], [ -75.226563, 39.999216 ], [ -75.227462, 40.000746 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125003", "device_counts": 11892, "stop_counts": 26898 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183323, 39.964374 ], [ -75.17786, 39.964555 ], [ -75.175984, 39.964208 ], [ -75.173374, 39.961668 ], [ -75.171583, 39.960795 ], [ -75.172002, 39.959007 ], [ -75.179937, 39.960028 ], [ -75.181601, 39.962006 ], [ -75.183323, 39.964374 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135002", "device_counts": 1164, "stop_counts": 2404 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170997, 39.969227 ], [ -75.17055, 39.97157 ], [ -75.169274, 39.971406 ], [ -75.170177, 39.96725 ], [ -75.171344, 39.967275 ], [ -75.170997, 39.969227 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010136021", "device_counts": 631, "stop_counts": 1310 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178108, 39.972509 ], [ -75.177862, 39.97248 ], [ -75.175948, 39.972232 ], [ -75.17646, 39.96991 ], [ -75.178056, 39.970112 ], [ -75.178606, 39.97018 ], [ -75.178108, 39.972509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137001", "device_counts": 680, "stop_counts": 2725 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184439, 39.977788 ], [ -75.181755, 39.977444 ], [ -75.182327, 39.975143 ], [ -75.184945, 39.975479 ], [ -75.184439, 39.977788 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010157001", "device_counts": 813, "stop_counts": 2174 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138137, 39.982312 ], [ -75.137443, 39.982223 ], [ -75.13578, 39.982009 ], [ -75.132881, 39.981631 ], [ -75.13319, 39.980134 ], [ -75.133733, 39.980208 ], [ -75.136105, 39.980514 ], [ -75.136423, 39.97902 ], [ -75.138768, 39.979323 ], [ -75.138137, 39.982312 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010158002", "device_counts": 861, "stop_counts": 3146 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129573, 39.975894 ], [ -75.128628, 39.977533 ], [ -75.127401, 39.976845 ], [ -75.126136, 39.976082 ], [ -75.125201, 39.975558 ], [ -75.128693, 39.974284 ], [ -75.129573, 39.975894 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160002", "device_counts": 888, "stop_counts": 4077 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128628, 39.977533 ], [ -75.125593, 39.979124 ], [ -75.125018, 39.979426 ], [ -75.124193, 39.9785 ], [ -75.123334, 39.977514 ], [ -75.126136, 39.976082 ], [ -75.127401, 39.976845 ], [ -75.128628, 39.977533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164004", "device_counts": 530, "stop_counts": 2848 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147542, 39.989863 ], [ -75.143668, 39.989365 ], [ -75.142846, 39.989257 ], [ -75.140861, 39.989001 ], [ -75.14152, 39.986016 ], [ -75.1435, 39.986275 ], [ -75.145126, 39.986485 ], [ -75.147542, 39.989863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167013", "device_counts": 435, "stop_counts": 1058 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1635, 39.990401 ], [ -75.161948, 39.990185 ], [ -75.160365, 39.989991 ], [ -75.160695, 39.988495 ], [ -75.161032, 39.986907 ], [ -75.164184, 39.987311 ], [ -75.1635, 39.990401 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039014", "device_counts": 1368, "stop_counts": 4474 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176295, 39.92425 ], [ -75.176088, 39.925198 ], [ -75.175741, 39.92685 ], [ -75.175562, 39.927642 ], [ -75.173426, 39.927363 ], [ -75.172416, 39.927232 ], [ -75.172945, 39.924836 ], [ -75.173226, 39.923556 ], [ -75.176361, 39.92396 ], [ -75.176295, 39.92425 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172011", "device_counts": 662, "stop_counts": 926 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170087, 39.999116 ], [ -75.169754, 40.000622 ], [ -75.166562, 40.000199 ], [ -75.167215, 39.997197 ], [ -75.17042, 39.997618 ], [ -75.170087, 39.999116 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010175004", "device_counts": 560, "stop_counts": 1624 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14708, 39.996143 ], [ -75.143792, 39.995715 ], [ -75.141495, 39.995422 ], [ -75.14183, 39.993929 ], [ -75.147461, 39.994656 ], [ -75.14708, 39.996143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177024", "device_counts": 761, "stop_counts": 3476 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126054, 39.994957 ], [ -75.125737, 39.996451 ], [ -75.121617, 39.99592 ], [ -75.122221, 39.992929 ], [ -75.123212, 39.993054 ], [ -75.126374, 39.993462 ], [ -75.126054, 39.994957 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010179001", "device_counts": 433, "stop_counts": 3286 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.11674, 39.98673 ], [ -75.113492, 39.988768 ], [ -75.113123, 39.988217 ], [ -75.112356, 39.98702 ], [ -75.111887, 39.986296 ], [ -75.114934, 39.984697 ], [ -75.115224, 39.985018 ], [ -75.115524, 39.985365 ], [ -75.11674, 39.98673 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180021", "device_counts": 609, "stop_counts": 1897 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.105915, 39.988037 ], [ -75.105064, 39.987073 ], [ -75.103366, 39.985129 ], [ -75.102999, 39.98472 ], [ -75.105437, 39.983452 ], [ -75.108359, 39.986753 ], [ -75.105915, 39.988037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010183001", "device_counts": 987, "stop_counts": 2912 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079364, 39.994264 ], [ -75.073491, 39.997297 ], [ -75.072513, 39.996193 ], [ -75.069049, 39.999566 ], [ -75.065419, 39.995046 ], [ -75.066765, 39.99318 ], [ -75.071834, 39.99042 ], [ -75.064645979616898, 39.985641523490607 ], [ -75.067664096638595, 39.983171324838914 ], [ -75.078288, 39.990945 ], [ -75.080785, 39.993572 ], [ -75.079364, 39.994264 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010188006", "device_counts": 331, "stop_counts": 778 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.110983, 39.997801 ], [ -75.109848, 39.998436 ], [ -75.107775, 39.996084 ], [ -75.106215, 39.996224 ], [ -75.108487, 39.994991 ], [ -75.109617, 39.995123 ], [ -75.111558, 39.997475 ], [ -75.110983, 39.997801 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037021", "device_counts": 961, "stop_counts": 3545 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183295, 39.923575 ], [ -75.182243, 39.923442 ], [ -75.181698, 39.925924 ], [ -75.181159, 39.92585 ], [ -75.179242, 39.925606 ], [ -75.176088, 39.925198 ], [ -75.176295, 39.92425 ], [ -75.179651, 39.923652 ], [ -75.180313, 39.92354 ], [ -75.181424, 39.923337 ], [ -75.181703, 39.92329 ], [ -75.183434, 39.922939 ], [ -75.183295, 39.923575 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039022", "device_counts": 1543, "stop_counts": 3795 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175217, 39.915653 ], [ -75.174302, 39.918562 ], [ -75.171122, 39.918152 ], [ -75.171423, 39.916757 ], [ -75.171877, 39.914256 ], [ -75.175394, 39.914691 ], [ -75.175217, 39.915653 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041011", "device_counts": 1044, "stop_counts": 5003 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158192, 39.922891 ], [ -75.157666, 39.925313 ], [ -75.156095, 39.925103 ], [ -75.154526, 39.924895 ], [ -75.155056, 39.922495 ], [ -75.155233, 39.921686 ], [ -75.158363, 39.922092 ], [ -75.158192, 39.922891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041013", "device_counts": 739, "stop_counts": 2346 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162876, 39.923489 ], [ -75.158192, 39.922891 ], [ -75.158363, 39.922092 ], [ -75.159904, 39.922287 ], [ -75.160275, 39.920611 ], [ -75.163412, 39.921015 ], [ -75.162876, 39.923489 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041024", "device_counts": 534, "stop_counts": 944 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163412, 39.921015 ], [ -75.160275, 39.920611 ], [ -75.160826, 39.918116 ], [ -75.161362, 39.918177 ], [ -75.163956, 39.918518 ], [ -75.163412, 39.921015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041022", "device_counts": 1060, "stop_counts": 3865 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161362, 39.918177 ], [ -75.160826, 39.918116 ], [ -75.156139, 39.917515 ], [ -75.156708, 39.914869 ], [ -75.159844, 39.915286 ], [ -75.161956, 39.915546 ], [ -75.161362, 39.918177 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010055002", "device_counts": 404, "stop_counts": 628 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248751, 39.909248 ], [ -75.246021, 39.911148 ], [ -75.243939, 39.910021 ], [ -75.242832, 39.911272 ], [ -75.241558, 39.907257 ], [ -75.244247, 39.908271 ], [ -75.247414, 39.906162 ], [ -75.246275, 39.90746 ], [ -75.248751, 39.909248 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060002", "device_counts": 430, "stop_counts": 1855 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238529, 39.908213 ], [ -75.231662, 39.912252 ], [ -75.230417, 39.911046 ], [ -75.231964, 39.909874 ], [ -75.235164, 39.906453 ], [ -75.237281, 39.908241 ], [ -75.238529, 39.908213 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010064001", "device_counts": 683, "stop_counts": 9583 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.242972, 39.93094 ], [ -75.237726, 39.92932 ], [ -75.235478, 39.928877 ], [ -75.236986, 39.927821 ], [ -75.235594, 39.92664 ], [ -75.236833, 39.925765 ], [ -75.239493, 39.928024 ], [ -75.238729, 39.928585 ], [ -75.239873, 39.928824 ], [ -75.239625, 39.92957 ], [ -75.241996, 39.930036 ], [ -75.242254, 39.929287 ], [ -75.243254, 39.92947 ], [ -75.242972, 39.93094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065001", "device_counts": 273, "stop_counts": 676 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231533, 39.933634 ], [ -75.228533, 39.935732 ], [ -75.227252, 39.934661 ], [ -75.230248, 39.932551 ], [ -75.231276, 39.931827 ], [ -75.232567, 39.932912 ], [ -75.231533, 39.933634 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010066001", "device_counts": 1367, "stop_counts": 6713 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230654, 39.928158 ], [ -75.229222, 39.929172 ], [ -75.227589, 39.930313 ], [ -75.230248, 39.932551 ], [ -75.227252, 39.934661 ], [ -75.224592, 39.93241 ], [ -75.222696, 39.930808 ], [ -75.22278, 39.930749 ], [ -75.227309, 39.927571 ], [ -75.22869, 39.926602 ], [ -75.2294, 39.927156 ], [ -75.230654, 39.928158 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010139001", "device_counts": 181, "stop_counts": 523 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174393, 39.97938 ], [ -75.172799, 39.97916 ], [ -75.171213, 39.978952 ], [ -75.171813, 39.976164 ], [ -75.173414, 39.976363 ], [ -75.173126, 39.97775 ], [ -75.174393, 39.97938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010143002", "device_counts": 1034, "stop_counts": 1832 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129432, 39.970543 ], [ -75.127716, 39.971081 ], [ -75.127102, 39.97135 ], [ -75.125899, 39.971765 ], [ -75.124954, 39.969879 ], [ -75.126008, 39.969362 ], [ -75.126535, 39.970303 ], [ -75.127225, 39.970029 ], [ -75.127301, 39.968823 ], [ -75.12899, 39.967518 ], [ -75.130452, 39.970189 ], [ -75.129432, 39.970543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245003", "device_counts": 529, "stop_counts": 1502 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164809, 40.036452 ], [ -75.16405, 40.036816 ], [ -75.162752, 40.037499 ], [ -75.162077, 40.038163 ], [ -75.158341, 40.042021 ], [ -75.158363, 40.036346 ], [ -75.158834, 40.035884 ], [ -75.159601, 40.035137 ], [ -75.162906, 40.031923 ], [ -75.164571, 40.032912 ], [ -75.16298, 40.036142 ], [ -75.165094, 40.036234 ], [ -75.164809, 40.036452 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246003", "device_counts": 1042, "stop_counts": 1663 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177757, 40.039401 ], [ -75.17573, 40.041333 ], [ -75.173355, 40.04362 ], [ -75.172201, 40.042922 ], [ -75.174567, 40.040638 ], [ -75.172027, 40.039141 ], [ -75.17206, 40.038118 ], [ -75.171368, 40.037315 ], [ -75.172726, 40.035986 ], [ -75.173951, 40.035193 ], [ -75.175208, 40.036232 ], [ -75.176428, 40.037794 ], [ -75.177629, 40.039229 ], [ -75.177757, 40.039401 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010247005", "device_counts": 562, "stop_counts": 819 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172027, 40.039141 ], [ -75.170855, 40.040445 ], [ -75.169492, 40.044531 ], [ -75.167207, 40.043149 ], [ -75.165819, 40.042309 ], [ -75.166622, 40.040379 ], [ -75.168911, 40.03847 ], [ -75.170588, 40.0381 ], [ -75.171368, 40.037315 ], [ -75.17206, 40.038118 ], [ -75.172027, 40.039141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252005", "device_counts": 324, "stop_counts": 1411 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176247, 40.047752 ], [ -75.17326, 40.050667 ], [ -75.172888, 40.050431 ], [ -75.171755, 40.048359 ], [ -75.171536, 40.047888 ], [ -75.173686, 40.045803 ], [ -75.174713, 40.046823 ], [ -75.176247, 40.047752 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253003", "device_counts": 628, "stop_counts": 4299 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.186535, 40.056209 ], [ -75.184472, 40.054919 ], [ -75.182944, 40.053989 ], [ -75.181906, 40.053341 ], [ -75.184693, 40.050641 ], [ -75.185221, 40.051585 ], [ -75.185287, 40.051743 ], [ -75.187306, 40.055484 ], [ -75.186535, 40.056209 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253001", "device_counts": 451, "stop_counts": 1353 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180252, 40.054955 ], [ -75.18052, 40.055118 ], [ -75.179017, 40.05658 ], [ -75.175743, 40.054577 ], [ -75.177193, 40.05308 ], [ -75.177983, 40.05356 ], [ -75.179616, 40.051956 ], [ -75.181906, 40.053341 ], [ -75.180252, 40.054955 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257001", "device_counts": 2178, "stop_counts": 9011 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199361, 40.075928 ], [ -75.197601, 40.077991 ], [ -75.189117, 40.073124 ], [ -75.190594, 40.071973 ], [ -75.193222, 40.06909 ], [ -75.196263, 40.073051 ], [ -75.199496, 40.07547 ], [ -75.199361, 40.075928 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259002", "device_counts": 96, "stop_counts": 574 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176145, 40.079288 ], [ -75.175627, 40.07984 ], [ -75.172621, 40.078103 ], [ -75.174171, 40.076549 ], [ -75.177137, 40.078269 ], [ -75.176145, 40.079288 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261002", "device_counts": 762, "stop_counts": 1650 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180482, 40.070191 ], [ -75.178918, 40.069175 ], [ -75.174044, 40.067381 ], [ -75.173459, 40.067054 ], [ -75.175327, 40.065216 ], [ -75.176526, 40.065896 ], [ -75.181751, 40.068902 ], [ -75.180482, 40.070191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348012", "device_counts": 1569, "stop_counts": 5966 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024818, 40.060286 ], [ -75.021992, 40.063113 ], [ -75.021185, 40.061691 ], [ -75.020575, 40.061252 ], [ -75.019815, 40.060783 ], [ -75.014444, 40.057424 ], [ -75.012828, 40.056404 ], [ -75.019047, 40.056391 ], [ -75.022122, 40.056373 ], [ -75.024345, 40.05644 ], [ -75.024701, 40.057278 ], [ -75.024818, 40.060286 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010264004", "device_counts": 375, "stop_counts": 1121 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162018, 40.063095 ], [ -75.160688, 40.064468 ], [ -75.158621, 40.063281 ], [ -75.161105, 40.060726 ], [ -75.163166, 40.061911 ], [ -75.162018, 40.063095 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265002", "device_counts": 384, "stop_counts": 1796 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158413, 40.059181 ], [ -75.15642, 40.061234 ], [ -75.15597, 40.060525 ], [ -75.15175, 40.06222 ], [ -75.151141, 40.061326 ], [ -75.153763, 40.060098 ], [ -75.152752, 40.05859 ], [ -75.154904, 40.057595 ], [ -75.156168, 40.057019 ], [ -75.157371, 40.058584 ], [ -75.158413, 40.059181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266001", "device_counts": 378, "stop_counts": 797 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148107, 40.060903 ], [ -75.147649, 40.06301 ], [ -75.146051, 40.062926 ], [ -75.145187, 40.066692 ], [ -75.143117, 40.065493 ], [ -75.140709, 40.064133 ], [ -75.14117, 40.063012 ], [ -75.142182, 40.058424 ], [ -75.142292, 40.057941 ], [ -75.143167, 40.058143 ], [ -75.145445, 40.058254 ], [ -75.149219, 40.058432 ], [ -75.148107, 40.060903 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267007", "device_counts": 604, "stop_counts": 1732 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149219, 40.058432 ], [ -75.145445, 40.058254 ], [ -75.146002, 40.055765 ], [ -75.149478, 40.056217 ], [ -75.149219, 40.058432 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010268003", "device_counts": 1088, "stop_counts": 1813 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.143571, 40.052297 ], [ -75.143189, 40.05381 ], [ -75.142849, 40.055357 ], [ -75.142292, 40.057941 ], [ -75.142182, 40.058424 ], [ -75.140544, 40.058209 ], [ -75.139067, 40.058017 ], [ -75.141106, 40.054608 ], [ -75.141443, 40.054208 ], [ -75.14156, 40.053599 ], [ -75.142214, 40.050563 ], [ -75.143841, 40.050771 ], [ -75.143571, 40.052297 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272001", "device_counts": 402, "stop_counts": 2343 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.117104, 40.050304 ], [ -75.112363, 40.047563 ], [ -75.112588, 40.04638 ], [ -75.117478, 40.048927 ], [ -75.117104, 40.050304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010272003", "device_counts": 632, "stop_counts": 1556 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122776, 40.049613 ], [ -75.122147, 40.053177 ], [ -75.118652, 40.051186 ], [ -75.117104, 40.050304 ], [ -75.117478, 40.048927 ], [ -75.118503, 40.049061 ], [ -75.119454, 40.04448 ], [ -75.121432, 40.044731 ], [ -75.123566, 40.044993 ], [ -75.122776, 40.049613 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273005", "device_counts": 226, "stop_counts": 670 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.122078, 40.041664 ], [ -75.121754, 40.04317 ], [ -75.119782, 40.042926 ], [ -75.120103, 40.041417 ], [ -75.120434, 40.039886 ], [ -75.12281, 40.040181 ], [ -75.122078, 40.041664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274023", "device_counts": 660, "stop_counts": 1706 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126977, 40.039155 ], [ -75.124744, 40.038876 ], [ -75.123535, 40.038719 ], [ -75.123686, 40.037144 ], [ -75.12386, 40.035562 ], [ -75.127641, 40.036063 ], [ -75.126977, 40.039155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306003", "device_counts": 885, "stop_counts": 2656 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.098017, 40.047096 ], [ -75.095623, 40.049584 ], [ -75.094593, 40.050655 ], [ -75.094183, 40.051071 ], [ -75.092242, 40.049978 ], [ -75.095999, 40.046002 ], [ -75.098017, 40.047096 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306001", "device_counts": 1442, "stop_counts": 5463 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.091268, 40.048083 ], [ -75.091416, 40.049543 ], [ -75.091173, 40.051098 ], [ -75.088873, 40.050674 ], [ -75.088344, 40.051235 ], [ -75.087804, 40.051795 ], [ -75.085989, 40.050878 ], [ -75.086165, 40.050024 ], [ -75.086975, 40.048567 ], [ -75.088312, 40.045514 ], [ -75.091098, 40.04706 ], [ -75.091859, 40.047485 ], [ -75.091268, 40.048083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308001", "device_counts": 307, "stop_counts": 628 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.08498, 40.058893 ], [ -75.078631, 40.055357 ], [ -75.079814, 40.054084 ], [ -75.081865, 40.055214 ], [ -75.083654, 40.056213 ], [ -75.085676, 40.057208 ], [ -75.08498, 40.058893 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310001", "device_counts": 713, "stop_counts": 819 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.069721, 40.053284 ], [ -75.068503, 40.05259 ], [ -75.066045, 40.051181 ], [ -75.068475, 40.048729 ], [ -75.072108, 40.050765 ], [ -75.069721, 40.053284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010311012", "device_counts": 408, "stop_counts": 891 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.078996, 40.043455 ], [ -75.075452, 40.041477 ], [ -75.076652, 40.040257 ], [ -75.080164, 40.042213 ], [ -75.078996, 40.043455 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010313004", "device_counts": 840, "stop_counts": 3434 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076652, 40.040257 ], [ -75.075452, 40.041477 ], [ -75.075032, 40.04194 ], [ -75.073836, 40.043174 ], [ -75.071813, 40.042033 ], [ -75.072996, 40.040803 ], [ -75.075336, 40.038281 ], [ -75.077394, 40.039464 ], [ -75.076652, 40.040257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314022", "device_counts": 841, "stop_counts": 2175 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.06434, 40.041676 ], [ -75.063143, 40.042901 ], [ -75.061075, 40.041761 ], [ -75.058555, 40.040311 ], [ -75.059801, 40.039152 ], [ -75.061043, 40.037981 ], [ -75.06558, 40.040442 ], [ -75.06434, 40.041676 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314021", "device_counts": 1600, "stop_counts": 2767 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058858, 40.044338 ], [ -75.057048, 40.04603 ], [ -75.054287, 40.044448 ], [ -75.055946, 40.042831 ], [ -75.058555, 40.040311 ], [ -75.061075, 40.041761 ], [ -75.058858, 40.044338 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315021", "device_counts": 2232, "stop_counts": 3947 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059801, 40.039152 ], [ -75.058555, 40.040311 ], [ -75.055946, 40.042831 ], [ -75.053865, 40.041545 ], [ -75.055055, 40.040279 ], [ -75.0518, 40.038476 ], [ -75.053584, 40.036574 ], [ -75.056848, 40.03839 ], [ -75.058568, 40.036548 ], [ -75.061043, 40.037981 ], [ -75.059801, 40.039152 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315011", "device_counts": 738, "stop_counts": 1517 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045806, 40.039579 ], [ -75.044192, 40.03866 ], [ -75.042536, 40.037722 ], [ -75.04086, 40.036757 ], [ -75.043199, 40.035544 ], [ -75.045778, 40.036986 ], [ -75.047405, 40.037892 ], [ -75.045806, 40.039579 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316007", "device_counts": 3044, "stop_counts": 7241 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.064362, 40.036306 ], [ -75.062463, 40.036912 ], [ -75.061043, 40.037981 ], [ -75.058568, 40.036548 ], [ -75.060338, 40.034685 ], [ -75.0621, 40.032813 ], [ -75.063188, 40.031566 ], [ -75.064362, 40.036306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010318003", "device_counts": 207, "stop_counts": 616 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.079443, 40.031051 ], [ -75.078277, 40.032301 ], [ -75.076783, 40.031474 ], [ -75.077661, 40.030054 ], [ -75.07908, 40.028552 ], [ -75.080866, 40.029556 ], [ -75.079443, 40.031051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320005", "device_counts": 405, "stop_counts": 1685 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.062394, 40.027444 ], [ -75.062207, 40.027471 ], [ -75.059227, 40.027909 ], [ -75.057594, 40.026031 ], [ -75.057806, 40.025174 ], [ -75.059761, 40.024161 ], [ -75.062419, 40.027136 ], [ -75.062394, 40.027444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010321002", "device_counts": 358, "stop_counts": 1603 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.059304, 40.017638 ], [ -75.055687, 40.019504 ], [ -75.053922, 40.017488 ], [ -75.057542, 40.015615 ], [ -75.059304, 40.017638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325001", "device_counts": 655, "stop_counts": 1753 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.048574, 40.032982 ], [ -75.047718, 40.033301 ], [ -75.04677, 40.033683 ], [ -75.045554, 40.032261 ], [ -75.044655, 40.031231 ], [ -75.04744, 40.029792 ], [ -75.048355, 40.029324 ], [ -75.050972, 40.032324 ], [ -75.048574, 40.032982 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326004", "device_counts": 508, "stop_counts": 3882 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.043304, 40.029688 ], [ -75.041188, 40.030786 ], [ -75.03733, 40.032782 ], [ -75.036906, 40.032252 ], [ -75.036055, 40.031206 ], [ -75.0387, 40.029839 ], [ -75.041957, 40.028152 ], [ -75.042858, 40.029185 ], [ -75.043304, 40.029688 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330006", "device_counts": 606, "stop_counts": 1430 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040594, 40.036859 ], [ -75.039289, 40.03734 ], [ -75.03728, 40.035045 ], [ -75.035488, 40.03299 ], [ -75.036906, 40.032252 ], [ -75.03733, 40.032782 ], [ -75.038616, 40.034355 ], [ -75.039473, 40.035404 ], [ -75.040594, 40.036859 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331022", "device_counts": 534, "stop_counts": 1773 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.030535, 40.044372 ], [ -75.02654, 40.045822 ], [ -75.02603, 40.043117 ], [ -75.02562, 40.042322 ], [ -75.028257, 40.041363 ], [ -75.030535, 40.044372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331012", "device_counts": 1265, "stop_counts": 3370 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.041692, 40.038218 ], [ -75.03836, 40.039695 ], [ -75.036639, 40.04046 ], [ -75.035726, 40.040863 ], [ -75.034423, 40.03912 ], [ -75.035331, 40.038788 ], [ -75.036276, 40.038441 ], [ -75.039289, 40.03734 ], [ -75.040594, 40.036859 ], [ -75.04086, 40.036757 ], [ -75.042536, 40.037722 ], [ -75.041692, 40.038218 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010067005", "device_counts": 579, "stop_counts": 3291 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22869, 39.926602 ], [ -75.226681, 39.927543 ], [ -75.22484, 39.926055 ], [ -75.225832, 39.925361 ], [ -75.22444, 39.924188 ], [ -75.22495, 39.923838 ], [ -75.226319, 39.922867 ], [ -75.226761, 39.923242 ], [ -75.229818, 39.925811 ], [ -75.22869, 39.926602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010009012", "device_counts": 7989, "stop_counts": 19796 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164845, 39.946999 ], [ -75.164752, 39.947424 ], [ -75.164338, 39.949346 ], [ -75.164265, 39.94934 ], [ -75.162114, 39.94908 ], [ -75.162627, 39.946713 ], [ -75.163648, 39.946836 ], [ -75.164772, 39.946983 ], [ -75.164845, 39.946999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012022", "device_counts": 1542, "stop_counts": 2407 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171488, 39.946353 ], [ -75.166767, 39.945768 ], [ -75.168443, 39.945524 ], [ -75.168762, 39.94405 ], [ -75.171906, 39.944443 ], [ -75.171488, 39.946353 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069003", "device_counts": 249, "stop_counts": 1053 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221287, 39.931789 ], [ -75.217058, 39.934733 ], [ -75.215778, 39.935624 ], [ -75.213893, 39.935906 ], [ -75.215569, 39.933489 ], [ -75.215858, 39.933066 ], [ -75.218984, 39.932331 ], [ -75.220628, 39.931175 ], [ -75.219232, 39.930016 ], [ -75.220588, 39.929047 ], [ -75.222696, 39.930808 ], [ -75.221287, 39.931789 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010069002", "device_counts": 659, "stop_counts": 1895 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220628, 39.931175 ], [ -75.218984, 39.932331 ], [ -75.215858, 39.933066 ], [ -75.218389, 39.929335 ], [ -75.216769, 39.928686 ], [ -75.214825, 39.929799 ], [ -75.216768, 39.926956 ], [ -75.21931, 39.928012 ], [ -75.220588, 39.929047 ], [ -75.219232, 39.930016 ], [ -75.220628, 39.931175 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071023", "device_counts": 204, "stop_counts": 1266 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.229077, 39.940637 ], [ -75.226334, 39.942562 ], [ -75.225508, 39.941871 ], [ -75.224607, 39.941109 ], [ -75.224113, 39.940691 ], [ -75.22548, 39.939725 ], [ -75.226854, 39.938767 ], [ -75.229077, 39.940637 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071025", "device_counts": 225, "stop_counts": 184 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233632, 39.940292 ], [ -75.231676, 39.941671 ], [ -75.230928, 39.942194 ], [ -75.229528, 39.941018 ], [ -75.229077, 39.940637 ], [ -75.231766, 39.93846 ], [ -75.23242, 39.938995 ], [ -75.233632, 39.940292 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072006", "device_counts": 940, "stop_counts": 2380 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.240052, 39.945917 ], [ -75.235917, 39.946793 ], [ -75.235822, 39.946835 ], [ -75.235049, 39.946992 ], [ -75.233604, 39.947351 ], [ -75.233718, 39.944559 ], [ -75.234474, 39.944027 ], [ -75.235219, 39.943494 ], [ -75.237132, 39.943237 ], [ -75.238875, 39.94468 ], [ -75.240266, 39.945866 ], [ -75.240052, 39.945917 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073002", "device_counts": 350, "stop_counts": 615 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.22498, 39.943534 ], [ -75.22361, 39.944505 ], [ -75.222759, 39.943806 ], [ -75.221367, 39.942626 ], [ -75.220175, 39.941602 ], [ -75.221545, 39.940652 ], [ -75.222753, 39.941654 ], [ -75.224129, 39.942836 ], [ -75.22498, 39.943534 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010077001", "device_counts": 1824, "stop_counts": 4667 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21292, 39.949065 ], [ -75.209259, 39.949541 ], [ -75.208044, 39.949748 ], [ -75.205759, 39.949832 ], [ -75.205656, 39.948053 ], [ -75.207046, 39.946754 ], [ -75.208387, 39.945651 ], [ -75.208733, 39.946839 ], [ -75.210103, 39.946697 ], [ -75.211389, 39.947796 ], [ -75.21292, 39.949065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010079002", "device_counts": 1444, "stop_counts": 2472 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.218833, 39.950273 ], [ -75.218676, 39.951032 ], [ -75.214691, 39.950542 ], [ -75.212716, 39.950292 ], [ -75.21292, 39.949065 ], [ -75.217121, 39.94861 ], [ -75.219234, 39.948368 ], [ -75.218833, 39.950273 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081024", "device_counts": 451, "stop_counts": 3372 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.234856, 39.951444 ], [ -75.234531, 39.953 ], [ -75.230323, 39.952475 ], [ -75.230793, 39.950172 ], [ -75.230959, 39.949438 ], [ -75.235165, 39.949953 ], [ -75.234856, 39.951444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082002", "device_counts": 377, "stop_counts": 838 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243381, 39.949411 ], [ -75.24323, 39.950172 ], [ -75.239232, 39.949923 ], [ -75.23943, 39.948931 ], [ -75.239641, 39.947932 ], [ -75.243536, 39.948659 ], [ -75.243381, 39.949411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176011", "device_counts": 410, "stop_counts": 1412 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.138713, 39.998891 ], [ -75.13191, 39.995754 ], [ -75.132367, 39.995776 ], [ -75.134444, 39.996049 ], [ -75.13735, 39.996421 ], [ -75.139199, 39.996661 ], [ -75.138713, 39.998891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083012", "device_counts": 959, "stop_counts": 5419 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.247897, 39.95724 ], [ -75.24739, 39.959662 ], [ -75.243371, 39.959166 ], [ -75.243608, 39.95802 ], [ -75.243975, 39.95626 ], [ -75.247989, 39.956758 ], [ -75.247897, 39.95724 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084005", "device_counts": 327, "stop_counts": 1203 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239909, 39.956313 ], [ -75.237934, 39.956062 ], [ -75.235997, 39.955831 ], [ -75.233984, 39.955579 ], [ -75.234212, 39.954521 ], [ -75.238166, 39.955011 ], [ -75.240137, 39.955252 ], [ -75.239909, 39.956313 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010085004", "device_counts": 436, "stop_counts": 1585 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231937, 39.955319 ], [ -75.226002, 39.954591 ], [ -75.226224, 39.953528 ], [ -75.229999, 39.953996 ], [ -75.232153, 39.954262 ], [ -75.231937, 39.955319 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086023", "device_counts": 630, "stop_counts": 1624 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221559, 39.956461 ], [ -75.221397, 39.957227 ], [ -75.221244, 39.957984 ], [ -75.22092, 39.959505 ], [ -75.219175, 39.959288 ], [ -75.218954, 39.95926 ], [ -75.219421, 39.956979 ], [ -75.219823, 39.955076 ], [ -75.221798, 39.955319 ], [ -75.221559, 39.956461 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010091001", "device_counts": 636, "stop_counts": 1156 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.199436, 39.962042 ], [ -75.197197, 39.962287 ], [ -75.194297, 39.962607 ], [ -75.194015, 39.961124 ], [ -75.198844, 39.960637 ], [ -75.199436, 39.962042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010094001", "device_counts": 304, "stop_counts": 444 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23189, 39.965593 ], [ -75.22992, 39.965352 ], [ -75.230552, 39.96231 ], [ -75.232527, 39.962557 ], [ -75.23189, 39.965593 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010165002", "device_counts": 328, "stop_counts": 420 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.15273, 39.992072 ], [ -75.149587, 39.991665 ], [ -75.150238, 39.988684 ], [ -75.151815, 39.988886 ], [ -75.152871, 39.990551 ], [ -75.15273, 39.992072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372001", "device_counts": 2970, "stop_counts": 5212 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172294, 39.912393 ], [ -75.171877, 39.914256 ], [ -75.171423, 39.916757 ], [ -75.167681, 39.916283 ], [ -75.166914, 39.916189 ], [ -75.167462, 39.913675 ], [ -75.165081, 39.913368 ], [ -75.165482, 39.911531 ], [ -75.171928, 39.912348 ], [ -75.172294, 39.912393 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210004", "device_counts": 2917, "stop_counts": 9854 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223694, 40.023712 ], [ -75.221027, 40.026228 ], [ -75.219699, 40.02614 ], [ -75.216241, 40.023419 ], [ -75.215348, 40.023903 ], [ -75.213266, 40.021301 ], [ -75.214841, 40.020594 ], [ -75.213, 40.018652 ], [ -75.214752, 40.017784 ], [ -75.218056, 40.020943 ], [ -75.219583, 40.021713 ], [ -75.222153, 40.022614 ], [ -75.223694, 40.023712 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140001", "device_counts": 3276, "stop_counts": 14913 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167421, 39.972493 ], [ -75.16722, 39.973397 ], [ -75.166463, 39.976877 ], [ -75.164888, 39.976668 ], [ -75.165461, 39.974033 ], [ -75.164069, 39.973009 ], [ -75.162507, 39.972799 ], [ -75.159237, 39.972384 ], [ -75.159442, 39.971467 ], [ -75.159702, 39.970202 ], [ -75.164555, 39.970816 ], [ -75.167703, 39.971211 ], [ -75.167421, 39.972493 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010077002", "device_counts": 378, "stop_counts": 633 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2109, 39.946153 ], [ -75.210103, 39.946697 ], [ -75.208733, 39.946839 ], [ -75.208387, 39.945651 ], [ -75.207046, 39.946754 ], [ -75.205367, 39.944994 ], [ -75.20506, 39.943624 ], [ -75.207838, 39.941286 ], [ -75.208799, 39.941644 ], [ -75.207649, 39.942475 ], [ -75.211401, 39.945802 ], [ -75.2109, 39.946153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010147001", "device_counts": 630, "stop_counts": 1456 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.16616, 39.978308 ], [ -75.165849, 39.979714 ], [ -75.161134, 39.979106 ], [ -75.161443, 39.977694 ], [ -75.163006, 39.977899 ], [ -75.163325, 39.976471 ], [ -75.164888, 39.976668 ], [ -75.166463, 39.976877 ], [ -75.16616, 39.978308 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010290004", "device_counts": 1093, "stop_counts": 2113 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.120614, 40.027626 ], [ -75.120036, 40.028328 ], [ -75.118184, 40.030534 ], [ -75.11721, 40.030312 ], [ -75.116846, 40.028803 ], [ -75.115139, 40.029057 ], [ -75.114461, 40.026784 ], [ -75.117173, 40.026386 ], [ -75.119735, 40.026017 ], [ -75.122279, 40.02565 ], [ -75.120614, 40.027626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010386001", "device_counts": 2201, "stop_counts": 10735 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.221348, 40.072432 ], [ -75.222268, 40.073056 ], [ -75.215751, 40.072877 ], [ -75.215385, 40.073257 ], [ -75.211625, 40.070754 ], [ -75.2112, 40.068809 ], [ -75.211138, 40.068318 ], [ -75.208933, 40.067015 ], [ -75.209573, 40.066375 ], [ -75.206782, 40.064755 ], [ -75.20615, 40.065376 ], [ -75.204744, 40.064538 ], [ -75.20714, 40.062139 ], [ -75.202545, 40.059884 ], [ -75.201625, 40.056796 ], [ -75.204845, 40.054823 ], [ -75.201462, 40.052316 ], [ -75.198319, 40.050328 ], [ -75.196511, 40.049188 ], [ -75.198059, 40.047739 ], [ -75.198411, 40.045827 ], [ -75.201433, 40.042404 ], [ -75.207005, 40.047063 ], [ -75.209622, 40.047047 ], [ -75.209969, 40.047081 ], [ -75.212717, 40.049239 ], [ -75.214124, 40.049661 ], [ -75.217922, 40.055271 ], [ -75.217672, 40.055359 ], [ -75.213767, 40.056678 ], [ -75.212549, 40.058425 ], [ -75.214011, 40.0571 ], [ -75.216866, 40.057179 ], [ -75.21901, 40.060468 ], [ -75.220769, 40.064065 ], [ -75.218506, 40.066949 ], [ -75.215152, 40.069139 ], [ -75.215983, 40.069557 ], [ -75.218898, 40.067813 ], [ -75.222536, 40.071328 ], [ -75.221348, 40.072432 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373001", "device_counts": 5330, "stop_counts": 8592 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177806, 39.91309 ], [ -75.172294, 39.912393 ], [ -75.171928, 39.912348 ], [ -75.169806, 39.911326 ], [ -75.17081, 39.908594 ], [ -75.173234, 39.908002 ], [ -75.178512, 39.90867 ], [ -75.177806, 39.91309 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353013", "device_counts": 1440, "stop_counts": 2704 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.995269, 40.062344 ], [ -74.991704, 40.062339 ], [ -74.987379, 40.065368 ], [ -74.986875, 40.064955 ], [ -74.985576, 40.063345 ], [ -74.990432, 40.060396 ], [ -74.991709, 40.061095 ], [ -74.995269, 40.062344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010376001", "device_counts": 6570, "stop_counts": 16034 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155093, 39.958709 ], [ -75.154512, 39.961711 ], [ -75.154312, 39.962614 ], [ -75.152146, 39.962452 ], [ -75.148029, 39.962265 ], [ -75.148181, 39.961418 ], [ -75.14913, 39.956191 ], [ -75.151223, 39.956862 ], [ -75.154451, 39.956777 ], [ -75.155538, 39.956923 ], [ -75.155093, 39.958709 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019809001", "device_counts": 36384, "stop_counts": 119445 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.257003, 39.878422 ], [ -75.254897, 39.880006 ], [ -75.246231, 39.889505 ], [ -75.241825, 39.892006 ], [ -75.243752, 39.893025 ], [ -75.238643, 39.898691 ], [ -75.240331, 39.904113 ], [ -75.237752, 39.904713 ], [ -75.235164, 39.906453 ], [ -75.231964, 39.909874 ], [ -75.230417, 39.911046 ], [ -75.22918, 39.909127 ], [ -75.224988, 39.915064 ], [ -75.223236, 39.917589 ], [ -75.221873, 39.919551 ], [ -75.216768, 39.926956 ], [ -75.212428, 39.92523 ], [ -75.211253, 39.928519 ], [ -75.206204, 39.934974 ], [ -75.206173, 39.935067 ], [ -75.206101, 39.935281 ], [ -75.206072, 39.935371 ], [ -75.215858, 39.933066 ], [ -75.215569, 39.933489 ], [ -75.213893, 39.935906 ], [ -75.215778, 39.935624 ], [ -75.212064, 39.938213 ], [ -75.207838, 39.941286 ], [ -75.207099, 39.941281 ], [ -75.205185, 39.941116 ], [ -75.205431, 39.93877 ], [ -75.20114, 39.937468 ], [ -75.200194, 39.938545 ], [ -75.197924, 39.938063 ], [ -75.199503, 39.934508 ], [ -75.199844, 39.932447 ], [ -75.199586, 39.931807 ], [ -75.194623, 39.92681 ], [ -75.193156, 39.924592 ], [ -75.195045, 39.921011 ], [ -75.192494, 39.921266 ], [ -75.189653, 39.921807 ], [ -75.189413, 39.921073 ], [ -75.19022, 39.915884 ], [ -75.192285, 39.906428 ], [ -75.193987, 39.905633 ], [ -75.193923, 39.900403 ], [ -75.19631, 39.901071 ], [ -75.195253, 39.899322 ], [ -75.196239, 39.893365 ], [ -75.195514, 39.89184 ], [ -75.195217294768597, 39.877343945193211 ], [ -75.199857, 39.873222 ], [ -75.204087, 39.871204 ], [ -75.211515931142685, 39.867051552431704 ], [ -75.216039, 39.871115 ], [ -75.215787, 39.875052 ], [ -75.211873, 39.880681 ], [ -75.212248, 39.883027 ], [ -75.213969, 39.883692 ], [ -75.221643, 39.882386 ], [ -75.223317, 39.883766 ], [ -75.227493, 39.88182 ], [ -75.228516, 39.880973 ], [ -75.229911, 39.882411 ], [ -75.233426, 39.889178 ], [ -75.235941, 39.890059 ], [ -75.239244, 39.889103 ], [ -75.24072, 39.887833 ], [ -75.242544, 39.884969 ], [ -75.24413, 39.881256 ], [ -75.246044, 39.878981 ], [ -75.248463, 39.87765 ], [ -75.253515, 39.876015 ], [ -75.261245, 39.876484 ], [ -75.257003, 39.878422 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169021", "device_counts": 636, "stop_counts": 2810 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.183009, 39.994439 ], [ -75.182341, 39.997519 ], [ -75.180188, 39.997253 ], [ -75.178576, 39.99704 ], [ -75.179248, 39.993963 ], [ -75.182463, 39.994365 ], [ -75.183009, 39.994439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172024", "device_counts": 509, "stop_counts": 1514 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173282, 39.999516 ], [ -75.170087, 39.999116 ], [ -75.17042, 39.997618 ], [ -75.171997, 39.997826 ], [ -75.172355, 39.99624 ], [ -75.173948, 39.996432 ], [ -75.173282, 39.999516 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010308003", "device_counts": 1012, "stop_counts": 4960 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.085794, 40.055424 ], [ -75.085676, 40.057208 ], [ -75.083654, 40.056213 ], [ -75.081865, 40.055214 ], [ -75.079814, 40.054084 ], [ -75.078631, 40.055357 ], [ -75.076734, 40.05735 ], [ -75.075032, 40.056359 ], [ -75.076902, 40.054387 ], [ -75.079334, 40.051809 ], [ -75.079878, 40.051217 ], [ -75.085847, 40.05441 ], [ -75.085794, 40.055424 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107003", "device_counts": 456, "stop_counts": 1982 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211723, 39.970722 ], [ -75.208356, 39.970706 ], [ -75.208038, 39.968984 ], [ -75.211189, 39.968634 ], [ -75.211334, 39.968726 ], [ -75.211723, 39.970722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176022", "device_counts": 326, "stop_counts": 1450 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.129921, 39.99546 ], [ -75.126054, 39.994957 ], [ -75.126374, 39.993462 ], [ -75.126915, 39.991834 ], [ -75.130122, 39.994573 ], [ -75.129921, 39.99546 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010287001", "device_counts": 1110, "stop_counts": 2468 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135664, 40.023155 ], [ -75.133287, 40.023784 ], [ -75.131584, 40.024069 ], [ -75.131594, 40.023893 ], [ -75.131339, 40.023947 ], [ -75.130367, 40.024146 ], [ -75.131171, 40.019997 ], [ -75.134016, 40.020372 ], [ -75.134194, 40.019619 ], [ -75.135434, 40.019782 ], [ -75.135818, 40.020645 ], [ -75.135664, 40.023155 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010060005", "device_counts": 380, "stop_counts": 1324 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239511, 39.918979 ], [ -75.237427, 39.917207 ], [ -75.236026, 39.916036 ], [ -75.237599, 39.914934 ], [ -75.238984, 39.916102 ], [ -75.241088, 39.917868 ], [ -75.239511, 39.918979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010292003", "device_counts": 604, "stop_counts": 2895 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.09399, 40.027037 ], [ -75.092162, 40.02805 ], [ -75.086551, 40.031133 ], [ -75.085263, 40.031381 ], [ -75.08508, 40.031266 ], [ -75.086997, 40.029443 ], [ -75.090563, 40.025791 ], [ -75.091879, 40.024435 ], [ -75.092414, 40.025353 ], [ -75.093609, 40.026718 ], [ -75.09399, 40.027037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010095004", "device_counts": 658, "stop_counts": 4451 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.239479, 39.968097 ], [ -75.239133, 39.969893 ], [ -75.237455, 39.970141 ], [ -75.237283, 39.968899 ], [ -75.237818, 39.96633 ], [ -75.238137, 39.96481 ], [ -75.24011, 39.965055 ], [ -75.239479, 39.968097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010367001", "device_counts": 12987, "stop_counts": 41414 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14913, 39.956191 ], [ -75.148181, 39.961418 ], [ -75.146557, 39.961255 ], [ -75.146586, 39.962174 ], [ -75.14482, 39.961762 ], [ -75.143279, 39.9614 ], [ -75.142528, 39.964985 ], [ -75.138827, 39.963129 ], [ -75.138081, 39.962936 ], [ -75.139954, 39.956928 ], [ -75.141607, 39.955491 ], [ -75.148408, 39.95633 ], [ -75.14913, 39.956191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362031", "device_counts": 2308, "stop_counts": 5868 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.97582, 40.081889 ], [ -74.973763, 40.084534 ], [ -74.971945, 40.086891 ], [ -74.971509, 40.087342 ], [ -74.968451, 40.084426 ], [ -74.966814, 40.082209 ], [ -74.97031, 40.080347 ], [ -74.973615, 40.078901 ], [ -74.975247, 40.078848 ], [ -74.97725, 40.080506 ], [ -74.97582, 40.081889 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256002", "device_counts": 328, "stop_counts": 2217 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.192891, 40.062662 ], [ -75.188921, 40.066497 ], [ -75.187657, 40.065837 ], [ -75.185757, 40.065121 ], [ -75.188629, 40.062443 ], [ -75.191054, 40.060176 ], [ -75.191876, 40.061257 ], [ -75.192891, 40.062662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010019002", "device_counts": 1974, "stop_counts": 3750 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177761, 39.941461 ], [ -75.177598, 39.942228 ], [ -75.174104, 39.941793 ], [ -75.174271, 39.941021 ], [ -75.174481, 39.940056 ], [ -75.171341, 39.939663 ], [ -75.171602, 39.938447 ], [ -75.173173, 39.938641 ], [ -75.17631, 39.939021 ], [ -75.178251, 39.939268 ], [ -75.177761, 39.941461 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010071022", "device_counts": 306, "stop_counts": 2319 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.231766, 39.93846 ], [ -75.229077, 39.940637 ], [ -75.226854, 39.938767 ], [ -75.227831, 39.938077 ], [ -75.228358, 39.9377 ], [ -75.229726, 39.936743 ], [ -75.230224, 39.937177 ], [ -75.231766, 39.93846 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082004", "device_counts": 354, "stop_counts": 1439 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.245999, 39.94656 ], [ -75.244026, 39.946316 ], [ -75.242107, 39.945829 ], [ -75.241771, 39.945297 ], [ -75.246634, 39.943541 ], [ -75.245999, 39.94656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164003", "device_counts": 807, "stop_counts": 2318 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147887, 39.993078 ], [ -75.142999, 39.992449 ], [ -75.143668, 39.989365 ], [ -75.147542, 39.989863 ], [ -75.148305, 39.990968 ], [ -75.147887, 39.993078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010255003", "device_counts": 686, "stop_counts": 2216 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191054, 40.060176 ], [ -75.188629, 40.062443 ], [ -75.186236, 40.060989 ], [ -75.183366, 40.05922 ], [ -75.186535, 40.056209 ], [ -75.187306, 40.055484 ], [ -75.188077, 40.056898 ], [ -75.189423, 40.058417 ], [ -75.19022, 40.059199 ], [ -75.191054, 40.060176 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289022", "device_counts": 529, "stop_counts": 3202 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116106, 40.022109 ], [ -75.114917, 40.021956 ], [ -75.114348, 40.024951 ], [ -75.113323, 40.024916 ], [ -75.114461, 40.026784 ], [ -75.112773, 40.027036 ], [ -75.111664, 40.025651 ], [ -75.111228, 40.023211 ], [ -75.110242, 40.022242 ], [ -75.110835, 40.02172 ], [ -75.112217, 40.020056 ], [ -75.116243, 40.020558 ], [ -75.116106, 40.022109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010289012", "device_counts": 940, "stop_counts": 4172 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116272, 40.017423 ], [ -75.117154, 40.019006 ], [ -75.116404, 40.018909 ], [ -75.113951, 40.018603 ], [ -75.108678, 40.017942 ], [ -75.109024, 40.016286 ], [ -75.11136, 40.015867 ], [ -75.111811, 40.013662 ], [ -75.112161, 40.012085 ], [ -75.119439, 40.013026 ], [ -75.116272, 40.017423 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010164001", "device_counts": 1036, "stop_counts": 1710 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.142999, 39.992449 ], [ -75.142173, 39.992343 ], [ -75.140198, 39.992086 ], [ -75.138352, 39.991851 ], [ -75.139021, 39.988764 ], [ -75.140861, 39.989001 ], [ -75.142846, 39.989257 ], [ -75.143668, 39.989365 ], [ -75.142999, 39.992449 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010239001", "device_counts": 1067, "stop_counts": 4173 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190086, 40.038232 ], [ -75.188797, 40.03948 ], [ -75.187922, 40.037547 ], [ -75.188396, 40.037255 ], [ -75.182925, 40.034066 ], [ -75.181235, 40.033097 ], [ -75.183058, 40.03129 ], [ -75.184519, 40.032497 ], [ -75.186455, 40.033226 ], [ -75.190987, 40.037353 ], [ -75.190086, 40.038232 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363034", "device_counts": 408, "stop_counts": 1389 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.970261, 40.097964 ], [ -74.968536, 40.098492 ], [ -74.967496, 40.100803 ], [ -74.967515, 40.101869 ], [ -74.96767, 40.1027 ], [ -74.962196, 40.103382 ], [ -74.961156, 40.103446 ], [ -74.960807, 40.101572 ], [ -74.96163, 40.097804 ], [ -74.962107, 40.097709 ], [ -74.964688, 40.097347 ], [ -74.970028, 40.096943 ], [ -74.970623, 40.096983 ], [ -74.970261, 40.097964 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315022", "device_counts": 1186, "stop_counts": 2843 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054287, 40.044448 ], [ -75.052228, 40.043271 ], [ -75.049027, 40.041412 ], [ -75.05122, 40.039091 ], [ -75.0518, 40.038476 ], [ -75.055055, 40.040279 ], [ -75.053865, 40.041545 ], [ -75.055946, 40.042831 ], [ -75.054287, 40.044448 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314012", "device_counts": 1162, "stop_counts": 3738 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.067109, 40.047015 ], [ -75.066427, 40.046619 ], [ -75.063437, 40.049751 ], [ -75.061374, 40.048585 ], [ -75.06446, 40.045522 ], [ -75.061926, 40.04411 ], [ -75.063143, 40.042901 ], [ -75.065919, 40.044399 ], [ -75.066547, 40.044741 ], [ -75.068338, 40.045728 ], [ -75.067109, 40.047015 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042021", "device_counts": 1617, "stop_counts": 5150 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151014, 39.916842 ], [ -75.15073, 39.918097 ], [ -75.150461, 39.919345 ], [ -75.147813, 39.919001 ], [ -75.146538, 39.91884 ], [ -75.147357, 39.91509 ], [ -75.151276, 39.9156 ], [ -75.151014, 39.916842 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010011", "device_counts": 10095, "stop_counts": 20846 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153424, 39.946817 ], [ -75.153174, 39.947962 ], [ -75.152337, 39.949421 ], [ -75.149186, 39.949032 ], [ -75.149954, 39.945505 ], [ -75.150764, 39.945558 ], [ -75.153184, 39.945536 ], [ -75.153424, 39.946817 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082006", "device_counts": 682, "stop_counts": 2092 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249371, 39.950153 ], [ -75.243381, 39.949411 ], [ -75.243536, 39.948659 ], [ -75.244026, 39.946316 ], [ -75.245999, 39.94656 ], [ -75.249258, 39.9473 ], [ -75.249371, 39.950153 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010372002", "device_counts": 1222, "stop_counts": 2802 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165081, 39.913368 ], [ -75.16453, 39.915875 ], [ -75.161956, 39.915546 ], [ -75.159844, 39.915286 ], [ -75.160789, 39.910942 ], [ -75.165482, 39.911531 ], [ -75.165081, 39.913368 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082005", "device_counts": 687, "stop_counts": 1390 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.251577, 39.952127 ], [ -75.250816, 39.953475 ], [ -75.244719, 39.952676 ], [ -75.242754, 39.952432 ], [ -75.243068, 39.950926 ], [ -75.249056, 39.951679 ], [ -75.249371, 39.950153 ], [ -75.249258, 39.9473 ], [ -75.245999, 39.94656 ], [ -75.246634, 39.943541 ], [ -75.247028, 39.943414 ], [ -75.247208, 39.943904 ], [ -75.250118, 39.94697 ], [ -75.251609, 39.951466 ], [ -75.251577, 39.952127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010260002", "device_counts": 378, "stop_counts": 2072 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.170406, 40.074391 ], [ -75.170822, 40.076226 ], [ -75.167309, 40.074208 ], [ -75.167097, 40.07332 ], [ -75.16899, 40.071473 ], [ -75.171716, 40.073039 ], [ -75.170406, 40.074391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382003", "device_counts": 6108, "stop_counts": 23572 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.101811, 40.002863 ], [ -75.094849, 40.006678 ], [ -75.094104, 40.007096 ], [ -75.092574, 40.007932 ], [ -75.092494, 40.007976 ], [ -75.092088, 40.007531 ], [ -75.092011, 40.007299 ], [ -75.09205, 40.007033 ], [ -75.092196, 40.006789 ], [ -75.09263, 40.006343 ], [ -75.092775, 40.005977 ], [ -75.092811, 40.005871 ], [ -75.0927, 40.005674 ], [ -75.092482, 40.005427 ], [ -75.092057, 40.004937 ], [ -75.090028, 40.004264 ], [ -75.088513, 40.00354 ], [ -75.087984, 40.00303 ], [ -75.087369, 40.001571 ], [ -75.087302, 40.000157 ], [ -75.086895, 39.999532 ], [ -75.086234, 39.998967 ], [ -75.08637, 39.998895 ], [ -75.086505, 39.998825 ], [ -75.094523, 39.994603 ], [ -75.097949, 39.998496 ], [ -75.098979, 39.999688 ], [ -75.099609, 40.000365 ], [ -75.099998, 40.000816 ], [ -75.100085, 40.000977 ], [ -75.100973, 40.001086 ], [ -75.103179, 40.002096 ], [ -75.101811, 40.002863 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254003", "device_counts": 252, "stop_counts": 570 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.181313, 40.061221 ], [ -75.179314, 40.060393 ], [ -75.178248, 40.059704 ], [ -75.180513, 40.057498 ], [ -75.183366, 40.05922 ], [ -75.181313, 40.061221 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010112002", "device_counts": 376, "stop_counts": 1243 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232182, 39.973599 ], [ -75.231194, 39.973709 ], [ -75.229266, 39.973926 ], [ -75.229026, 39.972644 ], [ -75.228735, 39.971107 ], [ -75.231617, 39.970789 ], [ -75.232182, 39.973599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177022", "device_counts": 715, "stop_counts": 805 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123212, 39.993054 ], [ -75.122221, 39.992929 ], [ -75.121617, 39.99592 ], [ -75.119665, 39.995671 ], [ -75.12031, 39.992672 ], [ -75.123686, 39.990836 ], [ -75.123212, 39.993054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010115003", "device_counts": 558, "stop_counts": 4049 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.252323, 39.976786 ], [ -75.250979, 39.977684 ], [ -75.248944, 39.979106 ], [ -75.248628, 39.978707 ], [ -75.247797, 39.975079 ], [ -75.250203, 39.974815 ], [ -75.251914, 39.974623 ], [ -75.252323, 39.976786 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170002", "device_counts": 3091, "stop_counts": 10930 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182239, 40.011676 ], [ -75.175669, 40.016051 ], [ -75.16914, 40.008832 ], [ -75.169741, 40.008585 ], [ -75.172209, 40.007898 ], [ -75.173853, 40.007468 ], [ -75.178633, 40.005052 ], [ -75.179692, 40.007898 ], [ -75.180147, 40.009251 ], [ -75.182239, 40.011676 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037011", "device_counts": 582, "stop_counts": 1312 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.178705, 39.928046 ], [ -75.178615, 39.928469 ], [ -75.178445, 39.929271 ], [ -75.175289, 39.928867 ], [ -75.175562, 39.927642 ], [ -75.175741, 39.92685 ], [ -75.178859, 39.927265 ], [ -75.178705, 39.928046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010326007", "device_counts": 806, "stop_counts": 1684 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.040219, 40.026061 ], [ -75.036898, 40.027779 ], [ -75.034354, 40.029096 ], [ -75.032752, 40.02705 ], [ -75.039452, 40.022917 ], [ -75.038625, 40.024239 ], [ -75.039768, 40.025551 ], [ -75.040219, 40.026061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330003", "device_counts": 528, "stop_counts": 840 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.039289, 40.03734 ], [ -75.036276, 40.038441 ], [ -75.034538, 40.036464 ], [ -75.03728, 40.035045 ], [ -75.039289, 40.03734 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024004", "device_counts": 2510, "stop_counts": 5824 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158424, 39.936372 ], [ -75.15815, 39.937589 ], [ -75.156622, 39.937182 ], [ -75.15506, 39.936807 ], [ -75.155304, 39.935934 ], [ -75.155577, 39.934667 ], [ -75.157089, 39.935103 ], [ -75.157351, 39.934897 ], [ -75.158669, 39.935226 ], [ -75.158424, 39.936372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010040021", "device_counts": 482, "stop_counts": 969 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166563, 39.921418 ], [ -75.163412, 39.921015 ], [ -75.163956, 39.918518 ], [ -75.167085, 39.918959 ], [ -75.166563, 39.921418 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271001", "device_counts": 837, "stop_counts": 990 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12632, 40.055481 ], [ -75.124916, 40.054684 ], [ -75.122147, 40.053177 ], [ -75.122776, 40.049613 ], [ -75.124614, 40.049849 ], [ -75.125298, 40.051492 ], [ -75.127143, 40.051748 ], [ -75.12632, 40.055481 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010274011", "device_counts": 683, "stop_counts": 2232 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12916, 40.04257 ], [ -75.128834, 40.044086 ], [ -75.128495, 40.045626 ], [ -75.126639, 40.045392 ], [ -75.126987, 40.043857 ], [ -75.127317, 40.04232 ], [ -75.126311, 40.042203 ], [ -75.126643, 40.040681 ], [ -75.129498, 40.041048 ], [ -75.12916, 40.04257 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010174001", "device_counts": 1191, "stop_counts": 2030 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.149877, 39.998385 ], [ -75.15002, 39.999096 ], [ -75.147717, 39.999974 ], [ -75.147404, 39.99924 ], [ -75.146731, 39.997627 ], [ -75.14708, 39.996143 ], [ -75.147461, 39.994656 ], [ -75.147887, 39.993078 ], [ -75.149238, 39.993253 ], [ -75.150813, 39.99346 ], [ -75.149877, 39.998385 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259004", "device_counts": 280, "stop_counts": 2065 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.180901, 40.080219 ], [ -75.179756, 40.081333 ], [ -75.176145, 40.079288 ], [ -75.177137, 40.078269 ], [ -75.179022, 40.079344 ], [ -75.180238, 40.078084 ], [ -75.182053, 40.079102 ], [ -75.180901, 40.080219 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010208001", "device_counts": 632, "stop_counts": 2233 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.193231, 40.024996 ], [ -75.185463, 40.028875 ], [ -75.181668, 40.025657 ], [ -75.190007, 40.022524 ], [ -75.191105, 40.021663 ], [ -75.193048, 40.023558 ], [ -75.193308, 40.024091 ], [ -75.193231, 40.024996 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037013", "device_counts": 759, "stop_counts": 1536 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.182804, 39.928575 ], [ -75.180624, 39.928289 ], [ -75.178705, 39.928046 ], [ -75.178859, 39.927265 ], [ -75.179242, 39.925606 ], [ -75.181159, 39.92585 ], [ -75.181698, 39.925924 ], [ -75.182743, 39.926058 ], [ -75.18333, 39.926134 ], [ -75.182804, 39.928575 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010352001", "device_counts": 1748, "stop_counts": 7073 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.998259, 40.05808 ], [ -74.991254, 40.059949 ], [ -74.990432, 40.060396 ], [ -74.985576, 40.063345 ], [ -74.984171, 40.064075 ], [ -74.982355, 40.064672 ], [ -74.981154, 40.064912 ], [ -74.980718, 40.06472 ], [ -74.980378, 40.060349 ], [ -74.984302, 40.05585 ], [ -74.983904, 40.054994 ], [ -74.984098, 40.054782 ], [ -74.984752, 40.055355 ], [ -74.987256, 40.05286 ], [ -74.990389, 40.050984 ], [ -74.994151, 40.054401 ], [ -74.998259, 40.05808 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382002", "device_counts": 3091, "stop_counts": 6777 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.107339, 39.989644 ], [ -75.100302, 39.993322 ], [ -75.098035, 39.990748 ], [ -75.099128, 39.990172 ], [ -75.102621, 39.988348 ], [ -75.105064, 39.987073 ], [ -75.105915, 39.988037 ], [ -75.107339, 39.989644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134022", "device_counts": 1219, "stop_counts": 2051 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.168804, 39.966145 ], [ -75.168569, 39.967226 ], [ -75.165349, 39.967149 ], [ -75.165813, 39.965075 ], [ -75.168959, 39.965463 ], [ -75.168804, 39.966145 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083021", "device_counts": 687, "stop_counts": 1705 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.24441, 39.954226 ], [ -75.240449, 39.953733 ], [ -75.238476, 39.953485 ], [ -75.238796, 39.951942 ], [ -75.242754, 39.952432 ], [ -75.244719, 39.952676 ], [ -75.24441, 39.954226 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010172022", "device_counts": 198, "stop_counts": 549 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176301, 39.999921 ], [ -75.173282, 39.999516 ], [ -75.173948, 39.996432 ], [ -75.175539, 39.996639 ], [ -75.175188, 39.998233 ], [ -75.178237, 39.998611 ], [ -75.176301, 39.999921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084004", "device_counts": 1879, "stop_counts": 6608 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236971, 39.960698 ], [ -75.234869, 39.961231 ], [ -75.232857, 39.960976 ], [ -75.230801, 39.960722 ], [ -75.231277, 39.958448 ], [ -75.235342, 39.958951 ], [ -75.235504, 39.958192 ], [ -75.237448, 39.958433 ], [ -75.236971, 39.960698 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215002", "device_counts": 1243, "stop_counts": 4263 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238068, 40.032127 ], [ -75.234535, 40.030426 ], [ -75.233394, 40.031906 ], [ -75.22815, 40.034714 ], [ -75.226904, 40.033041 ], [ -75.228138, 40.032482 ], [ -75.226787, 40.030802 ], [ -75.228765, 40.029792 ], [ -75.229513, 40.029492 ], [ -75.232005, 40.028228 ], [ -75.232628, 40.028355 ], [ -75.234604, 40.029926 ], [ -75.238068, 40.032127 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010373002", "device_counts": 4263, "stop_counts": 12068 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.19022, 39.915884 ], [ -75.189481, 39.91484 ], [ -75.188144, 39.914281 ], [ -75.177806, 39.91309 ], [ -75.178512, 39.90867 ], [ -75.1828, 39.909208 ], [ -75.183387, 39.906617 ], [ -75.190073, 39.90752 ], [ -75.192285, 39.906428 ], [ -75.19022, 39.915884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198001", "device_counts": 763, "stop_counts": 1689 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.147325, 40.010382 ], [ -75.147247, 40.011906 ], [ -75.147205, 40.015188 ], [ -75.141745, 40.012939 ], [ -75.141786, 40.012708 ], [ -75.14332, 40.012926 ], [ -75.143981, 40.009949 ], [ -75.142438, 40.009743 ], [ -75.141913, 40.009674 ], [ -75.142256, 40.008093 ], [ -75.142772, 40.008153 ], [ -75.143346, 40.008227 ], [ -75.147603, 40.008779 ], [ -75.147325, 40.010382 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010014003", "device_counts": 2870, "stop_counts": 6820 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.171906, 39.944443 ], [ -75.168762, 39.94405 ], [ -75.165575, 39.943664 ], [ -75.165988, 39.94182 ], [ -75.166204, 39.940813 ], [ -75.169386, 39.941211 ], [ -75.170955, 39.941404 ], [ -75.170532, 39.94338 ], [ -75.172104, 39.943577 ], [ -75.171906, 39.944443 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010200002", "device_counts": 5044, "stop_counts": 14387 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152549, 40.003181 ], [ -75.151603, 40.007665 ], [ -75.151246, 40.009279 ], [ -75.15109, 40.009934 ], [ -75.148817, 40.002698 ], [ -75.148148, 40.000987 ], [ -75.152926, 40.001592 ], [ -75.152549, 40.003181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010184002", "device_counts": 1346, "stop_counts": 5274 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.066765, 39.99318 ], [ -75.065419, 39.995046 ], [ -75.069049, 39.999566 ], [ -75.070175, 40.00106 ], [ -75.070609, 40.001652 ], [ -75.067245, 40.004293 ], [ -75.067696, 40.005333 ], [ -75.064579, 40.006194 ], [ -75.063056, 40.006098 ], [ -75.062126, 40.006643 ], [ -75.053723885964288, 40.004080276035694 ], [ -75.058089, 39.997404 ], [ -75.059017, 39.992512 ], [ -75.059792271613105, 39.991537274057499 ], [ -75.064175, 39.986027 ], [ -75.064645979616898, 39.985641523490607 ], [ -75.071834, 39.99042 ], [ -75.066765, 39.99318 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202005", "device_counts": 405, "stop_counts": 1669 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160943, 40.012647 ], [ -75.156652, 40.014618 ], [ -75.156653, 40.014419 ], [ -75.157775, 40.009231 ], [ -75.160936, 40.009632 ], [ -75.160453, 40.012067 ], [ -75.160943, 40.012647 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010256001", "device_counts": 377, "stop_counts": 1288 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.190512, 40.070271 ], [ -75.188052, 40.072503 ], [ -75.181751, 40.068902 ], [ -75.18437, 40.066442 ], [ -75.185757, 40.065121 ], [ -75.187657, 40.065837 ], [ -75.188921, 40.066497 ], [ -75.190512, 40.070271 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010285001", "device_counts": 1393, "stop_counts": 2826 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135724, 40.023602 ], [ -75.135096, 40.026079 ], [ -75.135334, 40.027632 ], [ -75.13506, 40.02915 ], [ -75.135144, 40.031362 ], [ -75.135042, 40.033284 ], [ -75.13129, 40.032818 ], [ -75.131829, 40.030321 ], [ -75.132352, 40.028019 ], [ -75.13251, 40.027274 ], [ -75.132838, 40.025783 ], [ -75.133167, 40.024299 ], [ -75.133287, 40.023784 ], [ -75.135664, 40.023155 ], [ -75.135724, 40.023602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010310003", "device_counts": 560, "stop_counts": 780 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.075037, 40.047638 ], [ -75.073936, 40.048841 ], [ -75.072108, 40.050765 ], [ -75.068475, 40.048729 ], [ -75.069073, 40.048109 ], [ -75.07207, 40.045024 ], [ -75.075637, 40.047005 ], [ -75.075037, 40.047638 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011013", "device_counts": 2079, "stop_counts": 3518 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161843, 39.94662 ], [ -75.160267, 39.946422 ], [ -75.159481, 39.946325 ], [ -75.159984, 39.944009 ], [ -75.162348, 39.944299 ], [ -75.161843, 39.94662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063004", "device_counts": 1620, "stop_counts": 5506 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.246856, 39.918759 ], [ -75.239671, 39.923779 ], [ -75.236655, 39.921242 ], [ -75.236789, 39.920899 ], [ -75.239511, 39.918979 ], [ -75.241088, 39.917868 ], [ -75.242454, 39.916907 ], [ -75.243821, 39.916027 ], [ -75.244935, 39.91545 ], [ -75.246308, 39.917176 ], [ -75.246856, 39.918759 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010093005", "device_counts": 1142, "stop_counts": 2701 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227679, 39.965072 ], [ -75.22786, 39.966191 ], [ -75.224105, 39.964739 ], [ -75.223531, 39.964601 ], [ -75.223746, 39.963026 ], [ -75.22422, 39.963086 ], [ -75.226891, 39.963415 ], [ -75.227443, 39.960311 ], [ -75.228645, 39.960463 ], [ -75.227679, 39.965072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010102003", "device_counts": 714, "stop_counts": 2552 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232573, 39.970683 ], [ -75.231617, 39.970789 ], [ -75.228735, 39.971107 ], [ -75.228248, 39.968409 ], [ -75.230162, 39.968216 ], [ -75.231833, 39.96746 ], [ -75.232228, 39.968829 ], [ -75.232573, 39.970683 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010135001", "device_counts": 2175, "stop_counts": 6144 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174869, 39.96971 ], [ -75.174367, 39.972035 ], [ -75.172659, 39.971823 ], [ -75.173163, 39.969503 ], [ -75.170997, 39.969227 ], [ -75.171344, 39.967275 ], [ -75.172108, 39.967284 ], [ -75.17539, 39.967345 ], [ -75.174869, 39.96971 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010147002", "device_counts": 3622, "stop_counts": 10903 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.165511, 39.981244 ], [ -75.159219, 39.980435 ], [ -75.157581, 39.980223 ], [ -75.158526, 39.97585 ], [ -75.16175, 39.976262 ], [ -75.163325, 39.976471 ], [ -75.163006, 39.977899 ], [ -75.161443, 39.977694 ], [ -75.161134, 39.979106 ], [ -75.165849, 39.979714 ], [ -75.165511, 39.981244 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010156002", "device_counts": 1519, "stop_counts": 2885 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.144169, 39.983092 ], [ -75.139868, 39.982536 ], [ -75.141349, 39.978121 ], [ -75.14315, 39.978966 ], [ -75.143188, 39.978359 ], [ -75.14501, 39.978597 ], [ -75.144169, 39.983092 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010173002", "device_counts": 2889, "stop_counts": 7282 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167215, 39.997197 ], [ -75.163734, 39.996753 ], [ -75.163093, 39.999752 ], [ -75.166562, 40.000199 ], [ -75.165896, 40.003269 ], [ -75.160843, 40.002634 ], [ -75.158926, 40.004009 ], [ -75.157365, 40.003799 ], [ -75.157703, 40.00221 ], [ -75.158222, 39.999121 ], [ -75.155232, 39.998728 ], [ -75.153609, 39.998515 ], [ -75.153782, 39.997718 ], [ -75.154588, 39.993938 ], [ -75.157791, 39.994342 ], [ -75.159366, 39.994525 ], [ -75.160946, 39.994737 ], [ -75.164094, 39.995169 ], [ -75.167568, 39.995621 ], [ -75.167215, 39.997197 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019801001", "device_counts": 3978, "stop_counts": 18209 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232952, 40.083618 ], [ -75.2305, 40.086022 ], [ -75.228599, 40.084874 ], [ -75.228078, 40.084434 ], [ -75.227899, 40.084282 ], [ -75.224633, 40.079605 ], [ -75.218189, 40.075823 ], [ -75.215093, 40.077141 ], [ -75.216984, 40.074811 ], [ -75.215385, 40.073257 ], [ -75.215751, 40.072877 ], [ -75.222268, 40.073056 ], [ -75.221348, 40.072432 ], [ -75.222536, 40.071328 ], [ -75.218898, 40.067813 ], [ -75.215983, 40.069557 ], [ -75.215152, 40.069139 ], [ -75.218506, 40.066949 ], [ -75.220769, 40.064065 ], [ -75.21901, 40.060468 ], [ -75.216866, 40.057179 ], [ -75.214011, 40.0571 ], [ -75.212549, 40.058425 ], [ -75.213767, 40.056678 ], [ -75.217672, 40.055359 ], [ -75.217922, 40.055271 ], [ -75.214124, 40.049661 ], [ -75.212717, 40.049239 ], [ -75.209969, 40.047081 ], [ -75.20994, 40.044636 ], [ -75.208173, 40.04199 ], [ -75.207016, 40.0416 ], [ -75.205047, 40.043123 ], [ -75.205546, 40.039057 ], [ -75.203164, 40.037635 ], [ -75.202846, 40.039503 ], [ -75.200359, 40.037477 ], [ -75.198918, 40.038973 ], [ -75.197535, 40.033892 ], [ -75.196938, 40.033266 ], [ -75.190861, 40.031144 ], [ -75.189063, 40.031905 ], [ -75.187776, 40.030771 ], [ -75.186194, 40.029468 ], [ -75.185463, 40.028875 ], [ -75.193231, 40.024996 ], [ -75.193308, 40.024091 ], [ -75.197636, 40.021461 ], [ -75.201269, 40.017189 ], [ -75.205848, 40.015281 ], [ -75.206139, 40.014753 ], [ -75.206207, 40.01472 ], [ -75.207599, 40.012719 ], [ -75.208008, 40.012997 ], [ -75.207221, 40.016673 ], [ -75.205622, 40.017107 ], [ -75.204055, 40.017273 ], [ -75.204057, 40.020213 ], [ -75.204479, 40.020942 ], [ -75.203241, 40.024681 ], [ -75.202496, 40.025609 ], [ -75.20323, 40.025839 ], [ -75.205616, 40.028661 ], [ -75.203407, 40.029561 ], [ -75.205569, 40.032514 ], [ -75.207715, 40.031573 ], [ -75.208278, 40.033762 ], [ -75.208938, 40.035221 ], [ -75.210398, 40.03751 ], [ -75.213026, 40.039412 ], [ -75.214111, 40.040124 ], [ -75.216923, 40.042249 ], [ -75.217846, 40.044343 ], [ -75.217827, 40.0471 ], [ -75.218194, 40.047966 ], [ -75.218706, 40.04851 ], [ -75.227161, 40.052534 ], [ -75.230417, 40.053374 ], [ -75.231223, 40.053703 ], [ -75.228838, 40.056168 ], [ -75.228561, 40.057265 ], [ -75.230156, 40.05955 ], [ -75.228493, 40.060331 ], [ -75.226991, 40.058899 ], [ -75.22495, 40.059866 ], [ -75.226412, 40.061987 ], [ -75.2248, 40.062554 ], [ -75.225109, 40.06608 ], [ -75.223538, 40.067435 ], [ -75.226651, 40.070458 ], [ -75.228088, 40.070649 ], [ -75.227005, 40.072605 ], [ -75.225202, 40.074072 ], [ -75.230411, 40.077042 ], [ -75.225988, 40.079068 ], [ -75.22779, 40.08149 ], [ -75.231412, 40.082658 ], [ -75.232952, 40.083618 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337022", "device_counts": 1345, "stop_counts": 6059 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068862, 40.071845 ], [ -75.065724, 40.070193 ], [ -75.05821, 40.074605 ], [ -75.055857, 40.073249 ], [ -75.053579, 40.073299 ], [ -75.055004, 40.071771 ], [ -75.058052, 40.068549 ], [ -75.059221, 40.067297 ], [ -75.061118, 40.068122 ], [ -75.06304, 40.066143 ], [ -75.067355, 40.068727 ], [ -75.067838, 40.068959 ], [ -75.070412, 40.07022 ], [ -75.068862, 40.071845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010103001", "device_counts": 967, "stop_counts": 2641 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.228735, 39.971107 ], [ -75.225841, 39.97143 ], [ -75.225372, 39.969517 ], [ -75.223118, 39.969747 ], [ -75.222444, 39.966531 ], [ -75.222431, 39.966487 ], [ -75.224812, 39.966206 ], [ -75.22514, 39.968145 ], [ -75.228149, 39.967843 ], [ -75.228248, 39.968409 ], [ -75.228735, 39.971107 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010378002", "device_counts": 2938, "stop_counts": 13318 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.118068, 39.974275 ], [ -75.113227, 39.976803 ], [ -75.111738, 39.977578 ], [ -75.108971, 39.979021 ], [ -75.105976, 39.980595 ], [ -75.101439, 39.982974 ], [ -75.099, 39.98424 ], [ -75.094393, 39.98663 ], [ -75.089616, 39.989064 ], [ -75.080932, 39.993498 ], [ -75.080785, 39.993572 ], [ -75.078288, 39.990945 ], [ -75.067664096638595, 39.983171324838914 ], [ -75.068604301203905, 39.982401807940505 ], [ -75.068802, 39.98224 ], [ -75.075605, 39.978041 ], [ -75.085831, 39.975102 ], [ -75.092364511040302, 39.974530410977785 ], [ -75.093718, 39.974412 ], [ -75.107540936015297, 39.970476576233416 ], [ -75.108119, 39.970312 ], [ -75.112771104124008, 39.968258553445018 ], [ -75.115617, 39.97296 ], [ -75.118068, 39.974275 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010219001", "device_counts": 1449, "stop_counts": 3548 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.254629, 40.047592 ], [ -75.25412, 40.048324 ], [ -75.238182, 40.059771 ], [ -75.236386, 40.057398 ], [ -75.236042, 40.056711 ], [ -75.235917, 40.055079 ], [ -75.236234, 40.052739 ], [ -75.236301, 40.051037 ], [ -75.235419, 40.048775 ], [ -75.243483, 40.045379 ], [ -75.244871, 40.045819 ], [ -75.244974, 40.047166 ], [ -75.245728, 40.049257 ], [ -75.246742, 40.048517 ], [ -75.248689, 40.045941 ], [ -75.249271, 40.04534 ], [ -75.251298, 40.043505 ], [ -75.254678, 40.045924 ], [ -75.254629, 40.047592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010345011", "device_counts": 1112, "stop_counts": 8440 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.042114, 40.070038 ], [ -75.039748, 40.072411 ], [ -75.041869, 40.075429 ], [ -75.040606, 40.07535 ], [ -75.036627, 40.073019 ], [ -75.039163, 40.070369 ], [ -75.040265, 40.068747 ], [ -75.0406, 40.068042 ], [ -75.042114, 40.070038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010010022", "device_counts": 1545, "stop_counts": 2168 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.150037, 39.945144 ], [ -75.144933, 39.944494 ], [ -75.145243, 39.943087 ], [ -75.150339, 39.94373 ], [ -75.150037, 39.945144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010366001", "device_counts": 22116, "stop_counts": 94604 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.14617, 39.931321 ], [ -75.145146, 39.933321 ], [ -75.144656, 39.935402 ], [ -75.143467, 39.938725 ], [ -75.144529, 39.938873 ], [ -75.14406, 39.940972 ], [ -75.142466, 39.948174 ], [ -75.141469, 39.951698 ], [ -75.141625, 39.955279 ], [ -75.141607, 39.955491 ], [ -75.139954, 39.956928 ], [ -75.138081, 39.962936 ], [ -75.136755, 39.962766 ], [ -75.130217089517501, 39.958589210316127 ], [ -75.13352, 39.954412 ], [ -75.1339950133858, 39.9528358192197 ], [ -75.13572, 39.947112 ], [ -75.13612, 39.933912 ], [ -75.135887594594593, 39.932517567567601 ], [ -75.135346189189193, 39.929269135135087 ], [ -75.137217, 39.928886 ], [ -75.146413, 39.930114 ], [ -75.14617, 39.931321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008034", "device_counts": 2310, "stop_counts": 3988 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173813, 39.950531 ], [ -75.172752, 39.950398 ], [ -75.173085, 39.948799 ], [ -75.174173, 39.948921 ], [ -75.173813, 39.950531 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010377001", "device_counts": 3673, "stop_counts": 18822 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.156275, 39.986283 ], [ -75.154063, 39.986003 ], [ -75.150913, 39.985597 ], [ -75.150197, 39.985504 ], [ -75.147766, 39.98519 ], [ -75.148109, 39.983604 ], [ -75.151266, 39.983978 ], [ -75.152235, 39.979531 ], [ -75.157581, 39.980223 ], [ -75.156275, 39.986283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010382001", "device_counts": 2835, "stop_counts": 7803 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.109709, 39.992334 ], [ -75.108144, 39.993156 ], [ -75.102674, 39.996008 ], [ -75.100367, 39.997206 ], [ -75.097949, 39.998496 ], [ -75.094523, 39.994603 ], [ -75.097007, 39.993399 ], [ -75.095726, 39.99195 ], [ -75.098035, 39.990748 ], [ -75.100302, 39.993322 ], [ -75.107339, 39.989644 ], [ -75.10773, 39.990079 ], [ -75.108859, 39.991356 ], [ -75.109528, 39.992123 ], [ -75.109709, 39.992334 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388002", "device_counts": 907, "stop_counts": 2822 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.198787, 40.054802 ], [ -75.191876, 40.061257 ], [ -75.191054, 40.060176 ], [ -75.19022, 40.059199 ], [ -75.195763, 40.055507 ], [ -75.194647, 40.054791 ], [ -75.196319, 40.053234 ], [ -75.198787, 40.054802 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010275001", "device_counts": 1316, "stop_counts": 5164 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.13479, 40.04146 ], [ -75.134724, 40.046134 ], [ -75.132121, 40.046018 ], [ -75.131283, 40.045984 ], [ -75.128495, 40.045626 ], [ -75.128834, 40.044086 ], [ -75.12916, 40.04257 ], [ -75.129498, 40.041048 ], [ -75.131387, 40.041648 ], [ -75.132216, 40.041759 ], [ -75.133031, 40.041872 ], [ -75.13346, 40.039994 ], [ -75.134969, 40.04022 ], [ -75.13479, 40.04146 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010278003", "device_counts": 1678, "stop_counts": 4984 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151249, 40.041174 ], [ -75.149908, 40.040376 ], [ -75.148083, 40.04048 ], [ -75.146469, 40.040087 ], [ -75.144302, 40.04109 ], [ -75.144571, 40.039836 ], [ -75.144749, 40.039072 ], [ -75.145554, 40.035262 ], [ -75.148179, 40.035598 ], [ -75.149859, 40.035827 ], [ -75.149126, 40.037464 ], [ -75.149988, 40.038971 ], [ -75.151505, 40.040612 ], [ -75.151249, 40.041174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284003", "device_counts": 328, "stop_counts": 405 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.140638, 40.025262 ], [ -75.140303, 40.026745 ], [ -75.138698, 40.026536 ], [ -75.137096, 40.026336 ], [ -75.135096, 40.026079 ], [ -75.135724, 40.023602 ], [ -75.135664, 40.023155 ], [ -75.135854, 40.023082 ], [ -75.135939, 40.02305 ], [ -75.136799, 40.022663 ], [ -75.137001, 40.022923 ], [ -75.140979, 40.023667 ], [ -75.140638, 40.025262 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010291003", "device_counts": 2251, "stop_counts": 3525 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.107909, 40.03215 ], [ -75.106912, 40.033135 ], [ -75.105935, 40.0341 ], [ -75.104725, 40.035321 ], [ -75.101148, 40.033334 ], [ -75.103903, 40.030589 ], [ -75.104306, 40.029846 ], [ -75.106431, 40.029197 ], [ -75.109057, 40.031741 ], [ -75.107909, 40.03215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300003", "device_counts": 282, "stop_counts": 1324 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.077663, 40.018853 ], [ -75.076696, 40.019926 ], [ -75.075199, 40.019109 ], [ -75.076164, 40.018049 ], [ -75.075429, 40.017665 ], [ -75.07505, 40.017159 ], [ -75.077257, 40.014973 ], [ -75.079927, 40.016418 ], [ -75.077663, 40.018853 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010302002", "device_counts": 278, "stop_counts": 2871 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081849, 40.028512 ], [ -75.080866, 40.029556 ], [ -75.07908, 40.028552 ], [ -75.077861, 40.027869 ], [ -75.080031, 40.025569 ], [ -75.081379, 40.026314 ], [ -75.083038, 40.027241 ], [ -75.081849, 40.028512 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306006", "device_counts": 255, "stop_counts": 1054 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100896, 40.052723 ], [ -75.097525, 40.054642 ], [ -75.094056, 40.056771 ], [ -75.093483, 40.057259 ], [ -75.092524, 40.055467 ], [ -75.093706, 40.054203 ], [ -75.094766, 40.053095 ], [ -75.096242, 40.051528 ], [ -75.097243, 40.052051 ], [ -75.098234, 40.052593 ], [ -75.100681, 40.05254 ], [ -75.100935, 40.052699 ], [ -75.100896, 40.052723 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010336003", "device_counts": 710, "stop_counts": 2299 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068074, 40.060824 ], [ -75.065685, 40.063332 ], [ -75.062124, 40.061348 ], [ -75.060101, 40.060221 ], [ -75.061304, 40.058975 ], [ -75.059693, 40.058084 ], [ -75.055937, 40.055993 ], [ -75.057125, 40.054722 ], [ -75.060891, 40.056823 ], [ -75.064499, 40.058826 ], [ -75.067196, 40.060321 ], [ -75.068074, 40.060824 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010346001", "device_counts": 12902, "stop_counts": 46697 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.035087, 40.074617 ], [ -75.028952, 40.080968 ], [ -75.013126, 40.072071 ], [ -75.021707, 40.063392 ], [ -75.022217, 40.06352 ], [ -75.028256, 40.067314 ], [ -75.02966, 40.068154 ], [ -75.032965, 40.072152 ], [ -75.035087, 40.074617 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349003", "device_counts": 737, "stop_counts": 1115 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.018683, 40.040047 ], [ -75.013422, 40.043306 ], [ -75.012708, 40.043779 ], [ -75.010101, 40.041671 ], [ -75.012125, 40.040582 ], [ -75.010099, 40.039038 ], [ -75.012541, 40.038027 ], [ -75.01783, 40.039076 ], [ -75.018683, 40.040047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010359001", "device_counts": 10037, "stop_counts": 29158 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.024306, 40.111181 ], [ -75.023041, 40.112998 ], [ -75.018457, 40.118119 ], [ -75.015384, 40.123599 ], [ -75.010453, 40.120681 ], [ -75.008712, 40.119612 ], [ -75.013156, 40.11397 ], [ -75.014449, 40.115451 ], [ -75.01993, 40.110978 ], [ -75.023459, 40.110847 ], [ -75.024306, 40.111181 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362013", "device_counts": 1019, "stop_counts": 4955 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.990155, 40.084052 ], [ -74.988885, 40.083129 ], [ -74.987586, 40.082663 ], [ -74.987408, 40.081351 ], [ -74.986539, 40.080333 ], [ -74.988911, 40.07812 ], [ -74.990003, 40.077975 ], [ -74.994348, 40.081681 ], [ -74.990155, 40.084052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010306004", "device_counts": 680, "stop_counts": 2761 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.100394, 40.048691 ], [ -75.09822, 40.051023 ], [ -75.097243, 40.052051 ], [ -75.096242, 40.051528 ], [ -75.094593, 40.050655 ], [ -75.095623, 40.049584 ], [ -75.098017, 40.047096 ], [ -75.099559, 40.047973 ], [ -75.100394, 40.048691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314014", "device_counts": 174, "stop_counts": 295 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.070634, 40.043272 ], [ -75.068338, 40.045728 ], [ -75.066547, 40.044741 ], [ -75.065919, 40.044399 ], [ -75.067069, 40.043188 ], [ -75.068234, 40.041945 ], [ -75.069459, 40.042621 ], [ -75.070634, 40.043272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010315012", "device_counts": 941, "stop_counts": 1767 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.047973, 40.037283 ], [ -75.047405, 40.037892 ], [ -75.045778, 40.036986 ], [ -75.043199, 40.035544 ], [ -75.044671, 40.034771 ], [ -75.04677, 40.033683 ], [ -75.047718, 40.033301 ], [ -75.050349, 40.034769 ], [ -75.047973, 40.037283 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319004", "device_counts": 987, "stop_counts": 1776 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068516, 40.021385 ], [ -75.062802, 40.024402 ], [ -75.06308, 40.022452 ], [ -75.062925, 40.021777 ], [ -75.06701, 40.01967 ], [ -75.067412, 40.020111 ], [ -75.068516, 40.021385 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010325002", "device_counts": 555, "stop_counts": 3180 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051104, 40.026407 ], [ -75.049273, 40.027351 ], [ -75.047453, 40.028294 ], [ -75.046555, 40.027265 ], [ -75.044721, 40.025179 ], [ -75.048375, 40.023291 ], [ -75.049304, 40.024351 ], [ -75.050202, 40.02538 ], [ -75.051104, 40.026407 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330002", "device_counts": 283, "stop_counts": 823 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.034538, 40.036464 ], [ -75.032295, 40.037622 ], [ -75.031903, 40.036993 ], [ -75.030905, 40.035358 ], [ -75.032739, 40.034407 ], [ -75.034538, 40.036464 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010088023", "device_counts": 3190, "stop_counts": 16251 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.205092, 39.954419 ], [ -75.204933, 39.955181 ], [ -75.200098, 39.954582 ], [ -75.200525, 39.952695 ], [ -75.200801, 39.951458 ], [ -75.203083, 39.951745 ], [ -75.202828, 39.95297 ], [ -75.204107, 39.953128 ], [ -75.20546, 39.952682 ], [ -75.205092, 39.954419 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153002", "device_counts": 383, "stop_counts": 783 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.162951, 39.985542 ], [ -75.161383, 39.985339 ], [ -75.158246, 39.984934 ], [ -75.158567, 39.98342 ], [ -75.163286, 39.984034 ], [ -75.162951, 39.985542 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010160007", "device_counts": 631, "stop_counts": 2361 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127579, 39.981383 ], [ -75.125062, 39.982373 ], [ -75.123266, 39.980344 ], [ -75.122449, 39.979411 ], [ -75.124193, 39.9785 ], [ -75.125018, 39.979426 ], [ -75.125593, 39.979124 ], [ -75.127579, 39.981383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010167012", "device_counts": 274, "stop_counts": 904 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164094, 39.995169 ], [ -75.160946, 39.994737 ], [ -75.161948, 39.990185 ], [ -75.1635, 39.990401 ], [ -75.16294, 39.993043 ], [ -75.164094, 39.995169 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010170003", "device_counts": 1673, "stop_counts": 4116 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187821, 40.006102 ], [ -75.185412, 40.009513 ], [ -75.185674, 40.01012 ], [ -75.183611, 40.010905 ], [ -75.182239, 40.011676 ], [ -75.180147, 40.009251 ], [ -75.179692, 40.007898 ], [ -75.178633, 40.005052 ], [ -75.178809, 40.004937 ], [ -75.181141, 40.003697 ], [ -75.183644, 40.004204 ], [ -75.18335, 40.005521 ], [ -75.183204, 40.006624 ], [ -75.18535, 40.006527 ], [ -75.186349, 40.006533 ], [ -75.186477, 40.005921 ], [ -75.187821, 40.006102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010180024", "device_counts": 178, "stop_counts": 321 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.110525, 39.980787 ], [ -75.108828, 39.981673 ], [ -75.106968, 39.982648 ], [ -75.105921, 39.981461 ], [ -75.105976, 39.980595 ], [ -75.108971, 39.979021 ], [ -75.110525, 39.980787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190001", "device_counts": 707, "stop_counts": 2007 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.103146, 40.006202 ], [ -75.102552, 40.009202 ], [ -75.100373, 40.008914 ], [ -75.098428, 40.008664 ], [ -75.098734, 40.007196 ], [ -75.100691, 40.007435 ], [ -75.101064, 40.005695 ], [ -75.101826, 40.005667 ], [ -75.10327, 40.005602 ], [ -75.103146, 40.006202 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010027011", "device_counts": 1110, "stop_counts": 1770 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.154735, 39.931208 ], [ -75.154454, 39.93242 ], [ -75.152893, 39.932208 ], [ -75.151309, 39.932007 ], [ -75.151852, 39.929555 ], [ -75.154997, 39.929984 ], [ -75.154735, 39.931208 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010030014", "device_counts": 784, "stop_counts": 1471 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175289, 39.928867 ], [ -75.175032, 39.930087 ], [ -75.172907, 39.929811 ], [ -75.173426, 39.927363 ], [ -75.175562, 39.927642 ], [ -75.175289, 39.928867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039021", "device_counts": 1215, "stop_counts": 4510 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174033, 39.919809 ], [ -75.173748, 39.92106 ], [ -75.170581, 39.920653 ], [ -75.170854, 39.91941 ], [ -75.171122, 39.918152 ], [ -75.174302, 39.918562 ], [ -75.174033, 39.919809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363033", "device_counts": 661, "stop_counts": 1561 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.976091, 40.097433 ], [ -74.974647, 40.098954 ], [ -74.973395, 40.099759 ], [ -74.970836, 40.100755 ], [ -74.967496, 40.100803 ], [ -74.968536, 40.098492 ], [ -74.970261, 40.097964 ], [ -74.970623, 40.096983 ], [ -74.971016, 40.096392 ], [ -74.972898, 40.096859 ], [ -74.97577, 40.096412 ], [ -74.976091, 40.097433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010042012", "device_counts": 1015, "stop_counts": 2632 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155233, 39.921686 ], [ -75.155056, 39.922495 ], [ -75.149916, 39.921819 ], [ -75.150461, 39.919345 ], [ -75.155597, 39.920013 ], [ -75.155233, 39.921686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010054001", "device_counts": 1778, "stop_counts": 3609 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264878, 39.887927 ], [ -75.262485, 39.888406 ], [ -75.261743, 39.891774 ], [ -75.259112, 39.892436 ], [ -75.256789, 39.895189 ], [ -75.257362, 39.895844 ], [ -75.255093, 39.898756 ], [ -75.253285, 39.898094 ], [ -75.252349, 39.897618 ], [ -75.243752, 39.893025 ], [ -75.241825, 39.892006 ], [ -75.246231, 39.889505 ], [ -75.254897, 39.880006 ], [ -75.257003, 39.878422 ], [ -75.261245, 39.876484 ], [ -75.262539, 39.876578 ], [ -75.264928, 39.881112 ], [ -75.264433, 39.882167 ], [ -75.261937, 39.883 ], [ -75.264602, 39.884737 ], [ -75.262844, 39.885682 ], [ -75.265153, 39.887142 ], [ -75.264878, 39.887927 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010065002", "device_counts": 249, "stop_counts": 989 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243369, 39.931908 ], [ -75.241909, 39.933544 ], [ -75.237617, 39.932526 ], [ -75.236833, 39.933768 ], [ -75.235249, 39.934997 ], [ -75.234499, 39.93613 ], [ -75.233213, 39.935057 ], [ -75.231533, 39.933634 ], [ -75.232567, 39.932912 ], [ -75.231276, 39.931827 ], [ -75.232362, 39.931074 ], [ -75.235478, 39.928877 ], [ -75.237726, 39.92932 ], [ -75.242972, 39.93094 ], [ -75.243643, 39.930897 ], [ -75.243369, 39.931908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010246001", "device_counts": 658, "stop_counts": 2358 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173951, 40.035193 ], [ -75.172726, 40.035986 ], [ -75.171368, 40.037315 ], [ -75.170377, 40.036921 ], [ -75.164809, 40.036452 ], [ -75.165094, 40.036234 ], [ -75.165747, 40.035702 ], [ -75.169211, 40.032314 ], [ -75.17061, 40.033131 ], [ -75.173724, 40.035012 ], [ -75.173951, 40.035193 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010252007", "device_counts": 406, "stop_counts": 384 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179194, 40.048872 ], [ -75.175804, 40.052241 ], [ -75.17326, 40.050667 ], [ -75.176247, 40.047752 ], [ -75.176624, 40.047398 ], [ -75.178144, 40.04821 ], [ -75.179194, 40.048872 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259006", "device_counts": 121, "stop_counts": 125 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176438, 40.084649 ], [ -75.172951, 40.082581 ], [ -75.174143, 40.08135 ], [ -75.177696, 40.083378 ], [ -75.176438, 40.084649 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010107001", "device_counts": 630, "stop_counts": 674 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212148, 39.973012 ], [ -75.205979, 39.971429 ], [ -75.205907, 39.970875 ], [ -75.208356, 39.970706 ], [ -75.211723, 39.970722 ], [ -75.212148, 39.973012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010110001", "device_counts": 685, "stop_counts": 1059 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212211, 39.973242 ], [ -75.209834, 39.973505 ], [ -75.208901, 39.973613 ], [ -75.208756, 39.972864 ], [ -75.208323, 39.972912 ], [ -75.208081, 39.972962 ], [ -75.206302, 39.973162 ], [ -75.204176, 39.973395 ], [ -75.203871, 39.97176 ], [ -75.199139, 39.972707 ], [ -75.199505, 39.974646 ], [ -75.198809, 39.974722 ], [ -75.198817, 39.972434 ], [ -75.199608, 39.97193 ], [ -75.20083, 39.971455 ], [ -75.203722, 39.970929 ], [ -75.205979, 39.971429 ], [ -75.212148, 39.973012 ], [ -75.212211, 39.973242 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010119005", "device_counts": 123, "stop_counts": 257 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.232932, 39.988934 ], [ -75.230433, 39.98946 ], [ -75.229017, 39.989747 ], [ -75.226573, 39.989763 ], [ -75.226577, 39.989221 ], [ -75.227054, 39.989209 ], [ -75.228123, 39.988356 ], [ -75.229911, 39.987936 ], [ -75.230168, 39.988695 ], [ -75.23267, 39.988155 ], [ -75.232932, 39.988934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010131002", "device_counts": 1497, "stop_counts": 2408 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151852, 39.964712 ], [ -75.147796, 39.963527 ], [ -75.148029, 39.962265 ], [ -75.152146, 39.962452 ], [ -75.151852, 39.964712 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010137004", "device_counts": 1238, "stop_counts": 3459 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184945, 39.975479 ], [ -75.182327, 39.975143 ], [ -75.181707, 39.975062 ], [ -75.182147, 39.973009 ], [ -75.185394, 39.973417 ], [ -75.184945, 39.975479 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010012023", "device_counts": 2150, "stop_counts": 4498 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174627, 39.946753 ], [ -75.171488, 39.946353 ], [ -75.171906, 39.944443 ], [ -75.175054, 39.944832 ], [ -75.174627, 39.946753 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010017001", "device_counts": 1314, "stop_counts": 2783 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148157, 39.938899 ], [ -75.144646, 39.938373 ], [ -75.144529, 39.938873 ], [ -75.143467, 39.938725 ], [ -75.144656, 39.935402 ], [ -75.146808, 39.935982 ], [ -75.148694, 39.936486 ], [ -75.148157, 39.938899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263013", "device_counts": 1014, "stop_counts": 2494 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.163884, 40.073088 ], [ -75.161285, 40.075764 ], [ -75.158417, 40.074169 ], [ -75.161313, 40.071386 ], [ -75.163884, 40.073088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010265003", "device_counts": 334, "stop_counts": 2318 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153763, 40.060098 ], [ -75.151141, 40.061326 ], [ -75.149219, 40.058432 ], [ -75.152752, 40.05859 ], [ -75.153763, 40.060098 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010267001", "device_counts": 277, "stop_counts": 848 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.145445, 40.058254 ], [ -75.143167, 40.058143 ], [ -75.142292, 40.057941 ], [ -75.142849, 40.055357 ], [ -75.145211, 40.055661 ], [ -75.146002, 40.055765 ], [ -75.145445, 40.058254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010273002", "device_counts": 810, "stop_counts": 1285 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.12386, 40.035562 ], [ -75.123686, 40.037144 ], [ -75.121072, 40.036815 ], [ -75.121421, 40.035281 ], [ -75.120074, 40.035111 ], [ -75.114896, 40.034447 ], [ -75.116083, 40.033037 ], [ -75.120713, 40.03364 ], [ -75.121711, 40.03347 ], [ -75.121964, 40.03373 ], [ -75.1236, 40.032771 ], [ -75.124167, 40.032575 ], [ -75.12386, 40.035562 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010198004", "device_counts": 432, "stop_counts": 866 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139815, 40.010939 ], [ -75.139484, 40.012453 ], [ -75.137826, 40.012233 ], [ -75.138483, 40.009234 ], [ -75.141425, 40.00961 ], [ -75.139815, 40.010939 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010202003", "device_counts": 304, "stop_counts": 1242 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.161095, 40.008883 ], [ -75.160936, 40.009632 ], [ -75.157775, 40.009231 ], [ -75.157945, 40.008486 ], [ -75.158106, 40.007736 ], [ -75.158278, 40.006994 ], [ -75.161409, 40.007399 ], [ -75.161095, 40.008883 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010210003", "device_counts": 1544, "stop_counts": 5799 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.212764, 40.025348 ], [ -75.209437, 40.026929 ], [ -75.207732, 40.023783 ], [ -75.208035, 40.023114 ], [ -75.209213, 40.021899 ], [ -75.210348, 40.022259 ], [ -75.212764, 40.025348 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010216001", "device_counts": 579, "stop_counts": 1816 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236642, 40.036295 ], [ -75.234363, 40.040917 ], [ -75.234005, 40.041307 ], [ -75.22853, 40.04386 ], [ -75.227444, 40.043197 ], [ -75.226267, 40.042401 ], [ -75.228104, 40.040855 ], [ -75.234937, 40.0349 ], [ -75.236642, 40.036295 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010388001", "device_counts": 1220, "stop_counts": 2528 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.201625, 40.056796 ], [ -75.202545, 40.059884 ], [ -75.202475, 40.06265 ], [ -75.196385, 40.066623 ], [ -75.195726, 40.065177 ], [ -75.192891, 40.062662 ], [ -75.191876, 40.061257 ], [ -75.198787, 40.054802 ], [ -75.201462, 40.052316 ], [ -75.204845, 40.054823 ], [ -75.201625, 40.056796 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010070003", "device_counts": 708, "stop_counts": 2362 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.225887, 39.935625 ], [ -75.223219, 39.933389 ], [ -75.221731, 39.93443 ], [ -75.220543, 39.933446 ], [ -75.217811, 39.935357 ], [ -75.217058, 39.934733 ], [ -75.221287, 39.931789 ], [ -75.222696, 39.930808 ], [ -75.224592, 39.93241 ], [ -75.227252, 39.934661 ], [ -75.225887, 39.935625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072005", "device_counts": 230, "stop_counts": 1228 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.233718, 39.944559 ], [ -75.232349, 39.945515 ], [ -75.231754, 39.945721 ], [ -75.2305, 39.944656 ], [ -75.230947, 39.944336 ], [ -75.233074, 39.942849 ], [ -75.233566, 39.943265 ], [ -75.234474, 39.944027 ], [ -75.233718, 39.944559 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078001", "device_counts": 735, "stop_counts": 2638 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21652, 39.944171 ], [ -75.213961, 39.945974 ], [ -75.211389, 39.947796 ], [ -75.210103, 39.946697 ], [ -75.2109, 39.946153 ], [ -75.211401, 39.945802 ], [ -75.212687, 39.944885 ], [ -75.214999, 39.943265 ], [ -75.215246, 39.943087 ], [ -75.215615, 39.943402 ], [ -75.21652, 39.944171 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010082001", "device_counts": 578, "stop_counts": 1960 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.243068, 39.950926 ], [ -75.242754, 39.952432 ], [ -75.238796, 39.951942 ], [ -75.239118, 39.950446 ], [ -75.239232, 39.949923 ], [ -75.24323, 39.950172 ], [ -75.243068, 39.950926 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010084002", "device_counts": 454, "stop_counts": 1072 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235504, 39.958192 ], [ -75.235342, 39.958951 ], [ -75.231277, 39.958448 ], [ -75.231557, 39.957102 ], [ -75.233732, 39.956801 ], [ -75.235745, 39.957049 ], [ -75.235504, 39.958192 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010039011", "device_counts": 2789, "stop_counts": 7236 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172945, 39.924836 ], [ -75.172416, 39.927232 ], [ -75.171397, 39.927104 ], [ -75.169228, 39.926806 ], [ -75.169494, 39.925596 ], [ -75.169499, 39.925531 ], [ -75.169744, 39.924409 ], [ -75.170023, 39.923138 ], [ -75.173226, 39.923556 ], [ -75.172945, 39.924836 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362021", "device_counts": 755, "stop_counts": 4601 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.982385, 40.091724 ], [ -74.982114, 40.091942 ], [ -74.979893, 40.09381 ], [ -74.976072, 40.090653 ], [ -74.97559, 40.089861 ], [ -74.979504, 40.087814 ], [ -74.980601, 40.087914 ], [ -74.981491, 40.087994 ], [ -74.98418, 40.089906 ], [ -74.982385, 40.091724 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010072004", "device_counts": 252, "stop_counts": 609 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2305, 39.944656 ], [ -75.228686, 39.945913 ], [ -75.226805, 39.945083 ], [ -75.228184, 39.944134 ], [ -75.229553, 39.943168 ], [ -75.230947, 39.944336 ], [ -75.2305, 39.944656 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190003", "device_counts": 1594, "stop_counts": 12090 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.097431, 40.013325 ], [ -75.097055, 40.015202 ], [ -75.097041, 40.01595 ], [ -75.09704, 40.016018 ], [ -75.096279, 40.015957 ], [ -75.094365, 40.014794 ], [ -75.09342, 40.013136 ], [ -75.094547, 40.011027 ], [ -75.094995, 40.009984 ], [ -75.094673, 40.009351 ], [ -75.092494, 40.007976 ], [ -75.092574, 40.007932 ], [ -75.094104, 40.007096 ], [ -75.094816, 40.008195 ], [ -75.098428, 40.008664 ], [ -75.097431, 40.013325 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010385001", "device_counts": 1501, "stop_counts": 4666 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.2112, 40.068809 ], [ -75.209082, 40.070894 ], [ -75.210566, 40.071803 ], [ -75.206418, 40.076011 ], [ -75.203427, 40.07418 ], [ -75.202651, 40.073212 ], [ -75.204166, 40.069595 ], [ -75.205815, 40.070106 ], [ -75.208933, 40.067015 ], [ -75.211138, 40.068318 ], [ -75.2112, 40.068809 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178006", "device_counts": 714, "stop_counts": 4093 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.1249, 39.990159 ], [ -75.124593, 39.990328 ], [ -75.122248, 39.988511 ], [ -75.118392, 39.990528 ], [ -75.116751, 39.988652 ], [ -75.120138, 39.986877 ], [ -75.121438, 39.987859 ], [ -75.121855, 39.987436 ], [ -75.122417, 39.987001 ], [ -75.125491, 39.989836 ], [ -75.1249, 39.990159 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010319001", "device_counts": 1571, "stop_counts": 3333 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.065108, 40.027073 ], [ -75.062599, 40.027433 ], [ -75.062394, 40.027444 ], [ -75.062419, 40.027136 ], [ -75.059761, 40.024161 ], [ -75.06308, 40.022452 ], [ -75.062802, 40.024402 ], [ -75.063254, 40.024912 ], [ -75.065492, 40.026589 ], [ -75.065108, 40.027073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356014", "device_counts": 9080, "stop_counts": 31392 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033474, 40.098205 ], [ -75.030235, 40.103387 ], [ -75.028883, 40.102543 ], [ -75.027635, 40.101765 ], [ -75.023927, 40.100702 ], [ -75.030725, 40.09553 ], [ -75.030477, 40.098088 ], [ -75.034298, 40.097871 ], [ -75.033474, 40.098205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177011", "device_counts": 530, "stop_counts": 3441 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.119665, 39.995671 ], [ -75.119328, 39.997255 ], [ -75.116414, 39.996881 ], [ -75.116751, 39.995294 ], [ -75.115778, 39.995167 ], [ -75.12031, 39.992672 ], [ -75.119665, 39.995671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010022002", "device_counts": 810, "stop_counts": 1624 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.17385, 39.93545 ], [ -75.170729, 39.935024 ], [ -75.170455, 39.936232 ], [ -75.167303, 39.935695 ], [ -75.16764, 39.93415 ], [ -75.17034, 39.934498 ], [ -75.172389, 39.934765 ], [ -75.17397, 39.934974 ], [ -75.17385, 39.93545 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010266005", "device_counts": 204, "stop_counts": 545 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151053, 40.064852 ], [ -75.147353, 40.064371 ], [ -75.147649, 40.06301 ], [ -75.151414, 40.063206 ], [ -75.151053, 40.064852 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010316003", "device_counts": 1039, "stop_counts": 2171 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.062207, 40.027471 ], [ -75.058848, 40.030998 ], [ -75.056077, 40.029455 ], [ -75.056872, 40.028943 ], [ -75.058579, 40.028225 ], [ -75.059227, 40.027909 ], [ -75.062207, 40.027471 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010104001", "device_counts": 179, "stop_counts": 594 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.223118, 39.969747 ], [ -75.220823, 39.969982 ], [ -75.220578, 39.968067 ], [ -75.220402, 39.966641 ], [ -75.222444, 39.966531 ], [ -75.223118, 39.969747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010149006", "device_counts": 1319, "stop_counts": 3835 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188033, 39.984126 ], [ -75.184794, 39.983706 ], [ -75.184298, 39.983647 ], [ -75.181758, 39.983325 ], [ -75.185497, 39.980804 ], [ -75.188661, 39.981207 ], [ -75.188033, 39.984126 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281002", "device_counts": 860, "stop_counts": 1414 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152369, 40.031387 ], [ -75.151356, 40.031255 ], [ -75.151521, 40.030498 ], [ -75.148206, 40.030851 ], [ -75.146575, 40.030637 ], [ -75.146705, 40.030127 ], [ -75.14685, 40.029481 ], [ -75.147218, 40.027644 ], [ -75.148865, 40.027857 ], [ -75.148751, 40.028476 ], [ -75.151263, 40.027186 ], [ -75.15152, 40.027556 ], [ -75.153282, 40.029955 ], [ -75.152369, 40.031387 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081023", "device_counts": 427, "stop_counts": 1626 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238166, 39.955011 ], [ -75.234212, 39.954521 ], [ -75.234531, 39.953 ], [ -75.238476, 39.953485 ], [ -75.238166, 39.955011 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010344002", "device_counts": 788, "stop_counts": 2936 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.057068, 40.089697 ], [ -75.053907, 40.091873 ], [ -75.050752, 40.09478 ], [ -75.047567, 40.09192 ], [ -75.047052, 40.09108 ], [ -75.045685, 40.089021 ], [ -75.048799, 40.088354 ], [ -75.049588, 40.08746 ], [ -75.050151, 40.086275 ], [ -75.050745, 40.086616 ], [ -75.051362, 40.086035 ], [ -75.051852, 40.08559 ], [ -75.053386, 40.084845 ], [ -75.055093, 40.084078 ], [ -75.055386, 40.083679 ], [ -75.054568, 40.081271 ], [ -75.054083, 40.080901 ], [ -75.052327, 40.079859 ], [ -75.052737, 40.079427 ], [ -75.054985, 40.081228 ], [ -75.056738, 40.086984 ], [ -75.055807, 40.088095 ], [ -75.057068, 40.089697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010349001", "device_counts": 4360, "stop_counts": 11582 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.008224, 40.052113 ], [ -75.007886, 40.052381 ], [ -75.004795, 40.054747 ], [ -74.999877, 40.050402 ], [ -74.99627, 40.047202 ], [ -75.003514, 40.042822 ], [ -75.006278, 40.041155 ], [ -75.009595, 40.043924 ], [ -75.007927, 40.045033 ], [ -75.012273, 40.048885 ], [ -75.008224, 40.052113 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010254001", "device_counts": 326, "stop_counts": 822 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.173445, 40.059867 ], [ -75.170787, 40.0626 ], [ -75.168641, 40.061373 ], [ -75.172869, 40.057256 ], [ -75.174312, 40.058142 ], [ -75.173445, 40.059867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010028012", "device_counts": 508, "stop_counts": 1288 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158745, 39.927564 ], [ -75.158666, 39.927955 ], [ -75.155546, 39.92755 ], [ -75.156095, 39.925103 ], [ -75.157666, 39.925313 ], [ -75.159204, 39.925511 ], [ -75.158745, 39.927564 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019804001", "device_counts": 131028, "stop_counts": 383475 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.248463, 39.87765 ], [ -75.246044, 39.878981 ], [ -75.24413, 39.881256 ], [ -75.242544, 39.884969 ], [ -75.24072, 39.887833 ], [ -75.239244, 39.889103 ], [ -75.235941, 39.890059 ], [ -75.233426, 39.889178 ], [ -75.229911, 39.882411 ], [ -75.228516, 39.880973 ], [ -75.227493, 39.88182 ], [ -75.223317, 39.883766 ], [ -75.221643, 39.882386 ], [ -75.213969, 39.883692 ], [ -75.212248, 39.883027 ], [ -75.211873, 39.880681 ], [ -75.215787, 39.875052 ], [ -75.215722, 39.876087 ], [ -75.21977, 39.875479 ], [ -75.223763, 39.875858 ], [ -75.229985, 39.876847 ], [ -75.234122, 39.877181 ], [ -75.23637, 39.876187 ], [ -75.24047, 39.872381 ], [ -75.241746, 39.872585 ], [ -75.246824, 39.875142 ], [ -75.248431, 39.876485 ], [ -75.253515, 39.876015 ], [ -75.248463, 39.87765 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010008031", "device_counts": 1567, "stop_counts": 2045 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.177323, 39.950964 ], [ -75.176519, 39.95087 ], [ -75.175738, 39.950769 ], [ -75.176239, 39.948414 ], [ -75.177843, 39.94861 ], [ -75.177323, 39.950964 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010024002", "device_counts": 2683, "stop_counts": 4475 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159517, 39.9331 ], [ -75.157351, 39.934897 ], [ -75.157089, 39.935103 ], [ -75.155577, 39.934667 ], [ -75.155304, 39.935934 ], [ -75.153774, 39.935516 ], [ -75.154194, 39.933649 ], [ -75.154454, 39.93242 ], [ -75.156025, 39.932635 ], [ -75.157578, 39.932837 ], [ -75.159142, 39.933049 ], [ -75.159517, 39.9331 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010215003", "device_counts": 681, "stop_counts": 2636 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227199, 40.035255 ], [ -75.225727, 40.03676 ], [ -75.222808, 40.038112 ], [ -75.222052, 40.037775 ], [ -75.218759, 40.036654 ], [ -75.222011, 40.035206 ], [ -75.225849, 40.033506 ], [ -75.224657, 40.031899 ], [ -75.225127, 40.031643 ], [ -75.226787, 40.030802 ], [ -75.228138, 40.032482 ], [ -75.226904, 40.033041 ], [ -75.22815, 40.034714 ], [ -75.227199, 40.035255 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010258001", "device_counts": 738, "stop_counts": 2423 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.188461, 40.07275 ], [ -75.186096, 40.075123 ], [ -75.182053, 40.079102 ], [ -75.180238, 40.078084 ], [ -75.176841, 40.07598 ], [ -75.179448, 40.071261 ], [ -75.180482, 40.070191 ], [ -75.181751, 40.068902 ], [ -75.188052, 40.072503 ], [ -75.188461, 40.07275 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010323003", "device_counts": 836, "stop_counts": 5315 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.054495, 40.024648 ], [ -75.051104, 40.026407 ], [ -75.050202, 40.02538 ], [ -75.049304, 40.024351 ], [ -75.048375, 40.023291 ], [ -75.045381, 40.019868 ], [ -75.04879, 40.018141 ], [ -75.051773, 40.021535 ], [ -75.052702, 40.022592 ], [ -75.053604, 40.023615 ], [ -75.054495, 40.024648 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010257003", "device_counts": 758, "stop_counts": 2020 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.200878, 40.074958 ], [ -75.199786, 40.075366 ], [ -75.199715, 40.073803 ], [ -75.196741, 40.067365 ], [ -75.198673, 40.068575 ], [ -75.20079, 40.070707 ], [ -75.202651, 40.073212 ], [ -75.200878, 40.074958 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010037014", "device_counts": 455, "stop_counts": 1666 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.18524, 39.930146 ], [ -75.183601, 39.929928 ], [ -75.182804, 39.928575 ], [ -75.18333, 39.926134 ], [ -75.184393, 39.926276 ], [ -75.186029, 39.926481 ], [ -75.18524, 39.930146 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010063003", "device_counts": 226, "stop_counts": 275 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.23816, 39.924839 ], [ -75.234991, 39.922169 ], [ -75.236789, 39.920899 ], [ -75.236655, 39.921242 ], [ -75.239671, 39.923779 ], [ -75.23816, 39.924839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010081021", "device_counts": 430, "stop_counts": 1522 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.238796, 39.951942 ], [ -75.234856, 39.951444 ], [ -75.235165, 39.949953 ], [ -75.239118, 39.950446 ], [ -75.238796, 39.951942 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010083013", "device_counts": 988, "stop_counts": 2088 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.249006, 39.956907 ], [ -75.249499, 39.957189 ], [ -75.247897, 39.95724 ], [ -75.247989, 39.956758 ], [ -75.243975, 39.95626 ], [ -75.244084, 39.955743 ], [ -75.24441, 39.954226 ], [ -75.244719, 39.952676 ], [ -75.250816, 39.953475 ], [ -75.249006, 39.956907 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010153001", "device_counts": 1323, "stop_counts": 2717 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158567, 39.98342 ], [ -75.158246, 39.984934 ], [ -75.157899, 39.986492 ], [ -75.156275, 39.986283 ], [ -75.157581, 39.980223 ], [ -75.159219, 39.980435 ], [ -75.158567, 39.98342 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010169024", "device_counts": 1314, "stop_counts": 1815 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.187604, 39.998195 ], [ -75.182341, 39.997519 ], [ -75.183009, 39.994439 ], [ -75.185793, 39.994349 ], [ -75.186633, 39.994448 ], [ -75.187604, 39.998195 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010177021", "device_counts": 552, "stop_counts": 3329 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.126915, 39.991834 ], [ -75.126374, 39.993462 ], [ -75.123212, 39.993054 ], [ -75.123686, 39.990836 ], [ -75.124593, 39.990328 ], [ -75.1249, 39.990159 ], [ -75.125491, 39.989836 ], [ -75.127031, 39.990386 ], [ -75.126915, 39.991834 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010100001", "device_counts": 505, "stop_counts": 4259 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.250481, 39.96946 ], [ -75.247518, 39.969093 ], [ -75.246531, 39.968967 ], [ -75.246848, 39.967449 ], [ -75.247169, 39.965927 ], [ -75.251119, 39.966398 ], [ -75.250481, 39.96946 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010016001", "device_counts": 4873, "stop_counts": 10249 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.152546, 39.941148 ], [ -75.152334, 39.942015 ], [ -75.150755, 39.941818 ], [ -75.147604, 39.941422 ], [ -75.148157, 39.938899 ], [ -75.151773, 39.939548 ], [ -75.152771, 39.940039 ], [ -75.152546, 39.941148 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362011", "device_counts": 477, "stop_counts": 1203 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.987586, 40.082663 ], [ -74.985377, 40.082317 ], [ -74.981807, 40.082355 ], [ -74.982487, 40.077246 ], [ -74.984631, 40.074335 ], [ -74.984901, 40.07448 ], [ -74.986886, 40.075332 ], [ -74.987568, 40.075825 ], [ -74.985706, 40.07568 ], [ -74.984093, 40.079508 ], [ -74.986539, 40.080333 ], [ -74.987408, 40.081351 ], [ -74.987586, 40.082663 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010314015", "device_counts": 755, "stop_counts": 2801 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.07207, 40.045024 ], [ -75.069073, 40.048109 ], [ -75.067109, 40.047015 ], [ -75.068338, 40.045728 ], [ -75.070634, 40.043272 ], [ -75.072645, 40.044394 ], [ -75.07207, 40.045024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010320002", "device_counts": 329, "stop_counts": 440 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.056294, 40.026703 ], [ -75.053968, 40.027905 ], [ -75.052898, 40.028462 ], [ -75.051104, 40.026407 ], [ -75.054495, 40.024648 ], [ -75.055398, 40.025673 ], [ -75.056294, 40.026703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010105002", "device_counts": 1972, "stop_counts": 5312 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.217767, 39.972627 ], [ -75.216331, 39.97279 ], [ -75.212211, 39.973242 ], [ -75.212148, 39.973012 ], [ -75.211723, 39.970722 ], [ -75.211334, 39.968726 ], [ -75.211231, 39.967879 ], [ -75.21365, 39.967696 ], [ -75.2168, 39.967459 ], [ -75.216996, 39.968969 ], [ -75.217172, 39.970351 ], [ -75.217767, 39.972627 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010144003", "device_counts": 1982, "stop_counts": 7155 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.146082, 39.972833 ], [ -75.145559, 39.975638 ], [ -75.141976, 39.97519 ], [ -75.142581, 39.972388 ], [ -75.144459, 39.972629 ], [ -75.145018, 39.970191 ], [ -75.146543, 39.97038 ], [ -75.146082, 39.972833 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337024", "device_counts": 155, "stop_counts": 1221 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.058052, 40.068549 ], [ -75.055004, 40.071771 ], [ -75.053221, 40.070759 ], [ -75.056259, 40.067555 ], [ -75.057477, 40.066268 ], [ -75.059221, 40.067297 ], [ -75.058052, 40.068549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348033", "device_counts": 1728, "stop_counts": 4383 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.009331, 40.065812 ], [ -75.008788, 40.06735 ], [ -75.007719, 40.067102 ], [ -75.008319, 40.06252 ], [ -75.005996, 40.061324 ], [ -75.008018, 40.059417 ], [ -75.003644, 40.059552 ], [ -75.007814, 40.057407 ], [ -75.008245, 40.057796 ], [ -75.008801, 40.058401 ], [ -75.009405, 40.062552 ], [ -75.009331, 40.065812 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010358001", "device_counts": 6846, "stop_counts": 17616 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.027242, 40.116639 ], [ -75.024606, 40.119216 ], [ -75.025511, 40.119714 ], [ -75.027824, 40.120924 ], [ -75.027205, 40.121653 ], [ -75.026346, 40.123524 ], [ -75.024153, 40.12492 ], [ -75.020183, 40.122282 ], [ -75.023292, 40.125201 ], [ -75.0201, 40.126358 ], [ -75.015384, 40.123599 ], [ -75.018457, 40.118119 ], [ -75.023041, 40.112998 ], [ -75.024699, 40.113964 ], [ -75.027231, 40.115422 ], [ -75.028062, 40.1157 ], [ -75.027242, 40.116639 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010271003", "device_counts": 409, "stop_counts": 1584 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.127143, 40.051748 ], [ -75.125298, 40.051492 ], [ -75.124614, 40.049849 ], [ -75.125631, 40.045259 ], [ -75.126639, 40.045392 ], [ -75.128495, 40.045626 ], [ -75.127143, 40.051748 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010284001", "device_counts": 308, "stop_counts": 840 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139304, 40.031288 ], [ -75.136757, 40.030964 ], [ -75.137091, 40.029412 ], [ -75.135802, 40.029254 ], [ -75.136137, 40.027741 ], [ -75.13998, 40.028245 ], [ -75.139304, 40.031288 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010300007", "device_counts": 940, "stop_counts": 3561 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081309, 40.02076 ], [ -75.080281, 40.021866 ], [ -75.079414, 40.021387 ], [ -75.076696, 40.019926 ], [ -75.077663, 40.018853 ], [ -75.079927, 40.016418 ], [ -75.083508, 40.018365 ], [ -75.081309, 40.02076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019800001", "device_counts": 42217, "stop_counts": 151430 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.227057, 39.982691 ], [ -75.225573, 39.987151 ], [ -75.225109, 39.987582 ], [ -75.220317, 39.990286 ], [ -75.217994, 39.994223 ], [ -75.210844, 39.998511 ], [ -75.209317, 39.99842 ], [ -75.20728, 39.999054 ], [ -75.206217, 40.000419 ], [ -75.203579, 40.000755 ], [ -75.202057, 40.004729 ], [ -75.206209, 40.006641 ], [ -75.206868, 40.006944 ], [ -75.203156, 40.008256 ], [ -75.207993, 40.009842 ], [ -75.207237, 40.01022 ], [ -75.206968, 40.011372 ], [ -75.205978, 40.011723 ], [ -75.205485, 40.011501 ], [ -75.203107, 40.010138 ], [ -75.197451, 40.008315 ], [ -75.19281, 40.006733 ], [ -75.192467, 40.006482 ], [ -75.19132, 40.003715 ], [ -75.191754, 39.999748 ], [ -75.188447, 40.000272 ], [ -75.186861, 40.000409 ], [ -75.187604, 39.998195 ], [ -75.186633, 39.994448 ], [ -75.185793, 39.994349 ], [ -75.186148, 39.992662 ], [ -75.186713, 39.990215 ], [ -75.187382, 39.98713 ], [ -75.188033, 39.984126 ], [ -75.188661, 39.981207 ], [ -75.189076, 39.979387 ], [ -75.189882, 39.977933 ], [ -75.189674, 39.977173 ], [ -75.187816, 39.976363 ], [ -75.186368, 39.973537 ], [ -75.185394, 39.973417 ], [ -75.185594, 39.972518 ], [ -75.183561, 39.970778 ], [ -75.181589, 39.969025 ], [ -75.179683, 39.967416 ], [ -75.177513, 39.965382 ], [ -75.176778, 39.964822 ], [ -75.176219, 39.964409 ], [ -75.175984, 39.964208 ], [ -75.17786, 39.964555 ], [ -75.183323, 39.964374 ], [ -75.181601, 39.962006 ], [ -75.179937, 39.960028 ], [ -75.179126, 39.958004 ], [ -75.17972, 39.956164 ], [ -75.179768, 39.955993 ], [ -75.179889, 39.955436 ], [ -75.181105, 39.95458 ], [ -75.188266, 39.955441 ], [ -75.187446, 39.95945 ], [ -75.187415, 39.963367 ], [ -75.187551, 39.963931 ], [ -75.187933, 39.965074 ], [ -75.188987, 39.96591 ], [ -75.192139, 39.966888 ], [ -75.192308, 39.967724 ], [ -75.203722, 39.970929 ], [ -75.20083, 39.971455 ], [ -75.199608, 39.97193 ], [ -75.198817, 39.972434 ], [ -75.198809, 39.974722 ], [ -75.199505, 39.974646 ], [ -75.20372, 39.974182 ], [ -75.209321, 39.97625 ], [ -75.213469, 39.977791 ], [ -75.223157, 39.981381 ], [ -75.224066, 39.981508 ], [ -75.226202, 39.981608 ], [ -75.227057, 39.982691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010111004", "device_counts": 1373, "stop_counts": 3359 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.230171, 39.978794 ], [ -75.226765, 39.977211 ], [ -75.226131, 39.972964 ], [ -75.229026, 39.972644 ], [ -75.229266, 39.973926 ], [ -75.229855, 39.977069 ], [ -75.230171, 39.978794 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010125002", "device_counts": 6435, "stop_counts": 20549 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.176219, 39.964409 ], [ -75.172848, 39.963923 ], [ -75.170958, 39.963692 ], [ -75.169378, 39.963498 ], [ -75.167806, 39.963306 ], [ -75.168429, 39.9604 ], [ -75.171583, 39.960795 ], [ -75.173374, 39.961668 ], [ -75.175984, 39.964208 ], [ -75.176219, 39.964409 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010213004", "device_counts": 459, "stop_counts": 1095 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.220448, 40.031211 ], [ -75.219029, 40.032081 ], [ -75.2177, 40.030848 ], [ -75.216449, 40.029641 ], [ -75.214188, 40.028699 ], [ -75.216632, 40.027602 ], [ -75.219114, 40.029931 ], [ -75.220448, 40.031211 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362032", "device_counts": 731, "stop_counts": 1683 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.973615, 40.078901 ], [ -74.97031, 40.080347 ], [ -74.966814, 40.082209 ], [ -74.966078, 40.081031 ], [ -74.964883, 40.077273 ], [ -74.969879, 40.076657 ], [ -74.970537, 40.076281 ], [ -74.972817, 40.077559 ], [ -74.973615, 40.078901 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010101001", "device_counts": 511, "stop_counts": 1585 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.241013, 39.975833 ], [ -75.23857, 39.976101 ], [ -75.237983, 39.972957 ], [ -75.240427, 39.972687 ], [ -75.241013, 39.975833 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010201021", "device_counts": 782, "stop_counts": 1330 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.155681, 40.011457 ], [ -75.151428, 40.010903 ], [ -75.15109, 40.009934 ], [ -75.151246, 40.009279 ], [ -75.156028, 40.009868 ], [ -75.155681, 40.011457 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010337011", "device_counts": 968, "stop_counts": 4426 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051875, 40.069988 ], [ -75.050462, 40.071509 ], [ -75.051719, 40.072241 ], [ -75.047467, 40.076419 ], [ -75.045793, 40.075329 ], [ -75.044088, 40.072639 ], [ -75.045884, 40.069653 ], [ -75.047381, 40.070558 ], [ -75.047762, 40.069395 ], [ -75.049545, 40.070978 ], [ -75.050755, 40.069544 ], [ -75.051875, 40.069988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010237002", "device_counts": 2152, "stop_counts": 5357 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.194083, 40.051633 ], [ -75.19326, 40.053057 ], [ -75.193951, 40.054358 ], [ -75.192966, 40.055267 ], [ -75.191752, 40.054604 ], [ -75.188077, 40.056898 ], [ -75.187306, 40.055484 ], [ -75.185287, 40.051743 ], [ -75.185221, 40.051585 ], [ -75.186752, 40.050103 ], [ -75.188499, 40.050211 ], [ -75.190817, 40.051189 ], [ -75.192123, 40.047679 ], [ -75.194411, 40.050637 ], [ -75.194083, 40.051633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010176014", "device_counts": 841, "stop_counts": 3349 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.135807, 39.993154 ], [ -75.134444, 39.996049 ], [ -75.132367, 39.995776 ], [ -75.13191, 39.995754 ], [ -75.130122, 39.994573 ], [ -75.130558, 39.992474 ], [ -75.135121, 39.99306 ], [ -75.135807, 39.993154 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010263011", "device_counts": 278, "stop_counts": 1521 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.167097, 40.07332 ], [ -75.166062, 40.074338 ], [ -75.163884, 40.073088 ], [ -75.161313, 40.071386 ], [ -75.162035, 40.070685 ], [ -75.164781, 40.072161 ], [ -75.166725, 40.070165 ], [ -75.16899, 40.071473 ], [ -75.167097, 40.07332 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010253005", "device_counts": 458, "stop_counts": 1290 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.184472, 40.054919 ], [ -75.182825, 40.056545 ], [ -75.180513, 40.057498 ], [ -75.179017, 40.05658 ], [ -75.18052, 40.055118 ], [ -75.180252, 40.054955 ], [ -75.181906, 40.053341 ], [ -75.182944, 40.053989 ], [ -75.184472, 40.054919 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010086012", "device_counts": 1246, "stop_counts": 6873 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.215872, 39.954586 ], [ -75.214643, 39.955607 ], [ -75.211677, 39.95524 ], [ -75.212393, 39.951811 ], [ -75.21635, 39.952302 ], [ -75.215872, 39.954586 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331023", "device_counts": 839, "stop_counts": 1182 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.033482, 40.043203 ], [ -75.030535, 40.044372 ], [ -75.028257, 40.041363 ], [ -75.03134, 40.040236 ], [ -75.031919, 40.041201 ], [ -75.033482, 40.043203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010283003", "device_counts": 1543, "stop_counts": 1880 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.148245, 40.022959 ], [ -75.147894, 40.024553 ], [ -75.147555, 40.026138 ], [ -75.145359, 40.025873 ], [ -75.145718, 40.024214 ], [ -75.146379, 40.021204 ], [ -75.14711, 40.02128 ], [ -75.148567, 40.021476 ], [ -75.148245, 40.022959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010073003", "device_counts": 432, "stop_counts": 1626 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.224736, 39.945465 ], [ -75.222369, 39.947135 ], [ -75.219002, 39.944283 ], [ -75.219138, 39.944186 ], [ -75.22022, 39.943415 ], [ -75.221612, 39.944584 ], [ -75.222759, 39.943806 ], [ -75.22361, 39.944505 ], [ -75.224736, 39.945465 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010108004", "device_counts": 738, "stop_counts": 1769 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.202342, 39.963137 ], [ -75.202334, 39.963495 ], [ -75.197519, 39.964025 ], [ -75.197197, 39.962287 ], [ -75.199436, 39.962042 ], [ -75.202235, 39.961643 ], [ -75.20236, 39.962859 ], [ -75.202342, 39.963137 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010281003", "device_counts": 1193, "stop_counts": 1459 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.151263, 40.027186 ], [ -75.148751, 40.028476 ], [ -75.148865, 40.027857 ], [ -75.147218, 40.027644 ], [ -75.147555, 40.026138 ], [ -75.147894, 40.024553 ], [ -75.148245, 40.022959 ], [ -75.149552, 40.024785 ], [ -75.149984, 40.02539 ], [ -75.150781, 40.026565 ], [ -75.151263, 40.027186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010261003", "device_counts": 330, "stop_counts": 1207 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.179448, 40.071261 ], [ -75.176841, 40.07598 ], [ -75.175509, 40.075214 ], [ -75.17394, 40.07431 ], [ -75.178918, 40.069175 ], [ -75.180482, 40.070191 ], [ -75.179448, 40.071261 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010362023", "device_counts": 658, "stop_counts": 1092 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.984631, 40.074335 ], [ -74.982487, 40.077246 ], [ -74.981807, 40.082355 ], [ -74.980732, 40.082105 ], [ -74.97725, 40.080506 ], [ -74.977684, 40.079834 ], [ -74.981173, 40.071985 ], [ -74.983657, 40.073786 ], [ -74.984631, 40.074335 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421019808001", "device_counts": 959, "stop_counts": 10104 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.276482, 39.976959 ], [ -75.275871, 39.977245 ], [ -75.271639, 39.972082 ], [ -75.269314, 39.97301 ], [ -75.26562, 39.969941 ], [ -75.2619, 39.972584 ], [ -75.259933, 39.974448 ], [ -75.261996, 39.977598 ], [ -75.265918, 39.979251 ], [ -75.267973, 39.980757 ], [ -75.265511, 39.981857 ], [ -75.261282, 39.978272 ], [ -75.259062, 39.982814 ], [ -75.257113, 39.983789 ], [ -75.255918, 39.978122 ], [ -75.255661, 39.976755 ], [ -75.255196, 39.97426 ], [ -75.254752, 39.971527 ], [ -75.255123, 39.970036 ], [ -75.250481, 39.96946 ], [ -75.251119, 39.966398 ], [ -75.247169, 39.965927 ], [ -75.247109, 39.964294 ], [ -75.246425, 39.964276 ], [ -75.246753, 39.962705 ], [ -75.247688, 39.962817 ], [ -75.248056, 39.964074 ], [ -75.250313, 39.965069 ], [ -75.25414, 39.965404 ], [ -75.25711, 39.963719 ], [ -75.259078, 39.965692 ], [ -75.267386, 39.966215 ], [ -75.270002, 39.967479 ], [ -75.270598, 39.96866 ], [ -75.275394, 39.969575 ], [ -75.280266, 39.974964 ], [ -75.276482, 39.976959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010090003", "device_counts": 2515, "stop_counts": 9682 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.191389, 39.962922 ], [ -75.187415, 39.963367 ], [ -75.187446, 39.95945 ], [ -75.188266, 39.955441 ], [ -75.189489, 39.955593 ], [ -75.189063, 39.957606 ], [ -75.18921, 39.958811 ], [ -75.189564, 39.960998 ], [ -75.191117, 39.96144 ], [ -75.191389, 39.962922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010163004", "device_counts": 1142, "stop_counts": 2466 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.139021, 39.988764 ], [ -75.133549, 39.98806 ], [ -75.131557, 39.987799 ], [ -75.129641, 39.987546 ], [ -75.130794, 39.986928 ], [ -75.131907, 39.986306 ], [ -75.132208, 39.984741 ], [ -75.1351, 39.98519 ], [ -75.136167, 39.985328 ], [ -75.136759, 39.985402 ], [ -75.13746, 39.985492 ], [ -75.139669, 39.985802 ], [ -75.139021, 39.988764 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010190005", "device_counts": 1723, "stop_counts": 7611 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.10327, 40.005602 ], [ -75.101826, 40.005667 ], [ -75.101064, 40.005695 ], [ -75.100691, 40.007435 ], [ -75.098734, 40.007196 ], [ -75.098428, 40.008664 ], [ -75.094816, 40.008195 ], [ -75.094104, 40.007096 ], [ -75.094849, 40.006678 ], [ -75.101811, 40.002863 ], [ -75.103797, 40.003134 ], [ -75.10327, 40.005602 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010363031", "device_counts": 1776, "stop_counts": 8898 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.983393, 40.103684 ], [ -74.97896, 40.106169 ], [ -74.969941, 40.113339 ], [ -74.969758, 40.115927 ], [ -74.966621, 40.117932 ], [ -74.96408, 40.117766 ], [ -74.96345, 40.110013 ], [ -74.965194, 40.107777 ], [ -74.963491, 40.10674 ], [ -74.961156, 40.103446 ], [ -74.962196, 40.103382 ], [ -74.96767, 40.1027 ], [ -74.971183, 40.102233 ], [ -74.97588, 40.100421 ], [ -74.9781, 40.099212 ], [ -74.981997, 40.102454 ], [ -74.983393, 40.103684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010011021", "device_counts": 5859, "stop_counts": 16416 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.159984, 39.944009 ], [ -75.156841, 39.943615 ], [ -75.156337, 39.945923 ], [ -75.153184, 39.945536 ], [ -75.153694, 39.943218 ], [ -75.153916, 39.942205 ], [ -75.155488, 39.942407 ], [ -75.156673, 39.942551 ], [ -75.160205, 39.942997 ], [ -75.159984, 39.944009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010279014", "device_counts": 278, "stop_counts": 819 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.158217, 40.045076 ], [ -75.156675, 40.04536 ], [ -75.154966, 40.046241 ], [ -75.153691, 40.04655 ], [ -75.153883, 40.043659 ], [ -75.153946, 40.042752 ], [ -75.158306, 40.042861 ], [ -75.158217, 40.045076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010330005", "device_counts": 404, "stop_counts": 1011 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.036906, 40.032252 ], [ -75.035488, 40.03299 ], [ -75.032739, 40.034407 ], [ -75.030907, 40.032318 ], [ -75.03517, 40.030116 ], [ -75.036055, 40.031206 ], [ -75.036906, 40.032252 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010178003", "device_counts": 250, "stop_counts": 2105 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116662, 39.991437 ], [ -75.113816, 39.992924 ], [ -75.112775, 39.991747 ], [ -75.113665, 39.990278 ], [ -75.114257, 39.989952 ], [ -75.115083, 39.989526 ], [ -75.116662, 39.991437 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010341001", "device_counts": 354, "stop_counts": 3209 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.076258, 40.080605 ], [ -75.073705, 40.079182 ], [ -75.071007, 40.077682 ], [ -75.073477, 40.07526 ], [ -75.078592, 40.078097 ], [ -75.076258, 40.080605 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010078004", "device_counts": 636, "stop_counts": 1916 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.219234, 39.948368 ], [ -75.217121, 39.94861 ], [ -75.215162, 39.946978 ], [ -75.217733, 39.945183 ], [ -75.221237, 39.948161 ], [ -75.219234, 39.948368 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010098021", "device_counts": 453, "stop_counts": 1305 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.264257, 39.974419 ], [ -75.263054, 39.975749 ], [ -75.261996, 39.977598 ], [ -75.259933, 39.974448 ], [ -75.2619, 39.972584 ], [ -75.264148, 39.97148 ], [ -75.266109, 39.972898 ], [ -75.264257, 39.974419 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010134021", "device_counts": 1647, "stop_counts": 3162 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.172108, 39.967284 ], [ -75.171344, 39.967275 ], [ -75.170177, 39.96725 ], [ -75.168569, 39.967226 ], [ -75.168804, 39.966145 ], [ -75.168959, 39.965463 ], [ -75.169102, 39.964781 ], [ -75.17068, 39.964975 ], [ -75.17256, 39.965219 ], [ -75.172108, 39.967284 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010353021", "device_counts": 2260, "stop_counts": 9454 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.997635, 40.079699 ], [ -74.994348, 40.081681 ], [ -74.990003, 40.077975 ], [ -74.987568, 40.075825 ], [ -74.986886, 40.075332 ], [ -74.984901, 40.07448 ], [ -74.987148, 40.072702 ], [ -74.987857, 40.072829 ], [ -74.988467, 40.073908 ], [ -74.991271, 40.07631 ], [ -74.995282, 40.077149 ], [ -74.998488, 40.078701 ], [ -74.997635, 40.079699 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010259001", "device_counts": 1267, "stop_counts": 1794 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.174143, 40.08135 ], [ -75.172951, 40.082581 ], [ -75.169914, 40.080818 ], [ -75.172621, 40.078103 ], [ -75.175627, 40.07984 ], [ -75.174143, 40.08135 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010286006", "device_counts": 457, "stop_counts": 1136 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.131829, 40.030321 ], [ -75.128974, 40.029953 ], [ -75.126686, 40.029667 ], [ -75.126866, 40.028955 ], [ -75.127646, 40.027416 ], [ -75.132352, 40.028019 ], [ -75.131829, 40.030321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010348023", "device_counts": 2815, "stop_counts": 10229 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.013797, 40.058001 ], [ -75.013284, 40.058573 ], [ -75.013062, 40.059109 ], [ -75.013066, 40.059901 ], [ -75.013629, 40.062047 ], [ -75.012747, 40.062185 ], [ -75.013145, 40.066335 ], [ -75.011381, 40.06842 ], [ -75.009635, 40.067672 ], [ -75.008788, 40.06735 ], [ -75.009331, 40.065812 ], [ -75.009405, 40.062552 ], [ -75.008801, 40.058401 ], [ -75.008245, 40.057796 ], [ -75.008555, 40.057808 ], [ -75.012828, 40.056404 ], [ -75.014444, 40.057424 ], [ -75.013797, 40.058001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010277003", "device_counts": 756, "stop_counts": 1292 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.153101, 40.050412 ], [ -75.152881, 40.052844 ], [ -75.150142, 40.051578 ], [ -75.15082, 40.048518 ], [ -75.153235, 40.048842 ], [ -75.153101, 40.050412 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010192002", "device_counts": 968, "stop_counts": 2404 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.116411, 40.001624 ], [ -75.11609, 40.003067 ], [ -75.113986, 40.00356 ], [ -75.109864, 40.003027 ], [ -75.110017, 40.002282 ], [ -75.11046, 40.000268 ], [ -75.112398, 40.00052 ], [ -75.114785, 39.999838 ], [ -75.116722, 40.000088 ], [ -75.116411, 40.001624 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010245001", "device_counts": 482, "stop_counts": 1266 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.166655, 40.03089 ], [ -75.164571, 40.032912 ], [ -75.162906, 40.031923 ], [ -75.161239, 40.030941 ], [ -75.16327, 40.02896 ], [ -75.163749, 40.029255 ], [ -75.166488, 40.030794 ], [ -75.166655, 40.03089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010041021", "device_counts": 682, "stop_counts": 2957 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.160275, 39.920611 ], [ -75.155597, 39.920013 ], [ -75.155865, 39.918755 ], [ -75.156139, 39.917515 ], [ -75.160826, 39.918116 ], [ -75.160275, 39.920611 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010356021", "device_counts": 459, "stop_counts": 1347 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.05401, 40.108143 ], [ -75.049254, 40.105823 ], [ -75.046843, 40.105712 ], [ -75.039857, 40.101835 ], [ -75.042613, 40.100504 ], [ -75.047115, 40.098377 ], [ -75.049676, 40.102037 ], [ -75.050974, 40.103122 ], [ -75.053057, 40.10618 ], [ -75.05401, 40.108143 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010092001", "device_counts": 2737, "stop_counts": 6734 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.21306, 39.962577 ], [ -75.21056, 39.962571 ], [ -75.209058, 39.962329 ], [ -75.206889, 39.962485 ], [ -75.20627, 39.958823 ], [ -75.201971, 39.959176 ], [ -75.201824, 39.957827 ], [ -75.201953, 39.957149 ], [ -75.204145, 39.957422 ], [ -75.208128, 39.957915 ], [ -75.211039, 39.958276 ], [ -75.214018, 39.958643 ], [ -75.21306, 39.962577 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010375001", "device_counts": 1599, "stop_counts": 3354 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.253999, 39.988304 ], [ -75.251438, 39.989504 ], [ -75.25, 39.99018 ], [ -75.249214, 39.990547 ], [ -75.247948, 39.991138 ], [ -75.246187, 39.989516 ], [ -75.246416, 39.988266 ], [ -75.245478, 39.986619 ], [ -75.248991, 39.985109 ], [ -75.248346, 39.982968 ], [ -75.251063, 39.981601 ], [ -75.255676, 39.987499 ], [ -75.253999, 39.988304 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010140002", "device_counts": 558, "stop_counts": 630 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.164888, 39.976668 ], [ -75.163325, 39.976471 ], [ -75.16175, 39.976262 ], [ -75.162507, 39.972799 ], [ -75.164069, 39.973009 ], [ -75.165461, 39.974033 ], [ -75.164888, 39.976668 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "421010331011", "device_counts": 730, "stop_counts": 3085 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.045919, 40.039643 ], [ -75.043322, 40.040305 ], [ -75.040003, 40.041793 ], [ -75.03836, 40.039695 ], [ -75.041692, 40.038218 ], [ -75.042536, 40.037722 ], [ -75.044192, 40.03866 ], [ -75.045806, 40.039579 ], [ -75.045919, 40.039643 ] ] ] ] } } +] +} diff --git a/assets/js/colors.js b/assets/js/colors.js new file mode 100644 index 0000000..243336b --- /dev/null +++ b/assets/js/colors.js @@ -0,0 +1,6 @@ +const columnColors = { + 'stop_counts': '#4e79a7', + 'device_counts': '#f28e20' +}; + +export { columnColors }; \ No newline at end of file diff --git a/assets/js/dashboard.js b/assets/js/dashboard.js new file mode 100644 index 0000000..14cdbe0 --- /dev/null +++ b/assets/js/dashboard.js @@ -0,0 +1,40 @@ +import { Vismap } from './vismap.js'; +import { visualizeCharts } from './vischarts.js'; +import { populateInfoTable } from './infoTable.js'; +import { setupEventListeners } from './events.js'; + +console.log('Initializing dashboard.'); + +const map = L.map('map', { scrollWheelZoom: true }).setView([39.9800, -75.1200], 11); + +L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { + maxZoom: 18, + id: 'mapbox/light-v11', + tileSize: 512, + zoomOffset: -1, + accessToken: 'pk.eyJ1IjoiZnJhbmtjaCIsImEiOiJjbG95aTZhbGQwM2ZwMmhxb3BvOGE3cjExIn0.9FCYx6xJ-wp8YEgk7VpG0Q' +}).addTo(map); + +// Define column and breaks +const columnName = 'stop_counts'; +const customBreaks = [1000, 2000, 3000, 4000, 5000, 8000, 10000, 20000]; + +// Initialize Vismap +const vismapInstance = new Vismap(map, customBreaks, columnName); +vismapInstance.fetchData(document.getElementById('year-selector').value); + +const columnDisplayMapping = { + 'GEOID': 'GEOID', + 'stop_counts': 'Number of Visits', + 'device_counts': 'Number of Visitors' +}; + +setupEventListeners( + map, + vismapInstance, + 'year-selector', + visualizeCharts, + (properties) => populateInfoTable(properties, columnDisplayMapping) +); + +visualizeCharts(null); diff --git a/assets/js/events.js b/assets/js/events.js new file mode 100644 index 0000000..291d201 --- /dev/null +++ b/assets/js/events.js @@ -0,0 +1,14 @@ +export function setupEventListeners(map, vismapInstance, yearSelectorId, visualizeChartsCallback, populateInfoTableCallback) { + const yearSelector = document.getElementById(yearSelectorId); + + yearSelector.addEventListener('change', function () { + const selectedYear = this.value; + vismapInstance.fetchData(selectedYear); + }); + + map.on('featureSelected', function(event) { + const properties = event.properties; + populateInfoTableCallback(properties); + visualizeChartsCallback(properties ? properties['GEOID'] : null); + }); +} diff --git a/assets/js/infoTable.js b/assets/js/infoTable.js new file mode 100644 index 0000000..b922511 --- /dev/null +++ b/assets/js/infoTable.js @@ -0,0 +1,27 @@ +export function populateInfoTable(properties, columnDisplayMapping) { + const infoTableBody = document.querySelector('#info-table tbody'); + infoTableBody.innerHTML = ''; + + if (!properties) { + const row = document.createElement('tr'); + const cell = document.createElement('td'); + cell.colSpan = 2; + cell.textContent = 'Click on map to select a location.'; + row.appendChild(cell); + infoTableBody.appendChild(row); + return; + } + + Object.keys(columnDisplayMapping).forEach(key => { + const row = document.createElement('tr'); + const propCell = document.createElement('td'); + const valueCell = document.createElement('td'); + + propCell.textContent = columnDisplayMapping[key]; + valueCell.textContent = properties[key] || 'N/A'; + + row.appendChild(propCell); + row.appendChild(valueCell); + infoTableBody.appendChild(row); + }); +} diff --git a/assets/js/vischarts.js b/assets/js/vischarts.js new file mode 100644 index 0000000..3fb1e91 --- /dev/null +++ b/assets/js/vischarts.js @@ -0,0 +1,188 @@ +// assets/js/vischarts.js +import * as d3 from 'https://cdn.skypack.dev/d3'; +import { columnColors } from './colors.js'; + +const years = [2019, 2020, 2021, 2022, 2023, 2024]; +const chartColnames = ['stop_counts', 'device_counts']; + +function fetchDataForCharts(GEOID) { + if (!GEOID) { + clearAllCharts(); + return Promise.resolve(null); + } + + return Promise.all( + years.map(year => + fetch(`assets/data/philly_${year}.geojson`) + .then(response => { + if (!response.ok) { + throw new Error(`HTTP error! Status: ${response.status}`); + } + return response.json(); + }) + .then(data => { + const filtered = data.features.filter(feature => feature.properties['GEOID'] === GEOID); + return filtered; + }) + .catch(() => []) + ) + ); +} + +function prepareChartData(filteredData) { + if (!filteredData) return {}; + const chartData = {}; + chartColnames.forEach(column => { + chartData[column] = years.map((year, index) => { + const yearData = filteredData[index]; + return (yearData.length > 0 ? yearData[0].properties[column] : 0); + }); + }); + return chartData; +} + +function createColumnChart(container, column, title, data, labels) { + // Clear any existing SVG + d3.select(container).selectAll('svg').remove(); + + const margin = { top: 60, right: 30, bottom: 60, left: 60 }; + const containerWidth = container.clientWidth; + const containerHeight = container.clientHeight; + + const width = containerWidth - margin.left - margin.right; + const height = containerHeight - margin.top - margin.bottom; + + // Create SVG with responsive viewBox and preserveAspectRatio + const svg = d3.select(container) + .append('svg') + .attr('viewBox', `0 0 ${containerWidth} ${containerHeight}`) + .attr('preserveAspectRatio', 'xMidYMid meet') + .append('g') + .attr('transform', `translate(${margin.left},${margin.top})`); + + // X scale with increased padding for slimmer bars + const x = d3.scaleBand() + .domain(labels) + .range([0, width]) + .padding(0.5); // Increased padding for slimmer bars + + // Y scale + const yMax = d3.max(data, d => d) || 1; + const y = d3.scaleLinear() + .domain([0, yMax * 1.1]) // Add some padding on top + .range([height, 0]); + + // Add X axis + svg.append('g') + .attr('transform', `translate(0,${height})`) + .call(d3.axisBottom(x)) + .selectAll("text") + .style("font-size", "12px") + .style("font-family", "Lato"); + + // Add Y axis + svg.append('g') + .call(d3.axisLeft(y)) + .selectAll("text") + .style("font-size", "12px"); + + // Add gridlines + svg.append('g') + .attr('class', 'grid') + .call(d3.axisLeft(y) + .tickSize(-width) + .tickFormat('') + ) + .selectAll(".tick line") + .attr("stroke", "#e0e0e0"); + + // Add bars with shared color from columnColors + const barColor = columnColors[column] || 'steelblue'; + + // Tooltip div within the container to prevent overflow + const tooltip = d3.select(container) + .append("div") + .attr("class", "tooltip") + .style("opacity", 0) + .style("position", "absolute") + .style("pointer-events", "none") + .style("background", "rgba(0, 0, 0, 0.7)") + .style("color", "#fff") + .style("padding", "5px") + .style("border-radius", "4px") + .style("font-size", "12px"); + + svg.selectAll(".bar") + .data(data) + .enter() + .append("rect") + .attr("class", "bar") + .attr("x", (d, i) => x(labels[i])) + .attr("y", height) // Start from bottom for transition + .attr("width", x.bandwidth()) + .attr("height", 0) // Initial height zero for transition + .attr("fill", barColor) + .on("mouseover", function(event, d) { + tooltip.transition() + .duration(200) + .style("opacity", .9); + tooltip.html(`${d}`) + .style("left", `${event.layerX + 10}px`) + .style("top", `${event.layerY - 28}px`); + d3.select(this).attr("fill-opacity", 0.7); + }) + .on("mouseout", function() { + tooltip.transition() + .duration(500) + .style("opacity", 0); + d3.select(this).attr("fill-opacity", 1); + }) + .transition() // Animate bars + .duration(800) + .attr("y", d => y(d)) + .attr("height", d => height - y(d)); + + // Add chart title + svg.append("text") + .attr("x", width / 2) + .attr("y", -20) + .attr("text-anchor", "middle") + .style("font-size", "16px") + .style("font-weight", "bold") + .text(title); + + // Add X axis label + svg.append("text") + .attr("x", width / 2) + .attr("y", height + 40) + .attr("text-anchor", "middle") + .style("font-size", "14px") + .text("Year"); +} + +function visualizeCharts(GEOID) { + fetchDataForCharts(GEOID).then(filteredData => { + if (!filteredData) return; + const chartData = prepareChartData(filteredData); + + chartColnames.forEach((column, index) => { + const container = document.getElementById(`chart${index + 1}`); + let chartTitle = column === 'stop_counts' ? 'Number of Visits' : 'Number of Visitors'; + if (container) { + createColumnChart(container, column, chartTitle, chartData[column], years); + } + }); + }); +} + +function clearAllCharts() { + chartColnames.forEach((_, index) => { + const container = document.getElementById(`chart${index + 1}`); + if (container) { + d3.select(container).selectAll('svg').remove(); + d3.select(container).selectAll('.tooltip').remove(); + } + }); +} + +export { visualizeCharts }; diff --git a/assets/js/vismap.js b/assets/js/vismap.js new file mode 100644 index 0000000..8f7b7c9 --- /dev/null +++ b/assets/js/vismap.js @@ -0,0 +1,229 @@ +import * as d3 from 'https://cdn.skypack.dev/d3'; +import { visualizeCharts } from './vischarts.js'; + +class Vismap { + constructor(map, customBreaks, columnName) { + this.map = map; + this.currentLayer = null; + this.legendItems = []; + this.geojsonLayer = null; + this.customBreaks = customBreaks; + this.columnName = columnName; + this.geojsonData = null; + this.locationNameToLayer = {}; + + this.map.on('click', (e) => { + const originalEvent = e.originalEvent; + if (!originalEvent.target.closest('.leaflet-interactive') && this.currentLayer) { + this.resetHighlight(); + visualizeCharts(null); + this.map.fire('featureSelected', { properties: null }); + } + }); + } + + fetchData(year) { + const path = `assets/data/philly_${year}.geojson`; + fetch(path) + .then(response => { + if (!response.ok) { + throw new Error(`HTTP error! Status: ${response.status}`); + } + return response.json(); + }) + .then(data => { + this.geojsonData = data; + this.processData(data); + this.visualize(this.columnName); + this.map.fire('dataLoaded'); + }) + .catch(error => { + console.error(`Error fetching data for year ${year}:`, error); + }); + } + + processData(data) { + const column = this.columnName; + data.features.forEach(feature => { + const value = feature.properties[column]; + if (value == null) return; + let categoryIndex = this.customBreaks.length - 1; + for (let i = 0; i < this.customBreaks.length; i++) { + if (value <= this.customBreaks[i]) { + categoryIndex = i; + break; + } + } + feature.properties.category = categoryIndex; + }); + } + + generateViridisPalette() { + return d3.scaleSequential(d3.interpolateViridis); + } + + resetHighlight() { + if (this.currentLayer) { + this.geojsonLayer.resetStyle(this.currentLayer); + this.currentLayer = null; + } + + this.legendItems.forEach(item => item.classList.remove('highlight')); + } + + highlightFeature(layer, value) { + layer.setStyle({ + fillColor: 'red', + color: 'red', + weight: 3 + }); + + const index = this.findLegendIndex(value); + if (index !== -1 && this.legendItems[index]) { + this.legendItems[index].classList.add('highlight'); + } + + if (!L.Browser.ie && !L.Browser.opera && !L.Browser.edge) { + layer.bringToFront(); + } + } + + findLegendIndex(value) { + for (let i = 0; i < this.customBreaks.length; i++) { + if (value <= this.customBreaks[i]) { + return i; + } + } + return this.customBreaks.length - 1; + } + + onEachFeature(feature, layer, colname) { + layer.on('click', () => { + if (this.currentLayer !== layer) { + this.resetHighlight(); + } + + const value = feature.properties[colname]; + if (value == null) { + visualizeCharts(null); + this.map.fire('featureSelected', { properties: null }); + return; + } + + this.highlightFeature(layer, value); + this.currentLayer = layer; + + const GEOID = feature.properties['GEOID']; + visualizeCharts(GEOID); + + const locationName = feature.properties['Name']; + if (locationName) { + const normalizedName = this.normalizeLocationName(locationName); + this.locationNameToLayer[normalizedName] = layer; + } + + this.map.fire('featureSelected', { properties: feature.properties }); + }); + + const locationName = feature.properties['Name']; + if (locationName) { + const normalizedName = this.normalizeLocationName(locationName); + this.locationNameToLayer[normalizedName] = layer; + } + } + + generateLegend(colname) { + const existingLegend = document.querySelector('.legend-box'); + if (existingLegend) existingLegend.remove(); + + const legend = L.DomUtil.create('div', 'legend-box'); + const colorScale = this.generateViridisPalette(); + + this.legendItems = []; + + const title = document.createElement('div'); + title.className = 'legend-title'; + title.innerHTML = `${colname}`; + legend.appendChild(title); + + for (let i = 0; i < this.customBreaks.length; i++) { + const legendItem = document.createElement('div'); + legendItem.className = 'legend-item'; + + const colorBox = document.createElement('div'); + colorBox.className = 'legend-color'; + const normalizedValue = i / (this.customBreaks.length - 1); + colorBox.style.backgroundColor = colorScale(normalizedValue); + + let label; + if (i === 0) { + label = `≤ ${this.customBreaks[i]}`; + } else if (i < this.customBreaks.length - 1) { + label = `${this.customBreaks[i - 1]} - ${this.customBreaks[i]}`; + } else { + label = `> ${this.customBreaks[i - 1]}`; + } + + legendItem.appendChild(colorBox); + legendItem.appendChild(document.createTextNode(label)); + legend.appendChild(legendItem); + + this.legendItems.push(legendItem); + } + + this.map.getContainer().appendChild(legend); + } + + getFeatureStyle(feature) { + const colname = this.columnName; + const value = feature.properties[colname]; + + const colorScale = this.generateViridisPalette(); + let color = '#ccc'; + if (value != null) { + const index = this.findLegendIndex(value); + const normalizedValue = index / (this.customBreaks.length - 1); + color = colorScale(normalizedValue); + } + + return { + fillColor: color, + color: '#fff', + weight: 1, + opacity: 1, + fillOpacity: 0.7 + }; + } + + visualize(colname) { + if (this.geojsonLayer) { + this.map.removeLayer(this.geojsonLayer); + } + + this.geojsonLayer = L.geoJson(this.geojsonData, { + style: (feature) => this.getFeatureStyle(feature), + onEachFeature: (feature, layer) => this.onEachFeature(feature, layer, colname) + }).addTo(this.map); + + this.generateLegend(colname); + } + + getLocationNames() { + return Object.keys(this.locationNameToLayer); + } + + findLayerByLocationName(locationName) { + const normalizedName = this.normalizeLocationName(locationName); + const layer = this.locationNameToLayer[normalizedName]; + if (!layer) { + console.warn(`No layer found for Name: "${locationName}"`); + } + return layer; + } + + normalizeLocationName(name) { + return name.trim().toLowerCase(); + } +} + +export { Vismap }; diff --git a/dashboard.html b/dashboard.html new file mode 100644 index 0000000..d041895 --- /dev/null +++ b/dashboard.html @@ -0,0 +1,49 @@ + + + + + + Dashboard + + + + +
+ + +
+ +
+ +
+
+
+ + +
+

Selected Location Details

+ + + + + + +
Click on map to select a location.
+ +
+
+
+
+ + + + + diff --git a/data_processing.ipynb b/data_processing.ipynb new file mode 100644 index 0000000..8b77219 --- /dev/null +++ b/data_processing.ipynb @@ -0,0 +1,132 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import pandas as pd\n", + "import numpy as np\n", + "import geopandas as gpd" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "data = gpd.read_file('assets/data/philly.geojson')" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": {}, + "outputs": [], + "source": [ + "data_2018 = data[['GEOID', 'device_counts_2018', 'stop_counts_2018', 'geometry']]\n", + "data_2019 = data[['GEOID', 'device_counts_2019', 'stop_counts_2019', 'geometry']]\n", + "data_2020 = data[['GEOID', 'device_counts_2020', 'stop_counts_2020', 'geometry']]\n", + "data_2021 = data[['GEOID', 'device_counts_2021', 'stop_counts_2021', 'geometry']]\n", + "data_2022 = data[['GEOID', 'device_counts_2022', 'stop_counts_2022', 'geometry']]\n", + "data_2023 = data[['GEOID', 'device_counts_2023', 'stop_counts_2023', 'geometry']]\n", + "data_2024 = data[['GEOID', 'device_counts_2024', 'stop_counts_2024', 'geometry']]" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\chenf\\AppData\\Local\\Temp\\ipykernel_19608\\746190190.py:1: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " data_2018.rename(columns={'device_counts_2018': 'device_counts', 'stop_counts_2018': 'stop_counts'}, inplace=True)\n", + "C:\\Users\\chenf\\AppData\\Local\\Temp\\ipykernel_19608\\746190190.py:2: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " data_2019.rename(columns={'device_counts_2019': 'device_counts', 'stop_counts_2019': 'stop_counts'}, inplace=True)\n", + "C:\\Users\\chenf\\AppData\\Local\\Temp\\ipykernel_19608\\746190190.py:3: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " data_2020.rename(columns={'device_counts_2020': 'device_counts', 'stop_counts_2020': 'stop_counts'}, inplace=True)\n", + "C:\\Users\\chenf\\AppData\\Local\\Temp\\ipykernel_19608\\746190190.py:4: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " data_2021.rename(columns={'device_counts_2021': 'device_counts', 'stop_counts_2021': 'stop_counts'}, inplace=True)\n", + "C:\\Users\\chenf\\AppData\\Local\\Temp\\ipykernel_19608\\746190190.py:5: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " data_2022.rename(columns={'device_counts_2022': 'device_counts', 'stop_counts_2022': 'stop_counts'}, inplace=True)\n", + "C:\\Users\\chenf\\AppData\\Local\\Temp\\ipykernel_19608\\746190190.py:6: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " data_2023.rename(columns={'device_counts_2023': 'device_counts', 'stop_counts_2023': 'stop_counts'}, inplace=True)\n", + "C:\\Users\\chenf\\AppData\\Local\\Temp\\ipykernel_19608\\746190190.py:7: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " data_2024.rename(columns={'device_counts_2024': 'device_counts', 'stop_counts_2024': 'stop_counts'}, inplace=True)\n" + ] + } + ], + "source": [ + "data_2018.rename(columns={'device_counts_2018': 'device_counts', 'stop_counts_2018': 'stop_counts'}, inplace=True)\n", + "data_2019.rename(columns={'device_counts_2019': 'device_counts', 'stop_counts_2019': 'stop_counts'}, inplace=True)\n", + "data_2020.rename(columns={'device_counts_2020': 'device_counts', 'stop_counts_2020': 'stop_counts'}, inplace=True)\n", + "data_2021.rename(columns={'device_counts_2021': 'device_counts', 'stop_counts_2021': 'stop_counts'}, inplace=True)\n", + "data_2022.rename(columns={'device_counts_2022': 'device_counts', 'stop_counts_2022': 'stop_counts'}, inplace=True)\n", + "data_2023.rename(columns={'device_counts_2023': 'device_counts', 'stop_counts_2023': 'stop_counts'}, inplace=True)\n", + "data_2024.rename(columns={'device_counts_2024': 'device_counts', 'stop_counts_2024': 'stop_counts'}, inplace=True)" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [], + "source": [ + "data_2018.to_file('assets/data/philly_2018.geojson', driver='GeoJSON')\n", + "data_2019.to_file('assets/data/philly_2019.geojson', driver='GeoJSON')\n", + "data_2020.to_file('assets/data/philly_2020.geojson', driver='GeoJSON')\n", + "data_2021.to_file('assets/data/philly_2021.geojson', driver='GeoJSON')\n", + "data_2022.to_file('assets/data/philly_2022.geojson', driver='GeoJSON')\n", + "data_2023.to_file('assets/data/philly_2023.geojson', driver='GeoJSON')\n", + "data_2024.to_file('assets/data/philly_2024.geojson', driver='GeoJSON')" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "musa-550", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.12" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/eslint.config.js b/eslint.config.js new file mode 100644 index 0000000..6d1eeba --- /dev/null +++ b/eslint.config.js @@ -0,0 +1,9 @@ +import globals from "globals"; +import pluginJs from "@eslint/js"; + + +/** @type {import('eslint').Linter.Config[]} */ +export default [ + {languageOptions: { globals: globals.browser }}, + pluginJs.configs.recommended, +]; \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 1d7be08..45d4b1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,10 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "eslint": "^8.48.0", + "@eslint/js": "^9.17.0", + "eslint": "^8.57.1", "eslint-config-google": "^0.14.0", + "globals": "^15.14.0", "stylelint": "^15.10.3", "stylelint-config-standard": "^34.0.0" } @@ -313,10 +315,11 @@ } }, "node_modules/@eslint/eslintrc": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", - "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", "dev": true, + "license": "MIT", "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", @@ -335,23 +338,42 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/@eslint/eslintrc/node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@eslint/js": { - "version": "8.50.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.50.0.tgz", - "integrity": "sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==", + "version": "9.17.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.17.0.tgz", + "integrity": "sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==", "dev": true, + "license": "MIT", "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, "node_modules/@humanwhocodes/config-array": { - "version": "0.11.11", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz", - "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", + "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", + "deprecated": "Use @eslint/config-array instead", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@humanwhocodes/object-schema": "^1.2.1", - "debug": "^4.1.1", + "@humanwhocodes/object-schema": "^2.0.3", + "debug": "^4.3.1", "minimatch": "^3.0.5" }, "engines": { @@ -372,10 +394,12 @@ } }, "node_modules/@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", - "dev": true + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", + "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", + "deprecated": "Use @eslint/object-schema instead", + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", @@ -424,11 +448,19 @@ "integrity": "sha512-lqa4UEhhv/2sjjIQgjX8B+RBjj47eo0mzGasklVJ78UKGQY1r0VpB9XHDaZZO9qzEFDdy4MrXLuEaSmPrPSe/A==", "dev": true }, + "node_modules/@ungap/structured-clone": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.1.tgz", + "integrity": "sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==", + "dev": true, + "license": "ISC" + }, "node_modules/acorn": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", - "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true, + "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -441,6 +473,7 @@ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "dev": true, + "license": "MIT", "peerDependencies": { "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } @@ -450,6 +483,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -535,12 +569,13 @@ } }, "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, + "license": "MIT", "dependencies": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" @@ -670,10 +705,11 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -838,18 +874,21 @@ } }, "node_modules/eslint": { - "version": "8.50.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.50.0.tgz", - "integrity": "sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==", + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", + "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", + "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.2", - "@eslint/js": "8.50.0", - "@humanwhocodes/config-array": "^0.11.11", + "@eslint/eslintrc": "^2.1.4", + "@eslint/js": "8.57.1", + "@humanwhocodes/config-array": "^0.13.0", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", + "@ungap/structured-clone": "^1.2.0", "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -931,11 +970,38 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/@eslint/js": { + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz", + "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/eslint/node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/espree": { "version": "9.6.1", "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", @@ -1028,7 +1094,8 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fast-levenshtein": { "version": "2.0.6", @@ -1067,10 +1134,11 @@ } }, "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, + "license": "MIT", "dependencies": { "to-regex-range": "^5.0.1" }, @@ -1197,15 +1265,13 @@ } }, "node_modules/globals": { - "version": "13.22.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.22.0.tgz", - "integrity": "sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==", + "version": "15.14.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz", + "integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==", "dev": true, - "dependencies": { - "type-fest": "^0.20.2" - }, + "license": "MIT", "engines": { - "node": ">=8" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -1427,6 +1493,7 @@ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.12.0" } @@ -1498,7 +1565,8 @@ "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", @@ -1664,12 +1732,13 @@ } }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, + "license": "MIT", "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": { @@ -1718,9 +1787,9 @@ "dev": true }, "node_modules/nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "dev": true, "funding": [ { @@ -1728,6 +1797,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -1888,10 +1958,11 @@ } }, "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true, + "license": "ISC" }, "node_modules/picomatch": { "version": "2.3.1", @@ -1906,9 +1977,9 @@ } }, "node_modules/postcss": { - "version": "8.4.30", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.30.tgz", - "integrity": "sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "dev": true, "funding": [ { @@ -1924,10 +1995,11 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "nanoid": "^3.3.6", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "nanoid": "^3.3.7", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" @@ -2240,10 +2312,11 @@ } }, "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -2326,6 +2399,7 @@ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -2519,6 +2593,7 @@ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, + "license": "MIT", "dependencies": { "is-number": "^7.0.0" }, @@ -2555,6 +2630,7 @@ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -2842,9 +2918,9 @@ "dev": true }, "@eslint/eslintrc": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", - "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", "dev": true, "requires": { "ajv": "^6.12.4", @@ -2856,22 +2932,33 @@ "js-yaml": "^4.1.0", "minimatch": "^3.1.2", "strip-json-comments": "^3.1.1" + }, + "dependencies": { + "globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "requires": { + "type-fest": "^0.20.2" + } + } } }, "@eslint/js": { - "version": "8.50.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.50.0.tgz", - "integrity": "sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==", + "version": "9.17.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.17.0.tgz", + "integrity": "sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==", "dev": true }, "@humanwhocodes/config-array": { - "version": "0.11.11", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz", - "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", + "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", "dev": true, "requires": { - "@humanwhocodes/object-schema": "^1.2.1", - "debug": "^4.1.1", + "@humanwhocodes/object-schema": "^2.0.3", + "debug": "^4.3.1", "minimatch": "^3.0.5" } }, @@ -2882,9 +2969,9 @@ "dev": true }, "@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", + "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", "dev": true }, "@nodelib/fs.scandir": { @@ -2925,10 +3012,16 @@ "integrity": "sha512-lqa4UEhhv/2sjjIQgjX8B+RBjj47eo0mzGasklVJ78UKGQY1r0VpB9XHDaZZO9qzEFDdy4MrXLuEaSmPrPSe/A==", "dev": true }, + "@ungap/structured-clone": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.1.tgz", + "integrity": "sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==", + "dev": true + }, "acorn": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", - "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true }, "acorn-jsx": { @@ -3006,12 +3099,12 @@ } }, "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, "requires": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" } }, "callsites": { @@ -3096,9 +3189,9 @@ } }, "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, "requires": { "path-key": "^3.1.0", @@ -3213,18 +3306,19 @@ "dev": true }, "eslint": { - "version": "8.50.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.50.0.tgz", - "integrity": "sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==", + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", + "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.2", - "@eslint/js": "8.50.0", - "@humanwhocodes/config-array": "^0.11.11", + "@eslint/eslintrc": "^2.1.4", + "@eslint/js": "8.57.1", + "@humanwhocodes/config-array": "^0.13.0", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", + "@ungap/structured-clone": "^1.2.0", "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -3255,6 +3349,23 @@ "optionator": "^0.9.3", "strip-ansi": "^6.0.1", "text-table": "^0.2.0" + }, + "dependencies": { + "@eslint/js": { + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz", + "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==", + "dev": true + }, + "globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "requires": { + "type-fest": "^0.20.2" + } + } } }, "eslint-config-google": { @@ -3388,9 +3499,9 @@ } }, "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, "requires": { "to-regex-range": "^5.0.1" @@ -3490,13 +3601,10 @@ } }, "globals": { - "version": "13.22.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.22.0.tgz", - "integrity": "sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==", - "dev": true, - "requires": { - "type-fest": "^0.20.2" - } + "version": "15.14.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz", + "integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==", + "dev": true }, "globby": { "version": "11.1.0", @@ -3841,12 +3949,12 @@ "dev": true }, "micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, "requires": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" } }, @@ -3883,9 +3991,9 @@ "dev": true }, "nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "dev": true }, "natural-compare": { @@ -3999,9 +4107,9 @@ "dev": true }, "picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "dev": true }, "picomatch": { @@ -4011,14 +4119,14 @@ "dev": true }, "postcss": { - "version": "8.4.30", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.30.tgz", - "integrity": "sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "dev": true, "requires": { - "nanoid": "^3.3.6", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "nanoid": "^3.3.7", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" } }, "postcss-resolve-nested-selector": { @@ -4207,9 +4315,9 @@ } }, "source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true }, "spdx-correct": { diff --git a/package.json b/package.json index 72a1821..4ec281b 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,10 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "^8.48.0", + "@eslint/js": "^9.17.0", + "eslint": "^8.57.1", "eslint-config-google": "^0.14.0", + "globals": "^15.14.0", "stylelint": "^15.10.3", "stylelint-config-standard": "^34.0.0" }