oba-transformer
Makefile for applying transformations to GTFS feeds via OneBusAway's gtfs-transformer-cli
.
Prerequisites
- Java
- curl
Instructions
- Add the URL to the GTFS feed to the Makefile variable
GTFS_URL
- Write your transformation and add it to the
transformations
folder - Symlink the transformations to
transformation.txt
:ln -sf transformations/add-accessibility.txt ./transformations.txt
make transform
- The transformed file will be available as
gtfs-transformed.zip