Open
Description
Make an example notebook that uses elm
's Pipeline
(docs here) to with resampling / regridding as an intermediate step, where the resampling / regridding step uses an elm.steps.ModifySample
transformer to use gridtools
: https://github.com/CAB-LAB/gridtools . ModifySample
is described in the docs here
See also: pydata/xarray#486 (comment)
After the notebook, see how this may be generalized relative to xarray
and elm
.