[][src]Module laz::las::extra_bytes

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

Re-exports

pub use v1 as v2;

Modules

v1

The Algorithm is simple: encode the difference between byte for each extra bytes

v3

The algorithm is similar to v1 (& v2), the changes are that compressor / decompressor uses contexts (4) and each byte of the extra bytes is encoded in its own layer with its own encoder

Structs

ExtraBytes

Traits

LasExtraBytes