About the Project
The Singapore Bus Route Project aims to analyze and visualize bus routes in Singapore using real-time data. This project seeks to come up with a route to visit all the bus stops in Singapore, so that I can take a bus within a reasonable amount of time to visit them all.
Ongoing at my own pace, to learn and apply graph theory, algorithmic and problem solving techniques to come up with a path to visit the bus stops. Doing a rewrite in go from scratch, with some documentation/papers on top to explain the process.
Features
- Real-time bus data integration for accurate route mapping.
- Interactive visualization of bus routes and stops.
- Customizable filters for user preferences.
- Data analytics to optimize travel times and routes.
Usage
To run the project, clone the repository and follow these steps:
- Clone the repository:
git clone https://github.com/rpeky/Singapore-Bus-Route-Project.git - Navigate to the project directory:
cd Singapore-Bus-Route-Project
For detailed documentation, please refer to the GitHub repository.