swmmio
swmmio copied to clipboard
Python tools for interacting with, editing, and visualizing EPA SWMM5 models
Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...
hello! I have successfully imported my model and can make calls to other properties in the INP module, but there are still some problems with "inp.inflows" . Error is as...
The following error occurs when performing a transformation SHP on a very simple model: mymodel.export_to_shapefile('D:/admin') error: File "E:\APP\Anaconda3\envs\swmmio_env\lib\site-packages\swmmio\utils\spatial.py", line 219, in write_shapefile w.line(parts=[row.coords]) TypeError: line() got an unexpected keyword argument...
You are trying to merge on int64 and object columns. If you wish to proceed you should use pd.concat
Hello, the title pretty much says it all. Reproducible example: [download link for swmm model](https://www.dropbox.com/s/ma5hqxxbdren1d2/model.inp?dl=0) ```python import swmmio inp_path = "model.inp" mymodel = swmmio.Model(inp_path) infiltration = mymodel.inp.infiltration ``` and here's...
Hi Aerispaha, one error occurred when I run the swmmio for data extraction, which is "no KeyError: 'Horton'. More details are shown as followed:  Did I set the wrong...
Hello! When creating a data frame with the weirs it does not allow it since not all the columns in the weir section of the input file are full. In...
It would be awesome if edge and node in networkx contain data like node type (outfall, storage, junction etc) and edge contain data like link type (conduit, pump, etc).
Was looking for a method to parse a SWMM inp model and return a list of assets that specifies all inflow points in the system. Tried running the commands below,...
I install my swmmio by the pip way. My python version is 3.7.7 (x64), and the platform is windows 7 (x64) I used `swmmio.Model` to read my swmm files (.inp,...