-
An example would be great. I tried following code. It didn't work.
|
Beta Was this translation helpful? Give feedback.
Answered by
gedaskir
Apr 5, 2023
Replies: 1 comment 6 replies
-
The outputs of the structure is stored in the reach at the chainage of the structure. If the structure is located at "aBranch" at chainage 450, then you should be able to grab the discharge using:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If it is not too big of a hassle you could try to use a development implementation of mikeio1d from feature/result_network_auto_completion branch. You can install a feature branch using:
Here I implemented
QueryDataStructure
, which can be used as:For now
QueryDataStructure
has a drawback that it requires all structure IDs to be unique.Additionally, that branch has auto-completion fun…