Rhäzüns railway station
Rhäzüns railway station is a station in Rhäzüns, Switzerland. It is located on the 1,000 mm (3 ft 3 3⁄8 in) gauge Landquart–Thusis line of the Rhaetian Railway.[1]
Rhäzüns | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() A Rhaetian Railway train at the station in 2015 | ||||||||||||||||||||||||||
Location | Via dalla Staziun 11 Rhäzüns Switzerland | |||||||||||||||||||||||||
Coordinates | 46°47′58.848″N 9°23′57.336″E | |||||||||||||||||||||||||
Elevation | 654 m (2,146 ft) | |||||||||||||||||||||||||
Owned by | Rhaetian Railway | |||||||||||||||||||||||||
Line(s) | Landquart–Thusis line | |||||||||||||||||||||||||
Distance | 28.7 km (17.8 mi) from Landquart[1] | |||||||||||||||||||||||||
Train operators | Rhaetian Railway | |||||||||||||||||||||||||
Connections | PostAuto Schweiz and Bus und Service buses[2][3] | |||||||||||||||||||||||||
History | ||||||||||||||||||||||||||
Opened | 1 July 1896 | |||||||||||||||||||||||||
Electrified | 1 August 1921 | |||||||||||||||||||||||||
Traffic | ||||||||||||||||||||||||||
Passengers (2018) | 920 per weekday[4] | |||||||||||||||||||||||||
Services | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
Location | ||||||||||||||||||||||||||
![]() ![]() Rhäzüns Location within Switzerland ![]() ![]() Rhäzüns Rhäzüns (Canton of Graubünden) |
Services
The following services stop at Rhäzüns:[5]
- Regio: limited service between St. Moritz and Chur.
- Chur S-Bahn:
gollark: It'd hit `while True: pass` on all the executor threads first.
gollark: In parallel!
gollark: It enumerates and executes all possible strings.
gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != "None": io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```Expanded version.
gollark: But the exec is *important*.
References
- Eisenbahnatlas Schweiz. Cologne: Schweers + Wall. 2012. p. 37. ISBN 978-3-89494-130-7.
- "Linienplan Chur" (PDF) (in German). Bus und Service AG. 15 December 2019. Retrieved 1 August 2020.
- "Liniennetz Chur/Flims/Laax/Ilanz" (PDF) (in German). PostBus Switzerland. 15 December 2019. Retrieved 1 August 2020.
- "Passagierfrequenz". Swiss Federal Railways. September 2019. Retrieved 1 August 2020.
- "Chur - Thusis - St. Moritz" (PDF) (in German). Bundesamt für Verkehr. 3 October 2019. Retrieved 1 August 2020.
External links
Media related to Rhäzüns train station at Wikimedia Commons- Rhäzüns railway station – Rhaetian Railway
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.