pub async fn fetch_and_decompress(
source: &impl ByteSource,
entry: &HierarchyEntry,
laz_vlr: &LazVlr,
point_record_length: u16,
) -> Result<DecompressedChunk, CopcError>Expand description
Fetch and decompress a single chunk.
pub async fn fetch_and_decompress(
source: &impl ByteSource,
entry: &HierarchyEntry,
laz_vlr: &LazVlr,
point_record_length: u16,
) -> Result<DecompressedChunk, CopcError>Fetch and decompress a single chunk.