summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 14:58:28 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 14:58:28 -0400
commit35b377fdc2a9d8dc89bdd59ec0375b1ce473e817 (patch)
treee933ab1f67b18fd55a1b0075ce2e9dbe242aae4f /gis
parent8d136a4c35bc227ad03e247f186a95c92b912e55 (diff)
downloadslackbuilds-35b377fdc2a9d8dc89bdd59ec0375b1ce473e817.tar.gz
slackbuilds-35b377fdc2a9d8dc89bdd59ec0375b1ce473e817.tar.xz
gis/rasterio: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'gis')
-rw-r--r--gis/rasterio/README12
1 files changed, 7 insertions, 5 deletions
diff --git a/gis/rasterio/README b/gis/rasterio/README
index 87e9c97595..b9559ff4d1 100644
--- a/gis/rasterio/README
+++ b/gis/rasterio/README
@@ -1,9 +1,11 @@
-Fast and direct geospatial raster I/O for Python programmers who use Numpy.
+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.
+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.
+Rasterio employs GDAL under the hood for file I/O and raster
+formatting.
Optional dependencies: boto3.