OpenCPN Partial API docs
|
GRIB Weather Data Plugin for OpenCPN. More...
#include "wx/wxprec.h"
#include "wx/wx.h"
#include <wx/glcanvas.h>
#include "ocpn_plugin.h"
#include "wx/jsonreader.h"
#include "wx/jsonwriter.h"
#include "GribSettingsDialog.h"
#include "GribOverlayFactory.h"
#include "GribUIDialog.h"
Go to the source code of this file.
Classes | |
class | grib_pi |
class | GribPreferencesDialog |
Macros | |
#define | PLUGIN_VERSION_MAJOR 5 |
#define | PLUGIN_VERSION_MINOR 0 |
#define | MY_API_VERSION_MAJOR 1 |
#define | MY_API_VERSION_MINOR 16 |
#define | GRIB_TOOL_POSITION -1 |
#define | STARTING_STATE_STYLE 9999 |
#define | ATTACHED 0 |
#define | SEPARATED 1 |
#define | ATTACHED_HAS_CAPTION 0 |
#define | ATTACHED_NO_CAPTION 1 |
#define | SEPARATED_HORIZONTAL 2 |
#define | SEPARATED_VERTICAL 3 |
Enumerations | |
enum | SettingsDisplay { B_ARROWS , ISO_LINE , ISO_ABBR , ISO_LINE_SHORT , ISO_LINE_VISI , D_ARROWS , OVERLAY , NUMBERS , PARTICLES } |
GRIB Weather Data Plugin for OpenCPN.
Primary plugin interface for the GRIB weather data visualization system. This plugin enables OpenCPN to display weather forecasts from GRIB files, providing mariners with critical meteorological data including:
The plugin supports both GRIB1 and GRIB2 file formats, allows temporal interpolation between forecast times, and provides various visualization options including wind barbs, particle animations, and color-coded overlays.
Definition in file grib_pi.h.