Common Data Format
From Just Solve the File Format Problem
(Difference between revisions)
| Line 3: | Line 3: | ||
|subcat=Scientific Data formats | |subcat=Scientific Data formats | ||
}} | }} | ||
| + | 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]]. | ||
| − | == | + | == Specifications == |
| + | * [http://cdf.gsfc.nasa.gov/ CDF Home Page] → [http://cdf.gsfc.nasa.gov/html/Version/V3500/CDF_docs.html Documentation] → [http://cdaweb.gsfc.nasa.gov/pub/software/cdf/doc/cdf350/cdf35ifd.pdf CDF Internal Formats Document] | ||
| − | + | == Software == | |
| + | * [http://cdf.gsfc.nasa.gov/ CDF Home Page] → [http://cdf.gsfc.nasa.gov/html/Version/V3500/sw_and_docs.html Download CDF Software] ... | ||
| + | |||
| + | == Links == | ||
| + | * [http://cdf.gsfc.nasa.gov/ CDF Home Page] | ||
Revision as of 19:16, 4 August 2013
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.