Metadata-Version: 1.0
Name: rio-clip
Version: 0.0.1
Summary: Clip a geo-aware raster to the bounds of another.
Home-page: https://github.com/kapadia/rio-crop
Author: Amit Kapadia
Author-email: akapad@gmail.com
License: MIT
Description: 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.
        
        .. code-block:: console
        
            $ rio clip source.tif target.tif cropped.tif
        
        Installation
        ------------
        
        If you've already 
        `installed Rasterio <https://github.com/mapbox/rasterio#installation>`__,
        installation is just ``pip install rio-clip``.
Platform: UNKNOWN
