pub fn decode_band_set_ndarray_with_mask<T: BandElement>(
blob: &[u8],
mask: &[u8],
) -> Result<ArrayD<T>>Expand description
Decodes an externally masked band set into an interleaved ndarray.
ยงErrors
Returns an error for invalid data, mask mismatch, type mismatch, or shape failure.