Ibara
Understand
Get in
Ibara Railway named after the city unsurprisingly serves the city. Ibara Station is the main station of the city, but there are also three other stations within the city: So-Unnosato-Ebara, Izue, and KomoriutanosatoTakaya Stations. The line connects to the JR Hakubi Line at Soja Station in Soja and Kiyone Station in Kurashiki. Hakubi Station is the nearest station for those traveling from Okayama. On the opposite side of the railway if you're coming from Hiroshima, you can transfer at Fukuyama Station (Fukuyama) to the Fukuen Line to reach Kannabe Station where you can then access Ibara Railway.
Get around
See
- 🌍 Denchu Art Museum (田中美術館), 315 Ibara-cho, ☎ +81 86-662-8787. 9AM-5PM. A museum featuring the works of Hirakushi Denchu, a renowned wood sculptor who was born here in Ibara. ¥400 (price increases with special exhibitions).
- 🌍 Narutaki Gorge (鳴滝峡). A popular walking/hiking area with 10 small but attractive waterfalls along the course.
Do
- 🌍 Chusei Yumegahara (中世夢が原). Remains of ancient civilizations have been found around Ibara, so this is a reconstructed village from the Middle Ages (Chusei 中世). Visitors can stroll about the town to feel what it was like in the past. The villages features old houses, farmhouses, and samurai residences among other buildings. There are activities that visitors can participate in, as well as events throughout the year. The area has been used as a film set location for films such as Tatara Samurai. ¥500 (¥300 from Dec-Feb).
Buy
Eat
Drink
Sleep
Connect
Go next
gollark: Yes, which is quite limiting vs OpenCL, which is basically the same but cross-platform.
gollark: I'm fairly sure it only runs on NvIDIa GPus.
gollark: is probably better since it's not nVidia-specific.
gollark: ***OpenCL***
gollark: I wanted a hyperapp-like state management thing with no view for skynet (it's a long story...) so I made this, because Javascript microlibraries are trendy.```javascriptconst R = require("ramda")module.exports = (initialState, actions, context = {}, expose) => { let state = initialState const wired = R.map(action => (...args) => { const result = action(...args)(state, actions, context) if (typeof result === "object") { state = R.merge(state, result) } }, actions) if ("init" in wired) { wired.init() } if (expose) { return R.pick(expose, wired) } else { return wired }}```
This article is issued from Wikivoyage. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.