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§
Structs§
- BDS
- Binary data section
- Bitmap
- Bit-map section
- GDS
- Grid description section
- Grib
- Grib file representation
- Grib1
Reader - The star of the show
- Grib
Index - Index information describing param, level, and where to find the sub-file
- PDS
- Product definition section
- Rotated
LatLon - Rotated latitude/longitude
- Search
Params - Search parameters for when reading the file
Enums§
- Data
Representation - List of data types the library supports (is able to decode)