OneBus-OA-Data is part of the civic tech project OneBus, a website that locals can use to find places of interest that are one bus away from them. The One Bus Data repo is focused on providing the tools for processing, cleaning, and analyzing General Transit Feed Specification (GTFS) data as well as scraping POI data.
Project Status: Actively maintained | Part of: Open Austin
- GTFS Data Processing: Clean and transform raw Cap Metro GTFS data
- Points of Interest (POI) Integration: Extract and integrate relevant POIs using OSMNX
| Source | Description | Update Frequency |
|---|---|---|
| Cap Metro GTFS | Raw transit schedules, routes, stops | Monthly |
| OpenStreetMap (OSMNX) | Points of Interest around Austin | Real-time queries |
| Custom POI Datasets | Austin-specific locations and amenities | Ongoing |
- Python 3.8+
- Git
- Jupyter Notebook (for analysis)
- Clone the repository
git clone https://github.com/your-username/OneBus-OA-Data.git cd OneBus-OA-Data