1Attributes {
2    ogr_layer_info_1 {
3	string layer_name air;
4	string spatial_ref WGS84;
5	string target_container air_temperature;
6       	layer_extents {
7	    Float64 x_min -180;
8	    Float64 y_min -90;
9	    Float64 x_max 180;
10	    Float64 y_max 90;
11        }
12	extra_containers {
13	    string c0 air_temperature_qc;
14        }
15        x_field {
16            string name lon;
17	    string scope dds;
18        }
19        y_field {
20            string name lat;
21	    string scope dds;
22        }
23    }
24    ogr_layer_info_2 {
25	string layer_name wind;
26	string spatial_ref WGS84;
27	string target_container wind_min;
28       	layer_extents {
29	    Float64 x_min -180;
30	    Float64 y_min -90;
31	    Float64 x_max 180;
32	    Float64 y_max 90;
33        }
34	extra_containers {
35	    string c0 win_min_qc;
36	    string c1 wind_gust;
37	    string c2 wind_gust_qc;
38	    string c3 wind_speed;
39	    string c4 wind_speed_qc;
40	    string c5 wind_speed_sc;
41	    string c6 wind_speed_sc_qc;
42	    string c7 wind_speed_ve;
43	    string c8 wind_speed_ve_qc;
44        }
45        x_field {
46            string name lon;
47	    string scope dds;
48        }
49        y_field {
50            string name lat;
51	    string scope dds;
52        }
53    }
54    ogr_layer_info_3 {
55	string layer_name wind_direction;
56	string spatial_ref WGS84;
57	string target_container wind_direction;
58       	layer_extents {
59	    Float64 x_min -180;
60	    Float64 y_min -90;
61	    Float64 x_max 180;
62	    Float64 y_max 90;
63        }
64	extra_containers {
65	    string c0 wind_direction_qc;
66	    string c1 wind_direction_ve;
67	    string c2 wind_direction_ve_qc;
68	    string c3 wind_direction_stddev;
69	    string c4 wind_direction_stddev_qc;
70	    string c5 wind_direction_ve_stddev;
71	    string c6 wind_direction_ve_stddev_qc;
72	    string c7 wind_direction_uv_stddev;
73	    string c8 wind_direction_uv_stddev_qc;
74        }
75        x_field {
76            string name lon;
77	    string scope dds;
78        }
79        y_field {
80            string name lat;
81	    string scope dds;
82        }
83    }
84    ogr_layer_info_4 {
85	string layer_name compass;
86	string spatial_ref WGS84;
87	string target_container compass;
88       	layer_extents {
89	    Float64 x_min -180;
90	    Float64 y_min -90;
91	    Float64 x_max 180;
92	    Float64 y_max 90;
93        }
94	extra_containers {
95	    string c0 compass_qc;
96	    string c1 compass_stddev;
97	    string c2 compass_stddev_qc;
98        }
99        x_field {
100            string name lon;
101	    string scope dds;
102        }
103        y_field {
104            string name lat;
105	    string scope dds;
106        }
107    }
108    ogr_layer_info_5 {
109	string layer_name visibility;
110	string spatial_ref WGS84;
111	string target_container visibility_counts;
112       	layer_extents {
113	    Float64 x_min -180;
114	    Float64 y_min -90;
115	    Float64 x_max 180;
116	    Float64 y_max 90;
117        }
118	extra_containers {
119	    string c0 visibility_counts_qc;
120	    string c1 visibility_counts_qc;
121	    string c2 visibility;
122	    string c3 visibility_qc;
123	    string c4 min_visibility_counts;
124	    string c5 min_visibility_counts_qc;
125	    string c6 min_visibility;
126	    string c7 min_visibility_qc;
127	    string c8 max_visibility_counts;
128	    string c9 max_visibility_counts_qc;
129	    string c10 max_visibility;
130	    string c11 max_visibility_qc;
131        }
132        x_field {
133            string name lon;
134	    string scope dds;
135        }
136        y_field {
137            string name lat;
138	    string scope dds;
139        }
140    }
141}
142