Skip to content

Storage elements in swmmio #225

Answered by aerispaha
bowguy asked this question in Q&A
Sep 23, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hey @bowguy! First, thanks for identifying an issue in the docs. The reason you aren't seeing any references to the storage elements in your model when calling Nodes() with the argument inp_sections=['junctions', 'storages', 'outfalls'] is because, as you correctly identified, storages should in fact be storage.

Now, after using the correct reference to storage, the reason you're only seeing data for the InverElev and coords is because of the list passed to the optional columns argument. The columns argument is used to slice out a subset of columns that would otherwise be returned by the Nodes object. This is useful if you know you need data from several sections of INPs and RTPs, but don…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@bowguy
Comment options

@bowguy
Comment options

@bowguy
Comment options

Answer selected by bowguy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants