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
LocationRohini Street, Turramurra
Coordinates33°43′57″S 151°07′42″E
Owned byTransport Asset Holding Entity
Operated bySydney Trains
Line(s)North Shore
Distance20.82 kilometres from Central
Platforms2 (1 island)
Tracks2
ConnectionsBus
Construction
Structure typeGround
Disabled accessYes
Other information
StatusIn Operation
Station codeTMU
History
Opened1 January 1890
ElectrifiedYes
Previous namesEastern Road
Traffic
Passengers (2013)4,880 (daily)[1] (Sydney Trains, NSW TrainLink)
Rank50
Services
Preceding station Sydney Trains Following station
Pymble
toward City
North Shore & Western Line Warrawee
toward Berowra

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]

Transdev NSW operate six routes via Turramurra station:

Stand A:

Stand B:

Stand C:

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:

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

  1. Bureau of Transport Statistics. "Train Statistics 2014" (PDF). Transport NSW. Retrieved 12 July 2018.
  2. Turramurra Station NSWrail.net
  3. Turramurra Railway Station Group NSW Environment & Heritage
  4. Turramurra Station Easy Access Upgrade CityRail 2 May 2008
  5. "T1: North Shore line timetable". Transport for NSW.
  6. "Transdev NSW route 573". Transport for NSW.
  7. "Transdev NSW route 575". Transport for NSW.
  8. "Transdev NSW route 571". Transport for NSW.
  9. "Transdev NSW route 572". Transport for NSW.
  10. "Transdev NSW route 576T". Transport for NSW.
  11. "Transdev NSW route 577". Transport for NSW.
  12. "Transdev NSW route 577P". Transport for NSW.
  13. "N90 Nightride". Transport for NSW.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.