Skip to content

Latest commit

Β 

History

History
36 lines (24 loc) Β· 1.3 KB

File metadata and controls

36 lines (24 loc) Β· 1.3 KB

OneBus-OA-Data: GTFS Data Processing for Austin Transit

🚍 Overview

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

✨ Features

  • GTFS Data Processing: Clean and transform raw Cap Metro GTFS data
  • Points of Interest (POI) Integration: Extract and integrate relevant POIs using OSMNX

πŸ“Š Data Sources

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

πŸš€ Quick Start

Prerequisites

  • Python 3.8+
  • Git
  • Jupyter Notebook (for analysis)

Installation

  1. Clone the repository
    git clone https://github.com/your-username/OneBus-OA-Data.git
    cd OneBus-OA-Data