File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -34,3 +34,13 @@ Options:
34
34
--flex-mode Allow comparison of masked RGB + RGBA
35
35
--help Show this message and exit.
36
36
```
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
+ ```
Original file line number Diff line number Diff line change @@ -36,5 +36,17 @@ compare
36
36
--flex-mode Allow comparison of masked RGB + RGBA
37
37
--help Show this message and exit.
38
38
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
+
39
51
.. |Build Status | image :: https://magnum.travis-ci.com/mapbox/raster-tester.svg?token=Dkq56qQtBntqTfE3yeVy
40
52
:target: https://magnum.travis-ci.com/mapbox/raster-tester
Original file line number Diff line number Diff line change 8
8
9
9
10
10
setup (name = 'raster-tester' ,
11
- version = '0.3.1 ' ,
11
+ version = '0.4.0 ' ,
12
12
description = u"Tools for testing rasters" ,
13
13
long_description = long_description ,
14
14
classifiers = [],
You can’t perform that action at this time.
0 commit comments