h5py-like utility for NeXus files with seamless scipp integration

3 stars 4 forks 3 watchers Python BSD 3-Clause "New" or "Revised" License
h5py hdf5 nexus python
1 Open Issue Need Help Last updated: Sep 2, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The `scippnexus` library currently passes raw string paths to `h5py.File`, which can cause issues with Windows-style paths containing backslashes. The proposed solution is to wrap these paths with `pathlib.Path` to ensure proper handling and cross-platform compatibility, particularly for users who might not be aware of path normalization.

Complexity: 1/5
documentation good first issue

h5py-like utility for NeXus files with seamless scipp integration

Python
#h5py#hdf5#nexus#python