pub fn schema_from_point_cloud_for_copc(
schema: &PointSchema,
) -> Result<(Format, PointSchema), IoError>Expand description
Selects a COPC-compatible LAS point format for writing the given cloud schema.
COPC accepts PDRF 1/3 (upgraded to 6/7) or native 6–8. SpatialRust maps clouds to PDRF 1 or 3.