-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnightlife-neighborhoods.html
45 lines (35 loc) · 3.45 KB
/
nightlife-neighborhoods.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
---
layout: default
custom_css: nightlifeHoodMap
---
<h2><a href='./nightlife-neighborhoods.html'>The Changing Geography of DC Nightlife</a></h2>
<hr id='top-line'>
<h3> Kate Rabinowitz // July 15, 2016 // originally published by <a class="link" target="_blank" href="https://www.washingtonian.com/2016/07/15/dc-growing-nightlife-map-navy-yard-union-market/">Washingtonian</a></h3>
<p class="content">In recent years DC has seen a large influx of new restaurants and bars. But these new businesses aren’t necessarily opening in the same neighborhoods as they would have five or ten years ago. And for many, where they go out on Saturday night has been slowly moving east. The map below shows the percent of today's nightlife establishments (bars, nightclubs, and restaurants with liquor licenses) that opened after 2010, for neighborhoods with more than 10 nightlife establishments.</p>
<p class='graph-title'>DC's Newest Nightlife Moving East</p>
<p class='graph-subtitle'>Percent of nightlife opened after 2010</p>
<div id='sidebar'>
<p >Nightlife opened<br>after 2010 (%)</p>
<span class="legend" style='background:#ffffb2;'>20%</span>
<span class="legend" style='background:#fecc5c;'>40%</span>
<span class="legend" style='background:#fd8d3c;'>60%</span>
<span class="legend" style='background:#f03b20;'>80%</span>
<span class="legend" style='background:#bd0026;'>100%</span>
<div id="tooltip-name"></div>
<div id='tooltip'></div>
</div>
<div id="map" class="content"></div>
<p class='graph-subtitle'>Only neighborhoods with 10 or more nightlife establishments shown. Data as of December 2015<br>Source: District of Columbia Open Data; Yelp</p>
<p class="content">Looking at a more detailed timeline shows striking divides. In neighborhoods with the oldest nightlife, more than 60% opened prior to 2007. Conversely, in the Ivy City/Union Market neighborhood none of today's nightlife was open prior to 2012; in Navy Yard only one-fifth was. All the oldest nightlife neighborhoods, with the exception of Stanton Park, are north of downtown and west of 16th St NW. The newest are more geographically diverse, located in three of the city's four quadrants.</p>
<p style="text-align:center;">
<img src="./Images/oldNightlife.png" width="100%" height=auto style="max-width:500px;">
</p>
<p style="text-align:center;">
<img src="./Images/newNightlife.png" width="100%" height=auto style="max-width:500px;">
</p>
<p class="content">Of course, today's newest nightlife neighborhoods did not arise out of nothing, but have changed over time. While none of today's Navy Yard nightlife was open prior to 2010, the neighborhood has historically been home to bars and clubs serving predominantly African American or LGBTQ communities.</p>
<br>
<hr id='end-line'>
<p class='content'><b>Technical notes:</b> Data are as of December 2015 and sourced from <a class="link" target="_blank" href="http://abra.dc.gov/page/abc-licensees">ABRA ABC Licensees</a>, <a class="link" target="_blank" href="https://github.com/katerabinowitz/ManyHomesofDCData/tree/master/Certificate%20of%20Occupancy%20Data_Hackathon">Certificate of Occupancy</a>, and <a class="link" target="_blank" href="https://www.yelp.com/dc">Yelp</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="./JS/nightlifeMapBox.js"></script>