Be cautious about Nodes with z-coordinate #1854
Labels
python
Relates to one of the Ribasim python packages
ribasim-nl
Related to Ribasim NL project
validation
Related to model validation
What
Received a model with mixed x,y and x,y,z Point geometries in the node-table, e.g.:
Adding an edge between these to nodes will cause a validation-error:
Why
LineString cannot be drawn between x,y Point and x,y,z Point
How
Suggest to drop z-coordinate in add-API, reading and writing so user doesn't need to drop z-coordinate all the time
Edit 1
This code I use in Ribasim-NL now:
The text was updated successfully, but these errors were encountered: