Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
bufr.pm:bufrextract.pl_ahl [2016-12-02 16:31:00] pals created |
bufr.pm:bufrextract.pl_ahl [2026-03-26 18:23:11] (current) pals |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| bufrextract.pl sn.0113.bin --ahl " | bufrextract.pl sn.0113.bin --ahl " | ||
| - | will extract all BUFR BUOY messages from the file sn.0113.bin of GTS bulletins into iob.dat, whose content can be checked with bufrread.pl, | + | will extract all BUFR BUOY messages from the file sn.0113.bin of GTS bulletins into iob.dat, whose content can be checked with bufrread.pl, |
| Adding %%--%%without_ahl in the command above will lead to the obvious change of not including the AHLs in iob.dat | Adding %%--%%without_ahl in the command above will lead to the obvious change of not including the AHLs in iob.dat | ||
| + | While if the BUFR file contains complete GTS bulletins, adding %%--%%gts (instead of %%--%%without_ahl) will result in the full GTS envelope to be included, see the Manual on the GTS for details. | ||