- `ResampleWithGauss` now correctly passes along coordinates of time and parameter dimensions
1.6.0
- Provide a new transformer `ResampleWithGauss` to resample arbitrary swaths of lat/lon points - Resampling transformation parameters can be cached in zarr storage
1.5.0
A new coordinate has been introduced designating the tif file that has been used to load this part of the data.
1.4.0
- when loading files, you can now pass through rioxarray.open_rasterio and rasterio.open kwargs - added the ModifyAttr transformation, so you can update xarray attributes from within a pipeline without needing to add extra code