-
Notifications
You must be signed in to change notification settings - Fork 303
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
Replace BW and RGBCompositor with GenericCompositor #180
Conversation
Signed-off-by: Adam.Dybbroe <[email protected]>
Bugfix viirs loading - picked from (xarray)develop branch
I've been working on updating this for xarray and I've come up with a couple questions after comparing how @mraspaud updated the previous version of the
|
C01 filename from Eumetcast has -{chid:6d}_0 suffix just like C02
…_compositor # Conflicts: # satpy/composites/__init__.py # satpy/composites/sar.py # satpy/etc/composites/viirs.yaml
Ok so the commit history for all this got real messed up, but this should merge fine in to |
This PR replaces to existing compositors with a more generic one, and it makes it possible to create also LA and RGBA composites.
git diff origin/develop **/*py | flake8 --diff