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

Add BMS Support for grib1 files #10

Merged
merged 2 commits into from
Nov 26, 2023
Merged

Add BMS Support for grib1 files #10

merged 2 commits into from
Nov 26, 2023

Conversation

da-br
Copy link
Contributor

@da-br da-br commented Nov 24, 2023

Changes

This PR adds support for grib1 files with a BMS section, along with a test.

I have run all unit tests, and all pass.

image

Issues

Fixes #9

Added the ability to consider Bitmap Section(BMS) in Grib1Reader while reading data by revising the 'ReadRecordRawData' method.

Added 'Test_ReadWithBms' unit test to verify the new capability.

Added '.idea/' to .gitignore to exclude JetBrains IDE files.
@nmangue nmangue merged commit 7c304ab into nmangue:master Nov 26, 2023
@nmangue
Copy link
Owner

nmangue commented Nov 26, 2023

Everything looks good. Thank you for your contribution !

@da-br
Copy link
Contributor Author

da-br commented Nov 27, 2023

Thanks for reviewing and pushing a package, it is much appreciated :)

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

Successfully merging this pull request may close these issues.

Grib1Reader ReadRecordRawData only returning 0 values
2 participants