diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-12-13 10:58:28 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-17 06:56:06 +0700 |
commit | 09be17bc99511b09d2dd6a21013837a9eaf49d4f (patch) | |
tree | 2bba5d39a6da141535f69f287b51e5754c70b836 /python/pyresample/README | |
parent | ebf4b731555860895161d77f9e8338570d335206 (diff) |
python/pyresample: Updated for version 1.2.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pyresample/README')
-rw-r--r-- | python/pyresample/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/pyresample/README b/python/pyresample/README index 4616946715bd..1361d520ed71 100644 --- a/python/pyresample/README +++ b/python/pyresample/README @@ -5,4 +5,7 @@ Pyresample is designed for resampling of remote sensing data and supports resampling from both fixed grids and geolocated swath data. -Optional dependencies: numexpr, pykdtree, quicklook (not available from SBo) +Optional dependencies: numexpr, quicklook (not available from SBo) + +NOTE: Cython will not be used. Use environment variable 'USE_CYTHON=True' +to use it. |