MarkusPic / SWMM_xsections_shape_generator

Generate cross-section shapes for SWMM using fundamental shapes (like straight lines and cycles).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

© Institute of Urban Water Management and Landscape Water Engineering, Graz University of Technology and Markus Pichler

SWMM CrossSection shape Generator

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.

license docs PyPI

PyPI - Downloads PyPI - Downloads PyPI - Downloads

SWMM-xsections-shape-generator

Install

The script is written in Python3.

python Packages

Packages required for this program will be installed with pip during the installation process and can be seen in the 'requirements.txt' file.

Fresh install

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.

Update package

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!

About

Generate cross-section shapes for SWMM using fundamental shapes (like straight lines and cycles).

License:MIT License


Languages

Language:Python 100.0%