Prev Up Next Index
Go backward to 3.3 Format Description Files
Go up to 3 Format Descriptions for Tabular Data
Go forward to 3.4.1 Format Type and Title

3.4 Format Descriptions

A format description file comprises one or more format descriptions. A format description consists of a line specifying the format type and title followed by one or more variable descriptions, as in the following example:

binary_data "Default binary format"
latitude 1 4 long 6
longitude 5 8 long 6

Tom Sgouros and James Gallagher, 2006-02-12

Prev Up Next