copc-temporal 0.1.5

COPC Temporal Index Extension reader for time-range filtering of point clouds
Documentation
1
2
3
4
5
6
7
/// Minimal VLR representation for temporal index parsing.
#[cfg_attr(not(test), allow(dead_code))]
pub(crate) struct VlrData {
    pub user_id: String,
    pub record_id: u16,
    pub data: Vec<u8>,
}