Traffic Data Bengaluru

Datasets on traffic and mobility in Bengaluru.

Quickstart

# Clone the repository.
git clone https://github.com/traffic-kowshik/traffic-data-bengaluru.git
cd traffic-data-bengaluru

# Create a virtual environment and install the required packages.
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -e .

# Fetch routes from BMTC.
cd traffic-data-bengaluru
python -m cli bmtc_fetch_routes

Developer Guide

# Compile to have changes applied to the package.
nbdev_prepare

# Preview the changes in the browser.
nbdev_preview