pdbufr
pdbufr copied to clipboard
Allow extracting data with repeated coordinate descriptors
Is your feature request related to a problem? Please describe.
Related to #51
The data in question has the following structure:
And we would like to perform:
df = pdbufr.read_bufr(f,
columns=("pressure", "pressure", "u", "v"),
)
to get results like this:
49660,55520,2.2,-0.9
49660,55520,0.3,0.4
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Organisation
No response