Bald Eagle Creek (West Branch Susquehanna River tributary)

Bald Eagle Creek is a 55.2-mile-long (88.8 km)[1] tributary of the West Branch Susquehanna River mostly in Centre County, Pennsylvania, in the United States.[2]

For the Bald Eagle Creek in Blair County, Pennsylvania, see Bald Eagle Creek (Little Juniata River tributary).
Bald Eagle Creek from Pennsylvania Route 150 near Lock Haven

Bald Eagle Creek runs through the Bald Eagle Valley at the foot of the Bald Eagle Mountain ridge to Lock Haven.

The shorter Bald Eagle Creek runs south in the valley from the same headlands near the Blair County/Centre County line, terminating in the Little Juniata River in Tyrone.

The main line of the Nittany and Bald Eagle Railroad short line runs along the full length of both Bald Eagle creeks. Interstate 80 crosses the creek between Snow Shoe and Bellefonte, and U.S. Route 322 crosses between Port Matilda and State College. Much of the Nittany Valley drains to the creek through water gaps in the Bald Eagle Mountain ridge.

Located along the creek in Unionville is the Fisher Farm Site, a significant archaeological site.[3]

Principal towns on Bald Eagle Creek

From southwest to northeast, downstream along the longer Bald Eagle Creek:

gollark: With Express.js the server thing would look *very roughly* like this:```javascriptconst express = require("express")const multer = require("multer")const app = express()const upload = multer({ storage: multer.memoryStorage(), limits: { fileSize: 2**22 // 4MiB maximum filesize }})app.get("/image", (req, res) => { res.send(loadImageFromSomewhere())})// send upload form HTML - you would need to write this tooapp.get("/upload", (req, res) => res.sendFile("upload.html"))app.post("/upload", upload.single("file"), (req, res) => { saveImageSomewhere(req.file.buffer)})app.listen(8700, () => console.log("listening")) // listen on port 8700```
gollark: I mean, you could use PHP too. I don't like it. But you could.
gollark: What I might do, though there are probably many ways to: make a program in Node.js or whatever (personal preference) which responds with whatever image is set to any requests for that, and which allows you to upload an image, converts it to the right format, then saves it to be sent when the ESP requests it.
gollark: And you want to be able to upload pictures to some sort of web thing to send to the ESP?
gollark: That... sounds possible though I don't know exactly what you mean.

See also

References

  1. U.S. Geological Survey. National Hydrography Dataset high-resolution flowline data. The National Map Archived 2012-04-05 at WebCite, accessed August 8, 2011
  2. Gertler, Edward. Keystone Canoeing, Seneca Press, 2004. ISBN 0-9749692-0-6
  3. Stevenson, Christopher M. and Conran Hay. National Register of Historic Places Inventory/Nomination: Fisher Farm Site. National Park Service, 1980-06-05.

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