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