- [x] Add a `get_group` helper that handles the checks. - [x] Add a `open_file` helper that checks for file existence without waiting for a HDF5 error. - [ ] ~Overload `exceeds_integer_limit` for templated C++ types.~ - [x] Add a higher-level utility around `iterate_blocks` that handles the extraction and iteration for simple types. - [x] Add a higher-level utility around `get_missing_placeholder_attribute` that handles the check for the placeholder. - [ ] Add an ultra-high-level utility that enables simultaneous iteration across parallel datasets.
get_grouphelper that handles the checks.open_filehelper that checks for file existence without waiting for a HDF5 error.Overloadexceeds_integer_limitfor templated C++ types.iterate_blocksthat handles the extraction and iteration for simple types.get_missing_placeholder_attributethat handles the check for the placeholder.