Otter Creek Reservoir
Otter Creek Reservoir is a reservoir(elevation approximately 6,372 ft or 1,940 m) located in southeastern Piute County Utah, United States.[1]
Otter Creek Reservoir | |
---|---|
Otter Creek Reservoir, September 2007 | |
Location | Piute County, Utah, United States |
Coordinates | 38°10′10″N 112°01′21″W |
Basin countries | United States |
Max. length | 6.5 mi (10.5 km) |
Max. width | 3,854 ft (1,175 m) |
Surface area | 2,520 acres (1,020 ha) |
Average depth | 37 ft (11 m) |
Max. depth | 37 ft (11 m) |
Water volume | 52,495 acre⋅ft (64,752,000 m3) |
Shore length1 | 16.9 mi (27.2 km) |
Surface elevation | 6,372 ft (1,942 m) |
1 Shore length is not a well-defined measure. |
Description
The reservoir is a popular location for rainbow trout fishing.[2]
The valley is situated in the southern end of the Grass Valley and the nearest town is Antimony, approximately 12 to 15 miles (19 to 24 km). A larger city within a one-hour drive is Richfield.
gollark: Oh, minoteaur actually has that (not the threading bit) in its Markdown parsing code.
gollark: Thus, praise ~~Rust~~ ~~Ferris~~ Nim?
gollark: It compiles in reasonable time *and* makes a 600KB binary in debug mode which is much nicer than equivalent Rust.
gollark: I only need something like two routes so a full web framework is overkill.
gollark: ```nimimport optionsimport asyncdispatchimport httpximport tiny_sqliteimport macrosimport karax/[karaxdsl, vdom]import ./dbmacro includeFile(x: string): string = newStrLitNode(readFile(x.strVal))const css = includeFile("./src/style.css")let database = openDatabase("./monitoring.sqlite3")migrate(database)var threadDB {.threadvar.}: Option[DbConn]proc openDB(): DbConn = if isNone threadDB: threadDB = some openDatabase("./monitoring.sqlite3") get threadDBproc mainPage(): string = let vnode = buildHtml(html()): head: style: text css text "Bee deployed" $vnodeproc onRequest(req: Request) {.async.} = if req.httpMethod == some(HttpGet): case req.path.get() of "/": req.send(body=mainPage(), code=Http200, headers="Content-Type: text/html") else: req.send(Http404) else: req.send(Http404)echo "Starting up"run(onRequest, initSettings(Port(7800), "", 0))```This is what I have so far.
See also
References
- U.S. Geological Survey Geographic Names Information System: Otter Creek Reservoir
- "Archived copy". Archived from the original on 2008-08-28. Retrieved 2009-07-24.CS1 maint: archived copy as title (link)
External links
- Official website
- "Otter Creek Reservoir" (PDF (352 KB)). by the Utah Division of Water Quality
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.