Adam Erispaha

Results 24 issues of Adam Erispaha

The `rpt` file parsing runs into an issue when trying to return the `node_flooding_summary` when there is no flooding in the model. Need to hand this case in the Node...

bug

## Summary All INP sections that follow the common tabular structure with unique indices as the first column can be read via the `swmmio.utils.create_dataframeINP` function. However, not all of these...

enhancement

Currently, the `dataframe_from_inp` (and similar functions) scan the text file twice to extract the content. First, by running the `get_inp_sections_details` function, then by scanning to the section of interest. It...

enhancement

Return the data in the Control Actions Taken section in an rpt file as a dataframe with the `dataframe_from_rpt` function. #### Example rpt section ``` ********************* Control Actions Taken *********************...

The Pandas DataFrames returned by the function `swmmio.create_dataframeRPT` always include a CFS label even if the model is run in SI units. swmmio should provide column headers consistent with the...

bug

There are many visualization tools that can be consolidated and/or removed. Find what is redundant and fix

enhancement

Leverage Click for CLI tools

enhancement

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