Metadata-Version: 1.0
Name: raster-tester
Version: 0.1.0dev
Summary: Tools for testing rasters
Home-page: https://github.com/mapbox/raster-tester
Author: Camilla Mahon
Author-email: camilla@mapbox.com
License: MIT
Description: raster-tester
        =============
        
        |Build Status|
        
        ::
        
             _______________        _______________
            |_|_|_|_|_|_|_|_|      |_|_|_|_|_|_|_|_|
            |_|_|_|_|_|_|_|_| HIRU |_|_|_|_|_|_|_|_|
            |_|_|_|_|_|_|_|_| DIFF |_|_|_|_|_|_|_|_|
            |_|_|_|_|_|_|_|_| FROM |_|_|_|_|_|_|_|_|
            |_|_|_|_|_|_|_|_| ===> |_|_|_|_|_|_|_|_|
            |_|_|_|_|_|_|_|_|      |_|_|_|_|_|_|_|_|
        
        compare
        -------
        
        ::
        
            Usage: raster-tester compare [OPTIONS] INPUT_1 INPUT_2
        
            Options:
              -p, --pixel-threshold INTEGER  Threshold for pixel diffs [default=0]
              -d, --downsample INTEGER       Downsample via decimated read for faster
                                             comparison, and to handle variation in
                                             compression artifacts [default=1]
              -u, --upsample INTEGER         Upsample to handle variation in compression
                                             artifacts [default=1]
              --compare-masked               Only compare masks + unmasked areas of RGBA
                                             rasters
              --debug                        Print ascii preview of errors
              --help                         Show this message and exit.
        
        .. |Build Status| image:: https://magnum.travis-ci.com/mapbox/raster-tester.svg?token=Dkq56qQtBntqTfE3yeVy
           :target: https://magnum.travis-ci.com/mapbox/raster-tester
        
Platform: UNKNOWN
