rio-clip

Clip a geo-aware raster to the bounds of another.


License
MIT
Install
pip install rio-clip==0.0.2

Documentation

rio-clip

A Rasterio CLI command plugin for clipping datasets.

Usage

Given two datasets, rio clip clips the second dataset to the bounds of the first dataset.

$ rio clip source.tif target.tif clipped.tif

Installation

If you've already installed Rasterio, installation is just pip install rio-clip.