What happened?
File c_85.bufr contains a single BUFR message with 2 airTemperature values. The structure is as follows:
When we try to extract the airTemperature with the following code:
import pdbufr
df = pdbufr.read_bufr("c_85.bufr", columns=("airTemperature"))
print(df)
we only get the second value
What are the steps to reproduce the bug?
See above.
Version
all
Platform (OS and architecture)
all
Relevant log output
No response
Accompanying data
No response
Organisation
ECMWF