Versions Compared

Key

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

...

JSON mode (JavaScript Object Notation). Options: s->structure, f->flat (only data), a->all attributes Default mode is structure.


-D filter/|fortran/|python/|C

Decoding dump. Provides instructions to decode the input message. Options:
   filter  -> filter instructions file to decode the input BUFR
   fortran-> fortran program to decode the input BUFR
   python  -> python script to decode the input BUFR
   C       -> C program to decode the input BUFR
Default mode is filter.


-E filter/|fortran/|python/|C

Encoding dump. Provides instructions to create the input message. Options:
   filter  -> filter instructions file to encode the input BUFR
   fortran -> fortran program to encode the input BUFR
   python  -> python script to encode the input BUFR
   C       -> C program to encode the input BUFR
Default mode is filter.

...