pypromice 1.3.6__py3-none-any.whl → 1.4.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pypromice might be problematic. Click here for more details.

Files changed (53) hide show
  1. pypromice/postprocess/bufr_to_csv.py +6 -1
  2. pypromice/postprocess/bufr_utilities.py +91 -18
  3. pypromice/postprocess/create_bufr_files.py +178 -0
  4. pypromice/postprocess/get_bufr.py +248 -397
  5. pypromice/postprocess/make_metadata_csv.py +214 -0
  6. pypromice/postprocess/real_time_utilities.py +41 -11
  7. pypromice/process/L0toL1.py +12 -5
  8. pypromice/process/L1toL2.py +69 -14
  9. pypromice/process/L2toL3.py +1033 -186
  10. pypromice/process/aws.py +130 -808
  11. pypromice/process/get_l2.py +90 -0
  12. pypromice/process/get_l2tol3.py +111 -0
  13. pypromice/process/join_l2.py +112 -0
  14. pypromice/process/join_l3.py +551 -120
  15. pypromice/process/load.py +161 -0
  16. pypromice/process/resample.py +128 -0
  17. pypromice/process/utilities.py +68 -0
  18. pypromice/process/write.py +503 -0
  19. pypromice/qc/github_data_issues.py +10 -16
  20. pypromice/qc/persistence.py +52 -30
  21. pypromice/resources/__init__.py +28 -0
  22. pypromice/{process/metadata.csv → resources/file_attributes.csv} +0 -2
  23. pypromice/resources/variable_aliases_GC-Net.csv +78 -0
  24. pypromice/resources/variables.csv +106 -0
  25. pypromice/station_configuration.py +118 -0
  26. pypromice/tx/get_l0tx.py +7 -4
  27. pypromice/tx/payload_formats.csv +1 -0
  28. pypromice/tx/tx.py +27 -6
  29. pypromice/utilities/__init__.py +0 -0
  30. pypromice/utilities/git.py +61 -0
  31. {pypromice-1.3.6.dist-info → pypromice-1.4.0.dist-info}/METADATA +3 -3
  32. pypromice-1.4.0.dist-info/RECORD +53 -0
  33. {pypromice-1.3.6.dist-info → pypromice-1.4.0.dist-info}/WHEEL +1 -1
  34. pypromice-1.4.0.dist-info/entry_points.txt +13 -0
  35. pypromice/postprocess/station_configurations.toml +0 -762
  36. pypromice/process/get_l3.py +0 -46
  37. pypromice/process/variables.csv +0 -92
  38. pypromice/qc/persistence_test.py +0 -150
  39. pypromice/test/test_config1.toml +0 -69
  40. pypromice/test/test_config2.toml +0 -54
  41. pypromice/test/test_email +0 -75
  42. pypromice/test/test_payload_formats.csv +0 -4
  43. pypromice/test/test_payload_types.csv +0 -7
  44. pypromice/test/test_percentile.py +0 -229
  45. pypromice/test/test_raw1.txt +0 -4468
  46. pypromice/test/test_raw_DataTable2.txt +0 -11167
  47. pypromice/test/test_raw_SlimTableMem1.txt +0 -1155
  48. pypromice/test/test_raw_transmitted1.txt +0 -15411
  49. pypromice/test/test_raw_transmitted2.txt +0 -28
  50. pypromice-1.3.6.dist-info/RECORD +0 -53
  51. pypromice-1.3.6.dist-info/entry_points.txt +0 -8
  52. {pypromice-1.3.6.dist-info → pypromice-1.4.0.dist-info}/LICENSE.txt +0 -0
  53. {pypromice-1.3.6.dist-info → pypromice-1.4.0.dist-info}/top_level.txt +0 -0
