Jason Boutte
Jason Boutte
Adds new variable for additional archiving components.
## Description Output dimensional order was always `..., Y, X` where `...` is all other dimensions. This would cause an error when adding bounds as the input dimensional ordering was...
This issue is to track the progress of moving from vtk-cdat and conda-forge vtk. This will start with vtk 9.0.0. Tasks: - [x] Build packages against conda-forge/vtk 9.0.0 - [...
## Description Adds `output_weights` option to `regrid2` and `xesmf` regridders. Can be set to true/false to include weights as `weights` variable in output dataset. If it's a `str`, this will...
## Description Adds support for passing `target_data="infer"` to vertical regridder. This will cause the process to attempt to decode a parametric vertical coordinate if present and use it to regrid,...
### Is your feature request related to a problem? n/a ### Describe the solution you'd like This would add a `weights` parameter to the horizontal regridder that would accept pre-calculated...
### Is your feature request related to a problem? Slow performance in Regrid2 ### Describe the solution you'd like The #752 PR added support for `Regrid2` to output weights as...