NYC Transit Time Map: how does it work?
My favorite thing about the NYC subway map is how it's not geographically accurate—it disorts the sizes and shapes of boroughs to make the map easier to read. I thought it might be fun to make a subway map that distorts geography an a different way: based on travel times between stops. All the data that went into the map comes from the MTA's GTFS feed, which provides information about routes, stops and schedules. The map is rendered using D3 — initially, acccording to the latitude and longitude of each stop. But when you click a stop, a simulation is run to calculate the travel time from that stop to every other stop. Using train departure times from the MTA, and the MTA's predicted transfer times within stations, the code counts how many minutes it takes for a simulated passenger departing the selected stop at 8:00 on a weekday would arrive at each stop on the map. [You can see the code for this on Github — the simulation is done in virtual_rider.js]. Once travel times are computed, p
My favorite thing about the NYC subway map is how it's not geographically accurate—it disorts the sizes and shapes of boroughs to make the map easier to read. I thought it might be fun to make a subway map that distorts geography an a different way: based on travel times between stops. All the data that went into the map comes from the MTA's GTFS feed, which provides information about routes, stops and schedules. The map is rendered using D3 — initially, acccording to the latitude and longitude of each stop. But when you click a stop, a simulation is run to calculate the travel time from…
saved by
related reading
- Developer resourcesmta.info
- Transit | Case studyiamnoman.com
- GTFS - Wikipediaen.wikipedia.org
- An Intro to GTFS – Adriana Cericaceric.vercel.app
- PamPam | Make your own custom maps.pampam.city
- A Technical Follow-Up: How We Built the World’s Prettiest Auto-Generated Transit Mapsblog.transitapp.com
- Riley Walzwalzr.com
- Maps & Visualizations gallery | Ben Schmidtbenschmidt.org
- Overview - General Transit Feed Specificationgtfs.org
- Analyzing 1.1 Billion NYC Taxi and Uber Trips, with a Vengeance - Todd W. Schneidertoddwschneider.com
- Yufeng Zhaoyufengzhao.com
- NY to SF, Transit Times over Historyslater.works