Expand description
Pure-Rust LERC decoder.
The public API distinguishes strict single-blob entry points from concatenated-band helpers:
- inspect a single blob with
get_blob_info - inspect only the first blob with
inspect_first - count concatenated blobs with
get_band_count - decode a single blob with
decode - decode only the first blob with
decode_first - decode concatenated band sets with
decode_band_set - decode promoted
f64buffers withdecode_to_f64 - decode only the first promoted
f64blob withdecode_first_to_f64 - decode directly into
ndarray::ArrayDwithdecode_ndarray
Structs§
Enums§
Traits§
Functions§
- decode
- decode_
band_ mask_ ndarray - decode_
band_ set - decode_
band_ set_ into - decode_
band_ set_ ndarray - decode_
band_ set_ ndarray_ f64 - decode_
band_ set_ ndarray_ with_ layout - decode_
band_ set_ vec - decode_
first - decode_
first_ to_ f64 - decode_
mask_ ndarray - decode_
ndarray - decode_
ndarray_ f64 - decode_
to_ f64 - get_
band_ count - get_
blob_ info - inspect_
first - into_
band_ mask_ ndarray