h5wasm
h5wasm copied to clipboard
A WebAssembly HDF5 reader/writer library
Hi all, I’m trying to do CRUD OPS in order to manage and populate a dataset: writing and reading on it are straightforwared, but i cannot understand how to update...
When opening a file that doesn't exist on disk, an error is thrown. This error exposes information about your system. Not sure if this is intended or a side-effect of...
Is there a way to point to a ROS3 driver in the current implementation? I've gotten some interest to integrate my wrapper into [DANDI](https://gui.dandiarchive.org/#/dandiset) instead of using the current cloud-based...
Thanks for this wonderful tool; The VS Code extension [h5web](https://github.com/silx-kit/vscode-h5web) that uses h5wasm is super handy. I know GRIB files are a completely different data format, but there are conversion...
For files too large to load into memory, it would be nice to be able to load parts of a file on-demand over the network (see discussion in #2). The...
We have an issue when importing the web helpers from file_handlers.js in a typescript project: Package path ./dist/esm/file_handlers.js is not exported from package \node_modules\h5wasm (see exports field in \node_modules\h5wasm\package.json) Changing...
I want to contribute a feature I will likely need in the future: Adding types to Files/Groups in order to describe their content. For example, if an HDF5 file has...
Hi Brian, as mentioned by mail earlier, we are working on streamed writes. We need it to convert large binary files in a web app with memory limitations. We have...
@bmaranville I think I remember you mentioning that you had already investigated reading `H5T_VLEN` datasets and that it wasn't trivial. I'm interested in giving it a go myself. Any pointers...
Just to report that Emscripten 3.1.68 makes optional arguments in JS bindings actually optional: https://github.com/emscripten-core/emscripten/issues/22389 I discovered this issue when trying to use the new `Module#open` method signature with two...