read_bufr
- read_bufr(path, reader='generic', **kwargs)
Extract data from BUFR as a pandas.DataFrame with the specified
reader. To see the available**kwargsplease refer to the documentation of the specific reader. The default reader is generic.The following readers are available:
Reader
Description
extract arbitrary BUFR keys with a hierarchical collector
extract whole BUFR messages/subsets as flat records
The readers below are experimental and the API might change in the future. It is not recommended to use it in production code yet.
Reader
Description
extract synop-like data from BUFR using pre-defined parameters
extract temp-like data from BUFR using pre-defined parameters