Skip to content

add interpolate option to regrid tasks

Wout De Nolf requested to merge regrid_with_interpolation into main

I made interpolation required for stacks of multiple scans ("linear" by default) and optional for single scans ("linear" by default but can be None). It could be optional for stacks as well but that would be extra work without a real use case. We can add it when needed.

There don't seem to be any tests for the regrid tasks. I'll add them in another MR.

Edited by Wout De Nolf

Merge request reports