------------------
* Added a new command line mode –reduce_factor that reduces the number of pixels
in a raster by that integer amount. Ex:
``python -m ecoshard base.tif --reduce_factor 4 max target.tif``
this call makes the size of the pixels in base.tif 4 times larger on the
edge, thus reducing the total size of the image by 16 times, the convolution
upsample is done with a "max" and the output file is ``target.tif``. The
modes "min", "max", "sum", "average", "mode" are available.