[pdal] filter.range and dimensions with numerics in their name
Bradley Chambers
brad.chambers at gmail.com
Wed Aug 30 19:52:47 PDT 2017
This appears to be a legitimate issue with the way we are parsing the
limits. I've filed a ticket at https://github.com/PDAL/PDAL/issues/1659.
On Wed, Aug 30, 2017 at 10:35 PM Carl Anderson <carl.anderson at vadose.org>
wrote:
> 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
>
> _______________________________________________
> pdal mailing list
> pdal at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/pdal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20170831/429e31e6/attachment.html>
More information about the pdal
mailing list