Monroe Township, Washington County, Indiana
Monroe Township is one of thirteen townships in Washington County, Indiana, United States. As of the 2010 census, its population was 558 and it contained 320 housing units.[1]
Monroe Township | |
---|---|
Location in Washington County | |
Coordinates: 38°43′23″N 86°04′17″W | |
Country | United States |
State | Indiana |
County | Washington |
Government | |
• Type | Indiana township |
Area | |
• Total | 38.85 sq mi (100.6 km2) |
• Land | 38.44 sq mi (99.6 km2) |
• Water | 0.41 sq mi (1.1 km2) 1.06% |
Elevation | 584 ft (178 m) |
Population (2010) | |
• Total | 558 |
• Density | 14.5/sq mi (5.6/km2) |
ZIP codes | 47167, 47170 47281 |
GNIS feature ID | 0453648 |
Geography
According to the 2010 census, the township has a total area of 38.85 square miles (100.6 km2), of which 38.44 square miles (99.6 km2) (or 98.94%) is land and 0.41 square miles (1.1 km2) (or 1.06%) is water.[1]
Unincorporated towns
(This list is based on USGS data and may include former settlements.)
Adjacent townships
- Driftwood Township, Jackson County (north)
- Grassy Fork Township, Jackson County (northeast)
- Gibson Township (east)
- Washington Township (south)
- Jefferson Township (west)
Cemeteries
The township contains these five cemeteries: Collett, Gater, Peugh, Ridlen and Weston.
School districts
- Salem Community Schools
Political districts
- Indiana's 9th congressional district
- State House District 73
- State Senate District 44
gollark: Does it print `done!` at least?
gollark: I think the issue is that your `bot` is separate from the `client` and never actually started up.
gollark: ·Oh, `bot.run`, right.
gollark: ```pythonfrom transformers import GPT2LMHeadModel, GPT2Tokenizerimport discord.extfrom discord.ext import commandsTOKEN = 'NOT TELLING YOU'bot = commands.Bot(command_prefix='$')@bot.eventasync def on_ready(): print("done!")@bot.command()async def test(ctx, arg): inputs = arg # initialize tokenizer and model from pretrained GPT2 model tokenizer = GPT2Tokenizer.from_pretrained('gpt2') model = GPT2LMHeadModel.from_pretrained('gpt2') outputs = model.generate( inputs, max_length=200, do_sample=True, temperature=1, top_k=50 ) response = (tokenizer.decode(outputs[0], skip_special_tokens=True)) await ctx.send(response)client.run(TOKEN)```
gollark: Yes, you can just use `@bot.event` or something.
References
- United States Census Bureau 2007 TIGER/Line Shapefiles
- United States Board on Geographic Names (GNIS)
- IndianaMap
- "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-10.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.