JuliaIO / HDF5.jl

Save and load data in the HDF5 file format from Julia
https://juliaio.github.io/HDF5.jl
MIT License
391 stars 143 forks source link

Consider adding get_layout method #744

Open musm opened 4 years ago

musm commented 4 years ago

https://github.com/JuliaIO/HDF5.jl/issues/727#issuecomment-721152139

The other (not necessary orthogonal) option is to add just a get_layout function and just state that the result should be compared to the appropriate constants. (This would probably be a more attractive option if/when some of the constants are refactored to @enums.)

simonbyrne commented 1 year ago

This is now available via get_create_properties(dataset).layout