Closed romulogoncalves closed 5 years ago
To mark it as optional, the workaround is to use RawExpr
type at the moment:
RawExpr(Map("type" -> "filters.crop").asJson)
// RawExpr accepts circe.Json object
RawExpr(Json.obj(...))
Also feel free to create PRs with these minor fixes.
Ok,we will create PRs when suggesting these type of fixes.
When building the following pipeline:
We get the following error:
It is also not clear from the documentation of PDAL what means script and source. It says that
The literal Python code to execute, when the script option is not being used.
, but the optionscript
is not optional.Any suggestion?