Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

bufr_copy examples

  1. To copy only the synop SYNOP messages from a file

    Code Block
    >  bufr_copy -w dataCategory=0 in.bufr out.bufr
    


  2. To copy only the non-synop SYNOP messages from a file

    Code Block
    >  bufr_copy -w dataCategory!=0 in.bufr out.bufr
    


  3. Use the square brackets to insert the value of a key in the name of the output file.

    Code Block
    > bufr_copy in.bufr out_[dataCategory].bufr