-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding routes 10,11,14,18,26 * Adding many new routes * Support all new data * Updating backlog to June
- Loading branch information
1 parent
a6ea682
commit dcac871
Showing
41 changed files
with
2,464 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
{ | ||
"10": { | ||
"type": "bus", | ||
"direction": { | ||
"0": "outbound", | ||
"1": "inbound" | ||
}, | ||
"stations": [ | ||
{ | ||
"stop_name": "City Point", | ||
"branches": null, | ||
"station": "ctypt", | ||
"order": 1, | ||
"stops": { | ||
"1": ["10-1-33"], | ||
"0": ["10-0-33"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "L Street @ Broadway", | ||
"branches": null, | ||
"station": "lbrwy", | ||
"order": 2, | ||
"stops": { | ||
"1": ["10-1-41"], | ||
"0": ["10-0-25"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Perkins Square (Dorchester) @ Broadway (Southbound)", | ||
"branches": null, | ||
"station": "perks", | ||
"order": 3, | ||
"stops": { | ||
"1": ["10-1-45"], | ||
"0": ["10-0-20"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Andrew", | ||
"branches": null, | ||
"station": "andrw", | ||
"order": 4, | ||
"stops": { | ||
"1": ["10-1-13"], | ||
"0": ["10-0-13"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "South Bay Mall", | ||
"branches": null, | ||
"station": "sobay", | ||
"order": 5, | ||
"stops": { | ||
"1": ["10-1-11241"], | ||
"0": ["10-0-29051"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "BU Medical Campus", | ||
"branches": null, | ||
"station": "bumed", | ||
"order": 6, | ||
"stops": { | ||
"1": ["10-1-5090"], | ||
"0": ["10-0-5089"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Back Bay", | ||
"branches": null, | ||
"station": "bbsta", | ||
"order": 7, | ||
"stops": { | ||
"1": ["10-1-11384"], | ||
"0": ["10-0-176"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Saint James Avenue @ Dartmouth Street", | ||
"branches": null, | ||
"station": "stjim", | ||
"order": 8, | ||
"stops": { | ||
"1": ["10-1-178"], | ||
"0": ["10-0-178"] | ||
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
{ | ||
"11": { | ||
"type": "bus", | ||
"direction": { | ||
"0": "outbound", | ||
"1": "inbound" | ||
}, | ||
"stations": [ | ||
{ | ||
"stop_name": "South Station", | ||
"branches": null, | ||
"station": "sosta", | ||
"order": 0, | ||
"stops": { | ||
"1": ["11-1-6564"], | ||
"0": ["11-0-6564"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "City Point", | ||
"branches": null, | ||
"station": "ctypt", | ||
"order": 1, | ||
"stops": { | ||
"1": ["11-1-33"], | ||
"0": ["11-0-33"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Day Boulevard & O Street", | ||
"branches": null, | ||
"station": "dayo", | ||
"order": 2, | ||
"stops": { | ||
"1": ["11-1-275"], | ||
"0": ["11-0-268"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Dorchester Street & 8th Street", | ||
"branches": null, | ||
"station": "dotst", | ||
"order": 3, | ||
"stops": { | ||
"1": ["11-1-286"], | ||
"0": ["11-0-258"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "C @ Cabot Garage", | ||
"branches": null, | ||
"station": "cabgr", | ||
"order": 4, | ||
"stops": { | ||
"1": ["11-1-30294"], | ||
"0": ["11-0-30294"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Broadway Station", | ||
"branches": null, | ||
"station": "brway", | ||
"order": 5, | ||
"stops": { | ||
"1": ["11-1-150"], | ||
"0": ["11-0-151"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Washington Street @ Herald Street", | ||
"branches": null, | ||
"station": "waher", | ||
"order": 6, | ||
"stops": { | ||
"1": ["11-1-15095"], | ||
"0": ["11-0-15095"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Washington Street @ Tufts Medical Center", | ||
"branches": null, | ||
"station": "tumed", | ||
"order": 7, | ||
"stops": { | ||
"1": ["11-1-6565"], | ||
"0": ["11-0-6565"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Bedford & Chauncy Streets", | ||
"branches": null, | ||
"station": "bdfch", | ||
"order": 8, | ||
"stops": { | ||
"1": ["11-1-16538"], | ||
"0": ["11-0-16538"] | ||
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
{ | ||
"14": { | ||
"type": "bus", | ||
"direction": { | ||
"0": "outbound", | ||
"1": "inbound" | ||
}, | ||
"stations": [ | ||
{ | ||
"stop_name": "Belgrade & Corinth Streets (Roslindale Square)", | ||
"branches": null, | ||
"station": "belco", | ||
"order": 1, | ||
"stops": { | ||
"1": ["14-1-797"], | ||
"0": ["14-0-797"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Hyde Park Avenue @ Cummins Highway", | ||
"branches": null, | ||
"station": "hpave", | ||
"order": 2, | ||
"stops": { | ||
"1": ["14-1-6433"], | ||
"0": ["14-0-6460"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Cummins Highway", | ||
"branches": null, | ||
"station": "cmhwy", | ||
"order": 3, | ||
"stops": { | ||
"1": ["14-1-26500"], | ||
"0": ["14-0-10424"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Franklin Park", | ||
"branches": null, | ||
"station": "frnpk", | ||
"order": 4, | ||
"stops": { | ||
"1": ["14-1-383"], | ||
"0": ["14-0-415"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Grove Hall", | ||
"branches": null, | ||
"station": "ghall", | ||
"order": 5, | ||
"stops": { | ||
"1": ["14-1-386"], | ||
"0": ["14-0-412"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Warren Street @ Boston Latin Academy", | ||
"branches": null, | ||
"station": "latac", | ||
"order": 6, | ||
"stops": { | ||
"1": ["14-1-390"], | ||
"0": ["14-0-407"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Nubian Station", | ||
"branches": null, | ||
"station": "nubn", | ||
"order": 7, | ||
"stops": { | ||
"1": ["14-1-64000"], | ||
"0": ["14-0-64000"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Jackson Square Station", | ||
"branches": null, | ||
"station": "jasst", | ||
"order": 8, | ||
"stops": { | ||
"1": ["14-1-11531"], | ||
"0": ["14-0-11531"] | ||
} | ||
}, | ||
{ | ||
"stop_name": "Heath Street Loop", | ||
"branches": null, | ||
"station": "heath", | ||
"order": 9, | ||
"stops": { | ||
"1": ["14-1-1761"], | ||
"0": ["14-0-1761"] | ||
} | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.