Deltares / xugrid

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

.ugrid.sel(x=..., y=...) should return a 2D result #98

Open Huite opened 1 year ago

Huite commented 1 year ago

The docstring of sel currently mentions that it will do orthogonal indexing, but it gives a somewhat confusing result:

It would make more sense to just rely on the same logic as rasterize here.