Resampling (reprojection) of geospatial image data in Python. Pyresample uses a kd-tree approach for resampling. Pyresample is designed for resampling of remote sensing data and supports resampling from both fixed grids and geolocated swath data. Several types of resampling are supported including nearest neighbour, gaussian weighting and weighting with a user defined radial function. Pyresample works with Numpy arrays including support for masked arrays. Support for parallel resampling using multiple processor cores. Plotting capablity using Basemap. As of v0.8.0 pykdtree can be used to speed up processing.
Pyresample is tested with Python 2.7 and 3.6, but should additionally work on Python 3.4+.
Documentation Look at pytroll.org for more information.