SlackBuildsOrg/python/pyresample
B. Watson 50d1b63bd3
python/pyresample: Fix broken symlink in doc dir.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-07-08 16:41:56 +07:00
..
pyresample.info
pyresample.SlackBuild
README
slack-desc

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.