Currently, the network support in modelskill uses the word "edge" to refer to the elements of the network connecting nodes. For instance, one can create an EdgeObservation(path_to_data, edge=...) similarly NodeObservation can be matched patting at=(edge, distance). Classes, parameters and documentation refers to "edges". However, DHI staff might be more used to the term "reach".
We need to update the whole network extension, and the documentation, to be compliant with this new nomenclature.
Currently, the network support in modelskill uses the word "edge" to refer to the elements of the network connecting nodes. For instance, one can create an
EdgeObservation(path_to_data, edge=...)similarlyNodeObservationcan be matched pattingat=(edge, distance). Classes, parameters and documentation refers to "edges". However, DHI staff might be more used to the term "reach".We need to update the whole network extension, and the documentation, to be compliant with this new nomenclature.