Lehigh Valley Railroad Engine House, White Haven

The Lehigh Valley Railroad Engine House is a former railroad repair shop, or "engine house" at 99 Towanda Street, White Haven, Pennsylvania. It was built in 1889 as a more permanent structure for the repair shop belonging to the Lehigh Valley Railroad Company, and now serves as a community library.

History

This White Haven engine house was damaged by a train derailment in 1973 and was repaired with concrete blocks and mortar.[1] In 2002, responding to citizen demands, the borough purchased the engine house from its private owner.[2] It now serves the community as the community library.[3][4]

gollark: Sure.
gollark: Unlikely.
gollark: That would involve parsing.
gollark: ```python @bot.command(help="Roll simulated dice (basic NdX syntax, N <= 50, X <= 1e6).") async def roll(ctx, dice): match = re.match("([-0-9]*)d([0-9]+)", dice) if not match: raise ValueError("Invalid dice notation") n, x = match.groups() if n == "": n = 1 n, x = int(n), int(x) if n > 50 or x > 1e6: raise ValueError("N or X exceeds limit") rolls = [ random.randint(1, x) for _ in range(n) ] await ctx.send(f"{sum(rolls)} ({' '.join(map(str, sorted(rolls)))})")```
gollark: Nope.

References

  1. Golias, Paul (2013-09-16). "Railroad engine house lives on as library - News - Citizens' Voice". M.citizensvoice.com. Retrieved 2014-06-12.
  2. "History plays role in future". The Times Leader, Wilkes-Barre, Scranton PA. Retrieved 2014-06-12.
  3. Golias, Paul (2013-09-16). "Railroad engine house lives on as library - News - Citizens' Voice". Citizensvoice.com. Retrieved 2014-06-12.
  4. "White Haven library prepares for 'final move' - News - Standard Speaker". M.standardspeaker.com. 2012-07-20. Retrieved 2014-06-12.

Further reading

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