- NASA-Ames (for ASCII)
- netCDF (for binary)
Follow this link to find out about the formats used for particular files.
Why netCDF has been chosen over NASA-Ames for the version-3 MST radar data:
- netCDF is designed for the storage of array-oriented (e.g. time-series or time-altitude) data. It is simple to retrieve data for selected regions of interest without having to read in the contents of the whole file.
- Through use of variable "attributes", it is much simpler to store information about particular data products (e.g. the units used, the accuracy etc.) in netCDF than it is in NASA-AMES.
- Use of the Climate and Forecast (CF) metadata conventions with netCDF ensures that standard names are used for standard data products (CF-like conventions have also been adopted in NASA-Ames files).
- file reading routines are freely available for a number of popular programming languages: e.g. Matlab, IDL, Fortran, C, and Python. New datasets can be accessed in literally seconds - there is no need to develop a separate reading routine for each one.