Deltares / xugrid

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

Enable regridder for dataset #88

Open Huite opened 1 year ago

Huite commented 1 year ago

It currently only accepts DataArrays: it would be convenient to also have it work for datasets to easily regrid collections of variables.

A UgridDataset may contain multiple topologies, however, which requires a different set of weights per topology. This won't be supported, but raise a NotImplementedError.