East West Bus Company
East West Bus Company was a privately owned bus operator in Melbourne, Australia. As a Melbourne bus company, it operated three bus routes under contract to the Government of Victoria.
Parent | Dyson Group |
---|---|
Founded | August 1980 |
Ceased operation | February 2014 |
Headquarters | Reservoir |
Service area | Northern Melbourne |
Service type | Bus operator |
Routes | 3 |
Hubs | Coburg North Village, La Trobe University RMIT University, Bundoora |
Stations | Macleod Pascoe Vale Reservoir Thomastown |
Fleet | 17 (May 2013) |
Website | www.reservoirbus.com.au/uewbc |
History
East West Bus Company was formed in August 1980 as a joint venture between Dysons Group and Reservoir Bus Company operating route 560 Broadmeadows station to Greensborough.[1][2] Route 560 ceased in April 2010 being replaced by SmartBus route 902.
In February 2014 the Dyson Group became the sole owner,[3] and bus services ran in Dysons branding.[4] As of March 2019, all routes are shown in the Public Transport Victoria website as being operated by Dysons.[5][6][7]
Fleet
As of May 2013 East West Bus Service operated a fleet of 17 buses.[8]
gollark: OH NOSEGMENTATION VIOLATIONDEPLOY BEES
gollark: It's not actually finished yet, either.
gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
gollark: <:bees:724389994663247974> this is convoluted.
gollark: `let w = was_bracket;` you.
See also
- Buses in Melbourne
- List of Victorian Bus Companies
- List of Melbourne bus routes
References
- "Victorian Buses in the Eighties" Australian Bus Panorama 6/1 July 1990 page 12
- Melbourne Metropolitan Bus Operators and Fleet Listings. Melbourne: Bus & Coach Society of Victoria. 1991. p. 19.
- "Dysons & East West" Australian Bus issue 63 May 2014 page 7
- "Reservoir Bus Company". Reservoir Bus Company. Archived from the original on 21 February 2017.
- "301 Reservoir Station - La Trobe University (Bundoora Campus)". Public Transport Victoria.
- "561 Macleod - Pascoe Vale via La Trobe University". Public Transport Victoria.
- "570 Thomastown - RMIT Bundoora". Public Transport Victoria.
- East - West Bus Co Australian Bus Fleet Lists
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.