slackbuilds/python/pyresample
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README python/pyresample: Updated for version 1.2.9. 2016-12-17 06:56:06 +07:00
pyresample.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
pyresample.info python/pyresample: Updated for version 1.5.0. 2017-05-06 07:03:57 +07:00
slack-desc python/pyresample: Updated for version 1.2.5. 2016-08-28 00:27:40 +01:00

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