You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ImageContainerNearest and ImageContanerBilinear classes can be used for resampling of swaths as well as grids. Below is an example using nearest neighbour resampling.
Expected Output
Actual Result, Traceback if applicable
Versions of Python, package at hand and relevant dependencies
The text was updated successfully, but these errors were encountered:
Code Sample, a minimal, complete, and verifiable piece of code
The following code snippet is taken directly from the RTD pages:
Problem description
The above code produce a deprecation warning!
.../pyresample/image.py:252: FutureWarning: Usage of ImageContainer is deprecated, please use NumpyResamplerBilinear class instead
In https://pyresample.readthedocs.io/en/latest/howtos/swath.html the first example of resampling "swath" data mention a deprecated class:
The ImageContainerNearest and ImageContanerBilinear classes can be used for resampling of swaths as well as grids. Below is an example using nearest neighbour resampling.
Expected Output
Actual Result, Traceback if applicable
Versions of Python, package at hand and relevant dependencies
The text was updated successfully, but these errors were encountered: