rasterio
Command line tool for investigating geospatial rasters
Install
- All systems
-
curl cmd.cat/rasterio.sh
- Debian
-
apt-get install rasterio
- Ubuntu
-
apt-get install rasterio
- Kali Linux
-
apt-get install rasterio
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rasterio
- Raspbian
-
apt-get install rasterio
- Dockerfile
- dockerfile.run/rasterio
rasterio
Command line tool for investigating geospatial rasters
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 a command-line line interface to rasterio "rasterio" which can be used to inspect raster datasets.