[pdal] PDAL 2.2.0 Released

Andrew Bell andrew.bell.ia at gmail.com
Wed Sep 9 08:34:05 PDT 2020


All,

PDAL version 2.2 is now available. You can download the source code and see
the release notes here: https://github.com/PDAL/PDAL/releases/tag/2.2.0
A Conda version should be available shortly.

In addition to new filters and many bug fixes, this version features a
"where" option for filters to allow points to bypass a filter stage. The
assign filter also has added simple math functionality.

For API users, note that the default storage of data in PDAL 2.2 has
changed to column-major from row-major order (data comprising a single
point is no longer stored contiguously). You can access the behavior in
PDAL 2.1 by using the class RowPointTable instead of ColumnPointTable,
which is the default data storage structure in PDAL 2.2.

Please let me know if you have any questions,

-- 
Andrew Bell
andrew.bell.ia at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20200909/c1e9e780/attachment.html>


More information about the pdal mailing list