The Commute into Manhattan

The Majority of People Who Work In Manhattan Take Public Transit



I made this interactive map to visualize the number of people who commute into Manhattan and the percentage of those who take transit from each county in the region. To make the map, I worked with 2009 - 2013 CTPP commute flow data, and used postgreSQL to create new columns containing the county level aggregate statistics, which are displayed when the mouse is hovered over a given county. I referenced and used code from a Leaflet interactive choropleth map tutorial, customizing sections of code to suit my map. I also used labels-only map tiles and Leaflet's map pane and layer order functionality to overlay the labels above the data layer, improving the map's legibility.


Mean Income of New Jersey Residents by Commute Mode


Choose a county
This interactive chart will be part of a dashboard that provides quick access to transportation mode share, demographics, and income data for commuters traveling into Manhattan's Central Business District (CBD). I am building the dashboard to offer easy access to important data and facts in the congestion pricing debate. My interactive chart, for example, refutes claims that the congestion charge would be a regressive tax by showing that workers who drive have a significantly higher mean income than those taking transit. To make the chart I used 2017 American Community Survey 5 year annual income estimates. I used code from this example of an updating bar chart, customizing it for my data, and adding new code to include the horizontal mean income line.