docs.rs failed to build tensogram-netcdf-0.19.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
tensogram-netcdf
NetCDF importer for Tensogram.
Imports NetCDF-3 and NetCDF-4 files into Tensogram messages, with optional CF-convention metadata lifting. Conversion is one-way (NetCDF → Tensogram). NetCDF is widely used in climate, ocean, atmospheric, and Earth-observation science; this crate brings those datasets into Tensogram pipelines.
Requirements
Requires the netCDF C library (e.g. apt install libnetcdf-dev or
brew install netcdf).
Usage
use Path;
use ;
let messages = convert_netcdf_file?;
// messages: Vec<Vec<u8>> — one complete Tensogram message per split.
Installation
CLI
Documentation
- Full documentation: https://sites.ecmwf.int/docs/tensogram/main/
- Repository: https://github.com/ecmwf/tensogram
License
Copyright 2026- ECMWF. Licensed under Apache-2.0. See LICENSE.