Перейти к содержимому

h5rdmtoolbox – A Python Research Data Management Toolbox for HDF5

hdf5

0:00 / 0:00

h5rdmtoolbox – A Python Research Data Management Toolbox for HDF5

212 просмотров · 2 года назад
hdf5
1,41 тыс. подписчиков
212 просмотров · 2 года назад
Presented by Matthias Probst from the Karlsruhe Institute of Technology, Institute of Thermal Turbomachinery The "HDF5 Research Data Management Toolbox“ (h5RDMtoolbox) https://pypi.org/project/h5rdmtoolbox/ is a Python package, that supports the FAIRification of HDF5 data by wrapping additional functionality around the core HDF5 package. The FAIR Principles https://www.nature.com/articles/sdata... have been proven to be effective guidelines during the research data lifecycle, with the specific aim of improving data exploration and reuse. The presented toolbox has been designed to enhance the quality of the data by adding layers to the HDF5 interface h5py. https://pypi.org/project/h5py/ These include the ability to perform simple queries, interact with data via xarray https://docs.xarray.dev/en/stable/ objects, and describe the file contents using semantic RDF triples. https://en.wikipedia.org/wiki/Semanti... The latter significantly improves the readability and reusability for both humans and machines and allows an HDF5 file and its data to be structurally and semantically described and extracted. The presentation provides an overview of the background and motivation behind the development, as well as an insight into the features of the toolbox through the use of practical examples.