Crate tinybufr

Source
Expand description

A decoder for BUFR meteorological data format.

Re-exports§

pub use sections::HeaderSections;
pub use sections::ensure_end_section;
pub use tables::TableBEntry;
pub use tables::TableDEntry;
pub use tables::Tables;

Modules§

sections
The header sections of BUFR files
tables
The BUFR edition 4 tables

Structs§

DataReader
A reader for parsing BUFR data sections.
DataSpec
Data specification for reading BUFR data section.
Descriptor
Descriptor (FXY).
XY
X and Y parts of a descriptor.

Enums§

DataEvent
Event emitted by DataReader.
Error
The error type used by this crate.
ResolvedDescriptor
A descriptor that has been resolved with table lookups.
Value
Primitive value in BUFR data.