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

LAS utility masks classification incorrectly

connormanning opened this issue · comments

The V10 LAS utility does not mask the classification value properly: #4186 (comment)

This utility does not appear to be used at all within PDAL: the LAS readers/writers do not use it. The COPC drivers use these utilities in general but would not use this specific V10 loader since COPC data is V14. So I don't think any of PDAL's behavior has been affected by this.

I'll fix the utility and add a test for this.