Money Creek Township, McLean County, Illinois

Money Creek Township is located in McLean County, Illinois. As of the 2010 census, its population was 1,085 and it contained 511 housing units.[2]

Money Creek Township
Township
Location in McLean County
McLean County's location in Illinois
CountryUnited States
StateIllinois
CountyMcLean
EstablishedNovember 3, 1857
Area
  Total39.3 sq mi (102 km2)
  Land38.81 sq mi (100.5 km2)
  Water0.48 sq mi (1.2 km2)  1.22%
Population
 (2010)
  Estimate 
(2016)[1]
1,087
  Density28/sq mi (11/km2)
Time zoneUTC-6 (CST)
  Summer (DST)UTC-5 (CDT)
FIPS code17-113-49971

The township took its name from Money Creek.[3]

Geography

According to the 2010 census, the township has a total area of 39.3 square miles (102 km2), of which 38.81 square miles (100.5 km2) (or 98.75%) is land and 0.48 square miles (1.2 km2) (or 1.22%) is water.[2]

Demographics

Historical population
CensusPop.
Est. 20161,087[1]
U.S. Decennial Census[4]

Notable people

The American frontiersman and preserver of the buffalo, Charles "Buffalo" Jones, was reared at Money Creek during the 1850s.

gollark: No, I have that stuff done.
gollark: I want a *different* set of "OPERATIONS ON RELEVANT NODE THING" and no HTML generation at the end, and it would be bees to just copy-paste the function here.
gollark: As of now, my code does```nimproc renderToHtml*(input: string): string = let wlRegex = re"\[\[([^:\]]+):?([^\]]+)?\]\]" let opt = CMARK_OPT_UNSAFE or CMARK_OPT_FOOTNOTES or CMARK_OPT_STRIKETHROUGH_DOUBLE_TILDE or CMARK_OPT_TABLE_PREFER_STYLE_ATTRIBUTES # create parser instance let str: cstring = input len: csize_t = len(input).csize_t parser: ParserPtr = cmark_parser_new(opt.cint) if parser == nil: raise newException(CatchableError, "failed to initialize parser") defer: cmark_parser_free(parser) [further initialization stuff] # parse document, get AST cmark_parser_feed(parser, str, len) let doc = cmark_parser_finish(parser) defer: cmark_node_free(doc) if doc == nil: raise newException(CatchableError, "parsing failed - should not occur") # iterate over AST using built-in cmark-gfm AST iteration thing for (evType, node) in cmarkTree(doc): # if it is a text node [OPERATIONS ON RELEVANT NODE THING] let html: cstring = cmark_render_html(doc, opt.cint, cmark_parser_get_syntax_extensions(parser)) defer: free(html) result = $html```
gollark: cmark. I will explain.
gollark: Hmm. Gibson, you use nim, yes? How can I nicely™ abstract this C library?

References

  1. "Population and Housing Unit Estimates". Retrieved June 9, 2017.
  2. "Population, Housing Units, Area, and Density: 2010 - County -- County Subdivision and Place -- 2010 Census Summary File 1". United States Census. Archived from the original on 2020-02-12. Retrieved 2013-05-28.
  3. Callary, Edward (29 September 2008). Place Names of Illinois. University of Illinois Press. p. 232. ISBN 978-0-252-09070-7.
  4. "Census of Population and Housing". Census.gov. Retrieved June 4, 2016.



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