frdcms / pyresample

Geospatial image resampling in Python

Home Page:http://pyresample.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Build status codebeat badge

Python package for geospatial resampling

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.

About

Geospatial image resampling in Python

http://pyresample.readthedocs.org

License:GNU Lesser General Public License v3.0


Languages

Language:Python 97.1%Language:C++ 2.9%