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§

ColumnSelection
Requested LAS/COPC dimensions for column-oriented reads.
ColumnSpec
Declares the LAS/COPC dimension and scalar type for a column.
CopcFile
A parsed COPC file.
CopcReader
COPC point reader owning the underlying stream.
LasColumnBatch
A column-oriented batch of LAS/COPC point values.
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.
ColumnData
Owned column values.
ColumnView
Borrowed column values.
LasDimension
LAS/COPC point dimensions that can be represented as columns.
LodSelection
Limits the octree levels included in a point query.
ScalarType
Primitive scalar types supported by LAS/COPC column data.