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

Abstract classes for GRIB streams and messages #259

Closed
wants to merge 17 commits into from

Conversation

alexamici
Copy link
Contributor

Related to #243

@alexamici alexamici marked this pull request as draft October 11, 2021 17:24
@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2021

Codecov Report

Merging #259 (a624a51) into master (abed74b) will decrease coverage by 0.30%.
The diff coverage is 91.78%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #259      +/-   ##
==========================================
- Coverage   96.41%   96.11%   -0.31%     
==========================================
  Files          26       26              
  Lines        1814     1827      +13     
  Branches      211      214       +3     
==========================================
+ Hits         1749     1756       +7     
- Misses         39       44       +5     
- Partials       26       27       +1     
Impacted Files Coverage Δ
cfgrib/dataset.py 97.62% <33.33%> (-1.34%) ⬇️
cfgrib/abc.py 97.26% <96.82%> (-2.74%) ⬇️
cfgrib/messages.py 91.42% <100.00%> (-1.55%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update abed74b...a624a51. Read the comment docs.

@iainrussell
Copy link
Member

Hi @alexamici, is this something that we can test already? If so, could you provide a small example of what sort of object Metview should provide, and how to call/test it?

Thanks,
Iain

@alexamici
Copy link
Contributor Author

@iainrussell I move the core of the change in PR #265 . It should be almost ready for testing.

@alexamici alexamici closed this Oct 28, 2021
@alexamici alexamici deleted the abstract-classes branch January 11, 2022 16:26
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.

3 participants