summaryrefslogtreecommitdiffstats
path: root/gis/rasterio/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2014-02-02 06:41:19 +0700
committer Robby Workman <rworkman@slackbuilds.org>2014-02-02 02:09:49 -0600
commit3b3a793f974097bcf9baf45f64fb7191eb79084b (patch)
tree27ea8e9448b7bfd4d23e9a8112d5f7a1223716a1 /gis/rasterio/README
parent8e68364dbb16ce0bca716d05a47b44a6dee6c419 (diff)
downloadslackbuilds-3b3a793f974097bcf9baf45f64fb7191eb79084b.tar.gz
slackbuilds-3b3a793f974097bcf9baf45f64fb7191eb79084b.tar.xz
gis/rasterio: Moved from Academic category.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/rasterio/README')
-rw-r--r--gis/rasterio/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/gis/rasterio/README b/gis/rasterio/README
new file mode 100644
index 0000000000..66dd4a646a
--- /dev/null
+++ b/gis/rasterio/README
@@ -0,0 +1,7 @@
+Fast and direct geospatial raster I/O for Python programmers who use Numpy.
+
+This package is aimed at developers who want little more than to read raster
+images into Numpy arrays or buffers, operate on them in Python (or Cython), and
+write the results out to new GeoTIFF files.
+
+Rasterio employs GDAL under the hood for file I/O and raster formatting.