Versions Compared

Key

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

...

Code Block
languagepy
titlewrite_block
    outfile = open('outfile.bufr', 'w')
    codes_write(ibufr, outfile)
    print ("Created output BUFR file 'outfile.bufr'")
    codes_release(ibufr)


The tool bufr_dump can be generate code in Fortran, Python, C and ecCodes filter language ( that can be executed and tested with bufr_filter command line tool). More information available at

ecCodes Home


DISCLAIMER: This software is intended for testing purposes only.  Feedback would be appreciated but technical support can only be given if our workload permits.