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
Make an example notebook that uses
elm
'sPipeline
(docs here) to with resampling / regridding as an intermediate step, where the resampling / regridding step uses anelm.steps.ModifySample
transformer to usegridtools
: https://github.com/CAB-LAB/gridtools .ModifySample
is described in the docs hereSee also: https://github.com/pydata/xarray/issues/486#issuecomment-305114655
After the notebook, see how this may be generalized relative to
xarray
andelm
.cc @forman @gbrener @jbednar