Currently, running the OBA GTFS transformer fails with the SPNV-BW GTFS feed, because it contains routes.txt rows with an empty agency_id (see https://github.com/mfdz/GTFS-Issues/issues/61).
This PR circumvents the issue by introducing yet another processing step 🙄 : A shell script patch_raw_gtfs.sh that runs on the raw extracted GTFS feed.
Currently, running the OBA GTFS transformer fails with the
SPNV-BW
GTFS feed, because it containsroutes.txt
rows with an emptyagency_id
(see https://github.com/mfdz/GTFS-Issues/issues/61).This PR circumvents the issue by introducing yet another processing step 🙄 : A shell script
patch_raw_gtfs.sh
that runs on the raw extracted GTFS feed.