Kemble

Kemble is in the Cotswolds.

Understand

Kemble is a small village 6 miles outside Cirencester in the south Cotswold countryside. It has a train station making it a good place to access Cirencester.

Get in

By train

Train station in Kemble in the Cotswolds

🌍 Kemble station has frequent services from London Paddington stopping at Reading and Swindon. It continues on to Stroud, Gloucester and Cheltenham.

Get around

Small enough to walk around. Taxi or bus can take you into Cirencester.

See

  • 🌍 Kemble railway station. is very picturesque, and frequently wins national awards for its traditional look.
  • 🌍 All Saints' church, Limes Rd, GL7 6AE. Town's parish church that dates back to 1250.

Do

Kemble is the home of 🌍 Cotswold Airport (GBA  IATA). There are no scheduled flights, and the facility is mostly used for flight training, plane storage and aviation events. (This used to be RAF Kemble and was home to the Red Arrows team for a long time)

Eat

Drink

Sleep

Go next

  • Cirencester is the nearest destination with sights to see
Routes through Kemble

Cirencester  NE  SW  Tetbury merges with (Bath)
Warwick and Leamington Spa Cirencester  NE  SE  Malmesbury merges with and (Chippenham)


gollark: <@111608748027445248> I should have fixed it, try now.
gollark: Also, parser combinators are sorely needed.
gollark: What I need to do is make the escape bit handle `\uXXXX` sequences...
gollark: ```luafunction parseString(str) str = str:sub(2) local s = "" while str:sub(1,1) ~= "\"" do local next = str:sub(1,1) str = str:sub(2) assert(next ~= "\n", "Unclosed string") if next == "\\" then local escape = str:sub(1,1) str = str:sub(2) next = assert(decodeControls[next..escape], "Invalid escape character") end s = s .. next end return s, removeWhite(str:sub(2))end```
gollark: Okay, this is hand-rolled parsing code, I have no idea how it works.
This article is issued from Wikivoyage. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.