© Institute of Urban Water Management and Landscape Water Engineering, Graz University of Technology and Markus Pichler
Generate cross-section shapes for SWMM using fundamental shapes (like straight lines and cyrcles).
This application should help you to generate cross-sections for the US-EPA Storm Water Management Model (SWMM).
To understand the general usage of shape curves in context to cross-sections, read the documentation of SWMM provided on the official website of EPA.
The script is written in Python3.
Packages required for this program will be installed with pip during the installation process and can be seen in the requirements.txt
file.
pip install SWMM-xsections-shape-generator
To install the package only for the local user account (without admin rights), add --user
to the install-command.
To update the package, add --upgrade
to the install-command.
pip install SWMM-xsections-shape-generator --upgrade
Have a look into the Docoumentations for more info and to see some examples and example code!