Kita-Sasebo Station

Kita-Sasebo Station (北佐世保駅, Kita-Sasebo-eki) is the railway station in Tawara-machi, Sasebo, Nagasaki Prefecture.It is operated by Matsuura Railway and is on the Nishi-Kyūshū Line.

Kita-Sasebo Station

北佐世保駅
LocationTawaramachi, Sasebo, Nagasaki
(佐世保市俵町)
Japan
Operated byMatsuura Railway
Line(s)Nishi-Kyūshū Line
History
Opened1935
Traffic
Passengers (2006)419 daily

Lines

Adjacent stations

Service
Senpukuji   Nishi-Kyūshū Line(Rapid Service)   Sasebo-Chūō
Yamanota   Nishi-Kyūshū Line(Local)   Naka-Sasebo

Station layout

Kita-Sasebo Station has one ground level island platform serving two tracks.

Environs

  • National Route 204
  • Tawaramachi Shōtengai
  • Sakura-no-Seibo(The Holy Mother of the cherry tree) kindergarten (Ruins of Kami-Sasebo Station in Sasebo Railway)
  • Sasebo-Chuo High School
  • Seiwa Joshi Gakuin High School and Junior High School
  • Sasasbo-Kita High School and Junior High School
  • TSUTAYA

History

  • 9 November 1935 - Opens for business as station of the Sasebo Line.
  • 30 August 1943 - Sasebo Line Sasebo - Kita-Sasebo is incorporated into Matsuura Line and becomes the station of the Matsuura line.
  • 1 April 1987 - Railways privatize and this station is inherited by JR Kyushu.
  • 1 April 1988 - This station is inherited by Matsuura Railway .
gollark: <@!309787486278909952> <@!309787486278909952> <@!309787486278909952> <@!309787486278909952> <@!309787486278909952>
gollark: Although the `mmap` call doesn't appear to magically fix everything.
gollark: See, it catches it, the handler handles it handlefully.
gollark: See?
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); mmap(info->si_addr, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0); exit(1);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```

References


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