Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnomadb committed Nov 11, 2015
1 parent d67bf78 commit 0c5baa9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@ Options:
--flex-mode Allow comparison of masked RGB + RGBA
--help Show this message and exit.
```

## isempty
```
Usage: raster-tester isempty [OPTIONS] INPUT_1
Options:
-b, --bidx INTEGER Bands to blob [default = 4]
--randomize Iterate through windows in a psuedorandom fashion
--help Show this message and exit.
```
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,17 @@ compare
--flex-mode Allow comparison of masked RGB + RGBA
--help Show this message and exit.

isempty
-------

::

Usage: raster-tester isempty [OPTIONS] INPUT_1

Options:
-b, --bidx INTEGER Bands to blob [default = 4]
--randomize Iterate through windows in a psuedorandom fashion
--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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


setup(name='raster-tester',
version='0.3.1',
version='0.4.0',
description=u"Tools for testing rasters",
long_description=long_description,
classifiers=[],
Expand Down

0 comments on commit 0c5baa9

Please sign in to comment.