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 lambert_conformal_conic projection #380

Merged
merged 3 commits into from
Jul 18, 2024
Merged

Conversation

FelixE91
Copy link
Contributor

Add lambert_conformal_conic projection pysteps.io.exporters._convert_proj4_to_grid_mapping()

Fix to issue #378

pysteps.io.exporters._convert_proj4_to_grid_mapping()
@FelixE91 FelixE91 requested a review from mats-knmi July 17, 2024 09:49
@FelixE91 FelixE91 linked an issue Jul 17, 2024 that may be closed by this pull request
Copy link

codecov bot commented Jul 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.64%. Comparing base (953f799) to head (47b3f5a).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #380      +/-   ##
==========================================
+ Coverage   83.52%   83.64%   +0.11%     
==========================================
  Files         159      159              
  Lines       12575    12598      +23     
==========================================
+ Hits        10503    10537      +34     
+ Misses       2072     2061      -11     
Flag Coverage Δ
unit_tests 83.64% <100.00%> (+0.11%) ⬆️

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.

@dnerini
Copy link
Member

dnerini commented Jul 17, 2024

code coverage is complaining, could you maybe include a simple test for the new lines of code that you've added?

@FelixE91
Copy link
Contributor Author

FelixE91 commented Jul 17, 2024 via email

Copy link
Member

@dnerini dnerini left a comment

Choose a reason for hiding this comment

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

Looking good, thanks!

@dnerini dnerini merged commit 1629859 into master Jul 18, 2024
10 checks passed
@dnerini dnerini deleted the add_lcc_grid_mapping branch July 18, 2024 09:49
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.

Fix output format of pysteps (projection info etc.)
2 participants