[pdal] filter.range and dimensions with numerics in their name
Carl Anderson
carl.anderson at vadose.org
Wed Aug 30 19:35:34 PDT 2017
Hello list,
I am having issues building a pipeline with
{
"type":"filters.normal",
"tag":"curvature_32",
"knn":"7"
},
{
"type":"filters.eigenvalues",
"tag":"eigen",
"knn":"6"
},
{
"type":"filters.range",
"tag":"postfilter",
"limits":"Eigenvalue0[0.0:6.5]",
"limits":"Curvature[0.0:0.04]"
},
The pipeline fails with
PDAL: filters.range: Invalid 'limits' option: 'Eigenvalue0[:6.5]': Missing
'(' or '['.
When I remove the dimension Eigenvalue0, the pipeline executes.
Before digging into the source, is this likely to be a dimension name issue?
TIA
C.
Carl Anderson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20170830/968139b8/attachment.html>
More information about the pdal
mailing list