Colney Heath

Colney Heath is a large village in Hertfordshire, England. The village became a civil parish in 1947 when the St. Peter Rural parish was split to form Colney Heath and London Colney. There is a converted windmill in the village. The civil parish also includes the settlements of Smallford and Sleapshyde.

Colney Heath
Colney Heath
Location within Hertfordshire
Area4.32 sq mi (11.2 km2)
Population5,962 (2011 Census including Smallford and Sleapshyde)[1]
 Density1,380/sq mi (530/km2)
OS grid referenceTL205055
Civil parish
  • Colney Heath
District
  • St Albans
Shire county
Region
CountryEngland
Sovereign stateUnited Kingdom
Post townST ALBANS
Postcode districtAL4
Dialling code01727
PoliceHertfordshire
FireHertfordshire
AmbulanceEast of England
UK Parliament

Twinning

Colney Heath is twinned with:

Education

Colney Heath School is the only school in the village. It's a primary school for children aged between three and eleven.[3]

Sport and leisure

Colney Heath has a football club that currently competes in the Spartan South Midlands League Premier Division and plays the home matches at The Recreation Ground.[4] The village has a rugby league club that also plays at The Recreation Ground.

Colney Heath also has a Taekwondo Club which trains at the village hall. The club is led by Master Kim Anderson (VII Degree) who also founded it in 1979.

Colney Heath Local Nature Reserve is located in the village.[5][6]

gollark: How do you know your password is the right one?
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.
gollark: ... should I create a bug report?

References

  1. http://www.neighbourhood.statistics.gov.uk/dissemination/LeadTableView.do?a=7&b=11122215&c=colney+heath&d=16&e=62&g=6434264&i=1001x1003x1032x1004&m=0&r=1&s=1385654843974&enc=1&dsFamilyId=2473
  2. "About the Twinning Association". Colney Heath/Boissy Twinning Association. Retrieved 16 May 2012.
  3. "School Information". Colney Heath School. Archived from the original on 27 June 2012. Retrieved 16 May 2012.
  4. "Colney Heath FC History". Colney Heath Football Club. 28 August 2010. Retrieved 16 May 2012.
  5. "Colney Heath". Local Nature Reserves. Natural England. 13 March 2013. Archived from the original on 1 November 2014. Retrieved 29 September 2014.
  6. "Map of Colney Heath". Local Nature Reserves. Natural England. Retrieved 29 September 2014.



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