affiliation
The affiliation table groups stations into networks. It contains station to array mapping.
|
FIELD NUMBER |
COLUMN |
STORAGE TYPE |
EXTERNAL FORMAT |
CHARACTER POSITION |
DESCRIPTION |
|
1 |
net |
varchar2(8) |
a8 |
1-8 |
unique network identifier |
|
2 |
sta |
varchar2(6) |
a6 |
10-15 |
station identifier |
|
3 |
time |
f1oat(53) |
f17.5 |
17-33 |
starting time for station in network |
|
4 |
endtime |
f1oat(53) |
f17.5 |
35-51 |
endtime for station in network |
|
5 |
Iddate |
date |
a19 |
53-71 |
load date |
|
Keys: |
Primary |
net, sta, time |
|
|
|
|
|
Data: |
Descriptive |
net, sta |
|
|
Measurement |
time, endtime |
|
|
Administrative |
lddate |