|
OpenCPN Partial API docs
|
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 |
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:
Definition in file GribReader.h.