summaryrefslogtreecommitdiffstats
path: root/python/pyresample/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-02-17 17:54:26 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-02-18 14:59:55 -0600
commitd911864590493d736141ddbb4b012b19506bfdbe (patch)
treeb1f72e7c3724a239ef7e41bb1e7a3a4a35f75b0d /python/pyresample/README
parent77d75202a0545196bafc5e4b1731043c5c961c2c (diff)
downloadslackbuilds-d911864590493d736141ddbb4b012b19506bfdbe.tar.gz
slackbuilds-d911864590493d736141ddbb4b012b19506bfdbe.tar.xz
python/pyresample: Added (geospatial resampling).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyresample/README')
-rw-r--r--python/pyresample/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/pyresample/README b/python/pyresample/README
new file mode 100644
index 0000000000..06674a01f2
--- /dev/null
+++ b/python/pyresample/README
@@ -0,0 +1,6 @@
+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.