Re-sync boston.json with GTFS feed

This commit is contained in:
2025-02-07 10:04:37 -05:00
parent deb52f6f84
commit c605835f2f
2 changed files with 8 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+7 -2
View File
@@ -1,4 +1,9 @@
mkdir -p gtfs/ mkdir -p gtfs/
wget https://cdn.mbta.com/MBTA_GTFS.zip --max-redirect=0 -O gtfs/mbta.zip function download {
wget https://www.transitchicago.com/downloads/sch_data/google_transit.zip --max-redirect=0 -O gtfs/cta.zip wget $2 --accept="*.zip" -O gtfs/$1.zip
}
download mbta "https://cdn.mbta.com/MBTA_GTFS.zip"
# download cta "https://www.transitchicago.com/downloads/sch_data/google_transit.zip"
# download bart "https://www.bart.gov/dev/schedules/google_transit.zip"