Skip to main content

Crate copc_reader

Crate copc_reader 

Source
Expand description

Pure-Rust COPC reader.

Parses LAS/COPC metadata and exposes chunked-LAZ point iteration over COPC hierarchy entries.

Structs§

CopcFile
A parsed COPC file.
CopcReader
COPC point reader owning the underlying stream.
LasHeader
Minimal LAS header fields needed by COPC callers.
PointIter
Iterator over selected COPC point chunks.
PointQuery
Point query used by CopcReader::points_for_query.

Enums§

BoundsSelection
Limits points by XYZ bounds.
LodSelection
Limits the octree levels included in a point query.