Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support rank notation in ecCodes keys #5

Open
sandorkertesz opened this issue Nov 10, 2020 · 1 comment
Open

Support rank notation in ecCodes keys #5

sandorkertesz opened this issue Nov 10, 2020 · 1 comment

Comments

@sandorkertesz
Copy link
Collaborator

ecCodes supports the #n#key notation to get the n-th value for a given key in a BUFR message. It would be great if pdbufr allowed for this notation. E.g this code

columns = ["latitude", "longitude", "#1#airTemperature"] 
res = pdbufr.read_bufr(path, columns=columns)

could return only the first airTemperature value from each message in a radiosonde BUFR file.

@kozacy
Copy link

kozacy commented Aug 18, 2021

i hope pdbufr allowed for this notation,too.
case eccodes may use one element more than one time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants