aquaduct.apps.valve.data module¶
-
class
ValveDataCodec
[source]¶ Bases:
object
Class defines format of encoding AQ objects into NetCDF format. Encoding defined here can be also used to store AQ objects as NumPy arrays.
-
version
= (0, 0, 1)¶ Current version of
ValveDataCodec
-
static
varname
(name, *suffix)[source]¶ Name of variable made by combining base name and suffixes (if any). Base name and suffixes are joined with dot ‘.’.
- Parameters
name – Base for variable name.
suffix – Optional suffixes.
- Returns
Name of variable made by combining base name and suffixes (if any).
Base name and suffixes are joined with dot ‘.’.
-