IODA
ioda.ioda.ObsSpace Class Reference

Classes

class  _Variable
 

Public Member Functions

def __repr__ (self)
 
def __str__ (self)
 
def __init__ (self, path, dim_dict=None, mode='r', name="NoName", iodalayout=0)
 
def write_attr (self, attrName, attrVal)
 
def create_var (self, varname, groupname=None, dtype=np.dtype('float32'), dim_list=['nlocs'])
 
def Variable (self, varname, groupname=None)
 
def NumpyToIodaDtype (self, NumpyArr)
 

Public Attributes

 name
 
 write
 
 read
 
 iodafile
 
 iodalayout
 
 obsgroup
 
 dimensions
 
 groups
 
 attrs
 
 nlocs
 
 variables
 
 nvars
 

Private Member Functions

def _def_classvars (self)
 
def _read_obsgroup (self, path)
 
def _create_obsgroup (self, path, dim_dict)
 

Private Attributes

 _p1
 

Detailed Description

Definition at line 6 of file ioda.py.

Constructor & Destructor Documentation

◆ __init__()

def ioda.ioda.ObsSpace.__init__ (   self,
  path,
  dim_dict = None,
  mode = 'r',
  name = "NoName",
  iodalayout = 0 
)

Definition at line 14 of file ioda.py.

Member Function Documentation

◆ __repr__()

def ioda.ioda.ObsSpace.__repr__ (   self)

Definition at line 8 of file ioda.py.

◆ __str__()

def ioda.ioda.ObsSpace.__str__ (   self)

Definition at line 11 of file ioda.py.

◆ _create_obsgroup()

def ioda.ioda.ObsSpace._create_obsgroup (   self,
  path,
  dim_dict 
)
private

Definition at line 100 of file ioda.py.

◆ _def_classvars()

def ioda.ioda.ObsSpace._def_classvars (   self)
private

Definition at line 37 of file ioda.py.

◆ _read_obsgroup()

def ioda.ioda.ObsSpace._read_obsgroup (   self,
  path 
)
private

Definition at line 85 of file ioda.py.

Here is the call graph for this function:

◆ create_var()

def ioda.ioda.ObsSpace.create_var (   self,
  varname,
  groupname = None,
  dtype = np.dtype('float32'),
  dim_list = ['nlocs'] 
)

Definition at line 123 of file ioda.py.

Here is the call graph for this function:

◆ NumpyToIodaDtype()

def ioda.ioda.ObsSpace.NumpyToIodaDtype (   self,
  NumpyArr 
)

Definition at line 137 of file ioda.py.

Here is the caller graph for this function:

◆ Variable()

def ioda.ioda.ObsSpace.Variable (   self,
  varname,
  groupname = None 
)

Definition at line 134 of file ioda.py.

◆ write_attr()

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

Definition at line 46 of file ioda.py.

Here is the call graph for this function:

Member Data Documentation

◆ _p1

ioda.ioda.ObsSpace._p1
private

Definition at line 119 of file ioda.py.

◆ attrs

ioda.ioda.ObsSpace.attrs

Definition at line 41 of file ioda.py.

◆ dimensions

ioda.ioda.ObsSpace.dimensions

Definition at line 39 of file ioda.py.

◆ groups

ioda.ioda.ObsSpace.groups

Definition at line 40 of file ioda.py.

◆ iodafile

ioda.ioda.ObsSpace.iodafile

Definition at line 21 of file ioda.py.

◆ iodalayout

ioda.ioda.ObsSpace.iodalayout

Definition at line 26 of file ioda.py.

◆ name

ioda.ioda.ObsSpace.name

Definition at line 15 of file ioda.py.

◆ nlocs

ioda.ioda.ObsSpace.nlocs

Definition at line 42 of file ioda.py.

◆ nvars

std.size_t ioda.ObsSpace.nvars

Definition at line 44 of file ioda.py.

◆ obsgroup

ioda.ioda.ObsSpace.obsgroup

Definition at line 29 of file ioda.py.

◆ read

ioda.ioda.ObsSpace.read

Definition at line 19 of file ioda.py.

◆ variables

ioda.ioda.ObsSpace.variables

Definition at line 43 of file ioda.py.

◆ write

ioda.ioda.ObsSpace.write

Definition at line 18 of file ioda.py.


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