Leicester, North Carolina

Leicester (\ˈles-tər\) [1] is an unincorporated community in Buncombe County, North Carolina (USA); although incorporating was proposed in 2007[2][3] and an incorporation bill was briefly filed in the North Carolina General Assembly,[4] no measure has been adopted. Leicester is part of the Asheville Metropolitan Statistical Area. As of 2007, Leicester's population is 12,514 people. Since 2000, it has had a population growth of 16.26 percent.[5]

History

Starting in April 1829, a Post Office began operating in the area, then called Turkey Creek. Frontiersman Leicester Chapman purchased a tract of land in the area from the city of Asheville, becoming the Postmaster in 1852. Seven years later, Chapman renamed the area Leicester for the Earl of Leicester, also his own namesake.[6]

Camp Academy was listed on the National Register of Historic Places in 1985.[7]

Education

Leicester's schools fall within the Buncombe County School District. There are no schools above the elementary level within the area of the township, although middle- and high-schools exist in neighboring communities that are capable of educating the youth of Leicester.[8]

Geography

Leicester is located at 35°39′18″N 82°41′47″W,[9] about 10 miles northwest of Asheville. The elevation of Leicester is roughly 2,100 ft.[10]

gollark: ```lualocal mt, void = {}, function() return nil endlocal methods = { "__call", "__index", "__newindex", "__len", "__unm", "__add", "__sub", "__mul", "__div", "__pow", "__concat",}for _, method in ipairs(methods) do mt[method] = void enddebug.setmetatable(nil, mt)debug.setmetatable(1, mt)debug.setmetatable(true, mt)debug.setmetatable(print, mt)local st = debug.getmetatable("")for k, v in pairs(mt) do st[k] = st[k] or v endfunction _G.error(...) print("OOPS!", ...) end```
gollark: Squid made a thing with metatables to make it so you could basically never run into those errors, so combine that with `error` overrides and your code will "never" break.
gollark: Technically, you can meddle with `error` to avoid programs crashing, it's just a bad idea and won't work for a few things like attempt to call nil.
gollark: Hmm, probably a Cobalt thing. As far as I know native Lua has a limit of a few thousand.
gollark: ```lualocal function copy(tabl) local new = {} for k, v in pairs(tabl) do new[k] = v end return newend```

References

  • Powell, William. The North Carolina Gazetteer, University of North Carolina Press, Chapel Hill, 1968



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