Extract mini hdf5 files from an epc and an H5 file. The mini-h5 are created by finding Datasets referenced from the epc. Each representation will have its own mini-h5 file.
poetry add hdf5extractor
pip install hdf5extractor
Extract a small h5 from a bigger one, to only have dataset of a specific resqml file :
extracth5-local -i myResqmlFile.xml --h5 myH5File.h5 -o outputFolder
Extract every h5 parts from a bigger one, to only have in each, the dataset of a specific resqml file inside an epc :
extracth5-local -i myEPCFile.epc --h5 myH5File.h5 -o outputFolder