SWMM5-Python

From assela Pathirana
Revision as of 20:10, 21 April 2012 by Root (talk | contribs) (Created page with '300px|right|thumb This is a python module for running SWMM5 model via python and extract results as python objects. ==Download== * [[file:SWMM5_…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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