Crate grib1_reader

Source
Expand description

Read a GRIB1 file and search for data based on parameter and level values. The results can either be decoded or extracted as a binary blob so it can be saved to a separate file. Currently only the Grid 10 (RotatedLatLon) data representation type is supported.

Modules§

error

Structs§

BDS
Binary data section
Bitmap
Bit-map section
GDS
Grid description section
Grib
Grib file representation
Grib1Reader
The star of the show
GribIndex
Index information describing param, level, and where to find the sub-file
PDS
Product definition section
RotatedLatLon
Rotated latitude/longitude
SearchParams
Search parameters for when reading the file

Enums§

DataRepresentation
List of data types the library supports (is able to decode)