rasterio

Read and write geospatial raster data in various formats

brewmacoslinux
Try with needOr install directly
Source

About

Reads and writes geospatial raster datasets

Commands

rio

Examples

Get information about a raster file$ rio info path/to/raster.tif
Convert raster to a different format$ rio convert input.tif output.jp2
Clip a raster to a bounding box$ rio clip input.tif output.tif --bounds 0 0 10 10