-
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
Allow colormaps to be saved with geotiff writer #580
Conversation
Codecov Report
@@ Coverage Diff @@
## master #580 +/- ##
==========================================
+ Coverage 81.41% 81.57% +0.16%
==========================================
Files 154 154
Lines 22447 22583 +136
==========================================
+ Hits 18276 18423 +147
+ Misses 4171 4160 -11
Continue to review full report at Codecov.
|
This reverts commit 75e72a9.
@mraspaud if I fix the conflict in this, do you think we could/should merge this? Or should we wait for me or Kat to add documentation on how it should be used? |
Just some documentation in the docstring would be enough for me |
# Conflicts: # satpy/writers/geotiff.py
This makes it so users can keep the palettized version of the image and apply a colormap to it. There's a related pull request in trollimage.
git diff origin/master -- "*py" | flake8 --diff