OpenCPN Partial API docs
|
GRIB Weather Data Request and Download Management. More...
#include "wx/wx.h"
#include "GribUIDialogBase.h"
#include "GribUIDialog.h"
#include "pi_ocpndc.h"
#include "wx/jsonreader.h"
Go to the source code of this file.
Classes | |
class | GribRequestSetting |
Manages GRIB file request configuration and downloads. More... | |
Macros | |
#define | XYGRIB_MAX_DOWNLOADABLE_GRIB_SIZE_MB 10 |
Enumerations | |
enum | GribDownloadType { WORLD , LOCAL , LOCAL_CATALOG , XYGRIB , NONE } |
Variables | |
const std::string | CATALOG_URL |
GRIB Weather Data Request and Download Management.
Provides comprehensive functionality for requesting and downloading GRIB weather forecast data from multiple sources:
Download Sources:
Key Features:
The interface provides visual feedback during zone selection and supports both manual coordinate entry and graphical region selection. It handles different download methods including direct HTTP(S) downloads and email-based requests with size and coverage validation.
Definition in file GribRequestDialog.h.
#define XYGRIB_MAX_DOWNLOADABLE_GRIB_SIZE_MB 10 |
Definition at line 71 of file GribRequestDialog.h.
enum GribDownloadType |
Definition at line 59 of file GribRequestDialog.h.
const std::string CATALOG_URL |
Definition at line 67 of file GribRequestDialog.h.