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.
CopcFileInfo
Metadata exposed from a COPC header without loading point data.
CopcQuery
Spatial query parameters for partial COPC reads.
CopcReader
Reads point clouds from COPC files.
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.