Crate copc_rs

Source
Expand description

Library for reading and writing Cloud Optimized Point Cloud (COPC) data.

Structs§

Bounds
Minimum and maximum bounds in three dimensions.
CopcReader
COPC file reader
CopcWriter
COPC file writer
PointIter
LasZip point iterator
Vector
An xyz collection.

Enums§

BoundsSelection
Select points within bounds
Error
crate specific Error enum
LodSelection
Limits the octree levels to be queried in order to have a point cloud with the requested resolution.
PointAddError
crate specific Error enum related to adding points to the writer

Type Aliases§

Result
crate specific Result type