Module laz::las

source · []
Expand description

This module contains re-exports of the different version of LAS data compressors & decompressors as well as the definition of the point types.

Re-exports

pub use pointtypes::Point0;
pub use pointtypes::Point6;
pub use crate::laszip;

Modules

Defines the different version of compressors and decompressors for ExtraBytes contained in points

This module contains a quick implementation of a LAS file reader with just enough code to be able to read points in any LAS file but not enough to support all the features of LAS.

Defines the different version of compressors and decompressors for the GpsTime

Defines the compressors and decompressors for the Near Infrared (Nir) data

Defines the Point Format 0 ands different version of compressors and decompressors

Defines the Point Format 6 ands different version of compressors and decompressors

Module with the definition of a RGB struct and implementations of Compressors and Decompressors

This module only contains re exports of compressors / decompressors of the corresponding version for easier access

This module only contains re exports of compressors / decompressors of the corresponding version for easier access

This module only contains re exports of compressors / decompressors of the corresponding version for easier access

Structs