|
|
||
|
|
| MIME type: application/x-cdf CDF data file format. General-purpose, self-describing format for storing multidimensional datasets. Used for storage, management, and exchange of scientific data and images. CDF is an acronym for Common Data Format. Developed in 1985 by the National Space Science Data Center at NASA. Binary file format. Related to, but incompatible with, netCDF. |
| "Elements" | list of elements and options available in this file | |
| "Rules" | full list of rules for each element and option | |
| "Options" | list of rules for options, properties and settings |
| "Date" | dates, given as DateList specifications | |
| "Integer8" | 8-bit integers | |
| "Integer16" | 16-bit integers | |
| "Integer32" | 32-bit integers | |
| "UnsignedInteger8" | unsigned 8-bit integers | |
| "UnsignedInteger16" | unsigned 16-bit integers | |
| "UnsignedInteger32" | unsigned 32-bit integers | |
| "Real32" | IEEE single-precision numbers | |
| "Real64" | IEEE double-precision numbers | |
| "String" | strings of ASCII characters |
| "Annotations" | meta-information for each dataset | |
| "DataEncoding" | specifies how each dataset is compressed | |
| "DataFormat" | type used to represent each dataset | |
| "Dimensions" | data dimensions of each dataset | |
| "Metadata" | general meta-information as a list of rules |
| None | no data compression is used | |
| "AdaptiveHuffman" | adaptive Huffman encoding | |
| "GZIP" | GZIP compression | |
| "Huffman" | Huffman encoding | |
| "RLE" | run-length encoding |
| "Append" | False | whether to append to an existing file | |
| "LargeFileSupport" | False | whether to export a 64-bit CDF file |
Show the import elements available in the example file:
Read all meta-information:
Get the dataset names:
Import the "LATITUDE" and "LONGITUD" datasets:
Importing the "EPOCH" dataset returns a date in the form given by DateList:
Read a data array from the example file and render it using MatrixPlot:
Rasterize the earlier graphics and export them as an array of color values to CDF:
Export a list of integers to CDF, explicitly specifying the dataset name:
This imports the generated CDF file:
|
| © 2008 Wolfram Research, Inc. |