IODA
02-Attributes Namespace Reference

Variables

 g
 
 intatt1 = g.atts.create(name="int-att-1", dtype=ioda.Types.int32, dims=[1])
 
 intatt2 = g.atts.create("int-att-2", ioda.Types.int32, [2])
 
 intatt3 = g.atts.create("int-att-3", ioda.Types.int32, [3])
 
 float1 = g.atts.create("float-1", ioda.Types.float, [2])
 
 attlist = g.atts.list()
 
 f1 = g.atts.open('float-1')
 
 d1 = g.atts.open('double-1')
 
 f1_dims = f1.dims
 
 a2_reopened = g.atts.open('int-att-2')
 
 i2vals = a2_reopened.readVector.int32()
 

Variable Documentation

◆ a2_reopened

02-Attributes.a2_reopened = g.atts.open('int-att-2')

Definition at line 147 of file 02-Attributes.py.

◆ attlist

02-Attributes.attlist = g.atts.list()

Definition at line 113 of file 02-Attributes.py.

◆ d1

02-Attributes.d1 = g.atts.open('double-1')

Definition at line 120 of file 02-Attributes.py.

◆ f1

02-Attributes.f1 = g.atts.open('float-1')

Definition at line 119 of file 02-Attributes.py.

◆ f1_dims

02-Attributes.f1_dims = f1.dims

Definition at line 132 of file 02-Attributes.py.

◆ float1

02-Attributes.float1 = g.atts.create("float-1", ioda.Types.float, [2])

Definition at line 101 of file 02-Attributes.py.

◆ g

02-Attributes.g
Initial value:
2  name = "Example-02-python.hdf5",
3  mode = ioda.Engines.BackendCreateModes.Truncate_If_Exists)
IODA_DL Group createFile(const std::string &filename, BackendCreateModes mode, HDF5_Version_Range compat=defaultVersionRange())
Create a ioda::Group backed by an HDF5 file.
Definition: HH.cpp:120

Definition at line 56 of file 02-Attributes.py.

◆ i2vals

02-Attributes.i2vals = a2_reopened.readVector.int32()

Definition at line 167 of file 02-Attributes.py.

◆ intatt1

02-Attributes.intatt1 = g.atts.create(name="int-att-1", dtype=ioda.Types.int32, dims=[1])

Definition at line 71 of file 02-Attributes.py.

◆ intatt2

02-Attributes.intatt2 = g.atts.create("int-att-2", ioda.Types.int32, [2])

Definition at line 89 of file 02-Attributes.py.

◆ intatt3

02-Attributes.intatt3 = g.atts.create("int-att-3", ioda.Types.int32, [3])

Definition at line 96 of file 02-Attributes.py.