Expand description
COPC (Cloud Optimized Point Cloud) readers and writers. COPC (Cloud Optimized Point Cloud) readers and writers.
Structs§
- Copc
Bounds - Axis-aligned bounds for COPC spatial queries.
- Copc
File Info - Metadata exposed from a COPC header without loading point data.
- Copc
Query - Spatial query parameters for partial COPC reads.
- Copc
Reader - Reads point clouds from COPC files.
- Copc
Writer - Writes point clouds to COPC files.
- Copc
Writer Params - Http
Byte Source - Random-access COPC byte source backed by HTTP range requests.
Functions§
- copc_
level_ for_ resolution - Computes the shallowest octree level whose spacing is at most
resolution. - read_
copc - Reads all points from a COPC file on disk.
- read_
copc_ file - Reads all points from a COPC file on disk.
- read_
copc_ file_ in_ bounds - Reads points inside a bounding box at full available detail.
- read_
copc_ file_ info - Reads COPC header metadata without loading points.
- read_
copc_ file_ with_ query - Reads points using a spatial bounds and optional LOD limit.
- read_
copc_ url - Reads all points from a remote COPC URL.
- read_
copc_ url_ info - Reads COPC header metadata from a remote URL without loading points.
- read_
copc_ url_ with_ query - Reads points from a remote COPC URL using an optional spatial query.
- write_
copc - Writes a point cloud to a COPC file on disk.
- write_
copc_ file - Writes a point cloud to a COPC file on disk.
- write_
copc_ file_ with_ params - Writes a point cloud to a COPC file using custom octree builder parameters.