MPAS-JEDI
JediDB.FileHandle Class Reference
Inheritance diagram for JediDB.FileHandle:

Public Member Functions

def __init__ (self, File, mode)
 
def datatype (self, var)
 
def variableAS1DArray (self, var)
 
def close (self)
 
def varsINGroup (self, group)
 
def __init__ (self, File, mode)
 
def datatype (self, var)
 
def variableAS1DArray (self, var)
 
def close (self)
 
def varsINGroup (self, group)
 

Public Attributes

 variables
 
 File
 
 mode
 

Detailed Description

This serves as a base class for netcdf4 and hdf5 wrapper classes for IODA-formatted and UFO GeoVaLs-formatted files

Definition at line 159 of file JediDB.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

def JediDB.FileHandle.__init__ (   self,
  File,
  mode 
)

Reimplemented in JediDB.HDFFileHandle, JediDB.NCFileHandle, JediDB.HDFFileHandle, and JediDB.NCFileHandle.

Definition at line 161 of file JediDB.py.

Here is the caller graph for this function:

◆ __init__() [2/2]

def JediDB.FileHandle.__init__ (   self,
  File,
  mode 
)

Reimplemented in JediDB.HDFFileHandle, JediDB.NCFileHandle, JediDB.HDFFileHandle, and JediDB.NCFileHandle.

Definition at line 161 of file JediDB.py.

Here is the call graph for this function:

Member Function Documentation

◆ close() [1/2]

def JediDB.FileHandle.close (   self)

Reimplemented in JediDB.HDFFileHandle, JediDB.NCFileHandle, JediDB.HDFFileHandle, and JediDB.NCFileHandle.

Definition at line 178 of file JediDB.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ close() [2/2]

def JediDB.FileHandle.close (   self)

Reimplemented in JediDB.HDFFileHandle, JediDB.NCFileHandle, JediDB.HDFFileHandle, and JediDB.NCFileHandle.

Definition at line 178 of file JediDB.py.

Here is the call graph for this function:

◆ datatype() [1/2]

def JediDB.FileHandle.datatype (   self,
  var 
)
virtual method, returns the basic data type of var

Reimplemented in JediDB.HDFFileHandle, JediDB.NCFileHandle, JediDB.HDFFileHandle, and JediDB.NCFileHandle.

Definition at line 166 of file JediDB.py.

Here is the caller graph for this function:

◆ datatype() [2/2]

def JediDB.FileHandle.datatype (   self,
  var 
)
virtual method, returns the basic data type of var

Reimplemented in JediDB.HDFFileHandle, JediDB.NCFileHandle, JediDB.HDFFileHandle, and JediDB.NCFileHandle.

Definition at line 166 of file JediDB.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ variableAS1DArray() [1/2]

def JediDB.FileHandle.variableAS1DArray (   self,
  var 
)
virtual method, returns var as a 1D array

Reimplemented in JediDB.HDFFileHandle, JediDB.NCFileHandle, JediDB.HDFFileHandle, and JediDB.NCFileHandle.

Definition at line 172 of file JediDB.py.

Here is the caller graph for this function:

◆ variableAS1DArray() [2/2]

def JediDB.FileHandle.variableAS1DArray (   self,
  var 
)
virtual method, returns var as a 1D array

Reimplemented in JediDB.HDFFileHandle, JediDB.NCFileHandle, JediDB.HDFFileHandle, and JediDB.NCFileHandle.

Definition at line 172 of file JediDB.py.

Here is the call graph for this function:

◆ varsINGroup() [1/2]

def JediDB.FileHandle.varsINGroup (   self,
  group 
)

Definition at line 181 of file JediDB.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ varsINGroup() [2/2]

def JediDB.FileHandle.varsINGroup (   self,
  group 
)

Definition at line 181 of file JediDB.py.

Here is the call graph for this function:

Member Data Documentation

◆ File

JediDB.FileHandle.File

Definition at line 163 of file JediDB.py.

◆ mode

JediDB.FileHandle.mode

Definition at line 164 of file JediDB.py.

◆ variables

JediDB.FileHandle.variables

Definition at line 162 of file JediDB.py.


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