Problem description
Satpy implemented a series of high level resampler classes that would fit better as an upgraded interface to the different resampling methods in pyresample.
The basic workflow with these classes is:
resampler = Resampler(source_geo_def, target_geo_def)
result = resampler(data)
This is related to issues #181