DucarrougeR / COMP30670_Final-Project-DublinBikes

Dublin Bike API Predictive Analysis and Real Time Visualization on Flask web app
0 stars 3 forks source link

Biking Dublin

<img src="http://www.transportforireland.ie/assets/dublin-bikes2.png" alt="Biking Dublin" title="BikingDublin" align="right" /> Contributors:
Brendan Dwyer,
Michael McNulty,
Romain Ducarrouge

This program was designed to collect dynamic data from the JCDecaux API about Dublin City Bikes usage on a daily basis. The data collection was processed on an Amazon Web Service instance, EC2, and the data was saved to a SQLite database.
This is used to predict which time and which bike stations are likely to have available bikes when a user is trying to rent or return the bicycle.

CONTENTS OF THIS FILE

INTRODUCTION

The 'Biking Dublin' application is intended for users to get real time information regarding bikes availability for hiring and returning at various bike stations throughout Dublin city. The application also offers historical data regarding the daily and hourly availability of bikes based on stations.

Alt text

REQUIREMENTS

This module requires the following modules:

RECOMMENDED MODULES

INSTALLATION

Alt text

CONFIGURATION

TROUBLESHOOTING

FAQ

Q: Why are there three colors for the circles on the map?

A: Each circle represents a unique bike station. The color of that circle represents its current bike availability status.
-Red Color: the station has less than 25% of the bikes available for hire.
-Orange Color: the station has between 25% and 75% of bikes available for hire.
-Green Color: the station has over 75% of the bikes available for hire.

Q: What is the difference between the two graphs on the page?

A: The first graph (on the left side of the page) indicates the average occupancy of the station on a daily basis for a week. The second graph (on the right side of the page) reflects the average occupancy on an hourly basis for the specific day chosen.

LICENSE

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.