Skip to content

Disable bilinear resampling when transforming map to sensor geometry

Daniel Scheffler requested to merge disable_bilinear_for_map2sensor into master

Due to changes in pyresample>1.17.0 bilinear resampling is not usable anymore when transforming map to sensor geometry. So far, sensormapgeo pinned pyresample to <=1.17 but this now causes the conda-forge builds for Python 3.10 to fail and produces more and more DeprecationWarnings.

So, this MR removes the version pinning and disables bilinear resampling for map to sensor geometry transformation. Instead, gauss resampling is used and a warning is raised.

Closes #7 (closed).

Edited by Daniel Scheffler

Merge request reports