IO moduleΒΆ
The io module offers several functions to read and write files in plain text format.
The module also offers functions to read, write and manipulate datasets in the
Hierarchical Data Format HDF5, for efficient data storage of large datasets.
The following submodules are currently implemented:
The
io_readmodule contains functions to read files in plain text format.The
io_writemodule contains functions to write files in plain text format.The
io_hdf5module contains functions to read, write and manipulate files inHDF5.