File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
core-scala/src/main/scala/io/pdal/pipeline Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ### Changed
10+ - Update filter.stats [ #39 ] ( https://github.com/PDAL/java/pull/39 )
11+
912## [ 2.1.5-RC3] - 2020-03-13
1013### Fixed
1114- Fix mesh rasterizer [ #38 ] ( https://github.com/PDAL/java/pull/38 )
Original file line number Diff line number Diff line change @@ -759,9 +759,11 @@ case class FilterSplitter(
759759
760760@ ConfiguredJsonCodec
761761case class FilterStats (
762- dimenstions : Option [String ] = None ,
762+ dimensions : Option [String ] = None ,
763763 enumerate : Option [String ] = None ,
764764 count : Option [Int ] = None ,
765+ global : Option [String ] = None ,
766+ advanced : Option [Boolean ] = None ,
765767 `type` : FilterType = FilterTypes .stats
766768) extends PipelineExpr
767769
You can’t perform that action at this time.
0 commit comments