Files
clawhdf5/crates/clawhdf5-netcdf4
osobhandClaude Fable 5.1 0876796432 chore(release): v2.3.0
Bump all workspace crates, the node package and pyproject to 2.3.0, finalize
the changelog and add upgrade notes for the behaviour changes.

Co-Authored-By: Claude Fable 5.1 <[email protected]>
2026-09-19 07:19:11 -07:00
..
2026-09-19 07:19:11 -07:00

clawhdf5-netcdf4

crates.io docs.rs

NetCDF-4 read support built on clawhdf5 — pure Rust, no C dependencies.

Features

  • Read NetCDF-4 / HDF5-backed .nc files
  • 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