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

prepared() called before all stages are intialized

abellgithub opened this issue · comments

Currently prepared() is invoked for each stage right after initialize(). This is wrong. prepared() shouldn't be called until all stages have been initialized() to ensure that all dimensions have been added by all stages before prepared() is invoked.