Deltares / xugrid

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

Enable laplace interpolate for Ugrid1d #192

Closed Huite closed 8 months ago

Huite commented 8 months ago

To allow interpolating between nodes. Should be quite straightforward by providing a different connectivity here:

https://github.com/Deltares/xugrid/blob/75c87e62d4dbfc27bebe88c206be925102be5e4e/xugrid/core/dataarray_accessor.py#L629

I think everything else might just work.