pyiem.nws.bufkit module#
A BUFKIT File Reader.
- pyiem.nws.bufkit.read_bufkit(mixedobj)[source]#
Read a BUFKIT file and return two pandas dataframes.
The first dataframe is the sounding values with a column called STIM, which can be joined against the index of the station_dataframe.
- Parameters:
mixedobj (str or filelike) – What to read.
- Returns:
(profile_dataframe, station_dataframe)