Contributors: Minh Anh Nguyen, Bea Lopez, Julia Luo, Deifilia To
Our project maps the Citi Bike stations of New York City and models the busyness/activity of the stations. We used the traffic accidents data set to create a map of New York, and we allow for user interaction - showing station activity at different times of the day (ex. morning, afternoon, night), day of the week (weekday, weekend) and season (summer, winter) which the user can choose.
Used HTML and Javascript for front-end user interaction to display the map and toggle buttons, and Python for back-end to parse and analyze 1.3 million rows of data from the given datasets.