An open API service indexing awesome lists of open source software.

https://github.com/semanticdata/metro-transit-dashboard

Dashboard for the Metro Transit system in Minneapolis/St. Paul, Minnesota.
https://github.com/semanticdata/metro-transit-dashboard

flask gtfs gtfs-realtime numpy pandas python swagger

Last synced: 11 months ago
JSON representation

Dashboard for the Metro Transit system in Minneapolis/St. Paul, Minnesota.

Awesome Lists containing this project

README

          

# 🚇 Metro Transit Dashboard 🚌

This is a dashboard for the Metro Transit system in Minneapolis/St. Paul, MN. It is built with Flask and uses the Transitland API to get data about the routes and vehicles.

## 🚀 Usage

1. Clone the repository:

```bash
git clone https://github.com/semanticdata/traffic-studies.git
cd traffic-studies
```

2. Create a virtual environment (optional but recommended):

```bash
python -m venv venv
source venv/bin/activate # On Windows, use: venv\Scripts\activate
```

3. Install dependencies:

```bash
pip install -r requirements.txt
```

4. Run the app:

```bash
python app.py
```

## API

https://svc.metrotransit.org/

## 📜 License

The code in this repository is available under the [MIT License](LICENSE).