BUFR functions ================ This is the list of all the functions related to :class:`Bufr` data. .. list-table:: :widths: 20 80 :header-rows: 0 * - :func:`append` - Append the given data to file * - :func:`bufr_picker` - Filter :class:`Bufr` data with complex structure * - :func:`cleanfile` - Remove unwanted header padding from GRIB and :class:`Bufr` files * - :func:`file` - Return a file handler for the specified filename * - :func:`obsfilter` - Filter :class:`Bufr` data * - :func:`read` - Read the given file and returns a variable of the appropriate type * - :func:`retrieve` - Retrieve data from MARS * - :func:`thermo_bufr` - Generate thermodynamical profile from :class:`Bufr` * - :func:`write` - Writes/appends the given data to file