File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
core-scala/src/main/scala/io/pdal/pipeline Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ case class MadFilter(
449449case class MatlabFilter (
450450 script : String ,
451451 source : String ,
452- addDimenstion : Option [String ] = None ,
452+ addDimension : Option [String ] = None ,
453453 struct : Option [String ] = None , // [default: PDAL]
454454 `type` : FilterType = FilterTypes .matlab
455455) extends PipelineExpr
@@ -535,11 +535,11 @@ case class PoissonFilter(
535535
536536@ ConfiguredJsonCodec
537537case class PythonFilter (
538- script : String ,
539538 module : String ,
540539 function : String ,
541- source : String ,
542- addDimenstion : Option [String ] = None ,
540+ script : Option [String ] = None ,
541+ source : Option [String ] = None ,
542+ addDimension : Option [String ] = None ,
543543 pdalargs : Option [String ] = None ,
544544 `type` : FilterType = FilterTypes .python
545545) extends PipelineExpr
You can’t perform that action at this time.
0 commit comments