Difference between revisions of "HDF-5"

From ICA Wiki
Jump to navigation Jump to search
Line 25: Line 25:
 
| Type of standard
 
| Type of standard
 
| Proprietary standard (published and freely available)Instance level.
 
| Proprietary standard (published and freely available)Instance level.
|-
 
| Related standard(s)
 
| netCDF
 
 
|-
 
|-
 
| Application
 
| Application
Line 35: Line 32:
 
|HDF5 is a Hierarchical Data Format specification and provides a supporting library implementation. HDF5 file is a self-describing format and a single file can store up to 20000 complex objects. Some disadvantages are that data models of HDF5 are not consistent; and data types can be restrictive.
 
|HDF5 is a Hierarchical Data Format specification and provides a supporting library implementation. HDF5 file is a self-describing format and a single file can store up to 20000 complex objects. Some disadvantages are that data models of HDF5 are not consistent; and data types can be restrictive.
 
|}
 
|}
 +
 +
==See also==
 +
* [[netCDF]]

Revision as of 18:27, 25 February 2017

Overview

Full name Hierarchical Data Format (HDF-5)
Version Edition 5
Amendments None
Corrigenda None
Published by The HDF Group
Languages English
Online overview http://www.hdfgroup.org/HDF5/whatishdf5.html
Type of standard Proprietary standard (published and freely available)Instance level.
Application This document specifies the Hierarchical Data Format (HDF-5) data and programming model. HDF5 is used to store a variety of scientific data.
Implementation benefits HDF5 is a Hierarchical Data Format specification and provides a supporting library implementation. HDF5 file is a self-describing format and a single file can store up to 20000 complex objects. Some disadvantages are that data models of HDF5 are not consistent; and data types can be restrictive.

See also