-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparking-tickets-by-state.html
52 lines (42 loc) · 5.22 KB
/
parking-tickets-by-state.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
layout: default
custom_css: parking
---
<h2><a href='./parking-tickets-by-state.html'>Maryland Drivers Receive the Most Parking Tickets in DC</a></h2>
<hr id='top-line'>
<h3> Kate Rabinowitz // May 11, 2016 // originally published by <a class="link" target="_blank" href="https://www.washingtonian.com/2016/05/11/maryland-drivers-receive-most-parking-tickets-dc/">Washingtonian</a></h3>
<p class="content">There’s a long-held debate around Washington over which jurisdiction is home to the worst drivers. With jobs in DC split about evenly between the city and the suburbs, the District sees drivers from all over put to the test with its one-way streets, traffic circles, back-in-only spaces, and parallel parking. What insight can open data provide into the prowess of the region’s drivers? Newly released parking-ticket data sheds some light.
<br><br>The District issued more than 1.5 million parking tickets in 2015, generating more than $73 million in fines. While DC residents received a little less than one-third of the tickets, they were not actually the top recipients. That honor goes to motorists from Maryland, who accrued more DC parking tickets than drivers from anywhere else in the country. Maryland drivers received 120,000 more DC parking tickets than DC residents, for a total of 554,265 parking tickets worth over $25 million in fines. The trend is consistent with previous years and, perhaps more importantly, <a href="https://twitter.com/MD_Driver_in_DC" target="_blank" class="link">regional lore.</a></p>
<p class='graph-title'>Maryland Drivers Get the Most Parking Tickets in DC</p>
<p class='graph-subtitle'>Number of DC Parking Tickets by State License Plate</p>
<div id="totalTicket"></div>
<p class='graph-subtitle'>Source: D.C. Open Data</p>
<p class="content">This does not necessary mean Maryland drivers are the worst drivers in the District. More Maryland drivers may drive through the District than DC drivers. Data doesn't exist on all drivers that come through the District, but Maryland drivers in DC are most likely to live in the surrounding suburbs. Comparing parking tickets per number of residents in DC and the surrounding suburbs of Maryland and Virginia, DC moves up to the top by a considerable margin. In 2015 0.64 DC parking tickets were issued for every DC resident, compared to 0.28 and 0.22 per Maryland and Virgina resident, respectively.</p>
<p class='graph-title'>Per Resident, DC Receives the Most DC Parking Tickets</p>
<p class='graph-subtitle'>Number of DC Parking Tickets by State License Plate Per Resident</p>
<p class='graph-subtitle'>Virginia and Maryland populations limited to counties near DC.</p>
<div id="TickperCar"></div>
<p class='graph-subtitle'>Source: D.C. Open Data</p>
<p class='content'>DC parking tickets are doled out to residents of all fifty states, as shown in the map below. Generally, the closer a state is to DC the more tickets per vehicle it has received. States between Iowa and California have the lowest number of DC parking tickets. Despite the distance, West Coast states rack up over 7,000 parking tickets in DC a year. Similarly, Alaska, over 3,000 miles away, is surprisingly not the state with the least number of parking tickets accumulated in the District. That would be Wyoming, one of two states with a population less than DC.</p>
<p class='graph-title'>United States of DC Parking Tickets</p>
<p class='graph-subtitle'>Number of DC Parking Tickets by State License Plate</p>
<div id='legend' style='display:none;'>
<strong>Number of DC Parking Tickets</strong>
<nav class='legend clearfix'>
<span style='background:#f6eff7;'>0 - 500</span>
<span style='background:#d0d1e6;'>500-999</span>
<span style='background:#a6bddb;'>1K-4.9K</span>
<span style='background:#67a9cf;'>5K-9.K</span>
<span style='background:#1c9099;'>10K-24.9K</span>
<span style='background:#016c59;'>Above 25K</span>
</div>
<div id="map" class="content"></div>
<p class='graph-subtitle'>Inspired by <a class="link" target="_blank" href="http://iquantny.tumblr.com/post/117228506219/mapping-the-united-states-of-nyc-parking-tickets">I Quant NY</a><br>Source: District of Columbia Open Data</p>
<br>
<hr id='end-line'>
<p class='content'><b>Technical notes:</b> This piece was inspired by <a class="link" target="_blank" href="http://iquantny.tumblr.com/post/117228506219/mapping-the-united-states-of-nyc-parking-tickets">I Quant NY</a>. Data are sourced from <a class="link" target="_blank" href="http://opendata.dc.gov/datasets?q=parking+tickets&sort_by=relevance">District of Columbia Open Data</a>, <a class="link" target="_blank" href="http://68.100.168.134:8080/mpd/listinfractions.jsp">DC Metropolitan Police Department</a>, and <a class="link" target="_blank" href="https://www.census.gov/popest/">Census Population Estimates.</a> You can find complete code for this post<a class='link' target="_blank" href="https://github.com/katerabinowitz"> on my github page.</a></p>
<br><br>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="./JS/parkingTicketMap.js"></script>
<script src="./JS/parkingTicketsTotal.js"></script>
<script src="./JS/parkingTicketsPerCar.js"></script>