|
MeteoIODoc 20251211.a703fe45
Environmental timeseries pre-processing
|
This structure contains the metadata associated with a NetCDF variable that are schema specific (for example, CF-1)
#include <libncpp.h>
Public Member Functions | |
| VAR_ATTR () | |
| VAR_ATTR (const int &i_type) | |
| VAR_ATTR (const std::string &i_name, const int &i_type) | |
| VAR_ATTR (const size_t &prm, const std::string &i_name, const double &hgt, const int &i_type) | |
| VAR_ATTR (const size_t &prm, const std::string &i_name, const std::string &std_name, const std::string &lg_name, const std::string &i_units, const double &hgt, const int &i_type) | |
| bool | isUndef () const |
| std::string | toString () const |
Public Attributes | |
| std::string | name |
| variable name (it is possible to retrieve a variable by name) | |
| std::string | standard_name |
| somehow human-friendly, standardized description of the name | |
| std::string | long_name |
| non-standard but often present, longer description of the variable | |
| std::string | units |
| unit string representation | |
| double | height |
| sensor height (currently unused) | |
| size_t | param |
| parameter index (from Dimensions or MeteoGrids::Parameters) | |
| int | type |
| contain NetCDF External Data Types, -1 for "none" | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| double var_attr::height |
sensor height (currently unused)
| std::string var_attr::long_name |
non-standard but often present, longer description of the variable
| std::string var_attr::name |
variable name (it is possible to retrieve a variable by name)
| size_t var_attr::param |
parameter index (from Dimensions or MeteoGrids::Parameters)
| std::string var_attr::standard_name |
somehow human-friendly, standardized description of the name
| int var_attr::type |
contain NetCDF External Data Types, -1 for "none"
| std::string var_attr::units |
unit string representation