This PR builds upon the #120 PR and adds support for the wk-meshes in hdf5 format.
Since the h5py library only has a synchronous API, calls to h5py are wrapped and executed in a thread pool executor. See wkconnect/utils/blocking.py. Not sure, if the typing can be improved with generics (cc @jstriebel).
This PR builds upon the #120 PR and adds support for the wk-meshes in hdf5 format.
Since the
h5py
library only has a synchronous API, calls toh5py
are wrapped and executed in a thread pool executor. Seewkconnect/utils/blocking.py
. Not sure, if the typing can be improved with generics (cc @jstriebel).