Kushiro Station (Hokkaido)
Kushiro Station (釧路駅, Kushiro-eki) is a railway station in the city of Kushiro in Hokkaido, Japan, operated by the Hokkaido Railway Company (JR Hokkaido).
Kushiro Station 釧路駅 | |
---|---|
![]() Kushiro Station, August 2009 | |
Location | 14-1 Kita-odori, Kushiro, Hokkaido (釧路市北大通り14丁目1番地) Japan |
Operated by | JR Hokkaido |
Line(s) | Nemuro Main Line |
Connections |
|
Other information | |
Station code | K-53 |
History | |
Opened | 1901 |
Lines
Kushiro Station is served by the Nemuro Main Line, with Ōzora limited express train services to and from Sapporo. Senmō Main Line trains also terminate here.
Adjacent stations
« | Service | » | ||
---|---|---|---|---|
Nemuro Main Line | ||||
Shiranuka | Limited Express Ōzora | Terminus | ||
Shin-Fuji | Local | Higashi-Kushiro | ||
Senmō Main Line | ||||
Higashi-Kushiro | Rapid Shiretoko | Terminus | ||
Higashi-Kushiro | Local | Terminus |
Station layout
The station has a Midori no Madoguchi staffed ticket office.
History
Kushiro Station opened on 20 July 1901.[1]
gollark: If it had a list of "visible entities" the rendering would be much faster. There isn't one.
gollark: You can't just trust clients.
gollark: ```javascriptconst getEnemy = (x, y) => { for (let i = 0; i < enemies.length; i++) { let other = enemies[i] if (other.x == x && other.y == y) return i } return -1}const getPlayer = (x, y) => { for (let i = 0; i < active_players.length; i++) { if (active_players[i]) { if (players[i].x == x && players[i].y == y) return i } } return -1}const getBonus = (x, y) => { for (let i = 0; i < bonuses.length; i++) { if (x == bonuses[i].x && y == bonuses[i].y) return i } return -1}```
gollark: This is for rendering the area around a player.
gollark: ```javascriptconst renderPlayer = (player) => { let str = "" for (let y = player.y - 5; y <= player.y + 5; y++) { for (let x = player.x - 10; x <= player.x + 10; x++) { let wallCol = getWallColor(x, y) if (x >= WIDTH) { str += wallCol } else if (y >= HEIGHT) { str += wallCol } else if (x < 0) { str += wallCol } else if (y < 0) { str += wallCol } else { let id = getEnemy(x, y) if (id != -1) { str += enemy_icons[enemies[id].id] } else { let id = getPlayer(x, y) if (id != -1) { str += players[id].icon } else { let id = getBonus(x, y) if (id != -1) { str += "?" } else { str += " " } } } } } str += "\n" } return str}```
References
- 日本国有鉄道停車場一覧 [JNR Station Directory]. Japan: Japanese National Railways. 1985. p. 198. ISBN 4-533-00503-9.
External links
![]() |
Wikimedia Commons has media related to Kushiro Station (Hokkaido). |
- Kushiro Station (JR Hokkaido) (in Japanese)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.