Xingtai East railway station

The Xingtai East railway station (simplified Chinese: 邢台东站; traditional Chinese: 邢台東站; pinyin: Xíngtáidōng Zhàn) is a railway station on the Beijing–Guangzhou–Shenzhen–Hong Kong High-Speed Railway located in Xingtai County, Xingtai, Hebei.

Xingtaidong

邢台东

Station building
LocationZhucun, Xingtai County, Xingtai, Hebei
China
Coordinates37°05′31″N 114°35′36″E
Operated by CR Beijing
Line(s)Beijing–Guangzhou–Shenzhen–Hong Kong High-Speed Railway
Platforms4
Tracks6
Connections
  • Bus terminal
Other information
StatusOperational
Station code
  • 22525 (TMIS code)
  • EDP (telegrapgh code)
  • XTD (Pinyin code)
Classification1st class station
History
OpenedDecember 26, 2012 (2012-12-26)
Services
Preceding station   China Railway High-speed   Following station
towards Beijing West
Beijing–Guangzhou–Shenzhen–Hong Kong High-Speed Railway
Location
Xingtaidong
Location in Hebei

History

The station was opened on 26 December 2012, together with the Beijing-Zhengzhou section of the Beijing–Guangzhou–Shenzhen–Hong Kong High-Speed Railway.

Station layout

Platforms of the station

The station has 4 platforms (2 island platforms) and 6 tracks, of which 2 are through tracks. Platform 1 and 2 are for southbound trains and Platform 3 and 4 are for northbound trains. The station building is located to the east of the platforms.

gollark: I personally think that while less complexity is good, switching to sugarless lisp would be bad.
gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
gollark: https://osmarks.tk/git/osmarks/pastecan
gollark: We're on the Haskell Discussion discord, what did you *expect*?
gollark: I wrote a Pastebin clone (though only the backend) in Haskell, it was fine.

References


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