You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the error message (which I edited into your message above, you missed the ValueError), I wonder if this is something from one of the channels conflicting with the night time background (static) image. Could you print out the attributes for that?
You could do:
scn.load([... the stuff you're loading ...], generate=False)
print(scn.keys())
To see all the loaded datasets that are going into the composites that may be causing issues.
This issue is decently old and was waiting on more information from the poster. A lot has changed since this was originally posted so I'm hoping it is fixed now. That said, the error in the notebook (in the gist you linked) and as mentioned on slack, seems to be from metadata from some of the readers being loaded as numpy arrays and the composites are trying to merge them together.
Given the lack of response I'm going to close this in hopes that it is fixed now. If someone runs into this again or if someone can provide more information then we can reopen.
Describe the bug
fails to load all composites for GOES-16 data (abi_l1b reader).
Moved convo from slack (https://pytroll.slack.com/archives/C0LNH7LMB/p1600825423000100?thread_ts=1600574120.039700&cid=C0LNH7LMB)
To Reproduce
See https://gist.github.com/raybellwaves/c9ef25bbb9819b3b88c1201d11340b00
Expected behavior
Load all datasets
Actual results
Screenshots
If applicable, add screenshots to help explain your problem.
Environment Info:
from satpy.config import check_satpy; check_satpy()
]The text was updated successfully, but these errors were encountered: