Hayes Lake State Park

Hayes Lake State Park is a state park in northwestern Minnesota, United States, near the city of Roseau.

Hayes Lake State Park
An interpretive sign along the Bog Boardwalk at Hayes Lake State Park in Minnesota.
Location of Hayes Lake State Park in Minnesota
Hayes Lake State Park (the United States)
LocationRoseau, Minnesota, United States
Nearest townWannaska
Coordinates48°37′23″N 95°30′27″W
Area2,958 acres (11.97 km2)
Elevation1,201 ft (366 m)[1]
Established1971
Governing bodyMinnesota Department of Natural Resources

Wildlife

Black bears are residents of the northern forest and are seen by visitors occasionally in this park. Other mammalian species that roam in and around this park are moose, fisher, porcupine, bobcat, river otter, raccoon, deer, beaver, red fox, marten, Canadian lynx, mink, and timber wolf. Loons, herons, grebes, and other water birds can be observed by bird watchers along the shoreline.

gollark: `http_response` only appears in the code in what looks like one comment.
gollark: It doesn't seem to be.
gollark: There seems to be an `internet_ready` signal, I'll check if that's relevant to HTTP.
gollark: I have some code doing this```lualocal function fetch(url, data) local res, err = net.request(url, json.encode(data), { ["Content-Type"] = "application/json" }) if not res then error(url .. " error: " .. err) end local out = {} while true do local chunk, err = res.read() if err then error(url .. " error: " .. err) end if chunk then table.insert(out, chunk) else return table.concat(out) end endend```but it never appears to `computer.pullSignal` at all, so my accursed bare-metal multithreading thing™ doesn't work.
gollark: Is there a way to do `internet.request` (with an internet card) and anything else whatsoever concurrently?

References


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