IODA Bundle
|
#include <IodaDescription.h>
Public Attributes | |
std::string | name |
std::string | source |
std::vector< std::string > | dimensions |
std::string | longName |
std::string | units |
std::shared_ptr< std::string > | coordinates |
std::shared_ptr< Range > | range |
std::vector< ioda::Dimensions_t > | chunks |
int | compressionLevel |
Definition at line 33 of file IodaDescription.h.
std::vector<ioda::Dimensions_t> Ingester::VariableDescription::chunks |
Definition at line 42 of file IodaDescription.h.
int Ingester::VariableDescription::compressionLevel |
Definition at line 43 of file IodaDescription.h.
std::shared_ptr<std::string> Ingester::VariableDescription::coordinates |
Definition at line 40 of file IodaDescription.h.
std::vector<std::string> Ingester::VariableDescription::dimensions |
Definition at line 37 of file IodaDescription.h.
std::string Ingester::VariableDescription::longName |
Definition at line 38 of file IodaDescription.h.
std::string Ingester::VariableDescription::name |
Definition at line 35 of file IodaDescription.h.
std::shared_ptr<Range> Ingester::VariableDescription::range |
Definition at line 41 of file IodaDescription.h.
std::string Ingester::VariableDescription::source |
Definition at line 36 of file IodaDescription.h.
std::string Ingester::VariableDescription::units |
Definition at line 39 of file IodaDescription.h.