scalableminds / webknossos-connect

Connect webKnossos with existing datasets (BossDB, Neuroglancer Precomputed)
GNU Affero General Public License v3.0
0 stars 0 forks source link

Wkw meshes #121

Closed normanrz closed 2 years ago

normanrz commented 2 years ago

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).