Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
bufr.pm:bufrextract.pl_help [2023-02-05 09:12:24] pals |
bufr.pm:bufrextract.pl_help [2026-03-26 18:00:48] (current) pals |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| bufrextract.pl <bufr file(s)> | bufrextract.pl <bufr file(s)> | ||
| [--ahl < | [--ahl < | ||
| - | [--only_ahl] | [--without_ahl] | [--gts] | + | [--only_ahl | --without_ahl | --gts] |
| + | [--filter < | ||
| [--outfile < | [--outfile < | ||
| [--help] | [--help] | ||
| Line 14: | Line 15: | ||
| | | ||
| | | ||
| + | | ||
| + | Extract BUFR messages matching the < | ||
| | | ||
| Will print to < | Will print to < | ||
| Line 23: | Line 26: | ||
| For option " | For option " | ||
| - | E.g. "--ahl ' | + | E.g. "--ahl ' |
| CCCC=ENMI. | CCCC=ENMI. | ||
| Line 31: | Line 34: | ||
| GTS: Attachment II-4. Format of Meteorological Messages. | GTS: Attachment II-4. Format of Meteorological Messages. | ||
| - | | + | |
| - | | + | metadata present in section 1 (and 0) of the BUFR messages. Some few |
| - | | + | examples which hopefully are enough to illustrate how to write the |
| + | < | ||
| + | "dc=0 ic=0, | ||
| + | from fixed-land stations, while "dc=1 ic=0, | ||
| + | marine stations. If you want to extract both, use for < | ||
| + | criteria>: | ||
| + | |||
| + | Here is the full list of metadata available for filtering (the first | ||
| + | 2-letter abbreviation is what should be used in the < | ||
| + | criteria> | ||
| + | |||
| + | be = BUFR edition | ||
| + | oc = Originating centre | ||
| + | os = Originating subcentre | ||
| + | dc = Data category (table A) | ||
| + | ic = International data subcategory | ||
| + | lc = Local data subcategory | ||
| + | mt = Master table version number | ||
| + | lt = Local table version number | ||
| + | ye = Year | ||
| + | mo = Month | ||
| + | da = Day | ||
| + | ho = Hour | ||
| + | mi = Minute | ||
| + | se = Second | ||
| + | |||
| + | Note that no bufrtables are needed for running bufrextract.pl, | ||
| + | | ||
| + | | ||
| </ | </ | ||