Metadata-Version: 2.1
Name: rio-colormap
Version: 1.2.1
Summary: Rasterio CLI plugin example
Home-page: https://github.com/sgillies/rio-plugin-example
Author: Sean Gillies
Author-email: sean.gillies@gmail.com
License: BSD
Description: rio-plugin-example
        ==================
        
        A Rasterio CLI command plugin example. 
        
        .. image:: https://travis-ci.org/sgillies/rio-plugin-example.svg
           :target: https://travis-ci.org/sgillies/rio-plugin-example
        
        Usage
        -----
        
        Given a path to a raster dataset, this project's ``rio metasay`` command prints
        a picture of a cow saying one random or optionally specified (see ``--item``)
        metadata item from the dataset.
        
        .. code-block:: console
        
            $ rio metasay tests/data/RGB.byte.tif
             ____________
            < Width: 791 >
             ------------
              \
               \   \_\_    _/_/
                \      \__/
                       (oo)\_______
                       (__)\       )\/\
                           ||----w |
                           ||     ||
        
        
        This project is a recipe for new, actually useful plugins, and hopefully
        generates a few nostalgic chuckles or groans.
        
        Installation
        ------------
        
        If you've already 
        `installed Rasterio <https://github.com/mapbox/rasterio#installation>`__,
        installation is just ``pip install rio-metasay``.
        
        Testing
        -------
        
        See ``.travis.yml`` for an example of how to use Rasterio releases to speed up
        your testing builds.
        
Platform: UNKNOWN
Provides-Extra: test
