You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I am writing a code that modifies links that correspond to specific conditions for the purpose of simplifying the pipe network using the swmmio package.
The specific conditions are as follows:
Compare InletNode and OutletNode to see which Linkid exists only in InletNode.
Find out if Geom2 of XSECTION corresponding to Linkid 1 is less than 3.
If there is no value, exit, and if there is, change the link connection.
To do the above, what function should I use in swmmio?
Additionally, if you've ever written a code that simplifies the network, could you show me an example?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello.
I am writing a code that modifies links that correspond to specific conditions for the purpose of simplifying the pipe network using the swmmio package.
The specific conditions are as follows:
To do the above, what function should I use in swmmio?
Additionally, if you've ever written a code that simplifies the network, could you show me an example?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions