Ochtrup railway station
Ochtrup (German: Bahnhof Ochtrup) is a railway station located in Ochtrup, Germany. The station is located on the Münster–Enschede railway. The train services are operated by Deutsche Bahn.
Ochtrup | |
---|---|
Bf | |
Location | Ochtrup, North Rhine-Westphalia Germany |
Coordinates | 52.1205°N 7.1102°E |
Line(s) | |
Platforms | 2 |
Train services
The following services currently call at the station:[1]
- Local service RB 64 Enschede - Gronau - Münster
Preceding station | Deutsche Bahn | Following station | ||
---|---|---|---|---|
Gronau toward Enschede | RB 64 Euregio-Bahn | toward Münster Hbf |
gollark: Unlike LyricLy's bad thing, which timed out.
gollark: See, it was too fast, it overflowed.
gollark: tio!debug
gollark: This is ultrahyperfast***.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1] + self.cache[n - 2]; self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
External links
References
- Timetables for Ochtrup station (in German)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.