-
Notifications
You must be signed in to change notification settings - Fork 295
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
Fix the slstr reader for consistency and tir view #458
Conversation
So what does this fix allow that didn't work before? Was the problem that you could only load files from one view ( |
The problem was for TIR channels that both n and o views where loaded at the same time and satpy tried to concatenate them, leading to trouble... |
Sounds good. Thanks for explaining. |
Codecov Report
@@ Coverage Diff @@
## master #458 +/- ##
==========================================
+ Coverage 72.97% 73.38% +0.41%
==========================================
Files 134 136 +2
Lines 17695 18910 +1215
==========================================
+ Hits 12913 13878 +965
- Misses 4782 5032 +250
Continue to review full report at Codecov.
|
This PR fixes the slstr reader for consistency and tir view
git diff origin/master **/*py | flake8 --diff