Example | Description |
---|
bufr_attributes | How to read attributes of keys in BUFR messages. |
bufr_clone | How to create a new BUFR message by cloning an existing message. |
bufr_copy_data | How to copy all the values in the data section that are present in the same position in the data tree and with the same number of values to the output handle |
bufr_encode_flight | How to encode flight dataset into BUFR |
bufr_expanded | How to read all the expanded data values from BUFR messages. |
bufr_get_keys | How to read values of different type of keys from BUFR messages. |
bufr_get_string_array | How to get an array of strings from a BUFR message. |
bufr_keys_iterator | How to use keys_iterator functions and the codes_bufr_keys_iterator structure to get all the available keys in a BUFR message. |
bufr_read_header | How to read the header of BUFR messages. |
bufr_read_scatterometer | How to read data for a given beam from scatterometer BUFR messages. |
bufr_read_synop | How to read SYNOP BUFR messages. |
bufr_read_temp | How to read levels from TEMP BUFR messages. |
bufr_read_tempf | How to read and print radiosonde data from TEMP BUFR messages. |
bufr_set_keys | How to set different type of keys in BUFR messages. |
bufr_subset | How to read data values from a given subset of a BUFR message. |
bufr_read_tropical_cyclone | How to read data for a tropical cyclone BUFR message. |