UXARRAY / uxarray

Xarray-styled package for reading and directly operating on unstructured grid datasets following UGRID conventions
https://uxarray.readthedocs.io/
Apache License 2.0
142 stars 31 forks source link

Default to rasterization for `UxDataArray.plot` #761

Closed philipc2 closed 3 months ago

philipc2 commented 3 months ago

Proposed new feature or change:

We should consider always using rasterized methods for the default plotting methods to avoid any unnecessary branching.