Skip to main content

Module copc

Module copc 

Source
Expand description

COPC (Cloud Optimized Point Cloud) readers and writers. COPC (Cloud Optimized Point Cloud) readers and writers.

Structs§

CopcBounds
Axis-aligned bounds for COPC spatial queries.
CopcChunkSource
Bounded, deterministic COPC source over any random-access byte source.
CopcFileInfo
Metadata exposed from a COPC header without loading point data.
CopcNode
One COPC octree node exposed by CopcNodeReader.
CopcNodeReader
Bounded per-node COPC reader.
CopcQuery
Spatial query parameters for partial COPC reads.
CopcReader
Reads point clouds from COPC files.
CopcStreamingWriteReceipt
Deterministic receipt for a bounded COPC streaming write.
CopcWriter
Writes point clouds to COPC files.
CopcWriterParams
HttpByteSource
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.
write_copc_stream
Writes a bounded record source to COPC through the writer’s fixed-width temporary spill, preflighting the complete spill extent before any points are consumed.