Skip to main content

fetch_and_decompress

Function fetch_and_decompress 

Source
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.