OGS
NetCdfConfigureDialog.h File Reference

Detailed Description

Definition in file NetCdfConfigureDialog.h.

#include <QDialog>
#include <netcdf>
#include "MeshLib/Mesh.h"
#include "ui_NetCdfConfigure.h"
Include dependency graph for NetCdfConfigureDialog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NetCdfConfigureDialog
 The dialog for converting data from NetCDF-files into OGS data structures. While NetCDF files can include data ranging from dimensionality 0 (scalars) to 4 (e.g. 3d arrays over time), only arrays of dimensionality 2 or higher can be imported as this is the minimum requirement for a meaningful conversion into raster- or mesh-data-objects. Scalars or vector-variables are not selectable from the selection menu. More...