Tako Station
Tako Station (田子駅, Tako-eki) is a railway station in Kushimoto, Higashimuro District, Wakayama Prefecture, Japan.
Tako 田子駅 | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
JR-West commuter rail station | ||||||||||||||||||
Location | 2954, Wabuka, Kushimoto, Higashimuro District Wakayama
| |||||||||||||||||
Coordinates | 33°29′25.25″N 135°40′38.95″E | |||||||||||||||||
Owned by | ||||||||||||||||||
Operated by | ||||||||||||||||||
Line(s) | W Kisei Main Line (Kinokuni Line) | |||||||||||||||||
Distance | 233.7 km (145.2 mi) from Kameyama 53.5 km (33.2 mi) from Shingū | |||||||||||||||||
Platforms | 1 side platform | |||||||||||||||||
Tracks | 1 | |||||||||||||||||
Train operators | ||||||||||||||||||
Construction | ||||||||||||||||||
Structure type | At grade | |||||||||||||||||
Disabled access | None | |||||||||||||||||
Other information | ||||||||||||||||||
Website | http://www.jr-odekake.net/eki/top.php?id=0622056 | |||||||||||||||||
History | ||||||||||||||||||
Opened | 15 November 1954[1] | |||||||||||||||||
Electrified | 1978[2] | |||||||||||||||||
Traffic | ||||||||||||||||||
Passengers (2016) | 6 daily[3] | |||||||||||||||||
|
Lines
West Japan Railway Company (JR West) - W Kisei Main Line (Kinokuni Line)
Adjacent stations
« | Service | » | ||
---|---|---|---|---|
West Japan Railway Company (JR West) | ||||
Kisei Main Line | ||||
Limited Express Kuroshio: Does not stop at this station | ||||
Tanami | Local | Wabuka |
Sources
- Sone, Satoru (2010-01-10). 朝日新聞出版分冊百科編集部 (ed.). 週刊 歴史でめぐる鉄道全路線 国鉄・JR. 週刊朝日百科. 25号 紀勢本線・参宮線・名松線. Asahi Shimbun Publications Inc. pp. 18–21.
- 『'88 JR西日本』西日本旅客鉄道,1988, p.97.
- 『和歌山県統計年鑑』and『和歌山県公共交通機関等資料集』
gollark: It's not actually finished yet, either.
gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
gollark: <:bees:724389994663247974> this is convoluted.
gollark: `let w = was_bracket;` you.
gollark: And osmarks internet radio™ HAS that album, yaæææææææææææy!
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.