tensogram-grib 0.16.1

GRIB to Tensogram format importer using ecCodes
docs.rs failed to build tensogram-grib-0.16.1
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 ecCodes C library (e.g. apt install libeccodes-dev or brew install eccodes).

Usage

use tensogram_grib::{convert_grib, GribConvertOptions};

convert_grib("forecast.grib", "forecast.tgm", &GribConvertOptions::default())?;

Installation

[dependencies]
tensogram-grib = "0.14"

CLI

cargo install tensogram-cli --features grib
tensogram convert-grib forecast.grib -o forecast.tgm

Documentation

License

Copyright 2026- ECMWF. Licensed under Apache-2.0. See LICENSE.