meteo-vm2
2.0.11
|
Tools to handle VM2 files
Convert VM2 (stdin) to BUFR (stdout). Every attribute in the "stations" section is a local B table descriptor and the key must be in the form BXXYYY
, except for lon
(B06001
), lat
(B05001
) and rep
(B01094
) keys. Variables" section must have the following keys: bcode
, unit
(optional), tr
, p1
, p2
, lt1
, l1
(optional), lt2
(optional), l2
(optional); when unit
is present, the tool tries to convert the value.
Convert BUFR (stdin) to VM2 (stdout). The lookup on the attributes file is the reverse of the command meteo-vm2-to-bufr
.
The station lookup is made with lon
, lat
and rep
keys, while the variable lookup is made with bcode
, tr
, p1
, p2
, lt1
, l1
(optional), lt2
(optional), l2
(optional); when unit
is present, the tool tries to convert the value.