Skip to content

v0.4.1

Latest
Compare
Choose a tag to compare
@BSchilperoort BSchilperoort released this 08 Apr 17:36
· 1 commit to main since this release
8411437

With xarray-regrid it is possible to regrid between two rectilinear grids. The following methods are supported:

  • Linear
  • Nearest-neighbor
  • Conservative
  • Cubic
  • "Most common value", as well as other zonal statistics (e.g., variance or median).

All regridding methods can operate lazily on Dask arrays.


Release 0.4.1 comes with the following bugfixes:

  • Attributes are now properly preserved when updating coordinates during pre-formatting for regridding (#54).
  • Handle datasets with inconsistent chunksizes during pre-formatting (#57).
  • regrid.stats should properly regrid input data even when coordinates are not monotonic (#58).