swmmio
swmmio copied to clipboard
Python tools for interacting with, editing, and visualizing EPA SWMM5 models
The swmmio build pipeline integrates with sphinx to update the hosted documentation automatically for each new release, at [swmmio.readthedocs.io](https://swmmio.readthedocs.io). This is good. But this documentation has not been reviewed or...
This is currently not offered as a cloud-hosted runner in GitHub Actions, but there is a chance this may be added to the roadmap, as discussed [here](https://github.com/actions/runner-images/issues/2187).
I think there is no reason to house this logic in `swmmio`. This was used in the past to generate animated data visualizations - cool stuff, but I don't think...
Proposed Sections 1. Title 2. Intro/background/What It Does 3. How to install / links to documentation and tutorial 4. Simple Interaction "How-to" a) interact with model info, edit/save INP, run,...
Passing single label to .loc rather than list of labels to return series rather than dataframe. This avoids FutureWarning: calling float on single element series and FutureWarning: Series.__getitem__ treating keys...
Getting multiple FutureWarnings in swmmio/graphics/profiler.py. `FutureWarning: Calling float on a single element Series is deprecated and will raise a TypeError in the future. Use float(ser.iloc[0]) instead`. I'll try to fix...
Getting a warning: _FutureWarning: The 'delim_whitespace' keyword in pd.read_csv is deprecated and will be removed in a future version. Use ``sep='\s+'`` instead_ Change needed in swmmio\utils\dataframes.py:107 swmmio\utils\dataframes.py:167 swmmio\utils\text.py:265