Replies: 1 comment 5 replies
-
@sancarn, your question is not an open ended question at all. I can see how the capabilities you seek would be useful for several applications. Unfortunately, the SWMM API does not allow you to do this easily at the moment. However, you can combine the SWMM API (or parse the SWMM input file yourself) with a python package like Networkx to accomplish the goal you seek. I would recommend you address specific questions about pyswmm to the developers of pyswmm on their repository. I hope this is helpful. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Another pro-open source dev here 😄
I work for a UK water company, in waste water and one of the things I've been dreaming of for the last few years is a network risk system based on cascading calculations throughout a sewer network (directed graph).
The dream is to have some DSL which allows the definition of rules which looks like the following:
Attributes defined in the specified scope will be outputted as different columns in an output table. This DSL would be converted into some data flow:
And the calculations would ripple through the input network data, doing as many of the calculations in parallel as possible.
I was wondering, and I apologise for how open ended this is:
Beta Was this translation helpful? Give feedback.
All reactions