Martijn Visser

Results 601 comments of Martijn Visser

Yes indeed this is currently missing from the docs. The Python API expects a Shapely Point. These points don't need to be entered manually, but can also be retrieved from...

Do you mean that you run into this error when running the `add` function for the same node ID twice? `ValueError: Node IDs have to be unique, but 1 already...

Fixed by https://github.com/Deltares/Ribasim/pull/2664

Right this can be confusing. Note that Point here is from Shapely, so we don't control it directly. The docs do mention it here: https://shapely.readthedocs.io/en/stable/reference/shapely.Point.html We could mention it somewhere...

Yeah I shared the Ribasim 7 docs on source priority and the default path selection algorithm with Lex. I think raising an error isn't very user friendly, I'd prefer if...

Shortest route would need to be defined precisely. Is it the number of links, or are we starting to look at the actual linestring geometries for the first time? Ribasim...

Yeah, our installation docs do mention: > Note that we currently only support and provide binaries for Windows and Linux, for the x86_64 architecture.

Yeah I see more people running into this. I don't think renaming will help much. Without a Results group the same problem exists. If you select the "Link" layer in...

I don't understand. In the widget we can select Node and Link. When we click Select, this will only work if the selected layer in the Layers panel is the...

Fixed by https://github.com/Deltares/imod-qgis/pull/90