connormanning / entwine

Entwine - point cloud organization for massive datasets
https://entwine.io
Other
451 stars 128 forks source link

Fix building against recent (main branch) of PDAL. #275

Closed klassenjs closed 1 year ago

klassenjs commented 2 years ago

LasHeader was refactored in PDAL so that:

scaleX(), scaleY(), scaleZ(), offsetX(), offsetY(), offsetZ()

are now

scale.x, scale.y, scale.z, offset.x, offset.y, offset.z

as of PDAL/PDAL@dd00e3a7

rcoup commented 2 years ago

I added backwards compatibility for this change as #276

rcoup commented 2 years ago

This has been fixed in PDAL with https://github.com/PDAL/PDAL/pull/3682