Pinghe railway station
Pinghe (Chinese: 平和車站; pinyin: Pínghé chēzhàn) is a railway station on the Taiwan Railways Administration Taitung line located in Shoufeng Township, Hualien County, Taiwan.
Train station | |
Location | Shoufeng, Hualien County, Taiwan |
Owned by | Taiwan Railways Administration |
Operated by | Taiwan Railways Administration |
Line(s) | Taitung |
Train operators | Taiwan Railways Administration |
History | |
Opened | 20 April 1934 |
Traffic | |
Passengers | 33 daily (2014)[1] |
History
The station was opened on 20 April 1934.
gollark: Ooh, erlang, we should use that.
gollark: ```javascriptimport { app } from "hyperapp"import { h } from 'ijk'interface Thing { name: String, children: () => Array<Thing> | Array<Thing>}const state = { count: 0} const actions = { down: value => state => ({ count: state.count - value }), up: value => state => ({ count: state.count + value })} const viewThing = ["div", ]const view = (state, actions) => h("nodeName", "attributes", "children")(["main", [ ["button", { onclick: () => actions.up(1) }, "Increase"], ["button", { onclick: () => actions.down(1) }, "Decrease"], state.count.toString(16)]]) app(state, actions, view, document.body)```Not related but hey it's <#348702212110680064>.
gollark: Ruby.
gollark: ```rubyputs "Hello, WOrld"```
gollark: RPNCalc 3:```rpncalcthis-cant-handle-strings-so-whatever```
See also
- List of railway stations in Taiwan
References
- "Volume of Passenger and Freight Traffic" (PDF). Taiwan Railway Administration. 2015. Retrieved 2015-05-08.
Wikimedia Commons has media related to TRA Pinghe Station. |
Preceding station | Following station | |||
---|---|---|---|---|
Shoufeng towards Taitung |
Eastern Trunk line | Zhixue towards Badu |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.