Understanding MultiNet |
As a general note, data files contain rows and columns of information. Rows (records) appear horizontally and columns (fields) appear vertically in your data. The Table Records that define the data in the MultiNet® Format Specification documents describe the information contained in each horizontal record in the data. Portions of each record (row) of information are divided into record fields (columns). In MultiNet® specification documents, the presentation of record fields is vertical and their description is horizontal. Example:
ID | FEATTYP | FT | F_JNCTID | F_JNCTTYP |
---|---|---|---|---|
13720000131081 | 4110 | 0 | 13720200063911 | 0 |
13720000131082 | 4110 | 0 | 13720200033340 | 0 |
13720000131085 | 4110 | 0 | 13720200052231 | 0 |
ABBR. | FULL NAME AND ATTRIBUTE VALUES | W | T | D |
---|---|---|---|---|
ID | Feature Identification | 15 | N | 0 |
FEATTYP | Feature Type:
|
4 | N | 0 |
FT | Ferry Type:
|
1 | N | 0 |
F_JNCTID | From (Start) Junction Identification | 15 | N | 0 |
F_JNCTTYP | From (Start) Junction Type:
|
1 | N | 0 |
Although the appearance of data in ASCII files is not always as uniform as that of dbf files and the field names are not identified in the data, the same guidelines apply: records are rows and portions of records (fields) are columns.
A portion of a GDF data record in GDF-AS format is below (underlines, bold, italics in this example are only to identify their place in the specification record type 03 below):
03FEAT_ID 10N <S>
FIELD NAME | SIZE | TYPE | NO DATA | MIN | MAX | DESCRIPTION |
---|---|---|---|---|---|---|
REC_DESCR | 2 | N | Obl | Record Type Code (03) | ||
FLD_NAME | 10 | G | Obl | Field Name The code of the attribute type which is specified in this record |
||
FIELD_SIZE | 2 | N | Obl | Attribute Value Field Size The length of the field which is specified; for Data Type G the value is * meaning variable field length |
||
DATA_TYPE | 2 | A | <S> | Data Type The type of characters that this field may contain.
|
||
DATA_UNIT | 3 | A | <S> | Data Unit Code of the SI-unit or other standard unit or form in which the data values are expressed (ALWAYS BLANK) |
||
UNIT_EXP | 2 | I | <S> | Unit Exponent 10LOG of the factor with which the data values have to be multiplied to obtain the unit as specified in Data Unit (ALWAYS BLANK) |
||
NO_DATA | 6 | G | Obl | No Data Value if no data is being sent
|