2022-03-14 02:58:28 +08:00
|
|
|
Fast and direct geospatial raster I/O for Python programmers who use
|
|
|
|
Numpy.
|
2013-12-24 00:34:33 +08:00
|
|
|
|
2022-03-14 02:58:28 +08:00
|
|
|
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.
|
2013-12-24 00:34:33 +08:00
|
|
|
|
2022-03-14 02:58:28 +08:00
|
|
|
Rasterio employs GDAL under the hood for file I/O and raster
|
|
|
|
formatting.
|
2018-07-13 18:21:19 +08:00
|
|
|
|
|
|
|
Optional dependencies: boto3.
|