Unified entry point: automatically detects LAS/LAZ/COPC format and parses points.
LASF
laz-support
All three formats use the same decompression path internally. COPC adds spatial indexing but falls back to full decompression for the auto path.
Unified entry point: automatically detects LAS/LAZ/COPC format and parses points.
Format Detection
LASFmagic, version ≤ 1.3, no compression bitLASFmagic, any version, compression bit set at byte 104 (requireslaz-supportfeature)LASFmagic, version 1.4, compression bit set, COPC VLR present (requireslaz-supportfeature)All three formats use the same decompression path internally. COPC adds spatial indexing but falls back to full decompression for the auto path.