Common Data Format
From Just Solve the File Format Problem
(Difference between revisions)
(added mime type + Wikipedia URL + samples URL + Identification) |
|||
Line 3: | Line 3: | ||
|subcat=Scientific Data formats | |subcat=Scientific Data formats | ||
|extensions={{ext|cdf}} | |extensions={{ext|cdf}} | ||
+ | |mimetypes={{mimetype|application/x-cdf}} | ||
}} | }} | ||
The '''Common Data Format''' (CDF) is a file format and associated APIs designed by NASA for multi-dimensional datasets. It has largely been supplanted by the (mostly unrelated, except in name) [[netCDF]]. | The '''Common Data Format''' (CDF) is a file format and associated APIs designed by NASA for multi-dimensional datasets. It has largely been supplanted by the (mostly unrelated, except in name) [[netCDF]]. | ||
+ | |||
+ | == Identification == | ||
+ | The version 3 examples start with byte sequence <code>CD F3 00 01</code>, the middle ranged versions (2.6 and 2.7) begin with <code>CD F2 60 02</code> and | ||
+ | older versions 2.5 or earlier start with byte sequence <code>00 00 FF FF</code>. | ||
== Specifications == | == Specifications == | ||
Line 11: | Line 16: | ||
== Software == | == Software == | ||
* [http://cdf.gsfc.nasa.gov/ CDF Home Page] → [http://cdf.gsfc.nasa.gov/html/Version/V3500/sw_and_docs.html Download CDF Software] ... | * [http://cdf.gsfc.nasa.gov/ CDF Home Page] → [http://cdf.gsfc.nasa.gov/html/Version/V3500/sw_and_docs.html Download CDF Software] ... | ||
+ | |||
+ | == Sample files == | ||
+ | * https://cdaweb.gsfc.nasa.gov/pub/software/cdf/cdf_test_files/ | ||
== Links == | == Links == | ||
* [http://cdf.gsfc.nasa.gov/ CDF Home Page] | * [http://cdf.gsfc.nasa.gov/ CDF Home Page] | ||
+ | * [[Wikipedia:Common Data Format]] |
Revision as of 16:11, 4 March 2022
The Common Data Format (CDF) is a file format and associated APIs designed by NASA for multi-dimensional datasets. It has largely been supplanted by the (mostly unrelated, except in name) netCDF.
Contents |
Identification
The version 3 examples start with byte sequence CD F3 00 01
, the middle ranged versions (2.6 and 2.7) begin with CD F2 60 02
and
older versions 2.5 or earlier start with byte sequence 00 00 FF FF
.