-
Notifications
You must be signed in to change notification settings - Fork 8
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
Question: How to extract two different values for pressure #51
Comments
Thank you for the question. Please can I ask you to provide us with your BUFR data file (at least one BUFR message)? |
Sure. Is it possible to share a file via email so it's not public? |
Thanks! Please send it to my email address, which you can find here: https://github.com/ecmwf/pdbufr/commit/c56f5f2418a0fd9af6bc9dbf1f83c4b08baae35e.patch |
Hi Brian, One possible way of achieving your goal is to use the flat mode. Since your messages contain compressed subsets you can run
for each message separately (so Best regards, |
Thanks @sandorkertesz for looking into this. I'll try your suggestion with flat=True for the individual messages. |
This is a pdbufr (v0.10.2) usage question. Please excuse my novice knowledge of BUFR data; I'm just learning about this data type.
I'm reading a BUFR file that has two values for "pressure" for each observation; the two values are the top and bottom pressure level used to describe one observation.
The command
bufr_dump -d <bufr_file.bufr>
produces this output showing there are two different pressure levels:But when I read the file with pdbufr, only one value for pressure is returned.
Is there a way to target a specific pressure value (first or second) or return both?
The text was updated successfully, but these errors were encountered: