We will be analyzing data obtained from bikeshare for Los Angeles area. We will be looking at the live json status from bike stations as well as the customer data for Q3-2018.
https://bike-test.herokuapp.com/
https://bikeshare.metro.net/stations/json/ https://bikeshare.metro.net/about/data/
var directionsRequest = 'https://api.mapbox.com/directions/v5/mapbox/cycling/' + start[0] + ',' + start[1] + ';' + end[0] + ',' + end[1] + '?geometries=geojson&access_token=' + API_KEY;
https://leafletjs.com/plugins.html
#Tell a story about bike rental usage
- Who is renting bikes
- Where are they going
- When are they going (weekend/weekday) (day/evening)
- What is duration/distance they are traveling
- One Way/Round trip
- Walk up vs Planned duration passholders
- Graphing stations
- Bike rides by time/day
- Bike rental duration vs preceived navigation calculation
- click two stations...get a route between the two (mapbox api)
- Mongo DB, Python Flask, HTML/CSS, JavaScript with Heroku deployment.
- A custom "creative" D3.js project, dashboard page.
- JS library (JQuery and AJAX)
- 90,000+ data points.
- user-driven interaction
- Three Views(Dashboard, Bike Nav and Bike Customer Chart)