slackbuilds/python/pyresample
B. Watson c2db29430a python/pyresample: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:37:56 -04:00
..
README python/pyresample: Wrap README at 72 columns. 2022-03-17 12:37:56 -04:00
pyresample.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
pyresample.info python/pyresample: Update DEP 2022-03-09 21:29:31 +07:00
slack-desc

README

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 by default. Set environment variable
'USE_CYTHON=True' to use it.