Senzoku Station
Senzoku Station (洗足駅, Senzoku-eki) is a railway station on the Tokyu Meguro Line in Meguro, Tokyo, Japan, operated by the private railway operator Tokyu Corporation.
MG05 Senzoku Station 洗足駅 | |
---|---|
Senzoku Station in July 2012 | |
Location | 2-21-1 Senzoku, Meguro-ku, Tokyo Japan |
Operated by | Tokyu Corporation |
Line(s) | ![]() |
Distance | 6.5 km from Meguro |
Platforms | 2 side platforms |
Tracks | 2 |
Other information | |
Station code | MG05 |
Website | Official website |
History | |
Opened | 11 March 1923 |
Traffic | |
Passengers (FY2018) | 15,146 daily |
Location | |
![]() ![]() MG05 Senzoku Station Location within Japan |
Lines
Senzoku Station is served by the Tokyu Meguro Line, and lies 6.5 km from the starting point of the line at Meguro. Only "Local" all-stations services stop at this station.
Station layout
This station consists of two opposed side platforms serving two tracks.
Platforms
1 | ■ Tokyu Meguro Line | for Den-en-chōfu and Hiyoshi |
2 | ■ Tokyu Meguro Line | for Meguro, Nishi-Takashimadaira, and Akabane-Iwabuchi |
Adjacent stations
« | Service | » | ||
---|---|---|---|---|
Tokyu Meguro Line | ||||
Express: Does not stop at this station | ||||
Ōokayama (MG06) | Local | Nishi-Koyama (MG04) |
Passenger statistics
Year | Ridership |
---|---|
2010 | 14,085[2] |
2011 | 14,165[3] |
2012 | 14,311[4] |
2013 | 14,481[5] |
2014 | 14,499[6] |
2015 | 14,630[7] |
2016 | 14,863[8] |
2017 | 14,903[9] |
2018 | 15,146[10] |
Surrounding area
- Showa University Senzoku Campus
gollark: Unrelated: slowly, my reactor efficiency goes up... soon, it shall reach a slightly higher percentage.
gollark: It simulates injuries to individual bodyparts.
gollark: Dwarf Fortress!
gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
See also
References
- Terada, Hirokazu (19 January 2013). データブック日本の私鉄 [Databook: Japan's Private Railways]. Japan: Neko Publishing. p. 231. ISBN 978-4-7770-1336-4.
- "TOKYU CORPORATION 2011-2012". www.tokyu.co.jp. Retrieved 2020-03-18.
- "TOKYU CORPORATION 2012-2013". www.tokyu.co.jp. Retrieved 2020-03-18.
- "TOKYU CORPORATION 2013-2014". www.tokyu.co.jp. Retrieved 2020-03-18.
- "TOKYU CORPORATION 2014-2015". www.tokyu.co.jp. Retrieved 2020-03-18.
- "TOKYU CORPORATION 2015-2016". www.tokyu.co.jp. Retrieved 2020-03-18.
- "TOKYU CORPORATION 2016-2017". www.tokyu.co.jp. Retrieved 2020-03-18.
- "TOKYU CORPORATION 2017-2018". www.tokyu.co.jp. Retrieved 2020-03-18.
- "TOKYU CORPORATION 2018-2019". www.tokyu.co.jp. Retrieved 2020-03-18.
- "TOKYU CORPORATION 2019-2020". Retrieved 18 Mar 2020.
External links
![]() |
Wikimedia Commons has media related to Senzoku Station. |
- Official website (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.