Bump all workspace crates, the node package and pyproject to 2.4.0, finalize the changelog and add upgrade notes for the search behaviour changes. Co-Authored-By: Claude Fable 5.1 <[email protected]>
clawhdf5-netcdf4
NetCDF-4 read support built on clawhdf5 — 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 clawhdf5_netcdf4::NetCDF4File;
let nc = NetCDF4File::open("climate.nc").unwrap();
let temp = nc.variable("temperature").unwrap();
License
MIT