docs.rs failed to build tensogram-grib-0.20.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-grib
GRIB importer for Tensogram, built on ecCodes.
Imports GRIB files into Tensogram messages while preserving MARS-namespace metadata. Conversion is one-way (GRIB → Tensogram). GRIB is widely used in operational weather forecasting; this crate lets you bring existing GRIB data into Tensogram pipelines.
Requirements
Requires the ecCodes C library (e.g. apt install libeccodes-dev or
brew install eccodes).
Usage
use Path;
use ;
let messages = convert_grib_file?;
// messages: Vec<Vec<u8>> — each element is a complete Tensogram wire-format message.
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.