Skip to content

Commit 0c5baa9

Browse files
committed
0.4.0
1 parent d67bf78 commit 0c5baa9

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,13 @@ Options:
3434
--flex-mode Allow comparison of masked RGB + RGBA
3535
--help Show this message and exit.
3636
```
37+
38+
## isempty
39+
```
40+
Usage: raster-tester isempty [OPTIONS] INPUT_1
41+
42+
Options:
43+
-b, --bidx INTEGER Bands to blob [default = 4]
44+
--randomize Iterate through windows in a psuedorandom fashion
45+
--help Show this message and exit.
46+
```

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,17 @@ compare
3636
--flex-mode Allow comparison of masked RGB + RGBA
3737
--help Show this message and exit.
3838

39+
isempty
40+
-------
41+
42+
::
43+
44+
Usage: raster-tester isempty [OPTIONS] INPUT_1
45+
46+
Options:
47+
-b, --bidx INTEGER Bands to blob [default = 4]
48+
--randomize Iterate through windows in a psuedorandom fashion
49+
--help Show this message and exit.
50+
3951
.. |Build Status| image:: https://magnum.travis-ci.com/mapbox/raster-tester.svg?token=Dkq56qQtBntqTfE3yeVy
4052
:target: https://magnum.travis-ci.com/mapbox/raster-tester

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
setup(name='raster-tester',
11-
version='0.3.1',
11+
version='0.4.0',
1212
description=u"Tools for testing rasters",
1313
long_description=long_description,
1414
classifiers=[],

0 commit comments

Comments
 (0)