Skip to content

Allow extracting data with repeated coordinate descriptors #52

@sandorkertesz

Description

@sandorkertesz

Is your feature request related to a problem? Please describe.

Related to #51

The data in question has the following structure:

image

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions