Module laz::las::extra_bytes

source ·
Expand description

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

Re-exports§

  • pub use v1 as v2;

Modules§

  • The Algorithm is simple: encode the difference between byte for each extra bytes
  • 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§

Traits§