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
The Scene.__init__ should have used the find_files_and_readers function internally along with a deprecation warning (agreed this is not documented well enough). My worry is that the find_files_and_readers function may be returning unexpected output (a single string when it should be a list of filenames).
Code Sample, a minimal, complete, and verifiable piece of code
Problem description
Gives an error
There are four ways to initialise a Scene
Option 3 is the one which fails with KeyError.
Versions of Python, package at hand and relevant dependencies
satpy 0.8.0
The text was updated successfully, but these errors were encountered: