summaryrefslogtreecommitdiffstats
path: root/python/pyresample/README
blob: 1361d520ed71618ffda97acc9cac5916bee01b38 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.

Optional dependencies: numexpr, quicklook (not available from SBo)

NOTE: Cython will not be used. Use environment variable 'USE_CYTHON=True'
to use it.