SWMM5-Python
From assela Pathirana
Revision as of 20:09, 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_…')
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