diff options
Diffstat (limited to 'python/pyresample/README')
-rw-r--r-- | python/pyresample/README | 6 |
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. |