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

missing-values-list-appending #35

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

alhelguera
Copy link
Collaborator

No description provided.

@alhelguera alhelguera added the bug Something isn't working label Feb 19, 2025
@alhelguera alhelguera linked an issue Feb 19, 2025 that may be closed by this pull request
@maaikelimper
Copy link
Collaborator

maaikelimper commented Feb 19, 2025

@alhelguera can you please provide the output of your updated code with one of .bin that caused #34

@alhelguera
Copy link
Collaborator Author

alhelguera commented Feb 19, 2025

@alhelguera can you please provide the output of your updated-code with one of .bin that caused #34

Sure, here is the .bufr4
WIGOS_0-20000-0-85406_20250217T100000.zip

@david-i-berry
Copy link
Member

david-i-berry commented Feb 21, 2025

Can you add

            else:
                last_key = key

after

In the example file the issue is caused by having a coordinate variable (#7#heightOfSensorAboveLocalGroundOrDeckOfMarinePlatform) followed by a missing value and then the same coordinate variable. Where last_key is not updated, when it comes across the next height it treats it as a range (two coordinate variables back to back) and does not update the value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

missing values causing descriptors values taken as a list
3 participants