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§
Structs§
- Data
Reader - A reader for parsing BUFR data sections.
- Data
Spec - Data specification for reading BUFR data section.
- Descriptor
- Descriptor (FXY).
- XY
- X and Y parts of a descriptor.
Enums§
- Data
Event - Event emitted by
DataReader
. - Error
- The error type used by this crate.
- Resolved
Descriptor - A descriptor that has been resolved with table lookups.
- Value
- Primitive value in BUFR data.