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

Fix VIIRS 'night_fog' RGB composite recipe to use M12 instead of M14 #719

Merged
merged 4 commits into from Apr 11, 2019

Conversation

adybbroe
Copy link
Contributor

@adybbroe adybbroe commented Apr 11, 2019

The night_fog RGB composite recipe was wrong, seems like a cut and paste error. The M14 band was used (as for the fog RGB) whwre M12 should have been used

  • Closes #xxxx
  • Tests added
  • Tests passed
  • Passes git diff origin/master -- "*py" | flake8 --diff
  • Fully documented

adybbroe and others added 4 commits April 9, 2019 16:12
Bring my fork up to date with the main repo
Bring my fork up to date
Bring my fork up to date
Signed-off-by: Adam Dybbroe <Adam.Dybbroe@smhi.se>
@codecov
Copy link

codecov bot commented Apr 11, 2019

Codecov Report

Merging #719 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #719      +/-   ##
==========================================
+ Coverage   80.01%   80.02%   +<.01%     
==========================================
  Files         147      147              
  Lines       21498    21498              
==========================================
+ Hits        17202    17203       +1     
+ Misses       4296     4295       -1
Impacted Files Coverage Δ
satpy/scene.py 89.89% <0%> (+0.18%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7f86b2b...eab5f31. Read the comment docs.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.005%) to 80.021% when pulling eab5f31 on adybbroe:bugfix-nightfog-rgb-viirs into 7f86b2b on pytroll:master.

@adybbroe adybbroe changed the title Bugfix nightfog rgb viirs Fix nightfog rgb viirs composite recipe to use M12 instead of M14 Apr 11, 2019
@djhoese djhoese changed the title Fix nightfog rgb viirs composite recipe to use M12 instead of M14 Fix VIIRS 'night_fog' RGB composite recipe to use M12 instead of M14 Apr 11, 2019
@djhoese djhoese merged commit 16be8ee into pytroll:master Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants