Reader(s) for entire GRIB file. If array, its grib chunks, otherwise it will be the entire file
Optional
idxs: SectionLocations[]The list of section locations we will be parsing
Iterate through each packet and add their products to the geometry
Static
fromIDXCreate a GRIB2Reader from a .idx file
Either the http path to the .idx file or the entire GRIB file
The parsed .idx file with the locations of each section
A GRIB2Reader of the specific sections
GRIB2 Reader
Description
This class reads a GRIB2 file and returns a list of GRIB2 products. Implements the FeatureIterator interface.
Usage
The recommended way to parse grib files is to filter out what you want:
Parsing the entire grib file:
Links