Jefferson Township, Wells County, Indiana

Jefferson Township is one of nine townships in Wells County, Indiana, United States. As of the 2010 census, its population was 5,762 and it contained 2,366 housing units.[2]

Jefferson Township
Location in Wells County
Coordinates: 40°52′17″N 85°09′07″W
CountryUnited States
StateIndiana
CountyWells
Government
  TypeIndiana township
Area
  Total47.13 sq mi (122.1 km2)
  Land46.98 sq mi (121.7 km2)
  Water0.15 sq mi (0.4 km2)  0.32%
Elevation833 ft (254 m)
Population
 (2010)
  Total5,762
  Density122.6/sq mi (47.3/km2)
Time zoneUTC-5 (Eastern (EST))
  Summer (DST)UTC-4 (EDT)
ZIP codes
46731, 46777, 46791
Area code(s)260
GNIS feature ID453503

Geography

According to the 2010 census, the township has a total area of 47.13 square miles (122.1 km2), of which 46.98 square miles (121.7 km2) (or 99.68%) is land and 0.15 square miles (0.39 km2) (or 0.32%) is water.[2]

Cities, towns, villages

Unincorporated towns

(This list is based on USGS data and may include former settlements.)

Adjacent townships

Cemeteries

The township contains these three cemeteries: El Honan, Oak Lawn and Prairie View.

Lakes

  • Moser Lake

School districts

  • Northern Wells Community Schools

Political districts

gollark: You can also play exciting open-source games like Minetest, Dwarf Fortress and OpenTTD.
gollark: I guess you could have... self-runnable python packages too?```bash#!/bin/shpython3 $0exit```
gollark: Shellscripts execute line-by-line, so if you stick a ZIP on the end and do something like```bash#!/bin/shunzip $0exit```then the shell won't complain about the random binary data at the end of the script.
gollark: I'm not sure if this has much of an actual application, but it's neat. You can do similar stuff with zips to make self-extracting archives.
gollark: ```osmarks@fenrir /tmp> cat __main__.py print("Hello, World!")osmarks@fenrir /tmp> zip test.zip __main__.py adding: __main__.py (stored 0%)osmarks@fenrir /tmp> python3 logo96.png File "logo96.png", line 1SyntaxError: Non-UTF-8 code starting with '\x89' in file logo96.png on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for detailsosmarks@fenrir /tmp [1]> cat test.zip >> logo96.pngosmarks@fenrir /tmp> python3 logo96.pngHello, World!osmarks@fenrir /tmp> unzip -l logo96.pngArchive: logo96.pngwarning [logo96.png]: 341 extra bytes at beginning or within zipfile (attempting to process anyway) Length Date Time Name--------- ---------- ----- ---- 23 2020-07-02 15:25 __main__.py--------- ------- 23 1 file```

References

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