IODA
ioda.ioda.ObsSpace._Variable Class Reference

Public Member Functions

def __repr__ (self)
 
def __str__ (self)
 
def __init__ (self, obsspace, varname, groupname=None)
 
def write_data (self, npArray)
 
def write_attr (self, attrName, attrVal)
 
def read_data (self)
 

Public Attributes

 obsspace
 
 attrs
 

Private Member Functions

def _str_to_datetime (self, datain)
 

Private Attributes

 _varstr
 
 _iodavar
 

Detailed Description

Definition at line 169 of file ioda.py.

Constructor & Destructor Documentation

◆ __init__()

def ioda.ioda.ObsSpace._Variable.__init__ (   self,
  obsspace,
  varname,
  groupname = None 
)

Definition at line 176 of file ioda.py.

Member Function Documentation

◆ __repr__()

def ioda.ioda.ObsSpace._Variable.__repr__ (   self)

Definition at line 170 of file ioda.py.

◆ __str__()

def ioda.ioda.ObsSpace._Variable.__str__ (   self)

Definition at line 173 of file ioda.py.

◆ _str_to_datetime()

def ioda.ioda.ObsSpace._Variable._str_to_datetime (   self,
  datain 
)
private

Definition at line 265 of file ioda.py.

Here is the caller graph for this function:

◆ read_data()

def ioda.ioda.ObsSpace._Variable.read_data (   self)
  returns numpy array/python list of variable data

Definition at line 237 of file ioda.py.

Here is the call graph for this function:

◆ write_attr()

def ioda.ioda.ObsSpace._Variable.write_attr (   self,
  attrName,
  attrVal 
)

Definition at line 198 of file ioda.py.

Here is the call graph for this function:

◆ write_data()

def ioda.ioda.ObsSpace._Variable.write_data (   self,
  npArray 
)

Definition at line 184 of file ioda.py.

Here is the call graph for this function:

Member Data Documentation

◆ _iodavar

ioda.ioda.ObsSpace._Variable._iodavar
private

Definition at line 181 of file ioda.py.

◆ _varstr

ioda.ioda.ObsSpace._Variable._varstr
private

Definition at line 178 of file ioda.py.

◆ attrs

ioda.ioda.ObsSpace._Variable.attrs

Definition at line 182 of file ioda.py.

◆ obsspace

ioda.ioda.ObsSpace._Variable.obsspace

Definition at line 177 of file ioda.py.


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