Chigang station

Chigang Station (Chinese: 赤岗站) is a station on Line 8 of the Guangzhou Metro. It started operations on 28 June 2003. It is located to the northeast of the junction of Xingang Middle Road (新港中路) and Jiangnan Avenue (江海大道) in the Haizhu District.[1]

Chigang

赤岗
Chinese name
Simplified Chinese赤岗站
Traditional Chinese赤崗站
General information
LocationHaizhu District, Guangzhou, Guangdong
China
Operated byGuangzhou Metro Co. Ltd.
Line(s)     Line 8
Platforms2 (1 island platform)
Construction
Structure typeUnderground
History
Opened28 June 2003
Services
Preceding station   Guangzhou Metro   Following station
Line 8
toward Wanshengwei

Before the extension to both lines 2 and 8 opened in September 2010, this station ran as part of Line 2 as a single line from Wanshengwei to Sanyuanli.[2]

Station layout

G - Exits
L1
Concourse
Lobby Customer Service, Shops, Vending machines, ATMs
L2
Platforms
Platform 1  8  towards Cultural Park (Kecun)
Island Platform, doors will open on the left
Platform 2  8  towards Wanshengwei (Modiesha)

Exits

Exit number Exit location
Exit C C1 Xingang Zhonglu
C2 Xingang Zhonglu
Exit D D2 Xingang Zhonglu
gollark: And yes, this is a hybrid of JS and SQL via template strings, isn't it great?
gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
gollark: So surely YOU can do it, if ""deforming things"""" is so easy.

References

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