SWMMoutGetMB

A parser for SWMM 5 binary .OUT files

https://github.com/siddhanathan/SWMMoutGetMB

Latest on Hackage:0.1.1.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LGPL-3.0-only licensed by Siddhanathan Shanmugam
Maintained by [email protected]

The United States Environmental Protection Agency (EPA) Storm Water Management Model (SWMM) is a dynamic hydrology-hydraulic water quality simulation model for single event or long-term (continuous) simulation of runoff quantity and quality from primarily urban areas. SWMM 5, which is currently the newest version of SWMM, produces a binary .OUT file as its output. SWMMoutGetMB is a SWMM binary reader using the Get monad in Haskell to retrieve contents of this binary file and save it into a SWMMObject, which can then be used in Haskell programs.