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

GRIB Data Table View and Export Interface. More...

#include "wx/wxprec.h"
#include "wx/wx.h"
#include "pi_gl.h"
#include <wx/grid.h>
#include "GribUIDialogBase.h"
#include "grib_pi.h"
#include "ocpn_plugin.h"
#include "CustomGrid.h"

Go to the source code of this file.

Classes

class  GRIBTable
 Dialog showing GRIB data in a table format. More...
 

Enumerations

enum  NumericalRows { R_WIND , R_WAVES , R_CURRENT }
 

Detailed Description

GRIB Data Table View and Export Interface.

Provides a tabular visualization of GRIB weather data with:

  • Time-based columns showing forecast progression
  • Parameter-based rows (wind, waves, pressure, etc.)
  • Unit conversion and formatting
  • Real-time cursor position data updates
  • Time zone handling (UTC/local)

Features:

  • Automatic column sizing and layout
  • Custom grid rendering for weather data
  • Parameter highlighting and emphasis
  • Vector data representation (direction + magnitude)
  • Export capabilities for data analysis

The table view provides an alternative to graphical overlay visualization, allowing precise numerical inspection of forecast data at specific locations and times.

Definition in file GribTable.h.

Enumeration Type Documentation

◆ NumericalRows

enum NumericalRows

Definition at line 61 of file GribTable.h.