swmmio icon indicating copy to clipboard operation
swmmio copied to clipboard

Python tools for interacting with, editing, and visualizing EPA SWMM5 models

Results 48 swmmio issues
Sort by recently updated
recently updated
newest added

Hi Aerispaha, I found that when I run SWMM in parallel, it fails randomly. For example, if I run 500 cases in parallel, 0-20 out of 500 may not getting...

bug

I don't have hot start file defined, when run "python -m swmmio --run", it works, but when I try to run multiple cases by "python -m swmmio -sp Dir", it...

Replace with JSON or YAML file with more flexibility and information about each INP section (e.g. column header variation, units)

It looks like in swmmio.version_control, the create_combinations function doesn't correctly update the XSECTIONS part of the *.inp when a pipe already exists. The CONDUITS section is correctly updated (US/DS nodes,...

bug

Changes the usage of pyshp to reflect changes to their API. Closes #134

bug

Initial PR to test some things. I have updated this to use `pyswmm` so that it is mac friendly. I changed some of the requirements and dropped your compiled swmm...

enhancement

The following PR adds support for the PATTERNS and CONTROLS sections of the INP file along with minor updates to support INFLOWS, XSECTIONS, and CURVES. The Pumping Summary was also...

bug
enhancement
complete

Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@​hugovk] Use functools.lru_cache for hopper() #7912 [@​hugovk]...

dependencies

I have been using swmmio to add stormwater/wastewater analysis to WNTR. The ability to read, modify, and write INP files using pandas DataFrames has been very helpful! I found a...