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

MPEF Product Header record definition , in seviri_base.py, needs to be updated #1903

Closed
ColinDuff opened this issue Nov 29, 2021 · 2 comments
Assignees
Labels
bug component:readers enhancement code enhancements, features, improvements

Comments

@ColinDuff
Copy link
Contributor

The MPEF product header has been updated , with additional fields being added using the existing 20 Character Padding field

When trying to read in our latest MSG BUFR products we are getting a decode error in the recarray2dict method when it tries to read in and decode this Padding field

File "/tcenas/home/cduff/PycharmProjects/satpy/satpy/readers/eum_base.py", line 91, in recarray2dict
data = data.split(':')[0].strip()
TypeError: a bytes-like object is required, not 'str'

We should also improve the error handling in eum_base.py as currently it will just pass when a type error occurs

Linux
satpy version 0.25.2

@ColinDuff
Copy link
Contributor Author

you can assign this issue to me , will fix during PCW

@pnuu pnuu added bug component:readers enhancement code enhancements, features, improvements labels Nov 29, 2021
@pnuu pnuu added this to To do in PCW Autumn 2021 via automation Nov 29, 2021
@sfinkens
Copy link
Member

Fixed by #1905

PCW Autumn 2021 automation moved this from To do to Done Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug component:readers enhancement code enhancements, features, improvements
Projects
Development

No branches or pull requests

3 participants