SDF is a Python package to read, write and interpolate multi-dimensional data. The Scientific Data Format is an open file format based on HDF5 to store multi- dimensional data such as parameters, simulations results or measurements. It supports...
- very large files
- up to 32 dimensions
- hierarchical structure
- units, comments and custom meta-information
For detailed information see the SDF specification.
Install the latest release from PyPI
$ sudo pip install sdf
or install the latest development version from source
$ git clone -b develop https://github.com/ScientificDataFormat/SDF-Python.git $ cd SDF-Python $ sudo pip install .
© 2017 Dassault Systèmes