@@ -1,762 +0,0 @@
1
- [CEN2]
2
- stid = "CEN2"
3
- station_site = "CEN"
4
- project = "GC-Net"
5
- station_type = "mobile"
6
- wmo_id = "04407"
7
- barometer_from_gps = 0.55
8
- anemometer_from_sonic_ranger = 0.4
9
- temperature_from_sonic_ranger = 0.4
10
- height_of_gps_from_station_ground = 1.5
11
- sonic_ranger_from_gps = 0.15
12
- export_bufr = true
13
- skipped_variables = []
14
- positions_update_timestamp_only = false
15
-
16
- [CP1]
17
- stid = "CP1"
18
- station_site = "CP1"
19
- project = "GC-Net"
20
- station_type = "mobile"
21
- wmo_id = "04442"
22
- barometer_from_gps = 0.55
23
- anemometer_from_sonic_ranger = 0.4
24
- temperature_from_sonic_ranger = 0.4
25
- height_of_gps_from_station_ground = 1.5
26
- sonic_ranger_from_gps = 0.15
27
- export_bufr = true
28
- skipped_variables = []
29
- positions_update_timestamp_only = false
30
-
31
- [DY2]
32
- stid = "DY2"
33
- station_site = "DY2"
34
- project = "GC-Net"
35
- station_type = "mobile"
36
- wmo_id = "04464"
37
- barometer_from_gps = 0.55
38
- anemometer_from_sonic_ranger = 0.4
39
- temperature_from_sonic_ranger = 0.4
40
- height_of_gps_from_station_ground = 1.5
41
- sonic_ranger_from_gps = 0.15
42
- export_bufr = true
43
- skipped_variables = []
44
- positions_update_timestamp_only = false
45
-
46
- [EGP]
47
- stid = "EGP"
48
- station_site = "EGP"
49
- project = "GC-Net"
50
- station_type = "mobile"
51
- wmo_id = "04451"
52
- barometer_from_gps = 0.55
53
- anemometer_from_sonic_ranger = 0.4
54
- temperature_from_sonic_ranger = 0.4
55
- height_of_gps_from_station_ground = 1.5
56
- sonic_ranger_from_gps = 0.15
57
- export_bufr = true
58
- skipped_variables = []
59
- positions_update_timestamp_only = false
60
-
61
- [HUM]
62
- stid = "HUM"
63
- station_site = "HUM"
64
- project = "GC-Net"
65
- station_type = "mobile"
66
- wmo_id = "04432"
67
- barometer_from_gps = 0.55
68
- anemometer_from_sonic_ranger = 0.4
69
- temperature_from_sonic_ranger = 0.4
70
- height_of_gps_from_station_ground = 1.5
71
- sonic_ranger_from_gps = 0.15
72
- export_bufr = true
73
- skipped_variables = []
74
- positions_update_timestamp_only = false
75
-
76
- [NAE]
77
- stid = "NAE"
78
- station_site = "NAE"
79
- project = "GC-Net"
80
- station_type = "mobile"
81
- wmo_id = "04420"
82
- barometer_from_gps = 0.55
83
- anemometer_from_sonic_ranger = 0.4
84
- temperature_from_sonic_ranger = 0.4
85
- height_of_gps_from_station_ground = 1.5
86
- sonic_ranger_from_gps = 0.15
87
- export_bufr = true
88
- skipped_variables = []
89
- positions_update_timestamp_only = false
90
-
91
- [NAU]
92
- stid = "NAU"
93
- station_site = "NAU"
94
- project = "GC-Net"
95
- station_type = "mobile"
96
- wmo_id = "04443"
97
- barometer_from_gps = 0.55
98
- anemometer_from_sonic_ranger = 0.4
99
- temperature_from_sonic_ranger = 0.4
100
- height_of_gps_from_station_ground = 1.5
101
- sonic_ranger_from_gps = 0.15
102
- export_bufr = true
103
- skipped_variables = []
104
- positions_update_timestamp_only = false
105
-
106
- [NEM]
107
- stid = "NEM"
108
- station_site = "NEM"
109
- project = "GC-Net"
110
- station_type = "mobile"
111
- wmo_id = "04436"
112
- barometer_from_gps = 0.55
113
- anemometer_from_sonic_ranger = 0.4
114
- temperature_from_sonic_ranger = 0.4
115
- height_of_gps_from_station_ground = 1.5
116
- sonic_ranger_from_gps = 0.15
117
- export_bufr = true
118
- skipped_variables = []
119
- positions_update_timestamp_only = false
120
-
121
- [NSE]
122
- stid = "NSE"
123
- station_site = "NSE"
124
- project = "GC-Net"
125
- station_type = "mobile"
126
- wmo_id = "04488"
127
- barometer_from_gps = 0.55
128
- anemometer_from_sonic_ranger = 0.4
129
- temperature_from_sonic_ranger = 0.4
130
- height_of_gps_from_station_ground = 1.5
131
- sonic_ranger_from_gps = 0.15
132
- export_bufr = true
133
- skipped_variables = []
134
- positions_update_timestamp_only = false
135
-
136
- [SDL]
137
- stid = "SDL"
138
- station_site = "SDL"
139
- project = "GC-Net"
140
- station_type = "mobile"
141
- wmo_id = "04485"
142
- barometer_from_gps = 0.55
143
- anemometer_from_sonic_ranger = 0.4
144
- temperature_from_sonic_ranger = 0.4
145
- height_of_gps_from_station_ground = 1.5
146
- sonic_ranger_from_gps = 0.15
147
- export_bufr = true
148
- skipped_variables = []
149
- positions_update_timestamp_only = false
150
-
151
- [SDM]
152
- stid = "SDM"
153
- station_site = "SDM"
154
- project = "GC-Net"
155
- station_type = "mobile"
156
- wmo_id = "04492"
157
- barometer_from_gps = 0.55
158
- anemometer_from_sonic_ranger = 0.4
159
- temperature_from_sonic_ranger = 0.4
160
- height_of_gps_from_station_ground = 1.5
161
- sonic_ranger_from_gps = 0.15
162
- export_bufr = true
163
- skipped_variables = []
164
- positions_update_timestamp_only = false
165
-
166
- [TUN]
167
- stid = "TUN"
168
- station_site = "TUN"
169
- project = "GC-Net"
170
- station_type = "mobile"
171
- wmo_id = "04425"
172
- barometer_from_gps = 0.55
173
- anemometer_from_sonic_ranger = 0.4
174
- temperature_from_sonic_ranger = 0.4
175
- height_of_gps_from_station_ground = 1.5
176
- sonic_ranger_from_gps = 0.15
177
- export_bufr = true
178
- skipped_variables = []
179
- positions_update_timestamp_only = false
180
-
181
- [KAN_M]
182
- stid = "KAN_M"
183
- station_site = "KAN_M"
184
- project = "Promice"
185
- station_type = "mobile"
186
- wmo_id = "04411"
187
- barometer_from_gps = -0.25
188
- anemometer_from_sonic_ranger = 0.4
189
- temperature_from_sonic_ranger = 0.0
190
- height_of_gps_from_station_ground = 0.9
191
- sonic_ranger_from_gps = 1.3
192
- export_bufr = true
193
- skipped_variables = []
194
- positions_update_timestamp_only = false
195
-
196
- [KAN_U]
197
- stid = "KAN_U"
198
- station_site = "KAN_U"
199
- project = "Promice"
200
- station_type = "mobile"
201
- wmo_id = "04409"
202
- barometer_from_gps = -0.25
203
- anemometer_from_sonic_ranger = 0.4
204
- temperature_from_sonic_ranger = 0.0
205
- height_of_gps_from_station_ground = 0.9
206
- sonic_ranger_from_gps = 1.3
207
- export_bufr = true
208
- skipped_variables = []
209
- positions_update_timestamp_only = false
210
-
211
- [LYN_L]
212
- stid = "LYN_L"
213
- station_site = "LYN_L"
214
- project = "Disko"
215
- station_type = "mobile"
216
- wmo_id = "04450"
217
- barometer_from_gps = -0.25
218
- anemometer_from_sonic_ranger = 0.4
219
- temperature_from_sonic_ranger = 0.0
220
- height_of_gps_from_station_ground = 0.9
221
- sonic_ranger_from_gps = 1.3
222
- export_bufr = true
223
- skipped_variables = []
224
- positions_update_timestamp_only = false
225
-
226
- [LYN_T]
227
- stid = "LYN_T"
228
- station_site = "LYN_T"
229
- project = "Disko"
230
- station_type = "mobile"
231
- wmo_id = "04429"
232
- barometer_from_gps = -0.25
233
- anemometer_from_sonic_ranger = 0.4
234
- temperature_from_sonic_ranger = 0.0
235
- height_of_gps_from_station_ground = 0.9
236
- sonic_ranger_from_gps = 1.3
237
- export_bufr = true
238
- skipped_variables = []
239
- positions_update_timestamp_only = false
240
-
241
- [MIT]
242
- stid = "MIT"
243
- station_site = "MIT"
244
- project = "Promice"
245
- station_type = "mobile"
246
- wmo_id = "04430"
247
- barometer_from_gps = -0.25
248
- anemometer_from_sonic_ranger = 0.4
249
- temperature_from_sonic_ranger = 0.0
250
- height_of_gps_from_station_ground = 0.9
251
- sonic_ranger_from_gps = 1.3
252
- export_bufr = true
253
- skipped_variables = []
254
- positions_update_timestamp_only = false
255
-
256
- [NUK_K]
257
- stid = "NUK_K"
258
- station_site = "NUK_K"
259
- project = "Promice"
260
- station_type = "mobile"
261
- wmo_id = "04437"
262
- barometer_from_gps = -0.25
263
- anemometer_from_sonic_ranger = 0.4
264
- temperature_from_sonic_ranger = 0.0
265
- height_of_gps_from_station_ground = 0.9
266
- sonic_ranger_from_gps = 1.3
267
- export_bufr = true
268
- skipped_variables = []
269
- positions_update_timestamp_only = false
270
-
271
- [NUK_L]
272
- stid = "NUK_L"
273
- station_site = "NUK_L"
274
- project = "Promice"
275
- station_type = "mobile"
276
- wmo_id = "04403"
277
- barometer_from_gps = -0.25
278
- anemometer_from_sonic_ranger = 0.4
279
- temperature_from_sonic_ranger = 0.0
280
- height_of_gps_from_station_ground = 0.9
281
- sonic_ranger_from_gps = 1.3
282
- export_bufr = true
283
- skipped_variables = []
284
- positions_update_timestamp_only = false
285
-
286
- [SCO_L]
287
- stid = "SCO_L"
288
- station_site = "SCO_L"
289
- project = "Promice"
290
- station_type = "mobile"
291
- wmo_id = "04413"
292
- barometer_from_gps = -0.25
293
- anemometer_from_sonic_ranger = 0.4
294
- temperature_from_sonic_ranger = 0.0
295
- height_of_gps_from_station_ground = 0.9
296
- sonic_ranger_from_gps = 1.3
297
- export_bufr = true
298
- skipped_variables = []
299
- positions_update_timestamp_only = false
300
-
301
- [SCO_U]
302
- stid = "SCO_U"
303
- station_site = "SCO_U"
304
- project = "Promice"
305
- station_type = "mobile"
306
- wmo_id = "04421"
307
- barometer_from_gps = -0.25
308
- anemometer_from_sonic_ranger = 0.4
309
- temperature_from_sonic_ranger = 0.0
310
- height_of_gps_from_station_ground = 0.9
311
- sonic_ranger_from_gps = 1.3
312
- export_bufr = true
313
- skipped_variables = []
314
- positions_update_timestamp_only = false
315
-
316
- [TAS_A]
317
- stid = "TAS_A"
318
- station_site = "TAS_A"
319
- project = "Promice"
320
- station_type = "mobile"
321
- wmo_id = "04408"
322
- barometer_from_gps = -0.25
323
- anemometer_from_sonic_ranger = 0.4
324
- temperature_from_sonic_ranger = 0.0
325
- height_of_gps_from_station_ground = 0.9
326
- sonic_ranger_from_gps = 1.3
327
- export_bufr = true
328
- skipped_variables = []
329
- positions_update_timestamp_only = false
330
-
331
- [TAS_L]
332
- stid = "TAS_L"
333
- station_site = "TAS_L"
334
- project = "Promice"
335
- station_type = "mobile"
336
- wmo_id = "04404"
337
- barometer_from_gps = -0.25
338
- anemometer_from_sonic_ranger = 0.4
339
- temperature_from_sonic_ranger = 0.0
340
- height_of_gps_from_station_ground = 0.9
341
- sonic_ranger_from_gps = 1.3
342
- export_bufr = true
343
- skipped_variables = []
344
- positions_update_timestamp_only = false
345
-
346
- [THU_L]
347
- stid = "THU_L"
348
- station_site = "THU_L"
349
- project = "Promice"
350
- station_type = "mobile"
351
- wmo_id = "04424"
352
- barometer_from_gps = -0.25
353
- anemometer_from_sonic_ranger = 0.4
354
- temperature_from_sonic_ranger = 0.0
355
- height_of_gps_from_station_ground = 0.9
356
- sonic_ranger_from_gps = 1.3
357
- export_bufr = true
358
- skipped_variables = []
359
- positions_update_timestamp_only = false
360
-
361
- [THU_L2]
362
- stid = "THU_L2"
363
- station_site = "THU_L2"
364
- project = "Promice"
365
- station_type = "mobile"
366
- wmo_id = "04453"
367
- barometer_from_gps = -0.25
368
- anemometer_from_sonic_ranger = 0.4
369
- temperature_from_sonic_ranger = 0.0
370
- height_of_gps_from_station_ground = 0.9
371
- sonic_ranger_from_gps = 1.3
372
- export_bufr = true
373
- skipped_variables = []
374
- positions_update_timestamp_only = false
375
-
376
- [UPE_L]
377
- stid = "UPE_L"
378
- station_site = "UPE_L"
379
- project = "Promice"
380
- station_type = "mobile"
381
- wmo_id = "04423"
382
- barometer_from_gps = -0.25
383
- anemometer_from_sonic_ranger = 0.4
384
- temperature_from_sonic_ranger = 0.0
385
- height_of_gps_from_station_ground = 0.9
386
- sonic_ranger_from_gps = 1.3
387
- export_bufr = true
388
- skipped_variables = []
389
- positions_update_timestamp_only = false
390
-
391
- [UPE_U]
392
- stid = "UPE_U"
393
- station_site = "UPE_U"
394
- project = "Promice"
395
- station_type = "mobile"
396
- wmo_id = "04422"
397
- barometer_from_gps = -0.25
398
- anemometer_from_sonic_ranger = 0.4
399
- temperature_from_sonic_ranger = 0.0
400
- height_of_gps_from_station_ground = 0.9
401
- sonic_ranger_from_gps = 1.3
402
- export_bufr = true
403
- skipped_variables = []
404
- positions_update_timestamp_only = false
405
-
406
- [KAN_Lv3]
407
- stid = "KAN_Lv3"
408
- station_site = "KAN_L"
409
- project = "Promice"
410
- station_type = "mobile"
411
- wmo_id = "04412"
412
- barometer_from_gps = 1.3
413
- anemometer_from_sonic_ranger = 0.4
414
- temperature_from_sonic_ranger = 0.0
415
- height_of_gps_from_station_ground = 0.9
416
- sonic_ranger_from_gps = 1.3
417
- export_bufr = true
418
- skipped_variables = []
419
- positions_update_timestamp_only = false
420
-
421
- [NUK_Uv3]
422
- stid = "NUK_Uv3"
423
- station_site = "NUK_U"
424
- project = "Promice"
425
- station_type = "mobile"
426
- wmo_id = "04439"
427
- barometer_from_gps = 1.3
428
- anemometer_from_sonic_ranger = 0.4
429
- temperature_from_sonic_ranger = 0.0
430
- height_of_gps_from_station_ground = 0.9
431
- sonic_ranger_from_gps = 1.3
432
- export_bufr = true
433
- skipped_variables = []
434
- positions_update_timestamp_only = false
435
-
436
- [QAS_Lv3]
437
- stid = "QAS_Lv3"
438
- station_site = "QAS_L"
439
- project = "Promice"
440
- station_type = "mobile"
441
- wmo_id = "04401"
442
- barometer_from_gps = 1.3
443
- anemometer_from_sonic_ranger = 0.4
444
- temperature_from_sonic_ranger = 0.0
445
- height_of_gps_from_station_ground = 0.9
446
- sonic_ranger_from_gps = 1.3
447
- export_bufr = true
448
- skipped_variables = []
449
- positions_update_timestamp_only = false
450
-
451
- [QAS_Mv3]
452
- stid = "QAS_Mv3"
453
- station_site = "QAS_M"
454
- project = "Promice"
455
- station_type = "mobile"
456
- wmo_id = "04441"
457
- barometer_from_gps = 1.3
458
- anemometer_from_sonic_ranger = 0.4
459
- temperature_from_sonic_ranger = 0.0
460
- height_of_gps_from_station_ground = 0.9
461
- sonic_ranger_from_gps = 1.3
462
- export_bufr = true
463
- skipped_variables = []
464
- positions_update_timestamp_only = false
465
-
466
- [QAS_Uv3]
467
- stid = "QAS_Uv3"
468
- station_site = "QAS_U"
469
- project = "Promice"
470
- station_type = "mobile"
471
- wmo_id = "04402"
472
- barometer_from_gps = 1.3
473
- anemometer_from_sonic_ranger = 0.4
474
- temperature_from_sonic_ranger = 0.0
475
- height_of_gps_from_station_ground = 0.9
476
- sonic_ranger_from_gps = 1.3
477
- export_bufr = true
478
- skipped_variables = []
479
- positions_update_timestamp_only = false
480
-
481
- [ZAK_Lv3]
482
- stid = "ZAK_Lv3"
483
- station_site = "ZAK_L"
484
- project = "GlacioBasis"
485
- station_type = "mobile"
486
- wmo_id = "04461"
487
- barometer_from_gps = 1.3
488
- anemometer_from_sonic_ranger = 0.4
489
- temperature_from_sonic_ranger = 0.0
490
- height_of_gps_from_station_ground = 0.9
491
- sonic_ranger_from_gps = 1.3
492
- export_bufr = true
493
- skipped_variables = []
494
- positions_update_timestamp_only = false
495
-
496
- [ZAK_Uv3]
497
- stid = "ZAK_Uv3"
498
- station_site = "ZAK_U"
499
- project = "GlacioBasis"
500
- station_type = "mobile"
501
- wmo_id = "04462"
502
- barometer_from_gps = 1.3
503
- anemometer_from_sonic_ranger = 0.4
504
- temperature_from_sonic_ranger = 0.0
505
- height_of_gps_from_station_ground = 0.9
506
- sonic_ranger_from_gps = 1.3
507
- export_bufr = true
508
- skipped_variables = []
509
- positions_update_timestamp_only = false
510
-
511
- [WEG_B]
512
- stid = "WEG_B"
513
- station_site = "NUK_U"
514
- project = "Wegener"
515
- station_type = "land"
516
- wmo_id = "460"
517
- export_bufr = true
518
- skipped_variables = []
519
- positions_update_timestamp_only = false
520
-
521
- [KAN_B]
522
- stid = "KAN_B"
523
- station_site = "KAN_B"
524
- project = "Promice"
525
- station_type = "land"
526
- wmo_id = "445"
527
- export_bufr = false
528
- comment = "no_instantaneous"
529
- skipped_variables = []
530
- positions_update_timestamp_only = true
531
-
532
- [CEN1]
533
- stid = "CEN1"
534
- station_site = "CEN1"
535
- project = "GC-Net"
536
- export_bufr = false
537
- comment = "discontinued"
538
- skipped_variables = []
539
- positions_update_timestamp_only = false
540
-
541
- [JAR_O]
542
- stid = "JAR_O"
543
- station_site = "JAR"
544
- project = "GC-Net"
545
- wmo_id = "04452"
546
- export_bufr = false
547
- comment = "discontinued"
548
- skipped_variables = []
549
- positions_update_timestamp_only = false
550
-
551
- [KAN_L]
552
- stid = "KAN_L"
553
- station_site = "KAN_L"
554
- project = "Promice"
555
- wmo_id = "04412"
556
- export_bufr = false
557
- comment = "use_v3"
558
- skipped_variables = []
559
- positions_update_timestamp_only = false
560
-
561
- [KPC_Lv3]
562
- stid = "KPC_Lv3"
563
- station_site = "KPC_L"
564
- project = "Promice"
565
- station_type = "mobile"
566
- wmo_id = "04428"
567
- export_bufr = false
568
- comment = "v3_bad"
569
- skipped_variables = []
570
- positions_update_timestamp_only = false
571
-
572
- [NUK_N]
573
- stid = "NUK_N"
574
- station_site = "NUK_N"
575
- export_bufr = false
576
- comment = "discontinued"
577
- skipped_variables = []
578
- positions_update_timestamp_only = false
579
-
580
- [NUK_U]
581
- stid = "NUK_U"
582
- station_site = "NUK_U"
583
- project = "Promice"
584
- wmo_id = "04439"
585
- export_bufr = false
586
- comment = "use_v3"
587
- skipped_variables = []
588
- positions_update_timestamp_only = false
589
-
590
- [QAS_A]
591
- stid = "QAS_A"
592
- station_site = "QAS_A"
593
- project = "Promice"
594
- export_bufr = false
595
- comment = "discontinued"
596
- skipped_variables = []
597
- positions_update_timestamp_only = false
598
-
599
- [QAS_L]
600
- stid = "QAS_L"
601
- station_site = "QAS_L"
602
- project = "Promice"
603
- wmo_id = "04401"
604
- export_bufr = false
605
- comment = "use_v3"
606
- skipped_variables = []
607
- positions_update_timestamp_only = false
608
-
609
- [QAS_M]
610
- stid = "QAS_M"
611
- station_site = "QAS_M"
612
- project = "Promice"
613
- wmo_id = "04441"
614
- export_bufr = false
615
- comment = "use_v3"
616
- skipped_variables = []
617
- positions_update_timestamp_only = false
618
-
619
- [QAS_U]
620
- stid = "QAS_U"
621
- station_site = "QAS_U"
622
- project = "Promice"
623
- wmo_id = "04402"
624
- export_bufr = false
625
- comment = "use_v3"
626
- skipped_variables = []
627
- positions_update_timestamp_only = false
628
-
629
- [SWC_O]
630
- stid = "SWC_O"
631
- station_site = "SWC"
632
- project = "GC-Net"
633
- wmo_id = "04458"
634
- export_bufr = false
635
- comment = "discontinued"
636
- skipped_variables = []
637
- positions_update_timestamp_only = false
638
-
639
- [TAS_U]
640
- stid = "TAS_U"
641
- station_site = "TAS_U"
642
- project = "Promice"
643
- export_bufr = false
644
- comment = "discontinued"
645
- skipped_variables = []
646
- positions_update_timestamp_only = false
647
-
648
- [THU_U]
649
- stid = "THU_U"
650
- station_site = "THU_U"
651
- project = "Promice"
652
- station_type = "mobile"
653
- wmo_id = "04454"
654
- barometer_from_gps = -0.25
655
- anemometer_from_sonic_ranger = 0.4
656
- temperature_from_sonic_ranger = 0.0
657
- height_of_gps_from_station_ground = 0.9
658
- sonic_ranger_from_gps = 1.3
659
- export_bufr = false
660
- comment = "discontinued"
661
- skipped_variables = []
662
- positions_update_timestamp_only = false
663
-
664
- [UWN]
665
- stid = "UWN"
666
- station_site = "UWN"
667
- export_bufr = false
668
- comment = "not_registered"
669
- skipped_variables = []
670
- positions_update_timestamp_only = false
671
-
672
- [WEG_L]
673
- stid = "WEG_L"
674
- station_site = "WEG_L"
675
- project = "Wegener"
676
- export_bufr = false
677
- comment = "not_registered"
678
- skipped_variables = []
679
- positions_update_timestamp_only = false
680
-
681
- [XXX]
682
- stid = "XXX"
683
- station_site = "XXX"
684
- export_bufr = false
685
- comment = "test"
686
- skipped_variables = []
687
- positions_update_timestamp_only = false
688
-
689
- [ZAK_A]
690
- stid = "ZAK_A"
691
- station_site = "ZAK_A"
692
- project = "GlacioBasis"
693
- export_bufr = false
694
- comment = "not_registered"
695
- skipped_variables = []
696
- positions_update_timestamp_only = false
697
-
698
- [ZAK_L]
699
- stid = "ZAK_L"
700
- station_site = "ZAK_L"
701
- project = "GlacioBasis"
702
- wmo_id = "04461"
703
- export_bufr = false
704
- comment = "use_v3,no_instantaneous"
705
- skipped_variables = []
706
- positions_update_timestamp_only = false
707
-
708
- [ZAK_U]
709
- stid = "ZAK_U"
710
- station_site = "ZAK_U"
711
- project = "GlacioBasis"
712
- wmo_id = "04462"
713
- export_bufr = false
714
- comment = "use_v3,no_instantaneous"
715
- skipped_variables = []
716
- positions_update_timestamp_only = false
717
-
718
- [KPC_Uv3]
719
- stid = "KPC_Uv3"
720
- station_site = "KPC_U"
721
- project = "Promice"
722
- station_type = "mobile"
723
- wmo_id = "04427"
724
- export_bufr = false
725
- comment = "v3_bad"
726
- skipped_variables = []
727
- positions_update_timestamp_only = false
728
-
729
- [KPC_L]
730
- stid = "KPC_L"
731
- station_site = "KPC_L"
732
- project = "Promice"
733
- wmo_id = "04428"
734
- export_bufr = false
735
- comment = "use_v3"
736
- skipped_variables = []
737
- positions_update_timestamp_only = false
738
-
739
- [KPC_U]
740
- stid = "KPC_U"
741
- station_site = "KPC_U"
742
- project = "Promice"
743
- wmo_id = "04427"
744
- export_bufr = false
745
- comment = "use_v3"
746
- skipped_variables = []
747
- positions_update_timestamp_only = false
748
-
749
- [THU_U2]
750
- stid = "THU_U2"
751
- station_site = "THU_U"
752
- project = "Promice"
753
- station_type = "mobile"
754
- wmo_id = "04454"
755
- barometer_from_gps = -0.25
756
- anemometer_from_sonic_ranger = 0.4
757
- temperature_from_sonic_ranger = 0.0
758
- height_of_gps_from_station_ground = 0.9
759
- sonic_ranger_from_gps = 1.3
760
- export_bufr = true
761
- skipped_variables = []
762
- positions_update_timestamp_only = false