rustyhdf5-netcdf4
NetCDF-4 read support built on rustyhdf5 — pure Rust, no C dependencies.
Features
- Read NetCDF-4 / HDF5-backed
.ncfiles - Dimension, variable, and CF convention support
- Climate and scientific data access
Usage
use NetCDF4File;
let nc = open.unwrap;
let temp = nc.variable.unwrap;
License
MIT