-
Notifications
You must be signed in to change notification settings - Fork 94
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 boundary method to AreaDefinition and SwathDefinition #473
Conversation
Codecov Report
@@ Coverage Diff @@
## main #473 +/- ##
==========================================
+ Coverage 94.24% 94.31% +0.06%
==========================================
Files 73 74 +1
Lines 12703 12855 +152
==========================================
+ Hits 11972 12124 +152
Misses 731 731
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@djhoese is there something that I still need to address prior merging it? |
Waiting for merge of #475, then remerge of main into this branch, then tests to get updated and pass. |
Ok #475 is merged, can you merge main here and then update the test that needs it? |
Ready to be merged |
This PR adds the method
boundary
to AreaDefinition and SwathDefinition.It enables the correct retrieval of an
AreaBoundary
object, which in future will be used to interface with the new spherical interface.git diff origin/main **/*py | flake8 --diff