An awesome Visualization of YouBike2.0 Stations in Taipei City!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project uses the open source data available from Taipei about the YouBike2.0 stations in the city. It displays the data in an interactive web app.
What is displayed:
- available bikes and available slots at each of the 1299 stations in Taipei City.
- the size (number of total bike slots) of the stations displayed as the radius of the station
- the usage of the station (ratio of size and available bikes)
This repo also explores the YouBike Rental Trip data from 2023, which can be found here.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
You can easily download the project and host it locally.
If you want to host it locally, you need the following:
- google API key
The project is managed with poetry and will make it easy to use on your machine.
- poetry install
You can reach the web-hosted page here.
- Add local deployment
- Add back to top links
- Add heroku deployment
- Draw database management
- Populate the two new tables with all the data
- Figure out a way to calculate the demand
- Add scraping for the weather DB
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Moritz Sontheimer - [email protected]
Project Link: https://github.com/mojoee/YouBikeLive
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!