HDF
From Just Solve the File Format Problem
(Difference between revisions)
(URL to Wikipedia article added) |
|||
(One intermediate revision by one user not shown) | |||
Line 14: | Line 14: | ||
== Sample files == | == Sample files == | ||
− | * | + | * {{DexvertSamples|image/hdf4}} |
− | * | + | * {{DexvertSamples|image/hdf5}} |
== Links == | == Links == | ||
* [[Wikipedia:Hierarchical Data Format|Wikipedia: Hierarchical Data Format]] | * [[Wikipedia:Hierarchical Data Format|Wikipedia: Hierarchical Data Format]] | ||
+ | |||
+ | [[Category:HDF based file formats]] |
Latest revision as of 03:20, 6 July 2024
Contents |
[edit] Summary
The Hierarchical Data Format (HDF) is a file format and associated APIs designed by the US NCSA for multi-dimensional datasets. Currently it has two main versions, HDF4 and HDF5, which are quite different in design, implementation, and API. Currently both are supported by the HDF Group, but HDF5 is generally considered to be technically superior. Another widely-used data format, NetCDF-4, is based on HDF5.