Interactive visualization for Bay Area Rapid Transit (BART) Estimated Departure Times. This project combines my love for programming with my passion for public transportation.
Users can use the toolbar at the top of the screen to change displays. Display options:
- toggle displays
- display specific BART line
- display by estimated departure time
The application uses Javascript D3 to spatially visualize departure times at each station in the network. It includes topojson data and geographic projections as well as axios calls to the BART Api. The project was created during a 2-day Hackathon, at the end of which I presented a lightning talk on the project.
You can view a deployed version here.
- Clone this repository
- Serve on a simple server:
python3 -m http.server
- Javascript D3 - library used to create visualizations
- jQuery - library used for DOM manipulation