Ruyle Township, Jersey County, Illinois
Ruyle Township is one of eleven townships in Jersey County, Illinois, United States. As of the 2010 census, its population was 421 and it contained 162 housing units.[2]
Ruyle Township | |
---|---|
![]() Location in Jersey County | |
![]() Jersey County's location in Illinois | |
Coordinates: 39°12′42″N 90°11′33″W | |
Country | United States |
State | Illinois |
County | Jersey |
Established | November 5, 1878 |
Area | |
• Total | 28.25 sq mi (73.2 km2) |
• Land | 28.24 sq mi (73.1 km2) |
• Water | 0.01 sq mi (0.03 km2) 0.04% |
Elevation | 535 ft (163 m) |
Population (2010) | |
• Estimate (2016)[1] | 396 |
• Density | 14.9/sq mi (5.8/km2) |
Time zone | UTC-6 (CST) |
• Summer (DST) | UTC-5 (CDT) |
ZIP codes | 62052, 62054, 62063 |
FIPS code | 17-083-66482 |
Geography
According to the 2010 census, the township has a total area of 28.25 square miles (73.2 km2), of which 28.24 square miles (73.1 km2) (or 99.96%) is land and 0.01 square miles (0.026 km2) (or 0.04%) is water.[2]
Unincorporated towns
Adjacent townships
- Rockbridge Township, Greene County (north)
- Western Mound Township, Macoupin County (northeast)
- Chesterfield Township, Macoupin County (east)
- Shipman Township, Macoupin County (southeast)
- Fidelity Township (south)
- Jersey Township (southwest)
Cemeteries
The township contains these five cemeteries: Elliott, Kemper, Medora, Oakland and Pruitt.
Major highways
School districts
- Greenfield Community Unit School District 10
- Jersey Community Unit School District 100
- Southwestern Community Unit School District 9
Political districts
- Illinois' 19th congressional district
- State House District 97
- State Senate District 49
gollark: People that have iPhones: buy sensible phones.
gollark: Yes; it's *very hard* to go around editing the FS API such that other stuff isn't affected.
gollark: ```pythonfrom requests_futures.sessions import FuturesSessionimport concurrent.futures as futuresimport randomtry: import cPickle as pickleexcept ImportError: import pickletry: words_to_synonyms = pickle.load(open(".wtscache")) synonyms_to_words = pickle.load(open(".stwcache"))except: words_to_synonyms = {} synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def add_words(words): s = FuturesSession(max_workers=100) future_to_word = {s.get("https://api.datamuse.com/words", params={"ml": word}): word for word in words} future_to_word.update({s.get("https://api.datamuse.com/words", params={"ml": word, "v": "enwiki"}): word for word in words}) for future in futures.as_completed(future_to_word): word = future_to_word[future] try: data = future.result().json() except Exception as exc: print(f"{exc} fetching {word}") else: add_synonyms([w["word"] for w in data], word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)raise __builtins__.quibble()```
gollark: table.deepcopy, table.shallowcopy, table.slice, table.filter, table.map
gollark: Same with many other utility thingies.
See also
References
- "Ruyle Township, Jersey County, Illinois". Geographic Names Information System. United States Geological Survey. Retrieved 2010-01-17.
- United States Census Bureau 2007 TIGER/Line Shapefiles
- United States National Atlas
- "Population and Housing Unit Estimates". Retrieved June 9, 2017.
- "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.
- "Census of Population and Housing". Census.gov. Retrieved June 4, 2016.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.