-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade H5Web + add Blosc2 and Bitshuffle plugins
- Loading branch information
Showing
6 changed files
with
339 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,12 +46,16 @@ follows: | |
}, | ||
``` | ||
|
||
## Supported HDF5 compression plugins | ||
|
||
The extension supports reading datasets compressed with any of the plugins | ||
available in | ||
[[email protected]](https://github.com/h5wasm/h5wasm-plugins/tree/v0.0.3?tab=readme-ov-file#included-plugins). | ||
|
||
## Known limitations | ||
|
||
This extension uses [h5wasm](https://github.com/usnistgov/h5wasm) to read HDF5 | ||
files and therefore suffers from the following limitations: | ||
|
||
- Files bigger than 2GB cannot be read | ||
- External links cannot be resolved | ||
- Datasets compressed with external filters (such as those of | ||
[hdf5plugin](https://github.com/silx-kit/hdf5plugin)) cannot be read |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.