Skip to content

add h5create_group(), HDF5: allow URL passthrough

Compare
Choose a tag to compare
@scivision scivision released this 07 Jul 13:31
· 475 commits to main since this release
1224b72

HDF5 in general (including Matlab) can use remote storage such as S3. We removed all "isfile", "isfolder" to allow passing through URL or filenames to stdlib.hdf5nc functions.

added h5create_group() function