Definition at line 169 of file ioda.py.
 
◆ __init__()
      
        
          | def ioda.ioda.ObsSpace._Variable.__init__ | ( |  | self, | 
        
          |  |  |  | obsspace, | 
        
          |  |  |  | varname, | 
        
          |  |  |  | groupname = None | 
        
          |  | ) |  |  | 
      
 
 
◆ __repr__()
      
        
          | def ioda.ioda.ObsSpace._Variable.__repr__ | ( |  | self | ) |  | 
      
 
 
◆ __str__()
      
        
          | def ioda.ioda.ObsSpace._Variable.__str__ | ( |  | self | ) |  | 
      
 
 
◆ _str_to_datetime()
  
  | 
        
          | def ioda.ioda.ObsSpace._Variable._str_to_datetime | ( |  | self, |  
          |  |  |  | datain |  
          |  | ) |  |  |  | private | 
 
 
◆ 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.
 
 
◆ write_attr()
      
        
          | def ioda.ioda.ObsSpace._Variable.write_attr | ( |  | self, | 
        
          |  |  |  | attrName, | 
        
          |  |  |  | attrVal | 
        
          |  | ) |  |  | 
      
 
 
◆ write_data()
      
        
          | def ioda.ioda.ObsSpace._Variable.write_data | ( |  | self, | 
        
          |  |  |  | npArray | 
        
          |  | ) |  |  | 
      
 
 
◆ _iodavar
  
  | 
        
          | ioda.ioda.ObsSpace._Variable._iodavar |  | private | 
 
 
◆ _varstr
  
  | 
        
          | ioda.ioda.ObsSpace._Variable._varstr |  | private | 
 
 
◆ attrs
      
        
          | ioda.ioda.ObsSpace._Variable.attrs | 
      
 
 
◆ obsspace
      
        
          | ioda.ioda.ObsSpace._Variable.obsspace | 
      
 
 
The documentation for this class was generated from the following file: