Skip to content

Commit 15a1602

Browse files
authored
Update filter.stats (#39)
1 parent 1d84e04 commit 15a1602

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

core-scala/src/main/scala/io/pdal/pipeline/PipelineExpressions.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,9 +759,11 @@ case class FilterSplitter(
759759

760760
@ConfiguredJsonCodec
761761
case 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

0 commit comments

Comments
 (0)