python3-rasterio

Python 3 API for using geospatial raster data with Numpy
  https://github.com/mapbox/rasterio
  0
  no reviews



Rasterio reads and writes geospatial raster datasets.

Rasterio employs GDAL under the hood for file I/O and raster formatting. Its functions typically accept and return Numpy ndarrays. Rasterio is designed to make working with geospatial raster data more productive and more fun.

This package contains the Python 3 version of the library.