Re-exports§
pub use crate::codetables::Code;
pub use crate::codetables::Code::Name;
pub use crate::codetables::Code::Num;
Modules§
- codetables
- cookbook
- A cookbook of examples for GRIB2 data handling.
- utils
- Utility functions not directly related to the information in the GRIB2 data.
Structs§
- BitMap
- Earth
Shape Definition - Fixed
Surface - Forecast
Time - Gaussian
Grid Definition - Grib2
- Grib2
Decoded Values - Grib2
Section Stream - Example
- Grib2
Submessage Decoder - Decoder for grid point values of GRIB2 submessages.
- Grib2
Submessage Stream - Example
- Grid
Definition - Grid
Point Index Iterator - An iterator over
(i, j)
of grid points. - Identification
- Indicator
- Lambert
Grid Definition - LatLon
Grid Definition - Local
Use - Polar
Stereographic Grid Definition - Prod
Definition - Projection
Centre Flag - Repr
Definition - Scanning
Mode - Section
Info - Seekable
Grib2 Reader - SubMessage
- SubMessage
Section - Submessage
- Submessage
Iterator - An iterator over submessages in the GRIB data.
- Template
Info
Enums§
- Build
Error - Decode
Error - Grib
Error - Grid
Definition Template Values - Grid
Point Iterator - An iterator over latitudes and longitudes of grid points in a submessage.
- Parse
Error - Section
Body
Traits§
Functions§
- from_
reader - Reads a
Grib2
instance from an I/O stream of GRIB2. - from_
slice - Reads a
Grib2
instance from bytes of GRIB2.