Lam Narai railway station

Lam Narai railway station is a railway station located in Lam Narai Subdistrict, Chai Badan District, Lopburi. It is a class 2 railway station located 208.8 km (129.7 mi) from Bangkok railway station. It opened in 1956 as part of the Northeastern Line Kaeng Khoi Junction-Suranarai section.

Lam Narai railway station

สถานีรถไฟลำนารายณ์
LocationLam Narai Subdistrict, Chai Badan District, Lopburi
Owned byState Railway of Thailand
Line(s)Northeastern Line
Platforms1
Tracks3
Other information
Station codeลา.
Services
Preceding station   State Railway of Thailand   Following station
Talat Lam Narai Halt
Northeastern Line
Kaeng Khoi-Bua Yai Branch
Ban Ko Rang Halt

Train services

  • Express No. 69/70 Bangkok- Nong Khai- Bangkok
  • Express No. 75/76 Bangkok- Nong Khai- Bangkok
  • Rapid No. 133/134 Bangkok- Nong Khai- Bangkok
  • Local No. 433/434 Kaeng Khoi Junction- Bua Yai Junction- Kaeng Khoi Junction
  • Local No. 437/438 Kaeng Khoi Junction- Lam Narai- Kaeng Khoi Junction
  • Local No. 439/440 Kaeng Khoi Junction- Bua Yai Junction- Kaeng Khoi Junction
gollark: The performance is great too. It's not O(n²), it's an even more biggerer and thus superior order.
gollark: Of course.
gollark: I'm not entirely sure how, but it seems to construct a tree/maybe deterministic finite automaton/finite state machine/I don't know theoretical CS which matches anagrams and unmatches unanagrams.
gollark: ```pythonimport collectionsdef do_thing(s): if len(s) == 1: return { s[0]: True } out = {} for i, c in enumerate(s): without = s[:i] + s[i + 1:] things = do_thing(without) out[c] = things return outdef match(r, s): print(r) c = r for i, x in enumerate(s): print(x) try: c = c[x] if c == True: if i + 1 == len(s): return True # full match else: return False # characters remain except KeyError: return False # no match return False # incomplete matchentry = lambda a, b: match(do_thing(a.lower().replace(" ", "")), b.lower().replace(" ", ""))```Here is my entry (pending a port to osmarkslisp™️). This is definitely my entry.
gollark: I wish to use Mathematica in my code. Please install it. DO NOT READ, ubq.

References

  • 岡本和之 (1993). タイ鉄道旅行. めこん. ISBN 4-8396-0080-5.
  • 柿崎一郎 (2010). 王国の鉄路 タイ鉄道の歴史. 京都大学学術出版会. ISBN 978-4-87698-848-8.

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