rustyhdf5-netcdf4 1.93.0

NetCDF-4 read support built on rustyhdf5 — pure Rust, no C dependencies
Documentation
  • Coverage
  • 100%
    88 out of 88 items documented1 out of 46 items with examples
  • Size
  • Source code size: 89.54 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.03 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • osobh

rustyhdf5-netcdf4

crates.io docs.rs

NetCDF-4 read support built on rustyhdf5 — 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 rustyhdf5_netcdf4::NetCDF4File;

let nc = NetCDF4File::open("climate.nc").unwrap();
let temp = nc.variable("temperature").unwrap();

License

MIT