Data Visualization for bike share data in Los Angeles Submission for Capital One Software Engineering Summit.
Front End
- Deployed on Github Pages
- jQuery + AJAX
- Google Maps API
- Chart.Js
- Canvas.Js
- amCharts.Js
Back End
- Parsed using Python
- Popular Destinations vs. Time of Year
- Yearly Heat Map
- Seasonal Heat Map
- If I was to look where the most popular stations were in order to be guarenteed a bike in Los Angeles, I would go to the places in high demand first. Furthermore, can assess in a seasonal mindset.
Filter out the NaN, empty string, null, and 0 values from the data
Inputs: Starting/Ending Station Latitude, Starting/Ending Station Longitude,
Output: Heat Map made in python, exported as an HTML file
Strategy:
- Filter data that didn't incorporate lat's or long's
- Filter data down to seasonal values
- **Heat Map for Yearly and Seasonal Data
- **What types of passes are used yearly and seasonal
- **Top 10 Starting Stations Listed
- Bar Graph: Top 10 Starting Station with Station ID and # of visits listed
- Pin Points: Pin Pointed the 10 Stations on Google Maps (If marker is clicked, shows popularity # followed by Station ID)
- **Top 10 Starting Stations Listed
- Bar Graph: Top 10 Ending Station with Station ID and # of visits listed
- Pin Points: Pin Pointed the 10 Stations on Google Maps (If marker is clicked, shows popularity # followed by Station ID)
- ** Visually appealing way of showing average time and distance on a yearly and seasonal basis to viewers
- Full Interaction
Animate: Add an animation to your visualization.
- First data visualization graph expands from the bottom up.
- Other data visualization maps are interactive.