Function netcdf::open_mem

source ยท
pub fn open_mem<'a>(name: Option<&str>, mem: &'a [u8]) -> Result<FileMem<'a>>
Available on crate feature has-mmap only.
Expand description

Open a netCDF file from a buffer