HDF5

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Added brief description)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{|
 
|[[File Formats]]
 
| >
 
|[[Electronic File Formats]]
 
| >
 
|[[Scientific Data formats]]
 
| >
 
|[[HDF5]]
 
|}
 
 
 
{{FormatInfo
 
{{FormatInfo
 
|formattype=electronic
 
|formattype=electronic
 
|subcat=Scientific Data formats
 
|subcat=Scientific Data formats
 
|extensions={{ext|h5}}
 
|extensions={{ext|h5}}
 +
|locfdd={{LoCFDD|fdd000229}}
 +
|pronom={{PRONOM|fmt/807}}, {{PRONOM|fmt/286}}, {{PRONOM|fmt/287}}
 
}}
 
}}
 +
'''HDF5''' stands for version 5 of [[HDF|Hierarchical Data Format]]. When Version 5 was introduced, it was dubbed HDF5 to emphasize the fact that the new version was significantly different from previous versions of HDF and not backwards-compatible. Later, the HDF Group decided to adopt the name [[HDF4]] for the earlier version to avoid confusion. HDF5 was designed to address some of the limitations of the HDF 4.x library and current and anticipated requirements.
  
'''HDF5''' stands for version 5 of Hierarchical Data Format.  When Version 5 was introduced, it was dubbed HDF5 to emphasize the fact that the new version was significantly different from previous versions of HDF and not backwards-compatible. Later, the HDF Group decided to adopt the name [[HDF4]] for the earlier version to avoid confusion.  HDF5 was designed to address some of the limitations of the HDF 4.x library and current and anticipated requirements.
+
HDF5 is a general purpose library and file format for storing scientific data. HDF5 can store two primary types of objects: datasets and groups. A dataset is essentially a multidimensional array of data elements, and a group is a structure for organizing objects within the HDF5 file. (These two are roughly analogous to files and directories, respectively, in a conventional filesystem, and, indeed, objects in an HDF5 file may be referenced by a [[Unix]]-style path.) Using these two basic objects, one can create and store almost any kind of scientific data structure, such as images, arrays of vectors, and structured and unstructured grids. They can be mixed and matched in HDF5 files according to user needs. HDF5 does not limit the size of files or the size or number of objects in a file.  
 
+
HDF5 is a general purpose library and file format for storing scientific data. HDF5 can store two primary types of objects: datasets and groups. A dataset is essentially a multidimensional array of data elements, and a group is a structure for organizing objects in an HDF5 file. Using these two basic objects, one can create and store almost any kind of scientific data structure, such as images, arrays of vectors, and structured and unstructured grids. They can be mixed and matched in HDF5 files according to user needs. HDF5 does not limit the size of files or the size or number of objects in a file.  
+
  
 +
== Specifications ==
 +
* [http://www.hdfgroup.org/HDF5/doc/H5.format.html HDF5 Specification] Latest official specification from The HDF Group.  As of November 2012, Version is 2.0.
  
 
== Software ==
 
== Software ==
 
* [http://www.hdfgroup.org/HDF5/doc/ HDF5 Software and Documentation]  
 
* [http://www.hdfgroup.org/HDF5/doc/ HDF5 Software and Documentation]  
  
== References ==
+
== Links ==
* [http://www.hdfgroup.org/HDF5/doc/H5.format.html HDF5 Specification] Latest official specification from The HDF Group.  As of November 2012, Version is 2.0.
+
* [https://support.hdfgroup.org/HDF5/doc/H5.intro.html Introduction to HDF5]
* [http://www.digitalpreservation.gov/formats/fdd/fdd000229.shtml HDF5, Hierarchical Data Format, Version 5, from Library of Congress resource on Sustainability of Digital Formats]
+
* [http://cyrille.rossant.net/moving-away-hdf5/ Moving away from HDF5]

Latest revision as of 00:06, 26 August 2021

File Format
Name HDF5
Ontology
Extension(s) .h5
LoCFDD fdd000229
PRONOM fmt/807, fmt/286, fmt/287

HDF5 stands for version 5 of Hierarchical Data Format. When Version 5 was introduced, it was dubbed HDF5 to emphasize the fact that the new version was significantly different from previous versions of HDF and not backwards-compatible. Later, the HDF Group decided to adopt the name HDF4 for the earlier version to avoid confusion. HDF5 was designed to address some of the limitations of the HDF 4.x library and current and anticipated requirements.

HDF5 is a general purpose library and file format for storing scientific data. HDF5 can store two primary types of objects: datasets and groups. A dataset is essentially a multidimensional array of data elements, and a group is a structure for organizing objects within the HDF5 file. (These two are roughly analogous to files and directories, respectively, in a conventional filesystem, and, indeed, objects in an HDF5 file may be referenced by a Unix-style path.) Using these two basic objects, one can create and store almost any kind of scientific data structure, such as images, arrays of vectors, and structured and unstructured grids. They can be mixed and matched in HDF5 files according to user needs. HDF5 does not limit the size of files or the size or number of objects in a file.

[edit] Specifications

  • HDF5 Specification Latest official specification from The HDF Group. As of November 2012, Version is 2.0.

[edit] Software

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox