I have a lot of data and I don’t know what to do with it.
In Oslo where I live we have a bike sharing system called Oslo bysykkel. The system is built up of a number of stations with bikes. If you have an subscription you can pick up a bike and you have to return it to any of the stations within two hours.
Oslo bysykkel has an API that gives the number of available bikes and available locks at a station. For the last three month I have collected the this info for all stations every five minutes and stored it in a database.
Does anyone have an idea of what to do with this data? Cool data visualizations? Corelation with other data, weather maybe? Predictions? Any and all ideas are appreciated.
I also have an android app that shows the status for the stations on a map. I would love to use this data in some way in the app.
In Oslo where I live we have a bike sharing system called Oslo bysykkel. The system is built up of a number of stations with bikes. If you have an subscription you can pick up a bike and you have to return it to any of the stations within two hours.
Oslo bysykkel has an API that gives the number of available bikes and available locks at a station. For the last three month I have collected the this info for all stations every five minutes and stored it in a database.
Does anyone have an idea of what to do with this data? Cool data visualizations? Corelation with other data, weather maybe? Predictions? Any and all ideas are appreciated.
I also have an android app that shows the status for the stations on a map. I would love to use this data in some way in the app.