summaryrefslogtreecommitdiffstats
path: root/python/pyresample/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyresample/README')
-rw-r--r--python/pyresample/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/python/pyresample/README b/python/pyresample/README
deleted file mode 100644
index f7c5cd1ce5..0000000000
--- a/python/pyresample/README
+++ /dev/null
@@ -1,11 +0,0 @@
-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.