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 file pattern for CRRPh of NWC SAF GEO v2021 #2652

Merged
merged 2 commits into from
Nov 28, 2023

Conversation

pnuu
Copy link
Member

@pnuu pnuu commented Nov 28, 2023

The 2021 version NWC SAF GEO software producess CRRPh ("convective rain rate from physical somethingorother") using file names like S_NWC_CRRPh_MSG3_MSG-N-VISIR_20231128T051500Z.nc. The previous version (v2018) has the files named with a dash: S_NWC_CRR-Ph_MSG3_MSG-N-VISIR_20231128T051500Z.nc. This PR adds the new pattern.

There's a similar change to PC-Ph -> PCPh but we don't have that product currently in the config, and I'm not sure its yet supported.

In addition one unrelated failing test assertion is adjusted for floating point handling.

@pnuu pnuu added enhancement code enhancements, features, improvements component:readers labels Nov 28, 2023
@pnuu pnuu requested a review from mraspaud November 28, 2023 06:54
@pnuu pnuu self-assigned this Nov 28, 2023
@pnuu pnuu marked this pull request as ready for review November 28, 2023 06:55
@pnuu pnuu requested a review from adybbroe as a code owner November 28, 2023 06:55
Copy link

codecov bot commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a1c3b13) 95.21% compared to head (47557a2) 95.21%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2652   +/-   ##
=======================================
  Coverage   95.21%   95.21%           
=======================================
  Files         356      356           
  Lines       51605    51605           
=======================================
  Hits        49134    49134           
  Misses       2471     2471           
Flag Coverage Δ
behaviourtests 4.22% <0.00%> (ø)
unittests 95.83% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pnuu pnuu requested a review from djhoese as a code owner November 28, 2023 10:54
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7017704049

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.784%

Totals Coverage Status
Change from base Build 7010621849: 0.0%
Covered Lines: 49260
Relevant Lines: 51428

💛 - Coveralls

Copy link
Member

@mraspaud mraspaud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mraspaud mraspaud merged commit 726cc3e into pytroll:main Nov 28, 2023
18 of 19 checks passed
@pnuu pnuu deleted the nwc-saf-crrph branch December 15, 2023 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:readers enhancement code enhancements, features, improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants