GoTransitModifications - camsys/onebusaway-application-modules GitHub Wiki
#summary JBLM/Go Transit
{{{
remove routes 10 and 20
{"op":"remove", "match":{"file":"routes.txt", "route_id":"10"}} {"op":"remove", "match":{"file":"routes.txt", "route_id":"20"}}
Add fare attributes
{"op":"add","obj":{"file":"fare_attributes.txt", "fare_id":"1", "price":"0", "youth_price":"0", "senior_price":"0", "currency_type":"USD", "payment_method":"0", "transfers":"0" }} {"op": "add", "obj":{"file":"fare_rules.txt", "fare_id":"1"}}
Feed info
{"op":"transform", "class":"org.onebusaway.gtfs_transformer.impl.FeedInfoFromAgencyStrategy", "agency_id":"99"}
}}}