Expand description
Library for reading and writing Cloud Optimized Point Cloud (COPC) data.
Structs§
- Bounds
- Minimum and maximum bounds in three dimensions.
- Copc
Reader - COPC file reader
- Copc
Writer - COPC file writer
- Point
Iter - LasZip point iterator
- Vector
- An xyz collection.
Enums§
- Bounds
Selection - 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.
- Point
AddError - crate specific Error enum related to adding points to the writer
Type Aliases§
- Result
- crate specific Result type