Takamatsu Station (Kagawa)
Takamatsu Station (高松駅, Takamatsu-eki) is a railway station on the Yosan and Kōtoku lines in Takamatsu, Kagawa, Japan. It is operated by the Shikoku Railway Company (JR Shikoku).
Takamatsu Station 高松駅 | |
---|---|
![]() Takamatsu Station in May 2015 | |
Location | 1-20 Hamano-chō, Takamatsu, Kagawa (香川県高松市浜ノ町1番20号) Japan |
Coordinates | 34°21′03″N 134°02′47″E |
Operated by | Shikoku Railway Company |
Line(s) |
|
Connections |
|
Other information | |
Station code | Y00 (Yosan Line) T28 (Kotoku Line) |
History | |
Opened | 21 February 1897 |
Traffic | |
Passengers (FY2009) | 12,621 daily |
The station is the terminus of the Yosan Line and the Kōtoku Line.
Ground-level platforms
1・2 | ■Kotoku Line | Ritsurin, Shido, Sanbommatsu, Tokushima |
---|---|---|
3 | Limited Express Uzushio | Ritsurin, Shido, Sanbommatsu, Tokushima |
■Kotoku Line | Ritsurin, Shido, Sanbommatsu, Tokushima | |
4 | ■Yosan Line ■Dosan Line (direct) | Sakaide, Utazu, Tadotsu, Kanonji, Kotohira |
5 | Limited Express Uzushio | Utazu・Kojima, Okayama |
■Rapid Marine Liner | Sakaide, Kojima, Chayamachi, Okayama | |
■Yosan Line ■Dosan Line (Local) | Sakaide, Tadotsu, Kotohira | |
6 | Limited Express Shimanto | Kotohira, Awa-Ikeda・Kochi |
■Rapid Marine Liner | Sakaide, Kojima, Chayamachi Station, Okayama | |
■Yosan Line ■Dosan Line (direct) | Sakaide, Tadotsu, Kanonji, Kotohira | |
7 | Limited Express Ishizuchi | Kan'onji, Iyo-Saijō, Matsuyama, Uwajima |
■Yosan Line ■Dosan Line (direct) | Sakaide, Tadotsu, Kanonji, Kotohira | |
8 | Limited Express Shimanto | Kotohira, Awa-ikeda, Kochi, Nakamura |
■Yosan Line ■Dosan Line (direct) | Sakaide, Tadotsu, Kanonji, Kotohira | |
■Rapid Marine Liner | Sakaide, Kojima, Chayamachi Station, Okayama | |
9 | ■Yosan Line ■Dosan Line (direct) | Sakaide, Tadotsu, Kanonji, Kotohira |
Overnight Limited Express Sleeper Sunrise Seto | Okayama, Osaka, Tokyo |
History
The station opened on 21 February 1897. With the privatization of JNR on 1 April 1987, the station came under the control of JR Shikoku.
Surrounding area
gollark: https://esolangs.org/wiki/WHY#WHYJIT
gollark: WHYJIT is now production-unusable!
gollark: _continues WHYJIT development_
gollark: ```python#!/usr/bin/env python3import argparseimport subprocessparser = argparse.ArgumentParser(description="Compile a WHY program")parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_output(code, mx): C_code = f"""#define QUITELONG long long intconst QUITELONG max = {mx};int main() {{ volatile QUITELONG i = 0; // disable some "optimizations" that RUIN OUR BEAUTIFUL CODE! while (i < max) {{ i++; }} {code}}} """ shell_script = f"""#!/bin/shTMP1=/tmp/ignore-meTMP2=/tmp/ignore-me-too cat << EOF > $TMP1{C_code}EOF gcc -x c -o $TMP2 $TMP1 chmod +x $TMP2 $TMP2 """ return shell_scriptinput = args.inputoutput = args.outputwith open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_output( contents, looplen ) with open(output, "w") as out: out.write(code)```
gollark: I give you... WHYJIT.
See also
External links
![]() |
Wikimedia Commons has media related to Takamatsu Station. |
- Takamatsu Station (JR Shikoku) (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.