Project Awesome project awesome

GTFS Courses > MBTA GTFS Onboarding

An interactive tutorial created by MBTA for GTFS static. A stand-alone Docker image is available on GitHub as well as a hosted/no-install version of the Jupyter notebook.

Package 8 stars GitHub

gtfs_onboarding

View on Binder

To use locally:

  1. Install Docker and start it up
  2. In terminal, run docker run -p 8888:8888 fjlanasa/mbta-gtfs-onboarding:1.0
  3. In terminal, find and click on link with authentication token (afterwards, you can just navigate to localhost:8888 in your browser)
To access the notebook, open this file in a browser:
        file:///home/jovyan/.local/share/jupyter/runtime/nbserver-6-open.html
    Or copy and paste one of these URLs:
        http://d4fa0b4a1f9f:8888/?token=b2f4136b16dc804eb4ef58688bfc07434dabc8e6c6625dfd
     or http://127.0.0.1:8888/?token=b2f4136b16dc804eb4ef58688bfc07434dabc8e6c6625dfd
  1. Open file GTFS Onboarding.ipynb
  2. Enjoy
Back to Transit