Deltares / xugrid

Xarray and unstructured grids
https://deltares.github.io/xugrid/
MIT License
64 stars 8 forks source link

from_meshkernel method: use all attributes #148

Closed Huite closed 3 months ago

Huite commented 1 year ago

E.g. currently Ugrid2d.from_meshkernel only uses the face_node_connectivity, but not the edge_node_connectivity. This results in a mismatch when edge properties are communicated from the meshkernel, so xugrid will have generated a different edge_node_connectivity in the mean while.

See: https://github.com/Deltares/MeshKernelPy/issues/72

Also edge_face_connectivity once it's available: https://github.com/Deltares/MeshKernelPy/issues/82