ContinuumIO / xarray_filters

A Pipeline approach to chaining common xarray data structure conversions
3 stars 10 forks source link

Use the new datashader regridding tools when available #1

Open PeterDSteinberg opened 7 years ago

PeterDSteinberg commented 7 years ago

After this datashader issue 372 is resolved, xarray-filters should create a subclass of what is now elm.pipeline.steps (to become xarray.filters.steps that calls the regridding callable and allows it to be in a xarray.filters.Pipeline (a refactor of what is now elm.pipeline.Pipeline).