-
Notifications
You must be signed in to change notification settings - Fork 300
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 plugin functionality for readers, writers, and enhancements #2138
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2138 +/- ##
==========================================
+ Coverage 93.88% 93.91% +0.02%
==========================================
Files 283 283
Lines 43123 43258 +135
==========================================
+ Hits 40488 40626 +138
+ Misses 2635 2632 -3
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. |
This makes sure that any lru_cache/cache decorated functions are not cached between tests
See pytroll/satpy-composites-plugin-example#1 for the updated example repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! A few questions and suggestions for improvement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
It was already possible to define a Satpy plugin package for composites (and therefore modifiers). This PR adds the ability to use that functionality for other components.