silx-kit / h5web

React components for data visualization and exploration
https://h5web.panosc.eu/
MIT License
183 stars 18 forks source link

Add JSON export to Raw visualization #1485

Closed axelboc closed 1 year ago

axelboc commented 1 year ago

The Raw visualization now supports exporting datasets to JSON when using the h5grove, h5wasm and mock providers.

This provides a much better solution to issue #917 than PR #1462 . As such, large raw datasets that can't be rendered on the screen are no longer logged to the console.

image

image

Concerning large datasets, I took the opportunity to do some more testing and decided to increase the threshold for when a dataset is considered to be large by a few orders of magnitude. This is purely empirical...