Axel Bocciarelli
Axel Bocciarelli
- Create Poetry project at `support/hsds` with [hsds](https://github.com/HDFGroup/hsds) and [h5pyd](https://github.com/HDFGroup/h5pyd) - Configure HSDS (cf. `support/hsds/config`) - Add `--hsds` flag to `create_h5_sample.py` to create `sample-hsds.h5` without datasets not supported by `hsload`...
This partially addresses #1758 (I'll open an issue for the "video playback" part, as this is out of scope for the time being). It was first suggested in #1554. The...
So something like `` (with the default strategy being `"last"` and the typing being `type DimMappingStrategy = 'first' | 'last';`). I don't think we need anything more complicated, at least...
### Requested solution or feature In `silx view` it's possible to slice through a dimension like a video. The user selects the frame rate and clicks play, and the viewer...
As discussed, we end up with two fallback visualizations: one for scalar datasets and one for array datasets. If any other visualization is supported (e.g. _Compound_ for printable scalar compound...