SWMM5-Python

From assela Pathirana
(Redirected from SWMM Tools Python)
Jump to navigationJump to search
QT4Agg Swmm5 python.png

This is a python module for running SWMM5 model via python and extract results as python objects.

Download

 pip install swmm5


Install and Test

Linux

  • Make sure gcc and ld are available.
  • Install python (2.6 or 2.7), python-dev, numpy, matplotlib.
  • Install swig
  • as root run: python setup.py install

Windows

  • Install python 2.6 or 2.7, numpy, matplotlib
  • Install the package by running SWMM5-x.y.z.k.win32-py2.7.exe

Testing

  • Run swmm5_test.py in src directory.
    Note
    This test script needs PyQt and matplotlib to run fully. (It uses matplotlib with qt4Agg to plot the output.) However, those are not required to use swmm5 package for other purposes.