Rock Island Township, Rock Island County, Illinois

Rock Island Township is located in Rock Island County, Illinois. As of the 2010 census, its population was 17,776 and it contained 7,271 housing units.[2]

Rock Island Township
Township
Location in Rock Island County
Rock Island County's location in Illinois
CountryUnited States
StateIllinois
CountyRock Island
EstablishedNovember 4, 1856
Government
  SupervisorAlan Carmen
Area
  Total5.74 sq mi (14.9 km2)
  Land4.84 sq mi (12.5 km2)
  Water0.9 sq mi (2 km2)  15.68%
Population
 (2010)
  Estimate 
(2016)[1]
17,435
  Density3,670/sq mi (1,420/km2)
Time zoneUTC-6 (CST)
  Summer (DST)UTC-5 (CDT)
FIPS code17-161-65091

Geography

According to the 2010 census, the township has a total area of 5.74 square miles (14.9 km2), of which 4.84 square miles (12.5 km2) (or 84.32%) is land and 0.9 square miles (2.3 km2) (or 15.68%) is water.[2]

Demographics

Historical population
CensusPop.
Est. 201617,435[1]
U.S. Decennial Census[3]
gollark: It's kind of bad.
gollark: ```python#!/bin/env python3chars = [chr(n) for n in range(126)]firstchar = chars[0]lastchar = chars[len(chars) - 1]def increment_char(character): return chr(ord(character) + 1)def old_increment_string(string_to_increment): reversed_string = list(reversed(string_to_increment)) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed(reversed_string)))def increment_string(to_increment): reversed_string = list(to_increment) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed_string))def string_generator(): length = 0 while 1: length += 1 string = chars[0] * length while True: try: string = increment_string(string) except IndexError: # Incrementing has gone out of the char array, move onto next length break yield string```
gollark: Except it enumerates all possible ASCII strings instead.
gollark: I made that!
gollark: no.

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. "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.