OpenCPN Partial API docs
Loading...
Searching...
No Matches
GribReader.h File Reference

GRIB (GRIdded Binary) file reader and parser. More...

#include "wx/wxprec.h"
#include "wx/wx.h"
#include <iostream>
#include <cmath>
#include <vector>
#include <set>
#include <map>
#include "GribRecord.h"
#include "zuFile.h"

Go to the source code of this file.

Classes

class  GribReader
 

Detailed Description

GRIB (GRIdded Binary) file reader and parser.

This header defines the low-level GRIB file parsing infrastructure. GRIB is a standardized binary format used by meteorological centers worldwide to store and distribute weather forecast data.

Key Features:

  • Supports both GRIB1 and GRIB2 file formats
  • Handles multiple meteorological parameters (wind, pressure, waves, etc.)
  • Provides temporal interpolation between forecast times
  • Manages cumulative parameters like precipitation and cloud cover
  • Supports compressed files (bzip2, gzip)

Definition in file GribReader.h.