Ftan Baraigla railway station

Ftan Baraigla railway station (German: Bahnhof Ftan Baraigla) is a railway station in the village of Ftan, within the municipality of Scuol, in the Swiss canton of Grisons. It is an intermediate stop on the 1,000 mm (3 ft 3 38 in) gauge Bever–Scuol-Tarasp line of the Rhaetian Railway.[1]

Ftan Baraigla
Train at the station in 2014
LocationScuol
Switzerland
Coordinates46°47′15.5400″N 10°15′28.7190″E
Elevation1,334 m (4,377 ft)
Owned byRhaetian Railway
Line(s)Bever–Scuol-Tarasp
Distance142.7 km (88.7 mi) from Landquart[1]
Train operatorsRhaetian Railway
Traffic
Passengers (2018)50 per weekday[2]
Services
Preceding station Rhaetian Railway Following station
Ardez Regio
Limited service
Scuol-Tarasp
Terminus
Ardez
towards Pontresina
Regio
Location
Ftan Baraigla
Location within Switzerland
Ftan Baraigla
Ftan Baraigla (Canton of Graubünden)

Services

The following services stop at Ftan Baraigla:[3][4]

gollark: Sure? I would move it to beside <#733816666089062511> but mobile.
gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.

References

  1. Eisenbahnatlas Schweiz. Cologne: Schweers + Wall. 2012. p. 39. ISBN 978-3-89494-130-7.
  2. "Passagierfrequenz". Swiss Federal Railways. September 2019. Retrieved 11 August 2020.
  3. "Davos Platz - Landquart / Scuol-Tarasp - Vereina - Landquart / St. Moritz - Vereina - Landquart" (PDF) (in German). Bundesamt für Verkehr. 3 October 2019. Retrieved 25 June 2020.
  4. "Pontresina - Samedan - Scuol-Tarasp / St. Moritz - Samedan" (PDF) (in German). Bundesamt für Verkehr. 19 December 2019. Retrieved 25 June 2020.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.