How do i extract h5 results using DPF?
mahmane
Member Posts: 6
**
Comments
-
@AKD-Scripting-Team could someone help out please? Thanks
0 -
@mahmane At a first glance, I would say you should use the field_factory function to create fields which you then use like any other field in DPF. Where does your h5 file come from? Do you already have a reader for it?
0 -
The h5 file mentioned is generated as a result of a study using an EF file from a Workbench analysis. I am using HDFview to read it.
0 -
@mahmane You could use a Python library such as h5py to retrieve the data from the h5 file. Then convert it to DPF data structures using some of the field_factory operators as mentioned before.
5 -
it worked, Thank youu
0