From da9121446e8815929c50d3c179983c1111aac3bf Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Mon, 23 Dec 2013 17:34:33 +0100 Subject: academic/rasterio: Added (direct raster I/O for numpy coders). Signed-off-by: Matteo Bernardini --- academic/rasterio/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 academic/rasterio/README (limited to 'academic/rasterio/README') diff --git a/academic/rasterio/README b/academic/rasterio/README new file mode 100644 index 0000000000..66dd4a646a --- /dev/null +++ b/academic/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. -- cgit v1.2.3