PDAL / PDAL

PDAL is Point Data Abstraction Library. GDAL for point cloud data.

Home Page:https://pdal.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation: Deprecated option "last" in ground filter tutorial

han16nah opened this issue · comments

The bug

In the Ground Filter Tutorial, the SMRF filter filters.smrf is used with the option "last", which seems to be deprecated. Recreating the pipeline therefore raises an error:

PDAL: filters.smrf: Unexpected argument 'last'.

Instead of "last":true, one would use "returns":"last".

System/installation information:

$ pdal --version

pdal 2.6.0

Fixed in #4329