dash.dataSource.hdf
Superclass for objects that read data from HDF5 files
Description
dash.dataSource.hdf is abstract. It’s primary function is to check that the variable being read from the HDF file actually exists in the file. It also enables strided loading.
Methods
Concrete
setVariable - Ensure a variable exists in an HDF file
load - Load data from a HDF5 source
Abstract
loadStrided - Load data from a HDF source at strided indices