Format Description
The netCDF libraries support 3 different binary formats for netCDF files:
- The classic format was used in the first netCDF release, and is still the default format for file creation.
- The 64-bit offset format was introduced in version 3.6.0, and it supports larger variable and file sizes.
- The netCDF-4/HDF5 format was introduced in version 4.0; it is the HDF5 data format, with some restrictions.
All formats are "self-describing". This means that there is a header which describes the layout of the rest of the file, in particular the data arrays, as well as arbitrary file metadata in the form of name/value attributes. The format is platform independent, with issues such as endianness being addressed in the software libraries. The data are stored in a fashion that allows efficient subsetting.
Starting with version 4.0, the netCDF API allows the use of the HDF5 data format. NetCDF users can create HDF5 files with benefits not available with the netCDF format, such as much larger files and multiple unlimited dimensions.
Full backward compatibility in accessing old netCDF files and using previous versions of the C and Fortran APIs is supported.
Read more about this topic: Net CDF
Famous quotes containing the word description:
“Everything to which we concede existence is a posit from the standpoint of a description of the theory-building process, and simultaneously real from the standpoint of the theory that is being built. Nor let us look down on the standpoint of the theory as make-believe; for we can never do better than occupy the standpoint of some theory or other, the best we can muster at the time.”
—Willard Van Orman Quine (b. 1908)