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_read module contains functions to read files in plain text format.

  • The io_write module contains functions to write files in plain text format.

  • The io_hdf5 module contains functions to read, write and manipulate files in HDF5.