-
Notifications
You must be signed in to change notification settings - Fork 30
bronx_modifications
CaylaSavitzky edited this page Feb 25, 2020
·
8 revisions
{"op":"update", "match": {"file": "calendar.txt", "service_id": "(d{8}[a-z]{2})"}, "update": {"service_id": "s/(d{8}[a-z]{2})/BX_$1/"}} {"op":"update", "match": {"file": "calendar_dates.txt", "service_id": "(d{8}[a-z]{2})"}, "update": {"service_id": "s/(d{8}[a-z]{2})/BX_$1/"}} {"op":"update", "match": {"file": "trips.txt", "service_id": "(d{8}[a-z]{2})"}, "update": {"service_id": "s/(d{8}[a-z]{2})/BX_$1/"}}
{"op":"transform", "class":"org.onebusaway.gtfs_transformer.impl.RemoveUnusedRoutes"}
{"op":"transform", "class":"org.onebusaway.gtfs_transformer.impl.RemoveOldCalendarStatements"}