copc-core 0.9.0

Shared COPC metadata, hierarchy, streaming point, and error types
Documentation
1
2
3
4
5
6
7
//! Shared parsing limits applied to untrusted LAS/COPC input.

/// Maximum number of VLRs accepted when parsing LAS/COPC input.
pub const MAX_VLR_COUNT: u32 = 4_096;

/// Maximum number of EVLRs accepted when parsing LAS/COPC input.
pub const MAX_EVLR_COUNT: u32 = 4_096;