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

incomplete compilation of inflow assets #125

Open
tyjchen opened this issue May 11, 2021 · 0 comments
Open

incomplete compilation of inflow assets #125

tyjchen opened this issue May 11, 2021 · 0 comments

Comments

@tyjchen
Copy link

tyjchen commented May 11, 2021

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, and noticed that a subportion of the inflow points are missed (4 out of 297). Just wanted to raise the issue here -

m = swmmio.Model('path-to-the-model.inp')
# dataframe of inflows nodes
df_inflows = m.inp.inflows
# inflow names
inflow_names = df_inflows.index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant