Skip to content

ichayer/boston-gtfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install project

  1. Install vscode recommendations in the extensions section
  2. Create a python virtual env and install dependencies
> python -m venv venv
> source venv/bin/activate (Linux)
> source venv/Scripts/activate (Windows)
(venv)> pip install -r requirements.txt

About

This project analyzes public transport data from the city of Boston using GTFS Schedule and GTFS Realtime standards. With tools like PostgreSQL, PostGIS, MobilityDB and Python libraries, it processes, visualizes, and compares planned and actual trajectories to evaluate speeds, and delays across the urban transport network.

Topics

Resources

License

Stars

Watchers

Forks

Contributors