Honmachi Line

The Honmachi Line (本町線, Honmachi-sen) is a 1.5 km light rail line owned by Iyotetsu. The line runs entirely within the city of Matsuyama, Ehime Prefecture, Japan.

Honmachi Line
A train near Honmachi 5-chōme Station
Overview
Native name本町線
TypeLight rail
LocaleMatsuyama, Ehime Prefecture
TerminiHonmachi 1-chōme
Honmachi 6-chōme
Stations5
Websitehttp://www.iyotetsu.co.jp
Operation
Opened1 September 1911 (1911-09-01)
OwnerIyotetsu
Technical
Line length1.5 km (0.93 mi)
Track gauge1,067 mm (3 ft 6 in)
ElectrificationNone

History

The Honmachi Line was built in 1911 by the Matsuyama Electric Railway (松山電気軌道), who ran electric trams on a 1,435 mm (4 ft 8 12 in) track.[1][2] The Matsuyama Electric Railway was merged with Iyotetsu in 1921, who continued to operate the line.[3] In 1923, the tracks were converted from 1435 mm to 1,067 mm (3 ft 6 in). The line was briefly closed in 1945 due to damages from air raids in the Second World War, but was restored in 1948.[4]

Operations

The line is electrified and is single-tracked for the entire line. There are no passing loops on the line.[5]

Service Route
 6  Matsuyama City - Honmachi 1-chōme - Honmachi 6-chōme

Stations

Number Name Distance (km) Services Connections
25 Honmachi 1-chōme 本町一丁目 -  6   1   2   5  Ōtemachi Line, Jōnan Line (via Nishi-Horibata)
26 Honmachi 3-chōme 本町三丁目 0.6  6   
27 Honmachi 4-chōme 本町四丁目 0.9  6   
28 Honmachi 5-chōme 本町五丁目 1.2  6   
29/09 Honmachi 6-chōme 本町六丁目 1.5  6   1   2  Jōhoku Line
gollark: I just run microG/Yalp, so very little data goes to google.
gollark: I doubt the second part is true.
gollark: People that have iPhones: buy sensible phones.
gollark: Yes; it's *very hard* to go around editing the FS API such that other stuff isn't affected.
gollark: ```pythonfrom requests_futures.sessions import FuturesSessionimport concurrent.futures as futuresimport randomtry: import cPickle as pickleexcept ImportError: import pickletry: words_to_synonyms = pickle.load(open(".wtscache")) synonyms_to_words = pickle.load(open(".stwcache"))except: words_to_synonyms = {} synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def add_words(words): s = FuturesSession(max_workers=100) future_to_word = {s.get("https://api.datamuse.com/words", params={"ml": word}): word for word in words} future_to_word.update({s.get("https://api.datamuse.com/words", params={"ml": word, "v": "enwiki"}): word for word in words}) for future in futures.as_completed(future_to_word): word = future_to_word[future] try: data = future.result().json() except Exception as exc: print(f"{exc} fetching {word}") else: add_synonyms([w["word"] for w in data], word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)raise __builtins__.quibble()```

References

  1. "三 伊予鉄道①". Ehime Prefectural Lifelong Learning Center (in Japanese). 31 March 1986. Retrieved 7 March 2020.
  2. "松山電気軌道由来の主電動機。". 鉄道ホビダス (in Japanese). 30 May 2013. Retrieved 5 March 2020.
  3. "いよてつ125年の歴史". Iyotetsu (in Japanese). Retrieved 4 March 2020.
  4. "本町線  Hom-machi Line". 撮ってまわった日本と欧米 (in Japanese). Retrieved 6 March 2020.
  5. "Tram Route Map" (PDF). Iyotetsu (in Japanese). Retrieved 5 March 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.