[pdal] PDAL 2.2.0RC1

Andrew Bell andrew.bell.ia at gmail.com
Fri Aug 28 05:47:41 PDT 2020


All,

A release candidate for PDAL 2.2 has been made available.  You can view the
release notes or download the source code here:
https://github.com/PDAL/PDAL/releases/tag/2.2.0rc1

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.

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


More information about the pdal mailing list