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
Describe the bug
Composites that depend on more than one reader, for which all the requirements have been met and which can be loaded, appear to be not listed when calling Scene.available_dataset_names().
available_dataset_names only lists datasets from the reader. You can use available_composite_names to see the composites or pass composites=True to available_dataset_names. You can see in your list that it lists C14 from the ABI reader and the other products are from the GLM reader.
Closing now. Feel free to comment if I missed something and this is a bug.
Describe the bug
Composites that depend on more than one reader, for which all the requirements have been met and which can be loaded, appear to be not listed when calling
Scene.available_dataset_names()
.To Reproduce
Expected behavior
I expect that, since
comp
is loadable, it should be included innames
.Actual results
comp
is loadable, but is not included withavailable_dataset_names()
. Only composites that depend on exactly one reader are shown.(removed >2000 lines of debug messages from botocore and s3fs)
Environment Info:
The text was updated successfully, but these errors were encountered: