Bump all workspace crates, the node package and pyproject to 2.5.0, fold the two unreleased sections together and add upgrade notes for the behaviour changes. Co-Authored-By: Claude Opus 5 (1M context) <[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