Skip to content

Commit

Permalink
add stats filter to example
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 19, 2012
1 parent 8b7b7b9 commit 51fc4be
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions test/data/plang/predicate-keep-last-return.xml
Expand Up @@ -20,11 +20,13 @@ def filter(ins,outs):
outs['Mask'] = rets
return True
</Option>
<Reader type="drivers.las.reader">
<Option name="filename">
../autzen.las
</Option>
</Reader>
<Filter type="filters.stats">
<Reader type="drivers.las.reader">
<Option name="filename">
../autzen.las
</Option>
</Reader>
</Filter>
</Filter>
</Writer>
</Pipeline>

0 comments on commit 51fc4be

Please sign in to comment.