Skip to content

SWMM Interface

Karsten Rink requested to merge github/fork/rinkk/SwmmInterface into master

First part of the interface. The committed code is for reading SWMM simulation input files (*.inp) and converting those into geometry or mesh structures.

SWMM is available from the Environmental Protection Agency, the source code is available here:
https://www.epa.gov/water-research/storm-water-management-model-swmm#downloads.

I'm not sure what the license is. The source code used here is SWMM 5.1.010 and I can't find any licensing information anywhere. SWMM 5.1.009 is available from Github and the license file looks like BSD although no license name is given.

Edit: SWMM 5.1.10 is also available on Github but no licensing information is given there either.

Merge request reports