h5web icon indicating copy to clipboard operation
h5web copied to clipboard

React components for data visualization and exploration

Results 58 h5web issues
Sort by recently updated
recently updated
newest added

### Describe the bug H5Web doesn't show anything after opening this file: https://gamma.hdfgroup.org/ftp/pub/outgoing/NASAHDF/ATL03_20181027235521_04480111_004_01.h5 ### To Reproduce 1. Download file. 2. Open it. ### Expected behaviour It should show groups like...

Oversight of https://github.com/silx-kit/h5web/pull/1170 Since we are dependant of the changes introduced in `138` (e.g. renaming from `DataTexture3D` to `Data3DTexture`), the version of `three` in `peerDependencies` should have been updated.

Related to #1177 Tried an analytical method as using the raycaster was not convienient at all. Indeed, as the whole layer group is intersected by the ray, we still need...

Is it possible to implement browsing the Nexus tree with the cursor and/or mouse wheel and have the display updated? I find myself doing this naturally so maybe others do...

Fix https://github.com/silx-kit/vscode-h5web/issues/15 As for #1179, I made use of [to_array](https://github.com/usnistgov/h5wasm/blob/main/README.md#reading) that converts into nested arrays of JSON-compatible values. But, rather than adding a check like in #1179, I now use...

While working to disable the dark mode in daiquiri, I had the thought that if the switch to dark mode is sometimes undesirable, there should be a way to disable...

The big change with [React 18](https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html), obviously, is the `createRoot` API that replaces `ReactDOM.render`. In terms of code, this affects the demo but most importantly the `Html` component (I think...

We're starting to see the limitations of our current setup: - `@h5web/lib` and `@h5web/app` each contain a single JS bundle with all the files and dependencies (except React). This means...

epic

### Is your feature request related to a problem? So, I've been having fun with the the fun h5web vscode extension with my netCDF files, but today I encountered something...

enhancement