Turramurra railway station
Turramurra railway station is located on the North Shore line, serving the Sydney suburb of Turramurra. It is served by Sydney Trains T1 North Shore line services.
Turramurra | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() Northbound view | |||||||||||
Location | Rohini Street, Turramurra | ||||||||||
Coordinates | 33°43′57″S 151°07′42″E | ||||||||||
Owned by | Transport Asset Holding Entity | ||||||||||
Operated by | Sydney Trains | ||||||||||
Line(s) | North Shore | ||||||||||
Distance | 20.82 kilometres from Central | ||||||||||
Platforms | 2 (1 island) | ||||||||||
Tracks | 2 | ||||||||||
Connections | Bus | ||||||||||
Construction | |||||||||||
Structure type | Ground | ||||||||||
Disabled access | Yes | ||||||||||
Other information | |||||||||||
Status | In Operation | ||||||||||
Station code | TMU | ||||||||||
History | |||||||||||
Opened | 1 January 1890 | ||||||||||
Electrified | Yes | ||||||||||
Previous names | Eastern Road | ||||||||||
Traffic | |||||||||||
Passengers (2013) | 4,880 (daily)[1] (Sydney Trains, NSW TrainLink) | ||||||||||
Rank | 50 | ||||||||||
Services | |||||||||||
|
History
Turramurra station opened on 1 January 1890 as Eastern Road when the North Shore line opened from Hornsby to St Leonards. It was renamed Turramurra on 30 August 1890.[2] The present island platform and station building were completed in 1900.[3]
In 1977, a precast concrete footbridge was installed. This was replaced in 2008 by a new footbridge and lift.[3][4]
Platforms and services
Platform | Line | Stopping pattern | Notes |
1 | services to Epping, Richmond & Emu Plains | [5] | |
---|---|---|---|
2 | services to Hornsby & Berowra | [5] |
Transport links
Transdev NSW operate six routes via Turramurra station:
Stand A:
- 573: to Fox Valley Loop via Warrawee Valley, Sydney Adventist Hospital, and then returns to Turramurra[6]
Stand B:
- 575: Hornsby station via West Pymble, Pymble, Here, North Wahroonga & Hornsby Hospital[7]
Stand C:
- 571: to South Turramurra Loop[8] B (peak hours only)
- 572: to Macquarie University via South Turramurra[9]
Stand D:
- 576T: weekday off peak to North Wahroonga Loop[10] (Weekday peak hours only)
- 577: to North Turramurra Loop[11]
- 577P: East Turramurra Loop[12] (Weekday peak hours only)
Turramurra station is served by one NightRide route:
- N90: Hornsby station to City (Town Hall)[13]
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.
gollark: ... should I create a bug report?
gollark: It returns two, actually. The second one. I don't know *what* the first one is doing.
References
- Bureau of Transport Statistics. "Train Statistics 2014" (PDF). Transport NSW. Retrieved 12 July 2018.
- Turramurra Station NSWrail.net
- Turramurra Railway Station Group NSW Environment & Heritage
- Turramurra Station Easy Access Upgrade CityRail 2 May 2008
- "T1: North Shore line timetable". Transport for NSW.
- "Transdev NSW route 573". Transport for NSW.
- "Transdev NSW route 575". Transport for NSW.
- "Transdev NSW route 571". Transport for NSW.
- "Transdev NSW route 572". Transport for NSW.
- "Transdev NSW route 576T". Transport for NSW.
- "Transdev NSW route 577". Transport for NSW.
- "Transdev NSW route 577P". Transport for NSW.
- "N90 Nightride". Transport for NSW.
External links
Media related to Turramurra railway station at Wikimedia Commons- Turramurra station details Transport for New South Wales
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.