IODA Bundle
Ingester::VariableDescription Struct Reference

#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< Rangerange
 
std::vector< ioda::Dimensions_t > chunks
 
int compressionLevel
 

Detailed Description

Definition at line 33 of file IodaDescription.h.

Member Data Documentation

◆ chunks

std::vector<ioda::Dimensions_t> Ingester::VariableDescription::chunks

Definition at line 42 of file IodaDescription.h.

◆ compressionLevel

int Ingester::VariableDescription::compressionLevel

Definition at line 43 of file IodaDescription.h.

◆ coordinates

std::shared_ptr<std::string> Ingester::VariableDescription::coordinates

Definition at line 40 of file IodaDescription.h.

◆ dimensions

std::vector<std::string> Ingester::VariableDescription::dimensions

Definition at line 37 of file IodaDescription.h.

◆ longName

std::string Ingester::VariableDescription::longName

Definition at line 38 of file IodaDescription.h.

◆ name

std::string Ingester::VariableDescription::name

Definition at line 35 of file IodaDescription.h.

◆ range

std::shared_ptr<Range> Ingester::VariableDescription::range

Definition at line 41 of file IodaDescription.h.

◆ source

std::string Ingester::VariableDescription::source

Definition at line 36 of file IodaDescription.h.

◆ units

std::string Ingester::VariableDescription::units

Definition at line 39 of file IodaDescription.h.


The documentation for this struct was generated from the following file: