Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide coverage in swmmio.rpt for the Flow Routing Continuity section #194

Open
aerispaha opened this issue May 9, 2023 · 1 comment
Open

Comments

@aerispaha
Copy link
Member

Summary

Provide a property on the swmmio.rpt object that returns a dataframe containing the information in the Flow Routing Continuity section of the rpt file. For example, users should be able to access this data

  **************************        Volume        Volume
  Flow Routing Continuity        acre-feet      10^6 gal
  **************************     ---------     ---------
  Dry Weather Inflow .......         0.000         0.000
  Wet Weather Inflow .......         6.295         2.051
  Groundwater Inflow .......         0.000         0.000
  RDII Inflow ..............         0.000         0.000
  External Inflow ..........         0.000         0.000
  External Outflow .........         5.874         1.914
  Flooding Loss ............         0.415         0.135
  Evaporation Loss .........         0.000         0.000
  Exfiltration Loss ........         0.000         0.000
  Initial Stored Volume ....         0.000         0.000
  Final Stored Volume ......         0.000         0.000
  Continuity Error (%) .....         0.101

in a dataframe, by referencing a new property on the swmmio.rpt object. This could look like this:

model = swmmio.Model('path/to/model/with/rpt') 
model.rpt.flow_routing_continuity
@asselapathirana
Copy link
Collaborator

Cool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants