Closed klassenjs closed 1 year 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
I added backwards compatibility for this change as #276
This has been fixed in PDAL with https://github.com/PDAL/PDAL/pull/3682
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