Replies: 1 comment
-
I do not use node or manhole identifiers-combination for reaches or channels because the identifier should not change and on the other side you should update it, if you have a new manhole or a new node (or in case of Blindanschluss: a new identifier of the channel/reach below). I struggled more than once when I thought it's possible to use the channel-identifier from a geonis-dataset for connecting the ktv-data to the reach/channel. I think it does not work... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As we already discussed in QGEP, identifiers should be handled on the provider side. For nodes, this can be solved with a sequence, while for reaches and channels it gets a bit complicated. I have made the following code ready, which only works for singular reaches
For Channels, a similar logic could be used, but it needs a bit more work to return the correct start and end nodes
Beta Was this translation helpful? Give feedback.
All reactions