Expand description
Pure-Rust LERC decoder.
The public API is decoder-first and mirrors the high-value inspection and decode entry points from Esri’s LERC project:
- inspect a blob with
get_blob_info - count concatenated blobs with
get_band_count - decode native pixel buffers with
decode - decode promoted
f64buffers withdecode_to_f64 - decode directly into
ndarray::ArrayDwithdecode_ndarray