Crate sdc

Source
Expand description

A simple library for reading and writing Riegl .sdc files.

.sdc files are simple binary tables of discrete-return LiDAR data.

Re-exports§

pub use error::Error;
pub use point::Point;
pub use point::TargetType;
pub use reader::Reader;
pub use reader::Version;
pub use writer::Writer;

Modules§

error
Our custom error types.
point
An SDC point record.
reader
Read points from an .sdc file.
writer
Object for creating .sdc files.