h5netcdf.Variable
h5netcdf.Variable¶
- class h5netcdf.Variable(parent, name, dimensions=None)¶
- __init__(parent, name, dimensions=None)¶
Methods
__init__(parent, name[, dimensions])Attributes
attrsReturn variable attributes.
dimensionsReturn variable dimension names.
dtypeReturn NumPy dtype object giving the variable’s type.
nameReturn variable name.
ndimReturn number variable dimensions
shapeReturn current sizes of all variable dimensions.
- property chunks¶
- property compression¶
- property compression_opts¶
- property fletcher32¶
- property shuffle¶