Content deleted Content added
→HDF5: If the type is singular, then the array is homogeneous by definition |
→HDF5: Grammar |
||
Line 51:
[[Image:HDF-Structure-Example.gif|thumb|right|HDF Structure Example]]
*Datasets, which are typed multidimensional arrays
*Groups, which are container structures
This results in a truly hierarchical, filesystem-like data format.{{clarify|date=November 2018}}{{citation needed|date=November 2018}} In fact, resources in an HDF5 file can be accessed using the [[POSIX]]-like syntax ''/path/to/resource''. Metadata is stored in the form of user-defined, named attributes attached to groups and datasets. More complex storage APIs representing images and tables can then be built up using datasets, groups and attributes.
|