SWMMOutputAPI ============= SWMM Binary Output Reader - Python Wrapper for SWMM This package provides a Pythonic interface to a binary output file generated by USEPA Stormwater Management Model (SWMM5). This tool has proven to be useful in post-processing applications with both large and small output files. The Python wrapper (SWMMOutputAPI.swmmbinreader) calls on a compiled object library which handles seeking though the binary output file. Taking this approach increases the rate at which data can be read from a binary output file. With a simpler collection of tools to access binary output, the user can spend more time on data analysis, visualization, and prototyping than plumbing. Bugs and Issue Reporting ======================== Issues Can be reported to https://github.com/bemcdonnell/SWMMOutputAPI .. image:: _static/plotsample.png Documentation ============= .. toctree:: :maxdepth: 4 modules keyrefs Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` Acknowledgements ================ Thanks to: * Colleen Barr * Ian Endres * Fred Myers * Michael Tryby Inspriration from: * Tim Cera - swmmtoolbox (https://pypi.python.org/pypi/swmmtoolbox) * Assela Pathirana - SWMM5 Python Calling (https://pypi.python.org/pypi/SWMM5)