Shin-Matsuda Station

Shin-Matsuda Station (新松田駅, Shin-Matsuda-eki) is a railway station on the Odakyu Odawara Line in the town of Matsuda, Kanagawa, Japan, operated by the private railway operator Odakyu Electric Railway. Matsuda Station on the Gotemba Line operated by Central Japan Railway Company (JR Central) is located nearby.


Shin-Matsuda Station

新松田駅
North Exit of Shin-Matsuda Station
Location1356 Matsuda-Sōryō, Matsuda, Ashigarakami, Kanagawa
(神奈川県足柄上郡松田町松田惣領1356)
Japan
Operated byOdakyu Electric Railway
Line(s)Odakyu Odawara Line
Connections
  • Bus terminal
History
Opened1927
Traffic
Passengers (FY2008)25,622 daily
Services
Preceding station   Odakyu   Following station
Terminus
Odawara Line
Rapid Express
toward Shinjuku
Odawara Line
Express
toward Shinjuku or Ayase
Odawara Line
Local

Lines

Shin-Matsuda Station is served by the Odakyu Odawara Line from Shinjuku in Tokyo to Odawara in Kanagawa Prefecture. The station is 71.8 km from the line's Tokyo terminal at Shinjuku.[1]

Station layout

Shin-Matsuda Station has two island platforms serving four tracks.

Platforms

1/2  Odakyu Odawara Line for Odawara, Hakone-Yumoto
3/4  Odakyu Odawara Line for Ebina, Sagami-Ono, Machida, Shinjuku, and
Tokyo Metro Chiyoda Line for Ayase
  • Note that some express services stop at all stations between Shin-Matsuda and Odawara.[2]

History

Shin-Matsuda Station opened on April 1, 1927.[1] The current station building dates from March 1980, with the former station building relocated to the Mukogaoka Amusement Park for use as a railway museum.

Bus services

gollark: As well as having special casing for stuff, it often is just pointlessly hostile to abstracting anything:- lol no generics- you literally cannot define a well-typed `min`/`max` function (like Lua has). Unless you do something weird like... implement an interface for that on all the builtin number types, and I don't know if it would let you do that.- no map/filter/reduce stuff- `if err != nil { return err }`- the recommended way to map over an array in parallel, if I remember right, is to run a goroutine for every element which does whatever task you want then adds the result to a shared "output" array, and use a WaitGroup thingy to wait for all the goroutines. This is a lot of boilerplate.
gollark: It also does have the whole "anything which implements the right functions implements an interface" thing, which seems very horrible to me as a random change somewhere could cause compile errors with no good explanation.
gollark: - `make`/`new` are basically magic- `range` is magic too - what it does depends on the number of return values you use, or something. Also, IIRC user-defined types can't implement it- Generics are available for all of, what, three builtin types? Maps, slices and channels, if I remember right.- `select` also only works with the built-in channels- Constants: they can only be something like four types, and what even is `iota` doing- The multiple return values can't be used as tuples or anything. You can, as far as I'm aware, only return two (or, well, more than one) things at once, or bind two returns to two variables, nothing else.- no operator overloading- it *kind of* has exceptions (panic/recover), presumably because they realized not having any would be very annoying, but they're not very usable- whether reading from a channel is blocking also depends how many return values you use because of course
gollark: What, you mean no it doesn't have weird special cases everywhere?
gollark: It pretends to be "simple", but it isn't because there are bizarre special cases everywhere to make stuff appear to work.

References

  1. Terada, Hirokazu (19 January 2013). データブック日本の私鉄 [Databook: Japan's Private Railways]. Japan: Neko Publishing. p. 237. ISBN 978-4-7770-1336-4.
  2. 首都圏鉄道完全ガイド 主要私鉄編 [Tokyo Area Complete Railway Guide - Major Private Lines]. Japan: Futabasha. 22 July 2013. p. 12. ISBN 978-4-575-45387-4.
  3. Hakone Tozan Bus timetable(in Japanese)
  4. Fujikyu Shonan Bus Information(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.